/* ======================================================= */
/* home page product hover wishlist & compare (icon) */
/* ======================================================= */
.uc_post_image_wrap {
    position: relative;
}

.gjn-product-actions {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 0;
}

/* ---------------------------------- */
/* compare & wishlist */
/* ---------------------------------- */
.gjn-product-actions .gjn-action a,
.gjn-product-actions .gjn-action button {
    background-color: var(--global-palette8);
    color: var(--global-palette1);
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    border: 1px solid var(--global-palette6);
}

.gjn-product-actions .gjn-action a:hover,
.gjn-product-actions .gjn-action button:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border: 1px solid var(--global-palette2);
}

#uc_woocommerce_product_grid_elementor_139d887 .uc_post_grid_style_one_button>a,
#uc_woocommerce_product_grid_elementor_ff622b3 .uc_post_grid_style_one_button>a {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Jost';
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
}

/* ---------------------------------- */
/* Desktop */
/* ---------------------------------- */
@media (min-width: 1025px) {

    .gjn-product-actions {
        opacity: 0;
        pointer-events: none;
        transform: translateX(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }


    .ue-item:hover .gjn-product-actions {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .site-main-header-wrap .site-header-row-container-inner>.site-container {
        padding: 0px 25px 0px 10px;
    }
}

/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {

    .gjn-product-actions {
        opacity: 1 !important;
        pointer-events: auto;
        transform: none;
    }
}


/* ======================================================== */
/* product hover add to cart & quickview (button) */
/* ======================================================== */
.gjn-product-actions-button .uc_post_grid_style_one_item {
    position: relative;
}

.gjn-product-actions-button .uc_post_grid_style_one_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10em;
    display: flex;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    z-index: 3;
    padding: 20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

@media (max-width:1024px) {
    .gjn-product-actions-button .uc_post_grid_style_one_button {
        bottom: 8em;

    }

}

.gjn-product-actions-button .uc_post_grid_style_one_button>* {
    flex: 1 1 0;
}

.gjn-product-actions-button .uc_post_grid_style_one_item:hover .uc_post_grid_style_one_button {
    opacity: 1;
    transform: translateY(0);
}

.gjn-product-actions-button .uc_post_grid_style_one_button .gjn-action a,
.gjn-product-actions-button .uc_post_grid_style_one_button button,
.gjn-product-actions-button .uc_post_grid_style_one_button a.ue-variable-btn,
.gjn-product-actions-button .uc_post_grid_style_one_item .added_to_cart {
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 0;
    background-color: var(--global-palette9);
    border: none;
    color: var(--global-palette1);
    white-space: nowrap;
    transition: all 0.3s ease;
    border-radius: 0;
    text-align: center;
}


.gjn-product-actions-button .uc_post_grid_style_one_button .gjn-action:hover a,
.gjn-product-actions-button .uc_post_grid_style_one_button button:hover,
.gjn-product-actions-button .uc_post_grid_style_one_button a.ue-variable-btn:hover,
.gjn-product-actions-button .uc_post_grid_style_one_item .added_to_cart:hover,
.uc-button-addcart.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    border-color: var(--global-palette1);
}

.gjn-product-actions-button .uc_post_grid_style_one_button button.uc-button-addcart,
.gjn-product-actions-button .uc_post_grid_style_one_button .added_to_cart,
.gjn-product-actions-button .uc_post_grid_style_one_button a.ue-variable-btn {
    margin-top: 0 !important;
}

.gjn-product-actions .woosw-btn-text,
.gjn-product-actions .woosc-btn-text {
    display: none;
}


body.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
    opacity: 1;
}

#uc_woocommerce_product_grid_elementor_050ef02 .uc_post_grid_style_one_item,
#uc_woocommerce_product_grid_elementor_5dcaaba .uc_post_grid_style_one_item,
#uc_woocommerce_product_grid_elementor_99811da .uc_post_grid_style_one_item {
    transition: all.3s;
    padding: 20px;
}

/* ======================================================== */
/* product add to cart & quickview (button) */
/* ======================================================== */

body.woocommerce .ue-variable-btn {
    display: inline-block;
}

.ue-inner-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;

}

body.woocommerce .ue-inner-btn-wrapper span {
    display: flex;
    align-items: center;
}


