@charset "UTF-8";
.woocommerce-products-header {
  display: none;
}

span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
span.woocommerce-input-wrapper .select2-container {
  height: 48px;
}

.woocommerce-custom-wrap {
  display: none;
}

.woocommerce-custom-wrap-mobile {
  display: block;
}

@media (min-width: 576px) {
  .gsf-catalog-full-width .woocommerce-custom-wrap > .container,
.gsf-catalog-full-width #gf-filter-content > .container,
.gsf-catalog-full-width .clear-filter-wrap > .container {
    max-width: 100%;
  }
}
/*--------Catalog Filter------*/
.gsf-catalog-filter .woocommerce-custom-wrap {
  border-bottom: 1px solid var(--g5-color-border);
}
.gsf-catalog-filter .woocommerce-custom-wrap .container {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gsf-catalog-filter .woocommerce-custom-wrap .container > div {
  max-width: 50%;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul {
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul > li:not(:last-child) {
  margin-right: 35px;
}
.gsf-catalog-filter ul.nav-tabs.gf-cate-filter,
.gsf-catalog-filter ul.nav-tabs.gf-tabs-filter {
  margin-bottom: 0;
}
.gsf-catalog-filter #gf-filter-content {
  display: none;
  padding-top: 50px;
  background-color: #f8f8f8;
}
.gsf-catalog-filter #gf-filter-content .widget + .widget {
  margin-top: 0;
}
.gsf-catalog-filter #gf-filter-content .widget {
  margin: 0 0 30px;
  padding-bottom: 15px;
}
.gsf-catalog-filter #gf-filter-content .no-widget-content {
  padding-bottom: 50px;
}
.gsf-catalog-filter #gf-filter-content .widget-title {
  font-size: 20px;
  padding: 0;
  border: none;
  color: #323232;
}
.gsf-catalog-filter #gf-filter-content ul.gf-price-filter li,
.gsf-catalog-filter #gf-filter-content ul.gf-product-sorting li {
  font-size: 15px;
  color: #9b9b9b;
}
.gsf-catalog-filter #gf-filter-content ul.gf-price-filter li a:hover,
.gsf-catalog-filter #gf-filter-content ul.gf-price-filter li a:active,
.gsf-catalog-filter #gf-filter-content ul.gf-price-filter li a:focus, .gsf-catalog-filter #gf-filter-content ul.gf-price-filter li.active,
.gsf-catalog-filter #gf-filter-content ul.gf-product-sorting li a:hover,
.gsf-catalog-filter #gf-filter-content ul.gf-product-sorting li a:active,
.gsf-catalog-filter #gf-filter-content ul.gf-product-sorting li a:focus,
.gsf-catalog-filter #gf-filter-content ul.gf-product-sorting li.active {
  color: #323232;
}
.gsf-catalog-filter #gf-filter-content .widget_product_categories li .count,
.gsf-catalog-filter #gf-filter-content .widget_product_categories li > a {
  font-size: 15px;
  color: #9b9b9b;
}
.gsf-catalog-filter #gf-filter-content .widget_product_categories li a:hover,
.gsf-catalog-filter #gf-filter-content .widget_product_categories li a:active,
.gsf-catalog-filter #gf-filter-content .widget_product_categories li a:focus, .gsf-catalog-filter #gf-filter-content .widget_product_categories li.current-cat {
  color: #323232;
}

.clear-filter-wrap {
  margin-top: 30px;
}
.clear-filter-wrap a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.clear-filter-wrap a:last-child {
  margin-right: 0;
}
.clear-filter-wrap a:before {
  content: "x";
  padding-right: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.woocommerce .woocommerce-result-count {
  font-size: 16px;
  font-weight: 400;
  float: none;
  color: var(--g5-color-muted);
  margin: 0;
}

.products [data-items-container] .tooltip-inner {
  white-space: nowrap;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-page-size {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-page-size select {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
  background-color: transparent;
  padding: 0;
}
.woocommerce .woocommerce-ordering select:active, .woocommerce .woocommerce-ordering select:focus,
.woocommerce .woocommerce-page-size select:active,
.woocommerce .woocommerce-page-size select:focus {
  border: none;
  color: var(--g5-color-accent);
}

.gf-toggle-filter {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
  cursor: pointer;
}
.gf-toggle-filter i {
  font-size: 8px;
  margin-left: 5px;
}
.gf-toggle-filter:hover {
  color: var(--g5-color-accent);
}

/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 0 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.woocommerce a.remove:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "";
  font-size: 16px;
  color: var(--g5-color-muted);
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before {
  color: var(--g5-color-accent);
}

/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: var(--g5-primary-font);
  font-weight: 500;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
  padding: 21px 50px !important;
  line-height: 1;
  background-color: #222;
  color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: var(--g5-color-accent);
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  background-color: var(--g5-color-accent);
}
.woocommerce #respond input#submit:active, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
  background-color: transparent !important;
  color: var(--g5-color-heading) !important;
  border-color: var(--g5-color-accent) !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  background-color: transparent;
  padding: 0 !important;
  color: var(--g5-color-heading) !important;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-error .button:active, .woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:active,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:active,
.woocommerce .woocommerce-message .button:focus {
  border-color: transparent !important;
  color: var(--g5-color-accent) !important;
}

/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
}
.product-thumb .entry-thumbnail-overlay:after {
  display: none;
}
.product-thumb img {
  width: 100% !important;
}

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

.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;
}

