@charset "UTF-8";
:root {
  --g5shop-product-actions-size: 48px;
  --g5shop-product-actions-radius: 50%;
  --g5shop-product-actions-spacing: 10px;
  --g5shop-product-actions-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  --g5shop-product-actions-icon-font: "phosphor";
  --g5shop-product-actions-icon-size: 24px;
  --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-single-product-block-spacing: 90px;
}

/* ## Elements */
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  --g5-btn-padding-x: 2.1875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 1rem;
  --g5-btn-color: var(--g5-color-accent-foreground);
  --g5-btn-bg: var(--g5-color-accent);
  --g5-btn-border-color: var(--g5-color-accent);
  --g5-btn-hover-color: var(--g5-color-primary-foreground);
  --g5-btn-hover-bg: var(--g5-color-primary);
  --g5-btn-hover-border-color: var(--g5-color-primary);
  --g5-btn-outline-color: var(--g5-color-accent);
  --g5-btn-outline-border-hover-color: var(--g5-color-accent);
  --g5-btn-outline-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-accent);
  --g5-btn-link-color: var(--g5-color-accent);
  position: relative;
  display: inline-block;
  font-family: var(--g5-btn-font-family);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
  font-weight: var(--g5-btn-font-weight);
  border: var(--g5-btn-border-width) solid var(--g5-btn-border-color);
  white-space: nowrap;
  border-radius: var(--g5-btn-border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
}
.woocommerce a.added_to_cart.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  --g5-btn-padding-x: 2.1875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 1rem;
}
.woocommerce a.added_to_cart.loading:after,
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}
.woocommerce a.added_to_cart.disabled, .woocommerce a.added_to_cart:disabled, .woocommerce a.added_to_cart:disabled[disabled],
.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] {
  opacity: 1;
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
}
.woocommerce a.added_to_cart.disabled:focus, .woocommerce a.added_to_cart.disabled:hover, .woocommerce a.added_to_cart.disabled:active, .woocommerce a.added_to_cart:disabled:focus, .woocommerce a.added_to_cart:disabled:hover, .woocommerce a.added_to_cart:disabled:active, .woocommerce a.added_to_cart:disabled[disabled]:focus, .woocommerce a.added_to_cart:disabled[disabled]:hover, .woocommerce a.added_to_cart:disabled[disabled]:active,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:active,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled:active,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:active,
.woocommerce button.button.disabled:focus,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:active,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled:hover,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:active,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}
.woocommerce a.added_to_cart.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
}
.woocommerce a.added_to_cart.alt.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled {
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
}
.woocommerce a.added_to_cart.alt.disabled:focus, .woocommerce a.added_to_cart.alt.disabled:hover, .woocommerce a.added_to_cart.alt.disabled:active,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:active,
.woocommerce a.button.alt.disabled:focus,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled:active,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:active,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}
.woocommerce a.added_to_cart.alt:focus, .woocommerce a.added_to_cart.alt:hover, .woocommerce a.added_to_cart.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}
.woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:hover, .woocommerce a.added_to_cart:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}

.woocommerce a.remove {
  font-size: 0 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.woocommerce a.remove:before {
  font-family: var(--g5-font-icon);
  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: "\f00d";
  font-size: 16px;
  color: var(--g5-color-muted);
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before {
  color: var(--g5-color-dark);
}

.woocommerce button[name=update_cart] {
  --g5-btn-color: var(--g5-color-dark);
  --g5-btn-bg: transparent;
  --g5-btn-border-color: var(--g5-color-border);
  --g5-btn-hover-color: var(--g5-color-accent-foreground);
  --g5-btn-hover-bg: var(--g5-color-accent);
  --g5-btn-hover-border-color: var(--g5-color-accent);
  --g5-btn-outline-color: transparent;
  --g5-btn-outline-border-hover-color: var(--g5-color-border);
  --g5-btn-outline-hover-color: var(--g5-color-dark);
  --g5-btn-outline-hover-bg: transparent;
  --g5-btn-link-color: transparent;
}

.woocommerce-loop-category__title,
.g5shop__loop-product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 0 !important;
}
.woocommerce-loop-category__title a,
.g5shop__loop-product-title a,
.woocommerce ul.products li.product .woocommerce-loop-category__title a,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.woocommerce-loop-category__title:focus a, .woocommerce-loop-category__title:active a, .woocommerce-loop-category__title:hover a,
.g5shop__loop-product-title:focus a,
.g5shop__loop-product-title:active a,
.g5shop__loop-product-title:hover a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:focus a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:active a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:focus a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:active a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover a {
  border-color: currentColor;
}
.woocommerce-loop-category__title mark,
.g5shop__loop-product-title mark,
.woocommerce ul.products li.product .woocommerce-loop-category__title mark,
.woocommerce ul.products li.product .woocommerce-loop-product__title mark {
  background: transparent;
  padding: 0;
}

.woocommerce .star-rating {
  font-size: 12px !important;
  width: 72px;
  margin: 0;
  float: none;
}
.woocommerce .star-rating:before {
  letter-spacing: 0.2em;
  color: var(--g5-color-primary);
}
.woocommerce .star-rating span {
  color: var(--g5-color-primary);
}
.woocommerce .star-rating span:before {
  letter-spacing: 0.2em;
}

.woocommerce p.stars a {
  color: var(--g5-color-primary);
}

.woocommerce .g5shop__product-item .g5shop__product-info .price,
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 700;
  color: var(--g5-color-heading);
}
.woocommerce .g5shop__product-item .g5shop__product-info .price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 700;
}
.woocommerce .g5shop__product-item .g5shop__product-info .price del,
.woocommerce ul.products li.product .price del {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
  color: var(--g5-color-text-main);
}

.woocommerce div.product.g5shop__single-product div.summary .price del {
  opacity: 1;
  color: var(--g5-color-text-main);
}