body.woocommerce .ue-variable-btn,
body.woocommerce.ue-variable-btn:hover,
body.woocommerce.ue-variable-btn:focus,
body.woocommerce.ue-variable-btn:active {
    border: none !important;
    outline: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.product-action-wrap .woosc-btn,
.product-action-wrap .woosw-btn {
    display: none;
}

.archive-product-actions .woosw-btn-text,
.archive-product-actions .woosc-btn-text {
    display: none;
}


.woocommerce ul.products li.product .archive-product-actions a.woosw-btn,
.woocommerce ul.products li.product .archive-product-actions a.woosc-btn,
.woocommerce ul.products li.product .archive-product-actions button.woosq-btn {
    background-color: var(--global-palette8);
    color: var(--global-palette1);
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}

.woocommerce ul.products li.product .archive-product-actions a.woosw-btn:hover,
.woocommerce ul.products li.product .archive-product-actions a.woosc-btn:hover,
.woocommerce ul.products li.product .archive-product-actions button.woosq-btn:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border-radius: 5px;
}

body.woocommerce ul.products li.product .price ins {
    font-weight: 400;
}


.fa-info-circle {
    font-size: 0;
}


/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {
    .gjn-product-actions-button .uc_post_grid_style_one_button {
        opacity: 1;
        transform: translateY(0);
        flex-direction: column;
        gap: 10px;
    }
}

/* * ============================================ */
/* quickview popup button */
/* ============================================ */
body.heaven-cart-button-large.woocommerce div.product form.cart div.quantity {
    width: 25%;
}

body.heaven-cart-button-large.woocommerce div.product .button.single_add_to_cart_button,
body .woocommerce div.product .button.single_add_to_cart_button {
    width: 75%;
    height: 60px;
    box-shadow: none;
    line-height: 28px;
}

body .woocommerce div.product button.wpcbn-btn {
    display: none;
}

body .woocommerce div.product form.cart {
    margin-top: 30px;
}

body .woocommerce .quantity .qty {
    width: 6em;
    height: 60px;
    color: var(--global-palette1);
    border-radius: 15px;
    border-color: var(--global-palette6);
}

body .woocommerce div.product .product_meta>span {
    font-size: 100%;
    color: var(--global-palette1);
}

/* ============================= */
/* shop page product onsale */
/* ============================= */


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border-radius: 25px;
    border: 1px solid var(--global-palette6);
}

body.woocommerce ul.products li.product .onsale {
    top: 15px;
    right: auto;
    left: 15px;
    margin: 0px;
    border-radius: 0;
    background-color: var(--global-palette5);
    color: var(--global-palette9);
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 6px;
    font-size: 10px;
}

/* ============================= */
/* shop page product gap */
/* ============================= */
.wc-block-grid ul.wc-block-grid__products,
.woocommerce ul.products.grid-cols {
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 30px;
    row-gap: 30px;
}

@media (max-width: 1025px) {
    .grid-lg-col-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 881px) {
    .grid-lg-col-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 360px) {
    .grid-lg-col-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ============================= */
/* shop page product padding */
/* ============================= */
body.woocommerce ul.products li.product .entry-content-wrap {
    padding: 15px;
    margin: 0;
}

/* ============================= */
/* all page rating star */
/* ============================= */

body.woocommerce ul.products.products-list-view li.product .star-rating,
body.woocommerce ul.products.products-grid-view li.product .star-rating,
.woocommerce .related.products .star-rating {
    float: none;
    /* margin: .25em auto .25em; */
    margin-left: auto !important;
}

body.woocommerce ul.products li.product .star-rating~.price {
    padding-right: 0;
}

.product-action-wrap .woosq-btn-has-icon {
    margin-top: 15px;
}

body.woocommerce ul.products.products-list-view li.product .star-rating~.price {
    margin-top: 0px;
}

body.woocommerce .star-rating span::before {
    color: #F3991B;
}

/* ============================= */
/* shop page title center */
/* ============================= */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    line-height: 26px;
    font-family: 'Jost';
    padding: 0 !important;
}

.woocommerce ul.products.products-list-view li.product .product-excerpt {
    text-align: center;
}

/* ===================================================== */
/* shop page product details defalt hover none */
/* =====================================================*/
body .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
body .woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap,
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap {
    -webkit-transform: none;
    transform: none;
}

body .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
body .woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap,
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
    bottom: 0;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    position: relative;
    display: block;
    border-radius: 25px;
}

body.woocommerce ul.products li.product .product-action-wrap button.woosc-btn,
body.woocommerce ul.products li.product .product-action-wrap button.woosw-btn,
body.woocommerce ul.products li.product .product-action-wrap button.woosq-btn {
    display: none;
}


