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

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

/* ---------------------------------- */
/* compare & wishlist */
/* ---------------------------------- */
.gjn-product-actions .gjn-action a,
.gjn-product-actions .gjn-action button {
    background-color: var(--global-palette3);
    color: var(--global-palette4);
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
}

.gjn-product-actions .gjn-action a:hover,
.gjn-product-actions .gjn-action button:hover {
    background-color: var(--global-palette4);
    color: var(--global-palette3);
}

/* ---------------------------------- */
/* 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);
    }
}

/* ---------------------------------- */
/* 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;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(20px);
    bottom: 23%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    align-content: center;
    padding: 0 45px;
    pointer-events: auto;

} */

.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 {
    /* display: inline; */
    align-items: center;
    justify-content: center;
    bottom: 10PX;
    width: 100%;
    padding: 15px;
    background-color: var(--global-palette3);
    border: none;
    color: var(--global-palette1);
    white-space: nowrap;
    transition: all 0.3s ease;
    border-radius: 15px;
    text-align: center;
    margin-top: 30px;
    gap: 10px;
}


.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-palette4);
    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: 10px !important;
    font-weight: 600;
}


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

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

.ue-variable-btn,
.ue-variable-btn:hover,
.ue-variable-btn:focus,
.ue-variable-btn:active {
    border: none !important;
    outline: none;
}

.uc-button-addcart .ue-inner-btn-wrapper span:nth-child(2),
.ue-variable-btn .ue-inner-btn-wrapper span:last-child {
    text-transform: uppercase;
}

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

/* ---------------------------------- */
/* 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;
    }
}

/* ============================= */
/* product Add to cart $ Quicklist Button */
/* ============================= */


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





/* ============================= */
/* shop page product onsale */
/* ============================= */
body.woocommerce ul.products li.product .onsale {
    top: 15px;
    right: auto;
    left: 15px;
    margin: 0;
    border-radius: 0;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

/* ============================= */
/* 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: 1.5em;
    row-gap: 1.5em;
}

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

/* ===================================================== */
/* 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: 0px;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__link {
    position: relative;
    display: block;
}

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



/* ===================================================== */
/* 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;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 0;
}

.woocommerce ul.products li.product .archive-product-actions a.woosw-btn,
.woocommerce ul.products li.product .archive-product-actions a.woosc-btn {
    background-color: var(--global-palette3);
    color: var(--global-palette4);
    border-radius: 10px;
    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 {
    background-color: var(--global-palette4);
    color: var(--global-palette9);
}

/* ---------------------------------- */
/* 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 */
/* compare & wishlist (coloum grid view) */
/* ===================================================== */

body.woocommerce ul.products.products-list-view li.product .entry-content-wrap {
    padding: 0 7em;
}

body .product-action-wrap .added_to_cart:focus {
    width: 100%;
}


/* ========================================================================= */
/* shop page product 
/* add to cart & quickview (button)(grid view & list view) */
/* ========================================================================= */
body.woocommerce ul.products-grid-view li.product .product-details .product-action-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 15px;
    padding: 15px;
    z-index: 9;
    opacity: 1;
    display: grid;
    flex-direction: row;
}

.woocommerce ul.products li.product .product-action-wrap a.button,
.woocommerce ul.products li.product .product-action-wrap button.woosq-btn {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    bottom: 10px;
    width: 100%;
    background-color: var(--global-palette3);
    border: none;
    color: var(--global-palette1);
    white-space: nowrap;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 10px;
    gap: 10px;
    box-shadow: none;

}
 .woocommerce ul.products li.product .product-action-wrap a.button,
 .woocommerce ul.products-list-view li.product .product-action-wrap button.woosq-btn,
  .woocommerce ul.products-grid-view li.product .product-action-wrap button.woosq-btn{
    margin-top: 0;
 }

.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action-wrap button.woosq-btn:hover,
.woocommerce ul.products li.product .product-action-wrap a.added_to_cart.wc-forward:hover {
    background-color: var(--global-palette4);
    color: var(--global-palette9);
    border-color: var(--global-palette2);
}

body.woocommerce ul.products li.product .entry-content-wrap {
    padding: 1rem 0 8rem 0rem;
    margin: 0;
}

