.t-store__relevants__container{
    display:none !important;
}

.js-store-prod-all-text{
    line-height:16px;
}

/*Увеличить размер контейнера отображающего фото вариантов товара, для лучшего отображения в моб версии*/
.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_buttons.t-product__option-variants_image{
    width:100%;
}

/*Не отображать кнопку Идея для подарка. Временное решение*/
.js-store-prod-all-text.mashkova-gift{
    display:none;
}


.t-store__prod-popup__btn-wrapper {
margin-bottom: 15px;
}
.t-store__prod-popup__text {
margin-top: 15px;
}

.t-product__option-checkmark.t-bgimg.t-product__option-checkmark_buttons.t-product__option-checkmark_image{
    background-position:center;
}

.mashkova-gift {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 83.5%;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #b83d14 !important;
    box-sizing: border-box;
}

.mashkova-buyoneclick {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 83.5%;
    border-radius: 5px;
    text-align: center;
    border: none;
    background-color: black;
    box-sizing: border-box;
}

.t-slds__bullet_active .t-slds__bullet_body {
    background-color: #b83d14 !important;
}


.t-form__submit button {
    font-size:14px !important;
}

.t706__cartwin-prodamount-wrap, .t706__cartwin-totalamount-label, .t706__cartwin-totalamount {
    font-weight:400;
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid rgba(184,61,20,1);
}

/* buy one click
div.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs > div:nth-child(1) > a {
    color: white !important;
} */
.a_mashkova-buyoneclick table tbody tr td{
    color: white;
}
/* gift
div.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs > div:nth-child(2) > a {
    color: black !important;
} */
.a_mashkova-gift {
    color: black !important;
}


#gift_icon > img {
    width:15px !important;
    margin-left:5px !important;
}


.t-store__card__mark {
    height:25px !important;
    border-radius:5px;
    color: black !important;
    background-color:white !important;
}

.delivery-full-address {
    display:none !important;
}


.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    background: none !important;
}

.js-store-prod-all-charcs {
    margin-top:10px !important;
}

::-webkit-scrollbar-thumb {
/* Укажи cвой цвет скроллбара */
background: #b83d14;
/* Укажи радиус скругления скроллбара */
border-radius: 0px;
}
::-webkit-scrollbar {
/* Укажи ширину вертикального скроллбара */
width: 2px;
/* Укажи высоту вертикального скроллбара */
height: 2px;
/* Укажи цвет фона под скроллбаром */
background: #ffffff;
}

@media screen and (min-width: 960px) {
    .mashkova-gift, .mashkova-buyoneclick {
        width: fit-content;
    }
}

/* start: перенести аккордеон карточки товара под описание справа в Тильда */
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:820px;
}

@media screen and (min-width:960px){
    .js-store-product.js-product.t-store__product-popup,
    .t-store__product-snippet .t-container{
        position: relative;
    }
    .t-store__prod-popup__slider.js-store-prod-slider {
        position: absolute;
        top: 0;
        left: 0;
    }  
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 440px;
    }
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion{
        margin-left: 490px;
    }
}

@media screen and (min-width:1240px){
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 560px;
        margin-top: 20px;
    }
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion{
        margin-left: 620px;
    }
}

@media screen and (max-width: 1240px){
    .js-store-product.js-product.t-store__product-popup, 
    .t-store__product-snippet .t-container {
        min-height:650px;
    }
}
/* end: перенести аккордеон карточки товара под описание справа в Тильда */