/* ===================================================== */
/* shop page product */
/* compare & wishlist (grid view) */
/* ===================================================== */
body.woocommerce ul.products li.product .archive-product-thumb {
    position: relative;
}

.woocommerce ul.products li.product .archive-product-actions {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
    bottom: 0;
    display: flex;
    justify-content: right;
    align-content: center;
    left: auto;
    top: 15px;
    margin-right: 10px;
}

.woocommerce ul.products li.product .archive-product-actions a.woosw-btn,
.woocommerce ul.products li.product .archive-product-actions a.woosc-btn,
.woocommerce ul.products li.product .archive-product-actions button.woosq-btn {
    background-color: var(--global-palette8);
    color: var(--global-palette1);
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    border: 1px solid var(--global-palette6);
}

.woocommerce ul.products li.product .archive-product-actions a.woosw-btn:hover,
.woocommerce ul.products li.product .archive-product-actions a.woosc-btn:hover,
.woocommerce ul.products li.product .archive-product-actions button.woosq-btn:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border: 1px solid var(--global-palette2);
}



.archive-product-actions .woosw-btn-text,
.archive-product-actions .woosc-btn-text {
    display: none;
}

body.woocommerce ul.products li.product .product-action-wrap button.woosc-btn,
body.woocommerce ul.products li.product .product-action-wrap button.woosw-btn {
    display: none;
}

.product-action-wrap .woosc-btn,
.product-action-wrap .woosw-btn {
    display: none;
}

/* ===================================================== */
/* shop page product responsive */
/* column */
/* ===================================================== */

