.sidebar-wrap {
    border-radius: 8px;
    background: #F7F8FA;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 12px;
}
.sidebar-wrap > .widget-title {
    background: #6F2C911A;
    display: flex;
    padding: 12px 22px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 32px;
    color: #0D0B26;
    border-radius: 12px;
}
.sidebar-inner .widget-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    margin-bottom: 10px;
}
.sidebar-inner {
    padding: 24px 16px 24px;
}
form.woocommerce-order-form {
    display: flex;
    white-space: nowrap;
    width: 100%;
    flex-direction: column;
}
.item-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: var(--bold_font);
    padding-bottom: 24px;
    border-bottom: 1px solid #EAE9ED;
    margin-bottom: 24px;
}
input#min_price,
input#max_price {
    display: block !important;
    border-radius: 4px;
    border: 1px solid #E0DFE3;
    background: transparent;
    min-height: 54px;
    padding: 7px 12px 0;
    color: #272829;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
.price_slider_amount label {
    all: unset;
    position: unset !important;
    text-align: right;
    display: block;
    color:   #2E2E2FCC;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 5px;
}


.price_slider_amount > button {
    margin: 6px auto 0;
}

.price_slider_amount .row-btn {
    margin-top: 12px;
}

#max_price:focus,
#min_price:focus {
    border: 1px solid var(--color2);
}




.checkbox {
    font-size: 16px;
    font-family: var(--main_font);
    line-height: 32px;
    color: #252525;
    position: relative;
    display: flex;
    align-items: center;
}

.price_slider_wrapper {
    position: relative;
    margin-top: 35px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 8px;
    margin: 18px 18px 40px 5px;
    background: #66686933;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 8px;
    background-color: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--color1);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: ew-resize;
    outline: 0;
    top: -6px;
    margin-left: -5px;
    background: var(--color1);
    border-radius: 6px;
    position: absolute;
    transition: all 0.4s;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
    background: var(--color2);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child:after {
    transform: none;
    position: absolute;
    left: 5px;
    top: 5px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:after {
    content: "\e926";
    font-family: "icomoon";
    z-index: 2;
    color: #ffff;
    font-size: 9px;
    width: 11px;
    height: 11px;
    cursor: ew-resize;
    border-radius: 100%;
    position: absolute;
    transition: all 0.3s;
    transform: rotate(180deg);
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_label .from,
.price_label .to {
    position: absolute;
    color: #2E2E2FCC;
    font-size: 12px;
    top: 24px;
    visibility: visible;
    line-height: 12px;
}

.price_label .to {
    right: 0;
}

.price_label .from {
    left: 0;
}
.price_slider_amount {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 14px;
}
.sidebar-inner .widget-side:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(102, 104, 105, 0.2);
}
.btn-switch input {
    display: none;
}
.btn-switch {
    display: block;
    position: relative;
    width: 44px;
    height: 24px;
    background:  #66686933;
    transition: 0.4s ease;
    border-radius: 2px;
    cursor: pointer;
}
.btn-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 2px;
    bottom: 0;
    transition: 0.4s ease;
    width: 20px;
    height: 20px;
    background: #B5B6B8;
    border-radius: 2px;
}
.btn-switch input:checked ~ .slider {
    left: 2px;
    right: unset;
}
.btn-switch:has(input[type="checkbox"]:checked) .slider {
    background-color: #4A9CA8;
}
.widget-side.woocommerce > ul > li {
    padding: 7px 12px;
}
.sidebar-wrap .caticon {
    left: 10px;
}

.widgetArrow::before {
    content: "\e902";
    font-family: icomoon;
    transform: rotate(-90deg);
    display: inline-block;

}
.widgetArrow {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 6px;
    top: 8px;
    transition: 0.4s ease;
    width: 20px;
    height: 20px;
    font-size: 6px;
    transform: rotate(90deg);
    color: #272829;
}

.widgetArrow.active {
    transform: rotate(-90deg);
    color: var(--color2);
}
.mobile-woocommerce-ordering {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.shop-filter {
    background: linear-gradient(96.61deg, #6F2C91 0%, #481D5E 100%);
    width: 94px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 6px;
    border-radius: 4px;
}
.mobile-woocommerce-ordering .woocommerce-ordering {
    flex-grow: 1;
}
.mobile-woocommerce-ordering .woocommerce-ordering .orderby {
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #34353699;
    line-height: 1;
    width: 100%;
    min-width: 160px;
    padding-right: 20px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #6668692B;
}
@media screen and (min-width: 768px) {
    .sidebar-wrap {
        margin-bottom: 24px;
        overflow: hidden;
    }
    .sidebar-wrap > .widget-title {
        padding: 19px 22px;
    }
    .sidebar-inner {
        padding: 32px 8px 0;
    }
    .checkbox {
        font-size: 13px;
    }
    .sidebar-inner .widget-title {
        font-size: 14px;
    }
    .widget-side > ul > li {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .checkbox {
        font-size: 16px;
    }
    .sidebar-inner .widget-title {
        font-size: 16px;
    }
    .widget-side > ul > li {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .count-product {
        display: none;
    }
}