/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.order-cart-decorator {
  position: relative;
}
.order-cart-decorator:not(.order-cart-decorator_ready) {
  min-height: 65px;
}
.order-cart-decorator:not(.order-cart-decorator_ready) > * {
  opacity: 0;
}
.order-cart-decorator:not(.order-cart-decorator_ready) .order-cart-decorator__loading {
  opacity: 1;
  display: flex;
}
.order-cart-decorator .wa-products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-cart-decorator .wa-products .wa-product {
  padding-bottom: 19px;
  border-bottom: 1px solid #f2f2f2;
}
.order-cart-decorator .wa-products .wa-product-body {
  display: flex;
}
.order-cart-decorator .wa-products .wa-image-section a {
  display: inline-block;
  vertical-align: top;
}
.order-cart-decorator .wa-products .wa-image-section img {
  vertical-align: top;
  max-width: 50px;
  max-height: 50px;
}
.order-cart-decorator .wa-products .wa-column-image {
  margin-right: 10px;
  width: 50px;
  flex: none;
}
.order-cart-decorator .wa-products .wa-column-main {
  display: flex;
  flex: auto;
  width: 1px;
}
.order-cart-decorator .wa-products .wa-column-details {
  flex: auto;
  width: 1px;
}
.order-cart-decorator .wa-products .wa-column-quantity {
  margin-left: 10px;
  flex: none;
}
.order-cart-decorator .wa-products .wa-column-price {
  margin-left: 10px;
  width: 120px;
  flex: none;
  text-align: right;
}
.order-cart-decorator .wa-products .wa-actions {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order-cart-decorator .wa-products .wa-action {
  font-size: 13px;
}
.order-cart-decorator .wa-products .wa-services {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-cart-decorator .wa-products .wa-add-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  color: #cfcfcf;
  margin-top: 12px;
}
.order-cart-decorator .wa-products .wa-add-actions .wa-action {
  cursor: pointer;
}
.order-cart-decorator .wa-products .wa-add-actions .wa-action:hover {
  color: #686868;
}
.order-cart-decorator .wa-products .wa-add-actions .wa-tooltip::after {
  color: #1b1b1b;
}
.order-cart-decorator .wa-products .wa-service .wa-variant {
  margin-top: 10px;
}
.order-cart-decorator .wa-products .wa-product-price {
  font-size: 11px;
  color: #686868;
  margin-top: 5px;
  white-space: nowrap;
}
.order-cart-decorator .wa-products .wa-quantity-actions {
  display: none;
}
.order-cart-decorator .wa-products .wa-price-total {
  font-size: 16px;
  font-weight: 500;
}
.order-cart-decorator .wa-products .wa-price-total_compare {
  color: #f00;
}
.order-cart-decorator .wa-products .wa-price-section {
  display: flex;
  flex-direction: column-reverse;
}
.order-cart-decorator .wa-products .wa-price-compare {
  color: #686868;
  font-size: 13px;
  font-weight: 500;
  text-decoration-line: line-through;
  text-decoration-color: #f00;
}
.order-cart-decorator .wa-products .wa-price-discount {
  color: #686868;
}
.order-cart-decorator .wa-products .wa-name {
  font-weight: 500;
}
.order-cart-decorator .wa-cart-details {
  margin-top: 30px;
  display: flex;
}
.order-cart-decorator .wa-cart-details .wa-column-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: auto;
  width: 1px;
}
.order-cart-decorator .wa-cart-details .wa-column-content .wa-text {
  display: block;
}
.order-cart-decorator .wa-cart-details .wa-column-content .wa-text .wa-icon {
  margin-right: 5px;
}
.order-cart-decorator .wa-cart-details .wa-column-price {
  flex: none;
  width: 208px;
  margin-left: 10px;
  text-align: right;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section .wa-active-state,
.order-cart-decorator .wa-cart-details .wa-affiliate-section .wa-active-state {
  display: none;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section .wa-active-state .wa-button,
.order-cart-decorator .wa-cart-details .wa-affiliate-section .wa-active-state .wa-button {
  margin-left: 7px;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section.is-active .wa-inactive-state,
.order-cart-decorator .wa-cart-details .wa-affiliate-section.is-active .wa-inactive-state {
  display: none;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section.is-active .wa-active-state,
.order-cart-decorator .wa-cart-details .wa-affiliate-section.is-active .wa-active-state {
  display: block;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section {
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state {
  display: flex;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-input {
  flex: auto;
  width: 1px;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-button {
  margin-left: 10px;
  flex: none;
}
.order-cart-decorator .wa-cart-details .wa-coupon-section + .order-cart-decorator__back-link-wrapper {
  margin-top: 20px;
}
.order-cart-decorator .wa-cart-details .wa-affiliate-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-cart-decorator .wa-cart-details .wa-bonus-details .wa-details {
  margin-bottom: 5px;
}
.order-cart-decorator .wa-cart-details .wa-order-bonus {
  font-size: 12px;
  color: #686868;
}
.order-cart-decorator .wa-cart-details .wa-price-total {
  font-size: 16px;
}
.order-cart-decorator .wa-cart-details .wa-price-total .wa-price {
  font-size: 24px;
  font-weight: 500;
  margin-left: 5px;
}
.order-cart-decorator .wa-cart-details .wa-price-discount {
  font-size: 13px;
  margin-bottom: 5px;
  color: #686868;
}
.order-cart-decorator .wa-cart-details .wa-price-discount .wa-discount {
  font-weight: 500;
  margin-left: 5px;
}
.order-cart-decorator .wa-cart-details .wa-price-subtotal {
  font-size: 13px;
  margin-bottom: 5px;
  color: #686868;
}
.order-cart-decorator .wa-cart-details .wa-price-subtotal .wa-price {
  font-weight: 500;
  margin-left: 5px;
}
.order-cart-decorator .wa-cart-details .wa-weight-section {
  margin-top: 5px;
  color: #686868;
  font-size: 13px;
}
.order-cart-decorator .wa-cart-details .wa-weight-section .wa-count {
  display: block;
}
.order-cart-decorator .wa-cart-details strong {
  font-weight: 500;
}
.order-cart-decorator .wa-cart-details .wa-input:not(.input-text) {
  width: 350px;
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.order-cart-decorator .wa-cart-details .wa-input:not(.input-text):disabled {
  cursor: default;
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.order-cart-decorator .wa-cart-details .wa-input:not(.input-text):focus {
  border-color: #cfcfcf;
}
.order-cart-decorator .wa-cart-details .wa-input:not(.input-text)::placeholder {
  color: #888;
}
@media (max-width: 1023px) {
  .order-cart-decorator .wa-cart-details .wa-input:not(.input-text) {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.order-cart-decorator .wa-quantity-box {
  display: flex;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-quantity-box .wa-button {
  flex: none;
  width: 19px;
  border: 1px solid #cfcfcf;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-quantity-box .wa-button:hover {
  background-color: #f2f2f2;
}
.order-cart-decorator .wa-quantity-box .wa-button:first-child {
  border-right: 0;
  border-radius: 5px 0 0 5px;
  width: 32px;
}
.order-cart-decorator .wa-quantity-box .wa-button:last-child {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  width: 32px;
}
.order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip {
  display: block;
  height: 100%;
  position: relative;
}
.order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}
.order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon svg {
  fill: #686868;
}
.order-cart-decorator .wa-quantity-box .wa-input {
  width: 40px;
  border: 1px solid #cfcfcf;
  padding: 3px 3px 4px;
  text-align: center;
  border-radius: 0;
}
.order-cart-decorator .wa-quantity-section {
  width: 78px;
}
.order-cart-decorator .wa-quantity-section .wa-error-text {
  font-size: 11px;
  text-align: center;
}
.order-cart-decorator .wa-quantity-cart-section {
  width: 130px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-quantity-cart-section .wa-section-body {
  display: flex;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 19px;
  height: 100%;
  min-height: 34px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-quantity-cart-section .wa-button:hover {
  background-color: #f2f2f2;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button.s-minus-button {
  border-right: 0;
  border-radius: var(--inputs-buttons-border-radius) 0 0 var(--inputs-buttons-border-radius);
  width: 40px;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button.s-plus-button {
  border-left: 0;
  border-radius: 0 var(--inputs-buttons-border-radius) var(--inputs-buttons-border-radius) 0;
  width: 40px;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button .wa-icon {
  margin: auto;
  width: 8px;
  height: 8px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator .wa-quantity-cart-section .wa-button .wa-icon svg {
  fill: #686868;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button.is-locked .wa-icon {
  color: #aaa;
}
.order-cart-decorator .wa-quantity-cart-section .wa-button .wa-description {
  font-size: 0;
  line-height: 0;
}
.order-cart-decorator .wa-quantity-cart-section .wa-field-wrapper {
  position: relative;
}
.order-cart-decorator .wa-quantity-cart-section .wa-field-wrapper .wa-field {
  width: 50px;
  height: 100%;
  border: 1px solid #cfcfcf;
  padding: 3px 3px 4px;
  text-align: center;
  border-radius: 0;
}
.order-cart-decorator .wa-quantity-cart-section .wa-field-wrapper .wa-unit {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  color: #aaa;
  font-size: 15px;
  line-height: 20px;
  transform: translate(-50%, 1px);
}
.order-cart-decorator .wa-quantity-cart-section .wa-field-wrapper .wa-unit.top {
  top: auto;
  bottom: calc(100% + 2px);
}
.order-cart-decorator .wa-quantity-cart-section .wa-product-fractional-prices {
  text-align: center;
}
.order-cart-decorator .wa-quantity-cart-section .wa-product-fractional-prices .wa-product-ratio-wrapper,
.order-cart-decorator .wa-quantity-cart-section .wa-product-fractional-prices .wa-product-base-price {
  display: none;
}
.order-cart-decorator .wa-quantity-cart-section.quantity-toggles .wa-product-price {
  display: none;
}
.order-cart-decorator .wa-quantity-cart-section.quantity-toggles .wa-step {
  display: none !important;
}

/* stylelint-disable-next-line no-descending-specificity */
.order-cart-decorator__loading {
  color: var(--primary-color);
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  inset: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* stylelint-disable-next-line no-descending-specificity */
.order-cart-decorator__back-link-wrapper {
  margin-top: 40px;
}

.order-cart-decorator__back-link {
  display: inline-block;
  border-bottom: 1px dashed;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator__back-link svg {
  fill: var(--link-color);
  margin-right: 4px;
  transition: fill ease-in-out 0.2s;
}
.order-cart-decorator__back-link:hover {
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-cart-decorator__back-link:hover svg {
  fill: var(--link-color-hover);
}

.order-cart-decorator_premium .wa-quantity-cart-section {
  width: 146px;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-field-wrapper .wa-field {
  width: 65px;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button .wa-description,
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button .quantity-toggles__step {
  font-size: 12px;
  line-height: 16px;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button .wa-description,
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button .wa-step {
  display: none !important;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button.is-locked {
  color: #aaa;
  pointer-events: none;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button.is-locked .wa-icon {
  display: none;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button.is-locked .wa-description {
  display: block !important;
}
.order-cart-decorator_premium .wa-quantity-cart-section .wa-button.is-locked .quantity-toggles__step {
  display: block;
}
.order-cart-decorator_premium .quantity-toggles__unit-price {
  color: #cfcfcf;
}

.order-cart-decorator__trigger {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .order-cart-decorator .wa-products .wa-column-main {
    display: block;
    flex: auto;
    width: 1px;
  }
  .order-cart-decorator .wa-products .wa-column-details {
    display: block;
    margin: 0;
    width: auto;
  }
  .order-cart-decorator .wa-products .wa-column-quantity {
    display: block;
    margin: 10px 0 0;
    width: auto;
  }
  .order-cart-decorator .wa-products .wa-quantity-cart-section {
    margin-top: 25px;
  }
  .order-cart-decorator .wa-products .wa-column-price {
    display: block;
    margin: 10px 0 0;
    width: auto;
    text-align: left;
  }
  .order-cart-decorator .wa-products .wa-add-actions {
    justify-content: flex-start;
  }
  .order-cart-decorator .wa-products .wa-price-total {
    font-size: 18px;
  }
  .order-cart-decorator .wa-cart-details {
    display: block;
  }
  .order-cart-decorator .wa-cart-details .wa-column-content {
    width: auto;
  }
  .order-cart-decorator .wa-cart-details .wa-column-price {
    text-align: center;
    width: auto;
    margin: 10px 0 0;
  }
}
.order-confirm-modal {
  width: 400px;
  margin: 0 auto;
}

.order-confirm-modal_order-page .wa-dialog-footer {
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .order-confirm-modal {
    width: 100%;
    margin: 0;
  }
}
/* stylelint-disable-next-line block-no-empty */
.order-modal_auth .modal__content {
  overflow: visible;
}

.order-dialog-decorator .wa-shipping-pickup-dialog {
  width: calc(var(--max-container-width) - 60px);
  max-width: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (min-width: 1200px) {
  .order-dialog-decorator .wa-shipping-pickup-dialog {
    width: calc(var(--max-container-width) - 90px);
  }
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
  height: 500px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 10px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list::before {
  content: "";
  display: table;
  margin-bottom: 15px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list .wa-variant-wrapper {
  margin-top: 15px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section {
  display: none;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section.is-shown {
  display: block;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-variant-title,
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-table,
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-variant-wrapper .wa-variant-actions {
  margin-top: 20px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variant-details-section .wa-section-header {
  margin-bottom: 10px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-filters-wrapper,
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variants-list {
  margin-top: 20px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 14px;
  line-height: 1.2;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-name {
  font-size: 16px;
  font-weight: 500;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-details {
  margin-top: 5px;
  color: #686868;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-price {
  color: #1b1b1b;
  margin-right: 6px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-section .wa-variant-wrapper .wa-date {
  margin-right: 6px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list .wa-filter-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper {
  line-height: 1.2;
  border: 1px solid var(--primary-color);
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--primary-color);
  cursor: pointer;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper .wa-action {
  display: none;
  vertical-align: 5px;
  line-height: 0;
  margin-left: 5px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active {
  background: var(--primary-color);
  color: #fff;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active .wa-action {
  display: inline-block;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper.is-active .wa-action .wa-icon {
  vertical-align: top;
  width: 10px;
  height: 10px;
}
.order-dialog-decorator .wa-shipping-pickup-dialog .wa-mobile-view-toggle {
  margin-top: 10px;
}
.order-dialog-decorator .wa-adapters-section {
  margin-bottom: 20px;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-dialog-decorator .wa-adapters-section .wa-section-header,
.order-dialog-decorator .wa-adapters-section .wa-section-divider {
  margin-bottom: 10px;
  color: #686868;
}
.order-dialog-decorator .wa-adapters-section .wa-adapters-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.order-dialog-decorator .wa-photo-dialog {
  width: 1300px;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section {
    display: flex;
  }
  .order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section .wa-map-section {
    flex: auto;
  }
  .order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section .wa-sidebar-section {
    flex: none;
    width: 400px;
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .order-dialog-decorator .wa-shipping-pickup-dialog {
    width: 100%;
  }
  .order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
    height: 400px;
  }
  .order-dialog-decorator .wa-shipping-pickup-dialog.is-mobile-list-view .wa-map-section {
    display: none;
  }
  .order-dialog-decorator .wa-shipping-pickup-dialog.is-mobile-map-view .wa-sidebar-section {
    display: none;
  }
}
.order-form-decorator {
  position: relative;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator:not(.order-form-decorator_ready) {
  min-height: 65px;
}
.order-form-decorator:not(.order-form-decorator_ready) > * {
  opacity: 0;
}
.order-form-decorator:not(.order-form-decorator_ready) .order-form-decorator__loading {
  opacity: 1;
  display: flex;
}
.order-form-decorator .wa-order-form-wrapper.is-locked ~ .order-form-decorator__loading {
  display: flex;
}
.order-form-decorator .wa-error-text {
  margin-top: 5px;
  color: #eb5757;
}
.order-form-decorator .wa-line {
  margin-bottom: 20px;
}
.order-form-decorator .wa-field-wrapper:has(.suggestions-wrapper) {
  height: 56px;
}
.order-form-decorator .suggestions-wrapper,
.order-form-decorator .suggestions-suggestions {
  width: 100%;
}
.order-form-decorator .wa-label {
  line-height: 1.2;
  font-size: 12px;
  color: #686868;
  margin-bottom: 5px;
  display: block;
}
.order-form-decorator .wa-input:not(.input-text) {
  width: 350px;
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #f2f2f2;
  border-radius: var(--inputs-buttons-border-radius);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
}
.order-form-decorator .wa-input:not(.input-text):disabled {
  cursor: default;
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.order-form-decorator .wa-input:not(.input-text):focus {
  border-color: #cfcfcf;
}
.order-form-decorator .wa-input:not(.input-text)::placeholder {
  color: #888;
}
@media (max-width: 1023px) {
  .order-form-decorator .wa-input:not(.input-text) {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.order-form-decorator .wa-radio-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.order-form-decorator .wa-section-header {
  margin-bottom: 20px;
}
.order-form-decorator .wa-required::before {
  content: " * ";
  color: #eb5757;
}
.order-form-decorator .wa-required-text,
.order-form-decorator .wa-details-description {
  line-height: 1.2;
  font-size: 12px;
  color: #686868;
}
.order-form-decorator .wa-header {
  margin: 0;
}
.order-form-decorator .wa-form-body::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.order-form-decorator .wa-step-section {
  margin-top: 30px;
}
.order-form-decorator .wa-step-auth-section .wa-header {
  display: inline;
  margin-right: 20px;
}
.order-form-decorator .wa-step-auth-section .wa-contact-name {
  margin-right: 20px;
}
.order-form-decorator .wa-comment-section .wa-hidden {
  display: none;
  margin-top: 15px;
}
.order-form-decorator .wa-comment-section.is-opened .wa-hidden {
  display: block;
}
.order-form-decorator .wa-comment-section .wa-visible {
  font-size: 13px;
}
.order-form-decorator .wa-comment-section .wa-icon {
  display: none;
}
.order-form-decorator .wa-total-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-form-decorator .wa-item {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
  line-height: 1.2;
  z-index: 1;
}
.order-form-decorator .wa-item .wa-name,
.order-form-decorator .wa-item .wa-value {
  flex: 0 1 auto;
  background: #fff;
}
.order-form-decorator .wa-item .wa-name {
  color: #686868;
  padding-right: 5px;
}
.order-form-decorator .wa-item .wa-name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #cfcfcf;
  z-index: -1;
}
.order-form-decorator .wa-item .wa-value {
  font-weight: 500;
  padding-left: 5px;
}
.order-form-decorator .wa-item + .wa-item-total {
  margin-top: 30px;
}
.order-form-decorator .wa-item-total .wa-name {
  color: #1b1b1b;
  font-size: 16px;
}
.order-form-decorator .wa-item-total .wa-name::before {
  content: none;
}
.order-form-decorator .wa-item-total .wa-name::after {
  content: ":";
}
.order-form-decorator .wa-item-total .wa-value {
  font-size: 24px;
}
.order-form-decorator .wa-step-confirm-section .wa-flex-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.order-form-decorator .wa-step-confirm-section .wa-comment-section,
.order-form-decorator .wa-step-confirm-section .wa-total-section,
.order-form-decorator .wa-step-confirm-section .wa-actions-section {
  margin-top: 30px;
}
.order-form-decorator .wa-step-confirm-section .wa-actions-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-terms-section,
.order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-button {
  margin-top: 20px;
}
.order-form-decorator .wa-types-list {
  margin-top: 20px;
}
.order-form-decorator .wa-type-wrapper {
  line-height: 1.2;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  position: relative;
}
.order-form-decorator .wa-type-wrapper:hover {
  border-color: #686868;
}
.order-form-decorator .wa-type-wrapper .wa-type-icon {
  position: absolute;
  top: 14px;
  left: 12px;
}
.order-form-decorator .wa-type-wrapper .wa-type-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}
.order-form-decorator .wa-type-wrapper .wa-type-icon .svg-icon {
  vertical-align: top;
  opacity: 0;
  color: var(--primary-color);
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.order-form-decorator .wa-type-wrapper .wa-name a {
  color: #1b1b1b;
  font-weight: 500;
}
.order-form-decorator .wa-type-wrapper .wa-price {
  margin-top: 5px;
}
.order-form-decorator .wa-type-wrapper .wa-date {
  margin-top: 5px;
  font-size: 12px;
  color: #686868;
}
.order-form-decorator .wa-type-wrapper.is-active {
  border-color: var(--primary-color);
}
.order-form-decorator .wa-type-wrapper.is-active .wa-type-icon .svg-icon {
  opacity: 1;
}
.order-form-decorator .wa-step-shipping-section form::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.order-form-decorator .wa-step-shipping-section form .wa-delivery-types-section,
.order-form-decorator .wa-step-shipping-section form .wa-delivery-variants-section {
  margin-top: 30px;
}
.order-form-decorator .wa-delivery-variants-section .wa-dropdown {
  margin-top: 20px;
}
.order-form-decorator .wa-dropdown {
  position: relative;
}
.order-form-decorator .wa-dropdown .wa-dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 8px 14px 9px;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  position: relative;
}
.order-form-decorator .wa-dropdown .wa-dropdown-toggle::after {
  background: url("../svg/icon.sprite.svg#arrow-bottom") center/cover no-repeat;
  width: 10px;
  height: 6px;
  content: "";
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .order-form-decorator .wa-dropdown .wa-dropdown-toggle {
    white-space: normal;
    padding-right: 20px;
  }
  .order-form-decorator .wa-dropdown .wa-dropdown-toggle::after {
    right: 9px;
  }
}
.order-form-decorator .wa-dropdown .wa-dropdown-area {
  opacity: 0;
  transform: translateY(10px);
  left: 0;
  top: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  z-index: 2;
  border: 1px solid #f4f4f4;
  position: absolute;
  overflow-y: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
}
.order-form-decorator .wa-dropdown .wa-dropdown-item {
  display: block;
  color: #686868;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
.order-form-decorator .wa-dropdown .wa-dropdown-item .wa-name {
  transition: color 0.2s ease-in-out;
}
.order-form-decorator .wa-dropdown .wa-dropdown-item::before {
  content: "";
  display: inline-block;
}
.order-form-decorator .wa-dropdown .wa-dropdown-item:hover .wa-name {
  color: var(--primary-color);
}
.order-form-decorator .wa-dropdown.is-locked .wa-dropdown-toggle {
  background-color: #cfcfcf;
}
.order-form-decorator .wa-dropdown.is-locked .wa-dropdown-toggle::after {
  display: none;
}
.order-form-decorator .wa-dropdown.is-opened .wa-dropdown-toggle::after {
  transform: rotate(180deg);
}
.order-form-decorator .wa-dropdown.is-opened .wa-dropdown-area {
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}
.order-form-decorator .wa-delivery-variant {
  line-height: 1.2;
  display: inline-block;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator .wa-delivery-variant .wa-name {
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 5px;
}
.order-form-decorator .wa-delivery-variant .wa-price {
  color: #1b1b1b;
  margin-right: 6px;
}
.order-form-decorator .wa-delivery-variant .wa-date {
  margin-right: 6px;
}
.order-form-decorator .wa-form-body > .wa-step-section {
  transition: opacity 0.2s ease-in-out;
}
.order-form-decorator .wa-form-body > .wa-step-section.is-locked {
  opacity: 0.5;
  pointer-events: none;
}
.order-form-decorator .wa-step-details-section form::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-form-decorator .wa-step-details-section form .wa-details-rates-section,
.order-form-decorator .wa-step-details-section form .wa-details-fields-section {
  margin-top: 20px;
}
.order-form-decorator .wa-step-details-section form .wa-details-description {
  margin-top: 5px;
  margin-bottom: 10px;
}
.order-form-decorator .wa-details-rates-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-form-decorator .wa-details-rates-section .wa-table,
.order-form-decorator .wa-details-rates-section .wa-schedule-wrapper {
  margin-top: 20px;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section {
  position: relative;
  white-space: nowrap;
  max-width: 550px;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.9286em;
  color: #aaa;
  transition: color 200ms linear;
  z-index: 1;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action.is-disabled {
  color: #dedede;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action:not(.is-disabled) {
  cursor: pointer;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action.left {
  left: 0;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action.left .wa-icon {
  left: 0;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action.right {
  right: 0;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action.right .wa-icon {
  right: 0;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-action .wa-icon {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 16px;
  transform: translate(0, -50%);
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list {
  margin: 0 1.9286em;
  overflow: hidden;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list .wa-photo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  padding-bottom: calc(18.75% - 15px);
  margin: 0 1.4286em 0 0;
  box-sizing: border-box;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list .wa-photo-wrapper:last-child {
  margin-right: 0;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list .wa-photo-wrapper .wa-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list .wa-photo-wrapper .wa-photo:hover::after {
  opacity: 1;
  filter: none;
}
.order-form-decorator .wa-details-rates-section .wa-photos-section .wa-photos-list .wa-photo-wrapper .wa-photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background-size: 22px 22px;
  opacity: 0;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 200ms linear;
}
.order-form-decorator .wa-methods-list::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.order-form-decorator .wa-method-wrapper {
  margin-top: 15px;
}
.order-form-decorator .wa-method-wrapper.is-active .wa-method {
  border-color: var(--primary-color);
}
.order-form-decorator .wa-method-wrapper.is-active .wa-method .wa-method-body .wa-method-arrow .svg-icon {
  opacity: 1;
}
.order-form-decorator .wa-days-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.order-form-decorator .wa-days-wrapper .wa-day-wrapper {
  margin-top: 10px;
  display: flex;
}
.order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-date {
  margin-right: 5px;
}
.order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-value {
  font-weight: 500;
}
.order-form-decorator .wa-method {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 14px;
  line-height: 1.2;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator .wa-method:hover {
  border-color: #686868;
}
.order-form-decorator .wa-method .wa-checkbox-wrapper {
  display: none;
}
.order-form-decorator .wa-method .wa-method-body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.order-form-decorator .wa-method .wa-method-body .wa-method-arrow {
  flex: none;
  margin-right: 15px;
  position: relative;
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator .wa-method .wa-method-body .wa-method-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
}
.order-form-decorator .wa-method .wa-method-body .wa-method-arrow .svg-icon {
  vertical-align: top;
  opacity: 0;
  color: var(--primary-color);
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.order-form-decorator .wa-method .wa-method-body .wa-image-wrapper {
  flex: none;
  margin-right: 15px;
}
.order-form-decorator .wa-method .wa-method-body .wa-image-wrapper > * {
  width: 40px;
  vertical-align: top;
}
.order-form-decorator .wa-method .wa-method-body .wa-payment-name {
  flex: auto;
  width: 1px;
}
.order-form-decorator .wa-method .wa-method-body .wa-description {
  flex: auto;
  width: 100%;
  margin-top: 10px;
  color: #686868;
}
.order-form-decorator .wa-method .wa-method-body .wa-payment-name a {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}
.order-form-decorator .wa-step-payment-section form::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-form-decorator .wa-step-payment-section form .wa-methods-list,
.order-form-decorator .wa-step-payment-section form .wa-payment-fields-wrapper {
  margin-top: 20px;
}
.order-form-decorator .select,
.order-form-decorator .select__dropdown {
  width: 100% !important;
}

.order-form-decorator_calculate {
  /* stylelint-disable-next-line no-descending-specificity */
}
.order-form-decorator_calculate .order-form-decorator__loading {
  opacity: 1;
  display: flex;
}

/* stylelint-disable-next-line no-descending-specificity */
.order-form-decorator__loading {
  color: var(--primary-color);
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  inset: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1024px) {
  .order-form-decorator .wa-fields-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-top: -20px;
  }
  .order-form-decorator .wa-fields-group .wa-field-wrapper {
    flex: auto;
    margin-left: 15px;
    margin-top: 20px;
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .order-form-decorator .wa-fields-group .wa-field-wrapper.size-large {
    max-width: 100%;
    width: 100%;
  }
  .order-form-decorator .wa-fields-group .wa-field-wrapper .select,
  .order-form-decorator .wa-fields-group .wa-field-wrapper .select__dropdown {
    width: 100% !important;
  }
  .order-form-decorator .wa-types-list {
    margin-top: 20px;
    display: flex;
    margin-left: -15px;
  }
  .order-form-decorator .wa-types-list .wa-type-wrapper {
    width: calc(33.3333333333% - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 1023px) {
  .order-form-decorator .wa-fields-group::before {
    content: "";
    display: table;
    margin-bottom: -20px;
  }
  .order-form-decorator .wa-fields-group .wa-field-wrapper {
    margin-top: 20px;
  }
  .order-form-decorator .wa-types-list::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .order-form-decorator .wa-types-list .wa-type-wrapper {
    margin-top: 15px;
  }
  .order-form-decorator .wa-step-auth-section .wa-header {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .order-form-decorator .wa-photos-section {
    max-width: 100%;
  }
}
.order-page__container {
  display: flex;
  gap: 30px;
}

.order-page__plugins {
  margin-top: 20px;
}

.order-page__cart-container,
.order-page__form-container {
  flex: none;
  width: calc(50% - 15px);
}

.order-page__not-found-container {
  flex: auto;
}

.order-page__coupon-total-row {
  margin-top: 30px;
  display: flex;
  margin-left: -15px;
  align-items: center;
}

.order-page__coupon,
.order-page__total-container {
  flex: 1;
  margin-left: 15px;
}

.order-page__total-container {
  text-align: right;
  font-size: 16px;
}

.order-page__total {
  font-weight: 500;
  font-size: 24px;
  color: #1b1b1b;
}

.order-page__header-container {
  display: flex;
  justify-content: space-between;
}

.order-page__add-affiliate-bonus-container {
  margin-top: 30px;
}

.order-page__use-affiliate-container {
  margin-top: 30px;
}

.order-page__affiliate-bonus {
  font-weight: 500;
}

.order-page__clear-button {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .order-page__container {
    gap: 60px;
  }
  .order-page__cart-container,
  .order-page__form-container {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1023px) {
  .order-page__container {
    flex-flow: column nowrap;
    margin-left: 0;
  }
  .order-page__cart-container,
  .order-page__form-container,
  .order-page__not-found-container {
    width: auto;
  }
  .order-page__coupon-total-row {
    flex-direction: column;
    margin-left: 0;
  }
  .order-page__coupon-total-row::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .order-page__coupon,
  .order-page__total-container {
    flex: 1;
    margin-left: 0;
    margin-top: 15px;
  }
}
.order-product-edit-modal {
  width: 855px;
  margin: 0 auto;
}
.order-product-edit-modal .wa-cart-section form {
  display: flex;
}
.order-product-edit-modal .wa-product-image {
  flex: none;
  width: 200px;
  margin-right: 30px;
  text-align: center;
}
.order-product-edit-modal .wa-product-details {
  flex: auto;
  width: 1px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-product-edit-modal .wa-rating-wrapper {
  display: none;
}
.order-product-edit-modal .wa-feature-wrapper .wa-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.order-product-edit-modal .wa-feature-wrapper .wa-variants-list {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.order-product-edit-modal .wa-feature-wrapper .wa-variant {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  color: #686868;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-weight: 500;
}
.order-product-edit-modal .wa-feature-wrapper .wa-variant:hover {
  border-color: #686868;
}
.order-product-edit-modal .wa-feature-wrapper .wa-variant.selected {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.order-product-edit-modal .wa-feature-wrapper .wa-variant.selected:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.order-product-edit-modal .wa-feature-wrapper.color {
  gap: 4px;
  align-items: center;
  margin-bottom: 12px;
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-title {
  margin-bottom: 0;
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant .wa-variant-name {
  display: none;
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: url("../svg/icon.sprite.svg#color-checkbox-arrow") center/cover no-repeat;
  width: 12px;
  height: 9px;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(1.1);
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant[style^="color:#FFFFFF"]::before {
  background: url("../svg/icon.sprite.svg#color-checkbox-arrow-light") center/cover no-repeat;
  width: 12px;
  height: 9px;
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant.selected::before {
  opacity: 1;
  transform: scale(1);
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: background-color 0.2s ease-in-out;
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.order-product-edit-modal .wa-product-header .wa-sku-wrapper {
  font-size: 13px;
}
.order-product-edit-modal .wa-product-header .wa-sku-wrapper .wa-label {
  color: #686868;
  margin-right: 5px;
}
.order-product-edit-modal .wa-product-header .wa-sku-wrapper .wa-label::after {
  content: ":";
}
.order-product-edit-modal .wa-dialog-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper .wa-price-compare {
  margin-right: 10px;
  color: #686868;
  text-decoration: line-through;
}
.order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper .wa-price {
  font-size: 24px;
  font-weight: 500;
}
.order-product-edit-modal .wa-skus-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.order-product-edit-modal .wa-skus-wrapper .wa-sku-wrapper .wa-price {
  margin-left: 10px;
  font-weight: 500;
}
.order-product-edit-modal .wa-services-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  display: none !important;
}
.order-product-edit-modal .wa-services-wrapper .wa-service-wrapper > :last-child {
  margin-top: 10px;
}
.order-product-edit-modal .wa-stock-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-product-edit-modal .wa-stock-wrapper .wa-stock .wa-label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-none {
  color: #ff3131;
}
.order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-critical {
  color: #ff3131;
}
.order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-low {
  color: #f39c12;
}
.order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-high {
  color: #27ae60;
}

@media (max-width: 1023px) {
  .order-product-edit-modal {
    width: 100%;
    margin: auto;
  }
  .order-product-edit-modal .wa-cart-section form {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .order-product-edit-modal .wa-product-image,
  .order-product-edit-modal .wa-product-details {
    width: auto;
  }
}
.order-ui-decorator .wa-icon {
  display: inline-block;
  vertical-align: baseline;
  background: transparent 50% no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  line-height: 0;
}
.order-ui-decorator .wa-icon svg {
  width: 100%;
  height: 100%;
}
.order-ui-decorator .wa-icon.size-6 {
  width: 6px;
  height: 6px;
}
.order-ui-decorator .wa-icon.size-7 {
  width: 7px;
  height: 7px;
}
.order-ui-decorator .wa-icon.size-8 {
  width: 8px;
  height: 8px;
}
.order-ui-decorator .wa-icon.size-9 {
  width: 9px;
  height: 9px;
}
.order-ui-decorator .wa-icon.size-10 {
  width: 10px;
  height: 10px;
}
.order-ui-decorator .wa-icon.size-11 {
  width: 11px;
  height: 11px;
}
.order-ui-decorator .wa-icon.size-12 {
  width: 12px;
  height: 12px;
}
.order-ui-decorator .wa-icon.size-13 {
  width: 13px;
  height: 13px;
}
.order-ui-decorator .wa-icon.size-14 {
  width: 14px;
  height: 14px;
}
.order-ui-decorator .wa-icon.size-15 {
  width: 15px;
  height: 15px;
}
.order-ui-decorator .wa-icon.size-16 {
  width: 16px;
  height: 16px;
}
.order-ui-decorator .wa-icon.size-17 {
  width: 17px;
  height: 17px;
}
.order-ui-decorator .wa-icon.size-18 {
  width: 18px;
  height: 18px;
}
.order-ui-decorator .wa-icon.size-19 {
  width: 19px;
  height: 19px;
}
.order-ui-decorator .wa-icon.size-20 {
  width: 20px;
  height: 20px;
}
.order-ui-decorator .wa-icon.size-24 {
  width: 24px;
  height: 24px;
}
.order-ui-decorator .wa-icon.size-36 {
  width: 36px;
  height: 36px;
}
.order-ui-decorator .wa-icon.size-48 {
  width: 48px;
  height: 48px;
}
.order-ui-decorator .wa-icon.yes {
  color: #27ae60;
}
.order-ui-decorator .wa-table::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.order-ui-decorator .wa-row {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
  line-height: 1.2;
}
.order-ui-decorator .wa-row .wa-cell-name,
.order-ui-decorator .wa-row .wa-cell-value {
  flex: 0 1 auto;
  background: #fff;
}
.order-ui-decorator .wa-row .wa-cell-name {
  color: #686868;
  flex-grow: 1;
  background-image: radial-gradient(ellipse, #cfcfcf 0, #cfcfcf 0.5px, transparent 1.25px);
  background-size: 5px 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}
.order-ui-decorator .wa-row .wa-cell-name .wa-name {
  display: inline-block;
  padding-right: 8px;
  background-color: #fff;
}
.order-ui-decorator .wa-row .wa-cell-value {
  font-weight: 500;
  padding-left: 5px;
  text-align: right;
}
.order-ui-decorator .wa-row .wa-cell-value .ymaps-geolink {
  white-space: initial;
  z-index: 1;
}
.order-ui-decorator .wa-tooltip {
  position: relative;
}
.order-ui-decorator .wa-tooltip::after {
  content: attr(data-title);
  display: block;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: -15px;
  width: 200px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: -16px;
  pointer-events: none;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
  user-select: none;
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.order-ui-decorator .wa-tooltip:hover::after {
  display: block;
  transform: none;
  opacity: 1;
}
.order-ui-decorator .wa-tooltip.bottom::after {
  bottom: auto;
  margin-bottom: 0;
  top: 100%;
  margin-top: 8px;
  transform: translateY(10px);
}
.order-ui-decorator .wa-tooltip.bottom:hover::after {
  transform: none;
}
.order-ui-decorator .wa-tooltip.is-inline::after {
  white-space: nowrap;
  width: auto;
}
.order-ui-decorator .wa-price {
  white-space: nowrap;
}
.order-ui-decorator .wa-toggle {
  margin-left: -5px;
  margin-right: -5px;
}
.order-ui-decorator .wa-toggle::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.order-ui-decorator .wa-toggle span {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  line-height: 1.2;
  border: 1px solid var(--primary-color);
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--primary-color);
  cursor: pointer;
}
.order-ui-decorator .wa-toggle span.selected {
  background: var(--primary-color);
  color: #fff;
}
.order-ui-decorator .wa-dialog-content {
  position: relative;
}
.order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action {
  display: block;
  position: absolute;
  top: 50%;
  padding: 13px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  opacity: 0.75;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  transition: opacity 200ms linear;
  cursor: pointer;
  line-height: 0;
  transform: translate(0, -50%);
}
.order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action.left {
  left: 15px;
}
.order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action.right {
  right: 15px;
}
.order-ui-decorator .wa-photo-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.order-ui-decorator .wa-photo-body img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 1024px) {
  .wa-mobile-content {
    display: none;
  }
}