

/*Стили для видеоблока*/
.main_video > div {
  position: relative;
  overflow: hidden;
}

.main_video > div > video {
  object-fit: cover;
  width:100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}
/*Скрываем Soldout*/
.t-store__card__sold-out-msg {
    display:none;
}
/*Закругляем карточки*/
.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 4px;
}

@media screen and (max-width: 640px) {
/*2 карточки на экране при скроле*/
.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
    min-width: 50% !important;
    max-width: 50% !important;
}
.main_video > div > video {
  border-radius: 0px;
}

}

/*Стили корзины*/
.t706__cartwin-content {
    padding: 0px;
}
.t706__cartwin-top {
    padding: 40px 40px 30px;
    border-bottom: none;
}
.t706__cartwin-top .t-name_xl {
    font-size: 30px;
}
.t706__cartwin-products {
    width: 85%;
    padding: 0 40px 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.t706__cartwin-bottom {
    display: none;
}
.t706__orderform {
    margin-top: 20px;
    margin-bottom: 0px;
}
.t706 .t-input-group {
    margin-bottom: 20px;
    padding: 0 40px;
}
.t706__cartwin-totalamount-wrap {
    padding: 0 40px;
}
.t706 .t-form__submit {
    display: flex;
    margin-bottom: 0px;
}
.t-form__successbox {
    margin-bottom: 0px;
}
/*Скрываем лишние пункты*/
  .notshow {
    display: none;
} 

@media screen and (max-width: 640px){
.t706__cartwin-top .t-name_xl {
    font-size: 24px;
}
.t706 .t-form__submit {
    padding-bottom: 0px;
}
.t706__cartwin-top {
    padding: 20px 20px 0px;
}
.t706__cartwin-products {
    width: 88%;
    padding: 0 20px 20px;
}
.t706 .t-input-group {
    padding: 0 20px;
}
.t706__cartwin-totalamount-wrap {
    padding: 0 20px;
}

}
