/*CART*/

/*шрифт способов доставки*/
span.delivery-checkbox-label {
    font-size: 13px;
}
/*шрифт способов оплаты*/
label.t-radio__control.t-text.t-text_xs {
    font-size: 13px;
}
/*подпись к доставкам в корзине*/
div#delivery-hint {
    font-size: 16px;
    font-weight: 400;
}
/*подпись к полю e-mail*/
.t-input-subtitle.t-descr.t-descr_xxs.t-opacity_70 {
    font-size: 12px;
}

/*CATALOG*/

/*скругление фото товаров*/
.js-product-img.t-store__card__bgimg.t-store__card__bgimg_hover.t-bgimg.loaded {
    border-radius: 5px;
}

.t-store__card__bgimg_second.t-bgimg.loaded {
    border-radius: 5px;
}
/*скругление фото в блоке с сертификатом*/
.t194__img {
    margin-top: 4px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding:0!important;
}
/*шрифты табов в карточке товара*/
.t-name_xs {
    font-size: 16px;
}
.t-descr_xxs {
    font-size: 14px;
}
/*текст над формой*/
.t706__form-upper-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Скрыть товар, которого нет в наличии в каталоге*/
.js-store-grid-cont .t-store__card[data-product-inv="0"], 
.js-store-grid-cont .t-store__grid-separator {
    display: none !important;
}
/* Скрыть товар, которого нет в наличии в похожих товарах*/
.t-slds__item.t-animate:has(.js-product[data-product-inv="0"]) {
    display: none !important;
}


/* Общие стили */
.t-store__card {
    float: none;
    margin-bottom: 90px;
}

.js-store-grid-cont {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:460px) {
    .t-store__card {
        margin-bottom: 40px;
    }
}


/*PRODUCT*/
/*цена в карточке*/
@media screen and (max-width:640px){.t-name_md{font-size:18px}}
.t-store__tabs__item-button h2.t-store__tabs__item-title {
  text-transform: uppercase;
}
/*все фото*/
.t-img {
    border-radius: 5px;
}
/*ABOUT*/
/*скругление в блоке качество*/
.t940__card_boxed {
    border-radius: 15px;
}
.t940__card_half {
    border-radius: 15px;
}
/*шрифт в блоке качество моб*/
@media screen and (max-width: 640px) {
.t-text_sm {
    font-size: 14px;
}
}