@media (max-width: 1025px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

@media (max-width: 881px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 360px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}

/* ---------------------------------- */
/* desktop */
/* ---------------------------------- */
@media (min-width: 1025px) {

    .woocommerce ul.products li.product .archive-product-actions {
        opacity: 0;
        pointer-events: none;
        transform: translateX(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .woocommerce ul.products li.product:hover .archive-product-actions {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}

/* ---------------------------------- */
/* tablet & mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {
    body.woocommerce ul.products li.product .archive-product-actions {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
}

/* ========================================================================= */
/* shop page product 
/* add to cart & quickview (button)(grid view & list view) */
/* ========================================================================= */

.woocommerce ul.products li.product .product-action-wrap a.button {
    width: 100%;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background-color: var(--global-palette8);
    border: none;
    color: var(--global-palette1);
    white-space: nowrap;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid var(--global-palette6);
    line-height: 18px;
}

.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action-wrap a.added_to_cart.wc-forward:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border-radius: 15px;
    border: 1px solid var(--global-palette2);
}

/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {
    body.woocommerce ul.products-grid-view li.product .product-details .product-action-wrap {
        opacity: 1;
        transform: translateY(0);
        flex-direction: column;
        pointer-events: auto;
    }
}

/* ===================================================== */
/* shop page product */
/* add to cart & quick view (list view) */
/* ===================================================== */
.woocommerce ul.products-list-view li.product .product-action-wrap {
    display: flex;
    gap: 15px;
    padding: 15px;
    z-index: 9;

}

/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media screen and (min-width: 576px) {
    body.woocommerce ul.products.products-list-view li.product {
        align-items: center;
    }
}

@media screen and (max-width: 575px) {
    body.woocommerce ul.products-list-view li.product .product-details .product-action-wrap {
        opacity: 1;
        transform: translateY(0);
        flex-direction: column;
        pointer-events: auto;
        bottom: 100px;
    }
}

/* ========================================================================= */
/* shop page product 
/* add to cart & view cart (button style)(grid view) */
/* ========================================================================= */
.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button,
.woocommerce ul.products li.product .product-action-wrap a.added_to_cart.wc-forward {
    font-family: "Jost";
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.woocommerce ul.products li.product .product-action-wrap .heaven-svg-iconset {
    display: none;
}

/* ========================================================================= */
/* shop page product price
/* ========================================================================= */
/* .woocommerce-Price-amount.amount {
    color: #C81414;
} */

body.woocommerce span.onsale {
    background-color: var(--global-palette5);
    color: var(--global-palette9);
    font-family: "Inter", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

/* ---------------------------------- */
/* View cart
/* ---------------------------------- */
.woocommerce ul.products li.product .product-action-wrap a.added_to_cart.wc-forward,
.woocommerce ul.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward {
    width: 100%;
    flex: 1;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
    transition: all 0.3s ease;
    border-radius: 15px;
    line-height: 18px;
}

/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {
    .woocommerce ul.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward {
        opacity: 1;
        transform: translateY(0);
        flex-direction: column;
        pointer-events: auto;
    }
}

.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button.added {
    opacity: 0;
    display: none;
}

.woocommerce ul.products li.product .product-action-wrap a.added_to_cart.wc-forward {
    opacity: 1;
    pointer-events: auto;
}



/* =========================================== */
/* shop page product add to cart icon */
/* =========================================== */
/* body.woocommerce ul.products li.product .product-details .product-action-wrap a.add_to_cart_button::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    background-color: var(--global-palette1);
    -webkit-mask: url("../image/cart.svg") no-repeat center / contain;
    mask: url("../image/cart.svg") no-repeat center / contain;
    margin-right: 0;
    transition: background-color 0.3s ease;
}

body.woocommerce ul.products li.product .product-details .product-action-wrap a.add_to_cart_button:hover::before {
    background-color: var(--global-palette9);
} */

/* =========================================== */
/* shop page product variation none */
/* =========================================== */
.woocommerce ul.products li.product .product-details .product-action-wrap a.wpcbn-btn {
    display: none;
}

.veb-variation-swatches .inwp-archive-variations-wrapper {
    display: none;
}

.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
    position: relative;
}

.header-cart-wrap .header-cart-button .header-cart-total {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 10px;
    background: var(--global-palette2) !important;
}

/* .header-cart-button .header-cart-total {
    
    color: var(--global-palette9) !important;
    position: absolute;
    right: -7px;
    top: -5px;
    height: 11px !important;
    width: 11px !important;
    font-size: 10px !important;
} */

.uc_post_grid_style_one_item:has(.uc_title a[href*="uncategorized"]) {
    display: none;
}

/* ===================================================== */
/* shop page product responsive */
/* column */
/* ===================================================== */

@media (max-width: 1025px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

@media (max-width: 881px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 768px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 360px) {
    .grid-lg-col-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}

/* =========================================== */
/* single-product-page*/
/* =========================================== */

/* body.woocommerce div.product form.cart .variations {
    border: 0;
    width: 100%;
    margin: 15px 0 30px 0;
} */

body.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
    opacity: 1;
    bottom: 0;
}



/* ---------------------------------- */
/* size-cart-css */
/* ---------------------------------- */
.wpcsc-size-chart-above-text {
    padding-bottom: 41px;
}

/* ---------------------------------- */
/* veriation-space */
/* ---------------------------------- */

body.woocommerce table.variations th,
body.woocommerce table.variations td {
    padding: 15px 0 0 0;
    vertical-align: top;
}

/* ---------------------------------- */
/* quantity */
/* ---------------------------------- */
.heaven-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty,
.heaven-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added {
    background-color: #e5e5e5;
    padding: 3px;
    border-radius: 30px;
    color: var(--global-palette1);
}

body .quantity.spinners-added input.minus,
body .quantity.spinners-added input.plus {
    background-color: transparent;
    color: var(--global-palette1);
    box-shadow: none;
    padding: 0 .8em;
    line-height: 38px;
    border: 0;
    border-radius: 15px;
    font-size: 20px;
}

body .quantity.spinners-added input.minus:hover,
body .quantity.spinners-added input.plus:hover {
    color: var(--global-palette1);
}

body .quantity.spinners-added,
body .quantity.spinners-added:hover {
    border-color: var(--global-palette6);
    border-radius: 15px;
    background: transparent;
}

body .quantity.spinners-added input {
    background-color: transparent;
    color: var(--global-palette1);
}

/* ---------------------------------- */
/* add to cart button */
/* ---------------------------------- */

body.woocommerce div.product button.single_add_to_cart_button:not(.wpcbn-btn) {
    height: 60px;
    font-size: 15px !important;
    background: transparent;
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
    box-shadow: none;
    border-radius: 15px;
}

body.woocommerce div.product button.single_add_to_cart_button:not(.wpcbn-btn):hover {
    background-color: var(--global-palette2);
    border-color: var(--global-palette2);
    color: var(--global-palette9);
}

body.woocommerce div.product button.wpcbn-btn {
    height: 60px;
    line-height: 60px;
    font-size: 15px !important;
    background: var(--global-palette2);
    color: var(--global-palette9);
    box-shadow: none;
    margin-top: 20px;
    width: 100% !important;
    border-radius: 15px;
}

@media screen {
    body.woocommerce div.product button.wpcbn-btn {
        width: 100%;
    }
}

body.woocommerce div.product button.wpcbn-btn span {
    font-size: 15px;
    line-height: 60px;
    --kb-btn-font-size: 15px;
}

body.woocommerce div.product form.cart {
    margin-bottom: 1em;

}

/* ---------------------------------- */
/* cart-compare-icon */
/* ---------------------------------- */

body.heaven-cart-button-large.woocommerce div.product .button.single_add_to_cart_button:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
}

@media (max-width: 768px) {
    .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }
}

body .summary.entry-summary .woosc-btn-has-icon,
body .summary.entry-summary .woosw-btn-has-icon {
    display: inline-flex;
    align-items: center;
    margin: 10px 40px 0 0;
    font-size: 26px;
    text-decoration: none;
    font-size: 18px;
}

/* ---------------------------------- */
/* product-meta */
/* ---------------------------------- */

body.woocommerce div.product .product_meta>span {
    display: block;
    font-size: 100%;
    font-weight: 500;
    color: var(--global-palette1);
}

body.woocommerce div.product .product_meta {
    margin-top: 20px;
}

/* ---------------------------------- */
/* tumbnail-image */
/* ---------------------------------- */

body.woocommerce div.product div.images {
    margin-bottom: 8em;
}

body.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100px;
    height: auto;
    margin: 0;
    gap: 10px;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
    border: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    width: 100px;
    padding-left: 0;
}

/* ---------------------------------- */
/*tab*/
/* ---------------------------------- */

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--global-palette1);
    text-transform: uppercase;
    padding: 10px 0;
    text-align: left;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    background-color: transparent;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--global-palette2);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 35px;
    list-style: none;
    padding: 0 0 0px 0em;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom-color: var(--global-palette2);
    color: var(--global-palette2);

}

