/* 
 * Woocommerce
 */

:root {
  --message-bg: #00bd67;
  --info-bg: #B89352;
  --error-bg: #ff7368;
  --input-quantity-border: #e6eaed;
  --st-wvs-item-background-color: transparent;
  --st-wvs-item-text-color: #575757;
  --st-wvs-single-product-item-height: 34px;
  --st-wvs-item-border: #e6eaed;
  --st-wvs-selected-item-border: #B89352;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove {
  border: 0;
}

.elementor-menu-cart__subtotal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
  flex-grow: 1;
  text-align: right;
}

@media (max-width: 767px) {
  /* body .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1, 1fr);
  } */
}

/* body .elementor-widget-woocommerce-notices .woocommerce-error,
body .elementor-widget-woocommerce-notices .woocommerce-info,
body .elementor-widget-woocommerce-notices .woocommerce-message,
body .elementor-widget-woocommerce-notices .woocommerce-notices-wrapper {
  display: flex;
} */

.woocommerce-notices-wrapper:empty {
  display: none;
}

/* Product Tabs */
body.woocommerce div.product.elementor ul.tabs {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
}
body.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding: 30px 0 0;
  margin-top: 0;
}
body.woocommerce div.product.elementor ul.tabs li::after {
  content: '';
  width: 100%;
  border-top: 2px solid #f6a25c;
  display: block;
  transform: scale(0.5, 1);
  opacity: 0;
  transition: all .3s ease-in-out;
}
body.woocommerce div.product.elementor ul.tabs li.active::after {
  transform: scale(1, 1);
  opacity: 1;
}
body.woocommerce div.product.elementor ul.tabs li a {
  display: block;
  padding: 5px 0;
}

/* Product Meta */
body .elementor-widget-woocommerce-product-meta .detail-label {
  font-weight: 500;
}
body .elementor-widget-woocommerce-product-meta .detail-label::after {
  content: ':';
}
body .elementor-widget-woocommerce-product-meta .detail-content {
  color: #aaa;
}

/* Select2 */
.select2-container {
  display: block;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: var(--input-border);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-dropdown {
  border-radius: 0;
}
/* General */
.col2-set {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px;
}

.col2-set>* {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .col2-set>* {
    flex: 0 0 50%;
    width: 50%;
  }
}

.form-row,
.form-row:last-child {
  margin-bottom: 20px;
}

.form-row::after {
  content: '';
  display: table;
  clear: both;
}

.blockOverlay {
  position: relative;
  animation: fadeInLoader .6s ease forwards;
}

:is(.blockOverlay):before {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left-color: #242424;
  border-radius: 50%;
  vertical-align: middle;
  animation: rotate 450ms infinite linear
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  position: relative;
  background-color: #f7f7f7;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px 7px;
  font-weight: 600;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: currentColor;
  text-decoration: underline;
}

.woocommerce-error {
  background-color: var(--error-bg);
}

.woocommerce-info {
  background-color: var(--info-bg);
}

.woocommerce-message {
  background-color: var(--message-bg);
}

ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  list-style: none;
  flex-direction: column;
  align-items: stretch;
}

.woocommerce-message .wc-forward {
  background: none;
  font-weight: inherit;
  text-transform: none;
  padding: 0;
  text-decoration: underline;
  line-height: 1.5;
}

:is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
  background-color: transparent;
  color: var(--e-global-color-text);
  padding: 0;
  margin-bottom: 15px;
}
:is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div>a{
  color: var(--e-global-color-primary);
}

@media (max-width: 767px) {

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-error a.button,
  .woocommerce-info a.button,
  .woocommerce-message a.button {
    margin-top: 20px;
  }
}

.woocommerce-mini-cart {
  list-style: none;
  --list-mb: 0;
  --li-pl: 0;
}

