/*СТРОКА ПОИСКА В ФИЛЬТРАХ КАРТОЧКИ*/
.t-store__search-icon {
    border-left: 1px solid #22262D !important;
}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #10131C solid !important;
    background: #10131C !important;
    color: #c5c5c5 !important;
    min-height: 36px !important;
}


/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    color: #ffffff !important;
    padding: 0px 25px 0px 10px !important;
}


/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #BDA57E!important;
    border-radius: 60px; !important;
}