/* =========================
   КОРЗИНА
========================= */
.t706__cartwin-content {
    background-color: #EFE9E1 !important;
}

.t706__cartwin-heading.t-name.t-name_xl,
.t706__cartwin-content .t-input-title.t-descr.t-descr_md,
.t706__cartwin-content .t706__product-quantity,
.t706__cartwin-content .t706__cartwin-prodamount-price,
.t706__cartwin-content .t706__cartwin-prodamount-currency,
.t706__cartwin-content .t706__product-title.t-descr.t-descr_sm,
.t706__cartwin-content .t706__cartwin-prodamount-label,
.t706__cartwin-content .t-checkbox__control.t-checkbox__control_flex.t-text.t-text_xs,
.t706__cartwin-content .t706__cartwin-totalamount-label {
    color: #194A46 !important;
}

.t706__cartwin-content .t-btnflex.t-btnflex_type_submit {
    color: #EFE9E1 !important;
    background-color: #194A46 !important;
}

.t706__product-imgdiv {
    height: 85px !important;
}

/* =========================
   ИЗБРАННОЕ
========================= */
.t1002__wishlistwin-content {
    background-color: #EFE9E1 !important;
}

.t1002__wishlistwin-content .t1002__wishlistwin-heading.t-name,
.t1002__wishlistwin-content .t1002__product-link,
.t1002__wishlistwin-content .t1002__product-amount-price,
.t1002__wishlistwin-content .t1002__product-amount-currency {
    color: #194A46 !important;
}

.t1002__product-imgdiv {
    height: 85px !important;
}

/* =========================
   МЕНЮ
========================= */
.t450__burger_container .t-menuburger__big span {
    height: 1px !important;
}

/* =========================
   СТРАНИЦА ТОВАРА — ОПЦИИ
========================= */
.js-product .t-product__option-selected_select {
    background-color: #F3F0EC !important;
    color: #194A46 !important;
}

.js-product .t-product__option-variants_custom .t-product__option-title {
    color: #194A46 !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #EFE9E1 !important;
}

/* =========================
   ТАБЫ НА СТРАНИЦЕ ТОВАРА
========================= */
.t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 400 !important;
}

.t-store__tabs__content .t-descr.t-descr_xxs {
    font-size: 16px !important;
}

.t-store__tabs__content .t-descr_xxs {
    font-weight: 700 !important;
}

/* =========================
   ТЕКСТ КНОПКИ В POPUP ТОВАРА
========================= */
.js-store-prod-popup-buy-btn-txt {
    font-weight: 300 !important;
}

/* =========================
   ПОИСК
========================= */
.t-site-search-popup,
.t-site-search-dm {
    background-color: #EFE9E1 !important;
}

.t-site-search-dm__result__product_title,
.t-site-search-dm__result__product_price .t-descr {
    color: #194A46 !important;
}

/* =========================
   ФИКСИРОВАННАЯ КНОПКА НА МОБИЛКЕ
========================= */
.t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed,
.t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
    background-color: #EFE9E1 !important;
}

/* =========================
   ПРОМОКОД
========================= */
.t-inputpromocode__btn.t-btn.t-btn_md,
.t-inputpromocode__btn .t-btn.t-btn_md {
    color: #EFE9E1 !important;
    background-color: #194A46 !important;
    font-weight: 400 !important;
}

/* =========================
   РАЗМЕРЫ ШРИФТОВ
   СУЖЕНЫ, ЧТОБЫ НЕ ЛЕЗТЬ ВО ВСЕ ПОДРЯД
========================= */
@media screen and (min-width: 380px) {
    .js-product .t-name_xs,
    .js-product .t-descr_xxs,
    .t-store__tabs__content .t-name_xs,
    .t-store__tabs__content .t-descr_xxs {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 640px) {
    .js-product .t-name_xs,
    .js-product .t-descr_xxs,
    .t-store__tabs__content .t-name_xs,
    .t-store__tabs__content .t-descr_xxs {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 980px) {
    .js-product .t-name_xs,
    .js-product .t-descr_xxs,
    .t-store__tabs__content .t-name_xs,
    .t-store__tabs__content .t-descr_xxs {
        font-size: 18px !important;
    }
}

.js-store-prod-sold-out.t-store__card__sold-out-msg {
    font-size: 0 !important;
    line-height: 0 !important;
}

.js-store-prod-sold-out.t-store__card__sold-out-msg::before {
    content: "Сообщить о поступлении";
    font-size: 16px !important;
    line-height: normal !important;
    color: #184642 !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}

@media screen and (max-width: 767px) {
    .js-product .t-store__prod-popup__name,
    .js-product .t-store__prod-popup__title,
    .js-product .t-store__prod-snippet__name,
    .js-product .t-store__prod-snippet__title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}


/* текст в табах на странице товара */
.js-product .t-store__tabs__item .t-store__tabs__item-title,
.js-product .t-store__tabs__content,
.js-product .t-store__tabs__content .t-descr,
.js-product .t-store__tabs__content .t-text,
.js-product .t-store__tabs__content .t-name {
    color: #194A46 !important;
}