.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 0;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}

.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary {
  transition: 0.3s;
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back,
.product-item-wrap:hover .product-images-hover.flip-back,
.product-item-wrap.active .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-inner:hover .product-actions .add_to_cart_tooltip,
.product-item-inner:hover .product-actions .compare,
.product-item-inner:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-item-inner:hover .product-actions .product-quick-view,
.product-item-wrap:hover .product-actions .add_to_cart_tooltip,
.product-item-wrap:hover .product-actions .compare,
.product-item-wrap:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap:hover .product-actions .product-quick-view,
.product-item-wrap.active .product-actions .add_to_cart_tooltip,
.product-item-wrap.active .product-actions .compare,
.product-item-wrap.active .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap.active .product-actions .product-quick-view {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.gf-product-swatched .product-images-hover.change-image .product-thumb-secondary {
  transition: 0.3s;
  opacity: 1;
}
.gf-product-swatched .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.product-flash {
  width: 44px;
  height: 44px;
  background-color: #f0524b;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-flash + .product-flash {
  margin-top: 5px;
}

.on-featured {
  background-color: #f5cc63;
}

.on-new {
  background-color: #ffbb00;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  white-space: nowrap;
  padding: 13px 30px;
}

/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.add_to_cart_tooltip,
.compare,
.product-quick-view,
.yith-wcwl-add-to-wishlist {
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--g5-color-accent);
  color: var(--g5-color-heading);
  font-size: 0;
  cursor: pointer;
}
.add_to_cart_tooltip:hover, .add_to_cart_tooltip:active, .add_to_cart_tooltip:focus,
.compare:hover,
.compare:active,
.compare:focus,
.product-quick-view:hover,
.product-quick-view:active,
.product-quick-view:focus,
.yith-wcwl-add-to-wishlist:hover,
.yith-wcwl-add-to-wishlist:active,
.yith-wcwl-add-to-wishlist:focus {
  background-color: var(--g5-color-accent);
  color: #fff !important;
  text-decoration: none;
}

.product-quick-view i {
  font-size: 18px;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist img.ajax-loading {
  display: none !important;
}
.yith-wcwl-add-to-wishlist i,
.yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.yith-wcwl-add-to-wishlist a {
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: inherit;
}
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist a:active {
  background-color: var(--g5-color-accent);
  color: #fff !important;
  text-decoration: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  line-height: 1;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 400;
  font-size: 18px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  line-height: 1;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: inherit;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 900;
  font-size: 18px;
}

.compare {
  margin-bottom: 0;
}
.compare:before {
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 400;
}

.product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product-actions .add_to_cart_tooltip,
.product-actions .compare,
.product-actions .product-quick-view,
.product-actions .yith-wcwl-add-to-wishlist {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #777;
  border: none;
  font-size: 0;
  margin-bottom: 3px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  visibility: hidden;
}
.product-actions .add_to_cart_tooltip:hover, .product-actions .add_to_cart_tooltip:active, .product-actions .add_to_cart_tooltip:focus,
.product-actions .compare:hover,
.product-actions .compare:active,
.product-actions .compare:focus,
.product-actions .product-quick-view:hover,
.product-actions .product-quick-view:active,
.product-actions .product-quick-view:focus,
.product-actions .yith-wcwl-add-to-wishlist:hover,
.product-actions .yith-wcwl-add-to-wishlist:active,
.product-actions .yith-wcwl-add-to-wishlist:focus {
  background-color: var(--g5-color-heading);
  text-decoration: none;
}
.product-actions .product-quick-view i {
  font-size: 15px;
  font-family: var(--g5-font-icon);
}
.product-actions .add_to_cart_button,
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .added_to_cart,
.product-actions .product_out_of_stock,
.product-actions .product_type_variable {
  color: inherit;
}
.product-actions .add_to_cart_button:hover, .product-actions .add_to_cart_button:active, .product-actions .add_to_cart_button:focus,
.product-actions .product_type_grouped:hover,
.product-actions .product_type_grouped:active,
.product-actions .product_type_grouped:focus,
.product-actions .product_type_external:hover,
.product-actions .product_type_external:active,
.product-actions .product_type_external:focus,
.product-actions .added_to_cart:hover,
.product-actions .added_to_cart:active,
.product-actions .added_to_cart:focus,
.product-actions .product_out_of_stock:hover,
.product-actions .product_out_of_stock:active,
.product-actions .product_out_of_stock:focus,
.product-actions .product_type_variable:hover,
.product-actions .product_type_variable:active,
.product-actions .product_type_variable:focus {
  color: inherit;
  text-decoration: none;
}
.product-actions .add_to_cart_button:before,
.product-actions .product_type_grouped:before,
.product-actions .product_type_external:before,
.product-actions .added_to_cart:before,
.product-actions .product_out_of_stock:before,
.product-actions .product_type_variable:before {
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 400;
}
.product-actions .product_out_of_stock:before,
.product-actions .product_type_variable:before,
.product-actions .product_type_grouped:before {
  content: "";
}
.product-actions .added_to_cart:before {
  font-weight: 900;
  content: "";
}
.product-actions .product_type_external:before {
  content: "";
}
.product-actions .yith-wcwl-add-to-wishlist a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.product-actions .yith-wcwl-add-to-wishlist a:hover, .product-actions .yith-wcwl-add-to-wishlist a:focus, .product-actions .yith-wcwl-add-to-wishlist a:active {
  background-color: var(--g5-color-heading);
}
.product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-size: 15px;
}
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 15px;
}
.product-actions .add_to_cart_tooltip {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.1s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -moz-transform 0.4s 0.1s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -ms-transform 0.4s 0.1s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -o-transform 0.4s 0.1s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.1s ease-out;
}
.product-actions .yith-wcwl-add-to-wishlist {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.15s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -moz-transform 0.4s 0.15s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -ms-transform 0.4s 0.15s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -o-transform 0.4s 0.15s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.15s ease-out;
}
.product-actions .product-quick-view {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -webkit-transform 0.4s 0.2s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -moz-transform 0.4s 0.2s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -ms-transform 0.4s 0.2s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -o-transform 0.4s 0.2s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, transform 0.4s 0.2s ease-out;
}
.product-actions .compare {
  -webkit-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, -webkit-transform 0.4s 0.25s ease-out;
  -moz-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, -moz-transform 0.4s 0.25s ease-out;
  -ms-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, -ms-transform 0.4s 0.25s ease-out;
  -o-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, -o-transform 0.4s 0.25s ease-out;
  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;
}

