@charset "UTF-8";

:root {
    --g5shop-product-actions-size: 50px;
    --g5shop-product-actions-spacing: 5px;
    --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: ""
}

.woocommerce #respond input#submit,
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    --g5-btn-padding-x: 2.5rem;
    --g5-btn-padding-y: 0;
    --g5-btn-line-height: calc(3.125rem - (var(--g5-btn-border-width) * 2));
    --g5-btn-font-size: 0.9375rem;
    --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-accent);
    --g5-btn-hover-bg: transparent;
    --g5-btn-hover-border-color: #dcdcdc;
    --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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--g5-btn-color);
    background-color: var(--g5-btn-bg);
    text-transform: uppercase;
    letter-spacing: 1px
}

.woocommerce #respond input#submit.loading,
.woocommerce a.added_to_cart.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    --g5-btn-padding-x: 2.5rem;
    --g5-btn-padding-y: 0;
    --g5-btn-line-height: calc(3.125rem - (var(--g5-btn-border-width) * 2));
    --g5-btn-font-size: 0.9375rem;
    opacity: 1
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.added_to_cart.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.added_to_cart.disabled,
.woocommerce a.added_to_cart:disabled,
.woocommerce a.added_to_cart: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 #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:focus,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:active,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce #respond input#submit:disabled[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:focus,
.woocommerce a.added_to_cart:disabled:hover,
.woocommerce a.added_to_cart:disabled[disabled]:active,
.woocommerce a.added_to_cart:disabled[disabled]:focus,
.woocommerce a.added_to_cart:disabled[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:focus,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:active,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[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:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[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:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:active,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:hover {
    color: var(--g5-btn-hover-color);
    background-color: var(--g5-btn-hover-bg);
    border-color: var(--g5-btn-hover-border-color)
}

.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.added_to_cart.alt,
.woocommerce a.added_to_cart.alt.disabled,
.woocommerce a.button.alt,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt,
.woocommerce input.button.alt.disabled {
    color: var(--g5-btn-color);
    background-color: var(--g5-btn-bg)
}

.woocommerce #respond input#submit.alt.disabled:active,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:active,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.added_to_cart.alt.disabled:active,
.woocommerce a.added_to_cart.alt.disabled:focus,
.woocommerce a.added_to_cart.alt.disabled:hover,
.woocommerce a.added_to_cart.alt:active,
.woocommerce a.added_to_cart.alt:focus,
.woocommerce a.added_to_cart.alt:hover,
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.alt.disabled:active,
.woocommerce a.button.alt.disabled:focus,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button.alt.disabled:active,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button.alt.disabled:active,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
    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: "";
    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-accent);
    --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-accent);
    --g5-btn-outline-hover-bg: transparent;
    --g5-btn-link-color: transparent
}

.g5shop__loop-product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-category__title {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: var(--g5-body-font);
    margin-top: 0 !important;
    padding: 0
}

.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,
.woocommerce-loop-category__title a {
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent
}

.g5shop__loop-product-title:active,
.g5shop__loop-product-title:focus,
.g5shop__loop-product-title:hover,
.wc-block-product-search form input:focus+button:before,
.widget_product_search input:focus+button:before,
.woocommerce ul.products li.product .woocommerce-loop-category__title:active,
.woocommerce ul.products li.product .woocommerce-loop-category__title:focus,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:active,
.woocommerce ul.products li.product .woocommerce-loop-product__title:focus,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce-loop-category__title:active,
.woocommerce-loop-category__title:focus,
.woocommerce-loop-category__title:hover {
    color: var(--g5-color-accent)
}

.g5shop__loop-product-title:active a,
.g5shop__loop-product-title:focus a,
.g5shop__loop-product-title:hover a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:active a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:focus a,
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:active a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:focus a,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover a,
.woocommerce-loop-category__title:active a,
.woocommerce-loop-category__title:focus a,
.woocommerce-loop-category__title:hover a {
    border-color: currentColor
}

.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,
.woocommerce-loop-category__title mark {
    background: 0 0;
    padding: 0
}

.woocommerce-loop-category__title span.count:before {
    content: "("
}

.woocommerce-loop-category__title span.count:after {
    content: ")"
}

.woocommerce .star-rating {
    font-size: 12px !important;
    width: 74px;
    margin: 0;
    float: none
}

.woocommerce .star-rating:before {
    letter-spacing: .2em;
    color: var(--g5-color-heading)
}

.woocommerce .star-rating span,
.woocommerce p.stars a,
.woocommerce table.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--g5-color-heading)
}

.woocommerce .star-rating span:before {
    letter-spacing: .2em
}

.woocommerce .g5shop__product-item .g5shop__product-info .price,
.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    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: 600
}

.woocommerce .g5shop__product-item .g5shop__product-info .price del,
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
    opacity: 1;
    color: var(--g5-color-muted)
}

.woocommerce div.product.g5shop__single-product div.summary .price del {
    opacity: 1;
    color: var(--g5-color-muted)
}

.g5shop__product-flash,
.woocommerce span.onsale {
    height: 26px;
    background: #d32f0b;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.woocommerce span.onsale {
    min-width: 0;
    min-height: 0;
    top: 10px;
    left: 10px;
    line-height: 26px;
    padding: 0 10px
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
    top: 10px;
    left: 10px;
    right: auto
}