ul.product_list_widget li {
  position: relative;
  line-height: 1.33;
  min-height: 80px;
  overflow: hidden;
  padding: 10px 0 5px 75px;
  vertical-align: top;
}
ul.woocommerce-mini-cart.product_list_widget li {
  padding-right: 20px;
}
ul.product_list_widget li a.remove {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 600;
  font-size: 120%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 9;
}
ul.product_list_widget li a:not(.remove) {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
ul.product_list_widget li img {
  width: 60px;
  position: absolute;
  top: 10px;
  left: 0;
}
.woocommerce-mini-cart__buttons>* {
  margin-bottom: 10px;
}
.woocommerce-mini-cart__buttons a {
  width: 100%;
}
.woocommerce-mini-cart__buttons>*:last-child {
  margin-bottom: 0;
}
.woocommerce-mini-cart__buttons a.button:not(.checkout) {
  --btn-color: #1c1c1c;
  --btn-bgcolor: #f7f7f7;
}

.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 130%;
  padding: 10px 0;
  margin-top: auto;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
  flex-grow: 1;
  color: var(--e-global-color-primary);
  font-weight: 600;
  text-align: right;
}

.widget_price_filter .price_slider {
  margin-bottom: 20px
}

.login-see-prices .widget_price_filter, .widget_price_filter #min_price, .widget_price_filter #max_price {
  display: none;
}

.widget_price_filter [class*="price_slider_amount"] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px
}

.widget_price_filter [class*="price_slider_amount"] .button {
  order: 2;
  margin-bottom: 10px;
  padding: 5px 14px;
  min-height: 36px;
  font-size: 12px;
  border-radius: var(--btn-default-brd-radius);
  color: var(--btn-default-color);
  box-shadow: var(--btn-default-box-shadow);
  background-color: var(--btn-default-bgcolor);
  text-transform: var(--btn-default-transform,var(--btn-transform));
  font-weight: var(--btn-default-font-weight,var(--btn-font-weight));
  font-family: var(--btn-default-font-family,var(--btn-font-family));
  font-style: var(--btn-default-font-style,var(--btn-font-style))
}

.widget_price_filter [class*="price_slider_amount"] .button:hover {
  color: var(--btn-default-color-hover);
  box-shadow: var(--btn-default-box-shadow-hover);
  background-color: var(--btn-default-bgcolor-hover)
}

.widget_price_filter [class*="price_slider_amount"] .button:active {
  box-shadow: var(--btn-default-box-shadow-active);
  bottom: var(--btn-default-bottom-active)
}

.widget_price_filter [class*="price_slider_amount"] .price_label {
  order: 1;
  margin-bottom: 10px;
  color: var(--color-gray-500)
}

.widget_price_filter [class*="price_slider_amount"] .price_label>span {
  color: var(--color-gray-900);
  font-weight: 600
}

.widget_price_filter [class*="price_slider_amount"] .clear {
  display: none
}

.widget_price_filter .ui-slider {
  position: relative
}

.widget_price_filter .ui-slider-horizontal {
  height: 20px;
  border: none;
  background: none;
  cursor: pointer
}

.widget_price_filter .ui-slider-horizontal:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -1px;
  height: 2px;
  background-color: var(--brdcolor-gray-300, rgba(0,0,0,0.105))
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  margin-top: -1px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background-image: none;
  background-color: var(--wd-primary-color, var(--e-global-color-primary))
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  background-color: transparent!important;
  cursor: ew-resize
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 15px;
  background-color: var(--wd-primary-color, var(--e-global-color-primary))
}

.widget_price_filter .ui-slider-range-min {
  left: -1px
}

.widget_price_filter .ui-slider-range-max {
  right: -1px
}

.password-input {
  position: relative;
  display: block;
}

.password-input input {
  padding-inline-end: var(--st-form-height) !important;
}

.password-input .show-password-input {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--st-form-height);
  height: var(--st-form-height);
  cursor: pointer;
  transition: all .25s ease;
}

.password-input .show-password-input::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e010";
  text-decoration: none;
}

.woocommerce-password-strength {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding: 5px 10px;
}

.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: 8px 0 0;
  display: block
}

span.onsale {
  position: absolute;
  right: 10px;
  top: 10px;
  min-width: 64px;
  min-height: 64px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #E22D2D;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
}

.amount {}

.ajax_add_to_cart.add_to_cart_button::after,
.single-product .product form.cart .single_add_to_cart_button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.loading.ajax_add_to_cart.add_to_cart_button::after,
.single-product .product form.cart .loading.single_add_to_cart_button::after {
  opacity: 1;
  transition: opacity .25s ease;
  animation: rotate 450ms infinite linear;
}

.ajax_add_to_cart.add_to_cart_button.loading,
.single-product div.product form.cart .button.loading {
  color: transparent !important;
}

