.woocommerce ul#shipping_method,
.woocommerce .woocommerce-shipping-destination,
.woocommerce .woocommerce-shipping-calculator {
  text-align: right;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart .product-thumbnail,
.elementor-widget-woocommerce-purchase-summary
  .tec-tickets__attendees-list-wrapper--woo,
.elementor-widget-woocommerce-my-account .tec-tickets__attendees-list-wrapper {
  display: none;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
  padding: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity {
  display: flex;
  justify-content: space-between;
}

.elementor-widget-woocommerce-purchase-summary,
.elementor-widget-woocommerce-purchase-summary table .tribe-attendee-meta td {
  color: var(--e-global-color-text) !important;
  font-size: var(--e-global-typography-text-font-size) !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* General*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:hover {
  padding: 12px 24px;
  border-radius: 4px;
  color: var(--e-global-color-a3e8163);
  background-color: var(--e-global-color-primary);
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
}

.woocommerce-variation.single_variation {
  margin-bottom: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock,
.woocommerce div.product form.cart .reset_variations {
  color: var(--e-global-color-secondary);
}

/* Quantity box */
.quantity {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  position: relative;
  width: 107px;
  align-items: center;
}

.quantity input.qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  padding: 0.4em 0;
  text-align: center;
  vertical-align: middle;
}

.quantity .cart-quantity-minus {
  border-radius: 4px 0 0 4px;
  order: 1;
}

.quantity .cart-quantity-plus {
  border-radius: 0 4px 4px 0;
  order: 3;
}

.quantity .cart-quantity-minus,
.quantity .cart-quantity-plus {
  line-height: 2;
  font-size: 25px;
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 0.6;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.quantity:after {
  border: 1px solid;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.quantity input.qty {
  text-align: center !important;
}