.g5shop__product-flash {
    padding: 0;
    width: 56px
}

.g5shop__product-flash+.g5shop__product-flash {
    margin-top: 5px
}

.on-featured {
    background-color: #222
}

.on-new {
    background: #222
}

.woocommerce div.product div.summary span.onsale {
    position: static;
    display: inline-block;
    margin-bottom: 10px
}

.woocommerce div.product div.summary .g5shop__loop-product-flash {
    position: static;
    line-height: 1
}

.woocommerce div.product div.summary .g5shop__product-flash {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px
}

.woocommerce div.product div.summary .g5shop__product-flash+.g5shop__product-flash {
    margin-top: 0;
    margin-left: 5px
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
    border: 0;
    margin: 0
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 0;
    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 a,
.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span {
    font-size: 20px;
    color: var(--g5-color-muted);
    font-weight: 400;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.woocommerce .woocommerce-pagination ul.page-numbers li a.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .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,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li span:hover {
    color: var(--g5-color-heading);
    background-color: #f3f3f3
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next,
.woocommerce .woocommerce-pagination ul.page-numbers li .prev,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .next,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .prev {
    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: 50px;
    margin: 0
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--g5-color-text-input);
    line-height: 48px;
    padding-left: 20px
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px
}

.select2-container--default.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

.g5shop__switch-layout a i,
.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-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.g5shop__quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.g5shop__quantity label {
    color: var(--g5-color-heading);
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    width: auto;
    min-width: 100px;
    margin-right: 10px
}

.g5shop__quantity input {
    background-color: var(--g5-color-background-input);
    color: var(--g5-color-heading);
    padding: 0 30px
}

.g5shop__quantity .g5shop__quantity-inner {
    width: 150px
}

.g5shop__quantity .g5shop__quantity-inner .qty {
    font-weight: 400;
    font-size: 16px
}

.woocommerce table.wishlist_table {
    font-size: 100%
}

.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
}

.woocommerce table.wishlist_table tbody tr:last-child {
    border: 1px solid var(--g5-color-border) !important;
    border-top: none !important
}

.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: .75rem;
    min-height: 2.8125rem;
    line-height: 2.6875rem;
    color: var(--g5-color-dark);
    background-color: transparent
}

.wishlist_table .product-add-to-cart a:active,
.wishlist_table .product-add-to-cart a:focus,
.wishlist_table .product-add-to-cart a:hover {
    color: var(--g5-color-accent-foreground);
    background-color: var(--g5-color-accent);
    border-color: var(--g5-color-accent)
}

.yith-wcwl-share li a i.fa {
    font: 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
}

.product_meta>span:last-child,
.wishlist_table.mobile li:last-child,
.woocommerce #order_review .woocommerce-checkout-payment .place-order p:last-child,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child,
.woocommerce div.product div.summary .woocommerce-product-details__short-description p: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,
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method .amount,
.woocommerce table.woocommerce-checkout-review-order-table tfoot ul#shipping_method li 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 {
    color: var(--g5-color-text-main);
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: var(--g5-body-font)
}

.g5shop__loop-product-cat a,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.g5shop__loop-product-cat:hover,
.widget_product_categories ul.product-categories .current-cat>a {
    color: var(--g5-color-accent)
}

.g5shop__loop-product-cat:hover a {
    border-color: currentColor
}

.ube__product-categories .g5shop__product-cat-item-inner {
    text-align: center
}

.ube__product-categories .woocommerce-loop-category__title {
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height)
}

.ube__product-categories .woocommerce-loop-category__title:hover a {
    border: 0
}

.ube__product-categories .g5shop__product-cat-info {
    margin-top: 25px
}

.ube__product-categories .g5shop__product-cat-info .count {
    margin-top: 3px
}

.g5shop__product-action.add-to-cart .add_to_cart_button,
.g5shop__product-action.add-to-cart .added_to_cart,
.g5shop__product-action.add-to-cart .product_out_of_stock,
.g5shop__product-action.add-to-cart .product_type_external,
.g5shop__product-action.add-to-cart .product_type_grouped,
.g5shop__product-action.add-to-cart .product_type_simple,
.g5shop__product-action.add-to-cart .product_type_variable {
    --g5-btn-hover-bg: #fff;
    --g5-btn-hover-border-color: #fff
}

.g5shop__product-list-actions .compare,
.g5shop__product-list-actions .g5shop__quick-view,
.g5shop__product-list-actions .yith-wcwl-add-to-wishlist a {
    border: 1px solid var(--g5-color-border)
}

.g5shop__swatch-color .g5shop__swatches-item,
.g5shop__swatch-image .g5shop__swatches-item {
    border-radius: 0
}

.g5shop__loop-swatches,
.g5shop__swatch+.g5shop__swatch {
    margin-top: 8px
}

.g5shop__swatch-text {
    margin-top: -3px
}

