/* SLIDER BASE */
.mobile-call-bar {
    display: none;
}

@media (max-width: 1280px) {
    .mobile-call-bar {
        display: block;
        background-color: var(--brand-color);
        color: var(--brand-color-inverse);
    }

    .mobile-call-bar__link {
        min-height: 38px;
        padding: .5rem 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        font-size: .9375rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }

    .mobile-call-bar__icon {
        line-height: 1;
    }
}

.price_slider {
    position: relative;
    height: 4px !important;
    background: #ddd !important;
    border-radius: 2px;
}

/* GREEN RANGE LINE */
.ui-slider-range {
    position: absolute;
    height: 4px !important;
    background: #6bbf2a !important;
    border-radius: 2px;
    z-index: 1;
    width: 100%;
}

/* HANDLES */

.price_slider_amount {
    margin-top: 15px;
}

/* BUTTON STYLE */
.price_slider_amount .button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

/* BUTTON HOVER */
.price_slider_amount .button:hover {
    background: #333 !important;
}

/* PRICE TEXT */
.price_label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: .625rem;
}

/* REMOVE FLOAT ISSUE */
.price_slider_amount .button,
.price_slider_amount .price_label {
    float: none !important;
}

/* REMOVE EXTRA BREAK LINE */
.price_slider_amount .clear {
    display: none;
}

.filters-scroll {
    max-height: 146px !important;
}

select {
    width: 100%;
    height: 36px;
    border: 1px solid #00000033;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 12px;
}

button.remove-filter {
    font-size: 23px;
}

/*   .bapf_sngl {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  } */

/*   .berocket_single_filter_widget {
    display: block !important;
  } */

.border-t .woocommerce-ordering {
    display: none !important;
}

.woocommerce-result-count {
    display: none !important;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label {
    border-color: var(--brand-color);
    color: var(--brand-color);
    padding-left: 26px;
}

.berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
    border-color: var(--brand-color);
}

.bapf_ckbox_square input[type=checkbox]:checked {
    background: var(--brand-color);
    background-clip: content-box;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area a.braapf_unselect_all {
    display: none !important;
}

.term-description {
    display: none;
}

.berocket_aapf_widget_selected_area {
    /* display: none !important; */
}

/* .berocket_aapf_widget_selected_area:not(:has(.berocket_aapf_widget_selected_filter)) {
    display: none;
} */
/* ===== SIDEBAR WRAPPER ===== */
.page-panel__full {
    padding-right: 20px;
}

/* ===== WIDGET BOX ===== */
.widget {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.widget form {
    margin: 0;
}

/* ===== TITLE ===== */
.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2d3748;
    position: relative;
}

/* Arrow icon */
.widget-title::after {
    /*content: "›";*/
    float: right;
    transform: rotate(90deg);
    font-size: 16px;
    color: #666;
}

/* ===== CATEGORY LIST ===== */
.product-categories li {
    list-style: none;
    margin-bottom: 8px;
}

/* RADIO STYLE */
.product-categories li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.product-categories li a::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: none;
}

/* ===== PRICE FILTER ===== */
.price_slider_wrapper {
    margin-top: 10px;
}

.ui-slider {
    height: 4px !important;
    background: #ddd !important;
    border: none !important;
    margin-right: 22px;
}

.ui-slider-range {
    background: #6bbf2a !important;
}

.ui-slider-handle {
    background: #fff;
    width: 20px;
    height: 20px;
    border: 5px solid var(--brand-color);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    z-index: 2;
    outline: none;
}

.ui-slider-handle:focus-visible {
    outline: none;
}

/* PRICE TEXT */
.price_label {
    font-size: 14px;
    margin-top: 8px;
}

/* BUTTON */
.price_slider_amount .button {
    margin-top: 8px;
    background: #e5e7eb;
    border: none;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
}

/* ===== REMOVE CHECKBOX BOX ===== */
.woocommerce-widget-layered-nav-list li a::before {
    display: none !important;
}

/* ===== CLEAN LIST STYLE ===== */
.woocommerce-widget-layered-nav-list li {
    list-style: none;
    margin-bottom: 8px;
}

/* LINK FULL WIDTH */
.woocommerce-widget-layered-nav-list li a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 0;
    transition: 0.3s;
}

/* HOVER */
.woocommerce-widget-layered-nav-list li a:hover {
    color: #6bbf2a;
}

/* ACTIVE (CLICKED FILTER) */
.woocommerce-widget-layered-nav-list li.chosen a {
    color: #6bbf2a;
    font-weight: 500;
}

/* COUNT ALIGN RIGHT */
.woocommerce-widget-layered-nav-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .page-panel__full {
        padding-right: 0px;
        width: 100%;
    }

    .woocommerce nav.woocommerce-pagination ul {
        width: 355px;
    }
}

.woocommerce-widget-layered-nav-list li {
    font-size: .875rem;
    font-weight: 500;
}

.woocommerce-widget-layered-nav-list li span.count {
    color: #6b7280;
}

.woocommerce-widget-layered-nav-list li a {
    color: #374151 !important;
}

.woocommerce .woocommerce-widget-layered-nav-list {
    max-height: 140px;
    overflow: auto;
    margin-right: -12px !important;
    padding-right: 12px !important;
}