/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.add_to_cart_button.loading:after {
  display: none;
}
.woocommerce a.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: "" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}

.woocommerce a.add_to_cart_button.added {
  display: none;
}

/**
* Product Price
* ----------------------------------------------------------------------------
*/
.woocommerce .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
}

.woocommerce del .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--g5-color-muted);
  margin-right: 5px;
  opacity: 1;
  font-weight: 500;
}

.woocommerce ins {
  text-decoration: none;
}

/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .star-rating {
  font-size: 14px;
  width: 96px;
}
.woocommerce .star-rating:before {
  letter-spacing: 0.4em;
}
.woocommerce .star-rating span {
  color: #fbb230;
}
.woocommerce .star-rating span:before {
  letter-spacing: 0.4em;
}

.woocommerce p.stars a {
  color: #fbb230;
}

/**
* product name
 */
.product-title {
  font-size: 17px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  color: var(--g5-color-heading);
}

/**
* Product cat
 */
.product-cat {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  color: var(--g5-color-heading);
  text-transform: uppercase;
}

.product-category img {
  width: 100%;
  border: 1px solid var(--g5-color-border);
}
.product-category a:hover, .product-category a:focus, .product-category a:active {
  text-decoration: none;
}
.product-category a:hover .woocommerce-loop-category__title, .product-category a:focus .woocommerce-loop-category__title, .product-category a:active .woocommerce-loop-category__title {
  color: var(--g5-color-accent);
}
.product-category .woocommerce-loop-category__title {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.product-category .woocommerce-loop-category__title mark {
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.products .layout-grid .product-category {
  text-align: center;
}
.products .layout-grid .product-category img {
  margin-bottom: 25px;
}
.products .layout-grid .product-thumb {
  margin-bottom: 20px;
}
.products .layout-grid .product-info {
  text-align: center;
}
.products .layout-grid .product-cat {
  margin-bottom: 10px;
}
.products .layout-grid .product-title {
  margin-top: 0;
  margin-bottom: 8px;
}
.products .layout-grid .gf-swatches {
  margin-top: 12px;
}
.products .layout-grid .gf-swatches .swatches-inner {
  -ms-flex-pack: center;
  justify-content: center;
}
.products .layout-grid .star-rating {
  margin: 10px auto 0 auto;
}
.products .layout-grid .star-rating + .gf-swatches {
  margin-top: 20px;
}

.woocommerce div.product div.images a.woocommerce-product-gallery__trigger {
  top: 10px;
  right: 10px;
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:hover:before {
  border-color: var(--g5-color-accent);
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:hover:after {
  background-color: var(--g5-color-accent);
}

.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;
}

.quantity .quantity-inner {
  display: inline-block;
  position: relative;
  width: 120px;
}
.quantity .quantity-inner .qty {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid var(--g5-color-border);
  font-size: 14px;
  color: var(--g5-color-heading);
}
.quantity .quantity-inner .btn-number {
  font-size: 14px;
  position: absolute;
  cursor: pointer;
  color: var(--g5-color-muted);
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quantity .quantity-inner .btn-number:hover {
  color: var(--g5-color-heading);
}
.quantity .quantity-inner .btn-number[data-type=minus] {
  left: 0;
}
.quantity .quantity-inner .btn-number[data-type=plus] {
  right: 0;
}

.popup-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--g5-color-muted);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popup-close:hover {
  color: var(--g5-color-accent);
}

.product-deal-countdown {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.product-deal-countdown .countdown-section {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 9px;
  background-color: #333;
  color: #fff;
}
.product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 5px;
}
.product-deal-countdown .countdown {
  padding-top: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-deal-countdown .countdown-amount {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.product-deal-countdown .countdown-period {
  display: block;
  font-size: 11px;
}
.product-deal-countdown.small .countdown-section {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}

.summary .product-deal-countdown {
  text-align: left;
  position: static;
  margin-bottom: 20px;
}
.summary .product-deal-countdown .deal-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--g5-color-heading);
  display: block;
  margin-bottom: 10px;
}
.summary .product-deal-countdown .countdown-section {
  background-color: var(--g5-color-heading);
  color: var(--g5-color-countdown-single-product);
}

/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-tabs {
  margin: 0 0 75px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 23px 0;
  margin: 0 0 45px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: var(--g5-color-border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  margin-right: 55px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--g5-color-muted);
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--g5-color-heading);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--g5-color-heading);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}

/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #review_form_wrapper .comment-reply-title,
.woocommerce #reviews #comments h2 {
  font-family: var(--g5-primary-font);
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  color: var(--g5-color-heading);
  display: block;
  line-height: 1.3;
}
.woocommerce #reviews #review_form_wrapper {
  margin-top: 45px;
}
.woocommerce #reviews #review_form_wrapper .comment-form-email,
.woocommerce #reviews #review_form_wrapper .comment-form-author {
  float: left;
  width: 50%;
}
.woocommerce #reviews #review_form_wrapper .comment-form-email input,
.woocommerce #reviews #review_form_wrapper .comment-form-author input {
  width: 100%;
}
.woocommerce #reviews #review_form_wrapper .comment-form-author {
  padding-right: 10px;
}
.woocommerce #reviews #review_form_wrapper .comment-form-email {
  padding-left: 10px;
}
.woocommerce #reviews #review_form_wrapper .form-submit {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}
.woocommerce #reviews #review_form_wrapper #comment {
  height: auto;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 30px 0 0 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--g5-color-border);
  margin-bottom: 35px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 140px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
  font-family: var(--g5-primary-font);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: var(--g5-color-muted);
}

