@charset "UTF-8";
:root {
  --g5shop-product-actions-spacing: 3px;
  --g5shop-product-actions-size: 44px;
  --g5shop-product-actions-icon-size: 16px;
  --g5shop-product-actions-icon-font: var(--g5-font-icon);
  --g5shop-product-actions-color: #333;
  --g5shop-product-actions-bg-color: #fff;
  --g5shop-product-actions-color-hover: #fff;
  --g5shop-product-actions-bg-color-hover: #333;
  --g5shop-product-actions-radius: 0px;
  --g5shop-product-actions-box-shadow: 0px 0px;
  --g5shop-product-actions-add-to-cart: "";
  --g5shop-product-actions-add-to-cart-variable: "";
  --g5shop-product-actions-added-to-cart: "";
  --g5shop-product-actions-add-to-wishlist: "";
  --g5shop-product-actions-added-to-wishlist: "";
  --g5shop-product-actions-compare: "";
  --g5shop-product-actions-quick-view: "";
  --g5shop-product-action-color: #333;
  --g5shop-product-action-bg-color: transparent;
  --g5shop-product-action-color-hover: #333;
  --g5shop-product-action-bg-color-hover: #fff;
  --g5shop-single-product-block-spacing: 3rem;
  --g5shop-single-product-image-width: 51.28%;
  --g5shop-single-product-image-spacing: 70px;
  --g5shop-single-product-layout-04-image-width: 66.4706%;
  --g5shop-single-product-quick-view-image-width: 51.28%;
  --g5shop-single-product-actions-icon-spacing: 10px;
  --g5shop-single-product-actions-spacing: 35px;
  --g5shop-single-product-actions-color: #333;
  --g5shop-single-product-actions-color-hover: #333;
  --g5shop-single-product-actions-mg-top: 30px;
  --g5shop-single-product-actions-icon-size: 20px;
  --g5shop-widget-layered-color-active: #000;
  --g5shop-widget-layered-style-color-size: 32px;
  --g5shop-widget-layered-style-color-background: #f8f8f8;
  --g5shop-widget-layered-style-color-border: #000;
  --g5shop-widget-layered-style-color-radius: 50%;
  --g5shop-widget-layered-style-text-size: 48px;
  --g5shop-widget-layered-style-text-color: #000;
  --g5shop-widget-layered-style-text-background: #f8f8f8;
  --g5shop-widget-layered-style-text-border: #000;
  --g5shop-widget-layered-style-text-radius: 50%;
  --g5shop-widget-layered-style-checkbox-size: 18px;
  --g5shop-widget-layered-style-checkbox-border-color: #cacaca;
  --g5shop-widget-layered-nav-line-height: 20px;
  --g5shop-widget-layered-nav-spacing: 6px;
  --g5shop-product-list-image-width: 280px;
  --g5shop-product-list-image-spacing: 30px;
  --g5shop-product-list-spacing: 50px;
  --g5shop-loop-skin-classic-image-spacing: 20px;
  --g5shop-mini-cart-product-title-font-size: 1rem;
  --g5shop-mini-cart-product-title-font-weight: 600;
  --g5shop-mini-cart-product-title-color: #222;
  --g5shop-mini-cart-price-color: #222;
  --g5shop-mini-cart-price-font-size: 14px;
  --g5shop-mini-cart-price-font-weight: 600;
}

/* ## Elements */
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: inherit;
}

.g5shop__product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.g5shop__product-thumb-primary {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.g5shop__product-images-hover {
  position: relative;
}
.g5shop__product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.g5shop__product-images-hover.flip-back .g5shop__product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 0;
}
.g5shop__product-images-hover.flip-back .g5shop__product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}

.g5shop__product-swatched,
.g5shop__product-item-inner:hover {
  /*  .g5core__entry-thumbnail:after {
      opacity: 1;
    }*/
}
.g5shop__product-swatched .g5shop__product-images-hover.change-image .g5shop__product-thumb-primary,
.g5shop__product-item-inner:hover .g5shop__product-images-hover.change-image .g5shop__product-thumb-primary {
  opacity: 0;
}
.g5shop__product-swatched .g5shop__product-images-hover.change-image .g5shop__product-thumb-secondary,
.g5shop__product-item-inner:hover .g5shop__product-images-hover.change-image .g5shop__product-thumb-secondary {
  opacity: 1;
}
.g5shop__product-swatched .g5shop__product-images-hover.flip-back,
.g5shop__product-item-inner:hover .g5shop__product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.g5shop__product-cat-featured img,
.g5shop__product-thumbnail img {
  width: 100%;
}

.g5shop_loop-product-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.g5shop__product-featured {
  overflow: hidden;
}
.g5shop__product-featured .g5core__entry-thumbnail:after {
  display: none;
}

