.t-descr_xxs {
    font-weight:500;
    font-size: 15px;
}

.t-store__filter__item .t-checkbox__control {
    font-weight:400;
    font-size: 13px;
}


.t-store .t-store__tabs__content img  { 
    /*max-width: 120px !important;*/
    height: 160px !important;
}


.t-name_xl { 
    font-weight: 900; 
    font-size: 26px; 
    
}

.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-size: 0px !important;
}

/* кнопка в карточке товара */

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 2px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #000000;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}

.t-store .t-store__tabs { 
    margin-top: 0px !important; 
    
}