body.woocommerce div.product .woocommerce-tabs {
    background-color: transparent;
    padding: 50px 50px 1px 50px;
    margin-bottom: 50px;
}

@media (max-width:360px) {
    body.woocommerce div.product .woocommerce-tabs {
        padding: 10px;
    }

    .product .product_title,
    .woocommerce div.product .woocommerce-tabs .panel h2,
    .woocommerce .related.products h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: var(--global-palette1);
    font-size: 14px;
}

/* ---------------------------------- */
/* product-extras */
/* ---------------------------------- */

.woocommerce .single-product-extras {
    padding-top: 20px;
    border-top: 1px solid var(--global-palette6);
    margin-top: 20px;
}

/* ---------------------------------- */
/* payment-area */
/* ---------------------------------- */

body.woocommerce .single-product-payments:has(> legend) {
    padding-top: 25px;
}

body.woocommerce .single-product-payments {
    margin-bottom: 2em;
    margin-top: 0;
    border: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 0 38px 0;
    background-color: #f7f7f7;
    border-radius: 0;
}

body.woocommerce .single-product-payments legend {
    padding: 0 .5em;
    color: var(--global-palette1);
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

body.woocommerce .single-product-payments ul {
    gap: 1.9em;
}

/*-------------------------------------- */
/* notice-bg */
/*-------------------------------------- */

body.woocommerce .woocommerce-message {
    background-color: transparent;
    color: var(--global-palette1);
}

body .woocommerce .woocommerce-message {
    display: none;
}

/* =========================================== */
/* single-product-page*/
/* cart-popup-Notification
/* =========================================== */

.wooac-popup {
    padding: 20px;
}

.wooac-popup-vertical .wooac-text {
    margin: 30px 0 15px 0;
}

.wooac-popup-vertical .wooac-cart-content {
    margin-bottom: 15px;
}

.wooac-popup .wooac-action a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--global-palette1);
    border-radius: 15px;
    font-size: 13px !important;
    border: 1px solid var(--global-palette6);
}

.wooac-popup .wooac-action a:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border: 1px solid var(--global-palette2);
}

.popup-drawer .drawer-header .drawer-toggle {
	color: var(--global-palette1);
}

/* =========================================== */
/* single-product-page*/
/* Compare-area */
/* =========================================== */

.woosc-quick-table table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

.woosc-quick-table .woosc-quick-table-products {
    margin: 30px 0 40px 0;
}

.woosc-quick-table .woosc-quick-table-products thead th {
    background-color: transparent;
    padding: 16px;
}

.woosc-quick-table .woosc-quick-table-products tbody tr td.td-label {
    font-weight: 700;
    min-width: 230px;
    text-transform: capitalize;
}

.woosc-quick-table .woosc-quick-table-products tbody tr td:first-child {
    z-index: 2;
}

.woosc-quick-table .woosc-quick-table-products tbody tr:nth-child(1s) td {
    background-color: transparent;
}