div.quantity {
  display: inline-flex;
  position: relative;
}

div.quantity input[type=number]::-webkit-inner-spin-button,
div.quantity input[type=number]::-webkit-outer-spin-button,
div.quantity input[type="number"] {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.quantity :is(input[type="number"], input[type="text"], input[type="button"]) {
  background-color: transparent;
  color: inherit;
  height: 46px;
  border: 1px solid var(--input-quantity-border);
}

div.quantity input[type="number"] {
  width: 82px;
  font-style: normal;
  text-align: center;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 38px;
}

div.quantity span:is(.plus, .minus) {
  position: absolute;
  right: 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  min-width: 28px;
  height: 50%;
  font-size: 12px;
  border: 1px solid var(--input-quantity-border);
  min-height: unset;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
div.quantity span.minus {
  top: 50%;
  border-top: 0;
}

.woocommerce a.added_to_cart {
  display: none;
}

ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.products li.product {
  text-align: center;
}

.woocommerce-image__wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
}

ul.products li.product span.onsale {
  right: auto;
  left: 10px;
}

ul.products li.product a img {
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

.product-brand {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-brand {
  color: #949494;
}

ul.products li.product .product-brand {
  
}

ul.products li.product .woocommerce-LoopProduct-link {
  color: currentColor;
}

ul.products li.product .woocommerce-loop-category__title,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h3 {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 0.5rem;
}

ul.products li.product .price {
  display: block;
  font-size: 1rem;
}

ul.products li.product .price .amount {
  font-weight: normal;
}

ul.products li.product .button,
.add_to_cart_button {
  display: inline-block;
  position: relative;
  background: var(--e-global-color-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0;
  padding: 12px 20px;
  margin-top: 12px;
  transition: background .3s ease-in-out;
}

ul.products li.product .button:is(:hover, :focus) {
  background: #000;
}

.st-swiper-button-prev,
.st-swiper-button-next {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0,0%,93.3%,.9);
  top: 50%;
  transform: translateY(-50%);
}
.st-swiper-button-prev {
  left: 10px;
}
.st-swiper-button-next {
  right: 10px;
}
@media (min-width: 768px) {
  .related-carousel .st-swiper-button-prev,
  .related-carousel .st-swiper-button-next {
    display: none;
  }
}


/* Archive Product */
.st-shop-toolbar {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.s22-sorting {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.st-shop-toolbar .show-filter {
  display: inline-flex;
  align-items: center;
}
.st-shop-toolbar .show-filter::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M916.6 210.2H107.4c-17.7 0-32-14.3-32-32s14.3-32 32-32h809.2c17.7 0 32 14.3 32 32s-14.3 32-32 32zM714.3 544H107.4c-17.7 0-32-14.3-32-32s14.3-32 32-32h606.9c17.7 0 32 14.3 32 32s-14.3 32-32 32zM916.6 877.8H107.4c-17.7 0-32-14.3-32-32s14.3-32 32-32h809.2c17.7 0 32 14.3 32 32s-14.3 32-32 32z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-flex;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .st-shop-toolbar .show-filter {
    display: none;
  }
}

.woocommerce-result-count {
  margin-left: auto;
}

.woocommerce-ordering {
  margin-left: auto;
}

.woocommerce-ordering select {
  max-width: 170px;
}

@media (max-width: 767px) {
  .s22-sorting {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 20px;
  }

  .archive .woocommerce-notices-wrapper {
    grid-column: 1/-1;
  }

  .woocommerce-result-count {
    margin-right: 0;
  }

  .woocommerce-ordering select {
    font-size: 14px;
  }
}

/* Single Product */
div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  overflow: hidden;
  zoom: 1;
  margin: 30px 0 0;
  padding: 0;
}

div.product div.images .flex-control-thumbs li img {
  display: block;
  cursor: pointer;
  opacity: .5;
  margin: 0
}

div.product div.images .flex-control-thumbs li img.flex-active,
div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}

div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box
}

div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box
}

div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box
}

table.variations {
  margin-bottom: 20px;
}
table.variations th,
table.variations td {
  display: block;
  text-align: left;
  border: 0;
  vertical-align: middle;
  padding: 0 0 12px;
}

table.variations .label {}

table.variations .label>* {
  font-weight: 500;
  text-transform: uppercase;
}

table.variations label:after {
  content: ":";
}

