/*РАЗМЕР КНОПКИ ИЗБРАНОЕ*/
.t1002__addBtn {
    width: 55px; !important;
    height: 55px; !important;
}

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

/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}

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

/*ИКОНКИ В ФОРМЕ*/
.t-radio__indicator {
    height: 12px !important;
    width: 12px !important;
}

/*КАРТОЧКИ В ФОРМЕ*/
.t-img-select__indicator {
    border: 0px solid #fff0 !important;
    box-shadow: 0px 0px 0px 0px rgb(20 20 20) !important;
    border-radius: 10px !important;
}

/*ГАЛОЧКИ В ФОРМЕ*/
.t-img-select__indicator:after {
    width: 20px !important;
    height: 20px !important;
}

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

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #efefef solid !important;
    background: #fff0 !important;
    color: #000000 !important;
    min-height: 36px !important;
}

/*ПОП_АП СПАСИБО ЗА ЗАКАЗ КНОПКА*/
.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #bba58e !important;
    border: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    margin-top: 15px !important;
    min-width: 130px;
    padding: 15px 44px !important;
    text-decoration: none;
}