.sidebar-content {
    overflow: scroll;/*prevent width of element to change*/
}
.ui-slider .ui-slider-handle {
    border-color: white;
    border-width: 3.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 4px;
    box-shadow: 0px 2px 7px rgba(255, 163, 0, 0.5);
}
#min-default-label,
#max-default-label {
    display: none;
}
/** 2187-make-a-slider-like-the-price-slider **/
.ui-widget.ui-widget-content {
    border: none;
    margin-bottom: 22px;
}
.slider-widget-custom-filter-products-by-attribute__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-widget-custom-filter-products-by-attribute-wrapper {
    position: relative;
}
.slider-label {
    position: absolute;
    top: -19px;
    font-size: 14px;
    color: var(--wolmart-dark-color,#333);
}
.slider-widget-custom-filter-products-by-attribute__bottom {
    display: none;
}
.price_slider_amount {
    display: none;
}
.ui-slider-horizontal .ui-slider-range {
    height: 6px;
}
.ui-slider-horizontal:before {
    bottom: 7px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.ui-slider .ui-slider-handle {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.sidebar.shop-sidebar .widget_price_filter {
    margin-bottom: 46px;
}

.sidebar .widget_product_brands .wc-layered-nav-term .product-brand-info{
    padding-right: 6px;
}
#price-min-default-label,
#price-max-default-label {
    display: inline-block;
    position: absolute;
    top: 24px;
    font-size: 11px;
    color: #999;
}
#price-min-default-label {
    left: 1px;
}
#price-max-default-label {
    left: 257px;
}

#min-default-label,
#max-default-label {
    position: absolute;
    top: 24px;
    font-size: 11px;
    color: #999;
}
#min-default-label {
    left: 4px;
}
#max-default-label {
    right: 0;
}
.swcf-list {
    display: none !important;
    max-height: 0 !important;
}
/** END 2187-make-a-slider-like-the-price-slider **/

/* Filter Checkbox loading state */
.sidebar .widget .wc-layered-nav-term.loading>a:before,
.sidebar .widget .with-checkbox li.loading>a:before,
.sidebar .widget .yith-wcan-list li.loading>a:before {
    content: "";
    background-color: #f5f5f5;
    border-color: #ddd;
    position: relative;
}

.sidebar .widget .wc-layered-nav-term.loading>a:after,
.sidebar .widget .with-checkbox li.loading>a:after,
.sidebar .widget .yith-wcan-list li.loading>a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--wolmart-primary-color, #2879FE);
    border-radius: 50%;
    animation: filter-spin 1s linear infinite;
}

@keyframes filter-spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

.sidebar .widget .wc-layered-nav-term.loading>a,
.sidebar .widget .with-checkbox li.loading>a,
.sidebar .widget .yith-wcan-list li.loading>a {
    pointer-events: none;
    opacity: 0.7;
}

@media (max-width: 990px) {
    /* This is for tablet. */
    .toolbox,
    div.sticky-content-wrapper > div {
        padding-bottom: 0;
    }
    
    .toolbox-item {
        margin-bottom: 0;
    }

    div > div.toolbox-left {
        margin-bottom: 4px;
    }

}
