.breadcrumbs_nav .separate_icon {
    padding: 0 8px;
}

.toggle-text {
    color: #CB9821 !important;
    text-decoration: underline !important;
    font-weight: 500;
}

.ep-selected-filter-button {
    font-weight: 400 !important;
}

.selected-filters:before {
    top: 6px !important;
    font-size: 16px;
}

.selected-filters-area .clear-all {
    color: #ffffff;
    font-weight: 400;
    text-underline-offset: 2px;
    padding: 10px 0 0 3px !important;
}

.selected-filters-area .clear-all:hover {
    color: #CB9821;
}

.selected-filters-area .ep-selected-filter-button.ep-search-small-button,
.selected-filters-area .ep-selected-filter-button.ep-search-small-button:hover {
    line-height: 1.8 !important;
}

.selected-filters-area .ep-selected-filter-button.ep-search-small-button svg {
    top: 6px !important;
}

.filter-heading .elementor-heading-title {
    padding: 0 !important;
    margin-top: 0px !important;
}

.filter-heading .elementor-heading-title::after,
.filter-heading.closed .elementor-heading-title::before {
    top: 12px !important;
}

.filter-heading .elementor-heading-title::after,
.filter-heading.closed .elementor-heading-title::before {
    content: none !important;
}

.filter-heading .elementor-heading-title {
    background: url(/wp-content/uploads/2026/05/minus-2.png) no-repeat 97% center / 12px;
}

.filter-heading.closed .elementor-heading-title {
    background: url(/wp-content/uploads/2026/05/plus-9.png) no-repeat 97% center / 12px;
}

.e-loop-nothing-found-message__text {
    padding: 16px;
    margin: 0 auto;
    background: #cccccc;
    max-width: 520px;
}

.product_loop_item {
    text-decoration: none !important;
}

.search-no-results .filters-sidebar,
.search-results:has(.e-loop-nothing-found-message) .filters-sidebar,
.search-results:has(.e-loop-nothing-found-message) .mobile-filters,
.search-results:has(.e-loop-nothing-found-message) .sorting-wrapper {
    display: none;
}

.search-no-results .right-prod-col {
    width: 100%;
}

.products-area .page-numbers.current,
.products-area .page-numbers:hover:not(.products-area .page-numbers.prev, .products-area .page-numbers.next) {
    background: #CB9821 !important;
}

.products-area span.page-numbers.prev,
.products-area span.page-numbers.next {
    cursor: not-allowed;
}

.products-area a.page-numbers.prev,
.products-area a.page-numbers.next {
    background: url('/wp-content/uploads/2026/05/Left-Arrow.png') no-repeat center center / 8.27px !important;
}

.products-area a.page-numbers.next {
    transform: rotate(180deg) !important;
}

.products-area .page-numbers {
    text-decoration: none !important;
}

.filter-values .e-filter-item[aria-pressed="true"]::before {
    background: url(/wp-content/uploads/2026/05/checked-box-2.png) no-repeat center center / 22px !important;
    border: 1px solid #CB9821 !important;
}

.woocommerce div.product,
.woocommerce div.product:hover,
.woocommerce div.product:focus {
    border-bottom: 0 !important;
}

.filter-values .e-filter::-webkit-scrollbar {
    width: 4px;
}

.filter-values .e-filter::-webkit-scrollbar-button {
    display: none;
}

.filter-values .e-filter::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 7px;
    background: #707070;
}

.filter-values .e-filter-item::before {
    border: 1px solid #707070 !important;
    background: #ffffff;
}

.sorting-wrapper .sort-value::before {
    font-size: 14px !important;
    z-index: unset !important;
}

.listing-wrapper.results-loading .e-filter-item {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media(min-width:769px) {

    .filter-values .e-filter-item,
    .filter-values .e-filter-item:hover,
    .filter-values .e-filter-item:focus {
        color: #ffffff !important;
    }

    .sorting-wrapper .sort-value {
        background: #161616 url(/wp-content/uploads/2026/05/Chevron-2.svg) no-repeat right center !important;
        padding: 8px 32px 8px 8px !important;
    }

    .filter-values .e-filter:not(.filter-values .e-filter.closed):not(.filter-values.closed .e-filter) {
        max-height: 210px !important;
    }

    .filter-values.closed .e-filter {
        max-height: 0px !important;
    }

    .sorting-wrapper .sort-value::before {
        left: -48px !important;
    }

    .selected-filters:before {
        content: 'Filters:' !important;
    }
}

@media (max-width:768px) {
    .filters-sidebar.active {
        background: #161616 !important;
    }

    .filters-sidebar {
        overflow-x: hidden;
    }

    .selected-filters:before {
        content: 'Filtered by' !important;
        color: #1f1f1f;
    }

    .sorting-wrapper .sort-value::before {
        padding-right: 23px !important;
        background-position: right 11px !important;
        background-size: 20px !important;
        color: #1f1f1f;
    }

    body:has(.filters-sidebar.active) {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }
}