table.variations tr:last-child :is(td) {
  padding-bottom: 0;
}

table.variations .value {
  width: 100%;
}

table.variations select {
  display: inline-flex;
  max-width: 260px;
}

.reset_variations {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 14px;
  margin-left: 15px;
}

.woocommerce-variation>div {
  margin-bottom: 20px;
}

.woocommerce-variation>div:empty {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
  margin: 0;
  padding: 0;
  outline: none;
  transition: all .2s ease;
  user-select: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  align-items: center;
  background-color: var(--st-wvs-item-background-color,#fff);
  border: 1px solid var(--st-wvs-item-border);
  box-sizing: border-box;
  color: var(--st-wvs-item-text-color,#000);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: var(--st-wvs-single-product-item-width,30px);
  height: var(--st-wvs-single-product-item-height,30px);
  padding: 4px 16px;
  position: relative;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: var(--st-wvs-selected-item-border);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
  cursor: not-allowed;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  opacity: .5;
}
.single-product .product_meta span.sku_wrapper {
  display: none;
}

/* Cart */

table.shop_table caption+thead tr:first-child td,
table.shop_table caption+thead tr:first-child th,
table.shop_table colgroup+thead tr:first-child td,
table.shop_table colgroup+thead tr:first-child th,
table.shop_table thead:first-child tr:first-child td,
table.shop_table thead:first-child tr:first-child th {
  border-top: 0;
}

table.shop_table :is(td, th) {
  border: 0;
  border-bottom: 1px solid var(--border);
}
table.shop_table th {
  text-transform: uppercase;
}
table.shop_table tr :is(td,th):last-child {
  text-align: right;
}

table.shop_table tbody>tr:nth-child(odd)>td,
table.shop_table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

th.product-name {
  text-align: left;
}
td.product-name a,
td.product-name .product-name__real {
  font-weight: 600;
  color: var(--e-global-color-text);
}

td.product-name .product-name__brand {
  display: block;
  font-weight: 400;
}

td.product-thumbnail img {
  display: block;
  width: 120px;
}

td.product-price>.amount {
  font-weight: normal;
}

th.product-quantity,
td.product-quantity {
  text-align: center;
}

table.cart td.actions {
  border-bottom: 0;
}

table.cart td.actions p {
  margin: 0;
}

table.cart td.actions .coupon {
  display: flex;
  margin-bottom: 20px;
}

table.cart td.actions .coupon .input-text {
  width: 100%;
  height: 44px;
  flex-grow: 1;
  margin-right: 20px;
}

table.cart td.actions button[name="update_cart"] {
  width: 100%;
}

td.product-remove {
  padding: 0;
}

td.product-remove a,
.woocommerce-remove-coupon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: var(--e-global-color-text);
}

table.shop_table td.actions {
  padding: 20px 0 0;
}

table.shop_table dl.variation {
  margin-top: 10px;
}

.cart-collaterals {
  margin-top: 50px;
}

.cart_totals .wc-proceed-to-checkout {
  text-align: right;
  margin-top: 30px;
}

.cart_totals .checkout-button {
  width: 100%;
  text-decoration: none;
}

.cart_totals .checkout-button br {
  display: none;
}

#shipping_method {
  list-style: none;
  --li-pl: 0;
  --list-mb: 0;
}

