@charset "UTF-8";
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #ee8d87;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ee8d87;
  --wc-primary-text: white;
  --wc-secondary: #f8f9fa;
  --wc-secondary-text: #606060;
  --wc-highlight: #26bb44;
  --wc-highligh-text: #e9f7ec;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * oEmbeds
   */
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: auto;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce .wp-block-woocommerce-cart.alignwide,
.woocommerce-page .wp-block-woocommerce-cart.alignwide {
  margin: 0 !important;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .woocommerce table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text {
    width: 160px;
  }
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #ee8d87;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #ee8d87;
  --wc-primary-text: white;
  --wc-secondary: #f8f9fa;
  --wc-secondary-text: #606060;
  --wc-highlight: #26bb44;
  --wc-highligh-text: #e9f7ec;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../../fonts/Woo/star.eot");
  src: url("../../fonts/Woo/star.eot?#iefix") format("embedded-opentype"), url("../../fonts/Woo/star.woff") format("woff"), url("../../fonts/Woo/star.ttf") format("truetype"), url("../../fonts/Woo/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../../fonts/Woo/WooCommerce.eot");
  src: url("../../fonts/Woo/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../../fonts/Woo/WooCommerce.woff") format("woff"), url("../../fonts/Woo/WooCommerce.ttf") format("truetype"), url("../../fonts/Woo/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #ee8d87;
  color: white;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url("../../../../../../plugins/woocommerce/assets/images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  border: 0;
}
.woocommerce small.note {
  display: block;
  color: var(--ebx-text-color);
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 0.875rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--ebx-text-color);
}
.woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
  color: var(--ebx-foreground-color);
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  padding: 0;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: inline-block;
  margin-right: 0.5em;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #26bb44;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images img {
  display: block;
  border-radius: var(--ebx-rounded--sm);
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 9;
  width: 36px;
  height: 36px;
  color: inherit;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
  background-image: url("../../../assets/img/zoom.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow-y: auto;
  zoom: 1;
  padding: 0;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    min-width: 20%;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: var(--ebx-text-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  background-color: transparent;
  border-bottom: 1px solid var(--ebx-foreground-color);
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product .eb-product-wishlist--is-active form.cart.grouped_form .button {
  width: calc(100% - 78px);
}
.woocommerce div.product form.cart {
  width: 100%;
  margin-top: 40px;
  *zoom: 1;
}
.woocommerce div.product form.cart:not(.variations_form):not(.grouped_form) {
  display: flex;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 20px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table tbody > tr:nth-child(odd) > td,
.woocommerce div.product form.cart table tbody > tr:nth-child(odd) > th,
.woocommerce div.product form.cart table tbody tr:hover > td,
.woocommerce div.product form.cart table tbody tr:hover > th {
  background-color: transparent;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  display: flex;
  width: 100%;
}
.woocommerce div.product form.cart .variations tbody {
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  flex: 1;
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist {
  margin-left: 20px;
  float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin: 0;
  margin-bottom: 0.25em;
  font-size: 1rem;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  min-width: 76px;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-size: 1rem;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(113, 113, 113, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0.5em 0;
  font-size: 0.875rem;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  right: 1em;
  animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  text-decoration: none;
  background-image: none;
}
.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  display: block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  padding-left: 0;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #f8f9fa;
  border: 1px solid var(--ebx-border-color);
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border-radius: var(--ebx-rounded--sm);
  border: 1px solid var(--ebx-border-color);
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #eff1f4;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 0.7em;
  width: 6.3em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: flex;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.4em 6px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted var(--ebx-border-color);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  vertical-align: top;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted var(--ebx-border-color);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  border-top: 0;
  border-bottom: 1px dotted var(--ebx-border-color);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_table {
  text-align: left;
  width: 100%;
}
.woocommerce table.shop_table th {
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  padding: 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce .woocommerce-cart-form__contents {
  margin: 0 -1px 24px 0;
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double #f8f9fa;
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 6px 0;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon {
  border: 1px solid var(--ebx-border-color);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #dae0e5;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 1.5em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  padding: 6px 12px 5px;
  margin-right: 4px;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text,
  #add_payment_method table.cart td.actions .coupon .input-text {
    margin-bottom: 8px;
  }
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #26bb44;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  padding: 2em;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order,
#add_payment_method #payment .place-order {
  padding-bottom: 1.5em;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 2em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: var(--ebx-light-color);
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #cbd3da;
  border-top-color: #bdc6d0;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #bdc6d0;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #bdc6d0;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #bdc6d0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#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-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../../../../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--ebx-light-color); /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  font-size: 0.83em;
  margin-left: 1.5rem;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 35px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `box-sizing(border-box);`
 */
/**
 * Objects
 */
/*-------------------------------------------------------*/
/* WooCommerce
/*-------------------------------------------------------*/
.woocommerce-cart .envisionx-envisionx-page-content {
  padding-bottom: 20px;
}

.envisionx-shop-section {
  padding: 64px 0;
}

@media only screen and (min-width: 1200px) {
  .envisionx-shop-content + .envisionx-sidebar {
    max-width: 320px;
    flex: 0 0 320px;
  }
}
.envisionx.single-product .site-main {
  max-width: 100%;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: none;
  padding: 0;
}
.woocommerce ul.products::before {
  content: none;
}
.woocommerce ul.products li.product .button {
  text-align: center;
  margin-top: 0.5em;
}
.woocommerce a.added_to_cart {
  display: block;
}
.woocommerce ul.products li.product a,
.woocommerce .woocommerce-cart-form a:hover,
.woocommerce .cart-collaterals a:hover,
.woocommerce .woocommerce-form-coupon-toggle a:hover,
.woocommerce .woocommerce-MyAccount-content a:hover,
.woocommerce .woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: none;
}

.envision-blocks-products-pagination {
  margin-top: 40px;
}

/* Categories Shortcode
-------------------------------------------------------*/
.product-category {
  position: relative;
}
.product-category a {
  display: block;
  overflow: hidden;
}
.product-category img {
  will-change: transform;
  transition: opacity var(--ebx-transition), transform var(--ebx-transition);
  transition-duration: 0.2s;
  margin-bottom: 0 !important;
}
.product-category a:hover img,
.product-category a:focus img {
  transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  background-color: #fff;
  padding: 9px 12px;
  font-size: 0.8125rem;
  border-radius: var(--ebx-rounded--sm);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50%;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
  background-color: transparent;
  padding: 0;
}

/* Variations Swatches
-------------------------------------------------------*/
.woo-variation-items-wrapper .variable-items-wrapper [data-wvstooltip]:before {
  font-size: var(--ebx-font-size--2x-small);
  margin-bottom: 4px;
  min-width: 50px;
}

.woo-variation-swatches .variable-items-wrapper {
  padding-left: 1px;
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
  --wvs-tooltip-background-color: var(--ebx-dark-color);
  --wvs-item-background-color: var(--ebx-background-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px var(--ebx-border-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  --wvs-selected-item-background-color: var(--ebx-background-color);
  --wvs-selected-item-text-color: var(--ebx-foreground-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  --wvs-selected-item-box-shadow: 0 0 0 2px var(--ebx-foreground-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  --wvs-hover-item-box-shadow: 0 0 0 3px var(--ebx-foreground-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-color: var(--ebx-border-color);
  color: var(--ebx-foreground-color);
}

.woocommerce.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item,
.woo-variation-swatches .summary .variations td span,
.woo-variation-swatches .eb-add-to-cart .variations td span,
.woocommerce.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
  border-radius: 30px;
}

.woocommerce.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
  padding: 0 10px;
  font-size: var(--ebx-font-size--x-small);
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 999px;
}

.woo-variation-swatches div.product form.cart .variations th,
.woo-variation-swatches div.product form.cart .variations td {
  padding: 0;
  line-height: 1.5;
}
.woo-variation-swatches div.product form.cart .variations td {
  padding-bottom: 0.75em;
  padding-top: 8px;
}
.woo-variation-swatches div.product form.cart .variations tr {
  display: block;
}
.woo-variation-swatches div.product form.cart .variations .woo-selected-variation-item-name {
  display: none;
}
.woo-variation-swatches div.product form.cart .variations .label {
  margin-top: 12px;
}

.woo-variation-swatches .summary .variations td label {
  padding-right: 10px;
}
.woo-variation-swatches .summary .variations td span {
  vertical-align: middle;
}

/* Mini Cart
-------------------------------------------------------*/
.woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: 10px !important;
  right: 0px;
  left: auto !important;
  z-index: 9;
}

.envision-blocks-offcanvas__mini-cart {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.envision-blocks-offcanvas__mini-cart-empty {
  padding: 6vh 0;
  text-align: center;
}
.envision-blocks-offcanvas__mini-cart-empty svg {
  width: 140px;
  height: 140px;
  stroke-width: 1;
  opacity: 0.5;
}

.woocommerce-mini-cart__empty-message {
  margin-top: 24px;
}

.eb-menu-wishlist,
.eb-menu-cart {
  position: relative;
  display: block;
}

.eb-item-counter {
  background-color: var(--ebx-foreground-color);
  color: var(--ebx-background-color);
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 0.625rem;
  line-height: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: -6px;
}

/* Result Count / Ordering
-------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: left;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right;
  }
}

/*-------------------------------------------------------*/
/* Archives
/*-------------------------------------------------------*/
.woocommerce .products ul,
.woocommerce ul.products {
  clear: both;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 0;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.woocommerce ul.products li.product {
  display: inline-block;
  position: relative;
  width: 100%;
  float: none;
  clear: none;
  min-height: 1px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce .columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce .columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*-------------------------------------------------------*/
/* Grid / Products
/*-------------------------------------------------------*/
.woocommerce .product,
.eb-product {
  position: relative;
}

.eb-product {
  overflow: hidden;
}

.eb-product__body {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.eb-product__overlay,
.eb-product .woocommerce-loop-product__link {
  position: absolute !important;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.eb-product__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.added_to_cart:focus {
  color: #fff;
}

.add_to_cart_button.added {
  display: none !important;
}

.woocommerce .eb-product__image-holder {
  border-radius: var(--ebx-rounded--sm);
  overflow: hidden;
  position: relative;
}
.woocommerce .eb-product__image-holder img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
  border-radius: var(--ebx-rounded--sm);
}
.woocommerce .eb-product-image-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  filter: blur(0);
  pointer-events: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.woocommerce ul.products .product:hover .eb-product-image-back {
  opacity: 1;
  transform: scale(1) translateZ(0) translateY(0) !important;
  pointer-events: inherit;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover, .woocommerce ul.products li.product a.woocommerce-loop-product__link:focus {
  color: var(--ebx-primary-color);
}
.woocommerce ul.products .eb-product__body .button {
  padding: 14px 24px;
}

/* Price
/*-------------------------------------------------------*/
.woocommerce ul.products li.product .price {
  color: var(--ebx-foreground-color);
}
.woocommerce ul.products li.product .price del {
  margin-right: 8px;
}

ins,
.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 500;
}

.woocommerce .price del {
  margin-right: 10px;
}

/* Onsale
-------------------------------------------------------*/
.woocommerce .wc-block-grid .wc-block-grid__product-onsale,
.woocommerce .wc-block-grid__product-image .wc-block-grid__product-onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce .product .onsale {
  font-family: var(--ebx-heading-font);
  position: absolute;
  z-index: 9;
  padding: 6px 11px;
  left: 10px;
  top: 10px;
  border-radius: 999px;
  right: auto;
  font-size: 0.6875rem;
  margin: 0;
  min-height: auto;
  line-height: 1;
  background-color: var(--ebx-dark-color);
  color: var(--ebx-light-color);
  text-transform: uppercase;
}
.woocommerce .wc-block-grid .wc-block-grid__product-onsale + .onsale,
.woocommerce .wc-block-grid__product-image .wc-block-grid__product-onsale + .onsale,
.woocommerce ul.products li.product .onsale + .onsale,
.woocommerce .product .onsale + .onsale {
  top: 40px;
}
.woocommerce .wc-block-grid .wc-block-grid__product-onsale.new,
.woocommerce .wc-block-grid__product-image .wc-block-grid__product-onsale.new,
.woocommerce ul.products li.product .onsale.new,
.woocommerce .product .onsale.new {
  background-color: var(--ebx-light-color);
  color: var(--ebx-dark-color);
}

/* Icons
-------------------------------------------------------*/
.eb-product__icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.eb-product__icons > div {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition: var(--ebx-transition--all);
  will-change: transform;
  margin-bottom: 0.5em;
}

.eb-product:hover .eb-product__icons > div {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Actions
-------------------------------------------------------*/
.eb-product__actions {
  position: absolute;
  display: flex;
  z-index: 1;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  will-change: transform;
  transition: transform 0.2s var(--ebx-transition);
}
.eb-product__actions > div {
  flex: 1 0 0;
  position: relative;
}
.eb-product__actions div > a.button,
.eb-product__actions div > .added_to_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  vertical-align: middle;
  margin-top: 0 !important;
  background-color: #fff;
  color: var(--ebx-slate-700-color);
  font-size: 0.8125rem;
  padding: 12px 8px;
  border-radius: 0;
  text-align: center;
}
.eb-product__actions div > a.button:hover, .eb-product__actions div > a.button:focus,
.eb-product__actions div > .added_to_cart:hover,
.eb-product__actions div > .added_to_cart:focus {
  outline-color: transparent;
  background-color: var(--ebx-secondary-color);
  color: var(--ebx-dark-color);
}
.eb-product__actions .ajax_add_to_cart.added {
  display: none;
}
.eb-product:hover .eb-product__actions {
  transform: translateY(0);
}

/* Quickview
-------------------------------------------------------*/
#yith-quick-view-modal.open .yith-wcqv-main {
  overflow-y: auto;
  border-radius: var(--ebx-rounded--sm);
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
}

.pswp--open .pswp__caption {
  display: none;
}

#yith-quick-view-close {
  right: 20px;
  top: 20px;
  font-size: 0;
  border: 0;
  opacity: 1;
}

.yith-wcqv-wrapper {
  height: auto !important;
}

#yith-quick-view-content .product {
  display: flex;
}
#yith-quick-view-content tr.product {
  display: table-row;
}
#yith-quick-view-content .woocommerce-product-gallery {
  padding-left: 0;
}
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary {
  flex: 1 0 50%;
  width: 50%;
  float: none;
}
#yith-quick-view-content div.summary {
  padding: 40px;
}
#yith-quick-view-content .woocommerce-product-gallery__wrapper,
#yith-quick-view-content .woocommerce-product-gallery__image,
#yith-quick-view-content .woocommerce-product-gallery__image img {
  height: 100%;
}
#yith-quick-view-content .woocommerce-product-gallery__image img {
  object-fit: cover;
}
#yith-quick-view-content .product_title.entry-title {
  font-size: 1.75rem;
}

/* Action icons
-------------------------------------------------------*/
.eb-product__action-icons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.eb-product__action-icons > div {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition: var(--ebx-transition--all);
  will-change: transform;
  margin-bottom: 0.5em;
}
.eb-product__action-icons > div:nth-child(2) {
  transition-delay: 0.1s;
}
.woocommerce .products .product:hover .eb-product__action-icons > div {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Add to Cart
-------------------------------------------------------*/
.woocommerce .products .eb-product__add-to-cart .added_to_cart {
  font-weight: 600;
  font-family: var(--ebx-heading-font);
}
.woocommerce .products .eb-product__add-to-cart .added_to_cart i {
  font-size: 15px;
  vertical-align: middle;
}
.woocommerce .products .eb-product__add-to-cart .add_to_cart_button.loading {
  opacity: 1;
}
.woocommerce .products .eb-product__add-to-cart .add_to_cart_button.loading i {
  display: none;
}
.woocommerce .products .eb-product__add-to-cart .add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}

/* Wishlist / QuickView
-------------------------------------------------------*/
.woocommerce .products .yith-wcwl-add-to-wishlist {
  text-align: center;
  margin-top: 0;
}
.woocommerce .products .yith-wcwl-add-button {
  text-align: center;
}
.woocommerce .products .add_to_wishlist,
.woocommerce .products .wishlist-url {
  position: relative;
  display: block;
}
.woocommerce .products .eb-product__action-icons-label,
.woocommerce .products .add_to_wishlist span,
.woocommerce .products .eb-product__quickview-button-label,
.woocommerce .products .wishlist-label {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 3px;
  margin-top: 3px;
  right: 120%;
  white-space: nowrap;
  background-color: var(--ebx-dark-color);
  opacity: 0.9;
  border-radius: 5px;
  padding: 4px 8px;
  line-height: 1.2;
  color: #fff;
  font-size: 0.8125rem;
}
.woocommerce .products .add_to_wishlist:hover svg,
.woocommerce .products .add_to_wishlist:focus svg,
.woocommerce .products .wishlist-url:hover svg,
.woocommerce .products .wishlist-url:focus svg {
  fill: var(--ebx-primary-color);
}
.woocommerce .products .add_to_wishlist:hover span,
.woocommerce .products .add_to_wishlist:focus span,
.woocommerce .products .wishlist-url:hover span,
.woocommerce .products .wishlist-url:focus span {
  visibility: visible;
  opacity: 1;
}
.woocommerce .products .yith-wcqv-button:hover svg,
.woocommerce .products .yith-wcqv-button:focus svg {
  stroke: var(--ebx-primary-color);
}
.woocommerce .products .yith-wcqv-button:hover span,
.woocommerce .products .yith-wcqv-button:focus span {
  visibility: visible;
  opacity: 1;
}
.woocommerce .products .yith-wcqv-button,
.woocommerce .products .yith-wcwl-icon {
  text-align: center;
  margin: 0;
  display: block;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 15px;
  background-color: #fff;
  color: var(--ebx-dark-color);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.woocommerce .products .yith-wcqv-button {
  overflow: hidden;
}

.add_to_wishlist:hover svg,
.add_to_wishlist:focus svg,
.wishlist-url:hover svg,
.wishlist-url:focus svg {
  display: block;
  -webkit-animation: heartBeat 0.6s infinite;
  animation: heartBeat 0.6s infinite;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  display: flex;
  flex-direction: column;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0;
  margin-left: auto;
}
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon {
  font-size: 16px;
}
.yith-wcwl-wishlistexistsbrowse:hover a,
.yith-wcwl-wishlistaddedbrowse:hover a {
  visibility: visible !important;
  opacity: 1 !important;
}

.wishlist_table .yith-wcqv-button {
  display: none;
}

#yith-wcwl-popup-message {
  border-radius: 5px;
  font-family: var(--ebx-heading-font);
}

.hidden-title-form .edit-title-buttons {
  top: calc(50% - 26px);
}

.wishlist-title-with-form .btn i {
  margin: 0 !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  margin-top: 1.5rem;
  float: none;
  text-align: center;
}

.yith-wcwl-share-title {
  font-size: 1rem;
}

.yith-wcwl-share ul {
  padding-left: 0;
}
.yith-wcwl-share li a {
  color: var(--ebx-foreground-color);
}
.yith-wcwl-share li a:hover {
  color: var(--ebx-primary-color);
}

@keyframes heartBeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes heartBeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Wishlist Page
-------------------------------------------------------*/
.woocommerce .wishlist_table .product-add-to-cart .add_to_cart {
  display: block !important;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  text-align: left;
}

.woocommerce .wishlist_table .product-add-to-cart a.button {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
@media only screen and (min-width: 769px) {
  .woocommerce .wishlist_table .product-add-to-cart a.button {
    max-width: 200px;
  }
}

.wishlist_table.shop_table {
  padding-left: 0;
}
.wishlist_table h3 {
  font-size: 1rem;
}
.wishlist_table .additional-info {
  width: 100%;
  font-weight: normal;
}
.wishlist_table .item-details-table {
  font-weight: normal;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  padding-left: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.wishlist_table.mobile li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ebx-border-color);
}
.wishlist_table .product-remove a {
  color: var(--ebx-text-color);
  opacity: 0.5;
  font-size: 0.875rem;
}
.wishlist_table .product-remove a:hover {
  opacity: 1;
}

.product-remove .fa-trash:before {
  content: "\f2ed";
}

/* Pagination
-------------------------------------------------------*/
.woocommerce-pagination {
  text-align: center;
  margin-top: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  overflow: visible;
}

/* Breadcrumbs
/*-------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
}
.woocommerce .woocommerce-breadcrumb svg,
.woocommerce-page .woocommerce-breadcrumb svg {
  margin: 0 6px;
}

/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/
.single-product .woocommerce-breadcrumb {
  justify-content: flex-start;
}
.single-product .woocommerce-breadcrumb + .envisionx-row {
  margin-top: 24px;
}

@media only screen and (min-width: 1025px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 60%;
    float: left;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 40%;
    float: right;
    padding-left: 72px;
  }
  .woocommerce .product .woocommerce-tabs {
    padding-top: 40px;
    clear: both;
  }
}
/* Slider
/*-------------------------------------------------------*/
.woocommerce-product-gallery__image {
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .woocommerce .woocommerce-product-gallery--with-gallery {
    padding-left: 116px;
  }
  .woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    float: left;
    width: 104px;
    max-height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .woocommerce .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 1025px) {
  .woocommerce div.product .eb-onsale--offset {
    left: 128px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 12px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    margin: 10px -5px 0 -5px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 4em;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  backface-visibility: hidden;
  overflow: hidden;
}

/* Summary
/*-------------------------------------------------------*/
.woocommerce div.product .product_title {
  font-size: var(--ebx-font-size--x-large);
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .woocommerce div.product .product_title {
    font-size: var(--ebx-font-size--3x-large);
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--ebx-foreground-color);
  font-size: 1.375rem;
}
.woocommerce .summary .price {
  margin-top: 16px;
  margin-bottom: 20px;
}
.woocommerce .quantity {
  border-radius: var(--ebx-rounded--sm);
  background-color: var(--ebx-background-color);
  border: 1px solid var(--ebx-border-color);
  display: inline-flex;
  align-items: center;
  transition: border-color 0.3s;
}
.woocommerce .quantity:hover, .woocommerce .quantity:focus {
  border-color: var(--ebx-foreground-color);
}
.woocommerce .quantity__button {
  user-select: none;
  cursor: pointer;
  width: 34px;
  height: 20px;
  padding: 0 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .quantity__button:hover, .woocommerce .quantity__button:focus {
  color: var(--ebx-foreground-color);
}
.woocommerce .quantity__button svg {
  width: 16px;
  height: 16px;
}
.woocommerce .quantity .qty {
  text-align: center;
  font-size: 1rem;
  width: 46px;
  line-height: 44px;
  padding: 0;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity {
  height: 56px;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
  font-weight: 400;
}
.woocommerce div.product .eb-single-product-actions {
  display: flex;
  margin-bottom: 2em;
  margin-top: 2em;
}
.woocommerce .product.sold-individually .quantity {
  display: none;
}
.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce div.product .summary .wishlist-url,
.woocommerce div.product .summary .add_to_wishlist,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .wishlist-url,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .add_to_wishlist {
  padding: 20px;
  border-radius: var(--ebx-rounded--sm);
  display: inline-flex;
  align-items: center;
  background-color: var(--ebx-light-color);
  fill: var(--ebx-foreground-color);
  color: var(--ebx-foreground-color);
}
.envision-blocks-scheme-dark .woocommerce div.product .summary .wishlist-url,
.envision-blocks-scheme-dark .woocommerce div.product .summary .add_to_wishlist,
.envision-blocks-scheme-dark .woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .wishlist-url,
.envision-blocks-scheme-dark .woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .add_to_wishlist {
  background-color: var(--ebx-slate-600-color);
  fill: #fff;
}
.woocommerce div.product .summary .wishlist-url i,
.woocommerce div.product .summary .add_to_wishlist i,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .wishlist-url i,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .add_to_wishlist i {
  font-size: 1rem;
  margin: 0;
}
.woocommerce div.product .summary .wishlist-url span,
.woocommerce div.product .summary .add_to_wishlist span,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .wishlist-url span,
.woocommerce div.product form.cart .button + .yith-wcwl-add-to-wishlist .add_to_wishlist span {
  display: none;
}
.woocommerce .product_meta {
  margin-top: 28px;
}
.woocommerce .product_meta a {
  color: var(--ebx-foreground-color);
}
.woocommerce .product_meta a:hover, .woocommerce .product_meta a:focus {
  color: var(--ebx-primary-color);
}
.woocommerce .product_meta > span {
  display: block;
  font-size: 0.875rem;
  color: var(--ebx-text-color--light);
}
.woocommerce .product_meta > span > span {
  color: var(--ebx-foreground-color);
}
.woocommerce div.product p.out-of-stock {
  color: var(--ebx-text-color);
  font-weight: normal;
}
.woocommerce .product-share {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--ebx-border-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce .product-share__label {
  font-weight: normal;
  margin-right: 16px;
}

.woocommerce div.product.sold-individually form.cart {
  display: block;
}
.woocommerce div.product form.cart .variations {
  position: relative;
}
.woocommerce div.product form.cart .variations td.value {
  padding-right: 0;
}
.woocommerce div.product form.cart .reset_variations {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  color: var(--ebx-text-color);
  opacity: 0.9;
}
.woocommerce div.product form.cart .reset_variations:hover {
  color: var(--ebx-primary-color);
}
.woocommerce div.product form.cart .variations select {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations .label {
  vertical-align: middle;
  padding-left: 0;
}
.woocommerce div.product form.cart .variations label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.woocommerce .woocommerce-variation.single_variation {
  margin-bottom: 24px;
}

.variable-item.color-variable-item:not(.radio-variable-item) {
  width: 24px;
  height: 24px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

.eb-back-to-cart {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.eb-back-to-cart a {
  display: block;
  margin-left: 5px;
}
.nav__holder .eb-back-to-cart {
  font-weight: normal;
}

/* Product Grouped 
/*-------------------------------------------------------*/
.woocommerce div.product form.cart .group_table {
  width: 100%;
  margin-bottom: 24px;
  font-size: 0.875rem;
}
.woocommerce div.product form.cart .group_table td {
  padding: 10px;
  vertical-align: middle;
  line-height: 1;
  border: 0;
  border-top: 1px solid var(--ebx-border-color);
}
.woocommerce div.product form.cart .group_table td:first-child {
  text-align: left;
  width: 10em;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce div.product form.cart .group_table .quantity {
  min-width: 100px;
  width: 100px;
  border: 0;
  margin: 0;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label label {
  font-size: inherit;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label a {
  color: var(--ebx-foreground-color);
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label a:hover, .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label a:focus {
  color: var(--ebx-primary-color);
}
.woocommerce div.product form.cart .group_table .amount {
  font-weight: normal;
}
.woocommerce div.product form.cart .group_table tr td:last-child {
  text-align: right;
}
.woocommerce div.product form.cart .group_table .add_to_cart_button {
  padding: 10px 16px;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: var(--ebx-font-size--2x-small);
  background-color: var(--ebx-light-color);
  color: var(--ebx-foreground-color);
}

.grouped_form .single_add_to_cart_button {
  width: 100%;
}

/* Description Tabs
/*-------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 60px;
  padding-top: 40px;
}
.woocommerce .woocommerce-tabs .panel h2 {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-Tabs-panel--description > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: var(--ebx-light-color);
  border-bottom: 1px solid var(--ebx-light-color);
  border-radius: var(--ebx-rounded--xs);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: var(--ebx-heading-font-weight);
  font-family: var(--ebx-heading-font);
  padding: 16px 0;
  color: var(--ebx-text-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--ebx-foreground-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ebx-foreground-color);
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: var(--ebx-light-color);
}

/* Rating
/*-------------------------------------------------------*/
.eb-average-rating {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: var(--ebx-heading-font);
  font-size: 0.875rem;
  color: var(--ebx-foreground-color);
}
.eb-product__body .eb-average-rating {
  margin-top: 3px;
}
.eb-average-rating svg {
  margin-left: 6px;
  fill: #ffb31a;
}

.woocommerce .star-rating,
.woocommerce p.stars a {
  color: #ffb31a;
  letter-spacing: 3px;
}
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .woocommerce-product-rating a {
  color: var(--ebx-text-color);
  font-size: var(--ebx-font-size--2x-small);
  margin-left: 5px;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  top: 2px;
}
.woocommerce #review_form #respond .form-submit input {
  width: auto;
}
.woocommerce #review_form .comment-reply-title {
  margin-bottom: 10px;
  margin-top: 16px;
  display: block;
  font-size: 1.2rem;
}
.woocommerce .comment-form-rating {
  margin-top: 20px;
  margin-bottom: 16px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: var(--ebx-foreground-color);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border-radius: 50%;
  border: 0;
}
.woocommerce .star-rating::before {
  color: #c5c5c5;
}

/* Buttons
/*-------------------------------------------------------*/
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wc-block-components-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit:not(.btn),
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .coupon button.button,
.woocommerce .woocommerce-mini-cart__buttons > a:first-child,
.woocommerce table.shop_table .actions > button.button:disabled,
.added_to_cart {
  text-decoration: none;
  display: inline-block;
  font-weight: var(--ebx-button-font-weight);
  font-size: 1rem;
  border-radius: var(--ebx-rounded--sm);
  line-height: 1;
  background-color: var(--ebx-buttons-background-color);
  color: var(--ebx-buttons-text-color);
  padding: 20px 32px;
  border: 0;
  outline: 2px solid transparent;
  outline-offset: -2px;
  vertical-align: middle;
  transition: var(--ebx-transition--all);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:not(.btn):hover,
.woocommerce #respond input#submit:not(.btn):focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce .coupon button.button:hover,
.woocommerce .coupon button.button:focus,
.woocommerce .woocommerce-mini-cart__buttons > a:first-child:hover,
.woocommerce .woocommerce-mini-cart__buttons > a:first-child:focus,
.woocommerce table.shop_table .actions > button.button:disabled:hover,
.woocommerce table.shop_table .actions > button.button:disabled:focus,
.added_to_cart:hover,
.added_to_cart:focus {
  text-decoration: none;
  box-shadow: none;
  background-color: var(--ebx-buttons-hover-background-color);
  outline-color: var(--ebx-buttons-hover-border-color);
  color: var(--ebx-buttons-hover-text-color);
}

.woocommerce .coupon button.button,
.checkout_coupon button.button,
.woocommerce table.shop_table .actions > button.button:disabled {
  padding: 14px 24px;
  font-size: 1rem;
}

.woocommerce table.shop_table .actions > button.button:disabled,
.woocommerce .woocommerce-mini-cart__buttons > a:first-child,
.woocommerce .coupon button.button {
  background-color: var(--ebx-light-color);
  color: var(--ebx-foreground-color);
}

/* Notifications
/*-------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  border-top: 0;
  border-radius: 5px;
  background-color: var(--ebx-light-color);
  color: var(--ebx-foreground-color);
  font-weight: normal !important;
  line-height: 1.2;
}
.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
  margin-left: auto;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    margin-left: 0;
    margin-top: 8px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message {
  display: block;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  display: block;
  line-height: 1.5;
}

.cart-empty,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-info[role=alert],
.woocommerce-page div.woocommerce .woocommerce-message[role=alert] {
  align-items: flex-start;
  flex-direction: column;
}

.restore-item {
  display: inline-block;
  margin-top: 5px;
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  opacity: 1;
  line-height: 22px;
}

/* Related Products
/*-------------------------------------------------------*/
.related.products > h2,
.upsells.products > h2 {
  font-size: 1.875rem;
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Cart Page
/*-------------------------------------------------------*/
.woocommerce-cart-form {
  margin-bottom: 64px;
}

.entry__article .woocommerce a {
  text-decoration: none;
}

.woocommerce table.shop_table {
  font-size: 1rem;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 0;
  border-bottom: 1px solid var(--ebx-border-color);
}
.woocommerce table.shop_table td {
  padding: 16px 12px;
}
.woocommerce table.shop_table tbody {
  font-weight: normal;
}
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-total th {
  border-bottom: 0;
}
.woocommerce table.shop_table td.actions {
  padding: 32px 0;
  border-bottom: 0;
}
.woocommerce table.shop_table .product-name a {
  color: var(--ebx-text-color);
}
.woocommerce table.shop_table .product-name a:hover {
  color: var(--ebx-primary-color);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 48px;
}

.woocommerce a.remove {
  font-weight: 400;
  color: var(--ebx-text-color);
  font-size: 1.3rem;
}
.woocommerce a.remove:hover {
  color: var(--ebx-foreground-color);
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .woocommerce table.shop_table .product-remove {
    width: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .cart-collaterals {
    max-width: 50%;
  }
}

.cart_totals > h2 {
  margin-bottom: 24px;
}

.woocommerce .cart_totals table.shop_table td {
  padding: 12px;
}

.woocommerce .cart_totals table.shop_table tr th {
  padding-left: 0;
}

.order-total,
.order-total th {
  font-size: var(--ebx-font-size--2x-small);
}

.woocommerce form .form-row {
  padding: 10px 0;
}

#billing_address_1_field,
#shipping_address_1_field {
  padding-bottom: 0;
}

.shipping-calculator-button::after {
  display: none;
}

/*-------------------------------------------------------*/
/* Checkout Page
/*-------------------------------------------------------*/
.woocommerce-checkout .entry__article,
.woocommerce-cart .entry__article,
.woocommerce-account .entry__article {
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (min-width: 1025px) {
  .woocommerce.woocommerce-checkout form #customer_details.col2-set,
  .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 55%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce.woocommerce-checkout form #order_review,
  .woocommerce.woocommerce-checkout form #order_review_heading,
  .woocommerce-page.woocommerce-checkout form #order_review,
  .woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 40%;
    float: right;
    margin-right: 0;
    clear: right;
  }
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: auto;
  float: none;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline-block;
}
.woocommerce .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce-page .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 13px;
  line-height: 1.2;
}

.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid var(--ebx-border-color);
  border-radius: 0;
}

.woocommerce form .form-row label {
  line-height: 1;
}

form.woocommerce-checkout h3 {
  margin-bottom: 28px;
  margin-top: 28px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: var(--ebx-border-color);
  padding-bottom: 0.5em;
  list-style: none outside;
}

.wc_payment_methods li {
  padding: 17px 0;
  border-bottom: 1px solid var(--ebx-border-color);
}
.wc_payment_methods li:first-child {
  padding-top: 0;
}
.wc_payment_methods li.woocommerce-notice::before {
  top: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--ebx-light-color);
  border: 1px solid var(--ebx-border-color);
  border-radius: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #fff;
}

.payment_method_paypal > label {
  display: inline-flex;
  align-items: center;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  margin-top: 10px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top-color: var(--ebx-border-color);
  font-weight: 400;
}

.woocommerce-checkout table.shop_table .product-quantity {
  font-weight: 400;
  color: var(--ebx-text-color);
}

.checkout_coupon.woocommerce-form-coupon .form-row {
  width: auto;
  float: left;
}
.checkout_coupon.woocommerce-form-coupon .form-row .input-text {
  width: 350px;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .checkout_coupon.woocommerce-form-coupon .form-row {
    float: none;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    margin-right: 0;
  }
  .checkout_coupon.woocommerce-form-coupon .form-row .input-text {
    width: 100%;
  }
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--ebx-foreground-color);
}

.woocommerce-privacy-policy-text {
  font-weight: normal;
  font-size: 0.875rem;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--ebx-border-color);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--ebx-light-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--ebx-primary-color);
}

/*-------------------------------------------------------*/
/* My Account / Orders / Login / Lost Password Pages
/*-------------------------------------------------------*/
.eb-login-form-container {
  max-width: 460px;
  margin: 0 auto;
  border: 1px solid var(--ebx-border-color);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: var(--ebx-rounded--sm);
}

.woocommerce-account .envisionx-page-content {
  padding-bottom: 64px;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
  margin-top: 8px;
  font-weight: normal;
  font-size: 1rem;
}
.woocommerce-form-login__rememberme span {
  line-height: 1.3;
  text-transform: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 65%;
  }
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 34px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
  padding-bottom: 6px;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--ebx-primary-color);
}

.woocommerce-Input + span > em {
  font-size: 0.8125rem;
  color: var(--ebx-text-color);
}

.track_order {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.sidebar .widget_product_categories li,
.woocommerce .widget_rating_filter ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.woocommerce-MyAccount-navigation li {
  padding: 6px 0;
  font-size: 0.875rem;
  color: var(--ebx-text-color);
}
.sidebar .widget_product_categories li:last-child,
.woocommerce .widget_rating_filter ul li:last-child,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.woocommerce-MyAccount-navigation li:last-child {
  padding-bottom: 0;
}

/*-------------------------------------------------------*/
/* Widget: Filter by attribute
/*-------------------------------------------------------*/
.widget .wcapf-layered-nav ul li > a .deo-swatch-circle {
  height: 14px;
  width: 14px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 0.5em;
}
.widget .wcapf-layered-nav ul li > a .deo-swatch-circle span {
  height: 14px;
  width: 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

/* Button style */
.widget .wcapf-layered-nav.deo-button-wcapf ul li,
.widget .wcapf-layered-nav.deo-swatch-wcapf ul li {
  display: inline-flex;
  margin: 0 8px 5px 0 !important;
  padding: 0;
}
.widget .wcapf-layered-nav.deo-button-wcapf ul li > a,
.widget .wcapf-layered-nav.deo-swatch-wcapf ul li > a {
  padding: 0 14px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  line-height: 30px;
  height: 30px;
}

.widget .wcapf-layered-nav.deo-swatch-wcapf ul li > a {
  padding: 0;
}

.widget .wcapf-layered-nav.deo-button-wcapf ul li > a {
  border: 1px solid var(--ebx-border-color);
  border-radius: 30px;
  font-size: var(--ebx-font-size--x-small);
}
.widget .wcapf-layered-nav.deo-button-wcapf ul li > a:hover {
  border-color: currentColor;
}

/* Swatch only */
.widget .deo-swatch-wcapf ul li > a .deo-swatch-circle {
  height: 24px;
  width: 24px;
  margin-right: 0;
  padding: 1px;
  border: 1px solid transparent;
}

.widget .deo-swatch-wcapf ul li > a .deo-swatch-circle span {
  height: 18px;
  width: 18px;
  border-radius: 30px;
  overflow: hidden;
}

.widget .wcapf-layered-nav.deo-swatch-wcapf ul li.chosen .deo-swatch-circle,
.widget .wcapf-layered-nav.deo-button-wcapf ul li.chosen .deo-swatch-circle,
.widget .wcapf-layered-nav.deo-button-wcapf ul li.chosen > a,
.widget .deo-swatch-wcapf ul li > a:hover .deo-swatch-circle {
  border-color: var(--ebx-foreground-color);
  color: currentColor;
}

.deo-swatch-wcapf ul li > a .name {
  display: none;
}

/*-------------------------------------------------------*/
/* Widget: Filter by Price
/*-------------------------------------------------------*/
.widget .noUi-horizontal .noUi-base .noUi-origin:first-child {
  background-color: var(--ebx-primary-color);
}

.widget .noUi-horizontal .noUi-handle {
  background-color: var(--ebx-background-color);
  border: 2px solid var(--ebx-primary-color);
}

.widget .noUi-horizontal,
.widget .noUi-horizontal .noUi-base .noUi-origin:last-child {
  background-color: var(--ebx-border-color);
}

/* Filters
/*-------------------------------------------------------*/
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: var(--ebx-text-color);
  opacity: 0.5;
}

/* Products / Top Rated Products / Recent Reviews / Shopping Cart
/*-------------------------------------------------------*/
.product_list_widget a {
  color: var(--ebx-foreground-color);
}
.product_list_widget a:hover {
  color: var(--ebx-primary-color);
}

.product-title {
  font-family: var(--ebx-heading-font);
  display: inline-block;
}

/* Mini Cart 
/*-------------------------------------------------------*/
.woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: 10px !important;
  right: 0px;
  left: auto !important;
  z-index: 9;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 0 20px 76px;
  margin-bottom: 16px;
  min-height: 70px;
  vertical-align: top;
  line-height: 1.3;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  position: absolute;
  left: 0;
  width: 60px;
  margin-bottom: 20px;
}

.woocommerce ul.product_list_widget .woocommerce-mini-cart-item,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding: 16px 20px 16px 80px;
}

ul.product_list_widget li a:not(.remove) {
  font-family: var(--ebx-heading-font);
  font-size: 0.9375rem;
  margin-bottom: 5px;
  display: block;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-weight: 500;
}

.woocommerce-mini-cart__total {
  margin-bottom: 5px;
  margin-top: auto;
}

.woocommerce-mini-cart__buttons {
  margin: 0;
}

.woocommerce-mini-cart__buttons.buttons > .button,
.woocommerce-page .widget_shopping_cart_content .buttons .wc-forward {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.woocommerce-mini-cart__total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 1px solid var(--ebx-border-color);
  padding: 8px 0;
  margin-top: 8px;
}

ul.product_list_widget li + li {
  border-top: 1px solid var(--ebx-border-color);
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  margin: 0.5em 0;
}

.product_list_widget .quantity,
.product_list_widget .reviewer,
.product_list_widget .amount {
  font-size: 0.875rem;
  border: 0;
}
.product_list_widget del {
  margin-right: 5px;
}
.product_list_widget ins {
  text-decoration: none;
}

.woocommerce-grouped-product-list-item__price del {
  margin-right: 5px;
}

/* Widget Product Search 
/*-------------------------------------------------------*/
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  margin-bottom: 0;
}
.woocommerce-product-search button[type=submit] {
  font-size: 0;
  font-weight: 400;
}
.woocommerce-product-search button[type=submit]::after {
  font-size: 1.125rem;
  content: "\e905";
}

/* Widget Product Categories /  Widget Products by Attribute
/*-------------------------------------------------------*/
.widget_product_categories li a,
.widget_rating_filter li a,
.woocommerce-widget-layered-nav-list li a,
.woocommerce-MyAccount-navigation li a {
  color: inherit;
}
.widget_product_categories li a:hover,
.widget_rating_filter li a:hover,
.woocommerce-widget-layered-nav-list li a:hover,
.woocommerce-MyAccount-navigation li a:hover {
  color: var(--ebx-primary-color);
}

/* Widget Price Filter 
/*-------------------------------------------------------*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--ebx-border-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--ebx-foreground-color);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  margin: 0;
  margin-bottom: 24px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  cursor: pointer;
  top: -6px;
  margin-left: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-of-type {
  transform: translateX(-100%);
}

.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 2.8;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: var(--ebx-font-size--2x-small);
  height: 28px;
  line-height: 28px;
  min-height: 28px;
  padding: 0 18px;
}

/* Widget Products by Attribute 
/*-------------------------------------------------------*/
.widget_layered_nav a {
  float: left;
}
.widget_layered_nav .count {
  float: right;
}

/* Responsive Styles 
/*-------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .woocommerce,
  .woocommerce-page {
    /**
    * General layout
    */
    /**
    * Product Details
    */
    /**
    * Cart
    */
    /**
    * Checkout
    */
    /**
    * Account
    */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    *zoom: 1;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    content: " ";
    display: table;
  }
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.elementor-element.envision-blocks-grid ul.products {
  display: grid;
  margin: 0;
}
.elementor-element.envision-blocks-grid .envision-blocks-products-slider .products {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
.elementor-element.envision-blocks-grid .envision-blocks-products-slider li.product {
  display: block;
  flex: none;
}
.elementor-element.envision-blocks-grid ul.products li.product {
  width: auto;
  margin: 0;
  max-width: 100%;
}

/*-------------------------------------------------------*/
/* Widget Products
/*-------------------------------------------------------*/
.envision-blocks-products-style-2 ul.products li.product {
  background-color: transparent;
  padding: 0;
}

/*-------------------------------------------------------*/
/* Widget Product Image 
/*-------------------------------------------------------*/
.envision-blocks-woocommerce-template.woocommerce #content div.product div.images,
.envision-blocks-woocommerce-template.woocommerce div.product div.images,
body.woocommerce #content .envision-blocks-woocommerce-template div.product .elementor-widget-envision-blocks-woo-product-image div.images,
body.woocommerce .envision-blocks-woocommerce-template div.product .elementor-widget-envision-blocks-woo-product-image div.images,
body.woocommerce-page #content .envision-blocks-woocommerce-template div.product .elementor-widget-envision-blocks-woo-product-image div.images,
body.woocommerce-page .envision-blocks-woocommerce-template div.product .elementor-widget-envision-blocks-woo-product-image div.images {
  float: none;
  width: 100%;
  max-width: 100%;
}

.envision-blocks-woocommerce-template.woocommerce div.product .elementor-widget-envision-blocks-woo-product-image div.images,
body.woocommerce .envision-blocks-woocommerce-template .elementor-widget-envision-blocks-woo-product-image div.images,
.envision-blocks-woocommerce-template.woocommerce div.product .elementor-widget-envision-blocks-woo-product-tabs .panel,
body.woocommerce .envision-blocks-woocommerce-template .elementor-widget-envision-blocks-woo-product-tabs .panel {
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------*/
/* Product slider
/*-------------------------------------------------------*/
.woocommerce .eb-woo-product-image-layout--rounded .woocommerce-product-gallery {
  padding-left: 0;
}

.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav {
    justify-content: center;
    margin-top: 24px;
  }
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li {
    width: auto;
  }
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a {
  cursor: pointer;
  position: relative;
  text-indent: -9999em;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.3s border-color;
  margin: 12px;
  opacity: 1;
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-radius: 50%;
  transform: scale(0.6);
  width: 100%;
  height: 100%;
  background-color: var(--ebx-text-color);
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a.flex-active {
  border-color: var(--ebx-foreground-color);
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a.flex-active::after {
  background-color: transparent !important;
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a:focus, .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-nav li a:hover {
  border-color: var(--ebx-foreground-color);
  outline: 0;
}
.woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-thumbs li img {
  border-radius: 50%;
}
@media only screen and (min-width: 1025px) {
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-thumbs {
    width: 60px;
    flex-direction: column;
    margin: 0;
  }
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-thumbs li {
    padding: 0;
  }
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-thumbs li img {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product .eb-woo-product-image-layout--rounded div.images .flex-control-thumbs li img {
    width: 60px;
  }
}
.woocommerce div.product .eb-woo-product-image-layout--rounded .onsale {
  left: auto;
  top: 20px;
  right: 20px;
}

@media only screen and (min-width: 1025px) {
  .eb-woo-product-image-layout--column .woocommerce-product-gallery__wrapper, .eb-woo-product-image-layout--grid .woocommerce-product-gallery__wrapper, .eb-woo-product-image-layout--column .flex-viewport, .eb-woo-product-image-layout--grid .flex-viewport {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
    float: none !important;
  }
  .eb-woo-product-image-layout--column .woocommerce-product-gallery, .eb-woo-product-image-layout--grid .woocommerce-product-gallery {
    height: auto !important;
    padding-left: 0;
  }
  .eb-woo-product-image-layout--column .woocommerce-product-gallery .flex-viewport, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .flex-viewport {
    height: 100% !important;
    width: 100% !important;
  }
  .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper, .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper {
    min-height: auto !important;
  }
  .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper .wvg-gallery-image, .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper .slick-slide, .eb-woo-product-image-layout--column .rtwpvg-slider-wrapper .rtwpvg-gallery-image, .eb-woo-product-image-layout--column .rtwpvg-slider-wrapper .slick-slide, .eb-woo-product-image-layout--column .woocommerce-product-gallery__image {
    float: none !important; /* Override plugin style */
    top: auto !important;
    left: auto !important;
    margin: 0 auto !important;
    max-width: 1000px;
    width: 100% !important;
    opacity: 1 !important;
  }
  .eb-woo-product-image-layout--column .woo-variation-gallery-slider-wrapper div {
    display: block;
  }
  .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper .slick-slide, .eb-woo-product-image-layout--column .rtwpvg-slider-wrapper .slick-slide, .eb-woo-product-image-layout--column .woocommerce-product-gallery__image {
    padding-top: 20px;
  }
  .eb-woo-product-image-layout--column.et-product-layout-no-padding .woo-variation-gallery-wrapper .wvg-gallery-image, .eb-woo-product-image-layout--column.et-product-layout-no-padding .rtwpvg-slider-wrapper .rtwpvg-gallery-image, .eb-woo-product-image-layout--column.et-product-layout-no-padding .woocommerce-product-gallery__image {
    max-width: 100%;
  }
  .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper .slick-slide:first-child, .eb-woo-product-image-layout--column .woo-variation-gallery-wrapper .slick-cloned + .slick-slide, .eb-woo-product-image-layout--column .rtwpvg-slider-wrapper .slick-slide:first-child, .eb-woo-product-image-layout--column .woocommerce-product-gallery__image:first-child {
    padding: 0;
  }
  .eb-woo-product-image-layout--grid .woocommerce-product-gallery__image, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-slide, .eb-woo-product-image-layout--grid .woo-variation-gallery-wrapper .wvg-gallery-image, .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper .rtwpvg-gallery-image {
    margin-right: 0 !important; /* Override plugin style */
    margin-left: 0 !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
    width: 50% !important;
    position: relative;
  }
  .eb-woo-product-image-layout--grid .woocommerce-product-gallery__image:first-child, .eb-woo-product-image-layout--grid .woocommerce-product-gallery__image.slick-cloned + .slick-slide:not(.slick-cloned), .eb-woo-product-image-layout--grid .woo-variation-gallery-wrapper .wvg-gallery-image:first-child, .eb-woo-product-image-layout--grid .woo-variation-gallery-wrapper .wvg-gallery-image.slick-cloned + .slick-slide:not(.slick-cloned), .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper .rtwpvg-gallery-image:first-child, .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper .rtwpvg-gallery-image.slick-cloned + .slick-slide:not(.slick-cloned), .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-slide:first-child, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-slide.slick-cloned + .slick-slide:not(.slick-cloned) {
    width: 100% !important; /* Override plugin style */
  }
  .eb-woo-product-image-layout--grid .woo-variation-gallery-wrapper, .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper, .eb-woo-product-image-layout--grid .woocommerce-product-gallery__wrapper {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .eb-woo-product-image-layout--grid .woo-variation-gallery-wrapper .wvg-gallery-image, .eb-woo-product-image-layout--grid .rtwpvg-slider-wrapper .rtwpvg-gallery-image, .eb-woo-product-image-layout--grid .woocommerce-product-gallery__image {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .eb-woo-product-image-layout--column .woocommerce-product-gallery .slick-list, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-list, .eb-woo-product-image-layout--column .woocommerce-product-gallery .slick-track, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-track {
    height: auto !important; /* Override plugin style */
    width: 100% !important;
    transform: none !important;
  }
  .eb-woo-product-image-layout--column .woocommerce-product-gallery__image.flex-active-slide {
    order: -1;
    width: 100% !important; /* Override plugin style */
  }
  .eb-woo-product-image-layout--grid .woocommerce-product-gallery__image.flex-active-slide .easyzoom-flyout {
    display: block !important; /* Override plugin style */
  }
  .eb-woo-product-image-layout--column .woocommerce-product-gallery .slick-cloned, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-cloned, .eb-woo-product-image-layout--column .woo-variation-gallery-thumbnail-wrapper, .eb-woo-product-image-layout--grid .woo-variation-gallery-thumbnail-wrapper, .eb-woo-product-image-layout--column .rtwpvg-thumbnail-wrapper, .eb-woo-product-image-layout--grid .rtwpvg-thumbnail-wrapper, .eb-woo-product-image-layout--column .woocommerce-product-gallery .flex-control-thumbs, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .flex-control-thumbs, .eb-woo-product-image-layout--column .woocommerce-product-gallery .slick-arrow, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-arrow, .eb-woo-product-image-layout--column .woocommerce-product-gallery .slick-dots, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .slick-dots, .eb-woo-product-image-layout--column .woocommerce-product-gallery .flex-direction-nav, .eb-woo-product-image-layout--grid .woocommerce-product-gallery .flex-direction-nav {
    display: none !important; /* Override plugin style */
  }
  .eb-woo-product-image-layout--column .onsale, .eb-woo-product-image-layout--grid .onsale {
    left: 10px !important;
  }
}
/*-------------------------------------------------------*/
/* Widget Related Products / Additional Information
/*-------------------------------------------------------*/
.envision-blocks-grid:not(.show-heading-yes) .products > h2,
.elementor-widget-envision-blocks-woo-product-additional-information:not(.show-heading-yes) h2 {
  display: none;
}

/*-------------------------------------------------------*/
/* Widget Wishlist
/*-------------------------------------------------------*/
.elementor-widget-envision-blocks-woo-product-add-to-wishlist .wishlist-url span,
.elementor-widget-envision-blocks-woo-product-add-to-wishlist .add_to_wishlist span {
  color: var(--ebx-text-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
}

/*-------------------------------------------------------*/
/* Widget Rating
/*-------------------------------------------------------*/
.woocommerce div.product .eb-product-rating .woocommerce-product-rating {
  margin-bottom: 0;
}

/*-------------------------------------------------------*/
/* Product Categories Grid
/*-------------------------------------------------------*/
.envision-blocks-categories-grid {
  display: grid;
}
.envision-blocks-categories-grid__item-url {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--ebx-rounded--md);
}
.envision-blocks-categories-grid__item-img {
  width: 100%;
}
.envision-blocks-categories-grid__item-title-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 14px 20px;
}
.envision-blocks-categories-grid__item-title {
  font-size: 1.3125rem;
  margin-bottom: 4px;
}
.envision-blocks-categories-grid__item-count {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: var(--ebx-heading-font);
  color: var(--ebx-text-color);
}

.envision-blocks-woo-product-categories-slider .swiper-wrapper {
  align-items: center;
}

/*-------------------------------------------------------*/
/* Products Slider
/*-------------------------------------------------------*/
.envision-blocks-products-slider .envision-blocks-swiper-button {
  z-index: 2;
  background: rgba(0, 0, 0, 0.36);
  height: 60px;
}
.envision-blocks-products-slider .envision-blocks-swiper-button:hover, .envision-blocks-products-slider .envision-blocks-swiper-button:focus {
  background-color: var(--ebx-primary-color);
  color: #fff;
}
.envision-blocks-products-slider .envision-blocks-swiper-button svg {
  width: 10px;
}
.envision-blocks-products-slider .envision-blocks-swiper-button-prev {
  /*rtl:ignore*/
  border-radius: 0 5px 5px 0;
}
.envision-blocks-products-slider .envision-blocks-swiper-button-next {
  /*rtl:ignore*/
  border-radius: 5px 0 0 5px;
}

/* Woo Block Styles
-------------------------------------------------------*/
.wc-block-grid__products {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .wc-block-grid__products {
    margin: 0 -10px 24px !important;
  }
}
.wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid .wc-block-grid__product {
    padding: 0 !important;
  }
}
.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  border-radius: var(--ebx-rounded--sm);
}

.wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}
.wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title, .wc-block-grid__product .wc-block-grid__product-link:focus .wc-block-grid__product-title {
  color: var(--ebx-primary-color);
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.125rem;
  font-family: var(--ebx-heading-font);
  font-weight: var(--ebx-heading-font-weight);
  color: var(--ebx-foreground-color);
}

.wc-block-grid__product .wc-block-grid__product-title {
  margin-top: 1rem !important;
  margin-bottom: 0.25em !important;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 1rem;
  font-weight: normal;
}

.wc-block-grid__product-price {
  font-size: 1rem !important;
}

.wc-block-grid__product-price del {
  opacity: 0.5;
  margin-right: 8px;
}

.wc-block-grid__product-rating {
  color: #fdd835;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-size: var(--ebx-font-size--2x-small);
  min-width: 76px;
  letter-spacing: 3px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin-top: 20px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 0.875rem;
  padding: 15px 34px;
  line-height: 1.15;
  transition: var(--ebx-transition--all);
}

/* Widgets common styles
/*-------------------------------------------------------*/
.wc-blocks-filter-wrapper > .wp-block-heading {
  font-size: 1.125rem;
}

.wc-block-attribute-filter__title,
.wc-block-price-filter__title,
.wc-block-active-filters__title {
  font-size: 1rem;
  margin-top: 1rem;
}
.editor-styles-wrapper .wc-block-attribute-filter__title,
.editor-styles-wrapper .wc-block-price-filter__title,
.editor-styles-wrapper .wc-block-active-filters__title {
  font-size: 1rem;
  margin-top: 1rem;
}

/* Widget Price Filter 
/*-------------------------------------------------------*/
.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--ebx-primary-color);
  height: 4px;
}

.wc-block-components-price-slider__range-input {
  top: -1px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 4px;
  box-shadow: none;
  background-color: var(--ebx-border-color);
  margin-bottom: 2rem;
}

.wc-block-price-filter__controls input {
  border-color: var(--ebx-border-color) !important;
}

.wc-block-price-filter__controls .wc-block-form-text-input {
  font-size: 1rem;
}

/* Widget Product Search 
/*-------------------------------------------------------*/
.wc-block-product-search__fields {
  position: relative;
}
.wc-block-product-search .wc-block-product-search__field {
  margin-bottom: 0;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.wc-block-product-search .wc-block-product-search__button {
  border: 0;
  height: 100%;
  background-color: transparent;
  color: var(--ebx-foreground-color);
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.wc-block-product-search .wc-block-product-search__button:hover, .wc-block-product-search .wc-block-product-search__button:focus {
  background-color: transparent;
  color: var(--ebx-primary-color);
}
.wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}
.wc-block-product-search .wc-block-product-search__button::after {
  display: block;
  font-size: 0.9375rem;
  font-family: "envisionx";
  content: "\e905";
}

/* Widget Product Categories List
/*-------------------------------------------------------*/
.wc-block-product-categories-list {
  padding-left: 0;
  list-style: none;
}
.wc-block-product-categories-list-item a {
  font-size: 1rem;
  text-decoration: none;
  color: var(--wp--preset--color--text-regular);
}

/* Widget Products by Attribute 
/*-------------------------------------------------------*/
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  vertical-align: middle;
  font-size: 1rem;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  appearance: none;
  background-color: var(--wp--preset--color--stroke);
  border: 1px solid var(--wp--preset--color--stroke);
}

/* Cart
/*-------------------------------------------------------*/
.wc-block-cart__empty-cart__title {
  text-align: center;
}

.is-large.wc-block-cart {
  margin-bottom: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image {
  padding-left: 0;
}

.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {
  padding-right: 0;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  font-family: var(--ebx-heading-font);
  font-weight: var(--ebx-heading-font-weight);
  color: var(--ebx-foreground-color);
  font-size: 0.875rem;
}

.wc-block-components-product-badge {
  color: var(--ebx-woo-color-highlight);
}

.wc-block-components-totals-footer-item {
  color: var(--ebx-foreground-color);
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid var(--ebx-border-color);
}

.wc-block-components-button:not(.is-link) {
  text-decoration: none;
}

.wc-block-components-text-input input,
.components-form-token-field__input {
  height: auto;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--ebx-primary-color);
}

.wc-block-grid__product-add-to-cart + .yith-wcwl-add-to-wishlist {
  display: none;
}

/* Checkout 
/*-------------------------------------------------------*/
.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container,
.woocommerce-page .is-large .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-page .wc-block-components-totals-wrapper,
.woocommerce-page .is-large .wc-block-checkout__actions,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items,
.woocommerce-page .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-page .wc-block-components-quantity-selector:after,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-textarea,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-color: var(--ebx-border-color);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::after {
  display: none;
}