@charset "UTF-8";
.breadcrumbs {
  flex-wrap: wrap;
}

.wc-breadcrumbs {
  color: var(--e-global-color-67c23a8);
  display: inline-flex;
  font-size: 12px;
  line-height: 24px;
  list-style: none;
  padding: 4px 0;
}
@media all and (min-width: 1400px) {
  .wc-breadcrumbs {
    padding: 8px 0;
  }
}
.wc-breadcrumbs li {
  display: flex;
}
.wc-breadcrumbs li a {
  color: inherit;
}
.wc-breadcrumbs li .separator {
  padding: 0 3px;
}

.elementor-button.disabled, .elementor-button[disabled], .elementor-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
#place_order {
  font-family: var(--e-global-typography-a6496dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-a6496dd-font-size);
  font-weight: var(--e-global-typography-a6496dd-font-weight);
  line-height: var(--e-global-typography-a6496dd-line-height);
  letter-spacing: var(--e-global-typography-a6496dd-letter-spacing);
  word-spacing: var(--e-global-typography-a6496dd-word-spacing);
  fill: var(--e-global-color-1bfa21c);
  color: var(--e-global-color-1bfa21c);
  background-color: var(--e-global-color-b8e2a95);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3b7ac29);
  border-radius: 6px 6px 6px 6px;
  padding: 4px 15px 4px 15px;
}
.woocommerce #respond input#submit, .woocommerce #respond input#submit:focus,
.woocommerce a.button,
.woocommerce a.button:focus,
.woocommerce button.button,
.woocommerce button.button:focus,
.woocommerce input.button,
.woocommerce input.button:focus,
.woocommerce-page a.button,
.woocommerce-page a.button:focus,
.woocommerce-page button.button,
.woocommerce-page button.button:focus,
.woocommerce-page input.button,
.woocommerce-page input.button:focus,
#place_order,
#place_order:focus {
  outline: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
#place_order:hover {
  background-color: var(--e-global-color-b8e2a95);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: var(--e-global-color-1bfa21c);
}