.g5shop__product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.g5shop__product-actions .g5shop__add-to-cart {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: var(--g5shop-product-actions-spacing);
}
.g5shop__product-actions .g5shop__add-to-cart a {
  -webkit-transition: none;
  transition: none;
}
.g5shop__product-actions .g5shop__quick-view {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: var(--g5shop-product-actions-spacing);
}
.g5shop__product-actions .yith-add-to-wishlist-button-block,
.g5shop__product-actions .yith-wcwl-add-to-wishlist {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: var(--g5shop-product-actions-spacing);
}
.g5shop__product-actions .g5shop__compare {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, transform 0.4s 0.25s ease-out;
}
.g5shop__product-actions.horizontal {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 20px;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.g5shop__product-actions.horizontal .g5shop__add-to-cart {
  margin-bottom: 0;
  margin-right: var(--g5shop-product-actions-spacing);
}
.g5shop__product-actions.horizontal .g5shop__quick-view {
  margin-bottom: 0;
  margin-right: var(--g5shop-product-actions-spacing);
}

.g5shop__product-action {
  position: absolute;
  z-index: 3;
}
.g5shop__product-action .yith-wcwl-add-to-wishlist a,
.g5shop__product-action .yith-wcwl-add-to-wishlist-button {
  font-size: 0;
}
.g5shop__product-action.wishlist {
  top: 10px;
  right: 10px;
  --g5shop-product-actions-box-shadow: 0 0;
  --g5shop-product-actions-color: var(--g5shop-product-action-color);
  --g5shop-product-actions-bg-color: var(--g5shop-product-action-bg-color);
  --g5shop-product-actions-color-hover: var(--g5shop-product-action-color-hover);
  --g5shop-product-actions-bg-color-hover: var(--g5shop-product-action-bg-color-hover);
}
.g5shop__product-action.add-to-cart {
  bottom: 20px;
  left: 20px;
  right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.g5shop__product-action.add-to-cart .product_type_simple,
.g5shop__product-action.add-to-cart .add_to_cart_button,
.g5shop__product-action.add-to-cart .product_type_grouped,
.g5shop__product-action.add-to-cart .product_type_external,
.g5shop__product-action.add-to-cart .added_to_cart,
.g5shop__product-action.add-to-cart .product_out_of_stock,
.g5shop__product-action.add-to-cart .product_type_variable {
  display: block !important;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g5shop__add-to-cart {
  background-color: var(--g5shop-product-actions-bg-color);
  color: var(--g5shop-product-actions-color);
  border-radius: var(--g5shop-product-actions-radius);
  -webkit-box-shadow: var(--g5shop-product-actions-box-shadow);
  box-shadow: var(--g5shop-product-actions-box-shadow);
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  font-size: 0;
  cursor: pointer;
}
.g5shop__add-to-cart .screen-reader-text {
  display: none;
}
.g5shop__add-to-cart:hover, .g5shop__add-to-cart:active, .g5shop__add-to-cart:focus {
  background-color: var(--g5shop-product-actions-bg-color-hover);
  color: var(--g5shop-product-actions-color-hover);
}
.g5shop__add-to-cart .product_type_simple,
.g5shop__add-to-cart .add_to_cart_button,
.g5shop__add-to-cart .product_type_grouped,
.g5shop__add-to-cart .product_type_external,
.g5shop__add-to-cart .added_to_cart,
.g5shop__add-to-cart .product_out_of_stock,
.g5shop__add-to-cart .product_type_variable {
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  color: inherit;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.g5shop__add-to-cart .product_type_simple:before,
.g5shop__add-to-cart .add_to_cart_button:before,
.g5shop__add-to-cart .product_type_grouped:before,
.g5shop__add-to-cart .product_type_external:before,
.g5shop__add-to-cart .added_to_cart:before,
.g5shop__add-to-cart .product_out_of_stock:before,
.g5shop__add-to-cart .product_type_variable:before {
  font-size: var(--g5shop-product-actions-icon-size);
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-add-to-cart);
  font-weight: 400;
}
.g5shop__add-to-cart .product_out_of_stock:before,
.g5shop__add-to-cart .product_type_variable:before,
.g5shop__add-to-cart .product_type_grouped:before {
  content: var(--g5shop-product-actions-add-to-cart-variable);
}
.g5shop__add-to-cart .added_to_cart:before {
  content: var(--g5shop-product-actions-added-to-cart);
}
.g5shop__add-to-cart .add_to_cart_button.loading:after {
  display: none;
}
.g5shop__add-to-cart .add_to_cart_button.loading:before {
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "\f110" !important;
  font-family: var(--g5-font-icon) !important;
}
.g5shop__add-to-cart .add_to_cart_button.added {
  display: none;
}

.g5shop__product-actions .g5shop__add-to-cart .added_to_cart {
  padding: 0 !important;
  font-size: 0 !important;
  background: transparent !important;
  color: inherit !important;
  border: none !important;
  transition: none;
}

.g5shop__quick-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  -webkit-box-shadow: var(--g5shop-product-actions-box-shadow);
  box-shadow: var(--g5shop-product-actions-box-shadow);
  border-radius: var(--g5shop-product-actions-radius);
  background-color: var(--g5shop-product-actions-bg-color);
  color: var(--g5shop-product-actions-color);
  font-size: var(--g5shop-product-actions-icon-size);
}
.g5shop__quick-view:hover, .g5shop__quick-view:active, .g5shop__quick-view:focus {
  background-color: var(--g5shop-product-actions-bg-color-hover);
  color: var(--g5shop-product-actions-color-hover);
}
.g5shop__quick-view i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g5shop__quick-view i:not(.fa-spinner):before {
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-quick-view);
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist i,
.yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist + div.clear,
.yith-wcwl-add-to-wishlist img.ajax-loading {
  display: none !important;
}
.yith-wcwl-add-to-wishlist a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  border-radius: var(--g5shop-product-actions-radius);
  -webkit-box-shadow: var(--g5shop-product-actions-box-shadow);
  box-shadow: var(--g5shop-product-actions-box-shadow);
  background-color: var(--g5shop-product-actions-bg-color);
  color: var(--g5shop-product-actions-color);
  cursor: pointer;
}
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a:focus {
  background-color: var(--g5shop-product-actions-bg-color-hover);
  color: var(--g5shop-product-actions-color-hover);
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-add-to-wishlist);
  font-weight: 400;
  font-size: var(--g5shop-product-actions-icon-size);
}
.yith-wcwl-add-to-wishlist .delete_item:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-added-to-wishlist);
  font-weight: 900;
  font-size: var(--g5shop-product-actions-icon-size);
}

