/* Корзина*/
.vi-cart {
  gap: 1.6666666667rem;
  padding-bottom: 4.1666666667rem;
}
.vi-cart__item.vi-goods {
  width: 100%;

}
.vi-cart__item.vi-payment {
  opacity: 0;
  display: none;
  transition: opacity 0.9s ease-in-out;
}
.vi-cart__item.vi-payment.vi-modify {
  width: 100%;
  animation: fadeIn 0.9s ease-in-out forwards;
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.vi-cart__item.vi-goods.vi-modify {
  width: 100%;
}

.vi-cart-total {
   height: auto;
  padding: 0px;
}

.vi-cart-total__container {
  padding-bottom: 0.4166666667rem;
  flex-direction: column;
}
.vi-cart-total__item {
  flex-direction: column;
}
.vi-cart-total__title {
  
  font-size: 1.6666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.vi-cart-total__inner {
  gap: 0.8333333333rem;
  padding-top: 0.1666666667rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.vi-cart-total__element {
  flex-direction: column;
}
.vi-cart-total__amount {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vi-cart-total__cost {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.vi-cart-total__discount {
  flex-direction: column;
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  align-items: center;
}
.vi-cart-total__discount span {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.vi-cart-total__delivery {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  align-items: center;
}
.vi-cart-total__delivery span {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.vi-cart-total__sum {
  
  font-size: 1.6666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.vi-cart-total__button {
  padding: 1.3333333333rem 2.0833333333rem;
  gap: 1.6666666667rem;
  
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04rem;
}


.vi-total img {
  display: none;
}



.vi-cart-panel {
  padding: 1.6666666667rem;
}
.vi-cart-panel__title {
  gap: 1.6666666667rem;
  font-size: 1.8333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.0733333333rem;
  padding: 2.5rem 0;
}

.vi-profile {
  gap: 2.5rem;
}
.vi-profile__item {
  gap: 0.8333333333rem;
}
.vi-profile__item label span {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.vi-profile__item form {
  padding: 0.8333333333rem;
}
.vi-profile__item:nth-child(2) {
  padding-bottom: 2.5rem;
}
.vi-profile__title {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.vi-profile__input-title {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.vi-select__selected {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1.25rem;
}

.arrow-down {
  right: 0.8333333333rem;
}

.vi-select-item {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1.25rem;
}

.vi-shipment__title {
  
  font-size: 1.6666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.vi-transporter {
  gap: 3.3333333333rem;
  padding: 2.5rem 0;
}
.vi-transporter__container {
  gap: 0.4166666667rem;
}
.vi-transporter__title {
  gap: 1.6666666667rem;
}
.vi-transporter__details {
  padding-left: 4.1666666667rem;
  gap: 0.8333333333rem;
}
.vi-transporter__description {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.vi-transporter__price {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  gap: 0.4166666667rem;
}
.vi-transporter__costs {
  
  font-size: 2.1666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.vi-payoff__title {
  
  font-size: 1.6666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.vi-payoff__inner {
  padding: 2.5rem 0;
  gap: 1.6666666667rem;
}
.vi-payoff__element {
  gap: 0.8333333333rem;
}
.vi-payoff__element span {
  
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.vi-bayer {
  gap: 3.3333333333rem;
}
.vi-bayer__title {
  
  font-size: 1.6666666667rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.vi-bayer__inner {
  padding: 2.5rem 0;
  gap: 2.5rem;
}
.vi-bayer__input-title {
  color: var(--cart-full-black);
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.vi-bayer__element {
  gap: 0.8333333333rem;
}
.vi-bayer__element form {
  padding: 0.8333333333rem;
}
.vi-bayer__element:last-child form textarea::placeholder {
  
  font-size: 1.1666666667rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0233333333rem;
}


.mobile-view-only{
  display: block;
}
.vi-goods-card__label *{
  text-transform: uppercase;
}
.vi-goods-card__item.mobile-view{
  flex-direction: column;
  padding-top:0.8333333333rem;
  justify-content: center;
  text-align: center;
}


#bx-soa-delivery .bx-soa-pp-item-container .row{
  flex-direction: column;
}
#bx-soa-delivery .delivery-card{
  width: 100% !important;
}



@media (min-width: 320px) and (max-width: 499px) {
  .vi-transporter {
    flex-direction: column;
  }
}


.vi-payment{
  z-index: 0;
  position: static;
}

.bx-soa-cart-total{
  padding:10px;
}
/*
#bx-soa-total{
  margin-left:10px;
  margin-rigth:10px;
}
#bx-soa-total,.bx-soa-cart-total{
  padding:0px;
}*/
.vi-cart-total__title{
  display: none;
}
.vi-cart-total__inner{
  flex-direction: column;
  padding:0px;
}
.vi-cart-total__inner{
  gap: 0rem;
}
.vi-cart-total__inner .vi-cart-total__inner{
  /*max-width: 350px;*/
  gap: 0px;
}

.bx-soa-coupon-block .form-control,.bx-soa-coupon-input{
  width: 100%;
}

.vi-cart-total__inner .mobile-colum{
  display: flex;
  flex-direction: row !important;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0px;
}
.vi-cart-total__amount{
  display: none !important;
}
.vi-cart-total-title{
  text-align: left;
  color: var( --cart-gray-dark);
  font-size: 16px  !important;
  font-style: normal  !important;
  font-weight: 400  !important;
  line-height: 150%;
}
.vi-cart-total-title-value,.vi-cart-total__sum .vi-cart-total-title{
  text-align: right;
  color: var( --cart-gray-dark);
  font-size: 16px  !important;
  font-style: normal  !important;
  font-weight: 600 !important;
  line-height: 150%;
}

.vi-cart-total__discount .vi-cart-total-title-value{
  color: var(--cart-chery-red);
}
.vi-cart-total__button{
  padding: 0px;
}
.vi-cart-total__sum *{
  color:var(--cart-full-black);
  font-size: 20px;
  font-weight: 700;
}
.vi-cart-total__button .btn{
  width: 100%;

}
#vi-cart-tabs,#oformCart{
  margin-bottom: 30px !important;
}
.bx-soa-sidebar{
  z-index: 350;
}

.vi-oform-basket h1{
display: none;
}
.vi-oform-basket{
  margin-top: 30px;
}