@media (min-width: 768px) {
  table.shop_table .product-thumbnail {
    width: 180px;
  }
  table.cart td.actions .coupon {
    float: left;
    margin-bottom: 0;
  }

  table.cart td.actions button[name="update_cart"] {
    float: right;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .cart_totals {
    width: 40%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .shop_table.cart :is(thead, th) {
    display: none;
  }

  .shop_table tr {
    display: flex;
    position: relative;
  }

  .shop_table td {
    display: block;
  }

  td.product-thumbnail img {
    width: 70px;
  }

  .shop_table_responsive tr.cart_item {
    display: grid;
    grid-template-columns: 80px auto;
    grid-template-rows: repeat(4, auto);
    padding: 15px 0;
  }

  .shop_table_responsive tr.cart_item td {
    border: 0;
  }

  .shop_table_responsive tr.cart_item td:not(.product-thumbnail, .product-remove) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }

  .shop_table_responsive tr.cart_item td.product-remove {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .shop_table_responsive tr.cart_item td.product-name {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 30px;
  }

  .shop_table_responsive td.product-thumbnail {
    grid-row: 1/5;
    padding: 0;
  }

  .shop_table_responsive tr.cart_item td:not(.product-thumbnail, .product-name, .product-remove)::before {
    content: attr(data-title);
  }
}

.wc-empty-cart-message {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin-block-end: 2rem;
}
.wc-empty-cart-message+.return-to-shop {
  text-align: center;
}

/* Checkout */

:is(.checkout_coupon, .login.hidden-form) {
  position: relative;
  margin-bottom: 30px;
}

table.woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
}
table:is(.woocommerce-checkout-review-order-table, .woocommerce-table--order-details) tr th:first-child,
table:is(.woocommerce-checkout-review-order-table, .woocommerce-table--order-details) tr td:first-child {
  padding-left: 0;
}
table:is(.woocommerce-checkout-review-order-table, .woocommerce-table--order-details) tr th:last-child,
table:is(.woocommerce-checkout-review-order-table, .woocommerce-table--order-details) tr td:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  table.woocommerce-checkout-review-order-table .product-price {
    display: none;
  }
  table.woocommerce-checkout-review-order-table .product-quantity {
    width: 110px;
  }
  table.woocommerce-checkout-review-order-table .product-name {
    flex-grow: 1;
  }
  table.woocommerce-checkout-review-order-table tfoot tr {
    justify-content: space-between;
  }
  table.woocommerce-checkout-review-order-table tfoot th {
    flex-grow: 1;
  }
  table.woocommerce-checkout-review-order-table .product-thumbnail {
    display: none;
  }
}

.woocommerce-checkout-payment {
  background-color: #f7f7f7;
  padding: 30px;
}

.payment_methods {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.payment_methods li {
  margin-bottom: 15px;
}

.payment_methods li:last-child {
  margin-bottom: 0;
}

.payment_methods .payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

.payment_methods .payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  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-terms-and-conditions-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-bottom: 30px;
}

.place-order .button {
  float: right;
}
#order_review_heading {
  display: none;
}

/* Order overview */
.woocommerce-order-overview {
  list-style: none;
  margin-bottom: 20px;
  --li-pl: 0;
}
.woocommerce-thankyou-order-received {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.shop_table .wc-item-meta {
  list-style: none;
  margin-top: 10px;
  --list-mb: 0;
  --li-pl: 0;
}

.woocommerce-table--order-details {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  table.woocommerce-table--order-details .product-price {
    display: none;
  }
  table.woocommerce-table--order-details .product-quantity {
    display: none;
  }
  table.woocommerce-table--order-details .product-name {
    flex-grow: 1;
  }
  table.woocommerce-table--order-details tfoot tr {
    justify-content: space-between;
  }
  table.woocommerce-table--order-details tfoot th {
    flex-grow: 1;
  }
}

/* My Account */
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }

  .woocommerce-MyAccount-content {
    float: right;
    width: calc(75% - 60px);
  }
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 1px 0;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-weight: 700;
  color: inherit;
  padding: 12px 0;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  background-color: var(--border);
  top: 1px;
}

.woocommerce-MyAccount-navigation ul li:is(:hover, .is-active)>a {
  color: var(--e-global-color-accent);
}

.account-orders-table td.woocommerce-orders-table__cell-order-number br {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-orders-table thead {
    display: none;
  }

  .woocommerce-orders-table tr,
  .woocommerce-orders-table td {
    display: block;
  }

  .woocommerce-orders-table td {
    position: relative;
    text-align: right;
  }

  .woocommerce-orders-table td::before {
    content: attr(data-title);
    display: inline-flex;
    font-weight: 700;
    float: left;
  }
}

.woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  --li-mb: 0;
}
.woocommerce-pagination ul li .page-numbers {
  display: block;
  min-width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid var(--e-global-color-primary);
  padding: 0 5px;
  transition: all .3s ease-in-out;
}
.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-pagination ul li a.page-numbers:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}

.woocommerce-shipping-destination {
  margin-top: 10px;
}

/* Jet Smart Filter */
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator {
  background: var(--e-global-color-primary)!important;
}
body.tax-product_region .filter-by-region,
body.tax-product_brand .filter-by-brand,
body.tax-product_cat .filter-by-type,
body.tax-product_cut .filter-by-cut {
  display: none;
}