/* WooCommerce price color override */
.woocommerce .price,
.woocommerce .woocommerce-Price-amount,
.woocommerce .price ins,
.woocommerce .price ins .woocommerce-Price-amount,
.woocommerce .price ins bdi,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: var(--e-global-color-primary) !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
.woocommerce .price del,
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .price del bdi,
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #c1c1c1 !important;
  font-size: 16px !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
  margin-right: 4px !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  border: 0px !important;
  background: transparent !important;
}

.form-newsletter .elementor-form .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
}
.form-newsletter .elementor-form .elementor-form-fields-wrapper .elementor-field-group-email {
  max-width: 350px;
}
.form-newsletter .elementor-form .elementor-form-fields-wrapper > div.e-form__buttons {
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
}

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