.woocommerce .g5shop__product-item .g5shop__product-info .g5shop__product-title-cat-price-wrap .price {
  font-size: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce .g5shop__product-item .g5shop__product-info .g5shop__product-title-cat-price-wrap .price del {
  margin-right: 0;
}
.woocommerce .g5shop__product-item .g5shop__product-info .g5shop__product-title-cat-price-wrap .price .amount {
  font-size: 16px;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  top: 10px;
  left: 10px;
  padding: 0;
  width: 60px;
  height: 26px;
  background: var(--g5-color-primary);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce ul.products li.product .onsale {
  top: 10px;
  left: 10px;
  margin: 0;
  right: auto;
}

/*------------*/
.g5shop__product-flash {
  padding: 0;
  width: 60px;
  height: 26px;
  background: var(--g5-color-primary);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.g5shop__product-flash + .g5shop__product-flash {
  margin-top: 5px;
}

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

.on-new {
  background: #D3BF0B;
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
  float: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a {
  font-size: 16px;
  color: var(--g5-color-heading);
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .woocommerce-pagination ul.page-numbers li span.current, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a:hover {
  color: var(--g5-color-primary);
  background-color: #F5F5F5;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .prev,
.woocommerce .woocommerce-pagination ul.page-numbers li .next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next {
  font-size: 0;
}

.select2-container--open {
  z-index: 999999;
}

.select2-container--default.select2-container--default .select2-selection--single {
  background-color: var(--g5-color-background-input);
  border: 1px solid var(--g5-color-border-input);
  border-radius: 0;
  height: 48px;
  margin: 0;
}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--g5-color-text-input);
  line-height: 46px;
  padding-left: 20px;
}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}
.select2-container--default.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: 400;
}

.select2-dropdown {
  border: 1px solid var(--g5-color-border-input);
}

.woocommerce .quantity .qty {
  width: 130px;
  padding: 0;
  background: #f5f5f5;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.g5shop__quantity label {
  color: var(--g5-color-heading);
}
.g5shop__quantity input {
  background-color: var(--g5-color-background-input);
  color: var(--g5-color-heading);
  height: 60px;
}
.g5shop__quantity .g5shop__quantity-inner {
  width: 170px;
}
.g5shop__quantity .g5shop__quantity-inner .btn-number {
  width: 50px;
}
.g5shop__quantity .g5shop__quantity-inner .qty {
  font-size: 18px;
  font-weight: bold;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}
.woocommerce table.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  margin-bottom: 0 !important;
  padding: 0 2.5rem !important;
  font-weight: 700;
  border: solid 1px var(--g5-color-border);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.75rem;
  min-height: 2.8125rem;
  line-height: 2.6875rem;
  color: var(--g5-color-dark);
  background-color: transparent;
}
.woocommerce table.wishlist_table .product-add-to-cart a:focus, .woocommerce table.wishlist_table .product-add-to-cart a:hover, .woocommerce table.wishlist_table .product-add-to-cart a:active {
  color: var(--g5-color-accent-foreground);
  background-color: var(--g5-color-accent);
  border-color: var(--g5-color-accent);
}
.woocommerce table.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: var(--g5-color-heading);
}
.woocommerce table.wishlist_table tr td,
.woocommerce table.wishlist_table tr th.product-checkbox,
.woocommerce table.wishlist_table tr th.wishlist-delete {
  text-align: left;
}

.yith-wcwl-share li a i.fa:before {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.yith_wcwl_wishlist_footer > div {
  margin-top: 40px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 21px;
}

.wishlist-title > h2 {
  font-size: 24px;
  margin-bottom: 35px;
}

.woocommerce .hidden-title-form a.hide-title-form {
  line-height: 2.5rem !important;
}

.wishlist_table.mobile {
  padding: 0;
}
.wishlist_table.mobile li {
  margin-bottom: 40px;
}
.wishlist_table.mobile li:last-child {
  margin-bottom: 0;
}
.wishlist_table.mobile li .item-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.wishlist_table.mobile li .item-details h3 {
  font-size: 16px;
}
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
  font-size: 1em;
}
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label {
  font-weight: 500;
}
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value {
  color: var(--g5-color-heading);
  font-weight: 500;
}
.wishlist_table.mobile li .product-add-to-cart a.button {
  width: 100%;
}

.g5shop__loop-product-cat {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--g5-color-muted);
  margin-bottom: 6px;
}
.g5shop__loop-product-cat:hover {
  color: var(--g5-color-dark);
}

.woocommerce-loop-category__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.woocommerce-loop-category__title a {
  border: none;
}
.woocommerce-loop-category__title span {
  display: block;
  font-size: 15px;
  color: var(--g5-color-text-main);
  font-weight: 500;
  margin-top: 3px;
}

.g5shop__product-cat-info {
  margin-top: 18px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-weight: 400;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-size: 20px;
}

.g5shop__product-list-actions .compare:before,
.g5shop__product-actions .compare:before {
  font-size: 20px;
}

.g5shop__swatch-color .g5shop__swatches-item {
  width: 13px;
  height: 13px;
}

.g5shop__swatch-image .g5shop__swatches-item {
  width: 13px;
  height: 13px;
}

.g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected, .g5shop__swatch-text .g5shop__swatches-item:hover {
  color: var(--g5-color-heading);
}

.g5shop__reset_variations {
  color: inherit;
  font-weight: 700;
}
.g5shop__reset_variations:hover {
  color: var(--g5-color-heading);
}