.woosc-quick-table .woosc-quick-table-products tbody tr:nth-child(2n) td {
    background-color: transparent;
}

.woosc-quick-table .woosc-quick-table-products tbody tr td {
    max-width: 310px;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.woosc-quick-table .tr-description td.col {
    white-space: normal;
    text-overflow: unset;
}

.woosc-quick-table .tr-description td.col {
    line-clamp: 3 !important;
    overflow: hidden;
    line-height: 1.6;
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes-item {
    border-bottom: 1px solid var(--global-palette6);
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes-item__label {
    width: 70px;
    font-weight: 600;
    color: var(--global-palette2);
    text-align: left;
    padding: 6px 6px 6px 0;
    vertical-align: top;
    white-space: nowrap;
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes-item__label::after {
    content: ":";
    margin-left: 4px;
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes-item__value {
    padding: 6px 0;
    color: #444;
    vertical-align: top;
}

.woosc-quick-table .tr-additional .woocommerce-product-attributes-item__value p {
    margin: 0;
}

.woosc-quick-table .woosc-quick-table-products td.col .star-rating {
    float: left;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

/* ============================================================================ */
/* header-cart-design */
/* ============================================================================ */

#cart-drawer h2.side-cart-header {
    font-size: revert !important;
}

body.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 60px;
}

body.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-size: revert !important;
}

body .woocommerce.widget_shopping_cart .cart_list li .quantity {
    color: var(--global-palette1);
    font-size: revert !important;
}

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout) {
    border: 1px solid var(--global-palette6);
    margin-bottom: 15px;
    color: var(--global-palette1);
}

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border: 1px solid var(--global-palette2);
}

#cart-drawer.popup-drawer .drawer-header {
    padding-top: 30px;
}

body .woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 10px;
}

body .woocommerce.widget_shopping_cart .total {
    margin-top: 40px;
    color: var(--global-palette1);
}


/* ========================================= */
/* cart-page */
/* ========================================== */

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    font-size: 14px;
    border-radius: 0;
}

.wc-block-components-button:not(.is-link) {
    box-shadow: none;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input label {
    top: 28px;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"],
.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]:focus {
    padding: 28px 12px;
    border-radius: 0;
    background-color: transparent;
}

.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit {
    margin: 15px 0 0 0;
    padding: 0;

}

.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button,
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-coupon__button {
    border-radius: 15px;
}

.wc-block-components-product-name {
    font-size: revert !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
    outline: none;
}


#cart-drawer.popup-drawer .drawer-inner {
    color: var(--global-palette1);
}

/* =============================================== */
/* checkout-page */
/* =============================================== */

.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border-radius: 25px !important;
}

body .wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-address-form-wrapper .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-address-form-wrapper #billing-address_1,
.wc-block-components-address-form-wrapper #billing-first_name,
.wc-block-components-address-form-wrapper #billing-last_name,
.wc-block-components-address-form-wrapper #billing-postcode,
.wc-block-components-address-form-wrapper #billing-phone,
.wc-block-components-address-form-wrapper #billing-city {
    border-radius: 15px;
    border-color: var(--global-palette6);
    background-color: transparent;
}

body .wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-address-form-wrapper .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-components-address-form-wrapper #billing-address_1:focus,
.wc-block-components-address-form-wrapper #billing-first_name:focus,
.wc-block-components-address-form-wrapper #billing-last_name:focus,
.wc-block-components-address-form-wrapper #billing-postcode:focus,
.wc-block-components-address-form-wrapper #billing-phone:focus,
.wc-block-components-address-form-wrapper #billing-city:focus {
    box-shadow: none;
    border-color: var(--global-palette6);
}

.wc-block-checkout__actions_row a {
    text-transform: uppercase;
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    min-height: 4em;
    width: 30%;
    /* font-size: 16px; */
    font-weight: 600;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 15px;
}

