/*ВЫСОТА КНОПКИ КОЛИЧЕСТВА*/
.t-store__prod__quantity {
    border: 1px solid #777;
    font-size: 14px;
    height: 55px; !important;
    border: 1px solid #f0e6d8; !important;
    background-color: #fcfaf7; !important;
}

[data-col-gap='10'] .t-store__stretch-col {
    padding: 0px 5px 0 0px; !important;
}

/*Текст поиска, размер*/
.t-input {
    font-size: 28px; !important;
}

/*Текст поля форм, размер*/
.t706 .t-form .t-input {
    font-size: 15px; !important;
    height: 56px; !important;
}


/*Обводка избраного*/
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 5px;  !important;
    top: 5px;  !important;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #fff0; !important;
    border-radius: 100%;
}

/*Размер кнопки в карточке*/
.t-btn_sm {
    height: 55px; !important;
    font-size: 9px; !important;
    padding-left: 30px;
    padding-right: 30px;
}

/*Избраное в карточке*/
.t1002__addBtn {
    width: 55px; !important;
    height: 55px; !important;
    padding-top: 2px; !important;
    border: 0px solid #e4e4e4; !important;
}

/*Количество в карточке*/
.t-store__prod__quantity {
    border: 1px solid #f1f1f1; !important;
    background-color: #ffffff; !important;
}

/*Расположение фильтров в мобилке*/
.t-store__parts-switch-wrapper {
    margin-bottom: 5px; !important;
}
.t-align_center {
    text-align: left; !important;
}

/*КНОПКА РАЗМЕРЫ В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 0px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #f1f1f1;
    color: #0D0D0D !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #f1f1f1;
    color: #0D0D0D !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}

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

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

/*СТИКЕР СКИДКИ*/
.t-store__card__mark {
    font-weight: 500  !important;
    font-size: 12px;
    font-family: Gilroy,Arial,sans-serif  !important;
    width: 50px !important;
    height: 25px !important;
    border-radius: 50px  !important;
    background-color: #0D0D0D !important;
    color: #fff !important;
}