/*------настройки карточки товара-----*/

/*скрываем описание на странице категории*/
.js-store-prod-descr {
    display: none;
}

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

/*скрываем характеристики товара*/
.js-store-prod-all-charcs {
    display:none;
}

/*верхний отступ в карточке товара*/
.t-store__prod-snippet__container {
    padding-top:0;
}

/*секция вам может понравиться*/
@media screen and (max-width: 640px) {
    .t-store__relevants__container {
        margin: 30px 0;
    }
}

@media screen and (max-width: 480px) {
    .t-store__relevants__title {
        font-size: 20px !important;
    }
}

.t-input-title {
    font-weight: 400;
    font-size: 18px;
}

.t-input-subtitle {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 1.2;
}

.t-radio__control.t-text_xs {
    line-height: 1.3;
    font-size: 14px;
}

.t706__form-bottom-text {
    text-align:left;
}

/*скрываем поставщика в карточке товара*/
.js-product-brand {
    display: none;
}

/*выравниваем главное фото товара по верху*/
.t-slds__bgimg {
    background-position: top!important;
}


/*описание товара*/
.js-store-prod-all-text {
    font-weight: 300;
    line-height: 1.3;
}




/*------Мобильное меню------*/

/*Подчеркивание при наведениив подменю*/
.t-submenublocks__item:hover {
    text-decoration: underline 1px solid #212121;
}

/*устанавливаем прозрачный фон моб меню*/
.tmenu-mobile {
    background-color: #1110;
}

/*скрываем логотип*/
@media screen and (max-width: 980px) {
    .t446__logowrapper {
        display: none;
    }
  
/*устанавливаем побольше отступ у последнего пункта*/  
    .t446__list_item:last-child {
        padding-bottom: 40px!important;
    } 
}

/*устанавливаем фон при открытии мобильного меню*/
.tmenu-mobile.tmenu-mobile_positionfixed.tmenu-mobile_opened {
    background-color: #f5f5f5;
    
}
 
/*перемещаем бургер влево*/ 
.t282__menu__content {
    flex-direction: row-reverse;
}

/*скрываем блок для лого и двигаем иконки*/ 
.t282__logo__container {
    display: contents;
}

@media screen and (max-width: 980px) {
.t-menuwidgeticons__wrapper {
        margin-right: 0!important;
    }
}   

/*уменьшаем иконку избранного*/ 
@media (max-width: 480px) {
    .t1002__addBtn {
        width: 35px;
        height: 35px;
    }
}


/*увеличиваем ширину попапа корзина*/ 
.t706__cartwin-content {
    max-width: 600px;
}


/*делаем подписи в вариантах доставки жирным и красным*/ 
#customdelivery .delivery-hint {
    color: #ff0000;
    font-weight: 600;
}