.g5shop__swatch-text .g5shop__swatches-item {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.g5shop__reset_variations:hover,
.g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected,
.g5shop__swatch-text .g5shop__swatches-item:hover,
.widget_product_categories ul.product-categories a:hover+.count {
    color: var(--g5-color-heading)
}

.g5shop__reset_variations {
    color: inherit;
    font-weight: 600
}

.g5shop__single-swatches .g5shop__swatches-item {
    margin-right: 10px
}

.g5shop__single-swatches .g5shop__swatch-color .g5shop__swatches-item,
.g5shop__single-swatches .g5shop__swatch-image .g5shop__swatches-item {
    width: 30px;
    height: 30px
}

.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item {
    line-height: 1;
    padding: 14px 6px;
    border: 1px solid var(--g5-color-border);
    min-width: 50px;
    text-align: center;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    color: var(--g5-color-heading)
}

.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item.g5shop__sw-selected,
.g5shop__single-swatches .g5shop__swatch-text .g5shop__swatches-item:hover {
    border-color: currentColor;
    background-color: #f5f5f5
}

.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: 700
}

.g5shop__mini-cart ul.woocommerce-mini-cart li .woocommerce-Price-amount {
    color: inherit;
    font-weight: 700
}

.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: 700;
    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-accent)
}

#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-heading);
    width: auto;
    height: auto
}

.g5shop__countdown-section .countdown-amount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize
}

.g5shop__countdown-section .countdown-amount:after {
    content: ":";
    font-size: 24px;
    position: absolute;
    right: 0
}

.g5shop__countdown-section .countdown-period {
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.g5shop__countdown-section+.g5shop__countdown-section {
    margin-left: 0
}

.g5shop__deal-heading {
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height);
    margin-bottom: 5px
}

.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: 0 !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 .5s;
    transition: all .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-error:before,
.woocommerce-message:before {
    color: #78b873;
    font-family: var(--g5-font-icon);
    content: "";
    font-weight: 900;
    font-size: 14px
}

.woocommerce-error {
    border-top-color: #e43b3b
}

.woocommerce-error:before {
    color: #e43b3b;
    content: ""
}

.woocommerce-info:before {
    top: 12px !important
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
    background-color: transparent;
    border-top: none;
    padding: 0;
    color: var(--g5-color-text-main)
}

