.cart {
  padding-top: 30px;
  padding-bottom: 60px;
}

.cart__head {
  border-bottom: 2px solid #EAEAEA;
  padding-bottom: 20px;
}

.head-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-cart__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.head-cart__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #000000;
}

.head-cart__counts {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-top: 3px;
}

.head-cart__clear {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #909090;
}

.main-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-cart__products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.main-cart__promocode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  max-width: 670px;
  background: #F3F5F7;
}

.main-cart__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  max-width: 620px;
}

.products-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 2px solid #EAEAEA;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  position: relative;
}

.products-cart__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
}

.products-cart__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 915px;
}

.main-products-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-products-cart__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
}

.main-products-cart__image img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-products-cart__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-products-cart__brand {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #9B9B9B;
  margin-bottom: 10px;
}

.main-products-cart__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.main-products-cart__list {
  margin-top: 13px;
}

.list-main-products-cart__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.list-main-products-cart__item:not(:last-child) {
  margin-bottom: 10px;
}

.list-main-products-cart__value {
  color: #000000;
}

.other-products-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-products-cart__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
}

.other-products-cart__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 620px;
}

.other-products-cart__actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  right: 0px;
  top: 30px;
}

.price-other-products-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  padding-top: 43px;
}

.price-other-products-cart__row {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-other-products-cart__row._total {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.price-other-products-cart__row._bonus .price-other-products-cart__value {
  font-weight: 500;
  color: #E92F48;
}

._no-webp .price-other-products-cart__row._bonus .price-other-products-cart__value::before{
  background: url(../img/icons/bonus.png) center/cover no-repeat; }

.price-other-products-cart__row._bonus .price-other-products-cart__value::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  height: 21px;
  width: 21px;
}

.price-other-products-cart__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.price-other-products-cart__name span {
  color: #E92F48;
}

.price-other-products-cart__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-other-products-cart__value span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #919191;
}

.actions-other-products-cart__item._like:not(._liked) svg path._fill {
  display: none;
}

.actions-other-products-cart__item._like._liked svg path {
  fill: #E92F48;
}

.actions-other-products-cart__item svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promocode-main-cart {
  padding: 30px;
}

.promocode-main-cart__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.promocode-main-cart__head._active .promocode-main-cart__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.promocode-main-cart__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.promocode-main-cart__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promocode-main-cart__arrow img {
  width: 100%;
  max-width: 100%;
}

.promocode-main-cart__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
}

.promocode-main-cart__body._submit .promocode-main-cart__btn {
  background: #000;
  pointer-events: all;
}

.promocode-main-cart__input {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-width: 100%;
  width: 100%;
  min-width: 0px;
  background: transparent;
}

.promocode-main-cart__input::-webkit-input-placeholder {
  color: #9B9B9B;
}

.promocode-main-cart__input::-moz-placeholder {
  color: #9B9B9B;
}

.promocode-main-cart__input:-ms-input-placeholder {
  color: #9B9B9B;
}

.promocode-main-cart__input::-ms-input-placeholder {
  color: #9B9B9B;
}

.promocode-main-cart__input::placeholder {
  color: #9B9B9B;
}

.promocode-main-cart__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  background: #C7C7C7;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.list-main-cart__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #000000;
}

.list-main-cart__list {
  margin: 20px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.login_info {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: -20px;
}
.login_info span{
  cursor: pointer;
  text-decoration: underline;
}

.login_info_ch {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.login_info_ch span{
  cursor: pointer;
  text-decoration: underline;
}

.list-main-cart__row {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.list-main-cart__row._total {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.list-main-cart__row._bonus .list-main-cart__value {
  color: #E92F48;
  font-weight: 500;
}

._no-webp .list-main-cart__row._bonus .list-main-cart__value::before{
  background: url(../img/icons/bonus.png) center/cover no-repeat; }

.list-main-cart__row._bonus .list-main-cart__value::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  height: 21px;
  width: 21px;
}

.list-main-cart__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.list-main-cart__name span {
  color: #E92F48;
}

.list-main-cart__value {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-main-cart__btn {
  width: 100%;
  max-width: 100%;
  min-height: 55px;
  padding: 10px 10px;
  background: #111;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 999px;
}