.yith-add-to-wishlist-button-block {
  margin-top: 0;
}
.yith-add-to-wishlist-button-block svg.yith-wcwl-icon-svg {
  display: none;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  border-radius: var(--g5shop-product-actions-radius);
  -webkit-box-shadow: var(--g5shop-product-actions-box-shadow);
  box-shadow: var(--g5shop-product-actions-box-shadow);
  background-color: var(--g5shop-product-actions-bg-color);
  color: var(--g5shop-product-actions-color);
  gap: 0;
  cursor: pointer;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover, .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:active, .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:focus {
  background-color: var(--g5shop-product-actions-bg-color-hover);
  color: var(--g5shop-product-actions-color-hover);
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:before {
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-add-to-wishlist);
  font-weight: 400;
  font-size: var(--g5shop-product-actions-icon-size);
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added:before {
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-added-to-wishlist);
  font-weight: 900;
  font-size: var(--g5shop-product-actions-icon-size);
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--loading:before {
  font-family: var(--g5-font-icon);
  animation: fa-spin 2s infinite linear;
  content: "\f110";
  font-weight: 900;
}

.g5shop__compare {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: var(--g5shop-product-actions-size);
  height: var(--g5shop-product-actions-size);
  border-radius: var(--g5shop-product-actions-radius);
  -webkit-box-shadow: var(--g5shop-product-actions-box-shadow);
  box-shadow: var(--g5shop-product-actions-box-shadow);
  background-color: var(--g5shop-product-actions-bg-color);
  color: var(--g5shop-product-actions-color);
}
.g5shop__compare:hover, .g5shop__compare:active, .g5shop__compare:focus {
  background-color: var(--g5shop-product-actions-bg-color-hover);
  color: var(--g5shop-product-actions-color-hover);
}
.g5shop__compare:before {
  font-size: var(--g5shop-product-actions-icon-size);
  font-family: var(--g5shop-product-actions-icon-font);
  content: var(--g5shop-product-actions-compare);
  font-weight: 400;
}

.g5shop__product-item-inner.active .g5shop__product-actions,
.g5shop__product-item-inner:hover .g5shop__product-actions {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.g5shop__product-item-inner.active .g5shop__product-actions.horizontal,
.g5shop__product-item-inner:hover .g5shop__product-actions.horizontal {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.g5shop__product-item-inner.active .g5shop__product-action.add-to-cart,
.g5shop__product-item-inner:hover .g5shop__product-action.add-to-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.g5shop__product-item .g5shop__product-info .product_type_simple,
.g5shop__product-item .g5shop__product-info .add_to_cart_button,
.g5shop__product-item .g5shop__product-info .product_type_grouped,
.g5shop__product-item .g5shop__product-info .product_type_external,
.g5shop__product-item .g5shop__product-info .added_to_cart,
.g5shop__product-item .g5shop__product-info .product_out_of_stock,
.g5shop__product-item .g5shop__product-info .product_type_variable {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  max-width: 100%;
}

.g5shop__product-list-actions .yith-add-to-wishlist-button-block a,
.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a,
.g5shop__product-list-actions .g5shop__compare,
.g5shop__product-actions .yith-add-to-wishlist-button-block a,
.g5shop__product-actions .yith-wcwl-add-to-wishlist a,
.g5shop__product-actions .g5shop__compare {
  font-size: 0;
}

.g5shop__product-list-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --g5shop-product-actions-spacing: 10px;
  --g5shop-product-actions-box-shadow: 0 0;
}
.g5shop__product-list-actions a.button.button {
  margin: 5px var(--g5shop-product-actions-spacing) 5px 0;
}
.g5shop__product-list-actions .g5shop__quick-view {
  margin: 5px var(--g5shop-product-actions-spacing) 5px 0;
}
.g5shop__product-list-actions .yith-add-to-wishlist-button-block,
.g5shop__product-list-actions .yith-wcwl-add-to-wishlist {
  margin: 5px var(--g5shop-product-actions-spacing) 5px 0;
}

@media (max-width: 991px) {
  .g5shop__product-list-actions .g5shop__quick-view,
  .g5shop__product-list-actions .g5shop__compare {
    display: none;
  }
}
.g5shop__loop-product_excerpt p:last-child,
.woocommerce-product-details__short-description p:last-child {
  margin: 0;
}

.g5shop__search-product {
  width: 500px;
  max-width: 100%;
}

.g5shop__search-product-cat {
  position: relative;
  left: 1px;
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g5shop__search-product-cat select {
  width: 100%;
  background-color: transparent;
}
.g5shop__search-product-cat .select2-container--default.select2-container--default .select2-selection--single {
  background-color: transparent;
}
.g5shop__search-product-cat .select2-container + .select2-container {
  top: 100% !important;
}

.g5shop__search-product-input {
  width: 100%;
}

.g5shop__search-product .result {
  left: 1px;
}
.g5shop__search-product .result ul li a {
  display: block;
}
.g5shop__search-product .result ul li img {
  float: left;
  width: 50px;
  margin-right: 15px;
}

.g5shop__search-product-popup .g5shop__search-product-cat {
  width: 240px;
}
.g5shop__search-product-popup .g5shop__search-product-cat select {
  height: 72px;
  font-size: 1.5rem;
  color: #fff;
  border-color: currentColor;
}
.g5shop__search-product-popup .g5shop__search-product-cat select option {
  color: #444444;
}
.g5shop__search-product-popup .select2-container--default.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: solid 2px #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  font-size: 1.5rem;
}
.g5shop__search-product-popup .select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  padding-left: 0;
}
.g5shop__search-product-popup .select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 72px;
}
.g5shop__search-product-popup .g5core-search-form input[type=search] {
  padding-left: 2rem;
  font-size: 1.5rem;
}
.g5shop__search-product-popup mark, .g5shop__search-product-popup ins {
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .g5shop__search-product-popup .g5core-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .g5shop__search-product-popup .g5core-search-form input[type=search] {
    padding-left: 0 !important;
  }
  .g5shop__search-product-popup .g5shop__search-product-cat {
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }
}
:root {
  --g5shop-swatches-size: 24px;
  --g5shop-swatches-background: #f8f8f8;
  --g5shop-swatches-border: #000;
  --g5shop-swatches-radius: 50%;
  --g5shop-single-swatches-size: 32px;
  --g5shop-swatches-gap: 5px;
  --g5shop-single-swatches-gap: 1rem;
  --g5shop-swatches-text-size: 30px;
  --g5shop-swatches-text-color: #000;
  --g5shop-swatches-text-radius: 50%;
  --g5shop-single-swatches-text-size: 48px;
}

.g5shop__loop-swatches {
  margin-top: 10px;
}

.g5shop__swatch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--g5shop-swatches-gap);
}
.g5shop__swatch + .g5shop__swatch {
  margin-top: 10px;
}

.g5shop__sw-disabled {
  opacity: 0.4;
  cursor: default;
}

.g5shop__swatches-item {
  cursor: pointer;
}

.g5shop__swatch-color .g5shop__swatches-item {
  position: relative;
  width: var(--g5shop-swatches-size);
  height: var(--g5shop-swatches-size);
  border-radius: var(--g5shop-swatches-radius);
  color: var(--g5shop-swatches-background);
}
.g5shop__swatch-color .g5shop__swatches-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: currentColor;
}
.g5shop__swatch-color .g5shop__swatches-item:after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid var(--g5shop-swatches-border);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.g5shop__swatch-color .g5shop__swatches-item.g5shop__sw-selected:before, .g5shop__swatch-color .g5shop__swatches-item:hover:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.g5shop__swatch-color .g5shop__swatches-item.g5shop__sw-selected:after, .g5shop__swatch-color .g5shop__swatches-item:hover:after {
  opacity: 1;
}