.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-form-login-toggle .woocommerce-info a {
    color: var(--g5-color-heading);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-form-login-toggle .woocommerce-info a:hover {
    border-color: currentColor
}

.wc-block-product-search form .wc-block-product-search__button svg,
.wc-block-product-search form button>span,
.wc-block-product-search form label,
.widget_product_search button>span,
.widget_product_search label,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-form-login-toggle .woocommerce-info:before {
    display: none
}

.woocommerce-form-coupon-toggle+form.checkout_coupon,
.woocommerce-form-login-toggle+form.login {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 3px;
    padding: 35px 25px 40px;
    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
}

.g5shop__popup-promotion-content {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.g5shop__popup-promotion-heading {
    color: var(--g5-color-dark);
    margin-bottom: 14px
}

.g5shop__popup-promotion-action .stanley-mailchimp input[type=email] {
    width: 100%;
    background: #f5f5f5;
    border-color: transparent
}

.g5shop__popup-promotion-action .stanley-mailchimp button[type=submit] {
    width: 100%;
    margin-top: 20px;
    background-color: var(--g5-color-dark)
}

.g5shop__popup-promotion-action .stanley-mailchimp [type=checkbox] {
    width: auto;
    margin-top: .5em
}

.g5shop__popup-promotion-action .stanley-mailchimp .stanley-mailchimp-top {
    -ms-flex-direction: column;
    flex-direction: column
}

.g5shop__popup-promotion-action .stanley-mailchimp .stanley-mailchimp-bottom {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    text-align: left
}

@media (min-width:1025px) {
    .g5shop__popup-promotion-heading {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }

    .g5shop__popup-promotion-desc {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.g5shop__widget-price-filter ul,
.g5shop__widget-product-sorting ul,
.widget_product_categories ul.product-categories,
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.g5shop__widget-price-filter ul li,
.g5shop__widget-product-sorting ul li,
.widget_product_categories ul.product-categories li {
    position: relative;
    margin: 0
}

.g5shop__widget-price-filter ul li>a,
.g5shop__widget-product-sorting ul li>a,
.widget_product_categories ul.product-categories li>a {
    line-height: 20px;
    min-height: 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid transparent;
    color: inherit
}

.widget_product_categories ul.product-categories li>a:hover {
    color: var(--g5-color-accent);
    border-color: currentColor
}

.g5shop__widget-price-filter ul li+li,
.g5shop__widget-product-sorting ul li+li,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li+li {
    margin-top: 2px
}

.g5shop__widget-price-filter ul li>ul,
.g5shop__widget-product-sorting ul li>ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 2px 0 0
}

.widget_product_categories ul.product-categories li>ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 7px 0 0
}

.widget_product_categories ul.product-categories span.count {
    position: absolute;
    top: 0;
    right: 0
}

.widget_product_categories ul.product-categories>li>a {
    font-weight: 600;
    color: var(--g5-color-heading);
    text-transform: uppercase
}

.widget_product_categories ul.product-categories li+li {
    margin-top: 7px
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce .widget_rating_filter 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
}

.g5core__social-share.product ul.g5core__share-list li:hover,
.woocommerce #reviews #comments ol.commentlist li .comment-text span,
.woocommerce .cart-collaterals .cart_totals table tr.order-total,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item:hover+.count,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item--chosen a+.count,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: var(--g5-color-heading)
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item {
    padding-left: 30px
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item>span {
    width: 24px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #e3e3e3
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item>span:before {
    top: 2px;
    left: 6px
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .g5shop__layered-nav-item:hover {
    color: var(--g5-color-heading);
    border-color: transparent !important
}

.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 {
    position: relative
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list span.count {
    position: absolute;
    right: 0;
    top: 0
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0
}

.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:focus,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
    color: var(--g5-color-heading);
    border-color: currentColor
}

.g5shop__switch-layout a.active,
.g5shop__switch-layout a:active,
.g5shop__switch-layout a:focus,
.g5shop__switch-layout a:hover,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:focus+span.count,
.woocommerce .woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover+span.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 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;
    background: 0 0;
    color: inherit;
    border: 0;
    font-size: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    letter-spacing: 0
}

.wc-block-product-search form button:before,
.widget_product_search button:before {
    font-family: var(--g5-font-icon-primary);
    content: "";
    font-size: 20px
}

.wc-block-product-search form input,
.widget_product_search input {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 50px 0 20px
}

.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
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 4px;
    background-color: #ddd;
    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: 0;
    color: var(--g5-color-heading)
}

.woocommerce .widget_price_filter .price_slider_amount .button:before {
    font-family: var(--g5-font-icon);
    content: "";
    -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
}

.g5shop__widget-price-filter ul .current,
.g5shop__widget-price-filter ul .current-cat>a,
.g5shop__widget-product-sorting ul .current,
.g5shop__widget-product-sorting ul .current-cat>a,
.product_meta>span a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce div.product div.summary .product_title a:hover,
.woocommerce div.product div.summary .woocommerce-product-rating a:hover,
.woocommerce div.product form.cart table.variations .reset_variations:hover {
    color: var(--g5-color-accent)
}

.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: 70px;
    margin: 0 15px 0 0
}

.woocommerce ul.product_list_widget:not(.cart_list) li a {
    line-height: 1
}

.woocommerce ul.product_list_widget:not(.cart_list) li span.product-title {
    margin-bottom: 2px;
    color: var(--g5-color-heading);
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    font-family: var(--g5-body-font);
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce ul.product_list_widget:not(.cart_list) li span.product-title:hover {
    border-color: currentColor
}

.woocommerce ul.product_list_widget:not(.cart_list) li span.amount {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--g5-color-heading)
}

.woocommerce ul.product_list_widget:not(.cart_list) li ins {
    background: 0 0;
    text-decoration: none;
    font-weight: 600
}

.woocommerce ul.product_list_widget:not(.cart_list) li del span.amount {
    font-size: 16px;
    color: var(--g5-color-muted);
    margin-right: 5px
}

.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
    margin-bottom: 5px;
    margin-top: 10px
}

.woocommerce ul.product_list_widget:not(.cart_list) li+li {
    margin-top: 15px
}

.g5shop__widget-price-filter ul li>a:hover,
.g5shop__widget-product-sorting ul li>a:hover,
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label a:hover {
    color: var(--g5-color-accent);
    border-color: currentColor
}

.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+a {
    margin-left: 12px
}

.g5shop__filter-button i:before,
.g5shop__switch-layout a i:before {
    font-family: var(--g5-font-icon-primary)
}

.g5shop__switch-layout [data-layout=grid] i:before {
    content: ""
}

.g5shop__switch-layout [data-layout=list] i:before {
    content: ""
}

.g5shop__filter-button {
    --g5-btn-padding-x: 2.1875rem;
    --g5-btn-padding-y: 0;
    --g5-btn-line-height: calc(3.125rem - (var(--g5-btn-border-width) * 2));
    --g5-btn-font-size: 1rem;
    --g5-btn-color: #222;
    --g5-btn-bg: #f5f5f5;
    --g5-btn-border-color: #f5f5f5;
    --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: #f5f5f5;
    --g5-btn-outline-border-hover-color: #f5f5f5;
    --g5-btn-outline-hover-color: #222;
    --g5-btn-outline-hover-bg: #f5f5f5;
    --g5-btn-link-color: #f5f5f5;
    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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: capitalize
}

.g5shop__filter-button i:before {
    content: "";
    font-size: 24px;
    position: relative;
    top: 6px
}

.g5shop__filter-button:active,
.g5shop__filter-button:focus,
.g5shop__filter-button:hover {
    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 .g5shop__shop-toolbar-top+.g5shop__shop-toolbar-bottom,
.woocommerce div.product form.cart table.variations tr+tr {
    margin-top: 20px
}

.g5shop__shop-toolbar .g5core__cate-filer {
    margin-bottom: 0 !important
}

.g5shop__shop-toolbar .g5shop__archive-filter-content {
    background-color: #f5f5f5
}

.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 .added_to_cart,
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .added,
.woocommerce-page ul.products li.product .added {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    margin: 10px 0 5px
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 19px
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 40px;
    line-height: 50px
}

.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: 0
}

.g5shop__product-item .g5shop__product-info .price {
    margin: 2px 0 0
}

.g5shop__product-item .g5shop__product-info .star-rating {
    margin: 10px 0 6px
}

.g5shop__product-item .g5shop__loop-product_excerpt {
    margin-top: 5px
}

.g5shop__product-item-inner:hover .g5core__entry-thumbnail:after {
    opacity: 0
}

.product-collection .g5core__post-item-inner {
    padding: 0 !important
}

.product-collection .g5shop__product-info {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding: 30px
}

.product-collection .g5shop__loop-swatches,
.product-collection .g5shop__product-featured .button,
.product-collection .g5shop__product-featured .g5shop__product-actions,
.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods div.payment_box:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product form.cart table.group_table .g5shop__quantity .stock-status,
.woocommerce div.product form.cart table.group_table .g5shop__quantity label,
.woocommerce table.my_account_orders .product-quantity label,
.woocommerce table.shop_table.cart .product-quantity label {
    display: none
}

.g5shop__product-list .g5shop__loop-swatches,
.g5shop__product-list .g5shop__swatch+.g5shop__swatch {
    margin-top: 10px
}

.g5shop__product-list .g5shop__loop-product-cat {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.g5shop__product-list .g5shop__loop-product-title {
    font-family: var(--g5-h3-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h3-font-size);
    letter-spacing: var(--g5-h3-letter-spacing);
    text-transform: var(--g5-h3-text-transform);
    font-weight: var(--g5-h3-font-weight);
    line-height: var(--g5-h3-line-height)
}

.g5shop__product-list.g5shop__product-item .g5shop__product-info .price {
    margin: 0;
    font-size: 20px;
    line-height: 32px
}

.g5shop__product-list.g5shop__product-item .g5shop__product-info .price del {
    font-size: 20px
}

.g5shop__product-list.g5shop__product-item .g5shop__product-info .star-rating {
    margin: 12px 0 9px
}

.g5shop__product-list.g5shop__product-item .g5shop__product-info .g5shop__swatch {
    margin-bottom: 9px
}

.g5shop__product-list.g5shop__product-item .g5shop__product-info .g5shop__loop-product_excerpt {
    margin-top: 2px
}

.g5shop__layout-list .woocommerce-loop-category__title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0;
    font-family: var(--g5-primary-font);
    font-weight: 600
}

@media (min-width:768px) {
    .g5shop__product-list .g5shop__product-featured {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }
}

@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
    }
}

