/* Стили для просмотра потоков */
.t-feed__post-popup__date.t-uptitle{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.t-feed__post-popup__close-text{
    opacity: 1;
    font-weight: 500;
    line-height: 1.1;
    font-size: 16px;
}
.t-store__card__imgwrapper{
    overflow: hidden;
}
.t-feed__post-popup__content img, .t-store__card__imgwrapper:hover .t-store__card__bgimg_second{
    border-radius: 8px;
}
.t-text_md, .t-descr_xxs {
    font-size: 20px;
    line-height: 1.1;
}
.js-store-prod-all-charcs p{
    margin-bottom: 5px;
}

/* Отключение вывод даты у потоков */
.t-feed__post-popup__date-wrapper{
    display: none;
}

/* Стили для оформления заказа подпись под кнопкой */
.t-text_xs {
    font-size: 16px;
    line-height: 1.1;
    color: #5e5e5e;
}
.t706__form-bottom-text{
    text-align: left;
    
}
span.delivery-checkbox-label{
    font-weight: 500;
    color: #1e1e1e;
}


/* Стили для просмотра товара */

/* Заголовок товара в корзине */
.t706__product-title{
    line-height: 1.1 !important;
    color: #1e1e1e !important;
}
.t706__product-title a{
    margin-bottom: 5px;
    display: inline-block;
}
/* Размер и артикул товара в корзине */
.t706__product-title__option{
    font-size: 14px;
    line-height: 1.1;
    color: #5e5e5e;
    opacity: 1;
}

.t-store__prod-popup__sku{
    font-size: 16px !important;
    color: #5e5e5e;
}
.t-store .t-product__option-title{
    padding-bottom: 10px;
}
.t-store__prod-popup__price-item{
    font-size: 24px;
}
.t706 .t-btn_sm {
    height: 46px;
    text-transform: uppercase;
    font-size: 16px;
}
/* Выравнивание радио на просмотре товара */
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before{
    top: 4px;
}
.js-product .t-product__option-item_radio .t-product__option-input:checked+.t-product__option-checkmark:after{
    top: 8px;
}

/* Убираю сепаратор в каталоге */
.t754 .t-store__grid-separator{
    display: none;
}
/* Отображение надписи НЕТ В НАЛИЧИИ */
.t-store__card__price-wrapper{
    position: relative;
}
.t-store__card__sold-out-msg{
    margin-top: 5px;
    position: absolute;
}

@media screen and (min-width: 961px) {
    .uc-catalog .js-store-grid-cont .t-item{
        display: block;
        float: none;
    }
    .uc-catalog .t-store__grid-cont{
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px){
    .uc-catalog .t-col .t-store__card__title{
        font-size: 16px !important;
        padding-bottom: 5px !important;
    }
    .uc-catalog .t-col .t-store__card__price{
        font-size: 20px !important;
    }
}