.wc-block-components-checkout-return-to-cart-button svg {
    left: 21px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus {
    background: transparent !important;
}

@media (max-width:1100px) {

    body .wc-block-components-sidebar-layout .wc-block-components-main,
    body .wc-block-components-sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width:795px) {
    .wc-block-checkout__actions_row {
        margin-top: 30px;
    }
}

@media (max-width:700px) {
    .wc-block-components-checkout-return-to-cart-button svg {
        display: none;
    }

    body .wc-block-components-checkout-return-to-cart-button {
        padding-left: 0;
    }
}

@media (max-width:520px) {

    .wc-block-checkout__actions_row {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .wc-block-checkout__actions_row a,
    .wc-block-components-checkout-place-order-button {
        width: 100%;
    }
}

/* ============================================ */
/* my Account */
/* ============================================ */
@media (max-width: 1025px) {
    body.woocommerce-account .account-navigation-wrap {
        margin-bottom: 30px;
    }
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    color: var(--global-palette1);
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
    margin-top: 15px;
}

/* ============================================ */
/* my Account */
/* address */
/* ============================================ */

body .woocommerce-Address-title h2 {
    font-size: 30px !important;
}

body.woocommerce-account .addresses .title .edit {
    float: left;
    padding: .3em 0 2rem 0;
}

/* ============================================ */
/* my Account */
/* account details */
/* ============================================ */

#account_first_name,
#account_last_name,
#account_display_name {
    color: var(--global-palette1);
}

.button:hover {
    box-shadow: none;
}

/* ============================================ */
/* my Account */
/* log out */
/* ============================================ */

body .woocommerce form .form-row label {
    margin-top: 20px;
    font-weight: 500;
    color: var(--global-palette1);
    font-size: 100%;
}

body .woocommerce-MyAccount-content form .form-row {
    padding: 0;
    margin: 0;
}

body .woocommerce-MyAccount-content fieldset {
    border-color: var(--global-palette6);
    border-radius: 15px;
}

body .woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    right: .4em;
    background-color: var(--global-palette1);
    border-color: var(--global-palette6);
    padding: 7px;
}

body .woocommerce form .show-password-input,
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
    padding: 15px;
    border: 1px solid var(--global-palette6);
    border-radius: 15px;
    background-color: transparent;
    color: var(--global-palette1);
    box-shadow: none;
}

body .woocommerce form .show-password-input {
    color: var(--global-palette1);
    background-color: var(--global-palette1);
    border: none;
}

.woocommerce-form.woocommerce-form-register.register {
    border: 1px solid var(--global-palette6);
    border-radius: 25px;
}

body .single-content p {
    margin-bottom: 22px;
}

.woocommerce form .form-row .button {
    margin-top: 20px;
    padding: 20px 65px !important;
}


body .woocommerce form.login {
    border: 1px solid var(--global-palette6);
    border-radius: 25px;
}

/* ======================================================================== */
/* my Account */
/* compare-page */
/* ========================================================================== */

.woosc-list table {
    border-collapse: collapse;
    border-color: inherit;
    width: 100%;
}

.woosc-list tbody td.td-label {
    font-weight: 600;
    min-width: 230px;
    text-transform: capitalize;
}

.woosc-list tbody td:first-child {
    z-index: 2;
}

.woosc-list .woosc_table tbody tr td {
    border-bottom: 1px solid var(--global-palette6);
}

.woosc-list tbody td {
    max-width: 310px;
    padding: 16px;
    position: relative;
    z-index: 1;
}

@media (max-width:360px) {
    .woosc-list tbody td.td-label {
        min-width: 150px;
    }
}

/* =================================================== */
/* wishlist-page */
/* =================================================== */
.woosw-items {
    width: 100%;
    border-collapse: collapse;
}

.woosw-items tr {
    border-bottom: 1px solid var(--global-palette6);
}

.woosw-items td {
    padding: 16px;
    vertical-align: middle;
}

.woosw-list table.woosw-items tr td {
    padding: 20px 10px 20px 10px;
}

.woosw-list .woosw-copy .woosw-copy-url input[type="url"] {
    padding: 18px 10px;
    border-radius: 15px;
}

.woosw-item .woosw-item--atc .add_to_cart_inline {
    text-align: right;
}

.woosw-copy-btn {
    margin-left: 10px;
}

#woosw_copy_btn {
    padding: 20px 55px;
}

@media (max-width: 1025px) {
    body.woocommerce-account .account-navigation-wrap {
        float: center;
        width: 100%;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        float: center;
        width: 100%;
        padding-right: 20px;
    }

}

@media (max-width:648px) {
    .woosw-items tr {
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        width: 100%;
    }

    .woosw-items .woosw-item .woosw-item--remove,
    .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline a {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .woosw-list table.woosw-items td.woosw-item--image {
        width: 100% !important;
    }

    .woosw-list table.woosw-items td.woosw-item--image a {
        display: block;
        width: 100%;
    }

    .woosw-list table.woosw-items td.woosw-item--image a img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }

    .woosw-list .woosw-copy {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    body .woosw-list .woosw-copy .woosw-copy-url {
        width: 100% !important;
        border: 1px solid var(--global-palette6);
    }

    #woosw_copy_url {
        border: none;
    }

    .woosw-list table.woosw-items tr td {
        padding: 20px 0px 20px 0px;
    }

    .woosw-item-inner {
        flex-wrap: wrap;
        padding: 25px 0 !important;
    }

    .woosw-item--actions {
        margin-top: 20px;
    }
}