.product_meta>span {
    display: block;
    margin-bottom: 5px
}

.product_meta>span label {
    margin: 0 10px 0 0;
    font-weight: 600;
    min-width: 100px;
    font-size: 15px;
    color: var(--g5-color-heading);
    text-transform: uppercase
}

.product_meta>span a,
.woocommerce div.product div.summary .product_title a {
    color: inherit
}

.g5core__social-share.product {
    margin-top: 5px
}

.g5core__social-share.product .g5core__share-label {
    min-width: 100px
}

.g5core__social-share.product ul.g5core__share-list {
    font-size: 14px;
    color: var(--g5-color-muted)
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 100px
}

.woocommerce div.product div.summary .product_title {
    font-family: var(--g5-h2-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h2-font-size);
    letter-spacing: var(--g5-h2-letter-spacing);
    text-transform: var(--g5-h2-text-transform);
    font-weight: var(--g5-h2-font-weight);
    line-height: var(--g5-h2-line-height);
    margin-bottom: 10px
}

.woocommerce div.product div.summary .woocommerce-product-rating {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 28px
}

.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
    margin: 0;
    font-size: 15px !important;
    width: 91px
}

.woocommerce div.product div.summary .woocommerce-product-rating a {
    color: inherit;
    margin-left: 5px
}

.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    color: var(--g5-color-heading);
    font-weight: 600
}

.woocommerce div.product div.summary p.price del,
.woocommerce div.product div.summary span.price del {
    margin-right: 5px;
    color: var(--g5-color-muted);
    opacity: 1
}

.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: 30px
}

.woocommerce #order_review .woocommerce-checkout-payment ul.payment_methods li,
.woocommerce #reviews #review_form_wrapper p,
.woocommerce div.product div.summary .woocommerce-product-details__short-description p,
.woocommerce div.product form.cart,
.woocommerce div.product form.cart .woocommerce-variation-description p,
.woocommerce div.product form.cart table.variations {
    margin-bottom: 20px
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
    line-height: 1;
    margin-top: 20px
}

.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a {
    width: auto;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--g5-color-heading);
    border: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.woocommerce div.product div.summary .g5shop__single-product-actions .compare:before,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:before {
    margin-right: 10px;
    letter-spacing: 0
}

.woocommerce div.product div.summary .g5shop__single-product-actions .compare:focus,
.woocommerce div.product div.summary .g5shop__single-product-actions .compare:hover,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:active,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:focus,
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a:hover {
    background-color: transparent;
    color: var(--g5-color-heading)
}

.woocommerce div.product div.summary .product_meta {
    margin-top: 30px
}

.woocommerce div.product div.summary .g5shop__single-product-actions {
    margin-top: 29px;
    display: -ms-flexbox;
    display: 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 30px 0 0
}

