/*Изменение шрифта и размера в цене и в валюте*/
.js-product-price, .t-store__prod-popup__price-currency { 
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
}
.t-name_xl { 
    font-size: 30px;
}

.js-store-prod-all-text { 
    font-size: 16px;
}

.t-store__prod__quantity-input {
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    border-radius: 0px !important;
    color:#262829;
}
/*убрали радиус у обводки и кнопки*/
.t-store__prod__quantity {
    border-radius: 0px !important;
}
/*настроили шрифт на кнопке*/
.t-store__prod-popup__btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: Roboto;
    border-radius: 0px !important;
}

/*.t-store__prod-popup__btn:hover {
    color: #ffffff !important;
    background-color: #c6c6c6 !important;*/
    
}