/* =================================================== */
/* wishlist-popup-nitification */
/* ==================================================== */

/* .woosw-item--actions .woocommerce a.add_to_cart_button {
    padding: 20px 40px;
} */

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: var(--global-palette1);
    border-color: var(--global-palette1);
}

body .woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 700px;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div {
    width: 50%;
}

@media (max-width:568px) {
    .woosw-popup .woosw-items .woosw-item .woosw-item-inner>div {
        width: 100%;
    }

}


/* ======================================================= */
/* /* single-product-page wishlist-area*/
/* hide add to cart btn and show view cart btn */
/* ======================================================= */
.product.woocommerce.add_to_cart_inline a.added_to_cart {
    padding: 19px 68px;
    font-size: 15px;
    font-weight: 600;
    color: var(--global-palette9);
    background-color: var(--global-palette2);
    text-decoration: none;
    border-radius: 15px;
}

.product.woocommerce.add_to_cart_inline a.add_to_cart_button.added,
.woosc-table-items .woosc_table tr td .add_to_cart_inline a.wc-forward {
    display: none;
}

.product.woocommerce.add_to_cart_inline a.add_to_cart_button.added a.added_to_cart,
.woosc-table-items .woosc_table tr td .add_to_cart_inline a.wc-forward {
    display: inline-block;
}

.woosc-table-items .woosc_table tr td .add_to_cart_inline a.wc-forward {
    padding: 20px 71px;
    font-size: 15px;
    font-weight: 600;
    color: var(--global-palette9);
    background-color: var(--global-palette2);
    text-decoration: none;
    border-radius: 15px;
}

@media (max-width:1201px) {
    .product.woocommerce.add_to_cart_inline a.added_to_cart {
        padding: 19px 24px;
    }

    .product.woocommerce.add_to_cart_inline a.add_to_cart_button {
        padding: 19px;
    }
}

/* =============================================== */
/* shop page grid list icon color/
/* =============================================== */
/* .widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
    color: #000;
} */

body .heaven-product-toggle-container .heaven-toggle-shop-layout.toggle-active,
body .heaven-product-toggle-container .heaven-toggle-shop-layout:hover {
    color: var(--global-palette2);
    border-color: var(--global-palette2);
    box-shadow: none;
}

input.wpc-filter-search-field,
input[type="number"].wpc-filters-range-max,
input[type="number"].wpc-filters-range-min {
    color: var(--global-palette1);
}

/* =========================================== */
/* shop page rating */
/* =========================================== */

body.woocommerce .star-rating span::before,
body.woocommerce ul.products li.product .star-rating::before,
.woocommerce .woocommerce-product-rating .star-rating {
    color: #F79E1B;
}

.entry-content-wrap .woocommerce .star-rating {
    float: left;
}

/* body.woocommerce ul.products.products-list-view li.product .star-rating {
    margin: 10px auto 0;
} */

body.woocommerce ul.products li.product .star-rating,
body.woocommerce .products .star-rating,
body.woocommerce .star-rating {
    margin-top: 6px;
    color: #F79E1B;
    float: none;
    font-size: 19px;
}

body.woocommerce ul.products li.product .star-rating~.price {
    padding: 0;
    color: var(--global-palette1);
    font-family: "Radio Canada Big", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 15px 0px 0px 0px !important;
    text-align: center;
}

textarea:focus {
    color: var(--global-palette1);
}

.product .product_title {
    font-size: 65px;
    line-height: 85px;
}

.woocommerce ul.product_list_widget li a:not(.remove) {
    color: var(--global-palette1);
}

/* Product title */
.uc_post_grid_style_one_item .uc_content .uc_title,
.woocommerce ul.products-grid-view li.product .product-details .woocommerce-loop-product__title,
.woocommerce ul.products-list-view li.product .product-details .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wooac-popup .wooac-text a,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.woosw-popup .woosw-items .woosw-item .woosw-item--name,
.product .product_title {
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--global-palette1)
}

.woosw-list .woosw-items .woosw-item--info .woosw-item--name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
}

@media (max-width:568px) {
    .woosw-list .woosw-items .woosw-item--info .woosw-item--name {
        max-width: 350px;
    }
}