/* ========================================= */
/* product page */
/* rating star */
/* ============================================ */
body.woocommerce ul.products.products-list-view li.product .star-rating,
body.woocommerce .products .star-rating,
body.woocommerce .star-rating {
    float: none;
    margin: .25em auto .25em;
}

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: var(--global-palette4);
}

/* ---------------------------------- */
/* 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;

}

/* shop page grid column view */
.heaven-product-toggle-container .heaven-toggle-shop-layout.toggle-active,
.heaven-product-toggle-container .heaven-toggle-shop-layout:hover {
    color: var(--global-palette2) !important;
    border-color: var(--global-palette2) !important;
}

/* ---------------------------------- */
/* 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-fullwidth */
/* =========================================== */

body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
    padding: 60px 60px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {

    body.woocommerce-shop .site-main,
    body.tax-product_cat .site-main,
    body.tax-product_tag .site-main {
        padding: 40px 20px;
        box-sizing: border-box;
    }
}

/* product center shop page*/
body.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
    border: 1px solid var(--global-palette6);
    border-radius: 25px;
    padding-bottom: 15px;
}

/* shop page drop down */
.woocommerce-ordering select.orderby {
    color: var(--global-palette1);
    box-shadow: none;
}


/* ========================================================================= */
/* 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: "Mulish", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

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

/* ---------------------------------- */
/* 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 {
    position: static;
    flex: 1;
    align-items: center;
    padding: 10px 0px;
    justify-content: center;
    background-color: var(--global-palette3);
    border: none;
    color: var(--global-palette1);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s ease;
    border-radius: 15px;
    width: 100%;
}

.header-cart-wrap .header-cart-button .header-cart-total {
    position: absolute;
    right: -9px;
    top: -8px;
    font-size: 8px;
    color: var(--global-palette9);
    background-color: var(--global-palette2);
}

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

/* ---------------------------------- */
/* 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: 16px;
    height: 16px;
    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: 8px;
    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 variable button icon */
/* =========================================== */
body.woocommerce ul.products li.product .product-details .product-action-wrap a.inwp-add-to-cart-button::before {
    margin-right: 5px;
}

/* =========================================== */
/* shop page product variation none */
/* =========================================== */
.veb-variation-swatches .inwp-archive-variations-wrapper {
    display: none;
}



/* *===========================================  */
/* 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;
}

/* ---------------------------------- */
/* link color */
/* ---------------------------------- */
.heaven-breadcrumbs {
    color: var(--global-palette2);
}

/* ---------------------------------- */
/* 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: var(--global-palette3);
    padding: 3px;
    border-radius: 15px;
    color: var(--global-palette1);
    border: none;

}

body .quantity.spinners-added input.minus,
body .quantity.spinners-added input.plus {
    background-color: var(--global-palette3);
    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 {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: var(--global-palette1);
}

body .quantity.spinners-added {
    border-color: var(--global-palette6);
}

@media (max-width:836px) {

    body .quantity.spinners-added input.minus,
    body .quantity.spinners-added input.plus {
        padding: 0 .5em;
    }
}

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

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

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

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

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

@media screen {
    body.woocommerce div.product .woocommerce-variation-add-to-cart button.wpcbn-btn {
        width: 100%;

    }
}

body.woocommerce div.product .woocommerce-variation-add-to-cart 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 .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;
    padding-top: 5px;
    padding-bottom: 5px;
}

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 {
    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-palette1);

}

body.woocommerce div.product .woocommerce-tabs {
    background-color: #f7f7f7;
    padding: 50px 50px 1px 50px;
    margin-bottom: 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;
}

/* ============================ */
/* notic bg */
/* ============================ */
body.woocommerce .woocommerce-message {
    background-color: #f7f7f7;
}

.button:hover {
    background-color: var(--global-palette4);
    color: var(--global-palette9);
    box-shadow: 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;
    font-family: 15px !important;
    color: var(--global-palette1);
    background-color: var(--global-palette3);
    border-radius: 15px;
}

.wooac-popup .wooac-action a:hover {
    color: var(--global-palette9);
    background-color: var(--global-palette4);
    border-radius: 15px;
}