.woocommerce-cart .woocommerce-cart-form .wc_coupon_message_wrap {
  margin-top: -20px;
}
.woocommerce-cart .woocommerce-cart-form .payment-method-selection {
  background-color: var(--e-global-color-59268ea);
  margin-bottom: 30px;
  padding: 10px;
}
.woocommerce-cart .woocommerce-cart-form .payment-method-selection__title {
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 10px 10px 0;
}
.woocommerce-cart .woocommerce-cart-form .payment-method-selection__description {
  color: var(--e-global-color-b2f47df);
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 30px;
  padding: 0 10px;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  grid-row-gap: 20px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .checkout-step-options {
    grid-gap: 15px;
    grid-row-gap: 30px;
  }
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option {
  position: relative;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option .badge {
  background-color: #fff;
  border: solid 1px var(--e-global-color-3b7ac29);
  border-radius: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 1px;
  padding: 7px 18px;
  position: absolute;
  z-index: 10;
  top: -8px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option .badge.badge__accent {
  background-color: var(--e-global-color-accent);
  border: solid 1px var(--e-global-color-accent);
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option .badge.badge__best-price {
  background-color: var(--e-global-color-accent);
  border: solid 1px var(--e-global-color-accent);
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option--disabled::after {
  content: "Temporarily Unavailable";
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__checkbox {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__checkbox:checked + .step-option__label {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__checkbox:checked + .step-option__label:after {
  color: var(--e-global-color-025e736);
  content: "\f00c";
  font-weight: 400;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__checkbox:checked + .step-option__label .step-option__label__icon {
  color: var(--e-global-color-025e736);
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__checkbox:checked + .step-option__label .step-option__label__text__description {
  color: #acacac;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label {
  background-color: #fff;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 20px 15px 15px;
  transition: 0.3s ease;
  overflow: hidden;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label--checkbox:after {
  color: var(--e-global-color-728874d);
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  display: block;
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label--login {
  padding: 45px 30px;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__icon {
  font-size: 30px;
  min-width: 35px;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 10px;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text {
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__description {
  display: none;
  color: var(--e-global-color-b2f47df);
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 3px;
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__description {
    font-size: 12px;
  }
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__description a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__title {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  min-height: 30px;
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__title {
    font-size: 14px;
  }
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__title i {
  color: var(--e-global-color-b2f47df);
  font-size: 12px;
}
.woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__caption {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form .checkout-step-options .step-option__label__text__caption {
    font-size: 12px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .actions {
  margin-top: 30px;
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .actions .button {
  font-family: var(--e-global-typography-a6496dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-a6496dd-font-size);
  font-weight: var(--e-global-typography-a6496dd-font-weight);
  line-height: var(--e-global-typography-a6496dd-line-height);
  letter-spacing: var(--e-global-typography-a6496dd-letter-spacing);
  word-spacing: var(--e-global-typography-a6496dd-word-spacing);
  fill: var(--e-global-color-1bfa21c);
  color: var(--e-global-color-1bfa21c);
  background-color: var(--e-global-color-b8e2a95);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3b7ac29);
  border-radius: 6px 6px 6px 6px;
  padding: 4px 15px 4px 15px;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .actions .button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
  display: grid;
  grid-column-gap: 10px;
  grid-template-areas: "photo name name" "photo qty details" "promo promo promo" "buttons buttons buttons";
  grid-template-columns: 130px 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
    align-items: center;
    border: 1px solid #e6e9ec;
    border-radius: 4px;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-areas: "photo name qty details" "photo buttons promo promo";
    grid-template-columns: 160px 1fr 100px 1fr;
    grid-template-rows: 1fr 25px;
    padding: 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item:not(:first-child) {
  border-top: 1px solid var(--e-global-color-728874d);
  padding-top: 45px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item:not(:first-child) {
    border-color: #e6e9ec;
    margin-top: 15px;
    padding: 15px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons {
  display: flex;
  grid-area: buttons;
  justify-content: space-between;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons {
    grid-gap: 30px;
    justify-content: flex-start;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons__button, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .yith-wcwl-add-button a.button.alt, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .elementor-button {
  align-items: center;
  background: none;
  border: none;
  border-radius: 0;
  color: var(--e-global-color-67c23a8);
  display: flex;
  font-size: 10px;
  font-weight: 500;
  grid-gap: 6px;
  line-height: 36px;
  padding: 0;
  text-transform: uppercase;
  transition: 0.3s;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons__button:hover, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .yith-wcwl-add-button a.button.alt:hover, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .elementor-button:hover {
  box-shadow: none;
  color: var(--e-global-color-text);
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons__button i, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .yith-wcwl-add-button a.button.alt i, .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-buttons .elementor-button i {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name {
  grid-area: name;
  margin-bottom: 5px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name {
    margin-top: 25px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name__subtitle {
  color: var(--e-global-color-5d0f723);
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name__title {
  color: var(--e-global-color-5d0f723);
  font-family: var(--e-global-typography-e2ff88f-font-family), Sans-serif;
  font-size: 18px;
  font-weight: var(--e-global-typography-e2ff88f-font-weight);
  line-height: var(--e-global-typography-e2ff88f-line-height);
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name__title {
    font-size: 20px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-name__title a {
  color: inherit;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details {
  background-color: #f5f5f5;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  grid-area: details;
  grid-gap: 15px;
  justify-content: space-between;
  padding: 10px 15px;
  text-align: right;
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details {
    align-items: center;
    flex-direction: row;
    padding: 15px 20px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details {
    margin-top: 25px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details__label {
  color: var(--e-global-color-b2f47df);
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details .product-details__value {
  line-height: 1.4;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details .product-details__value.product-price {
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-details .product-details__value.product-subtotal {
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-promo {
  grid-area: promo;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-promo .promo-message {
  background-color: var(--e-global-color-f89a055);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  margin-top: 15px;
  padding: 0 25px;
  text-align: center;
  width: auto;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-promo .promo-message {
    display: inline-block;
    margin-top: 0;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-quantity {
  align-items: center;
  display: flex;
  grid-area: qty;
  justify-content: center;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-quantity {
    margin-top: 25px;
  }
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-quantity input {
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  max-width: 65px;
  padding: 0;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item .product-thumbnail {
  grid-area: photo;
}
.woocommerce-cart .woocommerce-cart--empty.wc-checkout-container .wc-checkout-contents--1col {
  display: block;
}
.woocommerce-cart .woocommerce-cart--empty .wishlist-container .elementor-widget-heading {
  padding-left: 20px;
}
.woocommerce-cart .woocommerce-cart--empty .wishlist-container .elementor-heading-title {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: var(--e-global-typography-c5fefd3-font-size);
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}

.cart_item .product-name .reserved-stock-pro-cart-expiry {
  font-family: var(--e-global-typography-a6496dd-font-family), Sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  background-color: var(--e-global-color-e4462e7);
  border-radius: 4px;
  margin-top: 10px;
  line-height: 1.1em;
}

.rsp-countdown-wrapper {
  border-radius: 6px;
}

@media all and (max-width: 767px) {
  .rsp-countdown-wrapper {
    bottom: 10px;
    font-size: 12px;
  }
}
.shop_table tr.shipping td::before {
  flex: unset !important;
}
.shop_table #fedex-2day-tooltip-trigger {
  cursor: pointer;
  color: var(--e-global-color-67c23a8);
}
.shop_table #fedex-2day-tooltip-trigger.non-cart-tooltip {
  display: inline-block !important;
  margin-left: 6px;
}
.shop_table #fedex-2day-tooltip-trigger.shipping-info-desktop:not(.checkout-tooltip) {
  display: none;
  margin-left: 6px;
}
@media all and (min-width: 768px) {
  .shop_table #fedex-2day-tooltip-trigger.shipping-info-desktop:not(.checkout-tooltip) {
    display: inline-block;
  }
}
.shop_table #fedex-2day-tooltip-trigger.shipping-info-mobile {
  display: none;
  justify-self: flex-start;
}
@media all and (max-width: 768px) {
  .shop_table #fedex-2day-tooltip-trigger.shipping-info-mobile {
    display: inline-block;
  }
}

.infobox {
  align-items: flex-start;
  background-color: #f5f5f5;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  justify-content: flex-start;
  padding: 20px 25px;
}
.infobox__icon svg {
  height: 28px;
  width: auto;
}
.infobox__details {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 3px;
}
.infobox__details ul {
  margin: 1em 0;
}
.infobox__details.text-md {
  font-size: 14px;
}
.infobox__heading {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.infobox__heading.text-md {
  font-size: 18px;
}
.woocommerce-checkout {
  /**
   * Fields within the billing/shipping section
   */
}
.woocommerce-checkout .woocommerce {
  padding-top: 15px;
}
.woocommerce-checkout #angelleye_ppcp_checkout_top,
.woocommerce-checkout .angelleye_ppcp_checkout_message_guide {
  display: none;
}
.woocommerce-checkout #checkout-form-errors ul {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #checkout-form-errors ul.errors:not(:first-child) {
  margin-top: 30px;
}
.woocommerce-checkout #checkout-form-errors .woocommerce-message {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  .woocommerce-checkout #checkout-form-errors .woocommerce-message {
    flex-direction: row;
  }
}
.woocommerce-checkout #checkout-form-errors .woocommerce-message:after {
  content: none;
}
.woocommerce-checkout #checkout-form-errors .woocommerce-message ul.bullets {
  padding: 15px 0 0 30px;
}
.woocommerce-checkout #checkout-form-errors .woocommerce-message ul.bullets li {
  list-style: disc !important;
}
.woocommerce-checkout #checkout-form-errors .woocommerce-message .button {
  white-space: nowrap;
}
.woocommerce-checkout .checkout-banner {
  align-items: center;
  background: rgb(164, 38, 104);
  background: linear-gradient(45deg, rgb(164, 38, 104) 0%, rgb(164, 38, 104) 60%, rgb(60, 1, 32) 100%);
  border: 1px solid #e1e1e1;
  display: flex;
  height: 180px;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-banner {
    margin-top: 60px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-checkout .checkout-banner {
    margin-top: 90px;
  }
}
.woocommerce-checkout .checkout-countdown {
  display: none;
}
.woocommerce-checkout .checkout-login-form {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-login-form {
    margin-top: 60px;
  }
}
.woocommerce-checkout .checkout-login-form .lost_password {
  font-size: 14px;
}
.woocommerce-checkout .checkout-progress {
  align-items: flex-start;
  border-top: 1px solid var(--e-global-color-b2f47df);
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 6px;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step {
  color: var(--e-global-color-b2f47df);
  font-size: 12px;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step.active .checkout-progress__step__dot {
  background-color: var(--e-global-color-025e736);
  border-color: var(--e-global-color-025e736);
  height: 16px;
  width: 16px;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step:first-child:after, .woocommerce-checkout .checkout-progress .checkout-progress__step:last-child:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 50%;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step:first-child:after {
  left: -1px;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step:last-child:after {
  right: -1px;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step:before {
  content: attr(data-title);
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-progress .checkout-progress__step:before {
    display: none;
  }
}
.woocommerce-checkout .checkout-progress .checkout-progress__step__dot {
  background-color: #fff;
  border: 1px solid var(--e-global-color-90624d3);
  border-radius: 50%;
  display: block;
  height: 11px;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.15s ease 0.15s;
  width: 11px;
  z-index: 2;
}
.woocommerce-checkout .checkout-progress .checkout-progress__step__title {
  display: none;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-progress .checkout-progress__step__title {
    display: block;
  }
}
.woocommerce-checkout .checkout-review-order {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-review-order {
    flex-direction: row;
    align-items: flex-start;
  }
}
.woocommerce-checkout .checkout-review-order__change {
  color: var(--e-global-color-67c23a8);
  display: flex;
  font-size: 10px;
  grid-gap: 6px;
  line-height: 24px;
  text-transform: uppercase;
}
.woocommerce-checkout .checkout-review-order__change:hover {
  color: var(--e-global-color-secondary);
}
.woocommerce-checkout .checkout-review-order__change:before {
  content: "\f303";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 300;
}
.woocommerce-checkout .checkout-review-order__items, .woocommerce-checkout .checkout-review-order__options {
  flex: 1;
}
.woocommerce-checkout .checkout-review-order__items {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 15px 15px 0;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item {
  align-items: center;
  display: flex;
  grid-gap: 15px;
  padding: 15px 0;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item + .cart_item {
  border-top: 1px solid var(--e-global-color-728874d);
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-name {
  flex: 1;
  line-height: 1.3;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-name__subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-top: 3px;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-name__title {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-thumbnail {
  width: 60px;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-thumbnail img {
  display: block;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-total {
  text-align: right;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-total__label {
  color: var(--e-global-color-b2f47df);
  font-size: 11px;
}
.woocommerce-checkout .checkout-review-order__items__list .cart_item .product-total__value {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .checkout-review-order__items__title {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-review-order__options__option {
  align-items: flex-start;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: flex;
  grid-gap: 15px;
  padding: 15px;
}
.woocommerce-checkout .checkout-review-order__options__option:not(:first-child) {
  margin-top: 10px;
}
.woocommerce-checkout .checkout-review-order__options__option .option-content {
  flex: 1;
  line-height: 1.3;
}
.woocommerce-checkout .checkout-review-order__options__option .option-content__description {
  font-size: 12px;
  font-weight: 400;
}
.woocommerce-checkout .checkout-review-order__options__option .option-content__title {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-checkout .checkout-review-order__options__option .option-icon {
  font-size: 30px;
  min-width: 40px;
  text-align: center;
}
.woocommerce-checkout .checkout-review-order__options__option .option-icon i {
  display: block;
  line-height: 1;
}
.woocommerce-checkout .checkout-review-order__options__option .option-link {
  align-self: center;
  padding: 0 10px;
}
.woocommerce-checkout .checkout-steps-container {
  overflow-x: hidden;
}
.woocommerce-checkout .checkout-step .checkout-step-options {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media all and (min-width: 1400px) {
  .woocommerce-checkout .checkout-step .checkout-step-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option {
  flex: 1;
  position: relative;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option .badge {
  background-color: #fff;
  border: solid 1px var(--e-global-color-3b7ac29);
  border-radius: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 1px;
  padding: 7px 18px;
  position: absolute;
  z-index: 10;
  top: -8px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  left: auto;
  transform: none;
  right: 10px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option .badge.badge__accent {
  background-color: var(--e-global-color-accent);
  border: solid 1px var(--e-global-color-accent);
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option .badge.badge__best-price {
  background-color: var(--e-global-color-accent);
  border: solid 1px var(--e-global-color-accent);
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__checkbox {
  display: none;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__checkbox:checked + .step-option__label {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__checkbox:checked + .step-option__label:after {
  color: var(--e-global-color-025e736);
  content: "\f00c";
  font-weight: 400;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__checkbox:checked + .step-option__label .step-option__label__icon {
  color: var(--e-global-color-025e736);
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__checkbox:checked + .step-option__label .step-option__label__text__description {
  color: #acacac;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  grid-gap: 15px;
  height: 100%;
  padding: 25px 15px;
  transition: 0.3s ease;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label--checkbox:after {
  align-self: center;
  color: var(--e-global-color-728874d);
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.checkbox-left .step-option__label__icon {
  order: 2;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.checkbox-left .step-option__label__text {
  order: 3;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.checkbox-left .step-option__label__price {
  order: 4;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.checkbox-left:after {
  order: 1;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.border-size-thick {
  border-width: 2px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.border-size-thin {
  border-width: 1px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.border-color-dark {
  border-color: #000;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label.border-color-light {
  border-color: #e6e9ec;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label--login {
  padding: 45px 30px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__price__value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__icon {
  font-size: 30px;
  min-width: 35px;
  text-align: center;
  transition: 0.3s ease;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text {
  flex: 1;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__description {
  color: var(--e-global-color-b2f47df);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__description a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__title {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__title i {
  color: var(--e-global-color-b2f47df);
  font-size: 12px;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__title > span {
  font-size: 70%;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__caption {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  margin-top: 5px;
}
@media all and (min-width: 1024px) {
  .woocommerce-checkout .checkout-step .checkout-step-options .step-option__label__text__caption {
    font-size: 12px;
  }
}
.woocommerce-checkout .checkout-step .checkout-step-title {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: 18px;
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  margin: 0 0 15px;
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}
.woocommerce-checkout .checkout-step-navigation {
  border-bottom: solid 1px #e6e9ec;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .checkout-step-navigation {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.woocommerce-checkout .checkout-step-navigation__button, .woocommerce-checkout .checkout-step-navigation__button:active, .woocommerce-checkout .checkout-step-navigation__button:focus, .woocommerce-checkout .checkout-step-navigation__button:hover {
  outline: none;
}
.woocommerce-checkout .checkout-step-navigation__button {
  position: relative;
}
.woocommerce-checkout .checkout-step-navigation__button.elementor-button {
  padding: 3px 15px;
}
.woocommerce-checkout .checkout-step-navigation__button.elementor-button .elementor-button-icon,
.woocommerce-checkout .checkout-step-navigation__button.elementor-button .elementor-button-text {
  order: unset;
}
.woocommerce-checkout .checkout-step-navigation__button.elementor-button .elementor-button-icon {
  font-size: 12px;
}
.woocommerce-checkout .checkout-step-navigation__button.elementor-button .elementor-button-content-wrapper {
  grid-gap: 15px;
}
.woocommerce-checkout .checkout-step-navigation__button--back.elementor-button {
  font-size: 12px;
  padding: 3px 25px 3px 15px;
}
.woocommerce-checkout .checkout-step-navigation__button--next.elementor-button {
  font-size: 14px;
  font-weight: 500;
  padding: 3px 15px 3px 35px;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .kl_newsletter_checkbox_field,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .kl_sms_consent_checkbox_field,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .kl_newsletter_checkbox_field,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .kl_sms_consent_checkbox_field {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout .form-row {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.woocommerce-checkout form.woocommerce-checkout .form-row.form-row-first, .woocommerce-checkout form.woocommerce-checkout .form-row.form-row-last {
  width: 48%;
}
.woocommerce-checkout form.woocommerce-checkout .form-row.form-row-first {
  clear: left;
}
.woocommerce-checkout form.woocommerce-checkout .form-row.form-row-last {
  clear: right;
}
.woocommerce-checkout form.woocommerce-checkout .form-row label {
  cursor: pointer;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}
.woocommerce-checkout #payment .checkout-step-options .step-option--disabled::after {
  content: "Temporarily Unavailable";
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout #payment .payment-method {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout #payment .payment-method {
    margin-top: 60px;
  }
}
.woocommerce-checkout #payment .payment-method.payment_method_paypalpro .form-row select {
  display: inline-block;
}
.woocommerce-checkout #payment .payment-method.payment_method_paypalpro input[name=billing_credircard] {
  width: 200px;
}
.woocommerce-checkout #payment .payment-method.payment_method_paypalpro input[name=billing_ccvnumber] {
  width: 150px;
}
.woocommerce-checkout #payment .payment-method.payment_method_paypal_pro .woocommerce-cc-month,
.woocommerce-checkout #payment .payment-method.payment_method_paypal_pro .woocommerce-cc-year {
  display: inline-block;
}
.woocommerce-checkout #payment .payment-method.payment_method_paypal_pro .woocommerce-cc-month {
  margin-right: 10px;
}
.woocommerce-checkout #payment .payment-method.payment_method_paypal_pro input.wc-credit-card-form-card-number {
  width: 210px;
}
.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 30px;
  margin-top: 15px;
}
.woocommerce-checkout #submit-order {
  margin-top: 30px;
  text-align: center;
}
.woocommerce-checkout #submit-order button:focus {
  outline: none;
}
.woocommerce-checkout #submit-order .form-row {
  text-align: left;
}
.woocommerce-checkout #submit-order .elementor-widget-button.cta-1 .elementor-button {
  font-size: 14px;
  font-weight: 500;
  padding: 13px 60px 13px 60px;
}
.woocommerce-checkout #submit-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.woocommerce-checkout #wc-paypal_pro-cc-form {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-optional-fields,
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout .woocommerce-optional-fields,
  .woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 30px;
  }
}
.woocommerce-checkout #billing_company_field .description {
  font-size: 12px;
  font-style: italic;
  color: #e34c54;
  padding: 8px 5px 5px;
  background: transparent;
  display: table !important;
}
.woocommerce-checkout #billing_company_field .description:before {
  display: none !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  cursor: pointer;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-order {
  padding: 30px 0;
}
.woocommerce-order .order_details {
  padding-left: 0;
}

.crypto-price-table {
  display: flex;
  flex-wrap: wrap;
}
.crypto-price-table [class*=cw-col-] {
  float: none;
  padding: 10px 10px 10px 37px;
  position: relative;
}
@media all and (min-width: 768px) {
  .crypto-price-table [class*=cw-col-] {
    flex-basis: 50%;
  }
}
@media all and (min-width: 1400px) {
  .crypto-price-table [class*=cw-col-] {
    flex-basis: auto;
  }
}
.crypto-price-table [class*=cw-col-].selected_currency:before {
  content: "\f14a";
}
.crypto-price-table [class*=cw-col-]:before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 5px;
}

body.woocommerce-order-pay .order_details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0;
}
body.woocommerce-order-pay .order_details li {
  border: none;
  width: 100%;
}
body.woocommerce-order-pay .order_details li + li {
  margin-top: 15px;
}
body.woocommerce-order-pay .suma-crypto-payment {
  display: grid;
  grid-gap: 15px;
  margin: 30px 0 45px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-pay .suma-crypto-payment {
    grid-gap: 15px;
    grid-template-columns: 250px 1fr;
  }
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details {
    margin-top: 0;
  }
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .copywrap-address {
  max-width: 90vw;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .suma-crypto-address #cw-button-row {
  margin: 10px 0;
  padding: 0;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .suma-crypto-address .suma-crypto-address-label {
  font-weight: 700;
  margin-bottom: 5px;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .suma-crypto-amount {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .suma-crypto-details-instructions {
  margin: 30px 0 15px;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-details .suma-crypto-time-left {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin: 30px 0;
  padding: 5px 0;
  text-align: center;
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-message {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-message {
    grid-column: 1/span 2;
  }
}
body.woocommerce-order-pay .suma-crypto-payment .suma-crypto-qr .suma-crypto-qr-instructions {
  margin-top: 10px;
}

body.woocommerce-order-received .thankyou-cryptowoo {
  margin-bottom: 45px;
}
body.woocommerce-order-received .thankyou-cryptowoo h3 {
  color: var(--e-global-color-766984f);
  font-family: "Playfair Display", Sans-serif;
  font-size: 32px;
  font-weight: 700;
}

#scottsdale-ach-gateway-actions-connect {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

#scottsdale-ach-gateway-actions-connect::before {
  content: "\f08e";
  color: var(--e-global-color-025e736);
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
}

#scottsdale-ach-gateway-actions-connect:hover {
  color: var(--e-global-color-025e736);
}

@media print {
  body.woocommerce-order-received a[href]:after {
    content: none;
  }
  body.woocommerce-order-received h2 {
    font-size: 20px !important;
  }
  body.woocommerce-order-received .woocommerce-notice {
    font-size: 12px !important;
  }
  body.woocommerce-order-received .woocommerce-order {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__header {
    margin-bottom: 5px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__header .woocommerce-order-details__title {
    margin-bottom: 5px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__header strong {
    font-size: 14px !important;
  }
  body.woocommerce-order-received .woocommerce-order__billing {
    display: block !important;
    margin: 0 0 30px !important;
  }
  body.woocommerce-order-received .woocommerce-order__billing .woocommerce-table--order-details {
    margin: 0 0 30px !important;
  }
  body.woocommerce-order-received .woocommerce-order__billing td, body.woocommerce-order-received .woocommerce-order__billing th {
    font-size: 12px !important;
    padding: 5px !important;
  }
  body.woocommerce-order-received .woocommerce-order__columns div {
    font-size: 12px !important;
  }
  body.woocommerce-order-received .woocommerce-order__delivery {
    margin-top: 30px !important;
    page-break-before: always !important;
  }
  body.woocommerce-order-received .woocommerce-order__description div {
    font-size: 12px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item {
    border: none !important;
    display: table !important;
    padding: 0 !important;
    width: 100% !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div {
    border: 1px solid gray !important;
    display: table-cell !important;
    font-size: 12px !important;
    padding: 5px !important;
    vertical-align: middle !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div .product-name__title {
    font-size: 16px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div .product-price, body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div .product-subtotal {
    font-size: 12px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div.product-details {
    display: contents !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div.product-details > div {
    border: 1px solid gray !important;
    display: table-cell !important;
    padding: 5px !important;
    text-align: center !important;
    vertical-align: middle !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div.product-quantity {
    text-align: center !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div.product-thumbnail {
    width: 60px !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__contents .woocommerce-order-details__item > div.product-thumbnail img {
    display: block !important;
    max-height: 60px !important;
    width: auto !important;
  }
  body.woocommerce-order-received .woocommerce-customer-details {
    margin: 0 !important;
  }
  body.woocommerce-order-received .woocommerce-customer-details address {
    font-size: 12px !important;
  }
  body.woocommerce-order-received .woocommerce-order-overview {
    display: table !important;
    margin: 0 !important;
  }
  body.woocommerce-order-received .woocommerce-order-overview li {
    border: 1px solid gray !important;
    display: table-cell !important;
    float: none !important;
    font-size: 12px !important;
    padding: 5px !important;
  }
  body.woocommerce-order-received .woocommerce-order-overview li strong {
    font-size: inherit !important;
  }
  body.woocommerce-order-received .elementor-location-footer {
    display: none;
  }
  body.woocommerce-order-received .elementor-location-header .header-masthead {
    border-bottom: none;
    position: static !important;
  }
  body.woocommerce-order-received .elementor-location-header .header-masthead > .e-con-inner > .elementor-element:first-child {
    display: none !important;
  }
  body.woocommerce-order-received .elementor-location-header .header-masthead .elementor-widget-icon {
    display: none !important;
  }
  body.woocommerce-order-received .elementor-location-header .elementor-sticky__spacer {
    display: none !important;
  }
  body.woocommerce-order-received .woocommerce-order__account {
    display: none !important;
  }
  body.woocommerce-order-received .woocommerce-order-details__button {
    display: none !important;
  }
}
body.woocommerce-order-received .woocommerce-order {
  margin-bottom: 45px;
}
body.woocommerce-order-received .woocommerce-order__account {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin: 30px 0 45px;
  padding: 30px 5%;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 45px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__benefits {
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__benefits {
    font-size: 16px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__benefits li {
  display: flex;
  grid-gap: 10px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__benefits li {
    grid-gap: 15px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__benefits li:not(:first-child) {
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__benefits li:not(:first-child) {
    margin-top: 10px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__benefits li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2357af78' d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 22px;
  width: 14px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__benefits li:before {
    width: 18px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__right {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__right {
    margin-left: 30px;
  }
}
body.woocommerce-order-received .woocommerce-order__account__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__account__title {
    font-size: 24px;
  }
}
body.woocommerce-order-received .woocommerce-order__billing {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  margin-top: 45px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__billing {
    flex-direction: row;
    grid-gap: 45px;
  }
}
body.woocommerce-order-received .woocommerce-order__billing__left, body.woocommerce-order-received .woocommerce-order__billing__right {
  flex: 1;
}
body.woocommerce-order-received .woocommerce-order__billing .woocommerce-customer-details .woocommerce-column__title {
  margin: 0 0 15px;
}
body.woocommerce-order-received .woocommerce-order__billing .woocommerce-table--order-details tr:first-child td, body.woocommerce-order-received .woocommerce-order__billing .woocommerce-table--order-details tr:first-child th {
  border-top: none;
}
body.woocommerce-order-received .woocommerce-order__columns {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__columns {
    flex-direction: row;
    grid-gap: 45px;
  }
}
body.woocommerce-order-received .woocommerce-order__columns__left, body.woocommerce-order-received .woocommerce-order__columns__right {
  flex: 1;
}
body.woocommerce-order-received .woocommerce-order__delivery {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order__delivery {
    margin-top: 45px;
  }
}
body.woocommerce-order-received .woocommerce-order__delivery .woocommerce-customer-details {
  margin-bottom: 0;
}
body.woocommerce-order-received .woocommerce-order-confirmation__button {
  background-color: #03000A;
  border: none;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-family: var(--e-global-typography-25a42dc-font-family), Sans-serif;
  font-size: var(--e-global-typography-25a42dc-font-size);
  font-weight: var(--e-global-typography-25a42dc-font-weight);
  line-height: var(--e-global-typography-a6496dd-line-height);
  padding: 10px 30px;
  text-align: center;
  white-space: nowrap;
}
body.woocommerce-order-received .woocommerce-order-confirmation__button:hover {
  background-color: #333;
  color: #fff;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-order-confirmation__button {
    padding: 13px 50px 13px 50px;
  }
}
body.woocommerce-order-received .woocommerce-order-overview {
  margin: 45px 0;
}
body.woocommerce-order-received .woocommerce-table--order-details {
  font-size: 15px;
}
@media all and (min-width: 768px) {
  body.woocommerce-order-received .woocommerce-table--order-details {
    font-size: 16px;
  }
}
body.woocommerce-order-received .woocommerce-table--order-details, body.woocommerce-order-received .woocommerce-table--order-details td, body.woocommerce-order-received .woocommerce-table--order-details th {
  border: none;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot td {
  font-weight: normal;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child {
  font-size: 1.5em;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 700;
}

/**
 * Override the WooCommerce styling
 */
@media all and (max-width: 767px) {
  .woocommerce .woocommerce-order-overview {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }
  .woocommerce .woocommerce-order-overview.order_details:after, .woocommerce .woocommerce-order-overview.order_details:before {
    content: none;
  }
  .woocommerce .woocommerce-order-overview.order_details li {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.volume-pricing-container .volume-pricing-grid table th, .volume-pricing-container .volume-pricing-grid table td {
  border-left: none;
  border-right: none;
  background-color: transparent !important;
  padding: 5px;
  text-align: right;
}
.volume-pricing-container .volume-pricing-grid table th {
  border-top: none !important;
  color: var(--e-a-color-black);
  font-size: 11px;
  font-family: var(--e-global-typography-a6496dd-font-family);
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
.volume-pricing-container .volume-pricing-grid table th:first-child, .volume-pricing-container .volume-pricing-grid table td:first-child {
  text-align: left;
}

.sumatra-dynamic-pricing .pricing-table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  font-size: 14px;
  width: 100%;
}
.sumatra-dynamic-pricing .pricing-table__cell {
  display: table-cell;
  padding: 5px;
  text-align: center;
}
.sumatra-dynamic-pricing .pricing-table__cell[data-title]:before {
  color: var(--e-global-color-b2f47df);
  content: attr(data-title);
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .sumatra-dynamic-pricing .pricing-table__cell[data-title]:before {
    content: none;
    display: none;
  }
}
.sumatra-dynamic-pricing .pricing-table__cell:first-child {
  text-align: left;
}
.sumatra-dynamic-pricing .pricing-table__cell:first-child .title {
  text-align: left;
}
.sumatra-dynamic-pricing .pricing-table__row {
  display: table-row;
}
.sumatra-dynamic-pricing .pricing-table__row--body:not(:first-child) {
  border-top: 1px solid var(--e-global-color-728874d);
}
.sumatra-dynamic-pricing .pricing-table__row--header {
  border-bottom: 2px solid var(--e-global-color-728874d);
}
.sumatra-dynamic-pricing .pricing-table__body {
  display: table-row-group;
}
.sumatra-dynamic-pricing .pricing-table .title {
  color: var(--e-a-color-black);
  display: none;
  font-size: 11px;
  font-family: var(--e-global-typography-a6496dd-font-family);
  text-align: center;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .sumatra-dynamic-pricing .pricing-table .title {
    display: block;
  }
}

.elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text {
  transition: 0.3s;
}

.elementor-posts-container .elementor-post--default .elementor-post__meta-data, .elementor-posts-container .elementor-post--featured .elementor-post__meta-data {
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
.elementor-posts-container .elementor-post--default .elementor-post__meta-data .elementor-post__read-more, .elementor-posts-container .elementor-post--featured .elementor-post__meta-data .elementor-post__read-more {
  margin: 0;
}
.elementor-posts-container .elementor-post--default .elementor-post__text, .elementor-posts-container .elementor-post--featured .elementor-post__text {
  margin: 0;
  padding: 0;
}
.elementor-posts-container .elementor-post--default .elementor-post__thumbnail__link, .elementor-posts-container .elementor-post--featured .elementor-post__thumbnail__link {
  margin-bottom: 0;
}
.elementor-posts-container .elementor-post--default .elementor-post__thumbnail__link .elementor-post__thumbnail {
  flex: 1;
}
.elementor-posts-container .elementor-post--default .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.elementor-posts-container .elementor-post--featured .elementor-post__card {
  flex-direction: column;
}
@media all and (min-width: 1400px) {
  .elementor-posts-container .elementor-post--featured .elementor-post__card {
    flex-direction: row;
  }
}
.elementor-posts-container .elementor-post--featured .elementor-post__content {
  flex: 1;
}
.elementor-posts-container .elementor-post--featured .elementor-post__text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elementor-posts-container .elementor-post--featured .elementor-post__thumbnail__link {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
.elementor-posts-container .elementor-post--featured .elementor-post__thumbnail__link .elementor-post__thumbnail {
  flex: 1;
}
@media all and (min-width: 1400px) {
  .elementor-posts-container .elementor-post--featured .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 0 !important;
  }
}
.elementor-posts-container .elementor-post--featured .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.elementor-posts-container .elementor-post--video .elementor-post__thumbnail__link:before {
  color: #fff;
  content: "\f144";
  font-family: "Font Awesome 6 Pro";
  font-size: 72px;
  left: 50%;
  opacity: 0.85;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.elementor-posts-container .elementor-post__length {
  display: inline-flex;
}

@media (max-width: 767px) {
  #tabs-widget .e-n-tabs-heading {
    display: flex;
    flex-direction: row;
  }
  #tabs-widget .e-n-tabs-content .e-n-tab-title {
    display: none;
  }
}
i.eicon-close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  font-style: normal;
}

span[data-metal-conv]:not(.market-rate-conversion) {
  background-color: #efefef;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 3px;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 12px;
}

input, select, textarea {
  background-color: #fff;
  color: #000;
}

input:not([type=radio]):not([type=checkbox]), select {
  min-height: 40px;
}

.input-text, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
  border: 1px solid var(--e-global-color-728874d);
  border-radius: 6px;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 400;
  padding: 0.7rem 1rem;
}

select:not(.select2-hidden-accessible) {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.select2-dropdown {
  border: 1px solid var(--e-global-color-728874d);
}
.select2-dropdown .select2-results__option {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 400;
  padding: 0.7rem 1rem;
}

.select2-container {
  height: 40px;
}
.select2-container .select2-selection--single {
  border: 1px solid var(--e-global-color-728874d);
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.7rem 1rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--e-global-color-728874d);
}

.woocommerce-form {
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 14px;
}
.woocommerce-form label {
  font-weight: 500;
}

.woocommerce form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  display: none;
}
.woocommerce form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:before {
  background-color: var(--e-global-color-primary);
  border-color: #6a0d3e;
  content: "\f00c";
}
.woocommerce form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span {
  display: flex;
  grid-gap: 10px;
  line-height: 21px;
}
.woocommerce form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span:before,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span:before {
  background-color: #fff;
  border: 1px solid var(--e-global-color-728874d);
  border-radius: 4px;
  color: #fff;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  font-weight: 400;
  display: block;
  height: 21px;
  line-height: 21px;
  min-width: 21px;
  text-align: center;
  width: 21px;
}
.woocommerce form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span > span,
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox + span > span {
  flex: 1;
}
.woocommerce form .woocommerce-form__label-for-checkbox .required,
.woocommerce-form__label-for-checkbox .required {
  border: none;
  color: red;
  text-decoration: none;
}

.woocommerce form abbr[title] {
  text-decoration: none;
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  cursor: pointer;
  font-family: var(--e-global-typography-text-font-family), sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px;
}
.woocommerce form .form-row span em {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
.woocommerce form .required {
  color: red;
}

.gform_footer .gform_button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-lineheight: 22px;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu *,
.mm-menu *:before,
.mm-menu *:after {
  transition-property: none;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

:root {
  --mm-blocker-visibility-delay: 0.4s;
  --mm-blocker-opacity-delay: 0s;
}

.mm-blocker {
  display: block;
  position: absolute;
  bottom: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  background: var(--mm-color-background);
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width 0.4s ease, opacity 0.4s ease var(--mm-blocker-opacity-delay), transform 0.4s ease;
}
.mm-blocker:focus-visible {
  opacity: 0.75;
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  padding: 0;
}
.mm-btn--next, [dir=rtl] .mm-btn--prev {
  --mm-btn-rotate: 135deg;
}
.mm-btn--prev, [dir=rtl] .mm-btn--next {
  --mm-btn-rotate: -45deg;
}
.mm-btn--prev:before, .mm-btn--next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  box-sizing: border-box;
  border: 2px solid var(--mm-color-icon);
  border-bottom: none;
  border-right: none;
  transform: rotate(var(--mm-btn-rotate));
}
.mm-btn--prev:before {
  inset-inline-start: 23px;
}
.mm-btn--next:after {
  inset-inline-end: 23px;
}
.mm-btn--close:before {
  content: "×";
  font-size: 150%;
}
.mm-btnreset {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--mm-lineheight);
  padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-lineheight)) * 0.5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  transition-property: opacity;
}
.mm-navbar:not(.mm-hidden) ~ .mm-listview .mm-divider {
  top: var(--mm-navbar-size);
}

:root {
  --mm-listitem-size: 50px;
}

.mm-listitem {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
}
.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}

.mm-listitem__text,
.mm-listitem__btn {
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2) 0;
}

.mm-listitem__text {
  flex-grow: 1;
  flex-basis: 10%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-listitem__btn {
  display: block;
  position: relative;
  width: auto;
  padding-inline-end: 50px;
  border-color: inherit;
  background: rgba(3, 2, 1, 0);
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem--selected > .mm-listitem__text {
  background: var(--mm-color-background-emphasis);
}
.mm-listitem--opened > .mm-listitem__btn,
.mm-listitem--opened > .mm-panel {
  background: var(--mm-color-background-highlight);
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed);
}
.mm-menu,
.mm-menu * {
  box-sizing: border-box;
}
.mm-menu:focus, .mm-menu:focus-visible,
.mm-menu *:focus,
.mm-menu *:focus-visible {
  outline: none;
}
.mm-menu a,
.mm-menu button,
.mm-menu label {
  color: inherit;
}
.mm-menu a:focus,
.mm-menu button:focus,
.mm-menu label:focus {
  outline: none;
}
.mm-menu a:focus-visible,
.mm-menu button:focus-visible,
.mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px;
}
.mm-menu input:focus, .mm-menu input:focus-visible,
.mm-menu select:focus,
.mm-menu select:focus-visible,
.mm-menu textarea:focus,
.mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: 2px;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  text-decoration: none;
  color: inherit;
}

:root {
  --mm-navbar-size: 50px;
}

.mm-navbar {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  background: var(--mm-color-background);
  border-bottom: 1px solid var(--mm-color-border);
  transition-property: opacity;
}
.mm-navbar > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mm-navbar__btn {
  flex-grow: 0;
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
}
.mm-navbar__title[href="#"] {
  pointer-events: none;
}
.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-btn.mm-hidden + .mm-navbar__title:not(:last-child) {
  padding-inline-start: 60px;
  padding-inline-end: 10px;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-inline-start: 10px;
  padding-inline-end: 60px;
}

.mm-panel {
  --mm-panel-child-offset: 100%;
  --mm-panel-parent-offset: -30%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  transition-property: transform, inset-inline-start;
}
[dir=rtl] .mm-panel {
  --mm-panel-child-offset: -100%;
  --mm-panel-parent-offset: 30%;
}
.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}
.mm-panel:focus {
  outline: none;
}
.mm-panel--opened {
  z-index: 2;
  transform: translate3d(0%, 0, 0);
  transition-delay: 0s;
}
.mm-panel--parent {
  transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  z-index: 0;
}
.mm-panel--highest {
  z-index: 3;
}
.mm-menu--opened .mm-panel--noanimation {
  transition: none !important;
  transition-duration: 0s !important;
}

.mm-panel__content {
  padding: 20px;
}

.mm-panels {
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}
.mm-panels:focus {
  outline: none;
}

:root {
  --mm-toggle-size: 34px;
}

.mm-toggle {
  display: flex;
  align-self: center;
  flex: calc(var(--mm-toggle-size) * 1.75) 0 0;
  height: var(--mm-toggle-size);
  margin-inline-end: 10px;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  border: var(--mm-color-border);
  background: var(--mm-color-border);
  cursor: pointer;
  transition-property: background-color;
}
.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 2px;
  border-radius: 100%;
  background: var(--mm-color-background);
  transition-property: transform;
}
.mm-toggle:checked {
  background: #4bd963;
}
.mm-toggle:checked:before {
  transform: translateX(calc(var(--mm-toggle-size) * 0.75));
}
[dir=rtl] .mm-toggle:checked:before {
  transform: translateX(calc(var(--mm-toggle-size) * -0.75));
}

.mm-listitem--vertical > .mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  transform: none !important;
  transition: none !important;
}
.mm-listitem--vertical > .mm-panel:after {
  content: none;
  display: none;
}
.mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
  display: none;
}

.mm-listitem--vertical > .mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto;
}
.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem--opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

:root {
  --mm-size: 80%;
  --mm-min-size: 240px;
  --mm-max-size: 440px;
}

.mm-menu--offcanvas {
  position: fixed;
  z-index: 0;
}

.mm-page {
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit;
}

:where(.mm-slideout) {
  position: relative;
  z-index: 1;
  width: 100%;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-property: width, transform;
}

.mm-wrapper--opened,
.mm-wrapper--opened body {
  overflow: hidden;
}

.mm-wrapper__blocker {
  background: rgba(0, 0, 0, 0.4);
}
.mm-wrapper--opened .mm-wrapper__blocker {
  --mm-blocker-visibility-delay: 0s;
  --mm-blocker-opacity-delay: 0.4s;
  bottom: 0;
  opacity: 0.5;
}

.mm-menu {
  /** Horizontal transform */
  --mm-translate-horizontal: 0;
  /** Vertical transform */
  --mm-translate-vertical: 0;
}
.mm-menu--position-left, .mm-menu--position-left-front {
  right: auto;
}
.mm-menu--position-right, .mm-menu--position-right-front {
  left: auto;
}
.mm-menu--position-left, .mm-menu--position-right, .mm-menu--position-left-front, .mm-menu--position-right-front {
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-left-front {
  --mm-translate-horizontal: -100%;
}
.mm-menu--position-right-front {
  --mm-translate-horizontal: 100%;
}
.mm-menu--position-top {
  bottom: auto;
}
.mm-menu--position-bottom {
  top: auto;
}
.mm-menu--position-top, .mm-menu--position-bottom {
  width: 100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size));
}
.mm-menu--position-top {
  --mm-translate-vertical: -100%;
}
.mm-menu--position-bottom {
  --mm-translate-vertical: 100%;
}
.mm-menu--position-left-front, .mm-menu--position-right-front, .mm-menu--position-top, .mm-menu--position-bottom {
  z-index: 2;
  transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  transition-property: transform;
}
.mm-menu--position-left-front.mm-menu--opened, .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened, .mm-menu--position-bottom.mm-menu--opened {
  transform: translate3d(0, 0, 0);
}

.mm-wrapper--position-left {
  --mm-translate-horizontal: clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  );
}
.mm-wrapper--position-right {
  --mm-translate-horizontal: clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  );
}
.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  transform: translate3d(0, 0, 0);
}
.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout, .mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  transform: translate3d(var(--mm-translate-horizontal), 0, 0);
}
.mm-wrapper--position-left-front .mm-wrapper__blocker, .mm-wrapper--position-right-front .mm-wrapper__blocker, .mm-wrapper--position-top .mm-wrapper__blocker, .mm-wrapper--position-bottom .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu--theme-light {
  --mm-color-background: #f3f3f3;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.4);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.75);
  --mm-color-focusring: #06c;
}
.mm-menu--theme-light-contrast {
  --mm-color-background: #f3f3f3;
  --mm-color-border: rgb(0 0 0 / 0.5);
  --mm-color-icon: rgb(0 0 0 / 0.5);
  --mm-color-text: #000;
  --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.9);
  --mm-color-focusring: #06c;
}

.mm-menu--theme-dark {
  --mm-color-background: #333;
  --mm-color-border: rgb(0, 0, 0, 0.4);
  --mm-color-icon: rgb(255, 255, 255, 0.4);
  --mm-color-text: rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight: rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis: rgb(0, 0, 0, 0.1);
  --mm-color-focusring: #06c;
}
.mm-menu--theme-dark-contrast {
  --mm-color-background: #333;
  --mm-color-border: rgb(255 255 255 / 0.5);
  --mm-color-icon: rgb(255 255 255 / 0.5);
  --mm-color-text: #fff;
  --mm-color-text-dimmed: rgb(255 255 255 / 0.7);
  --mm-color-background-highlight: rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.3);
  --mm-color-focusring: #06c;
}

.mm-menu--theme-white {
  --mm-color-background: #fff;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.3);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.3);
  --mm-color-background-highlight: rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.03);
  --mm-color-focusring: #06c;
}
.mm-menu--theme-white-contrast {
  --mm-color-background: #fff;
  --mm-color-border: rgb(0 0 0 / 0.5);
  --mm-color-icon: rgb(0 0 0 / 0.5);
  --mm-color-text: #000;
  --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
  --mm-color-background-highlight: rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.035);
  --mm-color-focusring: #06c;
}

.mm-menu--theme-black {
  --mm-color-background: #000;
  --mm-color-border: rgb(255 255 255 / 0.2);
  --mm-color-icon: rgb(255 255 255 / 0.4);
  --mm-color-text: rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed: rgb(255 255 255 / 0.4);
  --mm-color-background-highlight: rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.06);
  --mm-color-focusring: #06c;
}
.mm-menu--theme-black-contrast {
  --mm-color-background: #000;
  --mm-color-border: rgb(255 255 255 / 0.5);
  --mm-color-icon: rgb(255 255 255 / 0.5);
  --mm-color-text: #fff;
  --mm-color-text-dimmed: rgb(255 255 255 / 0.6);
  --mm-color-background-highlight: rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.1);
  --mm-color-focusring: #06c;
}

.mm-counter {
  display: block;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed);
}
[dir=rtl] .mm-counter {
  float: left;
}

:root {
  --mm-iconbar-size: 50px;
}

.mm-menu--iconbar-left .mm-panels,
.mm-menu--iconbar-left .mm-navbars {
  margin-left: var(--mm-iconbar-size);
}
.mm-menu--iconbar-right .mm-panels,
.mm-menu--iconbar-right .mm-navbars {
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}
.mm-menu--iconbar-left .mm-iconbar, .mm-menu--iconbar-right .mm-iconbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}
.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__top,
.mm-iconbar__bottom {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mm-iconbar__top > *,
.mm-iconbar__bottom > * {
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight)) / 2) 0;
}
.mm-iconbar__top a,
.mm-iconbar__top a:hover,
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover {
  text-decoration: none;
}

.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size: 50px;
}

.mm-panel--iconpanel-0 {
  inset-inline-start: calc(0 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-1 {
  inset-inline-start: calc(1 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-2 {
  inset-inline-start: calc(2 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-3 {
  inset-inline-start: calc(3 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-4 {
  inset-inline-start: calc(4 * var(--mm-iconpanel-size));
}

.mm-panel--iconpanel-first ~ .mm-panel {
  inset-inline-start: var(--mm-iconpanel-size);
}

.mm-menu--iconpanel .mm-panel--parent .mm-navbar,
.mm-menu--iconpanel .mm-panel--parent .mm-divider {
  opacity: 0;
}
.mm-menu--iconpanel .mm-panels > .mm-panel--parent {
  overflow-y: hidden;
  transform: unset;
}
.mm-menu--iconpanel .mm-panels > .mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid;
}

.mm-navbars {
  flex-shrink: 0;
}
.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none;
}
.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top);
}
.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.mm-navbar__breadcrumbs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-end: 6px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar__breadcrumbs:not(:last-child) {
  padding-inline-end: 0;
}
.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-inline-start: 0;
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid transparent;
}
.mm-navbar__tab--selected {
  background: var(--mm-color-background);
}
.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border);
}
.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border);
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none;
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis);
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background);
}
.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border);
}
.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none;
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background);
}
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs ~ .mm-navbar {
  background: var(--mm-color-background-emphasis);
}
.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border);
}
.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

/**
 * The form.
 */
.mm-searchfield {
  display: flex;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

/**
 * The fieldset
 */
.mm-searchfield__input {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  font: inherit;
  font-size: inherit;
}
.mm-searchfield__input input, .mm-searchfield__input input:hover, .mm-searchfield__input input:focus {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}
.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border);
}
.mm-searchfield__input input::-ms-clear {
  display: none;
}

/**
 * Submit and reset buttons.
 */
.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}
.mm-searchfield--searching .mm-searchfield__btn {
  display: block;
}

/**
 * Cancel button.
 */
.mm-searchfield__cancel {
  display: block;
  position: relative;
  margin-inline-end: -100px;
  padding-inline-start: 5px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  transition-property: visibility, margin;
}
.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  margin-inline-end: 0;
}

/**
 * The searchpanel
 */
.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important;
}

/**
 * Splash message
 */
.mm-panel__splash {
  padding: 20px;
}
.mm-panel--searching .mm-panel__splash {
  display: none;
}

/**
 * No results message
 */
.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4;
}
.mm-panel--noresults .mm-panel__noresults {
  display: block;
}

:root {
  --mm-sectionindexer-size: 20px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: calc(-1 * var(--mm-sectionindexer-size));
  z-index: 5;
  transition-property: inset-inline-end;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panel {
  padding-inline-end: 0;
}
.mm-sectionindexer--active {
  right: 0;
}
.mm-sectionindexer--active ~ .mm-panel {
  padding-inline-end: var(--mm-sectionindexer-size);
}

.mm-menu--selected-hover .mm-listitem__text,
.mm-menu--selected-hover .mm-listitem__btn, .mm-menu--selected-parent .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn {
  transition-property: background-color;
}
@media (hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover > .mm-listitem--selected:not(:hover) > .mm-listitem__text {
    background: none;
  }
  .mm-menu--selected-hover .mm-listitem__text:hover,
  .mm-menu--selected-hover .mm-listitem__btn:hover {
    background: var(--mm-color-background-emphasis);
  }
}
.mm-menu--selected-parent .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn {
  transition-delay: 0.2s;
}
@media (hover: hover) {
  .mm-menu--selected-parent .mm-listitem__text:hover,
  .mm-menu--selected-parent .mm-listitem__btn:hover {
    transition-delay: 0s;
  }
}
.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent) > .mm-listitem__text {
  background: none;
}
.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem--selected-parent > .mm-listitem__btn {
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: var(--mm-max-size);
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}
[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
  transform: none;
}
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar,
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider {
  opacity: 0;
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none;
}
.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}
[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  transform: none;
}

/**
 * MMenu automatically makes the global wrapper have a z-index of 1
 * and the menu itself a z-index of 2.
 *
 * This won't work with our theme's Elementor mega menus,
 * which have a high z-index and are outside of the global wrapper,
 * because it's making the mega menus go over the top of the header,
 * and we want them sliding in from underneath the header.
 *
 * So, let's override the z-index that mmenu is adding to the global wrapper,
 * and just set a much higher z-index for the mobile menu.
 */
:where(.mm-slideout).global-page-wrapper {
  z-index: auto;
}

#mobile-menu {
  width: 100%;
  z-index: 10001;
}
#mobile-menu .mm-listview.menu .mm-listitem__text {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 22px;
  font-weight: 700;
}
#mobile-menu .mm-listview.sub-menu .mm-listitem__text {
  font-weight: 500;
}
#mobile-menu .mm-listview .mm-listitem {
  align-items: center;
}
#mobile-menu .mm-listview .mm-listitem:not(:first-child):not(.start-group) {
  border-top: 1px solid #ebebeb;
}
#mobile-menu .mm-listview .mm-listitem.ad {
  border: none;
  padding-top: 30px;
}
#mobile-menu .mm-listview .mm-listitem.ad .mm-listitem__text {
  padding: 0;
  white-space: normal;
}
#mobile-menu .mm-listview .mm-listitem.start-group {
  margin-top: 20px;
}
#mobile-menu .mm-listview .mm-listitem:after {
  content: none;
  padding: 0;
}
#mobile-menu .mm-listview .mm-listitem__btn {
  align-items: center;
  border: none;
  display: flex;
  height: 50px;
  justify-content: flex-end;
  left: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
#mobile-menu .mm-listview .mm-listitem__btn:after {
  border: none;
  color: var(--e-global-color-90624d3);
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 300;
  height: auto;
  inset-inline-end: unset;
  justify-content: center;
  line-height: 1;
  margin: 0;
  position: relative;
  text-align: center;
  transform: none;
  width: 50px;
}
#mobile-menu .mm-listview .mm-listitem__text {
  line-height: 50px;
  padding: 0 12px;
}
#mobile-menu .mm-navbar {
  border: none;
  min-height: unset;
}
#mobile-menu .mm-navbar__searchfield {
  padding: 0 12px;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield {
  height: auto;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input {
  background-color: #fff;
  border: 1px solid var(--e-global-color-728874d);
  border-radius: 6px;
  padding: 0 50px 0 40px;
  position: relative;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input:before {
  color: #acacac;
  content: "\f002";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input button {
  text-align: center;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input button:after {
  background-color: var(--e-global-color-728874d);
  border: none;
  border-radius: 3px;
  color: #fff;
  content: "\e2e1";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 400;
  height: 15px;
  inset-inline-end: unset;
  line-height: 15px;
  margin: auto;
  position: static;
  text-align: center;
  transform: none;
  width: 22px;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  padding: 0;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input, #mobile-menu .mm-navbar__searchfield .mm-searchfield__input input:active, #mobile-menu .mm-navbar__searchfield .mm-searchfield__input input:focus {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input ::-webkit-input-placeholder {
  color: #acacac;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input ::-moz-placeholder {
  color: #acacac;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input :-ms-input-placeholder {
  color: #acacac;
}
#mobile-menu .mm-navbar__searchfield .mm-searchfield__input input :-moz-placeholder {
  color: #acacac;
}
#mobile-menu .mm-navbars--top {
  border: none;
  padding: 0 0 12px;
}
#mobile-menu .mm-navbars--top .mm-btn--close {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
#mobile-menu .mm-navbars--top .mm-btn--close:before {
  color: #000;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 300;
}
#mobile-menu .mm-navbars--top .mm-navbar {
  padding: 0 12px;
}
#mobile-menu .mm-navbars--top .mm-navbar .logo-container {
  padding: 35px 0 15px;
}
#mobile-menu .mm-navbars--top .mm-navbar .logo-container .logo {
  height: 144px;
  width: auto;
}
#mobile-menu .mm-panels .mm-panel {
  border: none;
  padding: 0 12px;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child {
  flex-direction: column;
  padding-bottom: 10px;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__btn, #mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__title {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__btn {
  grid-gap: 8px;
  line-height: 40px;
  padding: 0 12px;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__btn:after {
  color: var(--e-global-color-b2f47df);
  content: "Back";
  font-size: 14px;
  font-weight: 400;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__btn:before {
  border: none;
  color: var(--e-global-color-90624d3);
  content: "\f104";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 300;
  height: auto;
  inset-inline-start: unset;
  margin: 0;
  position: static;
  transform: none;
  width: auto;
}
#mobile-menu .mm-panels .mm-panel:not(.menu-main-menu-container) > .mm-navbar:first-child .mm-navbar__title {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
}

.woocommerce-account address {
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
}
.woocommerce-account address p {
  margin-bottom: 0;
}
.woocommerce-account h2, .woocommerce-account h3 {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: 24px;
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  margin: 0 0 15px;
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}
.woocommerce-account p + .u-columns, .woocommerce-account p + .woocommerce-order-details {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-address-fields {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
.woocommerce-account .addresses .woocommerce-Address-title {
  align-items: flex-end;
  display: flex;
  grid-gap: 30px;
  margin: 0 0 15px;
}
.woocommerce-account .addresses .woocommerce-Address-title:after, .woocommerce-account .addresses .woocommerce-Address-title:before {
  content: none;
}
.woocommerce-account .addresses .woocommerce-Address-title a.edit {
  color: var(--e-global-color-text);
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}
.woocommerce-account .addresses .woocommerce-Address-title a.edit:hover {
  color: var(--e-global-color-f89a055);
}
.woocommerce-account .addresses .woocommerce-Address-title h3 {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .woocommerce-account .woocommerce-columns.addresses, .woocommerce-account .u-columns {
    flex-direction: row;
  }
  .woocommerce-account .woocommerce-columns.addresses .woocommerce-column, .woocommerce-account .woocommerce-columns.addresses div[class*=col-], .woocommerce-account .u-columns .woocommerce-column, .woocommerce-account .u-columns div[class*=col-] {
    flex: 1;
  }
}
.woocommerce-account .woocommerce-customer-details:not(:first-child) {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-PaymentMethods {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.woocommerce-account .woocommerce-PaymentMethods fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-PaymentMethods label {
  display: block;
}
.woocommerce-account .woocommerce-PaymentMethods .form-row:not(:last-child) {
  margin: 0 0 15px;
}
.woocommerce-account .woocommerce-PaymentMethods .woocommerce-PaymentMethod label {
  align-items: center;
  display: flex;
  font-weight: 600;
  grid-gap: 15px;
}
.woocommerce-account .woocommerce-PaymentMethods .woocommerce-PaymentMethod .input-radio {
  display: none;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: none;
  margin: 30px 0;
  padding: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: block;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0;
}

[data-id=ach-verification-notice] .verify-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media all and (min-width: 1024px) {
  [data-id=ach-verification-notice] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
}
.woocommerce-order-details {
  margin: 0;
}
.woocommerce-order-details__billing {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-order-details__billing {
    margin-top: 45px;
  }
}
.woocommerce-order-details__header {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  grid-gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .woocommerce-order-details__header {
    align-items: center;
    flex-direction: row;
  }
}
.woocommerce-order-details__title {
  margin: 0 0 15px;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item {
  display: grid;
  grid-column-gap: 10px;
  grid-template-areas: "photo name name" "photo qty details" "promo promo promo" "buttons buttons buttons";
  grid-template-columns: 130px 1fr 1fr;
  grid-template-rows: auto 1fr auto auto;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item {
    align-items: center;
    border: 1px solid #e6e9ec;
    border-radius: 4px;
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-areas: "photo name qty details" "photo buttons promo promo";
    grid-template-columns: 160px 1fr 100px 1fr;
    grid-template-rows: 1fr 25px;
    padding: 15px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item:not(:first-child) {
  border-top: 1px solid var(--e-global-color-728874d);
  margin-top: 30px;
  padding-top: 30px;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item:not(:first-child) {
    border-color: #e6e9ec;
    margin-top: 15px;
    padding: 15px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-meta {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-meta__item {
  display: flex;
  grid-gap: 5px;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-meta .product-meta-item {
  font-size: 0.85em;
  line-height: 1.5;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-meta .product-meta-item__label {
  font-weight: bold;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name {
  grid-area: name;
  margin-bottom: 5px;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name {
    margin-top: 25px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name__subtitle {
  color: var(--e-global-color-5d0f723);
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name__title {
  color: var(--e-global-color-5d0f723);
  font-family: var(--e-global-typography-e2ff88f-font-family), Sans-serif;
  font-size: 18px;
  font-weight: var(--e-global-typography-e2ff88f-font-weight);
  line-height: var(--e-global-typography-e2ff88f-line-height);
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name__title {
    font-size: 20px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-name__title a {
  color: inherit;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details {
  background-color: #f5f5f5;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  grid-area: details;
  grid-gap: 15px;
  justify-content: space-between;
  padding: 10px 15px;
  text-align: right;
}
@media all and (min-width: 1024px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details {
    align-items: center;
    flex-direction: row;
    padding: 15px 20px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details {
    margin-top: 25px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details__label {
  color: var(--e-global-color-b2f47df);
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details .product-details__value {
  line-height: 1.4;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details .product-details__value.product-price {
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-details .product-details__value.product-subtotal {
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-promo {
  grid-area: promo;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-promo .promo-message {
  background-color: var(--e-global-color-f89a055);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  margin-top: 15px;
  padding: 0 25px;
  text-align: center;
  width: auto;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-promo .promo-message {
    display: inline-block;
    margin-top: 0;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-quantity {
  align-items: center;
  display: flex;
  grid-area: qty;
  justify-content: center;
}
@media all and (min-width: 1400px) {
  .woocommerce-order-details--enhanced .woocommerce-order-details__item .product-quantity {
    margin-top: 25px;
  }
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-quantity input {
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  max-width: 65px;
  padding: 0;
  width: 100%;
}
.woocommerce-order-details--enhanced .woocommerce-order-details__item .product-thumbnail {
  grid-area: photo;
}

body.single-product .delivery-estimate {
  align-items: center;
  justify-content: center;
  border: 1px solid var(--e-global-color-67c23a8);
  border-radius: 6px;
  display: -webkit-inline-flex;
  display: flex;
  font-family: var(--e-global-typography-e7c442d-font-family);
  line-height: 20px;
  padding: 14px 20px;
  width: 100%;
}
body.single-product .delivery-estimate__icon {
  color: var(--e-global-color-67c23a8);
  margin-right: 15px;
}
body.single-product .delivery-estimate__label {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}
body.single-product .delivery-estimate__value {
  color: var(--e-global-color-secondary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
body.single-product .badge-icon {
  background-color: var(--e-global-color-secondary);
  color: #fff;
  content: "\f129";
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-weight: 900;
  height: 16px;
  left: 15px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 16px;
}
body.single-product .badge-icon--low-stock {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
body.single-product .badge-icon--new {
  background-color: #fff;
  border-color: var(--e-global-color-728874d);
  color: var(--e-global-color-primary);
}
body.single-product .best-price {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-left: 5px;
  font-weight: 500;
  color: var(--e-global-color-90624d3);
}
body.single-product .overall-star-rating {
  color: var(--e-global-color-5d0f723);
  display: inline-block;
}
body.single-product .overall-star-rating__stars {
  display: flex;
  position: relative;
}
body.single-product .overall-star-rating__stars__container {
  display: flex;
  position: relative;
}
body.single-product .overall-star-rating__stars__container--on {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: width 0.1s ease;
  width: 0;
}

/**
 * WooCommerce button override ... those jerks
 */
@media all and (min-width: 600px) {
  .woocommerce .product-card .product-actions .product-actions-button-set a.button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .woocommerce .product-card .product-actions .product-actions-button-set a.button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.product-badge {
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 10px;
  color: #fff;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 10px;
  font-weight: 500;
  left: 0;
  line-height: 19px;
  padding: 0 15px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translateY(-50%);
  white-space: nowrap;
}
.product-badge--low-stock {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.product-badge--new {
  background-color: #fff;
  border-color: #dddfe2;
  color: var(--e-global-color-primary);
}

.product-card {
  background-color: #FFF;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .product-card.added-to-cart .product-actions {
    height: 64px;
  }
}
@media all and (min-width: 1400px) {
  .product-card {
    padding: 15px 15px 30px;
  }
}
.product-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-card.added-to-cart .product-actions .product-actions-options {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-in 0.15s, transform 0.3s ease-in 0.15s;
  z-index: 2;
}
.product-card.added-to-cart .product-actions .product-actions-button--primary {
  opacity: 0;
  transform: translateX(-101%);
  transition: transform 0.3s ease-out, opacity 0.15s ease-out 0.15s;
}
.product-card.added-to-cart .product-actions .product-actions-button--secondary {
  opacity: 0;
  transform: translateX(101%);
  transition: transform 0.3s ease-out, opacity 0.15s ease-out 0.15s;
}
.product-card .product-actions {
  margin-top: 15px;
  position: relative;
  transition: height 0.3s ease;
}
@media all and (max-width: 1023px) {
  .product-card .product-actions {
    min-height: 90px;
  }
}
body.woocommerce-cart .product-card .product-actions {
  min-height: 90px;
}
.product-card .product-actions .product-actions-button-set {
  align-items: center;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 600px) {
  .product-card .product-actions .product-actions-button-set {
    flex-direction: row;
    grid-gap: 1px;
  }
}
@media all and (min-width: 768px) {
  .product-card .product-actions .product-actions-button-set {
    flex-direction: column;
  }
}
@media all and (min-width: 1500px) {
  .product-card .product-actions .product-actions-button-set {
    flex-direction: row;
    grid-gap: 1px;
  }
}
.product-card .product-actions .product-actions-button-set .added_to_cart {
  display: none;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button {
  align-items: center;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: -ms-flex;
  display: flex;
  font-family: var(--e-global-typography-e7c442d-font-family), Sans-serif;
  font-size: var(--e-global-typography-e7c442d-font-size);
  font-weight: var(--e-global-typography-e7c442d-font-weight);
  justify-content: center;
  letter-spacing: var(--e-global-typography-e7c442d-letter-spacing);
  line-height: var(--e-global-typography-e7c442d-line-height);
  max-width: 210px;
  padding: 3px 15px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  word-spacing: var(--e-global-typography-e7c442d-word-spacing);
}
@media all and (min-width: 1400px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button {
    padding: 3px 15px;
  }
}
@media all and (min-width: 600px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:first-child:not(:last-child) {
    border-radius: 6px 0 0 6px;
  }
}
@media all and (min-width: 768px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:first-child:not(:last-child) {
    border-radius: 6px;
  }
}
@media all and (min-width: 1500px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:first-child:not(:last-child) {
    border-radius: 6px 0 0 6px;
  }
}
@media all and (min-width: 600px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:last-child:not(:first-child) {
    border-radius: 0 6px 6px 0;
  }
}
@media all and (min-width: 768px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:last-child:not(:first-child) {
    border-radius: 6px;
  }
}
@media all and (min-width: 1500px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button:last-child:not(:first-child) {
    border-radius: 0 6px 6px 0;
  }
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify {
  flex: 1;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart:after, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify:after {
  color: var(--e-global-color-f89a055);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 300;
  margin-left: 16px;
}
@media all and (max-width: 767px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart:after, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify:after {
    margin-left: 10px;
  }
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart.disabled, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify.disabled {
  background-color: var(--e-global-color-728874d);
  border-color: var(--e-global-color-728874d);
  pointer-events: none;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart span, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify span {
  line-height: 1;
  margin-left: 4px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart span, .product-card .product-actions .product-actions-button-set a.product-actions-button--notify span {
    display: none;
  }
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--add-to-cart:after {
  content: "+";
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--notify:after {
  content: "\f0e0";
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--primary {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--primary:hover:not(.disabled) {
  background-color: #333;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--secondary {
  background-color: var(--e-global-color-b8e2a95);
  border-color: var(--e-global-color-3b7ac29);
  color: var(--e-global-color-1bfa21c);
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--secondary:first-child {
  width: 100%;
}
.product-card .product-actions .product-actions-button-set a.product-actions-button--secondary:hover {
  background-color: #F3F3F3;
}
@media all and (min-width: 600px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button--secondary {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button--secondary {
    width: 100%;
  }
}
@media all and (min-width: 1500px) {
  .product-card .product-actions .product-actions-button-set a.product-actions-button--secondary {
    width: auto;
  }
}
.product-card .product-actions .product-actions-options {
  align-items: center;
  display: -ms-flex;
  display: flex;
  grid-gap: 10px;
  height: 100%;
  justify-content: space-between;
  left: 0;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0.9);
  width: 100%;
  z-index: 0;
}
@media all and (max-width: 1023px) {
  .product-card .product-actions .product-actions-options {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-card .product-actions .product-actions-options .quantity {
    flex-basis: 100%;
    order: 1;
  }
  .product-card .product-actions .product-actions-options .option-action-cart {
    order: 2;
  }
  .product-card .product-actions .product-actions-options .option-action-info {
    order: 3;
  }
}
body.woocommerce-cart .product-card .product-actions .product-actions-options {
  flex-wrap: wrap;
  justify-content: center;
}
body.woocommerce-cart .product-card .product-actions .product-actions-options .quantity {
  flex-basis: 100%;
  order: 1;
}
body.woocommerce-cart .product-card .product-actions .product-actions-options .option-action-cart {
  order: 2;
}
body.woocommerce-cart .product-card .product-actions .product-actions-options .option-action-info {
  order: 3;
}
.product-card .product-actions .product-actions-options .option-action a {
  color: var(--e-global-color-67c23a8);
}
.product-card .product-actions .product-actions-options .option-action a:hover {
  color: var(--e-global-color-secondary);
}
.product-card .product-actions .product-actions-options .option-action a i {
  display: block;
  line-height: 40px;
  width: 40px;
}
.product-card .product-actions .product-actions-options .quantity {
  align-items: center;
  display: -ms-flex;
  display: flex;
  grid-gap: 5px;
  justify-content: center;
}
.product-card .product-actions .product-actions-options .quantity .qty-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  padding: 0;
}
.product-card .product-actions .product-actions-options .quantity .qty-btn, .product-card .product-actions .product-actions-options .quantity .qty-btn:active, .product-card .product-actions .product-actions-options .quantity .qty-btn:focus {
  background: none;
  border: none;
}
.product-card .product-actions .product-actions-options .quantity .qty-btn i {
  color: var(--e-global-color-f89a055);
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s ease;
  width: 40px;
}
.product-card .product-actions .product-actions-options .quantity .qty-btn i:hover {
  color: var(--e-global-color-025e736);
}
.product-card .product-actions .product-actions-options .quantity input.qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border: 1px solid #dddfe2;
  border-radius: 6px;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  min-width: 50px;
  padding: 0 10px;
  text-align: center;
  width: 50px;
}
.product-card .product-actions .product-actions-options .quantity input.qty::-webkit-outer-spin-button, .product-card .product-actions .product-actions-options .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .product-badge {
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .product-details {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  grid-gap: 15px;
}
@media all and (min-width: 1400px) {
  .product-card .product-details {
    flex-direction: row;
    grid-gap: 30px;
  }
}
.product-card .product-details .product-name {
  flex: 1;
}
.product-card .product-details .product-price {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media all and (min-width: 1400px) {
  .product-card .product-details .product-price {
    padding-top: 7px;
  }
}
.product-card .product-details .product-subtitle {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.product-card .product-details .product-title {
  color: var(--e-global-color-secondary);
  display: block;
  flex: 1;
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
@media all and (min-width: 1400px) {
  .product-card .product-details .product-title {
    font-size: 18px;
  }
}
.product-card .product-images {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .product-card .product-images {
    margin-bottom: 15px;
  }
}
.product-card .product-images .swiper.product-images .swiper-slide:active {
  cursor: grab;
}
.product-card .product-images .product-image-container {
  align-items: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  max-height: 240px;
  min-height: 160px;
  margin: auto;
  width: auto;
}
@media all and (min-width: 1400px) {
  .product-card .product-images .product-image-container {
    min-height: 240px;
  }
}
.product-card .product-images .product-image-container img {
  display: block;
  max-height: inherit;
  margin: auto;
  width: auto;
}
.product-card .product-images .swiper-pagination {
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  position: static;
  grid-gap: 5px;
  padding: 15px 0 0;
}
@media all and (min-width: 1400px) {
  .product-card .product-images .swiper-pagination {
    padding: 30px 0 0;
  }
}
.product-card .product-images .swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  margin: 0;
  opacity: 1;
  width: 7px;
}
.product-card .product-images .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
}
.product-card .product-images .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: var(--e-global-color-67c23a8);
}

.price del,
.product-price del {
  color: #999;
}

.product-price ins {
  text-decoration: none;
  margin-left: 5px;
}

#addtocart-flash-msg {
  position: fixed;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  z-index: 99;
  border-radius: 4px;
  top: 90px;
  left: 15px;
  right: 15px;
  border: solid 1px #666;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: top ease-in-out 300ms;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  #addtocart-flash-msg {
    right: auto;
    left: 50%;
    translate: -50%;
    max-width: 450px;
  }
}
@media all and (min-width: 1400px) {
  #addtocart-flash-msg {
    top: 145px;
  }
}
#addtocart-flash-msg .woocommerce-message {
  font-size: 14px;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  #addtocart-flash-msg .woocommerce-message {
    font-size: 16px;
  }
}
#addtocart-flash-msg .woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}
#addtocart-flash-msg .button {
  margin: 0 15px;
}

@media all and (min-width: 1400px) {
  .mega-menu-offset #addtocart-flash-msg {
    top: 105px;
  }
}

.admin-bar #addtocart-flash-msg {
  top: 125px;
}
@media all and (min-width: 1400px) {
  .admin-bar #addtocart-flash-msg {
    top: 155px;
  }
  .admin-bar.mega-menu-offset #addtocart-flash-msg {
    top: 115px;
  }
}

.volume-pricing-heading {
  color: var(--e-global-color-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
}
.volume-pricing-heading:after {
  content: "\f05a";
  color: var(--e-global-color-67c23a8);
  cursor: pointer;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}

/* Yith 4.0.0 - Add to Wishlist Button Override */
.yith-wcwl-add-to-wishlist svg {
  display: none;
}
.yith-wcwl-add-to-wishlist .elementor-button-icon {
  order: 5;
}
.yith-wcwl-add-to-wishlist .elementor-button-icon:after {
  content: "\f004";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .elementor-button-icon:after {
  font-weight: 900;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .elementor-button-icon:after {
  font-weight: 400;
}

/* BetterDocs FAQs Widget Overrides */
body.single-product .betterdocs-faq-wrapper .betterdocs-faq-section-title {
  margin-bottom: 8px !important;
  border: none !important;
}
body.single-product .betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-title {
  display: none !important;
}
body.single-product .betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-group {
  border: unset !important;
  border-color: #d7d7d7 !important;
  border-top: 1px solid #d7d7d7 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
body.single-product .betterdocs-faq-wrapper .betterdocs-faq-inner-wrapper .betterdocs-faq-group .betterdocs-faq-main-content {
  margin-top: 16px !important;
}

.woocommerce {
  /**
   * Getting rid of WooCommerce default crap
   */
}
.woocommerce ul#shipping_method {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 0;
  padding-left: 15px;
}
.woocommerce ul#shipping_method li {
  align-items: flex-start;
  display: flex;
  grid-gap: 10px;
  margin: 0 0 10px;
  width: 100%;
}
.woocommerce ul#shipping_method li label {
  display: flex;
  flex: 1;
  font-weight: normal;
  grid-gap: 15px;
  justify-content: space-between;
  line-height: 20px;
  text-align: left;
}
.woocommerce ul#shipping_method li input {
  margin: 0;
  min-height: 20px;
}
.woocommerce ul#shipping_method li .amount {
  font-weight: normal;
}
@media all and (max-width: 1023px) {
  .woocommerce table.shop_table_responsive {
    font-size: 14px;
  }
  .woocommerce table.shop_table_responsive tbody, .woocommerce table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tbody tr {
    padding: 5px 0;
  }
  .woocommerce table.shop_table_responsive tbody tr:nth-child(odd) {
    background-color: var(--e-global-color-59268ea);
  }
}
.woocommerce table.shop_table_responsive tbody tr td {
  border: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
  justify-content: space-between;
  padding: 5px 15px;
}
.woocommerce table.shop_table_responsive tbody tr td:before {
  content: attr(data-title);
  flex: 1;
  float: none;
  font-weight: 600;
  text-align: left;
}
@media all and (min-width: 768px) {
  .woocommerce table.shop_table_responsive tbody tr td:before {
    content: none;
  }
  .woocommerce table.shop_table_responsive tbody tr td {
    display: table-cell;
  }
}
@media all and (max-width: 1023px) {
  .woocommerce table.shop_table_responsive thead {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce .cart_totals table {
    padding: 10px 0;
  }
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  margin: 30px 0 0;
  padding: 10px 0;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr {
  display: flex;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr:not(.cart_item), .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr:not(.cart_item), .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr:not(.cart_item) {
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart_item, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr.cart_item {
  padding-left: 15px;
  justify-content: flex-end;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr.deposit-buttons, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.deposit-buttons, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr.deposit-buttons {
  display: none;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr.fee td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.fee td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr.fee td {
  font-weight: normal;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr td {
  text-align: right;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr td.product-name, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr td.product-name {
  padding-left: 15px;
  text-align: left;
  width: 100%;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody tr th, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  text-align: left;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th {
  border: none;
  padding: 5px 15px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
}

.hidden-title-form {
  display: none;
  margin-bottom: 30px;
  width: 100%;
}
.hidden-title-form input {
  float: left;
  max-width: 300px;
}
.hidden-title-form .edit-title-buttons {
  align-items: center;
  display: flex;
  float: left;
  margin-left: 10px;
}
.hidden-title-form .edit-title-buttons a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.hidden-title-form .edit-title-buttons a i {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  line-height: 24px;
  min-width: 42px;
  width: 42px;
}

.yith-wcwl-share ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.yith-wcwl-share ul i {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 42px;
  width: 42px;
}

.wishlist_table {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.wishlist_table.mobile li {
  padding: 15px;
}
.wishlist_table.mobile li:nth-child(odd) {
  background-color: var(--e-global-color-59268ea);
}
.wishlist_table.mobile li table.additional-info {
  margin: 0;
  width: auto;
}
.wishlist_table.mobile li table.additional-info td {
  border: none;
  font-size: 12px;
  padding: 0 10px 0 0;
  width: auto !important;
}
.wishlist_table.mobile li table.additional-info td.label {
  font-weight: 600;
  text-align: left;
}
.wishlist_table.mobile li table.additional-info td.value {
  text-align: left;
}
.wishlist_table.mobile li .additional-info-wrapper {
  display: flex;
  grid-gap: 5px;
  justify-content: flex-start;
}
.wishlist_table.mobile li .item-wrapper {
  margin-bottom: 15px;
  width: auto;
}
.wishlist_table.mobile li .product-remove a {
  line-height: normal !important;
  padding: 6px 25px !important;
}
.wishlist_table .product-add-to-cart {
  margin-bottom: 0 !important;
}
.wishlist_table .product-add-to-cart a {
  align-items: center;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  display: flex;
  font-family: var(--e-global-typography-e7c442d-font-family), Sans-serif;
  font-size: var(--e-global-typography-e7c442d-font-size);
  font-weight: var(--e-global-typography-e7c442d-font-weight);
  justify-content: center;
  letter-spacing: var(--e-global-typography-e7c442d-letter-spacing);
  line-height: var(--e-global-typography-e7c442d-line-height);
  max-width: 210px;
  padding: 3px 15px;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
  width: 100%;
}
.wishlist_table .product-add-to-cart a:hover {
  background-color: #333;
}
.wishlist_table .product-add-to-cart a:after {
  content: "+";
  color: var(--e-global-color-f89a055);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 300;
  margin-left: 16px;
}
.wishlist_table .product-name a {
  color: inherit;
}
.wishlist_table .product-name h3 {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: 18px;
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: 1.3;
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  margin: 0 0 15px;
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}
.wishlist_table.traditional .product-remove .remove_from_wishlist {
  color: red;
  font-size: 24px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: auto;
  text-align: center;
  width: 30px;
}

.wishlist-title-container h2 {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: 24px;
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  margin: 0 0 15px;
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}
.wishlist-title-container .wishlist-title {
  margin: 0 0 15px;
}

.woocommerce-wishlist .woocommerce a.button.add_to_cart_button, .woocommerce-wishlist .woocommerce a.button.add_to_cart_button:hover {
  background-color: var(--e-global-color-b8e2a95);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3b7ac29);
  border-radius: 6px 6px 6px 6px;
  color: var(--e-global-color-1bfa21c);
  font-family: var(--e-global-typography-a6496dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-a6496dd-font-size);
  font-weight: var(--e-global-typography-a6496dd-font-weight);
  line-height: normal;
  letter-spacing: var(--e-global-typography-a6496dd-letter-spacing);
  word-spacing: var(--e-global-typography-a6496dd-word-spacing);
  fill: var(--e-global-color-1bfa21c);
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  color: var(--e-global-color-766984f);
  font-family: var(--e-global-typography-c5fefd3-font-family), Sans-serif;
  font-size: 24px;
  font-weight: var(--e-global-typography-c5fefd3-font-weight);
  line-height: var(--e-global-typography-c5fefd3-line-height);
  letter-spacing: var(--e-global-typography-c5fefd3-letter-spacing);
  margin: 0 0 15px;
  word-spacing: var(--e-global-typography-c5fefd3-word-spacing);
}

.wishlist_table .product-thumbnail a {
  max-width: 130px !important;
  width: 100%;
}
.wishlist_table .product-thumbnail img {
  max-width: 130px;
}
@media (min-width: 1400px) {
  .wishlist_table .product-thumbnail img {
    width: 130px !important;
    height: auto;
  }
}

/**
 * Shared Cart/Checkout page layout
 */
.woocommerce-cart:not([class*=elementor-page-]) .site-main,
.woocommerce-checkout:not([class*=elementor-page-]) .site-main {
  max-width: none;
  padding: 0 15px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart:not([class*=elementor-page-]) .site-main,
  .woocommerce-checkout:not([class*=elementor-page-]) .site-main {
    padding: 0 60px;
  }
}
.woocommerce-cart:not([class*=elementor-page-]) .site-main .page-content,
.woocommerce-checkout:not([class*=elementor-page-]) .site-main .page-content {
  margin: auto;
  max-width: 1000px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart:not([class*=elementor-page-]) .site-main .page-content,
  .woocommerce-checkout:not([class*=elementor-page-]) .site-main .page-content {
    max-width: 1300px;
  }
}
.woocommerce-cart .wc-checkout-container,
.woocommerce-checkout .wc-checkout-container {
  padding: 30px 0;
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .wc-checkout-container,
  .woocommerce-checkout .wc-checkout-container {
    padding: 0 0 60px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container,
  .woocommerce-checkout .wc-checkout-container {
    padding: 30px 0 60px;
  }
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents {
    display: grid;
    grid-gap: 30px;
  }
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents:not(.woocommerce-cart .wc-checkout-container .wc-checkout-contents--1col,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents--1col),
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents:not(.woocommerce-cart .wc-checkout-container .wc-checkout-contents--1col,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents--1col) {
    grid-template-columns: 60% auto;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents {
    grid-gap: 0;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents {
    grid-gap: 0;
  }
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents:not(.woocommerce-cart .wc-checkout-container .wc-checkout-contents--1col,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents--1col),
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents:not(.woocommerce-cart .wc-checkout-container .wc-checkout-contents--1col,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents--1col) {
    grid-template-columns: 62% 38%;
  }
}
.woocommerce-cart .wc-checkout-container .wc-checkout-contents__bottom,
.woocommerce-checkout .wc-checkout-container .wc-checkout-contents__bottom {
  background-color: var(--e-global-color-59268ea);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  max-width: 100vw;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__bottom,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__bottom {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__bottom,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__bottom {
    grid-row: 2;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__bottom,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__bottom {
    background: none;
    margin: 0;
    padding: 60px 0 0;
  }
}
.woocommerce-cart .wc-checkout-container .wc-checkout-contents__main:last-child,
.woocommerce-checkout .wc-checkout-container .wc-checkout-contents__main:last-child {
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__main,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__main {
    grid-column: 1;
    grid-row: 1;
  }
}
.woocommerce-cart .wc-checkout-container .wc-checkout-contents__side,
.woocommerce-checkout .wc-checkout-container .wc-checkout-contents__side {
  margin-top: 60px;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__side,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__side {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
}
@media all and (min-width: 1024px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__side,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__side {
    border-left: 4px double var(--e-global-color-728874d);
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-contents__side,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-contents__side {
    margin-left: 60px;
    padding-left: 60px;
  }
}
.woocommerce-cart .wc-checkout-container .wc-checkout-heading,
.woocommerce-checkout .wc-checkout-container .wc-checkout-heading {
  margin-bottom: 30px;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-heading,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-heading {
    margin-bottom: 45px;
  }
}
.woocommerce-cart .wc-checkout-container .wc-checkout-heading h1,
.woocommerce-checkout .wc-checkout-container .wc-checkout-heading h1 {
  color: var(--e-global-color-5d0f723);
  font-family: var(--e-global-typography-e2ff88f-font-family), Sans-serif;
  font-size: 36px;
  font-weight: var(--e-global-typography-e2ff88f-font-weight);
  line-height: var(--e-global-typography-e2ff88f-line-height);
  letter-spacing: var(--e-global-typography-e2ff88f-letter-spacing);
  margin: 0;
  padding: 0;
  word-spacing: var(--e-global-typography-e2ff88f-word-spacing);
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .wc-checkout-container .wc-checkout-heading h1,
  .woocommerce-checkout .wc-checkout-container .wc-checkout-heading h1 {
    font-size: var(--e-global-typography-e2ff88f-font-size);
  }
}

/**
 * Extra shared Cart/Checkout styles
 */
.woocommerce-cart .cart-additional-notes,
.woocommerce-checkout .cart-additional-notes,
.type-product .cart-additional-notes {
  border: 1px solid var(--e-global-color-f89a055);
  border-radius: 4px;
  display: none;
  margin-top: 45px;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .cart-additional-notes,
  .woocommerce-checkout .cart-additional-notes,
  .type-product .cart-additional-notes {
    display: block;
  }
}
.woocommerce-cart .cart-additional-notes .additional-note,
.woocommerce-checkout .cart-additional-notes .additional-note,
.type-product .cart-additional-notes .additional-note {
  display: flex;
  grid-gap: 12px;
}
.woocommerce-cart .cart-additional-notes .additional-note + .additional-note,
.woocommerce-checkout .cart-additional-notes .additional-note + .additional-note,
.type-product .cart-additional-notes .additional-note + .additional-note {
  margin-top: 15px;
}
.woocommerce-cart .cart-additional-notes .additional-note__icon i,
.woocommerce-checkout .cart-additional-notes .additional-note__icon i,
.type-product .cart-additional-notes .additional-note__icon i {
  display: block;
  font-size: 18px;
}
.woocommerce-cart .cart-additional-notes .additional-note__text,
.woocommerce-checkout .cart-additional-notes .additional-note__text,
.type-product .cart-additional-notes .additional-note__text {
  font-family: var(--e-global-color-text), Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce-cart .coupon-codes,
.woocommerce-checkout .coupon-codes,
.type-product .coupon-codes {
  margin-bottom: 18px;
  transition: opacity 0.15s ease;
}
@media all and (min-width: 1400px) {
  .woocommerce-cart .coupon-codes,
  .woocommerce-checkout .coupon-codes,
  .type-product .coupon-codes {
    margin-bottom: 35px;
  }
}
.woocommerce-cart .coupon-codes.processing,
.woocommerce-checkout .coupon-codes.processing,
.type-product .coupon-codes.processing {
  opacity: 0.5;
}
.woocommerce-cart .coupon-codes.processing a.woocommerce-remove-coupon,
.woocommerce-checkout .coupon-codes.processing a.woocommerce-remove-coupon,
.type-product .coupon-codes.processing a.woocommerce-remove-coupon {
  pointer-events: none;
}
.woocommerce-cart .coupon-codes--real,
.woocommerce-checkout .coupon-codes--real,
.type-product .coupon-codes--real {
  display: none;
}
.woocommerce-cart .coupon-codes .coupon-code-applied,
.woocommerce-checkout .coupon-codes .coupon-code-applied,
.type-product .coupon-codes .coupon-code-applied {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 12px;
}
.woocommerce-cart .coupon-codes .coupon-code-applied .coupon-badge,
.woocommerce-checkout .coupon-codes .coupon-code-applied .coupon-badge,
.type-product .coupon-codes .coupon-code-applied .coupon-badge {
  background-color: var(--e-global-color-accent);
  border-radius: 10px;
  color: var(--e-global-color-secondary);
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  grid-gap: 15px;
  line-height: 20px;
  margin-top: 12px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
}
.woocommerce-cart .coupon-codes .coupon-code-applied .coupon-badge i,
.woocommerce-checkout .coupon-codes .coupon-code-applied .coupon-badge i,
.type-product .coupon-codes .coupon-code-applied .coupon-badge i {
  color: var(--e-global-color-secondary);
  display: block;
  font-size: 14px;
  line-height: inherit;
}
.woocommerce-cart .coupon-codes .coupon-code-form,
.woocommerce-checkout .coupon-codes .coupon-code-form,
.type-product .coupon-codes .coupon-code-form {
  display: flex;
}
.woocommerce-cart .coupon-codes .coupon-code-form button,
.woocommerce-checkout .coupon-codes .coupon-code-form button,
.type-product .coupon-codes .coupon-code-form button {
  align-items: center;
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  border-radius: 0 6px 6px 0;
  color: #fff;
  display: flex;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 500;
  grid-gap: 10px;
  padding: 0 18px 0 25px;
}
.woocommerce-cart .coupon-codes .coupon-code-form button i,
.woocommerce-checkout .coupon-codes .coupon-code-form button i,
.type-product .coupon-codes .coupon-code-form button i {
  color: var(--e-global-color-025e736);
  font-size: 14px;
}
.woocommerce-cart .coupon-codes .coupon-code-form label,
.woocommerce-checkout .coupon-codes .coupon-code-form label,
.type-product .coupon-codes .coupon-code-form label {
  display: none;
}
.woocommerce-cart .coupon-codes .coupon-code-form .input-container,
.woocommerce-checkout .coupon-codes .coupon-code-form .input-container,
.type-product .coupon-codes .coupon-code-form .input-container {
  flex: 1;
  position: relative;
}
.woocommerce-cart .coupon-codes .coupon-code-form .input-container i,
.woocommerce-checkout .coupon-codes .coupon-code-form .input-container i,
.type-product .coupon-codes .coupon-code-form .input-container i {
  color: var(--e-global-color-67c23a8);
  display: block;
  left: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-cart .coupon-codes .coupon-code-form .input-container .input-text,
.woocommerce-checkout .coupon-codes .coupon-code-form .input-container .input-text,
.type-product .coupon-codes .coupon-code-form .input-container .input-text {
  border-radius: 6px 0 0 6px;
  padding-left: 40px;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table,
.type-product .wc-checkout-contents__side .cart_totals .shop_table {
  border: 1px solid #e6e9ec;
  margin: 30px 0 0;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table td, .woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table th,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table td,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table th,
.type-product .wc-checkout-contents__side .cart_totals .shop_table td,
.type-product .wc-checkout-contents__side .cart_totals .shop_table th {
  background: none;
  border: none;
  padding: 5px 15px;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table td,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table td,
.type-product .wc-checkout-contents__side .cart_totals .shop_table td {
  font-size: 14px;
  text-align: right;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table th,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table th,
.type-product .wc-checkout-contents__side .cart_totals .shop_table th {
  display: none;
}
@media all and (min-width: 768px) {
  .woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table th,
  .woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table th,
  .type-product .wc-checkout-contents__side .cart_totals .shop_table th {
    display: table-cell;
  }
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table th, .woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table td:before,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table th,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table td:before,
.type-product .wc-checkout-contents__side .cart_totals .shop_table th,
.type-product .wc-checkout-contents__side .cart_totals .shop_table td:before {
  color: var(--e-global-color-b2f47df);
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.deposit-buttons,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.deposit-buttons,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.deposit-buttons {
  display: none;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.discounts span.discount,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.discounts span.discount,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.discounts span.discount {
  background-color: var(--e-global-color-accent);
  border-radius: 10px;
  color: var(--e-global-color-secondary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-right: -10px;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping a.shipping-calculator-button,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping a.shipping-calculator-button,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping a.shipping-calculator-button {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping .woocommerce-shipping-destination,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping .woocommerce-shipping-destination,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping .woocommerce-shipping-destination {
  margin: 10px 0;
  width: 100%;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator .form-row,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator .form-row,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator .form-row {
  padding: 0;
  width: 100%;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button {
  font-family: var(--e-global-typography-a6496dd-font-family), Sans-serif;
  font-size: var(--e-global-typography-a6496dd-font-size);
  font-weight: var(--e-global-typography-a6496dd-font-weight);
  line-height: var(--e-global-typography-a6496dd-line-height);
  letter-spacing: var(--e-global-typography-a6496dd-letter-spacing);
  word-spacing: var(--e-global-typography-a6496dd-word-spacing);
  fill: var(--e-global-color-1bfa21c);
  color: var(--e-global-color-1bfa21c);
  background-color: var(--e-global-color-b8e2a95);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-3b7ac29);
  border-radius: 6px 6px 6px 6px;
  padding: 4px 15px 4px 15px;
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button:hover,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button:hover,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator button:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator section.shipping-calculator-form,
.woocommerce-checkout .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator section.shipping-calculator-form,
.type-product .wc-checkout-contents__side .cart_totals .shop_table tr.shipping form.woocommerce-shipping-calculator section.shipping-calculator-form {
  max-width: 400px;
  width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
.type-product .wc-proceed-to-checkout {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout .elementor-widget-button.cta-1 .elementor-button,
.woocommerce-checkout .wc-proceed-to-checkout .elementor-widget-button.cta-1 .elementor-button,
.type-product .wc-proceed-to-checkout .elementor-widget-button.cta-1 .elementor-button {
  font-size: 14px;
  font-weight: 500;
  padding: 13px 60px 13px 60px;
}

.woocommerce-cart .shipping-estimate,
.woocommerce-checkout .shipping-estimate,
.type-product .shipping-estimate {
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #e6e9ec;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
}
.woocommerce-cart .shipping-estimate #shipping-estimate__checkbox:checked + .shipping-estimate__details,
.woocommerce-checkout .shipping-estimate #shipping-estimate__checkbox:checked + .shipping-estimate__details,
.type-product .shipping-estimate #shipping-estimate__checkbox:checked + .shipping-estimate__details {
  max-height: 300px;
}
.woocommerce-cart .shipping-estimate #shipping-estimate__checkbox:not(:checked) + .shipping-estimate__details,
.woocommerce-checkout .shipping-estimate #shipping-estimate__checkbox:not(:checked) + .shipping-estimate__details,
.type-product .shipping-estimate #shipping-estimate__checkbox:not(:checked) + .shipping-estimate__details {
  max-height: 0;
}
.woocommerce-cart .shipping-estimate__details,
.woocommerce-checkout .shipping-estimate__details,
.type-product .shipping-estimate__details {
  font-size: 14px;
  overflow: hidden;
  transition: 0.3s;
  width: 100%;
}
.woocommerce-cart .shipping-estimate__details .message,
.woocommerce-checkout .shipping-estimate__details .message,
.type-product .shipping-estimate__details .message {
  padding: 12px 0 0;
}
.woocommerce-cart .shipping-estimate__icon i,
.woocommerce-checkout .shipping-estimate__icon i,
.type-product .shipping-estimate__icon i {
  color: var(--e-global-color-f89a055);
  font-size: 32px;
}
.woocommerce-cart .shipping-estimate__label,
.woocommerce-checkout .shipping-estimate__label,
.type-product .shipping-estimate__label {
  color: var(--e-global-color-b2f47df);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
.woocommerce-cart .shipping-estimate__overview,
.woocommerce-checkout .shipping-estimate__overview,
.type-product .shipping-estimate__overview {
  flex: 1;
}
.woocommerce-cart .shipping-estimate__value,
.woocommerce-checkout .shipping-estimate__value,
.type-product .shipping-estimate__value {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
.woocommerce-cart .shipping-estimate__trigger__button,
.woocommerce-checkout .shipping-estimate__trigger__button,
.type-product .shipping-estimate__trigger__button {
  align-items: center;
  color: var(--e-global-color-67c23a8);
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  grid-gap: 14px;
  justify-content: flex-end;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}
.woocommerce-cart .shipping-estimate__trigger__button i,
.woocommerce-checkout .shipping-estimate__trigger__button i,
.type-product .shipping-estimate__trigger__button i {
  font-size: 14px;
}

.type-product .shipping-estimate {
  background-color: #fff;
}

/**
 * Columns Layout
 */
.woocommerce-columns, .u-columns {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  content: none;
}

/**
 * Messages
 */
.woocommerce-info {
  background-color: var(--e-global-color-secondary);
  border: none;
  border-radius: 6px;
  color: #ccc;
}

.woocommerce-notices-wrapper,
.e-woocommerce-notices-wrapper,
.checkout-form-errors {
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.e-woocommerce-notices-wrapper .woocommerce-message,
.e-woocommerce-notices-wrapper .woocommerce-error,
.e-woocommerce-notices-wrapper .woocommerce-info,
.checkout-form-errors .woocommerce-message,
.checkout-form-errors .woocommerce-error,
.checkout-form-errors .woocommerce-info {
  background-color: var(--e-global-color-secondary);
  border: none;
  border-radius: 6px;
  color: #ccc;
}
@media all and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-info,
  .e-woocommerce-notices-wrapper .woocommerce-message,
  .e-woocommerce-notices-wrapper .woocommerce-error,
  .e-woocommerce-notices-wrapper .woocommerce-info,
  .checkout-form-errors .woocommerce-message,
  .checkout-form-errors .woocommerce-error,
  .checkout-form-errors .woocommerce-info {
    font-size: 12px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message strong,
.woocommerce-notices-wrapper .woocommerce-error strong,
.woocommerce-notices-wrapper .woocommerce-info strong,
.e-woocommerce-notices-wrapper .woocommerce-message strong,
.e-woocommerce-notices-wrapper .woocommerce-error strong,
.e-woocommerce-notices-wrapper .woocommerce-info strong,
.checkout-form-errors .woocommerce-message strong,
.checkout-form-errors .woocommerce-error strong,
.checkout-form-errors .woocommerce-info strong {
  font-weight: 600;
}

.single-product .woocommerce-notices-wrapper {
  max-width: 90%;
  margin: 0 auto;
}
.single-product .woocommerce-notices-wrapper:not(:empty) {
  padding: 15px;
}
@media screen and (min-width: 1025px) {
  .single-product .woocommerce-notices-wrapper {
    max-width: 30%;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-error, .single-product .woocommerce-notices-wrapper .woocommerce-info, .single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin: 0;
  padding-right: 1em;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error + .woocommerce-message,
.single-product .woocommerce-notices-wrapper .woocommerce-error + .woocommerce-info,
.single-product .woocommerce-notices-wrapper .woocommerce-message + .woocommerce-info {
  margin-top: 10px;
}

/**
 * Add Payment form
 */
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 12px;
}

body.yotpo-show-review-form .yotpo .write-review-wrapper {
  display: block;
}
body.yotpo-show-review-form .main-widget .write-question-review-buttons-container,
body.yotpo-show-review-form .yotpo .new-yotpo-small-box,
body.yotpo-show-review-form .yotpo .yotpo-nav-content {
  display: none;
}

body .yotpo div, body .yotpo span, body .yotpo p, body .yotpo a, body .yotpo img, body .yotpo i, body .yotpo strong, body .yotpo sup, body .yotpo ul, body .yotpo li, body .yotpo form, body .yotpo label {
  font-family: var(--e-global-typography-text-font-family);
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 1.5em;
}
body .yotpo .yotpo-regular-box {
  margin: 0;
  padding: 0;
}
body .main-widget .reviews-qa-labels-container {
  float: none;
  position: static;
}
body .yotpo .yotpo-label-container .yotpo-powered {
  font-size: 12px;
}
body .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star, body .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star, body .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star, body .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star, body .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star, body .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 20px;
}
body .yotpo .yotpo-bottomline .yotpo-icon-star, body .yotpo .yotpo-bottomline .yotpo-icon-half-star, body .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: var(--e-global-color-accent);
}
body .yotpo .yotpo-logo-link-new > * {
  color: var(--e-global-color-primary);
}
body .yotpo .write-review .yotpo-header {
  margin: 15px 0 30px;
}
body .yotpo .write-review .yotpo-header .yotpo-header-title {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
body .yotpo .yotpo-mandatory-explain {
  font-size: 15px;
}
body .yotpo .y-label, body .yotpo span.y-label {
  margin: 0 0 10px;
  padding: 0;
}
body .yotpo .write-review .yotpo-header .yotpo-icon {
  color: var(--e-global-color-accent);
  font-size: 32px;
}
body .yotpo .form-group .form-element .y-input {
  margin: 0;
}
body .yotpo .write-review .connect-wrapper .form-element,
body .yotpo .form-group .form-element {
  margin-bottom: 15px;
}
body .yotpo input, body .yotpo .y-input {
  height: 40px;
  outline: none;
}
body textarea.y-input {
  height: auto;
  min-height: 100px;
}
body .yotpo .primary-color-btn, body .yotpo input[type=button].primary-color-btn {
  background-color: var(--e-global-color-primary);
  border-radius: 3px;
  font-size: 16px;
}
body .bottom-line-items {
  align-items: center;
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: auto 1fr;
}
body .bottom-line-items .avg-score {
  color: var(--e-global-color-text);
  float: none;
  font-size: 48px;
  font-weight: 700;
  grid-column: 1;
  grid-row: 1/span 2;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: auto;
}
body .bottom-line-items .reviews-qa-labels-container {
  float: none;
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  padding: 0;
}
body .bottom-line-items .yotpo-filter-stars {
  float: none;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
}
body .new-yotpo-small-box.reviews {
  margin: 0;
}
body .main-widget .yotpo-reviews-header, body .main-widget .yotpo-reviews-filters {
  border: none;
  margin: 0;
  padding: 0;
}
body .yotpo .filters-container {
  border-top: 1px solid #e3e3e3 !important;
  display: none !important;
  margin-top: 30px;
  padding: 15px 0;
}
body .yotpo .filters-container .filters-container-title {
  color: #6A6C77;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-color {
  color: var(--e-global-color-primary);
}
body .mobile-filters-modal .mobile-filters-footer-btn {
  background-color: var(--e-global-color-primary);
}
body .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button input[type=radio]:checked + .radio-label:before {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
body .mobile-filters-modal .mobile-filters-container .mobile-single-filter .mobile-filter-radio-buttons .mobile-filter-radio-button .radio-selected-star-color {
  color: var(--e-global-color-primary);
}
body .yotpo-icon-btn.more-filters-btn {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  grid-gap: 10px !important;
}
body .yotpo-visible-mobile.mobile-more-filters-container {
  padding: 0 0 15px;
}
body .main-widget .write-question-review-buttons-container {
  float: none;
  margin-top: 30px;
}
body .main-widget .bottom-line-items {
  text-align: left;
}
body .main-widget .reviews-qa-labels-container, body .main-widget .rating-stars-container {
  height: auto !important;
  line-height: 1;
}
body .main-widget .rating-stars-container .rating-star {
  height: auto !important;
  line-height: 1;
}
body .yotpo .yotpo-nav ul {
  display: flex;
  flex-wrap: wrap;
  float: none;
  grid-gap: 15px;
}
body .yotpo .yotpo-nav ul li {
  float: none;
  margin: 0;
}
body .yotpo .yotpo-nav ul li span {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 12px;
  font-weight: 600;
}
body .yotpo-nav-content .yotpo-reviews-header {
  margin: 0;
  padding: 15px 0 0;
}
body .yotpo-nav-content .yotpo-reviews-header .reviews-header .reviews-amount {
  color: #6A6C77;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, body .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter, body .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  position: static;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  line-height: 45px;
  text-align: center;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-user-name, body .yotpo .yotpo-comment .yotpo-header .yotpo-user-name, body .yotpo .yotpo-question .yotpo-header .yotpo-user-name, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-user-name {
  float: none;
  margin: 0;
}
body .yotpo-reviews .yotpo-review.yotpo-regular-box {
  padding: 30px 0 !important;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-question .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
  margin: 0;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, body .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, body .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: var(--e-global-color-secondary);
  float: none;
  font-size: 16px;
  padding-left: 3px;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, body .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, body .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: var(--e-global-color-accent);
}
body .yotpo .yotpo-review .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-question .yotpo-header .yotpo-review-stars, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
  float: none;
}
body .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, body .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  background-color: var(--e-global-color-primary);
}
body .yotpo .primary-color-btn:hover, body .yotpo input[type=button].primary-color-btn:hover {
  background-color: var(--e-global-color-primary) !important;
}
body .write-question-wrapper .yotpo-header-title,
body .write-review-wrapper .yotpo-header-title {
  color: #6A6C77;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
body .write-question-wrapper .write-review {
  padding-top: 15px;
}
body .write-question-wrapper .write-review .connect-wrapper {
  padding-left: 0;
}
body .write-question-wrapper .write-review .submit-button .form-input-error {
  margin: 20px 0;
}
body span.form-input-error {
  font-size: inherit !important;
}
body .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span, body .yotpo .yotpo-modal-dialog .yotpo-thank-you .yotpo-thankyou-header span {
  color: var(--e-global-color-primary) !important;
}
body .write-question-review-buttons-container .write-question-review-button .write-question-review-button-icon {
  color: var(--e-global-color-primary) !important;
}
body .yotpo-messages {
  margin-top: 15px !important;
}
body .yotpo .yotpo-default-button {
  font-family: var(--e-global-typography-text-font-family);
  font-size: 14px;
}
body .yotpo-questions .yotpo-first-review .yotpo-first-review-content .yotpo-default-button {
  background: var(--e-global-color-secondary);
}
body .yotpo .yotpo-icon-btn {
  display: flex;
  align-items: center;
  line-height: 1;
}

#suma-dealer-locator {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  #suma-dealer-locator {
    height: auto;
  }
}
#suma-dealer-locator.layout-modern .layout-col-1 {
  height: calc(100% - 20px);
  max-height: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #suma-dealer-locator.layout-modern .layout-col-1 {
    display: block;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .btn-load {
  background-color: var(--e-global-color-secondary);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-family: var(--e-global-typography-e7c442d-font-family);
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  padding: 0 30px;
  transition: 0.3s;
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column .address {
  width: auto;
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column .address input {
  line-height: normal;
  padding: 0.5rem 1rem;
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column .geo-coords-active {
  background-color: #eee;
  display: flex;
  align-items: center;
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column .geo-coords-active .text {
  margin-left: 15px;
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column button {
  line-height: normal;
  border: solid 1px var(--e-global-color-728874d);
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-1 .address-column button:hover {
  background-color: var(--e-global-color-728874d);
}
#suma-dealer-locator.layout-modern .layout-col-1 .lookup .lookup-row-2 select {
  line-height: normal;
  padding: 0.5rem 1rem;
}
#suma-dealer-locator.layout-modern .layout-col-1 .results {
  max-height: none;
}
#suma-dealer-locator.layout-modern .layout-col-1 .results .result-details {
  line-height: 1.4em;
}
#suma-dealer-locator.layout-modern .layout-col-1 .results .result-details .directions {
  color: var(--e-global-color-text);
  display: -ms-flex;
  display: flex;
  font-family: var(--e-global-typography-e7c442d-font-family);
  font-size: 13px;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 24px;
}
#suma-dealer-locator.layout-modern .layout-col-2 {
  height: 100%;
  max-height: none;
}
@media screen and (max-width: 767px) {
  #suma-dealer-locator.layout-modern .layout-col-2 {
    height: 400px;
  }
}

.translatepress-de_DE {
  /*#product-details-pricing-container{
      max-width:100%;
      .single_add_to_cart_button{
          padding:13px 10px!important;
      }
      .elementor-widget-wc-add-to-cart-form{
          @media all and (min-width: 1400px) {
              --container-widget-width: 65%;
          }
          @media all and (min-width: 1600px) {
              --container-widget-width: 50%;
          }
          .single_add_to_cart_button{
              @media all and (max-width: 600px) {
                  font-size: 12px;
              }
          }
      }
  }*/
}
@media (min-width: 1400px) {
  .translatepress-de_DE.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .cart_item {
    grid-template-columns: 120px 1fr 100px 1fr;
  }
}
.translatepress-de_DE .back-to-top {
  width: 60px;
}

.trp_language_switcher_shortcode * {
  cursor: pointer !important;
}
.trp_language_switcher_shortcode .trp-language-switcher {
  height: 30px;
  border: none;
}
.trp_language_switcher_shortcode .trp-language-switcher > div {
  width: 100% !important;
  background: transparent;
  border: none;
  padding: 3px 20px 3px 13px;
}
.trp_language_switcher_shortcode .trp-language-switcher div a {
  font-size: 12px;
  color: #FFF;
  padding: 3px 12px;
}
.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
  top: 30px !important;
  background: #FFF;
  border-color: #7E1A4F;
  border-width: 0 1px 1px;
  border-style: solid;
}
.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a {
  color: #000;
}
.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a.trp-ls-disabled-language {
  display: none;
}
.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language.trp-ls-clicked {
  visibility: visible !important;
}
.trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language :after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 12px;
  color: #FFF;
}

#trp_ald_modal_container #trp_ald_modal_popup {
  background-color: #000000;
  border: none;
  color: #FFF;
}
#trp_ald_modal_container #trp_ald_modal_popup .trp_ald_button #trp_ald_popup_change_language {
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  background: rgb(170, 3, 83);
  background: linear-gradient(135deg, rgb(170, 3, 83) 0%, rgb(243, 87, 95) 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#aa0353", endColorstr="#f3575f", GradientType=1 );
  position: relative;
  border: none;
}
#trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea {
  width: 100%;
  color: #FFF !important;
}
#trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea span {
  color: #FFF !important;
  text-decoration: none;
}
#trp_ald_modal_container #trp_ald_modal_popup #trp_ald_x_button_and_textarea span:before {
  color: #FFF !important;
  margin-right: 5px;
}

.suma-notices .suma-warning {
  border: 2px solid #b81c23 !important;
  background-color: rgba(184, 28, 35, 0.1);
  color: black;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  border-radius: 6px;
  position: relative;
}
.suma-notices .suma-warning::before {
  content: "\e016";
  color: #b81c23;
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.suma-notices .suma-warning .product-violations > li {
  list-style-type: circle !important;
}
.suma-notices .suma-info-notice {
  border: 1px solid var(--e-global-color-f89a055) !important;
  background-color: transparent;
  color: black;
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.suma-notices .suma-info-notice::before {
  content: "\f05a";
  color: var(--e-global-color-f89a055);
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 1.5em;
  font-size: 1.1rem;
}
@media (max-width: 600px) {
  .suma-notices .suma-info-notice {
    padding: 1em 0.25em 1em 3.5em;
  }
}
.suma-notices .suma-info-notice-close {
  color: black;
  border: none;
  font-size: 1.25rem;
}
.suma-notices .suma-info-notice-close:hover {
  background-color: transparent;
}

.wp-2fa-configuration-form .wp-2fa-user-profile-form .button-primary, .wp-2fa-configuration-form .wp-2fa-user-profile-form .wp-2fa-button-primary {
  background-color: rgb(3, 0, 10) !important;
  color: #fff !important;
  border: none !important;
}
.wp-2fa-configuration-form .wp-2fa-user-profile-form .button-primary:hover, .wp-2fa-configuration-form .wp-2fa-user-profile-form .wp-2fa-button-primary:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
}
.wp-2fa-configuration-form .wp-2fa-user-profile-form .wp-2fa-button-secondary {
  border: 1px solid var(--e-global-color-3b7ac29) !important;
  transition: none !important;
}
.wp-2fa-configuration-form .wp-2fa-user-profile-form .wp-2fa-button-secondary:hover {
  box-shadow: none !important;
  border: 1px solid var(--e-global-color-3b7ac29) !important;
}
.wp-2fa-configuration-form .wp2fa-modal .modal__close, .wp-2fa-configuration-form .wp2fa-modal .modal_cancel {
  color: #333 !important;
}
.wp-2fa-configuration-form .wp2fa-modal button[value=Print] {
  display: none !important;
}
.wp-2fa-configuration-form .wp2fa-modal .wp-2fa-button-primary {
  background-color: rgb(3, 0, 10) !important;
  color: #fff !important;
  border: none !important;
}
.wp-2fa-configuration-form .wp2fa-modal .wp-2fa-button-primary:hover {
  background-color: #333 !important;
  color: #fff !important;
  border: none !important;
}
.wp-2fa-configuration-form .wp2fa-modal .wp-2fa-button-secondary {
  border: 1px solid var(--e-global-color-3b7ac29) !important;
  transition: none;
}
.wp-2fa-configuration-form .wp2fa-modal .wp-2fa-button-secondary:hover {
  box-shadow: none !important;
  border: 1px solid var(--e-global-color-3b7ac29) !important;
}
.wp-2fa-configuration-form .wp2fa-modal .modal__footer {
  display: flex;
  gap: 0.5rem;
}
.wp-2fa-configuration-form .wp2fa-modal .option-pill {
  margin-bottom: 1.5rem !important;
}
.wp-2fa-configuration-form .wp2fa-modal .option-pill .wp2fa-setup-actions {
  margin-top: 0.5rem;
}
.wp-2fa-configuration-form .wp2fa-modal h3 {
  display: block !important;
}
.wp-2fa-configuration-form h3:nth-of-type(1) {
  display: none;
}
.wp-2fa-configuration-form table[id="2fa-currently-configured-methods"] {
  display: none;
}
.wp-2fa-configuration-form table[id="2fa-configuration-options"] {
  display: none;
}
.wp-2fa-configuration-form table[id="2fa-user-global-configuration"] td {
  padding-bottom: 1rem !important;
  display: flex;
  gap: 0.5rem;
}
.wp-2fa-configuration-form table[id="2fa-user-global-configuration"] tr, .wp-2fa-configuration-form table[id="2fa-user-global-configuration"] td {
  background-color: transparent;
}
.wp-2fa-configuration-form table[id="2fa-user-global-configuration"] tr:hover, .wp-2fa-configuration-form table[id="2fa-user-global-configuration"] td:hover {
  background-color: transparent;
}
