.cart-page {
  display: flex;
}
.cart-page__left {
  width: 740px;
  flex: 0 0 740px;
  margin-right: 40px;
}

.cart-empty {
  padding: 20px 0;
  min-height: 168px;
}
.cart-empty h4 {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1023px) {
  .cart-empty + .separator {
    display: none;
  }
}
.cart-block {
  margin-bottom: 30px;
}
.cart-block.is-delivery {
  width: 560px;
}

@media screen and (max-width: 1023px) {
  .cart-block {
    margin-bottom: 20px;
  }
  .cart-block.is-delivery {
    width: 100%;
  }
}
.radio-delivery {
  margin-bottom: 20px;
}

.delivery-fields .form-group {
  margin-bottom: 20px;
}

.deliver-phone {
  display: flex;
  align-items: flex-start;
}
.deliver-phone .form-group:first-child {
  flex: 0 0 66.071%;
  width: 66.071%;
  margin-right: 10px;
}
.deliver-phone .form-group:last-child {
  flex: 1;
}

@media screen and (max-width: 1023px) {
  .cart-block.is-delivery .separator {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .radio-delivery .radio-tab {
    white-space: nowrap;
  }
}
.cp {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 0;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.cp:first-child {
  padding-top: 0;
}
.cp__image {
  width: 80px;
  height: 80px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  padding: 3px;
  margin-right: 20px;
}
.cp__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cp__image.is-empty {
  border-color: transparent;
}
.cp__info {
  margin-right: 20px;
  flex: 0 0 340px;
  width: 340px;
  text-decoration: none;
}
.cp__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.cp__article {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.cp__number {
  padding: 0 20px;
  margin-right: 20px;
}
.cp__number .counter {
  margin-bottom: 8px;
}
.cp__prices {
  text-align: right;
  flex: 0 0 80px;
  width: 80px;
}
.cp__price {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
}
.cp__discounted {
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-bottom: 10px;
}
.cp__delete {
  padding: 0;
}
.cp__availability {
  flex: 1;
  width: 100%;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1023px) {
  .cp__info {
    flex: 1;
    width: auto;
  }
  .cp__availability {
    flex-basis: 100%;
    width: 100%;
    padding-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cp__image {
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
  }
  .cp__name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 36px;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
  .cp__info {
    flex-basis: calc(100% - 100px);
  }
  .cp__article {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
  .cp__number {
    margin-left: 60px;
  }
  .cp__price {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
  .cp__discounted {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
  .cp__stock {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }
  .cp .counter {
    height: 36px;
    width: 94px;
  }
  .cp .counter input, .cp .counter__btn {
    width: auto;
    flex: 1;
    min-width: 0;
    padding: 0;
  }
}
.payment {
  margin-bottom: 20px;
}

.cart-comment {
  margin-bottom: 30px;
}

.cart-support {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-bottom: 150px;
}

@media screen and (max-width: 1023px) {
  .cart-support {
    padding-bottom: 0;
    margin: 30px 0;
  }
}
.cart-submit-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 20px;
  width: 380px;
}
.cart-submit-box .csb-row {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 10px;
}
.cart-submit-box .csb-row__title {
  flex: 1;
  color: #4F4F4F;
  text-align: left;
}
.cart-submit-box .csb-row__value {
  flex: 1;
  color: #000;
  text-align: right;
}
.cart-submit-box .csb-row__value.is-red {
  color: #EB5757;
}
.cart-submit-box .csb-row.is-summary {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 0 20px;
}
.cart-submit-box .csb-row.is-summary .csb-row__title, .cart-submit-box .csb-row.is-summary .csb-row__value {
  color: #000;
}

.cart-submit-box__btn {
  margin-bottom: 20px;
}
.cart-submit-box__btn svg {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1023px) {
  .cart-submit-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cart-submit-box .csb-row {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
  }
  .cart-submit-box .csb-row.is-summary {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px;
  }

  .cart-submit-box__btn {
    margin-bottom: 0;
  }
}
.bonus-curd {
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .cart-page {
    flex-direction: column;
  }
  .cart-page__left {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .cart-page .radio-tabs {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
