/*код скрытия кнопки в Корзину на карточке товара, добавляем в код для CSS*/

/*.t-store__prod-popup__btn-wrapper {*/
/* display: none;*/
/*}*/

/*меняем местами характеристики*/
.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
}

.js-store-prod-all-charcs {
    margin: 0 0 20px 0;
    padding-top: 0;
}



.js-store-prod-text a {
display: inline-block;
    padding: 10px 30px;
    margin-right: 15px;
    margin-top: 0;
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid #3f3f3f;
}
.js-store-prod-text a:hover{
    opacity: .7
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: transparent;
    color: #3f3f3f !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}








.t-store__prod-snippet__container {
    padding-bottom: 20px;
    padding-top: 20px;

}
.js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
    max-width: 1680px;
}

.t-store__card {
    max-width: 540px;
    margin-right: 20px;
    margin-left: 0;
}
.js-store-price-wrapper {
    display: none;
}

.t-store__prod-popup__price-wrapper{
    display: block;
}
.t-descr_xxs {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.t-store .t-store__tabs__content {
    max-width: 100% !important;
}

.t-store__tabs__list {
    margin-bottom: 60px;
}
.nav{
   opacity: 1 !important;
   transition: all .3s ease;
   border-bottom: 1px solid rgba(63, 63, 63, 0)
}
    .nav:hover{
        opacity: .5 !important;
        border-bottom: 1px solid rgba(63, 63, 63, 1)
    }
.link, .next-btn, .prev-btn {
text-decoration:none; 
display: inline-block;
line-height: 1;
}

.link:after, .next-btn:after, .prev-btn:after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    background-color: #892f42; /*цвет фона элемента*/
    transition: width 0.2s ease-in-out; /*данное свойство отвечает за плавное изменение ширины. Здесь можно задать время анимации в секундах (в данном случае задано 0.4 секунды)*/
}

.link:hover:after,
.link:focus:after {
    width: 100%;
}

.link:hover{
  color:#892f42;
}
.next-btn:hover:after,
.next-btn:focus:after {
    width: 100%;
}

.next-btn:hover{
  color:#892f42;
}
.prev-btn:hover:after,
.prev-btn:focus:after {
    width: 100%;
}

.prev-btn:hover{
  color:#892f42;
}


@media screen and (max-width:1440px){
    div#rec987956156 {
    padding-left: 30px;
}
  .t-store__card {
    max-width: 440px;
    margin-right: 10px;
    margin-left: 0;
}  

}
@media screen and (max-width:1200px){
.js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
    width: 100%;
    justify-content: space-between;
}
    div#rec987956156 {
    padding-left: 0;
    padding-top: 80px !important;
}
  .t-store__card {
    max-width: 360px;
    margin-right: 10px;
    margin-left: 0;
}  

}

@media screen and (max-width:1110px){
.js-store-grid-cont.t-store__grid-cont.t-container.t-store__grid-cont_mobile-grid.t-store__valign-buttons {
    width: 100%;
    justify-content: flex-start;
}
    div#rec987956156 {
    padding-left: 30px;
}
  .t-store__card {
    max-width: 320px;
    margin-right: 20px;
    margin-left: 0;
}  
}
@media screen and (max-width:910px){
.t-store__card {
        max-width: 360px;
        margin-right: 10px;
        margin-left: 0;
    }

}

@media screen and (max-width:520px){
div#rec987956156 {
        padding-left: 0;
    }
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
        padding-left: 0;
        padding-right: 0;
    }
    div#rec987956156 {
    padding-top: 0 !important;
}
    .txt {
    text-align: justify
}
}


