.bb-product-price-filter .ui-widget.ui-widget-content,
.bb-product-weight-filter .ui-widget.ui-widget-content  {
    height: 3px;
    background-color: #ededed;
    border: 0;
    max-width: calc(100% - 16px);
}
.bb-product-price-filter .ui-widget.ui-widget-content .ui-slider-range,
.bb-product-weight-filter .ui-widget.ui-widget-content .ui-slider-range {
    height: 3px;
    position: absolute;
}
.bb-product-price-filter .price-slider,
.bb-product-weight-filter .price-slider {
    position: relative;
    margin-bottom: 15px;
}
.bb-product-price-filter .ui-slider-horizontal .ui-slider-range,
.bb-product-weight-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--primary-color);
}
.bb-product-price-filter .ui-slider .ui-slider-handle,
.bb-product-weight-filter .ui-slider .ui-slider-handle {
    top: -7px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    touch-action: none;
    z-index: 2;
    outline: none;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    box-shadow: none;
    width: 16px;
    height: 16px;
    background: #fff;
}
.bb-product-price-filter-info .input-range input,
.bb-product-weight-filter-info .input-range input{
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    padding: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
}
.bb-product-price-filter-info .input-range-label,
.bb-product-weight-filter-info .input-range-label-weight{
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.bb-product-price-filter-info .tp-shop-widget-filter-btn,
.bb-product-weight-filter-info .tp-shop-widget-filter-btn {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: #f5f5f5;
    padding: 2px 21px;
}
.bb-product-price-filter-info .tp-shop-widget-filter-btn:hover,
.bb-product-weight-filter-info .tp-shop-widget-filter-btn:hover {
    color: #fff;
    background-color: #000;
}

.bb-product-filter.bb-product-filter-attributes {
    background: #fff;
    padding: 0;
}

.bb-product-filter.bb-product-filter-attributes .bb-product-filter-attribute-item {
    background: #f5f5f5;
    padding: 20px;
    border-bottom: none;
}