.woocommerce div.product div.summary .g5shop__single-product-actions .compare {
    width: auto;
    height: auto;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.woocommerce div.product div.summary .g5shop__product-deal-countdown {
    margin-bottom: 35px;
    padding: 20px 30px;
    border: 2px solid var(--g5-color-heading)
}

.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: 30px
}

@media (max-width:340px) {

    .woocommerce div.product div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .button,
    .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 div.summary .g5shop__add-to-cart-quantity-wrap .g5shop__add-to-cart-quantity .g5shop__quantity {
        width: 100%;
        margin: 0 0 15px
    }
}

.woocommerce div.product .woocommerce-tabs {
    padding-top: 100px;
    border-top: 1px solid var(--g5-color-border)
}

.woocommerce #reviews #comments,
.woocommerce #reviews #comments .woocommerce-noreviews,
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__label label,
.woocommerce-shipping-fields>h3 label {
    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 li {
    background: 0 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--g5-h3-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h3-font-size);
    letter-spacing: var(--g5-h3-letter-spacing);
    text-transform: var(--g5-h3-text-transform);
    font-weight: var(--g5-h3-font-weight);
    line-height: var(--g5-h3-line-height);
    position: relative;
    padding: 0;
    color: #ababab;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--g5-color-heading);
    border-color: currentColor
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: currentColor
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a:after {
    display: none
}

.g5shop__panel-heading h4 {
    border-bottom: 1px solid var(--g5-color-border);
    font-weight: 600;
    font-family: var(--g5-body-font);
    font-size: 18px;
    line-height: 24px;
    padding: .8125rem 1.25rem;
    text-transform: uppercase
}

@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 {
    font-family: var(--g5-h3-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h3-font-size);
    letter-spacing: var(--g5-h3-letter-spacing);
    text-transform: var(--g5-h3-text-transform);
    font-weight: var(--g5-h3-font-weight);
    line-height: var(--g5-h3-line-height);
    color: #ababab
}

.g5shop__tabs-container .nav-tabs .nav-link.active,
.g5shop__tabs-container .nav-tabs .nav-link:hover {
    color: var(--g5-color-heading);
    background: 0 0
}

.g5shop__single-product-tabs {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid var(--g5-color-border)
}

.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs,
.g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs,
.woocommerce table.shop_attributes {
    border: 0
}

.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: 0
}

.g5shop__single-product-tabs.layout-1 .g5shop__tabs-container .nav-tabs .nav-link:before,
.g5shop__single-product-tabs.layout-2 .g5shop__tabs-container .nav-tabs .nav-link:before {
    background-color: currentColor;
    height: 1px;
    top: auto;
    bottom: 0
}

.g5shop__single-product-tabs.layout-1 .nav-tabs,
.woocommerce #reviews #comments ol.commentlist,
.woocommerce ul.order_details {
    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-family: var(--g5-body-font);
    font-size: 18px;
    border-color: var(--g5-color-border);
    margin-bottom: 0;
    padding: .75rem 1.875rem;
    line-height: 24px
}

.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,
.g5shop__single-product-tabs.layout-4 .g5shop__tab-panel,
.woocommerce table.my_account_orders thead tr,
.woocommerce table.shop_table.cart thead tr {
    border: 1px solid var(--g5-color-border)
}

@media (max-width:991px) {
    .g5shop__tabs-container .nav-tabs .nav-link {
        font-size: 26px
    }

    .g5shop__single-product-tabs.layout-1 .nav-tabs li {
        margin-right: 30px
    }

    .g5shop__single-product-tabs.layout-2 .nav-tabs li {
        margin: 0 15px
    }
}

body.no-sidebar.woocommerce .g5shop__single-product-tabs,
body.no-sidebar.woocommerce .products.related,
body.no-sidebar.woocommerce .products.upsells,
body.no-sidebar.woocommerce div.product .woocommerce-tabs {
    position: relative;
    border-top: none
}

body.no-sidebar.woocommerce .g5shop__single-product-tabs:before,
body.no-sidebar.woocommerce .products.related:before,
body.no-sidebar.woocommerce .products.upsells:before,
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 .flex-control-thumbs li img {
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .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: 40px
    }
}

.g5shop__single-product-images,
.woocommerce #reviews #comments ol.commentlist li+li .comment_container {
    position: relative
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--g5-body-font)
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 60px;
    padding: 0;
    border-radius: 50%;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    border: 0;
    padding: 0;
    border-radius: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce #reviews #review_form_wrapper .comment-reply-title,
.woocommerce div.product form.cart table.variations label {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--g5-color-heading)
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 16px;
    font-weight: 400;
    color: var(--g5-color-muted)
}

.woocommerce #reviews #comments ol.commentlist li+li {
    border-top: 1px solid var(--g5-color-border);
    padding-top: 40px;
    margin-top: 40px
}

.woocommerce #reviews #review_form_wrapper .comment-reply-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    display: block
}

.woocommerce #reviews #review_form_wrapper label {
    margin-bottom: .25rem;
    font-weight: 600;
    color: var(--g5-color-heading)
}

.woocommerce #reviews #comment {
    height: 160px
}

.woocommerce #reviews .form-submit {
    text-align: left;
    margin-bottom: 0 !important
}

.woocommerce .products.related,
.woocommerce .products.upsells {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid var(--g5-color-border)
}