@media (max-width: 767px) {
  .woocommerce #reviews #review_form_wrapper .comment-form-email,
.woocommerce #reviews #review_form_wrapper .comment-form-author {
    width: 100%;
    padding: 0;
  }
}
/**
* Up sells, Related
 */
.woocommerce .up-sells,
.woocommerce .related {
  margin-top: 75px;
}

.woocommerce table.shop_table.shop_table {
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.shop_table.shop_table th {
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  background-color: transparent !important;
  color: var(--g5-color-heading);
}
.woocommerce table.shop_table.shop_table th,
.woocommerce table.shop_table.shop_table td {
  border: none;
  border-top: 1px solid var(--g5-color-border);
}
.woocommerce table.shop_table.shop_table td.product-name {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
}
.woocommerce table.shop_table.shop_table td.product-name a {
  color: inherit;
}
.woocommerce table.shop_table.shop_table td.product-name a:hover, .woocommerce table.shop_table.shop_table td.product-name a:focus, .woocommerce table.shop_table.shop_table td.product-name a:active {
  color: var(--g5-color-accent);
  text-decoration: none;
}
.woocommerce table.shop_table.shop_table td.product-name .wc-item-meta {
  padding: 0;
}
.woocommerce table.shop_table.shop_table dl.variation {
  font-size: 14px;
}
.woocommerce table.shop_table.shop_table dl.variation dt {
  font-weight: 400;
}
.woocommerce table.shop_table.shop_table strong {
  font-weight: 400;
}
.woocommerce table.shop_table.shop_table .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce table.shop_table.shop_table td.product-price .woocommerce-Price-amount {
  color: var(--g5-color-muted);
}
.woocommerce table.shop_table.shop_table td.product-quantity .quantity-label {
  display: none;
}
.woocommerce table.shop_table.shop_table td.product-quantity .quantity .quantity-inner {
  width: 80px;
}
.woocommerce table.shop_table.shop_table td.product-quantity .quantity .quantity-inner .qty {
  border: 1px solid var(--g5-color-border);
  height: 40px;
  color: var(--g5-color-muted);
}
.woocommerce table.shop_table.shop_table td.product-quantity .quantity .quantity-inner .btn-number[data-type=minus] {
  left: 10px;
}
.woocommerce table.shop_table.shop_table td.product-quantity .quantity .quantity-inner .btn-number[data-type=plus] {
  right: 10px;
}
.woocommerce table.shop_table.shop_table img {
  width: 80px;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table.shop_table tr:nth-child(2n) td {
    background-color: transparent;
  }
}
.woocommerce-cart table.cart a.remove:before {
  font-size: 18px;
}
.woocommerce-cart table.cart td.product-thumbnail {
  width: 105px;
  padding: 30px 25px 30px 0;
}
.woocommerce-cart table.cart td.product-remove {
  width: 50px;
}
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
  text-align: center;
}
.woocommerce-cart table.cart td.actions {
  padding-top: 30px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 62px;
  min-width: 270px;
  padding: 0 20px;
  background-color: transparent;
}
.woocommerce-cart table.cart td.actions .coupon .button {
  background-color: #eee;
  color: var(--g5-color-heading);
}