.g5shop__swatch-image .g5shop__swatches-item {
  position: relative;
  width: var(--g5shop-swatches-size);
  height: var(--g5shop-swatches-size);
  border-radius: var(--g5shop-swatches-radius);
}
.g5shop__swatch-image .g5shop__swatches-item:before {
  background-image: var(--g5shop-swatches-image-url);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--g5shop-swatches-background);
}
.g5shop__swatch-image .g5shop__swatches-item:after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid var(--g5shop-swatches-border);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.g5shop__swatch-image .g5shop__swatches-item.g5shop__sw-selected:before, .g5shop__swatch-image .g5shop__swatches-item:hover:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.g5shop__swatch-image .g5shop__swatches-item.g5shop__sw-selected:after, .g5shop__swatch-image .g5shop__swatches-item:hover:after {
  opacity: 1;
}

.g5shop__swatch-text .g5shop__swatches-item {
  position: relative;
  width: var(--g5shop-swatches-text-size);
  height: var(--g5shop-swatches-text-size);
  border-radius: var(--g5shop-swatches-text-radius);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--g5shop-swatches-text-color);
  overflow: hidden;
  white-space: nowrap;
}
.g5shop__swatch-text .g5shop__swatches-item span {
  position: relative;
}
.g5shop__swatch-text .g5shop__swatches-item:before {
  background: var(--g5shop-swatches-background);
  border-radius: inherit;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.g5shop__swatch-text .g5shop__swatches-item:after {
  border: 1px solid var(--g5shop-swatches-border);
  border-radius: inherit;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected:before, .g5shop__swatch-text .g5shop__swatches-item:hover:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected:after, .g5shop__swatch-text .g5shop__swatches-item:hover:after {
  opacity: 1;
}

.g5shop__reset_variations {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.g5shop__single-swatches .g5shop__swatch {
  gap: var(--g5shop-single-swatches-gap);
}
.g5shop__single-swatches .g5shop__swatch-color .g5shop__swatches-item {
  width: var(--g5shop-single-swatches-size);
  height: var(--g5shop-single-swatches-size);
}
.g5shop__single-swatches .g5shop__swatch-image .g5shop__swatches-item {
  width: var(--g5shop-single-swatches-size);
  height: var(--g5shop-single-swatches-size);
}
.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item {
  width: var(--g5shop-single-swatches-text-size);
  height: var(--g5shop-single-swatches-text-size);
}
.g5shop__single-swatches .g5shop__swatch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g5shop__single-swatches .g5shop__swatch + select {
  display: none !important;
}

.g5shop__quantity label {
  font-weight: 600;
  margin: 0;
  width: 30%;
}
.g5shop__quantity .g5shop__quantity-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 120px;
}
.g5shop__quantity .g5shop__quantity-inner .qty {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.g5shop__quantity .g5shop__quantity-inner .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.g5shop__quantity .g5shop__quantity-inner .btn-number {
  font-size: 14px;
  position: absolute;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g5shop__quantity .g5shop__quantity-inner .btn-number[data-type=minus] {
  left: 0;
}
.g5shop__quantity .g5shop__quantity-inner .btn-number[data-type=plus] {
  right: 0;
}
.g5shop__quantity .stock-status {
  margin-left: 10px;
}

#g5shop__popup-product-quick-view {
  --g5-modal-width: 960px;
  --g5-modal-rounded: 0;
}

.woocommerce .products ul.g5core__cate-filer {
  margin: 0;
}

.g5shop__product-featured .g5shop__product-deal-countdown {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.g5shop__product-deal-countdown-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.g5shop__countdown-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}
.g5shop__countdown-section + .g5shop__countdown-section {
  margin-left: 5px;
}
.g5shop__countdown-section .countdown-amount {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.g5shop__countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
}

.g5shop__deal-heading {
  margin: 0 0 5px 0;
  font-weight: 700;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.g5shop__mini-cart {
  position: relative;
  padding: 10px 0;
}
.g5shop__mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 1rem;
  width: 350px;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #777;
  padding: 20px 0;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
}
.g5shop__mini-cart:hover .widget_shopping_cart_content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.g5shop__mini-cart ul.woocommerce-mini-cart {
  position: relative;
  max-height: 378px;
  padding: 0 20px;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li {
  position: relative;
  padding: 0 20px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li img {
  width: auto;
  float: left;
  margin: 0 15px 0 0;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li a:not(.remove) {
  font-size: var(--g5shop-mini-cart-product-title-font-size);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--g5shop-mini-cart-product-title-color);
  margin-bottom: 5px;
  font-weight: var(--g5shop-mini-cart-product-title-font-weight);
}
.g5shop__mini-cart ul.woocommerce-mini-cart li a.remove {
  position: absolute;
  right: 0;
  top: 0;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li:last-of-type {
  margin-bottom: 0;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li .quantity {
  display: block;
  font-size: var(--g5shop-mini-cart-price-font-size);
  font-weight: var(--g5shop-mini-cart-price-font-weight);
  color: var(--g5shop-mini-cart-price-color);
}
.g5shop__mini-cart ul.woocommerce-mini-cart li dl.variation {
  display: inline-block;
  padding: 0;
  border: none;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li dl.variation dt {
  font-weight: 400;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li dl.variation dd {
  padding: 0;
  margin: 0;
}
.g5shop__mini-cart .woocommerce-mini-cart__total {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px;
}
.g5shop__mini-cart .woocommerce-mini-cart__total strong {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons {
  margin: 0;
  padding: 0 20px;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .button {
  float: left;
  width: 49%;
  text-align: center;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .button + .button {
  float: right;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .wcppec-cart-widget-button {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons:after {
  content: "";
  display: block;
  clear: both;
}

.g5shop_header-action-icon a {
  color: inherit;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.g5shop_header-action-icon a i {
  font-size: 20px;
}
.g5shop_header-action-icon a > span {
  position: absolute;
  margin: auto;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  top: -13px;
  right: -13px;
}

.woocommerce-mini-cart__empty-message {
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

.woocommerce div.product.g5shop__single-product div.summary .price,
.woocommerce .g5shop__product-item .g5shop__product-info .price {
  display: block;
}
.woocommerce div.product.g5shop__single-product div.summary .price del,
.woocommerce .g5shop__product-item .g5shop__product-info .price del {
  color: inherit;
  display: inline-block;
  opacity: 0.5;
}
.woocommerce div.product.g5shop__single-product div.summary .price ins,
.woocommerce .g5shop__product-item .g5shop__product-info .price ins {
  background: transparent;
  display: inline-block;
}

/*.g5shop__loop-product-cat {
  font-size: 0.875rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
}*/
.g5shop__product-cat-featured .g5core__entry-thumbnail {
  border: 1px solid #eee;
}

.woocommerce-loop-category__title {
  /*  font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;
    margin: 0;*/
}
.woocommerce-loop-category__title mark {
  background: transparent;
  padding: 0;
  color: inherit;
}

.g5shop__product-cat-info {
  margin-top: var(--g5shop-loop-skin-classic-image-spacing);
}

.g5shop__loop-product-title {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

.g5shop__loop-product-flash {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.g5shop__promo-popup {
  --g5-modal-width: 770px;
  --g5-modal-spacing: 0px;
  --g5-modal-rounded: 0;
}

.g5shop__popup-promotion-body {
  display: -ms-flexbox;
  display: flex;
}

.g5shop__popup-promotion-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px;
}

.g5shop__popup-promotion-image {
  width: 49%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.g5shop__popup-promotion-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.g5shop__popup-promotion-action {
  margin: 24px 0 0 0;
}
.g5shop__popup-promotion-action button,
.g5shop__popup-promotion-action input {
  width: 100%;
}
.g5shop__popup-promotion-action .discount-code {
  border: 2px dashed #c5c5c5;
  background: #f3f3f3;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
}
.g5shop__popup-promotion-action *:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .g5shop__popup-promotion-body {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .g5shop__popup-promotion-image {
    width: 100%;
    height: 230px;
  }
}
.g5shop__promo-popup.style-02 {
  --g5-modal-width: 500px;
}
.g5shop__promo-popup.style-02 .g5shop__popup-promotion-body {
  -ms-flex-direction: column;
  flex-direction: column;
}
.g5shop__promo-popup.style-02 .g5shop__popup-promotion-image {
  width: 100%;
  height: 230px;
}
.g5shop__promo-popup.style-02 button.mfp-close {
  background: #fff;
  color: #222;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
}
.g5shop__promo-popup.style-02 button.mfp-close:hover, .g5shop__promo-popup.style-02 button.mfp-close:hover {
  background: #222 !important;
  color: #fff !important;
}

.g5shop__empty-cart-messages {
  text-align: center;
}

.return-to-shop {
  text-align: center;
  margin: 30px 0 0 0 !important;
}

.g5shop__empty-cart-icon {
  width: 350px;
  max-width: 80%;
  margin: 0 auto 30px;
}

.g5shop__cc-timer {
  display: inline-block;
}

.woocommerce-cart .entry-content .g5shop__cc-message {
  text-align: center;
  margin: 0 0 30px 0;
}

body.cart-is-empty .g5shop__cart-countdown {
  display: none;
}

.g5shop__off-canvas-mini-cart {
  gap: 0;
  --g5-off-canvas-width: 410px;
  --g5-offcanvas-padding-x: 30px;
}
.g5shop__off-canvas-mini-cart .g5core-off-canvas-header .off-canvas-close {
  align-self: start;
}
.g5shop__off-canvas-mini-cart .g5shop__mini-cart {
  padding: 0;
}
.g5shop__off-canvas-mini-cart .g5shop__mini-cart .widget_shopping_cart_content {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.g5shop__off-canvas-mini-cart .g5shop__mini-cart ul.woocommerce-mini-cart {
  max-height: none;
  padding: 0 var(--g5-offcanvas-padding-x);
}
.g5shop__off-canvas-mini-cart .g5shop__mini-cart .woocommerce-mini-cart__buttons {
  padding: 0 var(--g5-offcanvas-padding-x);
}
.g5shop__off-canvas-mini-cart .g5shop__mini-cart .woocommerce-mini-cart__total {
  padding: 18px var(--g5-offcanvas-padding-x);
}
.g5shop__off-canvas-mini-cart .woocommerce-mini-cart__empty-message {
  display: none;
}
.g5shop__off-canvas-mini-cart .g5shop__empty-cart-icon {
  width: 240px;
}
.g5shop__off-canvas-mini-cart .g5shop__empty-cart-messages {
  padding: 0 var(--g5-offcanvas-padding-x);
}

/* ## Widget */
.woocommerce-widget-layered-nav-dropdown select {
  width: 100%;
}

.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_layered_nav ul li.wc-layered-nav-term {
  position: relative;
  line-height: 28px;
  padding-bottom: 0;
}
.woocommerce .widget_layered_nav ul li.wc-layered-nav-term a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  line-height: var(--g5shop-widget-layered-nav-line-height);
}
.woocommerce .widget_layered_nav ul li.wc-layered-nav-term.chosen, .woocommerce .widget_layered_nav ul li.wc-layered-nav-term:hover {
  color: var(--g5shop-widget-layered-color-active);
}
.woocommerce .widget_layered_nav ul li + li {
  margin-top: var(--g5shop-widget-layered-nav-spacing);
}

ul.woocommerce-widget-layered-nav-list li a:before {
  display: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: var(--g5-font-icon);
  content: "\f00d";
  color: inherit;
}

ul.g5shop__wln-style-swatches .g5shop__wln-swatches-item {
  position: relative;
  width: var(--g5shop-widget-layered-style-color-size);
  height: var(--g5shop-widget-layered-style-color-size);
  display: inline-block;
  border-radius: var(--g5shop-widget-layered-style-color-radius);
}
ul.g5shop__wln-style-swatches .g5shop__wln-swatches-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.g5shop__wln-style-swatches .g5shop__wln-swatches-item:after {
  position: absolute;
  content: "";
  display: block;
  border: 1px solid var(--g5shop-widget-layered-style-color-border);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
ul.g5shop__wln-style-swatches li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
ul.g5shop__wln-style-swatches li.chosen .g5shop__wln-swatches-item:before, ul.g5shop__wln-style-swatches li:hover .g5shop__wln-swatches-item:before {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
ul.g5shop__wln-style-swatches li.chosen .g5shop__wln-swatches-item:after, ul.g5shop__wln-style-swatches li:hover .g5shop__wln-swatches-item:after {
  opacity: 1;
}

ul.g5shop__wln-style-color .g5shop__wln-swatches-item {
  color: var(--g5shop-widget-layered-style-color-background);
}
ul.g5shop__wln-style-color .g5shop__wln-swatches-item:before {
  background-color: currentColor;
}

ul.g5shop__wln-style-image .g5shop__wln-swatches-item:before {
  background-image: var(--g5shop-swatches-image-url);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
ul.g5shop__wln-style-image li.chosen .g5shop__wln-swatches-item:before, ul.g5shop__wln-style-image li:hover .g5shop__wln-swatches-item:before {
  box-shadow: none;
}

ul.g5shop__wln-style-text .g5shop__wln-swatches-item {
  width: var(--g5shop-widget-layered-style-text-size);
  height: var(--g5shop-widget-layered-style-text-size);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--g5shop-widget-layered-style-text-radius);
  color: var(--g5shop-widget-layered-style-text-color);
  overflow: hidden;
  white-space: nowrap;
}
ul.g5shop__wln-style-text .g5shop__wln-swatches-item span {
  position: relative;
}
ul.g5shop__wln-style-text .g5shop__wln-swatches-item:before {
  background: var(--g5shop-widget-layered-style-text-background);
  border-radius: var(--g5shop-widget-layered-style-text-radius);
}
ul.g5shop__wln-style-text .g5shop__wln-swatches-item:after {
  border: 1px solid var(--g5shop-widget-layered-style-text-border);
  border-radius: var(--g5shop-widget-layered-style-text-radius);
}

ul.g5shop__wln-style-check-list li a {
  position: relative;
  padding-left: calc(var(--g5shop-widget-layered-style-checkbox-size) + 10px);
}
ul.g5shop__wln-style-check-list li a:before, ul.g5shop__wln-style-check-list li a:after {
  content: "";
  position: absolute;
  width: var(--g5shop-widget-layered-style-checkbox-size);
  height: var(--g5shop-widget-layered-style-checkbox-size);
  top: calc((var(--g5shop-widget-layered-nav-line-height) - var(--g5shop-widget-layered-style-checkbox-size)) * 0.5);
  left: 0;
  transition: all 0.3s;
}
ul.g5shop__wln-style-check-list li a:before {
  border: 1px solid var(--g5shop-widget-layered-style-checkbox-border-color);
  background: #fff;
}
ul.g5shop__wln-style-check-list li a:after {
  background: var(--g5shop-widget-layered-color-active);
}
ul.g5shop__wln-style-check-list li a:hover:before {
  border-color: currentColor;
}

ul.g5shop__wln-style-checkbox li a:after {
  font-family: var(--g5-font-icon);
  content: "\f00c";
  text-align: center;
  line-height: var(--g5shop-widget-layered-style-checkbox-size);
  font-size: 14px;
  -webkit-transform: scale(0);
  transform: scale(0);
  color: #fff;
}
ul.g5shop__wln-style-checkbox li.chosen a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

ul.g5shop__wln-style-radio li a:before, ul.g5shop__wln-style-radio li a:after {
  border-radius: 50%;
}
ul.g5shop__wln-style-radio li a:after {
  transform: scale(0.4);
  opacity: 0;
}
ul.g5shop__wln-style-radio li.chosen a {
  cursor: auto;
}
ul.g5shop__wln-style-radio li.chosen a:after {
  opacity: 1;
}
ul.g5shop__wln-style-radio li.chosen a:before {
  border-color: currentColor;
}

ul.g5shop__wln-show-lables-off li span.term-name {
  display: none;
}

.woocommerce ul.g5shop__wln-show-display-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce ul.g5shop__wln-show-display-inline li + li {
  margin-top: 0;
}

.yith-woocompare-widget a.clear-all {
  font-size: 1rem;
  color: inherit;
}
.yith-woocompare-widget ul.products-list {
  padding: 0;
}
.yith-woocompare-widget ul.products-list li .title {
  color: inherit;
}

/* ## Archive */
/* ## Shop ToolBar */
.g5shop__archive-filter-content {
  display: none;
  padding-top: 50px;
}
.g5shop__archive-filter-content .widget {
  margin: 0 0 30px !important;
  padding-bottom: 15px;
}

ul.g5shop__shop-toolbar-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}
ul.g5shop__shop-toolbar-list > li {
  margin-left: 0;
  margin-top: 0;
  margin-right: 35px;
}
ul.g5shop__shop-toolbar-list > li:last-child {
  margin-right: 0;
}

.woocommerce .g5shop__shop-toolbar .woocommerce-ordering {
  margin: 0;
  float: none;
  width: 200px;
}

.woocommerce .g5shop__shop-toolbar .woocommerce-result-count {
  margin: 0;
}

.g5shop__shop-toolbar.boxed .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.g5shop__shop-toolbar.stretched_content .g5shop__shop-toolbar-bottom-inner, .g5shop__shop-toolbar.stretched .g5shop__shop-toolbar-bottom-inner {
  padding: 10px 0;
}

@media (min-width: 1200px) {
  .g5shop__shop-toolbar.stretched_content .container {
    max-width: 95%;
  }
}
.g5shop__shop-toolbar-bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.g5shop__shop-toolbar-left {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.g5shop__shop-toolbar-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .g5shop__shop-toolbar-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .g5shop__shop-toolbar-bottom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g5shop__shop-toolbar-top,
  .g5shop__shop-toolbar-bottom {
    display: none;
  }
  .g5shop__shop-toolbar-left,
  .g5shop__shop-toolbar-right {
    margin: 5px 0;
  }
}
.g5shop__archive-filters {
  margin-top: 20px;
}
.g5shop__archive-filters .widget {
  margin-bottom: 0;
}

/* ## Banner */
.g5shop__archive-banner {
  margin-bottom: 50px;
}
.g5shop__archive-banner img {
  width: 100%;
}
.g5shop__archive-banner .slick-slider {
  margin: 0;
}
.g5shop__archive-banner .slick-slide > div {
  padding: 0;
}

.g5shop__product-item .g5shop__product-info .price,
.g5shop__product-item .g5shop__loop-product-cat + .g5shop__loop-product-title {
  margin-top: 5px;
}
.g5shop__product-item .g5shop__product-info .star-rating {
  margin: 5px 0 0 0;
}
.g5shop__product-item .g5shop__loop-product_excerpt {
  margin-top: 15px;
}

.g5shop__post-skin-classic .g5shop__product-info {
  margin-top: var(--g5shop-loop-skin-classic-image-spacing);
}

.g5shop__product-skin-02 .g5shop__product-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.g5shop__product-skin-02 .g5shop__swatch {
  -ms-flex-pack: center;
  justify-content: center;
}
.g5shop__product-skin-02 .woocommerce-loop-category__title {
  text-align: center;
}

.g5shop__product-list .g5shop__product-info {
  margin-top: var(--g5shop-loop-skin-classic-image-spacing);
}

@media (min-width: 768px) {
  .g5shop__product-list .g5shop__product-item-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .g5shop__product-list .g5shop__product-featured {
    width: var(--g5shop-product-list-image-width);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: var(--g5shop-product-list-image-spacing);
  }
  .g5shop__product-list .g5shop__product-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1px;
    margin-top: 0;
  }
}
.g5shop__post-skin-modern .g5core__post-featured-bg-gradient .g5core__loop-content {
  padding: 25px;
}
.g5shop__post-skin-modern .g5shop__product-featured .g5core__entry-thumbnail:after {
  display: block;
}

/* ## Layout Grid */
.g5shop__layout-grid .g5shop__product-category .g5core__post-item-inner,
.g5shop__layout-grid .g5shop__post-skin-classic .g5core__post-item-inner {
  padding-bottom: 20px;
}

/* ## Layout List */
.g5shop__layout-list .woocommerce-loop-category__title {
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .g5shop__layout-list .g5shop__product-cat-item-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .g5shop__layout-list .g5shop__product-cat-featured {
    width: var(--g5shop-product-list-image-width);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: var(--g5shop-product-list-image-spacing);
  }
  .g5shop__layout-list .g5shop__product-cat-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1px;
    margin-top: 0;
  }
  .g5shop__layout-list .g5core__post-item-inner {
    padding-bottom: var(--g5shop-product-list-spacing);
    border-bottom: 1px solid var(--g5-color-border);
    margin-bottom: var(--g5shop-product-list-spacing);
  }
  .g5shop__layout-list .g5core__gutter-item {
    padding-bottom: 0 !important;
  }
}
/* ## Single */
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs {
  margin-top: 5px;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs .slick-list {
  margin: 0 -5px;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs .slick-slide > div {
  padding: 5px;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs .slick-prev {
  left: 0;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs .slick-next {
  right: 0;
}
.woocommerce div.product.g5shop__product-gallery-horizontal div.images .flex-control-thumbs:hover .slick-arrow {
  opacity: 1;
}

@media (min-width: 1200px) {
  .woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.images {
    padding-left: 110px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb .g5shop__single-product-summary .g5shop__loop-product-flash {
    left: 120px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    margin-right: 6px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-slide {
    margin-bottom: 10px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-slide > div {
    padding: 0;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-list {
    margin: 0;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-arrow {
    position: absolute;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-prev {
    top: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-next {
    bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs:hover .slick-arrow {
    opacity: 1;
  }
  body.no-sidebar.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.images {
    width: calc(var(--g5shop-single-product-image-width) + 110px);
  }
  body.no-sidebar.woocommerce div.product.g5shop__product-gallery-vertical.g5shop__product-gallery-has-thumb div.summary {
    width: calc(100% - var(--g5shop-single-product-image-width) - 110px);
  }
}
@media (max-width: 1199px) {
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs {
    margin-top: 5px;
    overflow: visible;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-list {
    margin: 0 -5px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-slide > div {
    padding: 5px;
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 0.3;
  border-color: #ababab;
}

.pswp {
  z-index: 999999;
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  background: none !important;
}

@media (min-width: 1200px) {
  .woocommerce div.product div.images.woocommerce-product-gallery--columns-2 .g5shop__woocommerce-product-gallery__image {
    width: 50%;
  }
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-2 .g5shop__woocommerce-product-gallery__wrapper {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-2 .g5shop__woocommerce-product-gallery__image {
  padding: 5px;
}

.g5shop__woocommerce-product-gallery-3 .g5shop__woocommerce-product-gallery__image + .g5shop__woocommerce-product-gallery__image {
  margin-top: 10px;
}

.g5shop__product-gallery-video {
  position: absolute;
  right: 10px;
  top: 56px;
  z-index: 1;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 10px;
  right: 10px;
}

.g5shop__single-product-actions {
  --g5shop-product-actions-size: auto;
  --g5shop-product-actions-radius: 0;
  --g5shop-product-actions-box-shadow: none;
  --g5shop-product-actions-bg-color: transparent;
  --g5shop-product-actions-color: var(--g5shop-single-product-actions-color);
  --g5shop-product-actions-bg-color-hover: transparent;
  --g5shop-product-actions-color-hover: var(--g5shop-single-product-actions-color-hover);
  --g5shop-product-actions-icon-size: var(--g5shop-single-product-actions-icon-size);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: var(--g5shop-single-product-actions-mg-top);
}
.g5shop__single-product-actions .tooltip {
  display: none !important;
}
.g5shop__single-product-actions .yith-wcwl-add-to-wishlist {
  margin-right: var(--g5shop-single-product-actions-spacing);
}
.g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:before {
  margin-right: var(--g5shop-single-product-actions-icon-spacing);
}
.g5shop__single-product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  flex-direction: row;
}
.g5shop__single-product-actions .yith-wcwl-add-to-wishlist .separator {
  margin: 0 15px;
}
.g5shop__single-product-actions .g5shop__compare:before {
  margin-right: var(--g5shop-single-product-actions-icon-spacing);
}
.g5shop__single-product-actions .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  margin-right: var(--g5shop-single-product-actions-spacing);
  margin-bottom: 0;
}
.g5shop__single-product-actions .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  gap: var(--g5shop-single-product-actions-icon-spacing);
}

.stock-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9375rem;
  -ms-flex-align: center;
  align-items: center;
}
.stock-status:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: var(--g5-font-icon);
  margin-right: 5px;
  font-weight: 900;
}
.stock-status.in-stock:before {
  content: "\f058";
  color: #8cc63e;
}
.stock-status.out-of-stock:before {
  color: #a44;
  content: "\f5ec";
}
.stock-status.on-back-order:before {
  color: #eaa600;
  content: "\f1da";
}

.g5core__social-share.product label {
  margin: 0 10px 0 0;
  font-weight: 600;
}

@media (min-width: 768px) {
  .g5shop__panel-heading {
    display: none;
  }
  .g5shop__single-product-tabs:not(.layout-4) .g5shop__panels-container .tab-pane.active .collapse {
    display: block;
  }
}
.g5shop__panel-heading h4 {
  margin: 0;
  font-size: 1.125rem;
  cursor: pointer;
  font-weight: 500;
  padding: 1.25rem;
}

.g5shop__panel-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .g5shop__tabs-container {
    display: none;
  }
  .g5shop__panels-container > .tab-pane {
    display: block;
    opacity: 1;
  }
  .g5shop__tab-panel {
    margin-bottom: 1rem;
  }
  .g5shop__panel-body {
    padding: 1.25rem;
  }
}
.g5shop__tabs-container {
  margin-bottom: 2rem;
}
.g5shop__tabs-container .nav-tabs li {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0.5rem;
}
.g5shop__tabs-container .nav-tabs li:last-child {
  margin-right: 0;
}
.g5shop__tabs-container .nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 500;
  padding: 0.875rem 1.875rem;
  position: relative;
}
.g5shop__tabs-container .nav-tabs .nav-link:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  left: 0;
  opacity: 0;
  top: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
.g5shop__tabs-container .nav-tabs .nav-link:hover:before, .g5shop__tabs-container .nav-tabs .nav-link.active:before {
  width: 100%;
  opacity: 1;
}

.g5shop__single-product-tabs {
  clear: both;
  margin-top: var(--g5shop-single-product-block-spacing);
}
.g5shop__single-product-tabs.layout-1 .nav-tabs {
  padding-left: 1em;
}
.g5shop__single-product-tabs.layout-2 .nav-tabs {
  -ms-flex-pack: center;
  justify-content: center;
}
.g5shop__single-product-tabs.layout-3 {
  display: -ms-flexbox;
  display: flex;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs {
  border: none;
  background-color: #fff;
  margin-right: -1px;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs li {
  margin: 0;
  width: 100%;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs li + li {
  margin-top: -1px;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs .nav-link:before {
  display: none;
}
.g5shop__single-product-tabs.layout-3 .g5shop__panels-container {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px;
}
.g5shop__single-product-tabs.layout-4 .g5shop__tabs-container {
  display: none;
}
.g5shop__single-product-tabs.layout-4 .g5shop__panel-heading {
  display: block;
}
.g5shop__single-product-tabs.layout-4 .g5shop__panels-container > .tab-pane {
  display: block;
  opacity: 1;
}
.g5shop__single-product-tabs.layout-4 .g5shop__tab-panel {
  margin-bottom: 1rem;
}
.g5shop__single-product-tabs.layout-4 .g5shop__panel-body {
  padding: 1.25rem;
}

@media (max-width: 767px) {
  .g5shop__single-product-tabs.layout-3 .g5shop__panels-container {
    border: none !important;
    padding: 0;
  }
}
.woocommerce table.shop_attributes td {
  padding: 0.5rem;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}

.woocommerce #reviews #comments {
  margin-bottom: 2rem;
}
.woocommerce #reviews #comments h2 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 90px;
  padding: 1rem;
  border-radius: 0;
}
.woocommerce #reviews #review_form_wrapper .comment-reply-title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  display: block;
}
.woocommerce #reviews #review_form_wrapper .comment-form {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce #reviews #review_form_wrapper .comment-form > * {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author {
  width: 50%;
}
.woocommerce #reviews #review_form_wrapper .comment-form #comment {
  height: 130px;
}
.woocommerce #reviews #review_form_wrapper label {
  margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email,
  .woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author {
    width: 100%;
  }
}
.woocommerce .products.related,
.woocommerce .products.upsells {
  margin-top: var(--g5shop-single-product-block-spacing);
}

@media (min-width: 1200px) {
  body.no-sidebar.woocommerce div.product.g5shop__single-product div.images {
    width: var(--g5shop-single-product-image-width);
  }
  body.no-sidebar.woocommerce div.product.g5shop__single-product div.summary {
    width: calc(100% - var(--g5shop-single-product-image-width));
    padding-left: var(--g5shop-single-product-image-spacing);
  }
  body.no-sidebar.woocommerce div.product.g5shop__single-product-layout-4 {
    --g5shop-single-product-image-width: var(--g5shop-single-product-layout-04-image-width);
  }
  body.no-sidebar.woocommerce div.product.g5shop__product-quick-view {
    --g5shop-single-product-image-width: var(--g5shop-single-product-quick-view-image-width);
  }
}
.woocommerce div.product.g5shop__single-product div.images,
.woocommerce div.product.g5shop__single-product div.summary {
  margin-bottom: 0;
}

.g5shop__single-product-summary {
  margin-bottom: var(--g5shop-single-product-block-spacing);
}

@media (max-width: 768px) {
  .woocommerce div.product.g5shop__single-product div.images {
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .woocommerce div.product.g5shop__product-gallery-desktop .woocommerce-product-gallery {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product.g5shop__product-gallery-desktop .g5shop__woocommerce-product-gallery {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.no-sidebar.woocommerce div.product.g5shop__single-product-layout-5 div.images.g5shop__woocommerce-product-gallery {
    width: calc(50vw - 585px + var(--g5shop-single-product-image-width));
    margin-left: calc(0px - (50vw - 585px));
  }
  body.no-sidebar.woocommerce div.product.g5shop__single-product-layout-5 .g5shop__loop-product-flash {
    margin-left: calc(0px - (50vw - 585px));
  }
  body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 div.images.g5shop__woocommerce-product-gallery {
    width: calc(50vw - (95vw - 30px) / 2 + var(--g5shop-single-product-image-width));
    margin-left: calc(0px - (50vw - (95vw - 30px) / 2));
  }
  body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 .g5shop__loop-product-flash {
    margin-left: calc(0px - (50vw - (95vw - 30px) / 2));
  }
}
/* ## Cart */
/* ## Checkout */
/* ## My Account */
.woocommerce form.woocommerce-form-track-order {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.woocommerce form.woocommerce-form-track-order .form-row-first,
.woocommerce form.woocommerce-form-track-order .form-row-last {
  width: 100%;
}
.woocommerce form.woocommerce-form-track-order .form-row-first input.input-text,
.woocommerce form.woocommerce-form-track-order .form-row-last input.input-text {
  text-align: center;
}

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