/*scu*/
.basket-items-list-wrapper-compact
  .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact
  .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color {
  display: block;
}

.basket-item-scu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
  position: relative;
  display: inline-block;
  margin: 2px 3px 3px 0;
  padding: 0;
  border: 1px solid #eeecef;
  cursor: pointer;
  transition: 300ms all ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover {
  border-color: var(--primary);
}

.basket-item-scu-item.selected:hover {
  cursor: default;
}

.basket-item-scu-item.not-available:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: no-repeat center
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
  background-size: 100% 100%;
  content: "";
}

.basket-item-scu-item-inner {
  display: block;
  transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner {
  opacity: 0.5;
}

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact
  .basket-item-scu-color
  .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact
  .basket-item-property-scu-image
  .basket-item-scu-item-inner {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
  padding: 3px 5px;
  min-width: 30px;
  text-align: center;
  font: var(--ui-font-weight-bold) 14px/17px "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.basket-items-list-wrapper-compact
  .basket-item-property-scu-text
  .basket-item-scu-item-inner {
  padding: 1px 2px;
  font: var(--ui-font-weight-bold) 12px/14px "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

@media (max-width: 768px) {
  .basket-item-property-name,
  .basket-item-property-value {
    font-size: 11px;
  }
}

@media (max-width: 580px) {
  .basket-item-block-properties {
    margin-bottom: 10px;
  }

  .basket-items-list-wrapper-compact .basket-item-block-properties {
    margin-bottom: 0;
  }

  .basket-item-property-scu-image .basket-item-scu-item-inner,
  .basket-item-scu-color .basket-item-scu-item-inner {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }

  .basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 2px 3px;
    min-width: 25px;
    text-align: center;
    font: var(--ui-font-weight-bold) 11px/15px "Helvetica Neue", Helvetica,
      Arial, sans-serif;
  }
}

/*endregion*/

.order-container-left .basket-item-scu-list {
  display: block;
  /* margin-left: 72px; */
  /* display: grid; */
  /* grid-template-columns: repeat(2, minmax(240px, 1fr)); */
  /* gap: 24px; */
}

/* empty-cart */
.empt-cart {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.empt-cart svg {
  width: 86px;
  height: 86px;
}
.empt-cart__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 20px;
  text-align: center;
}
.empt-cart__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 550px;
  text-align: center;
}

.empt-cart__link {
  border-radius: 2px;
  padding: 18px 60px;
  background: var(--main);
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s;
}
.empt-cart__container {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1544px;
}
/* !empty-cart */
