/*ссылка в описании в виде кнопки*/
.js-store-prod-all-text a {
    color: #f3faff !important;
    background-color: rgb(243, 67, 110);
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 20px 20px 0;
    display: inline-block;
    transition: .5s ease;
}
@media screen and (max-width: 480px){
    .js-store-prod-all-text a {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 5px 20px 0;
    }
}

.js-store-prod-all-text a:hover {
    color: #f3d2b7 !important;
    background-color: #d40036;
    transition: .5s ease;
}

/*---*/

.t-store__relevants__title {
    color: #d40036 !important;
}

.t-store__tabs__content {
    font-family: NeverMindSlab;
    font-weight: 400;
}


/*переносим табы под описание в карточке товара*/
.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 !important;
}
}

@media screen and (max-width: 1240px){
.js-store-product.js-product.t-store__product-popup, 
.t-store__product-snippet .t-container {
    min-height:650px;
}
}
/*---*/

