.delay-item {
  position: relative;
}
.delay-item:not(:last-child) {
  margin-bottom: 32px;
}
.delay-item_is-remove-from-delayed{
  display: none;
}
.delay-item_is-not-available .delay-item__top-title-wrap,
.delay-item_is-not-available .delay-item__desc-wrap,
.delay-item_is-not-available .delay-item__price-wrap {
  opacity: 0.5;
}
.delay-item__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.delay-item__desc-wrap, .delay-item__sale-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.delay-item__sale-wrap {
  justify-content: flex-end;
}
.delay-item__title-wrap {
  display: none;
  margin-bottom: 16px;
}
.delay-item__top-title-wrap, .delay-item__desc-wrap, .delay-item__sale-wrap {
  width: 100%;
}
.delay-item__top-title-wrap {
  margin-bottom: 4px;
}
.delay-item__desc-wrap {
  margin-bottom: 4px;
}
.delay-item__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #303233;
}
.delay-item__title-wrap {
  flex: none;
  width: 324px;
  padding: 0 30px;
}
.delay-item__img {
  max-width: 100%;
  max-height: 100%;
}
.delay-item__img-link {
  display: block;
}
.delay-item__img-wrap {
  flex: none;
  width: 124px;
  padding: 0 10px;
}
.delay-item__title-and-props-wrap {
  padding: 0 24px 0 14px;
}
.delay-item__props-item {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.delay-item__props-item-title {
  color: #858D99;
}
.delay-item__props-item-value {
  color: #303233;
}
.delay-item__props-wrap {
  padding: 0 40px;
}
.delay-item__sale-wrap > * {
  padding: 0 10px;
  white-space: nowrap;
}
.delay-item__label-not-available {
  font-size: 16px;
  line-height: 24px;
  color: #D9344A;
  padding: 12px 24px;
  background: #F3F4F5;
  border-radius: 40px;
}
.delay-item__price_old .delay-item__price-text {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 20px;
  color: #858D99;
}
.delay-item__price_current .delay-item__price-text {
  font-size: 16px;
  line-height: 24px;
  color: #303233;
}
.delay-item__price_summ .delay-item__price-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #303233;
}
.delay-item__icon-wrap-delete {
  text-align: right;
}
.delay-item__icon-wrap .svg-before-icon--close {
  cursor: pointer;
}
.delay-item__icon-wrap .svg-before-icon--close:before {
  width: 10px;
  height: 10px;
}
.delay-item__checkbox {
  opacity: 0;
  position: absolute;
}
.delay-item__checkbox-wrap {
  cursor: pointer;
  position: relative;
  display: block;
  flex: none;
}
.delay-item__checkbox-field {
  border: 1px solid #CED1D6;
  box-sizing: border-box;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.delay-item__checkbox:checked + .delay-item__checkbox-field {
  background-color: #D9344A;
  border-color: #D9344A;
}
.delay-item__checkbox:checked + .delay-item__checkbox-field:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/main/img/svg_sprite.svg#check_white");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 10px;
  margin-top: -4px;
  margin-left: -5px;
}
@media (min-width: 800px) {
  .delay-item__desc-wrap {
    width: 70%;
  }
  .delay-item__sale-wrap {
    width: 30%;
  }
  .delay-item__props-wrap-wrap {
    flex: none;
    width: 424px;
  }
}
@media (min-width: 960px) {
  .delay-item__inner, .delay-item__sale-wrap {
    justify-content: space-between;
  }
  .delay-item__props-item {
    display: flex;
    align-items: start;
    justify-content: flex-start;
  }
  .delay-item__props-item-title {
    margin-right: 10px;
  }
  .delay-item__price-wrap-old, .delay-item__price-wrap-current {
    display: block;
  }
  .delay-item__price-wrap-old, .delay-item__price-wrap-current, .delay-item__price-wrap-summ {
    flex: none;
    width: 125px;
  }
  .delay-item__price-wrap-old {
    width: 95px;
  }
  .delay-item__icon-wrap-delete .delay-item__price_old {
    display: none;
  }
}
@media (min-width: 1075px) {
  .delay-item__top-title-wrap {
    display: none;
  }
  .delay-item__title-wrap {
    display: block;
  }
}
.delayed_goods__inner {
  margin-bottom: 50px;
}
.delayed_goods .btn:before {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.delayed_goods .btn {
  margin: 10px 0 40px 10px;
}
.delayed_goods .btn .btn__text {
  max-width: 200px;
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .delayed_goods .btn {
    margin: 10px 0 20px 10px;
  }
}
.delayed_goods__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #303233;
  margin-bottom: 44px;
}
.delayed_goods__container {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
}
.delayed_goods__desc {
  font-size: 16px;
  line-height: 24px;
  color: #D9344A;
  padding: 12px 24px;
  background: #F3F4F5;
  border-radius: 40px;
  margin-bottom: 20px;
}
.delayed_goods__items, .delayed_goods__total-wrap {
  width: 100%;
}
.delayed_goods__items-list-wrap:not(:last-child) {
  margin-bottom: 40px;
}
.delayed_goods__total-wrap {
  margin-top: 50px;
}
.delayed_goods__total-wrap .delayed_goods-coupon-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 80px;
}
.delayed_goods__total-wrap .delayed_goods-coupon-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 20px;
  margin-top: -8px;
  margin-left: -10px;
}
.delayed_goods__total-wrap .delayed_goods__total-coupon-wrap .form-control {
  border: 1px solid #CED1D6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 48px 50px 10px 24px;
  font-size: 16px;
}
.delayed_goods__total-wrap .delayed_goods__total-coupon-wrap .form-control:focus {
  border-color: #F2B600;
}
.delayed_goods__total-wrap .delayed_goods__total-coupon-wrap .form-control:focus + .delayed_goods-coupon-btn:before {
  background-image: url(/local/templates/main/img/svg_sprite.svg#line_arrow_right_yellow);
}
.delayed_goods__total-wrap .delayed_goods__total-coupon-wrap .form-group {
  margin-bottom: 8px;
}
.delayed_goods__total-wrap .delayed_goods-coupon-block-field-title {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #858D99;
  z-index: 2;
}
.delayed_goods__total-inner {
  background: #F3F4F5;
  border-radius: 8px;
  padding: 21px 25px 25px;
}
.delayed_goods__total-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delayed_goods__total-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #303233;
  margin-bottom: 12px;
}
.delayed_goods__total-list {
  margin-bottom: 17px;
}
.delayed_goods__total-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}
.delayed_goods__total-item-title {
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #858D99;
}
.delayed_goods__total-item-value {
  font-size: 16px;
  line-height: 24px;
  color: #303233;
}
.delayed_goods__total-item_summ {
  margin-bottom: 18px;
}
.delayed_goods__total-item_summ .delayed_goods__total-item-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #D9344A;
}
.delayed_goods__total-item_bonus .delayed_goods__total-item-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.delayed_goods__total-item_bonus .delayed_goods__total-item-value span {
  color: #D9344A;
}
.delayed_goods__total-item-help {
  margin-left: 10px;
}
.delayed_goods__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.delayed_goods__button .btn__text {
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  margin-left: 16px;
}
.delayed_goods__button:before {
  flex: none;
}
.delayed_goods__button_to-order {
  margin-bottom: 8px;
}
.delayed_goods__button_to-order:before {
  width: 36px;
  height: 36px;
}
@media (max-width: 640px) {
  .delayed_goods__total-content {
    flex-direction: column;
  }
  .delayed_goods__total-content > * {
    width: 100%;
  }
  .delayed_goods__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .delayed_goods__container {
    flex-direction: row;
  }
  .delayed_goods__items {
    width: 100%;
  }
  .delayed_goods__total-wrap {
    flex: none;
    width: 280px;
    margin-left: 50px;
    margin-top: 0;
  }
  .delayed_goods__total-content {
    flex-direction: column;
  }
  .delayed_goods__total-content > * {
    width: 100%;
  }
}
.delay-item__btn {
  cursor: pointer;
}
.basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: .7;
}
.basket-search-not-found-icon {
  margin: 0 auto 80px;
  width: 180px;
  height: 180px;
  background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-size: cover;
}
.basket-search-not-found-text {
  color: #c0c5ca;
  text-align: center;
  font-sise: 30px;
}