/* Закрепление мобильного меню */
.t454__mobile {
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.t454__mobile .t-name {
    color: #404040;
    font-weight: 500;
    font-size: 18px;
}

/* Мобильный бургер */
.t454__mobile .t454__burger span {
    background-color: #606060;
    height: 2px;
}

@media only screen and (max-width: 980px) {
    /* Скрытие лого на мобильных устройствах */
    .t454__logowrapper {
        display: none;
    }
    
    /* Внутренние отступы для мобильного меню */
    .t454__maincontainer {
        padding: 80px 0 40px 0;
    }
    
    /* Отсутпы в карточке товара */
    .t-store__card__textwrapper {
        padding-top: 10px;
    }
    
    .t-store__card__price-wrapper {
        margin-top: 6px;
    }
    
    .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
    
    /* Menu в карточке товара 
    .t-popup {
        z-index: 999;
        
    }
    
    .t454 {
        z-index: 9998;
    }
    */
    
    /* Гифка в рекомендациях */
    .t-store__relevants__container .t-store__scroll-icon-wrapper {
        padding: 0 0 20px 0;
        display: none;
    }
    
    /* Стили корзины */
    .t706__cartwin-content {
        padding-top: 0;
    }
    
    .t706__cartwin-heading {
        font-weight: 400;
    }
    
    .t706__cartwin-top {
        padding-bottom: 10px;
    }
    
    .t706__cartwin-products {
        padding: 20px 0;
    }
    
    .t706__product + .t706__product{
        margin-top: 20px;
    }
    
    .t706__product {
        margin: 0px;
    }
    
    .t706__product-title a {
        font-weight: 400;
    }
    
    .t706__cartwin-prodamount-wrap {
        font-weight: 500;
    }
    
    .t706__cartwin-bottom {
        padding-top: 20px;
    }
    
    .t-popup__close {
        position: fixed;
    }
    
    
    /* Icon NEW */
    .t-store__card__mark {
        font-weight: 400;
        font-size: 10px;
        font-family: Roboto,Arial,sans-serif;
        display: table-cell;
        width: 36px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        border-radius: 18px;
        background-color: #111;
        color: #fff;
        box-sizing: border-box;
        padding: 0px;
    }
    /* */
}

/* Табы в магазине */
.t397__wrapper_mobile select {
    font-weight: 500;
    border-radius: 4px;
}

/* Иконка корзины */
.t706__carticon_sm .t706__carticon-counter {
    right: 23px;
    bottom: 19px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.t706__carticon-imgwrap {
    border-radius: 25px;
}

/* Иконка сообщениий */
.t898__btn_label {
    box-shadow: none;
}

.t898__btn_label svg path{
    stroke-width: 1;
}

.t898__btn_label {
    border-radius: 25px;
}


/* Фиксация мобильного меню */
.t454.t454__positionabsolute {
    position: fixed;
}

.t454.t454__positionfixed {
    position: fixed;
}

.t454.t454__positionstatic {
    position: fixed;
}



/* Menu в карточке товара 
.t-popup__close {
    padding-top: 64px;
}

.t454__mobile {
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
*/