.woocommerce .products.related>h2,
.woocommerce .products.upsells>h2 {
    margin-bottom: 60px;
    text-align: center
}

.woocommerce .products.related .slick-dots,
.woocommerce .products.upsells .slick-dots {
    margin-top: 25px
}

.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.woocommerce div.product form.cart table.variations td,
.woocommerce div.product form.cart table.variations th,
.woocommerce table.shop_attributes td p {
    padding: 0
}

.woocommerce div.product form.cart table.variations label {
    margin: 0;
    line-height: 19px;
    min-width: 100px
}

.woocommerce div.product form.cart table.variations .label {
    vertical-align: middle;
    padding-right: 10px
}

#customer_details .col-1,
#customer_details .col-2,
.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: .5px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px
}

.woocommerce div.product form.cart table.variations select {
    background-color: transparent;
    margin: 0
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    margin-top: 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;
    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 a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--g5-color-heading);
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price ins {
    background: 0 0;
    text-decoration: none
}

.woocommerce div.product form.cart table.group_table td.woocommerce-grouped-product-list-item__price .amount,
.woocommerce table.my_account_orders .product-price .amount,
.woocommerce table.my_account_orders .product-subtotal .amount,
.woocommerce table.shop_table.cart .product-price .amount,
.woocommerce table.shop_table.cart .product-subtotal .amount {
    color: var(--g5-color-heading);
    font-size: 16px;
    font-weight: 600
}

.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: 16px;
    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.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 0 30px
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    float: none;
    width: 100%
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border: 0;
    border-bottom: 1px solid var(--g5-color-border);
    padding: 8px 0;
    color: var(--g5-color-heading)
}

.woocommerce .cart-collaterals .cart_totals table .woocommerce-shipping-destination strong,
.woocommerce .cart-collaterals .cart_totals table ul#shipping_method .amount,
.woocommerce .cart-collaterals .cart_totals table ul#shipping_method li label,
.woocommerce table.order_details .product-name strong,
.woocommerce table.shop_attributes th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name strong {
    font-weight: 400
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    text-align: right
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: transparent
}

@media (min-width:769px) {
    .g5shop__single-product-summary {
        margin-bottom: 100px
    }
}

@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(100vw/2 - 1720px/2 + 60%);
        margin-left: calc(0px - (100vw/2 - 1720px/2))
    }

    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
    }
}

.woocommerce table.shop_table {
    border-collapse: collapse
}

.woocommerce table.my_account_orders,
.woocommerce table.shop_table.cart {
    border: 0;
    border-radius: 0;
    margin: 0
}

.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.cart th {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--g5-color-heading);
    line-height: 19px;
    padding: 16px 12px;
    border: 0;
    background-color: #f5f5f5
}

.woocommerce table.my_account_orders td {
    border: 0
}

.woocommerce table.shop_table.cart td {
    border: 0;
    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: 0
}

.woocommerce table.my_account_orders .product-name a,
.woocommerce table.shop_table.cart .product-name a {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--g5-color-heading);
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce table.my_account_orders .product-name a:hover,
.woocommerce table.order_details .product-name a:hover,
.woocommerce table.shop_table.cart .product-name a:hover {
    border-color: currentColor
}

.woocommerce table.my_account_orders .product-price ins,
.woocommerce table.my_account_orders .product-subtotal ins,
.woocommerce table.order_details .product-total ins,
.woocommerce table.shop_table.cart .product-price ins,
.woocommerce table.shop_table.cart .product-subtotal ins {
    background-color: transparent;
    font-weight: 600
}

.woocommerce table.my_account_orders .product-price del,
.woocommerce table.my_account_orders .product-subtotal del,
.woocommerce table.shop_table.cart .product-price del,
.woocommerce table.shop_table.cart .product-subtotal del {
    margin-right: 5px;
    color: var(--g5-color-muted)
}

.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
}

.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(3.125rem - (var(--g5-btn-border-width) * 2));
    --g5-btn-font-size: 0.75rem
}

@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 .button,
    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
        width: 100%
    }

    .woocommerce table.shop_table.cart td.actions .coupon .input-text {
        text-align: center;
        margin: 0 0 .5em
    }
}

@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;
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

    .woocommerce table.shop_table_responsive.my_account_orders tbody tr,
    .woocommerce table.shop_table_responsive.shop_table.cart tbody tr {
        border: 0
    }

    .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: 90px
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 35px 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, .1);
    padding: 20px 30px;
    max-width: 500px
}

.woocommerce .cart-collaterals .cart_totals>h2 {
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--g5-color-border);
    margin-bottom: 25px
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.woocommerce-checkout-review-order-table {
    border: 0;
    border-radius: 0;
    margin: 0
}

.woocommerce .cart-collaterals .cart_totals table th {
    border: 0;
    padding: 0 9px 15px 0;
    font-weight: 400
}

.woocommerce .cart-collaterals .cart_totals table td {
    border: 0;
    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: 600
}

.woocommerce .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
    padding-bottom: 0
}

.woocommerce .cart-collaterals .cart_totals table .shipping-calculator-button,
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce table.woocommerce-checkout-review-order-table tbody .product-name a {
    color: inherit
}

