/*Кнопка каталога и карточки товара*/
.t-btn_sm {
    height:68px;
    font-size: 20px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.t-btn {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 600;
}
@media screen and (max-width: 480px)
{ .t-btn_sm {
    height:48px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
    .t-store__card__btn-text {
    font-size: 14px;
    }
} 


/*кнопка количества товаров для добавления в корзину*/
.t-store__prod__quantity {
    height: 68px;
}
@media screen and (max-width: 480px) {
    .t-store__prod__quantity {
    height: 48px;
}
}
/*цена в карточке*/
.t-name_md {
    font-size: 32px;
    font-family:'Ysabeau Infant', Arial, sans-serif;;
    }
/*выпадающий список опций товара*/    
.js-product .t-product__option-select {
    border-radius: 0;
}
.t-descr {
    font-family: 'Inter', Arial, sans-serif;
}
/*харктеристики товара в карточке товара*/
.t-store__product-snippet .js-store-prod-all-charcs p {
    color: rgba(43, 38, 31, 0.8);
}
/*стили в корзине*/
.t706__product-imgdiv {
    border-radius: 0px;
}
.t-input {
    font-family: 'Inter', Arial, sans-serif;
}
/*марджин у кнопки Загрузить файл в корзине*/
.t-upwidget-container {
    margin-bottom: 50px;
}



