/* Для круглых ползунков */
.t-store__filter__range::-webkit-slider-thumb {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #FFF !important;
    border: 2px solid #C3C3C3 !important;
}

/* Для активной полосы между ползунками */
.t-store__filter__price-outer {
    background-color: #B6A090 !important;
}

/* Для фоновой полосы */
.t-store__filter__range_bg {
    height: 4px !important;
    background-color: #B6A090 !important;
    border-radius: 1px !important;
}