/*Шрифт цены внутри карточки товара*/
.t-store__card__price-item, .t-store__prod-popup__price-item {
    font-family: 'DinPro', Arial, sans-serif!important;
}
.t-name_md {
    font-size: 28px!important;
}
/*Отступ внутри карточки товара*/
.t-store__prod-popup__title-wrapper {
    margin-bottom: 0px!important;
}
.t-store__prod-snippet__container {
    padding-top: 60px!important;
}
@media screen and (max-width: 480px) {
    .t-store__prod-snippet__container {
        padding-top: 0px!important;
    }
}
@media screen and (min-width: 1200px) {
    .t-store__prod-popup__btn-wrapper {
        margin-bottom: 20px!important;
    }
}
/*Размер миниатюр цвета внутри карточки товара*/
.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    height: 63px;
    width: 55px;
}
/*Цвет выбранного размера внутри карточки товара*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background: #F7F7F7;
}
/*Раскрывающиеся карточки справа в карточке товара*/
@media screen and (min-width: 1200px) {
    .t-store .t-store__tabs {
        width: 100%!important;
        display: block!important;
        margin-top: 20px!important;
        margin-left: 620px;
        max-width: 560px!important; /*тут меняем максимальную ширину отображения табов в карточке товаров слева*/
    
    }
    .t-store__product-popup {
        display: block!important;
    }
    .t-store__product-snippet .t-container>div:after, .t-store__product-popup>div:after {
        clear: unset !important;
    }
}
/*Межстрочка в описании товара*/
.js-store-prod-text .t-store__prod-popup__text .t-descr .t-descr_xxs {
    line-height: 1.35!important;
}

/*-------------КОРЗИНА------------*/

/*Настройка шрифта для политики конфиденциальности*/
.t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
    font-family: 'Circe', Arial, sans-serif!important;
}