@media (max-width: 991px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 62px;
    min-width: 170px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.product-remove {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .woocommerce-cart table.cart td.actions .coupon .button {
    float: none;
    width: 100%;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells {
  margin-top: 75px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  margin-top: 75px;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--g5-color-border);
  margin: 0 0 40px 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: var(--g5-color-heading);
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row {
  margin: 0 0 6px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row input.input-text {
  background-color: transparent;
  border: 1px solid var(--g5-color-border);
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row .select2-container--default.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: var(--g5-color-border);
  text-align: left;
}

.woocommerce ul#shipping_method li input {
  vertical-align: middle;
}

@media (max-width: 991px) {
  .woocommerce .cart-collaterals {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:nth-child(2n) td {
    background-color: transparent;
  }
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1em;
}
.woocommerce form .form-row label {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  color: var(--g5-color-heading);
  display: block;
  line-height: 1.2;
}
.woocommerce form .form-row .password-input {
  width: 100%;
}

.woocommerce .col2-set {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.woocommerce .col2-set:after, .woocommerce .col2-set:before {
  display: none;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  padding: 0;
  float: none;
  width: 48%;
  -ms-flex: 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media (max-width: 768px) {
  .woocommerce .col2-set {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100%;
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-checkout .checkout #order_review_heading,
.woocommerce-checkout .checkout .woocommerce-billing-fields > h3 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0 0 30px 0;
}
.woocommerce-checkout .checkout .col-1 {
  margin-bottom: 50px;
}
.woocommerce-checkout .checkout .col-2 {
  margin-bottom: 45px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
  margin: 0 0 30px 0;
  line-height: 1.25;
  font-size: 25px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  text-transform: none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label span {
  line-height: 1;
}
.woocommerce-checkout .checkout .form-row textarea {
  height: 140px;
}
.woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table td.product-name {
  font-weight: 400;
}
.woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
  color: var(--g5-color-muted);
}
.woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-size: 18px;
}
.woocommerce-checkout .checkout #payment {
  margin-top: 40px;
  background-color: #f5f5f5;
}
.woocommerce-checkout .checkout #payment input[type=radio], .woocommerce-checkout .checkout #payment input[type=checkbox] {
  background: #dfdcde;
}
.woocommerce-checkout .checkout #payment .place-order {
  display: block;
}
.woocommerce-checkout .checkout #payment .place-order button.button {
  float: none !important;
}
.woocommerce-checkout .checkout #payment label {
  margin: 0;
}
.woocommerce-checkout .checkout #payment ul.payment_methods {
  border-color: #eee;
}
.woocommerce-checkout .checkout #payment .payment_method_paypal input[type=radio] {
  position: relative;
  top: -4px;
}

@media (max-width: 768px) {
  .woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout .checkout table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
  }
}
.woocommerce form.woocommerce-form-coupon input.input-text {
  height: 64px;
}
.woocommerce form.woocommerce-form-coupon .form-row-last {
  float: left;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .woocommerce form.woocommerce-form-coupon .form-row {
    float: none;
    width: 100%;
    padding: 0;
  }
  .woocommerce form.woocommerce-form-coupon .form-row input.input-text {
    text-align: center;
  }
  .woocommerce form.woocommerce-form-coupon .form-row button.button {
    width: 100%;
  }
}
.woocommerce form.woocommerce-form-register .form-row-first,
.woocommerce form.woocommerce-form-register .form-row-last,
.woocommerce form.woocommerce-form-login .form-row-first,
.woocommerce form.woocommerce-form-login .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce form.woocommerce-form-register .form-row input.input-text,
.woocommerce form.woocommerce-form-login .form-row input.input-text {
  height: 64px;
}
.woocommerce form.woocommerce-form-register .woocommerce-form-login__rememberme,
.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce form.woocommerce-form-register .button,
.woocommerce form.woocommerce-form-login .button {
  float: none;
  margin: 0;
  min-width: 230px;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0 0 15px 0;
}

.woocommerce table.shop_table.order_details td.product-name {
  font-weight: 400;
}
.woocommerce table.shop_table.order_details .product-total .woocommerce-Price-amount {
  color: var(--g5-color-muted);
}
.woocommerce table.shop_table.order_details tfoot .woocommerce-Price-amount {
  font-size: 18px;
}