.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item {
  line-height: 1;
  padding: 12px;
  border: 1px solid var(--g5-color-border);
  font-size: 14px;
  min-width: 36px;
  text-align: center;
  border-radius: 3px;
}
.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item:hover {
  color: var(--g5-color-heading);
  border-color: currentColor;
}
.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.g5shop__mini-cart ul.woocommerce-mini-cart li a:not(.remove) {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li a.remove {
  top: 4px;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li .quantity {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.g5shop__mini-cart ul.woocommerce-mini-cart li .woocommerce-Price-amount {
  color: inherit;
  font-weight: bold;
}
.g5shop__mini-cart .woocommerce-mini-cart__total {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}
.g5shop__mini-cart .woocommerce-mini-cart__total .amount {
  font-weight: bold;
  color: inherit;
  font-size: 24px;
}
.g5shop__mini-cart .woocommerce-mini-cart__total strong {
  font-size: 15px;
  font-weight: 500;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .button {
  width: 100%;
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .button.checkout {
  margin-top: 18px;
  background-color: transparent;
  border-color: var(--g5-color-border);
  color: var(--g5-color-heading);
}
.g5shop__mini-cart .woocommerce-mini-cart__buttons .button.checkout:hover {
  color: #fff;
  border-color: var(--g5-color-heading);
  background-color: var(--g5-color-heading);
}

.g5shop_header-action-icon a > span {
  background-color: var(--g5-color-dark);
  color: var(--g5-color-dark-foreground);
}

#g5shop__popup-product-quick-view .mfp-move-from-top .mfp-close {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.g5shop__single-product-summary .wcppec-checkout-buttons {
  text-align: left;
}

@media (max-width: 767px) {
  .cate-filer-left-mw-767 .g5core__cate-filer {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.g5shop__countdown-section {
  background-color: transparent;
  color: var(--g5-color-primary);
  width: auto;
  height: auto;
}
.g5shop__countdown-section .countdown-amount {
  font-size: 48px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.g5shop__countdown-section .countdown-amount:after {
  content: ":";
  font-size: 30px;
  position: absolute;
  right: 0;
}
.g5shop__countdown-section .countdown-period {
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.g5shop__countdown-section + .g5shop__countdown-section {
  margin-left: 0;
}

.g5shop__deal-heading {
  color: var(--g5-color-heading);
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 14px;
}

@media (max-width: 575px) {
  .g5shop__countdown-section .countdown-amount {
    padding: 0 12px;
    font-size: 36px;
  }
  .woocommerce div.product div.summary .g5shop__product-deal-countdown-inner {
    margin: 0 -12px;
  }
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  color: #000;
  background-color: #f7f7f7;
  padding: 12px 20px 12px 40px;
  margin-bottom: 50px;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  margin: 0;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 6px;
}
.woocommerce .woocommerce-error .button:after,
.woocommerce .woocommerce-info .button:after,
.woocommerce .woocommerce-message .button:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 1px;
  bottom: -5px;
  background-color: currentColor;
  opacity: 0;
}
.woocommerce .woocommerce-error .button:hover:after,
.woocommerce .woocommerce-info .button:hover:after,
.woocommerce .woocommerce-message .button:hover:after {
  opacity: 1;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  top: 14px;
  left: 14px;
}

.woocommerce-message {
  border-top-color: #78b873;
}
.woocommerce-message:before {
  color: #78b873;
  font-family: var(--g5-font-icon);
  content: "\f00c";
  font-weight: 900;
  font-size: 14px;
}

.woocommerce-error {
  border-top-color: #e43b3b;
}
.woocommerce-error:before {
  color: #e43b3b;
  font-family: var(--g5-font-icon);
  content: "\f00d";
  font-weight: 900;
  font-size: 14px;
}

.woocommerce-info:before {
  top: 12px !important;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  border-top: none;
  padding: 0;
  color: var(--g5-color-text-main);
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--g5-color-heading);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  border-color: currentColor;
}
.woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}

.woocommerce-form-coupon-toggle + form.checkout_coupon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 3px;
  padding: 35px 25px 40px 25px;
  max-width: 510px;
}
.woocommerce-form-coupon-toggle + form.checkout_coupon .form-row {
  width: auto !important;
  margin: 0;
}
.woocommerce-form-coupon-toggle + form.checkout_coupon .form-row-last {
  margin-top: 20px;
}

.woocommerce-form-login-toggle + form.login {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 3px;
  padding: 35px 25px 40px 25px;
  max-width: 510px;
}

/* ## Widget */
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
.widget_product_categories ul li {
  position: relative;
  margin: 0;
}
.widget_product_categories ul li > a {
  display: inline-block;
  margin: 5px 0;
  position: relative;
  line-height: 20px;
  min-height: 20px;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.widget_product_categories ul li > a:hover {
  color: var(--g5-color-dark);
  border-color: currentColor;
}
.widget_product_categories ul .current_page_ancestor > ul,
.widget_product_categories ul .current_page_parent > ul,
.widget_product_categories ul .current-cat-parent > ul,
.widget_product_categories ul .current-cat-ancestor > ul {
  display: block;
}
.widget_product_categories ul .current-cat > a {
  color: var(--g5-color-dark);
}
.widget_product_categories ul li > ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
.widget_product_categories ul a:hover + .count {
  color: var(--g5-color-heading);
}
.widget_product_categories ul span.count {
  position: absolute;
  top: 2px;
  right: 0;
}
.widget_product_categories ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.woocommerce .widget_layered_nav_filters ul li {
  margin: 0;
}
.woocommerce .widget_layered_nav_filters ul li a {
  color: inherit;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  color: var(--g5-color-heading);
  font-size: 14px;
  position: relative;
  top: 1px;
}
.woocommerce .widget_layered_nav_filters ul li a:hover {
  color: var(--g5-color-heading);
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item > span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item > span:before {
  left: 4px;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item:hover {
  color: var(--g5-color-heading);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item:hover + .count {
  color: var(--g5-color-heading);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item:hover:not(.layered-nav-item-color) > span {
  background: var(--g5-color-heading);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li + li {
  margin-top: 15px;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  position: relative;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list span.count {
  position: absolute;
  right: 0;
  top: -1px;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a {
  color: var(--g5-color-heading);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:before {
  display: none;
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a + .count {
  color: var(--g5-color-heading);
}
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:not(.layered-nav-item-color) > span {
  background-color: var(--g5-color-heading);
}

.wc-block-product-search form label,
.widget_product_search label {
  display: none;
}
.wc-block-product-search form form,
.widget_product_search form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wc-block-product-search form button,
.widget_product_search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  color: inherit;
  border: 0;
  font-size: 0;
  padding: 0;
  width: 40px;
}
.wc-block-product-search form button:before,
.widget_product_search button:before {
  content: "\f002";
  font-family: var(--g5-font-icon);
  font-size: 18px;
  font-weight: 400;
}
.wc-block-product-search form button > span,
.widget_product_search button > span {
  display: none;
}
.wc-block-product-search form input,
.widget_product_search input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 40px 0 20px;
}
.wc-block-product-search form input:focus + button:before,
.widget_product_search input:focus + button:before {
  color: var(--g5-color-dark);
}

.wc-block-product-search form .wc-block-product-search__fields {
  position: relative;
}
.wc-block-product-search form .wc-block-product-search__field {
  padding: 0 40px 0 20px;
}
.wc-block-product-search form .wc-block-product-search__button {
  display: block;
  margin: 0;
  position: absolute;
}
.wc-block-product-search form .wc-block-product-search__button svg {
  display: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 4px;
  background-color: #dddddd;
  margin-bottom: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--g5-color-heading);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--g5-color-heading);
  width: 17px;
  height: 17px;
  top: -6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 16px;
  color: var(--g5-color-heading);
}
.woocommerce .widget_price_filter .price_slider_amount .clear {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  order: 1;
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  line-height: 24px;
  height: auto;
  margin: 0;
  text-transform: uppercase;
  border: none;
  color: var(--g5-color-heading);
}
.woocommerce .widget_price_filter .price_slider_amount .button:before {
  font-family: var(--g5-font-icon);
  content: "\f0b0";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  margin-right: 5px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: var(--g5-color-dark);
}

.woocommerce .widget_rating_filter ul li {
  margin: 0;
}
.woocommerce .widget_rating_filter ul li a {
  color: inherit;
  padding: 5px 0;
  display: block;
}

.woocommerce ul.product_list_widget:not(.cart_list) li {
  padding: 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) li img {
  float: left;
  width: 80px;
  margin: 0 15px 0 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a {
  margin-bottom: 5px;
  color: var(--g5-color-heading);
  font-weight: 500;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a:hover span {
  border-color: currentColor;
}
.woocommerce ul.product_list_widget:not(.cart_list) li span.amount {
  font-size: 14px;
  font-weight: 700;
  color: var(--g5-color-heading);
}
.woocommerce ul.product_list_widget:not(.cart_list) li ins {
  background: transparent;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce ul.product_list_widget:not(.cart_list) li del span.amount {
  font-size: 13px;
  color: var(--g5-color-text-main);
  margin-right: 5px;
  font-weight: 500;
}
.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
  margin-bottom: 10px;
  margin-top: 10px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li + li {
  margin-top: 25px;
}

.g5shop__widget-price-filter ul,
.g5shop__widget-product-sorting ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
.g5shop__widget-price-filter ul li,
.g5shop__widget-product-sorting ul li {
  position: relative;
  margin: 0;
}
.g5shop__widget-price-filter ul li > a,
.g5shop__widget-product-sorting ul li > a {
  display: inline-block;
  margin: 5px 0;
  position: relative;
  line-height: 20px;
  min-height: 20px;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.g5shop__widget-price-filter ul li > a:hover,
.g5shop__widget-product-sorting ul li > a:hover {
  color: var(--g5-color-dark);
  border-color: currentColor;
}
.g5shop__widget-price-filter ul .current_page_ancestor > ul,
.g5shop__widget-price-filter ul .current_page_parent > ul,
.g5shop__widget-price-filter ul .current-cat-parent > ul,
.g5shop__widget-price-filter ul .current-cat-ancestor > ul,
.g5shop__widget-product-sorting ul .current_page_ancestor > ul,
.g5shop__widget-product-sorting ul .current_page_parent > ul,
.g5shop__widget-product-sorting ul .current-cat-parent > ul,
.g5shop__widget-product-sorting ul .current-cat-ancestor > ul {
  display: block;
}
.g5shop__widget-price-filter ul .current-cat > a,
.g5shop__widget-product-sorting ul .current-cat > a {
  color: var(--g5-color-dark);
}
.g5shop__widget-price-filter ul li > ul,
.g5shop__widget-product-sorting ul li > ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}
.g5shop__widget-price-filter ul .current,
.g5shop__widget-product-sorting ul .current {
  color: var(--g5-color-dark);
}

/* ## Archive */
.g5shop__switch-layout {
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
}
.g5shop__switch-layout a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ababab;
}
.g5shop__switch-layout a.active, .g5shop__switch-layout a:hover, .g5shop__switch-layout a:focus, .g5shop__switch-layout a:active {
  color: var(--g5-color-heading);
}
.g5shop__switch-layout a + a {
  margin-left: 12px;
}
.g5shop__switch-layout a i {
  font-weight: 400;
}
.g5shop__switch-layout a i:before {
  font-family: var(--g5-font-icon-primary);
}
.g5shop__switch-layout [data-layout=grid] i:before {
  content: "\f19e";
}
.g5shop__switch-layout [data-layout=list] i:before {
  content: "\f0cb";
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
}

.g5shop__filter-button {
  --g5-btn-padding-x: 2.1875rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 1rem;
  --g5-btn-color: var(--g5-color-dark-foreground);
  --g5-btn-bg: var(--g5-color-dark);
  --g5-btn-border-color: var(--g5-color-dark);
  --g5-btn-hover-color: var(--g5-color-dark-foreground);
  --g5-btn-hover-bg: var(--g5-color-dark-brightness);
  --g5-btn-hover-border-color: var(--g5-color-dark-brightness);
  --g5-btn-outline-color: var(--g5-color-dark);
  --g5-btn-outline-border-hover-color: var(--g5-color-dark);
  --g5-btn-outline-hover-color: var(--g5-color-dark-foreground);
  --g5-btn-outline-hover-bg: var(--g5-color-dark);
  --g5-btn-link-color: var(--g5-color-dark);
  position: relative;
  display: inline-block;
  font-family: var(--g5-btn-font-family);
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  line-height: var(--g5-btn-line-height);
  font-size: var(--g5-btn-font-size);
  font-weight: var(--g5-btn-font-weight);
  border: var(--g5-btn-border-width) solid var(--g5-btn-border-color);
  white-space: nowrap;
  color: var(--g5-btn-color);
  background-color: var(--g5-btn-bg);
  border-radius: var(--g5-btn-border-radius);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: capitalize;
}
.g5shop__filter-button i:before {
  font-family: var(--g5-font-icon-primary);
  content: "\e902";
  font-size: 24px;
  position: relative;
  top: 6px;
}
.g5shop__filter-button:focus, .g5shop__filter-button:hover, .g5shop__filter-button:active {
  color: var(--g5-btn-hover-color);
  background-color: var(--g5-btn-hover-bg);
  border-color: var(--g5-btn-hover-border-color);
}

ul.g5shop__shop-toolbar-list > li {
  margin-right: 20px;
}

.g5shop__shop-toolbar .g5core__cate-filer {
  margin-bottom: 0 !important;
}
.g5shop__shop-toolbar .g5core__cate-filer > li > a {
  padding-bottom: 0;
}
.g5shop__shop-toolbar .g5core__cate-filer > li > a:before {
  display: none;
}
.g5shop__shop-toolbar .g5shop__archive-filter-content {
  background-color: #f7f7f7;
}
.g5shop__shop-toolbar.boxed {
  margin-bottom: 30px;
}
.g5shop__shop-toolbar.boxed .g5shop__archive-filter-content {
  padding-left: 30px;
  padding-right: 30px;
}
.g5shop__shop-toolbar.boxed .g5shop__shop-toolbar-inner {
  margin-bottom: 40px;
}
.g5shop__shop-toolbar.stretched .g5shop__shop-toolbar-inner, .g5shop__shop-toolbar.stretched_content .g5shop__shop-toolbar-inner {
  border-bottom: 1px solid;
  border-color: var(--g5-color-border);
}

.woocommerce .g5shop__archive-filter-content .widget_product_categories ul span.count:before {
  content: "(";
}
.woocommerce .g5shop__archive-filter-content .widget_product_categories ul span.count:after {
  content: ")";
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.product .added_to_cart {
  margin-top: 1em;
}
.woocommerce ul.products li.product .added,
.woocommerce-page ul.products li.product .added {
  display: none;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 40px;
}

.slick-slide .g5shop__post-skin-classic .g5core__post-item-inner {
  padding-bottom: 0;
}

.g5shop__listing-wrap .g5core__paging {
  margin-top: 30px;
}

.g5shop__layout-list .g5shop__product-item {
  padding-bottom: 40px !important;
}
.g5shop__layout-list .g5shop__product-cat-item-inner,
.g5shop__layout-list .g5shop__product-item-inner {
  padding-bottom: 0 !important;
  border: none;
}

.g5shop__product-item .g5shop__product-info .price {
  margin: 0;
}
.g5shop__product-item .g5shop__product-info .star-rating {
  margin-top: 8px;
}

.g5shop__product-info-column-reverse.g5shop__product-item .g5shop__product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.g5shop__product-info-column-reverse.g5shop__product-item .star-rating {
  margin-bottom: 10px;
  margin-top: 0;
}
.g5shop__product-info-column-reverse.g5shop__product-item .g5shop__loop-product-cat {
  margin-bottom: 0;
  margin-top: 2px;
}

.g5shop__product-list .g5shop__loop-product-cat {
  font-size: 15px;
  margin-bottom: 9px;
}
.g5shop__product-list .g5shop__loop-product-title {
  font-size: 24px;
  line-height: 1.5;
}
.g5shop__product-list .g5shop__product-list-actions {
  margin-top: 33px;
}
.g5shop__product-list.g5shop__product-item .g5shop__product-info .price {
  margin: 0 0 5px 0;
  font-size: 18px;
}
.g5shop__product-list.g5shop__product-item .g5shop__product-info .price del {
  font-size: 15px;
}

.g5shop__layout-list .woocommerce-loop-category__title {
  font-size: 24px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .g5shop__product-list .g5shop__product-info {
    padding-top: 20px;
  }
  .g5shop__product-list .g5shop__product-featured {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .g5shop__layout-list .g5shop__product-cat-info {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .g5shop__product-list .g5shop__product-info {
    text-align: center;
  }
  .g5shop__product-list .g5shop__product-list-actions {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ## Single */
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.product_meta > span label {
  margin: 0 10px 0 0;
  font-weight: 600;
  min-width: 100px;
  font-size: 14px;
  color: var(--g5-color-heading);
  text-transform: capitalize;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--g5-color-dark);
}
.product_meta > span:last-child {
  margin-bottom: 0;
}

.g5core__social-share.product {
  margin-top: 5px;
}
.g5core__social-share.product .g5core__share-label {
  text-transform: none;
  min-width: 100px;
  font-weight: 600;
  font-size: 14px;
  color: var(--g5-color-heading);
}
.g5core__social-share.product ul.g5core__share-list {
  font-size: 14px;
  color: var(--g5-color-muted);
}
.g5core__social-share.product ul.g5core__share-list li:hover {
  color: var(--g5-color-heading);
}

.woocommerce div.product div.summary {
  margin-bottom: 100px;
}
.woocommerce div.product div.summary .product_title {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.woocommerce div.product div.summary .product_title a {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.product div.summary .product_title a:hover {
  border-color: currentColor;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
  margin: 0;
}
.woocommerce div.product div.summary .woocommerce-product-rating a {
  color: inherit;
  font-size: 14px;
}
.woocommerce div.product div.summary .woocommerce-product-rating a:hover {
  color: var(--g5-color-dark);
}
.woocommerce div.product div.summary .woocommerce-product-rating a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #ABABAB;
  margin: 0 10px;
}
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--g5-color-heading);
  font-weight: 700;
}
.woocommerce div.product div.summary p.price del,
.woocommerce div.product div.summary span.price del {
  margin-right: 5px;
  font-size: 15px;
  color: var(--g5-color-text-main);
  opacity: 1;
  font-weight: 500;
}
.woocommerce div.product div.summary p.price ins,
.woocommerce div.product div.summary span.price ins {
  text-decoration: none;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 18px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 35px;
  margin-top: 0;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
  color: var(--g5-color-heading);
  background: transparent;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist i {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist i:before {
  content: "\f004";
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist span {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product div.summary .product_meta {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--g5-color-border);
}
.woocommerce div.product div.summary .g5shop__single-product-actions {
  margin-top: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .tooltip {
  display: none !important;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist {
  margin: 0 35px 0 0;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a {
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:before {
  margin-right: 8px;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:active, .woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:focus, .woocommerce div.product div.summary .g5shop__single-product-actions .yith-wcwl-add-to-wishlist a:hover {
  background-color: transparent;
  color: var(--g5-color-heading);
}
.woocommerce div.product div.summary .g5shop__single-product-actions .compare {
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .compare:before {
  margin-right: 10px;
}
.woocommerce div.product div.summary .g5shop__single-product-actions .compare:hover, .woocommerce div.product div.summary .g5shop__single-product-actions .compare:focus {
  background-color: transparent;
  color: var(--g5-color-heading);
}
.woocommerce div.product div.summary .g5shop__product-deal-countdown {
  margin-bottom: 20px;
  padding: 20px 34px;
  border: 2px solid var(--g5-color-primary);
  border-radius: 3px;
}
.woocommerce div.product div.summary .g5shop__product-deal-countdown-inner {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -20px;
}
.woocommerce div.product div.summary .g5shop__product-deal-countdown-inner .g5shop__countdown-section:last-child .countdown-amount:after {
  content: none;
}
.woocommerce div.product div.summary .g5shop__quantity {
  margin-bottom: 20px;
}
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity-label {
  color: var(--g5-color-heading);
  font-weight: 600;
  display: block;
  margin-bottom: 18px;
}
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity {
  margin-bottom: 0;
  margin-right: 20px;
}
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity .stock-status,
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__quantity label {
  display: none;
}
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity {
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button {
  --g5-btn-padding-x: 20px;
  float: none;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 340px) {
  .woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button {
    width: 100%;
  }
  .woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .g5shop__quantity {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .g5shop__quantity .g5shop__quantity-inner {
    width: 100%;
  }
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 90px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  overflow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0 30px;
}
.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 a {
  font-size: 34px;
  line-height: 1.3;
  padding: 0;
  font-weight: 600;
  position: relative;
  color: #ababab;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--g5-color-heading);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--g5-color-heading);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a:after {
  display: none;
}

/* g5shop tabs */
.g5shop__panel-heading h4 {
  border-bottom: 1px solid var(--g5-color-border);
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .g5shop__tab-panel {
    border: 1px solid var(--g5-color-border);
  }
}
.g5shop__tabs-container {
  margin-bottom: 35px;
}
.g5shop__tabs-container .nav-tabs .nav-link {
  color: #ABABAB;
  font-weight: 600;
  font-size: 34px;
}
.g5shop__tabs-container .nav-tabs .nav-link:hover, .g5shop__tabs-container .nav-tabs .nav-link.active {
  color: var(--g5-color-heading);
  background: transparent;
}

.g5shop__single-product-tabs {
  margin-top: 90px;
}
.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs, .g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs {
  border: none;
}
.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs .nav-link, .g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs .nav-link {
  padding: 0;
  border: none;
}
.g5shop__single-product-tabs.layout-1 .nav-tabs {
  padding-left: 0;
}
.g5shop__single-product-tabs.layout-1 .nav-tabs li {
  margin-right: 75px;
}
.g5shop__single-product-tabs.layout-1 .nav-tabs li:last-child {
  margin-right: 0;
}
.g5shop__single-product-tabs.layout-2 .nav-tabs li {
  margin: 0 30px;
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs .nav-link {
  font-size: 18px;
  border-color: var(--g5-color-border) var(--g5-color-border) var(--g5-color-border);
}
.g5shop__single-product-tabs.layout-3 .g5shop__tabs-container .nav-tabs .nav-link.active {
  border-color: var(--g5-color-border) #fff var(--g5-color-border) var(--g5-color-border);
}
.g5shop__single-product-tabs.layout-3 .g5shop__panels-container {
  border: 1px solid var(--g5-color-border);
}
.g5shop__single-product-tabs.layout-4 .g5shop__tabs-container .nav-tabs .nav-link {
  font-size: 18px;
}
.g5shop__single-product-tabs.layout-4 .g5shop__tab-panel {
  border: 1px solid var(--g5-color-border);
}

@media (max-width: 991px) {
  .g5shop__tabs-container {
    margin-bottom: 25px;
  }
  .g5shop__tabs-container .nav-tabs .nav-link {
    font-size: 24px;
  }
  .g5shop__single-product-tabs.layout-1 .nav-tabs li {
    margin-right: 30px;
  }
  .g5shop__single-product-tabs.layout-2 .nav-tabs li {
    margin: 0 15px;
  }
}
@media (min-width: 1200px) {
  body.no-sidebar.woocommerce div.product .woocommerce-tabs {
    position: relative;
    margin-top: 100px;
    padding-top: 90px;
  }
  body.no-sidebar.woocommerce div.product .woocommerce-tabs:before {
    content: "";
    display: block;
    border-top: 1px solid var(--g5-color-border);
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 100px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  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: 1;
  border-color: #000;
}

@media (max-width: 768px) {
  .woocommerce div.product div.images {
    margin-bottom: 60px;
  }
}
.g5shop__single-product-images {
  position: relative;
}

@media (min-width: 1200px) {
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-arrow i:before {
    font-family: var(--g5-font-icon);
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-arrow.slick-prev i:before {
    content: "\f077";
  }
  .woocommerce div.product.g5shop__product-gallery-vertical div.images .flex-control-thumbs .slick-arrow.slick-next i:before {
    content: "\f078";
  }
}
.woocommerce #reviews #comments {
  margin-bottom: 50px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  padding: 0;
  border-radius: 50%;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 75px;
  border: none;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 10px 0 5px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--g5-color-heading);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 12px !important;
  width: 74px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text span {
  color: var(--g5-color-heading);
}
.woocommerce #reviews #comments ol.commentlist li + li {
  border-top: 1px solid;
  border-color: var(--g5-color-border);
  padding-top: 30px;
  margin-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist li + li .comment_container {
  position: relative;
}
.woocommerce #reviews #review_form_wrapper .comment-reply-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--g5-color-heading);
  display: block;
  font-weight: 600;
}
.woocommerce #reviews #review_form_wrapper label {
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: var(--g5-color-heading);
}
.woocommerce #reviews #review_form_wrapper p {
  margin-bottom: 20px;
}
.woocommerce #reviews #comment {
  height: 160px;
}
.woocommerce #reviews .form-submit {
  text-align: left;
  margin-bottom: 0 !important;
}

.woocommerce .products.related > h2,
.woocommerce .products.upsells > h2 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 50px;
  text-align: center;
}
.woocommerce .products.related .slick-dots,
.woocommerce .products.upsells .slick-dots {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  body.no-sidebar.woocommerce .products.related,
  body.no-sidebar.woocommerce .products.upsells,
  body.no-sidebar.woocommerce .g5shop__single-product-tabs {
    position: relative;
    margin-top: 100px;
    padding-top: 90px;
  }
  body.no-sidebar.woocommerce .products.related:before,
  body.no-sidebar.woocommerce .products.upsells:before,
  body.no-sidebar.woocommerce .g5shop__single-product-tabs:before {
    content: "";
    display: block;
    border-top: 1px solid var(--g5-color-border);
    position: absolute;
    top: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
  }
}
.woocommerce div.product form.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart table.variations {
  margin-bottom: 25px;
}
.woocommerce div.product form.cart table.variations tr, .woocommerce div.product form.cart table.variations td, .woocommerce div.product form.cart table.variations th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce div.product form.cart table.variations tr + tr {
  margin-top: 20px;
}
.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th {
  padding: 0;
}
.woocommerce div.product form.cart table.variations tr:last-child td,
.woocommerce div.product form.cart table.variations tr:last-child th {
  padding: 0;
}
.woocommerce div.product form.cart table.variations .label {
  padding: 0;
  margin-right: 30px;
}
.woocommerce div.product form.cart table.variations .label label {
  margin: 0;
  color: var(--g5-color-heading);
  font-weight: 600;
}
.woocommerce div.product form.cart table.variations .value {
  width: 100%;
}
.woocommerce div.product form.cart table.variations .reset_variations {
  color: var(--g5-color-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: block;
  margin-left: 5px;
}
.woocommerce div.product form.cart table.variations .reset_variations:hover {
  color: var(--g5-color-dark);
}
.woocommerce div.product form.cart table.variations select {
  background-color: transparent;
  margin: 0;
  width: 100%;
  min-width: 100%;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  margin-top: 20px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart table.group_table {
  margin-bottom: 30px;
  margin-top: 5px;
}
.woocommerce div.product form.cart table.group_table td {
  padding: 0 0 20px 0;
  vertical-align: middle;
}
.woocommerce div.product form.cart table.group_table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce div.product form.cart table.group_table td:first-child {
  width: 130px;
  text-align: left;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label label {
  margin: 0;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a {
  font-size: 15px;
  font-weight: 700;
  color: var(--g5-color-heading);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a:hover {
  border-color: currentColor;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price ins {
  background: transparent;
  text-decoration: none;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price .amount {
  color: var(--g5-color-heading);
  font-size: 15px;
  font-weight: bold;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price del {
  margin-right: 5px;
}
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price del .amount {
  font-size: 13px;
  font-weight: 400;
  color: var(--g5-color-text-main);
}
.woocommerce div.product form.cart table.group_table .g5shop__quantity {
  margin: 0;
  padding: 0;
}
.woocommerce div.product form.cart table.group_table .g5shop__quantity .stock-status,
.woocommerce div.product form.cart table.group_table .g5shop__quantity label {
  display: none;
}
.woocommerce div.product form.cart.grouped_form .single_add_to_cart_button {
  float: none;
  display: block;
  width: 100%;
}
.woocommerce div.product form.cart .stock {
  font-size: 14px;
  color: #2dad4b;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 20px 0 0;
}

.woocommerce table.shop_attributes {
  border: none;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none;
  border-bottom: 1px solid var(--g5-color-border);
  padding: 8px 0;
  color: var(--g5-color-heading);
}
.woocommerce table.shop_attributes th {
  font-weight: 400;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
  text-align: right;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce table.shop_attributes tr:nth-child(even) td {
  background-color: transparent;
}

@media (min-width: 769px) {
  .g5shop__single-product-summary {
    margin-bottom: 90px;
  }
}
@media (min-width: 1750px) {
  body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 div.images.g5shop__woocommerce-product-gallery {
    width: calc(50vw - 860px + 60%);
    margin-left: calc(0px - (50vw - 860px));
  }
  body.no-sidebar.woocommerce.g5core__stretched_content div.product.g5shop__single-product-layout-5 div.summary {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  body.no-sidebar.g5shop__body-single-product-layout-5 .g5shop__single-breadcrumbs + #primary-content {
    padding-top: 0;
  }
  body.no-sidebar.g5shop__body-single-product-layout-5 .g5shop__loop-product-flash {
    margin-left: 0 !important;
  }
  body.no-sidebar.g5shop__body-single-product-layout-5 div.product div.summary {
    padding-top: 70px;
  }
}
body.single-product .summary .g5shop__loop-product-flash {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.single-product .summary .g5shop__product-flash + .g5shop__product-flash {
  margin-top: 0;
  margin-left: 5px;
}
body.single-product div.product.g5shop__single-product div.summary .price {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}

/* ## Cart */
.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.my_account_orders,
.woocommerce table.shop_table.cart {
  border: none;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.my_account_orders thead tr,
.woocommerce table.shop_table.cart thead tr {
  border: 1px solid var(--g5-color-border);
  border-radius: 3px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.cart th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g5-color-heading);
  line-height: 1.6;
  padding: 14px 12px;
  border: none;
  background-color: #f5f5f5;
}
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.cart td {
  border: none;
  padding: 20px 10px;
}
.woocommerce table.my_account_orders tbody tr,
.woocommerce table.shop_table.cart tbody tr {
  border: 1px solid var(--g5-color-border);
  border-top: none;
}
.woocommerce table.my_account_orders tbody tr:last-child,
.woocommerce table.shop_table.cart tbody tr:last-child {
  border: none;
}
.woocommerce table.my_account_orders .product-name a,
.woocommerce table.shop_table.cart .product-name a {
  color: var(--g5-color-heading);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.my_account_orders .product-name a:hover,
.woocommerce table.shop_table.cart .product-name a:hover {
  border-color: currentColor;
}
.woocommerce table.my_account_orders .product-subtotal .amount,
.woocommerce table.my_account_orders .product-price .amount,
.woocommerce table.shop_table.cart .product-subtotal .amount,
.woocommerce table.shop_table.cart .product-price .amount {
  color: var(--g5-color-heading);
  font-size: 15px;
  font-weight: 700;
}
.woocommerce table.my_account_orders .product-subtotal ins,
.woocommerce table.my_account_orders .product-price ins,
.woocommerce table.shop_table.cart .product-subtotal ins,
.woocommerce table.shop_table.cart .product-price ins {
  background-color: transparent;
  font-weight: 700;
}
.woocommerce table.my_account_orders .product-subtotal del,
.woocommerce table.my_account_orders .product-price del,
.woocommerce table.shop_table.cart .product-subtotal del,
.woocommerce table.shop_table.cart .product-price del {
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.woocommerce table.my_account_orders .product-quantity .quantity .qty,
.woocommerce table.shop_table.cart .product-quantity .quantity .qty {
  width: 130px;
  height: 40px;
}
.woocommerce table.my_account_orders td.actions,
.woocommerce table.shop_table.cart td.actions {
  padding: 30px 0 0 0;
}
.woocommerce table.my_account_orders td.actions .coupon .input-text,
.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  border-color: var(--g5-color-border);
  padding: 0 25px;
}
.woocommerce table.my_account_orders .add_to_cart.button,
.woocommerce table.shop_table.cart .add_to_cart.button {
  --g5-btn-padding-x: 2.5rem;
  --g5-btn-padding-y: 0;
  --g5-btn-line-height: calc(3rem - (var(--g5-btn-border-width) * 2)) ;
  --g5-btn-font-size: 0.75rem;
}
.woocommerce table.my_account_orders .product-quantity label,
.woocommerce table.shop_table.cart .product-quantity label {
  display: none;
}

@media (min-width: 769px) {
  .woocommerce table.shop_table.cart .product-thumbnail {
    width: 100px;
    padding-left: 0;
  }
  .woocommerce table.shop_table.cart .product-thumbnail img {
    width: auto;
  }
  .woocommerce table.shop_table.cart .product-remove {
    width: 40px;
  }
  .woocommerce table.shop_table.cart .product-price,
  .woocommerce table.shop_table.cart .product-quantity,
  .woocommerce table.shop_table.cart .product-subtotal {
    text-align: center;
  }
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .woocommerce table.shop_table.cart td.actions .coupon .input-text,
  .woocommerce table.shop_table.cart td.actions .coupon .button {
    width: 100%;
  }
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    text-align: center;
    margin: 0 0 0.5em 0;
  }
}
@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive.my_account_orders,
  .woocommerce table.shop_table_responsive.shop_table.cart {
    border: 1px solid var(--g5-color-border);
  }
  .woocommerce table.shop_table_responsive.my_account_orders td,
  .woocommerce table.shop_table_responsive.shop_table.cart td {
    padding: 20px 10px;
  }
  .woocommerce table.shop_table_responsive.my_account_orders tr td::before,
  .woocommerce table.shop_table_responsive.shop_table.cart tr td::before {
    font-weight: 600;
    color: var(--g5-color-heading);
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  margin-top: 120px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding: 35px 0 0 0;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  padding: var(--g5-btn-padding-y) var(--g5-btn-padding-x);
  font-size: var(--g5-btn-font-size);
}
.woocommerce .cart-collaterals .cart_totals {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  max-width: 500px;
}
.woocommerce .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: none;
  border-radius: 0;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals table th {
  border: none;
  padding: 0 9px 15px 0;
  font-size: 15px;
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table td {
  border: none;
  padding: 0 0 15px 9px;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td {
  color: var(--g5-color-heading);
  font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce .cart-collaterals .cart_totals table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table .shipping-calculator-button,
.woocommerce .cart-collaterals .cart_totals table small {
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label {
  font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals table ul#shipping_method .amount {
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table .woocommerce-shipping-destination strong {
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total {
  color: var(--g5-color-heading);
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total span.amount {
  font-weight: 700;
  font-size: 24px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th {
  font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.woocommerce .cart-collaterals .cross-sells > h2 {
  font-size: 34px;
  margin-bottom: 50px;
  text-align: center;
}
.woocommerce .cart-collaterals .shipping-calculator-form {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    order: 1;
  }
  .woocommerce .cart-collaterals .cart_totals table tr:nth-child(2n) td,
  .woocommerce-page .cart-collaterals .cart_totals table tr:nth-child(2n) td {
    background-color: transparent;
  }
}
/* ## Checkout */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce form p {
  margin-bottom: 23px;
}
.woocommerce form .form-row {
  display: block;
  padding: 0;
  margin: 0 0 25px 0;
}
.woocommerce form .form-row label {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.woocommerce form .form-row textarea {
  height: 8em;
}

.woocommerce-shipping-fields {
  margin-top: 30px;
}
.woocommerce-shipping-fields > h3 {
  font-size: 15px;
  margin-bottom: 21px;
  font-weight: 500;
}
.woocommerce-shipping-fields > h3 label {
  margin: 0;
}
.woocommerce-shipping-fields > h3 label span {
  cursor: pointer;
}
.woocommerce-shipping-fields > h3 label input {
  position: relative;
  top: 2px;
  margin: -2px 8px 0 0;
}

.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.woocommerce-additional-fields {
  margin-top: 30px;
}

.woocommerce-account-fields .create-account {
  margin: 0 !important;
}
.woocommerce-account-fields label > span {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--g5-color-heading);
  cursor: pointer;
}
.woocommerce-account-fields label > .input-checkbox {
  position: relative;
  top: -2px;
}

#order_review_heading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 21px;
}

#order_review_wrapper {
  padding: 24px 30px 34px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce #order_review .woocommerce-checkout-payment {
  margin-top: 35px;
  background: transparent;
  border-radius: 0;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 0;
  border-color: var(--g5-color-border);
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li {
  margin-bottom: 20px;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li label {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--g5-color-heading);
  font-weight: 500;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods div.payment_box {
  padding: 0 0 0 20px;
  background: transparent;
  font-size: 15px;
  margin: 5px 0;
  color: var(--g5-color-text-main);
  font-weight: 500;
}
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods div.payment_box:before {
  display: none;
}
.woocommerce #order_review .woocommerce-checkout-payment .place-order {
  padding: 20px 0 0 0;
  margin: 0;
}
.woocommerce #order_review .woocommerce-checkout-payment .place-order p:last-child {
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  margin-top: 50px;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  border: none;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th {
  border: none;
  color: var(--g5-color-heading);
  font-weight: 500;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-name {
  padding: 0 5px 15px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-total {
  padding: 0 0 15px 5px;
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name {
  color: var(--g5-color-heading);
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name strong {
  font-weight: 500;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name a {
  color: inherit;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-total {
  color: var(--g5-color-heading);
  font-size: 14px;
  font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  border: none;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  font-weight: 500;
  padding: 0 5px 15px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  padding: 0 0 15px 5px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  color: var(--g5-color-heading);
  font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  border-top: 1px solid var(--g5-color-border);
  padding-top: 15px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li label,
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method .amount {
  font-weight: 500;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  font-weight: 500;
  text-align: right;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  color: var(--g5-color-heading);
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 24px;
  font-weight: 700;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  padding-top: 15px;
  padding-bottom: 0;
  border-top: 1px solid var(--g5-color-border);
}

@media (max-width: 480px) {
  #order_review_wrapper {
    padding: 0;
    box-shadow: none;
  }
}
.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last {
  width: 100%;
  float: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin: 0;
  width: 100%;
}
.woocommerce .woocommerce-form-login .lost_password {
  margin-bottom: 0;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  float: none;
  margin: 0;
  width: 100%;
}

.g5shop__checkout-toolbar {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .g5shop__checkout-toolbar > div.col-lg-6:last-child {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: auto;
    padding-left: 0;
  }
}
.woocommerce ul.order_details {
  padding-left: 0;
}
.woocommerce ul.order_details li {
  margin-top: 0;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.woocommerce-column__title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 21px;
}

.woocommerce table.order_details {
  border: 1px solid var(--g5-color-border);
  border-radius: 3px;
  margin: 0;
}
.woocommerce table.order_details thead th {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--g5-color-heading);
  line-height: 1.6;
  padding: 14px 12px;
  border: none;
  background-color: #f5f5f5;
}
.woocommerce table.order_details .product-name a {
  color: var(--g5-color-heading);
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.order_details .product-name a:hover {
  border-color: currentColor;
}
.woocommerce table.order_details .product-total .amount {
  color: var(--g5-color-heading);
  font-size: 15px;
  font-weight: 700;
}
.woocommerce table.order_details .product-total ins {
  background-color: transparent;
  font-weight: 700;
}
.woocommerce table.order_details .product-total del {
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.woocommerce table.order_details td,
.woocommerce table.order_details th {
  border: none;
}
.woocommerce table.order_details tfoot th,
.woocommerce table.order_details tfoot td {
  border: none;
}
.woocommerce table.order_details tfoot th {
  font-weight: 500;
}
.woocommerce table.order_details tfoot td {
  color: var(--g5-color-heading);
}
.woocommerce table.order_details tfoot tr:first-child th,
.woocommerce table.order_details tfoot tr:first-child td {
  border-top: 1px solid var(--g5-color-border);
}
.woocommerce table.order_details tfoot tr:last-child {
  color: var(--g5-color-heading);
}
.woocommerce table.order_details tfoot tr:last-child th,
.woocommerce table.order_details tfoot tr:last-child td {
  border-top: 1px solid var(--g5-color-border);
}
.woocommerce table.order_details tfoot tr:last-child td {
  font-size: 24px;
}

@media (max-width: 768px) {
  .woocommerce-column--shipping-address {
    margin-top: 2em;
  }
}
#customer_details {
  margin-bottom: 40px;
}
#customer_details .col-1,
#customer_details .col-2 {
  width: 100%;
}

@media (min-width: 992px) {
  #customer_details {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  #order_review_wrapper {
    float: right;
    width: 41.666667%;
  }
}
/* ## My Account */
#customer_login h2 {
  font-size: 24px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li > a {
  position: relative;
  display: block;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--g5-color-heading);
}
.woocommerce-MyAccount-navigation ul li > a:after {
  font-family: var(--g5-font-icon);
  font-size: 20px;
  position: absolute;
  right: 20px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}
.woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f2f2f2;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard > a:after {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders > a:after {
  content: "\f733";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads > a:after {
  content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address > a:after {
  content: "\f3c5";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account > a:after {
  content: "\f406";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout > a:after {
  content: "\f2f5";
}

.woocommerce-MyAccount-content > p:not(.woocommerce-info) {
  padding: 20px;
  background-color: #f2f2f2;
}
.woocommerce-MyAccount-content > p:not(.woocommerce-info) a {
  color: inherit;
}
.woocommerce-MyAccount-content fieldset {
  padding: 20px 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  border: 1px solid;
  border-color: var(--g5-color-border);
}
.woocommerce-MyAccount-content fieldset legend {
  width: auto;
  padding: 0 15px;
  font-weight: 700;
  font-size: 16px;
  color: var(--g5-color-heading);
}
.woocommerce-MyAccount-content h3 {
  font-size: 24px;
  margin-bottom: 35px;
}

.woocommerce table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders td {
  padding: 15px;
  text-align: center;
}
.woocommerce table.my_account_orders th {
  text-align: center;
}

/* ## Extend */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart:after {
  content: "";
  display: block;
  clear: both;
}

.heading-color {
  color: var(--g5-color-heading) !important;
}

.primary-color {
  color: var(--g5-color-primary) !important;
}

.bg-primary {
  background-color: var(--g5-color-primary) !important;
}

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