/*Убираем пальчик*/
.t-store__scroll-icon-wrapper{
    display: none;
}

/*Меняем шрифт у цены и описания*/
.t-store__card__price-value {
    font-family: 'Inter';
}
.t-store__card__price-currency, .t1025 .t-store__card__price-value, .t-store__prod-popup__close-txt {
    font-family: 'Inter';
}

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

.t-name_md {
    font-size: 20px;
    font-family: 'Inter';
    line-height: 1.35;
}


/*Меняем шрифт у чекбоксов*/
.t-store .t-product__option-title {
    font-family: 'Inter';
}
.js-product .t-product__option-select {
    width: 100%;
    border: 1px #6f6969 solid;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 15px 2px 10px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter';
}



.t-store__prod-popup__sku {
    margin-top: 8px;
    color: #777;
    font-family: 'Inter';
    
    
    
/*Увеличиваем кнопку добавить в корзину*/
.t-btn_sm {
    height: 55px;
    width: 340px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}


/*Уменьшаем расстояние у попапа до верху*/
.t-store__prod-popup__container {
    padding: 0px 20px;
}
.t-store__prod-snippet__container {
    padding-top: 0px;
}