@media (max-width: 991px) {
  .woocommerce ul.order_details li {
    float: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border: none;
    border-bottom: 1px dashed #d3ced2;
  }
  .woocommerce ul.order_details li strong {
    display: inline-block;
  }
  .woocommerce ul.order_details li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column--billing-address {
    margin-bottom: 2em;
  }

  .woocommerce table.shop_table.order_details tfoot td,
.woocommerce table.shop_table.order_details .product-total {
    text-align: right;
  }
}
.woocommerce-customer-details > h2 {
  font-size: 34px;
}
.woocommerce-customer-details table.customer_details tbody th, .woocommerce-customer-details table.customer_details tbody td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-customer-details table.customer_details tbody tr:first-child th, .woocommerce-customer-details table.customer_details tbody tr:first-child td {
  border-top: 1px solid var(--g5-color-border) !important;
}

/**
* Wishlist page
 */
#yith-wcwl-form .wishlist-title {
  margin-bottom: 50px;
}
#yith-wcwl-form .wishlist-title h2 {
  font-size: 34px;
  margin-top: 0;
  padding: 0;
}
#yith-wcwl-form .wishlist-title .button.show-title-form {
  padding: 0 !important;
  border: none;
  background: transparent;
  color: inherit;
}
#yith-wcwl-form .shop_table {
  border-collapse: collapse;
}
#yith-wcwl-form tbody tr {
  text-align: left;
  border: 1px solid var(--g5-color-border);
}
#yith-wcwl-form tbody th, #yith-wcwl-form tbody td {
  padding-right: 15px !important;
}
#yith-wcwl-form tbody .product-remove {
  padding-left: 15px !important;
  text-align: center;
  vertical-align: middle;
  border: none !important;
}
#yith-wcwl-form tbody .product-thumbnail {
  border-left-width: 0;
  padding-left: 0;
  width: 135px;
}
#yith-wcwl-form tbody .product-thumbnail a {
  max-width: 100%;
}
#yith-wcwl-form tbody .product-thumbnail img {
  width: 85px;
}
#yith-wcwl-form tbody .product-price {
  color: var(--g5-color-muted);
  font-size: 16px;
  font-weight: 500;
}
#yith-wcwl-form tbody .product-price del {
  font-weight: 400;
}
#yith-wcwl-form tbody .product-stock-status > span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: var(--g5-color-heading);
}
#yith-wcwl-form tbody .product-stock-status > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock:before {
  content: "";
  color: #8cc63e;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock:before {
  content: "";
  color: red;
}
#yith-wcwl-form tbody .product-add-to-cart {
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: center;
}
#yith-wcwl-form tbody .product-add-to-cart a {
  margin-bottom: 0 !important;
  font-weight: 500;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
  padding: 14px 20px !important;
  line-height: 1;
  background-color: var(--g5-color-accent);
  color: var(--g5-color-accent-foreground);
}
#yith-wcwl-form tbody .product-add-to-cart a:active, #yith-wcwl-form tbody .product-add-to-cart a:focus, #yith-wcwl-form tbody .product-add-to-cart a:hover {
  background-color: transparent !important;
  color: var(--g5-color-accent) !important;
  border-color: var(--g5-color-accent) !important;
  text-decoration: none;
}
#yith-wcwl-form tfoot th, #yith-wcwl-form tfoot td {
  border: none;
  padding: 0;
  padding-top: 20px;
}
#yith-wcwl-form tfoot .yith-wcwl-share {
  margin-bottom: 0;
}
#yith-wcwl-form tfoot .yith-wcwl-share .yith-wcwl-share-title,
#yith-wcwl-form tfoot .yith-wcwl-share ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#yith-wcwl-form tfoot .yith-wcwl-share .yith-wcwl-share-title {
  font-size: 20px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  padding: 0;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul .fa {
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}

/**
* My account page
 */
.woocommerce-account #customer_login h2 {
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
.woocommerce-account #customer_login form.woocommerce-form-login button.button {
  background-color: var(--g5-color-accent);
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: var(--g5-color-heading);
  display: block;
  padding: 10px 20px;
  border-bottom: solid 1px var(--g5-color-border);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
  color: var(--g5-color-link-hover);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--g5-color-accent);
  border-bottom-color: var(--g5-color-accent);
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
  font-size: 1em;
}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders td,
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders th {
  padding-top: 9px;
  padding-bottom: 9px;
}
.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button {
  font-size: 16px !important;
  padding: 14px 45px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--g5-color-border);
  margin: 0 0 25px 0;
  line-height: 1.25;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form > h3 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 0 0 25px 0;
}

@media (max-width: 991px) {
  .woocommerce-account #customer_login.col2-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-account #customer_login.col2-set .col-1,
.woocommerce-account #customer_login.col2-set .col-2 {
    width: 100%;
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-account #customer_login.col2-set .col-2 {
    margin-top: 2em;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .col-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .col-2 {
    width: 100%;
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set.addresses .col-2 {
    margin-top: 2em;
  }
}
/*.customer-login-block {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    .login {
        input[name="login"] {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }
        .lost_password {
            float: right;

        }
    }
}*/
/*.customer-register-block {
    input[name="register"] {
        display: block;
        width: 100%;
    }
}*/
/*.u-column1 .customer-login-block {
    width: 100%;
}*/
label[for=rememberme] input[type=checkbox] {
  position: relative;
  top: 4px;
}

/**
* order tracking
 */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}

