.basket-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -20px; }
  .basket-row h3 {
    margin: 0 0 40px; }

.basket-total {
  display: none; }

.basket-checkout-block-total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px; }
  .basket-checkout-block-total-title {
    white-space: nowrap; }
  .basket-checkout-block-total-description {
    font-weight: 600;
    padding-left: 20px;
    text-align: right;
    white-space: nowrap; }

.basket-total-warning {
  margin-top: -10px;
  margin-bottom: 34px; }

.basket-checkout-container {
  width: 100%;
  max-width: 450px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  padding: 24px;
  overflow: hidden;
  margin-left: auto;
  margin-top: 60px; }
  .basket-checkout-container .btn {
    display: block;
    width: 100%;
    padding: 15px 14px 14px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px; }

.bx-basket {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #D0D0D0;
  width: 100%; }
  .bx-basket:last-of-type {
    border-right: none; }
  .bx-basket a {
    text-decoration: none; }
  .bx-basket .basket-items-list-wrapper {
    width: 100%; }
  .bx-basket .basket-items-list-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 36px;
    position: relative; }
    .bx-basket .basket-items-list-item-container:last-of-type {
      margin-bottom: 10px; }
    .bx-basket .basket-items-list-item-container.basket-item-overlay {
      opacity: 0.6; }
  .bx-basket .basket-items-list-item-descriptions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .bx-basket .basket-items-list-item-sale {
    margin-left: 34px;
    text-align: right; }
  .bx-basket .basket-item-image {
    min-width: 112px;
    width: 112px;
    height: 112px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .bx-basket .basket-item-property-custom {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #A3A3A3;
    padding-top: 4px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 14px; }
  .bx-basket .basket-item-info-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 10px;
    width: 100%; }
    .bx-basket .basket-item-info-name a {
      color: #2F2F2F; }
  .bx-basket .basket-item-action {
    color: #A3A3A3;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bx-basket .basket-item-action.active {
      color: #2F2F2F; }
  .bx-basket .basket-item-block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bx-basket .basket-item-store-list span {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #7C7C7C;
    background: #EFF0F1;
    padding: 4px 8px;
    margin-right: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block; }
    .bx-basket .basket-item-store-list span.avail {
      color: #08A518;
      background: rgba(8, 165, 24, 0.08); }
  .bx-basket .basket-items-list-add2basket {
    font-size: 14px;
    line-height: 1.2;
    color: #2F2F2F;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bx-basket .basket-items-list-add2basket:hover {
      text-decoration: none; }
    .bx-basket .basket-items-list-add2basket.disabled {
      color: #D0D0D0;
      text-decoration: none;
      cursor: default;
      display: none; }
  .bx-basket .basket-items-list-item-amount {
    display: inline-block; }
  .bx-basket .basket-item-block-amount {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-minus,
    .bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-plus {
      cursor: auto; }
  .bx-basket .basket-item-amount-btn-minus {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='40' viewBox='0 0 30 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='40' rx='4' fill='%23F1F1F1'/%3E%3Cpath d='M9 20H21' stroke='%238D8D8D' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: center;
    width: 30px;
    min-width: 30px;
    height: 34px;
    cursor: pointer;
    display: inline-block; }
  .bx-basket .basket-item-amount-btn-plus {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='40' viewBox='0 0 30 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='40' rx='4' fill='%23F1F1F1'/%3E%3Cpath d='M15 14C15 16.4 15 23 15 26M9 20H21' stroke='%238D8D8D' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: center;
    width: 30px;
    min-width: 30px;
    height: 34px;
    cursor: pointer;
    display: inline-block; }
  .bx-basket .basket-item-amount-filed {
    width: 44px;
    min-width: 44px;
    height: 34px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background: #FFFFFF; }
  .bx-basket .basket-item-price-current-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap; }
  .bx-basket .basket-item-price-old-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    color: #A3A3A3;
    text-decoration-line: line-through; }
  .bx-basket .basket-items-list-item-price {
    margin-bottom: 8px;
    text-align: right; }
  @media (max-width: 1199px) {
    .bx-basket .basket-row {
      display: block; }
    .bx-basket .basket-checkout-container {
      margin-left: auto;
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .bx-basket .basket-checkout-container {
      margin-left: 0;
      width: 100%;
      min-width: auto; }
    .bx-basket .basket-items-list-item-container {
      display: block;
      margin-bottom: 56px; }
    .bx-basket .basket-items-list-item-sale {
      margin-top: 20px;
      margin-left: 88px;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .bx-basket .basket-item-image {
      min-width: 76px;
      width: 76px;
      height: 76px;
      margin-right: 12px; }
    .bx-basket .basket-item-info-name {
      margin-bottom: 12px;
      min-height: auto; }
    .bx-basket .basket-item-store-list {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 6px;
      width: 100%; }
    .bx-basket .basket-item-action-block {
      -webkit-box-ordinal-group: 4;
      -moz-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
    .bx-basket .basket-item-store-list span {
      margin-bottom: 8px; }
    .bx-basket .basket-item-property-custom {
      padding-top: 0;
      padding-right: 0;
      margin-bottom: 4px; }
    .bx-basket .basket-checkout-block-total {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .bx-basket {
      padding: 0 15px; }
      .bx-basket h3 {
        margin: 0 0 26px;
        font-size: 20px;
        min-height: 48px; }
      .bx-basket .basket-row {
        margin: 0 -15px; }
      .bx-basket .basket-items-list-item-descriptions {
        display: block; }
      .bx-basket .basket-items-list-item-sale {
        margin-left: 0; }
      .bx-basket .basket-item-image {
        margin-right: 0;
        margin-bottom: 12px; }
      .bx-basket .basket-item-action {
        font-size: 13px;
        margin-right: 8px;
        white-space: nowrap; }
      .bx-basket .basket-items-list-add2basket {
        text-align: right; } }

@media (max-width: 767px) {
  .basket-row {
    margin: 0 -15px; } }

.promocode-wrap {
  width: 100%;
  position:relative;
}
.promocode-wrap.promocode--few-cart {
  width: 100%;
  max-width: 544px;
  margin-top: 42px;
  margin-bottom: -18px;
}
.promocode-wrap.promocode--one-cart {
  max-width: 378px;
  margin-top: 68px;
  margin-bottom: -44px;
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .promocode-wrap.promocode--one-cart {
    margin-top: 52px;
    max-width: 420px;
    margin-left: auto;
    margin-bottom: -28px;
  }
}
@media (max-width: 991px) {
  .promocode-wrap.promocode--one-cart {
    max-width: 100%;
    margin-left: 0;
  }
}
.promocode-wrap input {
  display: block;
  width: 100%;
  border-radius: 6px;
  background: #EFF0F1;
  padding: 14px 16px;
  font-family: Inter;
  font-size: 15px;
  color: #2F2F2F;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border: 2px solid #EFF0F1;
}
.promocode-wrap input:read-only {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promocode-wrap .promocode-apply {
  position: absolute;
  width: 124px;
  color: #2F2F2F;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  border-radius: 6px;
  background: #FFF;
  padding: 9px 20px;
  top: 7px;
  right: 8px;
  z-index: 3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promocode-wrap .promocode-clear {
  display: none;
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 17px;
  right: 14px;
  z-index: 3;
}
.promocode-wrap .promocode-status {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 4px;
  display: none;
}
.promocode-wrap.success input {
  border: 2px solid #08A518;
  background: transparent;
}
.promocode-wrap.success .promocode-apply {
  display: none;
}
.promocode-wrap.success .promocode-clear {
  display: block;
}
.promocode-wrap.success .promocode-status {
  display: block;
  color: #08A518;
}
.promocode-wrap.error input {
  border: 2px solid #E10909;
  background: transparent;
}
.promocode-wrap.error .promocode-apply {
  display: none;
}
.promocode-wrap.error .promocode-clear {
  display: block;
}
.promocode-wrap.error .promocode-status {
  display: block;
  color: #E10909;
}

/*# sourceMappingURL=basket.css.map */