/* =========================================== */
/* 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: #f7f7f7;
    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: #f8f8f8;
}

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

.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 {
    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: none;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.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;
    color: var(--global-palette1);
}

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-palette4);
    color: var(--global-palette9);
}

#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-drawer.popup-drawer .drawer-inner {
    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-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;
}

.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,
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-coupon__button:hover {
    border-radius: 15px;
    box-shadow: none;

}

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

/* =============================================== */
/* chackout-page */
/* =============================================== */

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: #f7f7f7;
    border-radius: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input.is-active 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: 0;
    border-color: var(--global-palette6);
}

.wc-block-checkout__actions_row a {
    text-transform: uppercase;
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    width: auto;
    font-size: 14px;
    padding: 18px 36px 18px 49px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    position: relative;
    border-radius: 15px;
    line-height: 14px;
}

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

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

@media (max-width:811px) {

    .wp-block-woocommerce-checkout-order-summary-block {
        padding: 30px;
    }

    .wp-block-woocommerce-checkout-order-summary-block {
        margin-bottom: 20px;
    }
}

@media (max-width:1025px) {


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

@media (max-width:463px) {

    .wc-block-checkout__actions_row a {
        width: 100%;
        padding: 15px;
    }

    .wc-block-components-checkout-return-to-cart-button svg {
        display: none;
    }

}


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

.woocommerce .add_to_cart_inline a {
    padding: 18px 51px;

}

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

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


/* =================================================== */
/* wishlist-page */
/* =================================================== */


.woosw-items {
    width: 100%;
    border-collapse: collapse;
}

.woosw-items tr {
    border-bottom: 1px solid #eee;
}

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

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

.woosw-list .woosw-copy .woosw-copy-url input[type="url"] {
    padding: .96rem.5em;
    margin-right: 15px;
    border-radius: 15px;
}

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

@media (max-width:771px) {
    .woosw-item .woosw-item--atc .add_to_cart_inline a {
        padding: 18px 15px 18px 15px;
    }

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

@media (max-width:579px) {

    .woosw-item--info .woosw-item--name a,
    .woosw-item--info .woosw-item--price,
    .woosw-item--info .woosw-item--time {
        font-size: 13px;
    }

}

@media (max-width:568px) {
    .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 {
        padding: 10 0 0 0;
    }


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

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

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




/* ============================================ */
/* 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 */
/* ============================================ */

body .woocommerce form .form-row label {
    line-height: 2.4;
    font-weight: bold;
    color: var(--global-palette1);
    font-size: 90%;
}

body .woocommerce-MyAccount-content input[type="text"] {
    padding: 8px;
}


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

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

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

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

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

}

/* ============================================================================ */
/* my account */
/* campare pag rating */
/* ============================================================================ */
.woosc_list .tr-rating .star-rating {
    float: left;
}

/* ======================================================================== */
/* my account */
/* compare-page */
/* ========================================================================== */

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

.woosc-list thead th {
    background-color: #f7f7f7;
    padding: 16px;
}

.woosc-list tbody td.td-label {
    font-weight: 700;
    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 #e5e5e5;
}

.woosc-list tbody {
    background-color: #f7f7f7 !important;
}

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

.woosc-list tr.tr-description td.col {
    overflow: hidden;
    line-height: 1.6;
    white-space: normal;
}

.woosc-list .woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
}

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

.woosc-list .woocommerce-product-attributes-item__label {
    width: 70px;
    font-weight: 600;
    color: var(--global-palette2);
    padding: 6px 6px 6px 0;
    white-space: nowrap;
}

.woosc-list .woocommerce-product-attributes-item__label::after {
    content: ":";
    margin-left: 4px;
}

.woosc-list .woocommerce-product-attributes-item__value {
    padding: 6px 0;
    color: #444;
}

.woosc-list .woocommerce-product-attributes-item__value p {
    margin: 0;
}

.woosc-list td.col a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 17px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width:1092) {
    .woosc-list td.col a.button {
        padding: 12px 8px;
    }
}

/* ============================================ */
/* 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;
}

body .woocommerce div.product button.wpcbn-btn {
    display: none;
}
body .woocommerce .quantity .qty {
    width: 6em;
    height: 60px;
}