.track_order p {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  #yith-wcwl-form {
    overflow: auto;
  }
}
div#yith-wcwl-popup-message,
div#gsf-cart-popup-message {
  background-color: var(--g5-color-heading);
  color: var(--g5-color-muted);
  border: none;
  border-radius: 0;
  padding: 30px;
}

div#gsf-cart-popup-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  max-width: 100%;
}
div#gsf-cart-popup-message .cart-icon {
  display: block;
  margin-bottom: 10px;
  color: var(--g5-color-accent);
  font-size: 28px;
}

#colorbox.yith_woocompare_colorbox,
#cboxOverlay.yith_woocompare_colorbox {
  z-index: 999999;
}

.gf-swatches .reset_variations {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--g5-color-muted);
}
.gf-swatches .reset_variations:hover {
  color: var(--g5-color-heading);
}
.gf-swatches .swatches-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gf-swatches .swatches-inner .swatches-item {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--g5-color-border);
}
.gf-swatches .swatches-inner .swatches-item + .swatches-item {
  margin-left: 5px;
}
.gf-swatches .swatches-inner + .swatches-inner {
  margin-top: 10px;
}
.gf-swatches .swatches-color .swatches-item {
  background-color: currentColor;
}
.gf-swatches .swatches-color .swatches-item:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  border: 1px solid currentColor;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-swatches .swatches-color .swatches-item:not(.swatches-disabled):hover:before, .gf-swatches .swatches-color .swatches-item:not(.swatches-disabled):focus:before, .gf-swatches .swatches-color .swatches-item:not(.swatches-disabled):active:before, .gf-swatches .swatches-color .swatches-item:not(.swatches-disabled).swatches-selected:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gf-swatches .swatches-image .swatches-item {
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gf-swatches .swatches-text .swatches-item {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--g5-color-muted);
  border: none;
}
.gf-swatches .swatches-text .swatches-item:not(.swatches-disabled):hover, .gf-swatches .swatches-text .swatches-item:not(.swatches-disabled):focus, .gf-swatches .swatches-text .swatches-item:not(.swatches-disabled):active, .gf-swatches .swatches-text .swatches-item:not(.swatches-disabled).swatches-selected {
  color: var(--g5-color-heading);
}

.gf-swatches-single-wrap .reset_variations {
  margin-top: 0;
  margin-left: 5px;
  font-size: 12px !important;
}
.gf-swatches-single-wrap .swatches-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 0;
}
.gf-swatches-single-wrap .swatches-inner .swatches-item {
  min-width: 26px;
  height: 26px;
  line-height: 26px;
}
.gf-swatches-single-wrap .swatches-inner .swatches-item + .swatches-item {
  margin-left: 15px;
}
.gf-swatches-single-wrap .swatches-color .swatches-item:before {
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
}
.gf-swatches-single-wrap .swatches-text .swatches-item {
  font-size: 20px;
}

.select2-container--default.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: var(--g5-background-color-contrast-02);
  border-color: var(--g5-background-color-contrast-02);
  margin: 0;
}

.select2-container.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: var(--g5-color-text-main);
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-container.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single {
  background-color: transparent;
  border-color: var(--g5-color-accent);
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: 0;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
  text-transform: none;
}

.products .gf-gutter-30 > [class*=col-] {
  padding-bottom: 55px;
}

.products .gf-gutter-40 > [class*=col-] {
  padding-bottom: 65px;
}

.products .blog-pagination {
  margin-top: 20px;
}

.gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li > a {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li + li {
  margin-left: 100px;
}
.gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li + li:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #c8c8c8;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
}

