/*Долям от Тбанк - настройка кнопки на карточке товара*/
.digi-dolyame-label {
    display: inline-block !important;
}

.digi-dolyame-label--mobile {
    max-width: unset!important;
}

.digi-dolyame-label--desktop {
    right: 20px!important;
}

/*Настройка отступа на странице товара*/
.t-store__prod-snippet__container {
    padding-top: 30px !important;
    padding-bottom: 120px;
}

/*Жирность заголовка Подарки к букету*/
.t-uptitle {
    font-weight:600 !important;
}

/*Настройка пометки на карточке товара*/
.t-store__card__mark {
    font-weight: 400;
    font-size: 12px;
    font-family: 'CirceRounded',Arial,sans-serif !important;
    max-width: 250px;
    min-width: 150px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0 !important;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    text-transform: uppercase;
}

/*Настройка мобильного вида для Разделов каталога, как сторис*/
.uc-stories-catalog .t829__imgwrapper {
    background-color: unset !important;
}

@media screen and (max-width: 480px) {
    .uc-stories-catalog .t829__container_mobile-flex .t829__grid-item {
        min-width: 20% !important;
        max-width: 20% !important;
    }
    .uc-stories-catalog .t829 .t-section__topwrapper {
        margin-bottom: 0 !important;
    }
}

/*убираем отступ сверху у кнопки Заказать */
    .t951 .t-store__card__btns-wrapper {
        margin-top: 0!important;
    }

/*фон карточек в каталоге*/
    .t951 .t-store__card__imgwrapper,
    .t951 .t-store__card__textwrapper,
    .t951 .js-product-controls-wrapper,
    .t951 .t-store__card__btns-wrapper {
        background-color: white;
    }

/*отступ в карточке*/
    .js-product.t-store__card {
        padding-bottom:15px;
    }

/*скрываем иконку листания в мобильной версии*/
    .t688__scroll-icon-wrapper,
    .t851__scroll-icon-wrapper,
    .t772__scroll-icon-wrapper,
    .t774__scroll-icon-wrapper {
        display:none;
    }
    
/*START мобильное меню в одну линию с прокруткой*/
     .t229__maincontainer {
         padding-bottom:7px;
         padding-left:14px;
     }
     .t229 {
         overflow:scroll; 
         /*margin-top: 55px;*/
     }
     
     .t229 ul{
         display:inline-flex;
     }
     
     @media screen and (max-width: 980px) {
        .t229__leftside, 
        .t229__rightside, 
        .t229__centerside {
            text-align: center !important;
        }
        .t229 .t229__list_item {
            /*padding: 6px 20px!important;*/
            white-space: nowrap;
        }        
        .t229__centerside {
            padding: 0 !important;
        }
        .t229__list_item a {
            color:white;
            background-color:#CB3960;
            /*border-radius:20px;*/
            padding: 7px 16px;
        }
     }
/*END мобильное меню в одну линию с прокруткой*/

/*Настройка отступа снизу у карточки товара в мобильном виде*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px !important;
    }
}
