/* Рамка вокруг счетчика количества товаров (карточка товаров)*/
.t-store__prod__quantity {

border: 1px solid #612910;

}
/* Цифра счетчика количества товаров (карточка товаров)*/
input.t-store__prod__quantity-input.t-descr.t-descr_xxs {

color: #612910;

font-size: 14px !important;

}
/* Минус счетчика количества товаров (карточка товаров)*/
.t-store__prod__quantity__minus {

background: linear-gradient(#612910, #f612910), #fff;

}
/* Плюс счетчика количества товаров (карточка товаров)*/
.t-store__prod__quantity__plus {

background: linear-gradient(#f612910, #f612910), linear-gradient(#f612910, #f612910), #fff;

}

/*корректировка цветов в форме*/

.t706__product-title.t-descr {
color: #612910;
}

span.t706__product-quantity {
color: #612910;
}

span.t706__product-quantity {
color: #612910;
}

.t706__cartwin-prodamount-price {
color: #612910;
}

.t706__cartwin-prodamount-currency {
color: #612910;
}

span.t706__product-portion {
color: #612910;
}

span.t706__cartwin-prodamount-label {
color: #612910;
}

.t706__cartwin-totalamount-info {
color: #612910;
}

span.t706__cartwin-totalamount-label {
color: #612910;
}

.t-input-description {
color: #612910 !important;

}

[id="delivery-hint"] {
color: #612910 !important;

}

span.delivery-minimum-time {
color: #612910;
}

span.delivery-minimum-price {
color: #612910 !important;

}
.t706__minimal {
color: #612910 !important;

}
span.delivery-checkbox-label {
color: #612910;
}
span.delivery-checkbox-label {
font-weight: 300;
}
.t-radio__indicator:after {
color: #612910 !important;

}

/*код для изменения цвета окошке избранное, при его открытии*/

a.t1002__product-link {
color: #612910 ! important;
}

.t1002__product-amount {
color: #612910 ! important;
}




/* --- код для скругленных табов блок me602 --- */

/* Контейнер для кнопок (для компьютера) */
.t395__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* По центру */
}

/* Настройки текста */
.t395__title {
    line-height: 0.8;
}

/* Сами кнопки (овальная форма и тень) */
.t395__tab {
    box-shadow: inset 0 0 0 0px #cecece; 
    border-radius: 30px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    width: fit-content;
}

/* Активная кнопка */
.t395__tab_active {
    box-shadow: 0 0 0 0px #a2a2a2;
}

/* --- НАСТРОЙКИ ДЛЯ БОЛЬШИХ ЭКРАНОВ (ПК) --- */
@media screen and (min-width: 1200px){
    .t395 .t-container {
        max-width: 100% !important;
    }
    .t395__col.t-width.t-width_12 {
        max-width: 100%;
        padding: 0 50px;
    }
}

/* --- НАСТРОЙКИ ДЛЯ МОБИЛЬНЫХ (ТЕЛЕФОНЫ И ПЛАНШЕТЫ) --- */
@media screen and (max-width: 980px){
    
    /* 1. СКРЫВАЕМ белые кнопки-таблетки */
    .t395__wrapper {
        display: none !important;
    }
    
    /* 2. ПОКАЗЫВАЕМ выпадающий список (зеленую плашку) */
    .t395__wrapper_mobile {
        display: block !important;
    }
}





















