/*Меняем отступы у каталога товаров для мобильной версии*/

@media screen and (max-width: 960px){
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px){
    .t-store__grid-cont_mobile-grid {
        padding: 0 1px;
    }
}


@media screen and (max-width: 640px){
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 1px;
        padding-right: 1px;
    }
}

.t754 .t-store__card__textwrapper {
    padding-top: 16px;
}

.t754 .t-store__card__price-wrapper {
    margin-top: 6px;
}

.t754 .t-store__card__btns-wrapper {
    margin-top: 16px;
}

.t-align_center .t-store__card__btn:not(:only-child) {
    margin: 0 4px 8px;
}



/*эмблема скидки у товаров*/
.t-store__card__mark {
    font-weight: 500;
    font-size: 11px;
    width: 76px;
    height: 19px;
    border-radius: 0px;
    padding: 0 5px;
}

.t-store__card__mark-wrapper {
    right: 0px;
    top: 0px;
}


/*платежки*/
.payment-icons li {
    cursor: default;
    margin: 0 4px 0;
}
.inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.inline-list {
    padding-left: 0px !important;
}


/*кнопка в корзину меняем цвет*/
.t-store__prod-popup__btn {
    background-color: #e76f44 !important;
    color: white !important;
}


/*Активную кнопку варианта товара сделать жирнее*/
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
   /* border: 1.5px solid rgba(0,0,0,1) !important;*/
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 5px;
}

/*Размер шрифта текста на мобильном и пк один и тот же для описания товаров*/
@media screen and (max-width: 1200px){
    .t-descr_xxs {
        font-size: 14px !important;
        font-weight: 300 !important;
    }
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 14px !important;
    }
}



/*Уменьшить отступы сверху и снизу у продукта из каталога товаров для моб и пк версии */
@media screen and (max-width: 560px){
    .t-store__prod-snippet__container {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
        //padding-top: 50px !important;
        //padding-bottom: 20px !important;
    }
}

.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 100px;
}

/*
.t950__button t-btn {
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
}
*//*
.t950__wrapper .t950__title {

color:#E2A126!important;
text-shadow: 1px 0px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}*/
/*Красные цены и более толстый шрифт*/
/*.t-store__card__price, .t-store__prod-popup__price {
    color: #f94c43 !important;
    font-weight: 600 !important;
}*/

/*Метка скидки в корзине увеличить шрифт*/
@media screen and (max-width: 640px){
    .t-descr_xs {
        font-size: 14px;
        line-height: 1.45;
    }
}
/*
div:has(+ div[data-product-price-def="29.99"]) {
    color: #f94c43 !important;
    font-weight: 600 !important;
}*/

/*
.t282__logo__container {
    height: 60px !important;
}*/

@media screen and (max-width: 560px) {
    .t-store .t-store__product-snippet .t-store__prod-popup__col-left, .t-store__product-snippet .t-store__prod-popup__col-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 560px) {
    .t-store .t-slds__thumbsbullet-wrapper, .t-store .t-store__prod-popup__info .t-slds__thumbsbullet-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 560px) {
    .t-store .t-slds__thumbsbullet-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 60px;
        margin-right: 4px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 1240px) {
    .js-store-product.js-product.t-store__product-snippet .t-store__prod-popup__col-right {
        margin-left: 10px;
        max-width: 440px;
    }
}

@media screen and (max-width: 960px) {
    .js-store-product.js-product.t-store__product-snippet .t-store__prod-popup__col-right {
        margin-left: 0px;
        max-width: 440px;
    }
}


/*

.t706__product-thumb {
    padding-right: 10px;
}

@media screen and (max-width: 640px) {
    .t706__product {
        margin: 20px 0;
    }
}*/


.t706__product-thumb {
   /* padding-right: 10px;*/
    height: auto;
}

.t706__product {
    margin: 20px 0;
    height: auto;
}

.t706__cartwin-bottom {
    padding-top: 30px;
    margin-top: 10px;
}

.t706__cartwin-top {
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.js-store-product.js-product.t-store__product-snippet .js-product-edition-option-name.t-product__option-title {
    display: none;
}

.js-store-product.js-product.t-store__product-snippet .js-product-controls-wrapper {
    /* display: none;*/
}

.js-store-product.js-product.t-store__product-snippet .js-store-prod-all-text{
       /* font-size: 16px !important;*/
}

.t-store__relevants__container .t-store__card__textwrapper {
    padding-top: 16px;
}

.t-store__relevants__container .t-store__card__price-wrapper {
    margin-top: 6px;
}

@media screen and (max-width: 960px) {
    .t-store__relevants__container .t-store__card__price-wrapper {
        margin-bottom: 0px;
    }
}
