/* Отключение возможности выделения в элементе с классом nocopy */
.nocopy {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.t-descr_xxs {
    font-size: 16px;
    line-height: 1.55;
}


.t-store .t-store__tabs__content
 {
        font-size: 16px !important;
    }



/* цена */
.js-store-prod-price {
font-size: 32px !important; 
}
/* цена за шт */
label.t-product__option-item:nth-child(1) > span:nth-child(3) {
font-size: 16px !important; 
}
/* цена за м2 */
label.t-product__option-item:nth-child(2) > span:nth-child(3) {
font-size: 16px !important; 
}
/* Описание */
div.t-store__tabs__button:nth-child(2) > div:nth-child(1) {
font-size: 20px !important; 
}
/* Характеристики */
div.t-store__tabs__button:nth-child(3) > div:nth-child(1) {
font-size: 20px !important; 
}
