    /*отступ у кнопки в корзину*/
    .t951 .t-store__card__btns-wrapper {
        margin-top: 0px;
    }
    
    /* убрал у каталога анимацию листалки */
    .t-store__scroll-icon-wrapper {
        display: none;
    }
    
    /* верхний отступ у размера */
    .t-store .t-product__option {
        /*margin-top: 0px;*/
    }
    
    /* высота ценника */
    .t-store__card__textwrapper {
        /*height: 45px !important;*/
    }
    
    /* отступ карточек каталога */
    @media (max-width: 767.98px) { 
        .t-store__grid-cont .t-col, 
        .t-store__grid-cont .t-store__stretch-col {
            margin-bottom: 40px !important;
        }
    }
    
    /* убираем пагинацию на мобильном у первого блока */
    .t-slds__bullet_wrapper {
        display: none;
    }
    
    /* стили для селекта размеров */
    .t-store .t-product__option {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    
    @media (max-width: 767.98px) {
        .t-store .t-product__option-select {
            font-size: 12px !important;
        }
    }
    
    .t-store .t-product__option-title {
        padding-bottom: 3px;
        margin-right: 10px;
    }
    
    .js-product .t-product__option-variants:after {
        border-color: #2732FE transparent transparent transparent;
    }
    
    .t-store .t-product__option-variants {
        min-width: 65px;    
    }
   
    /* // стили для селекта размеров */
    
    /* отступ на мобильной версии у КАТАЛОГ */
    @media (max-width: 767.98px) {
        #rec589913745 {
            padding-top: 30px !important;
        }
    }
    
    /* footer на мобильном */
    @media (max-width: 420px) {
        .t420__col.t-col_3 {
            max-width: 50%;
        }
    }
    
 
    
    /* отступ для покупки в корзине через мобильный телефон */
    .t-form__inputsbox {
        padding-bottom: 70px;
    }
    
    
    /* иконка ИЗБРАННОЕ в открытом товаре */
    .t1002__addBtn {
        background-color: transparent !important;
        border: none;
    }
    

    
    
    .t-name {
        font-weight: 500;
    }
    
    
    /* отступ у попап корзины под кнопкой отправить заказ */
    .t706__cartpage-open-form-wrap {
        margin-bottom: 80px;
    }
    
    .t-store__card__mark {
        background-color: #f10a47 !important;
        width: 20px;
        padding: 2px 10px;
        height: auto;
    }
   