@media (max-width: 767px) {
  .gsf-product_tabs ul.nav-tabs.gf-tabs-filter {
    margin-bottom: 30px;
  }
  .gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li > a {
    font-size: 30px;
  }
  .gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li + li {
    margin-left: 50px;
  }
  .gsf-product_tabs ul.nav-tabs.gf-tabs-filter > li + li:before {
    left: -25px;
  }
}
/*---Single Product*/
.woocommerce div.product div.summary {
  margin-bottom: 60px;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
  margin-right: 15px;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .woocommerce-Price-amount.amount {
  font-size: 30px;
  font-weight: normal;
}
.woocommerce div.product div.summary p.price {
  margin-bottom: 42px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 50px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce div.product div.summary form.cart label {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px 0;
  line-height: 26px;
}
.woocommerce div.product div.summary form.cart .variations td.label {
  padding-bottom: 1em;
  width: 30%;
}
.woocommerce div.product div.summary form.cart .reset_variations {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--g5-color-muted);
}
.woocommerce div.product div.summary form.cart .reset_variations:hover {
  color: var(--g5-color-heading);
}
.woocommerce div.product div.summary form.cart div.quantity {
  width: 100%;
  margin: 0 0 50px 0;
}
.woocommerce div.product div.summary form.cart div.quantity label {
  width: 30%;
  display: inline-block;
}
.woocommerce div.product div.summary form.cart div.quantity .quantity-inner {
  display: inline-block;
}
.woocommerce div.product div.summary form.cart {
  margin-bottom: 33px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--g5-color-border);
}
.woocommerce div.product div.summary form.cart .button:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -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-size: 18px;
  content: "";
  margin-right: 10px;
}
.woocommerce div.product div.summary .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}
.woocommerce div.product div.summary p.stock {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: var(--g5-color-heading);
}
.woocommerce div.product div.summary p.stock:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #8cc63e;
  margin-right: 8px;
}
.woocommerce div.product div.summary p.stock.out-of-stock:before {
  content: "";
  color: #fe3d7d;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list {
  width: 100%;
  margin-bottom: 40px;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list td {
  vertical-align: middle;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list div.quantity {
  margin: 0;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list div.quantity .quantity-inner {
  width: 80px;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list div.quantity label {
  display: none;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label {
  padding-left: 1em;
  text-transform: none;
  font-size: 17px;
  letter-spacing: normal;
  font-weight: normal;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label a {
  color: var(--g5-color-heading);
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--g5-color-accent);
  text-decoration: none;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount.amount {
  font-size: 18px;
}
.woocommerce div.product div.summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price p.stock {
  margin-bottom: 0;
}
.woocommerce div.product div.summary form.cart.gf-swatches-single-wrap .variations .swatches-inner + select {
  display: none;
}

.woocommerce div.product div.images {
  margin-bottom: 60px;
}

.woocommerce div.product div.images ol.flex-control-thumbs {
  margin-top: 10px;
}
.woocommerce div.product div.images ol.flex-control-thumbs .owl-item {
  padding-right: 1px;
}
.woocommerce div.product div.images ol.flex-control-thumbs .owl-item li {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images ol.flex-control-thumbs .slick-slide > div {
  padding: 0;
}
.woocommerce div.product div.images ol.flex-control-thumbs li {
  clear: none !important;
  width: 100%;
}
.woocommerce div.product div.images ol.flex-control-thumbs img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.woocommerce div.product div.images ol.flex-control-thumbs img:hover, .woocommerce div.product div.images ol.flex-control-thumbs img:focus, .woocommerce div.product div.images ol.flex-control-thumbs img:active, .woocommerce div.product div.images ol.flex-control-thumbs img.flex-active {
  opacity: 0.3;
  border-color: var(--g5-color-muted);
}

@media (min-width: 1400px) {
  div.product.product-single-layout-02 div.images ol.flex-control-thumbs {
    position: absolute;
    width: 100px;
    top: 0;
    margin: 0;
    left: -110px;
    z-index: 1;
  }
  div.product.product-single-layout-02 div.images ol.flex-control-thumbs li {
    margin-bottom: 7px;
  }
}
@media (max-width: 1399px) {
  div.product.product-single-layout-02 div.images ol.flex-control-thumbs .slick-list {
    margin: 0 -5px;
  }
  div.product.product-single-layout-02 div.images ol.flex-control-thumbs li {
    padding: 0 5px;
  }
}
.single-product-function {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin-left: 10px;
}
.single-product-function .compare {
  margin-left: 10px;
}

.product_meta > span {
  display: block;
  font-size: 16px;
  color: var(--g5-color-muted);
}
.product_meta > span span {
  color: var(--g5-color-heading);
}
.product_meta > span a {
  color: var(--g5-color-heading);
}
.product_meta > span a:hover, .product_meta > span a:focus {
  color: var(--g5-color-accent);
}
.product_meta > span + span {
  margin-top: 15px;
}

.gf-product-share {
  margin-top: 17px;
}
.gf-product-share > span {
  font-size: 16px;
  color: var(--g5-color-muted);
  vertical-align: middle;
}
.gf-product-share > ul {
  display: inline;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  body.has-sidebar.woocommerce div.product div.summary,
body.has-sidebar.woocommerce div.product div.images {
    float: none;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.no-sidebar.woocommerce div.product div.summary,
body.no-sidebar.woocommerce div.product div.images {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0 0 10px 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .woocommerce div.product form.cart .button {
    padding: 21px 30px !important;
  }
}
#popup-product-quick-view-wrapper {
  text-align: center;
}
#popup-product-quick-view-wrapper .woocommerce div.product div.images,
#popup-product-quick-view-wrapper .woocommerce div.product div.summary {
  margin-bottom: 0;
}
#popup-product-quick-view-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#popup-product-quick-view-wrapper > .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media (min-width: 992px) {
  #popup-product-quick-view-wrapper .modal-dialog {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #popup-product-quick-view-wrapper {
    display: none !important;
  }

  .product-item-wrap .product-actions .add_to_cart_tooltip,
.product-item-wrap .product-actions .compare,
.product-item-wrap .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap .product-actions .product-quick-view {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .product-item-wrap .product-actions .compare,
.product-item-wrap .product-actions .product-quick-view {
    display: none;
  }

  .single-product-function .compare {
    display: none;
  }
}

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