.woocommerce .cart-collaterals .cart_totals table ul#shipping_method li input {
    margin-top: 6px
}

.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 span.amount {
    font-weight: 600;
    font-size: 20px
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid var(--g5-color-border);
    padding-top: 20px
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td {
    border-top: 1px solid var(--g5-color-border);
    padding-top: 20px
}

.woocommerce .cart-collaterals .cross-sells>h2 {
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height);
    margin-bottom: 40px
}

.woocommerce .cart-collaterals .shipping-calculator-form {
    margin-top: 25px
}

@media (max-width:768px) {

    .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
    }
}

.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 30px
}

.woocommerce form .form-row label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--g5-color-muted)
}

.woocommerce form .form-row textarea {
    height: 8em
}

.woocommerce-additional-fields,
.woocommerce-shipping-fields {
    margin-top: 30px
}

.woocommerce-shipping-fields>h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    letter-spacing: 0;
    font-family: var(--g5-body-font);
    color: var(--g5-color-text-main)
}

.woocommerce-shipping-fields>h3 label span {
    cursor: pointer
}

.woocommerce-shipping-fields>h3 label input {
    position: relative;
    top: 2px;
    margin: -2px 8px 0 0
}

#order_review_heading,
.woocommerce-additional-fields>h3,
.woocommerce-billing-fields>h3 {
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height);
    margin-bottom: 23px
}

.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
}


@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 li {
    margin-top: 0
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-MyAccount-content h3,
.woocommerce-column__title {
    margin-bottom: 23px;
    font-family: var(--g5-h4-font);
    color: var(--g5-color-heading);
    font-size: var(--g5-h4-font-size);
    letter-spacing: var(--g5-h4-letter-spacing);
    text-transform: var(--g5-h4-text-transform);
    font-weight: var(--g5-h4-font-weight);
    line-height: var(--g5-h4-line-height)
}

.woocommerce table.order_details {
    border: 1px solid var(--g5-color-border);
    border-radius: 3px;
    margin: 0
}

.woocommerce table.order_details .product-name,
.woocommerce table.order_details thead th {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--g5-color-heading)
}

.woocommerce table.order_details thead th {
    padding: 16px 12px;
    border: 0;
    background-color: #f5f5f5;
    font-weight: 600
}

.woocommerce table.order_details .product-name {
    font-weight: 400
}

.woocommerce table.order_details .product-name a {
    color: inherit;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.woocommerce table.order_details .product-total .amount {
    line-height: 26px
}

.woocommerce table.order_details .product-total del {
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
    color: var(--g5-color-text-main)
}

.woocommerce table.order_details tfoot td,
.woocommerce table.order_details tfoot th {
    border: 0
}

.woocommerce table.order_details tfoot th {
    font-weight: 400
}

.woocommerce table.order_details tfoot td {
    color: var(--g5-color-heading)
}

.woocommerce table.order_details tfoot tr:first-child td,
.woocommerce table.order_details tfoot tr:first-child th {
    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 td,
.woocommerce table.order_details tfoot tr:last-child th {
    border-top: 1px solid var(--g5-color-border)
}

.woocommerce table.order_details tfoot tr:last-child th {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.woocommerce table.order_details tfoot tr:last-child td {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px
}

@media (max-width:768px) {
    .woocommerce-column--shipping-address {
        margin-top: 2em
    }
}

#customer_details {
    margin-bottom: 40px
}

@media (min-width:992px) {
    #customer_details {
        float: left;
        width: 50%;
        margin-bottom: 0
    }
}

#customer_login h2 {
    font-size: 24px
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
    border-bottom: none
}

.woocommerce-MyAccount-navigation ul li>a {
    position: relative;
    display: block;
    padding: 15px 20px;
    color: var(--g5-color-heading);
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.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 a:hover,
.woocommerce-MyAccount-navigation ul li.is-active>a {
    background-color: #f2f2f2
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard>a:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders>a:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads>a:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address>a:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account>a:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout>a:after {
    content: ""
}

.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 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
}

@media (max-width:991px) {

    .g5shop__single-product-summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        margin-bottom: 80px
    }

    .g5shop__single-product-tabs,
    .woocommerce .products.related,
    .woocommerce .products.upsells {
        margin-top: 80px;
        padding-top: 80px
    }

    .woocommerce .products.related>h2,
    .woocommerce .products.upsells>h2 {
        margin-bottom: 40px
    }

    .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 .cross-sells>h2,
    .woocommerce-page .cart-collaterals .cross-sells>h2 {
        text-align: center
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
        float: none
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 100%
    }

    .g5shop__product-item-inner .g5shop__product-featured .add_to_cart_button,
    .g5shop__product-item-inner .g5shop__product-featured .added_to_cart,
    .g5shop__product-item-inner .g5shop__product-featured .product_out_of_stock,
    .g5shop__product-item-inner .g5shop__product-featured .product_type_external,
    .g5shop__product-item-inner .g5shop__product-featured .product_type_grouped,
    .g5shop__product-item-inner .g5shop__product-featured .product_type_variable {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible
    }

    .g5shop__countdown-section .countdown-amount {
        font-size: 40px;
        line-height: 52px
    }
}

.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
}

.font-body {
    font-family: var(--g5-body-font) !important
}