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

.sl-product-actions {
    position: absolute;
    top: 11px;
    right: 11px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

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

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

/* ---------------------------------- */
/* Desktop */
/* ---------------------------------- */
@media (min-width: 1025px) {
    .sl-product-actions {
        opacity: 0;
        pointer-events: none;
        transform: translateX(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

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

/* ---------------------------------- */
/* Tablet & Mobile */
/* ---------------------------------- */
@media (max-width: 1024px) {
    .sl-product-actions {
        opacity: 1 !important;
        pointer-events: auto;
        transform: none;
    }
}

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

.uc_post_grid_style_one_item .uc_post_grid_style_one_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 122px;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    z-index: 9;
    padding: 0 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.uc_post_grid_style_one_item .uc_post_grid_style_one_button:hover {
    box-shadow: none;
}

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

.uc-button-addcart.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    box-shadow: none;
}

.sl-product-actions-button .uc_post_grid_style_one_button .sl-action a,
.sl-product-actions-button .uc_post_grid_style_one_button button,
.sl-product-actions-button .uc_post_grid_style_one_item .added_to_cart {
    display: inline;
    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;
}

.sl-product-actions-button .uc_post_grid_style_one_button .sl-action:hover a,
.sl-product-actions-button .uc_post_grid_style_one_button button:hover,
.sl-product-actions-button .uc_post_grid_style_one_item .added_to_cart:hover {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    border-color: var(--global-palette1);
}


.sl-product-actions-button .uc_post_grid_style_one_button button.uc-button-addcart,
.sl-product-actions-button .uc_post_grid_style_one_button .added_to_cart {
    margin-top: 0 !important;
}

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

.uc_post_grid_style_one_item:hover .uc_post_grid_style_one_button {
    opacity: 1;
    transform: translateY(0);
}

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

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

/* ============================= */
/* shop page product onsale */
/* ============================= */
body.woocommerce ul.products li.product .onsale {
    top: 11px;
    right: auto;
    left: 11px;
    padding: 5px 10px;
    border-radius: 0;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

@media (max-width: 575px) {
    body.woocommerce ul.products li.product .entry-content-wrap {
        height: 180px;
    }
}

@media (max-width: 360px) {
    body.woocommerce ul.products li.product .entry-content-wrap {
        height: 235px;
    }
}

body.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

body.slaceso-toggle-shop-layout.toggle-active,
body.slaceso-toggle-shop-layout.slaceso-toggle-list {
    background-color: var(--global-palette1) !important;
    color: var(--global-palette9) !important;
}

/* ============================= */
/* shop page star rating */
/* ============================= */
body.woocommerce .star-rating span::before {
    color: #FF9924;
}

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

body.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    border: 1px solid var(--global-palette6);
    border-radius: 0;
}

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

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
}

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

/* shop page star */

body.woocommerce ul.products li.product .star-rating,
body.woocommerce .products .star-rating,
body.woocommerce .star-rating {
    float: none;
    margin: 1em auto;
    font-size: 15px;
    color: #ffb428;
    margin-top: 10px;
}

/* ===================================================== */
/* 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: 5px;
    z-index: 2;
}

.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-palette9);
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
    border-radius: 0;
    padding: 10px;
    font-size: 19px;
}

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

.woocommerce-ordering select.orderby {
    font-size: 100%;
    color: var(--global-palette1);
}

/* ---------------------------------- */
/* 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-fullwidth */
/* =========================================== */
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
    padding: 60px 0;
    box-sizing: border-box;
}

/* 
@media (max-width: 881px) {

    .woocommerce ul.products li.product a img {
        height: 430px !important;
    }
}

@media (max-width: 360px) {

    .woocommerce ul.products li.product a img {
        height: 370px !important;
    }
} */

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

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

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

/* ========================================================================= */
/* shop page price */
/* ========================================================================= */
body.woocommerce ul.products li.product .price {
    margin-top: 10px;
    padding: 0 !important;
}

/* ========================================================================= */
/* 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,
body.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.woocommerce ul.products li.product .product-action-wrap a.button,
.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: absolute;
    flex: 1;
    padding: 14px 48px 14px 48px;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    white-space: nowrap;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

body.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button,
.woocommerce ul.products li.product .product-action-wrap a.button {
    opacity: 0;
}

body.woocommerce ul.products li.product:hover .product-action-wrap a.add_to_cart_button,
.woocommerce ul.products li.product .product-action-wrap a.button {
    opacity: 1;
}

@media (max-width:881px) {

    body.woocommerce ul.products li.product .product-action-wrap a.add_to_cart_button,
    .woocommerce ul.products li.product .product-action-wrap a.button {
        opacity: 1;
    }
}

.woocommerce ul.products.products-grid-view li.product .product-action-wrap a.add_to_cart_button,
body.woocommerce ul.products li.product .product-action-wrap a.button {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    margin: 0;
    display: flex;
    z-index: 9;
    border-radius: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
    justify-content: center;
    align-items: center;
}

.woocommerce ul.products.products-list-view li.product .product-action-wrap a.add_to_cart_button,
.woocommerce ul.products.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward {
    position: absolute;
    left: 20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 60px;
    opacity: 1;
    color: var(--global-palette9);
    display: flex;
    padding: 25px 0;
    flex: 1;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .woocommerce ul.products.products-list-view li.product .product-action-wrap a.add_to_cart_button,
    .woocommerce ul.products.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward {
        top: 50px;
    }
}

/* .woocommerce ul.products.products-list-view li.product .entry-content-wrap {
    margin-bottom: 70px !important;
} */

.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
    padding-bottom: 10px;
}

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

.woocommerce ul.products li.product .product-action-wrap button.woosq-btn {
    display: none !important;
}

.woocommerce ul.products-grid-view li.product:hover .product-action-wrap {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width:1025px) {
    .woocommerce ul.products.products-list-view li.product a img {
        height: 380px !important;
    }
}

@media (max-width:881px) {

    body.woocommerce ul.products.products-grid-view li.product .product-action-wrap a.button,
    body.woocommerce ul.products.products-grid-view li.product .product-action-wrap button.woosq-btn,
    body.woocommerce ul.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward,
    .woocommerce ul.products li.product .product-details .product-action-wrap a.added_to_cart.wc-forward {
        bottom: 21px;
        opacity: 1;
    }

    .woocommerce .products ul.products li.product .product-details .product-action-wrap a.added_to_cart.wc-forward {
        bottom: 40px;
    }
}

@media (max-width:575px) {

    body.woocommerce ul.products.products-grid-view li.product .product-action-wrap a.button,
    body.woocommerce ul.products.products-grid-view li.product .product-action-wrap button.woosq-btn,
    body.woocommerce ul.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward,
    .woocommerce ul.products li.product .product-details .product-action-wrap a.added_to_cart.wc-forward {
        bottom: 145px;
        opacity: 1;
    }

    .woocommerce .products ul.products li.product .product-details .product-action-wrap a.added_to_cart.wc-forward {
        bottom: 40px;
    }
}
/* 
@media (max-width:360px) {

    .woocommerce ul.products.products-list-view li.product .product-action-wrap a.add_to_cart_button,
    .woocommerce ul.products.products-list-view li.product .product-action-wrap a.added_to_cart.wc-forward {
        left: 10px;
        right: 10px;
        top: -0;
        bottom: 37px;
    }
} */

/* ---------------------------------- */
/* 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 .woocommerce-message .button {
    padding: 15px 70px;
}

.woocommerce ul.products-list-view li.product .product-action-wrap {
    display: flex;
    gap: 15px;
    padding: 13px;
    z-index: 3;
}

/* ---------------------------------- */
/* 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 .slaceso-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: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    margin: 0;
    border-radius: 0;
    align-items: center;
    padding: 14px 79px 14px 79px;
    justify-content: center;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    z-index: 2;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}



/* ---------------------------- */
/* view-cart display-none */
/* ----------------------------- */

.product:hover .wpcbn-btn-archive,
.wpcbn-btn-archive {
    display: none !important;
}

/* =========================================== */
/* header cart css */
/* =========================================== */

.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;
    left: 12px;
    bottom: 18px;
    font-size: 10px;
    font-weight: 600;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
}

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

/* ---------------------------------- */
/* quantity */
/* ---------------------------------- */

.slaceso-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty,
.slaceso-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added {
    background-color: var(--global-palette9);
    padding: 3px;
    border-radius: 0;
    color: var(--global-palette1);
}

body .quantity.spinners-added input.minus,
body .quantity.spinners-added input.plus {
    color: var(--global-palette1);
    box-shadow: none;
    padding: 0 .8em;
    line-height: 38px;
    border: 0;
    border-radius: 7px;
    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: 0;
}

/* ---------------------------------- */
/* add to cart button */
/* ---------------------------------- */
body.woocommerce div.product .woocommerce-variation-add-to-cart button.single_add_to_cart_button:not(.wpcbn-btn),
body.woocommerce div.product button.single_add_to_cart_button:not(.wpcbn-btn) {
    font-size: 15px !important;
    box-shadow: none;
    background-color: var(--global-palette9);
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
}

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

body.woocommerce div.product .woocommerce-variation-add-to-cart button.wpcbn-btn,
body.woocommerce div.product button.wpcbn-btn {
    height: 60px;
    line-height: 60px;
    font-size: 100% !important;
    background: var(--global-palette2);
    color: var(--global-palette9);
    box-shadow: none;
    margin-top: 10px;
    width: 100% !important;
}

.single-product .summary .summary-content .button.single_add_to_cart_button {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
}

/* .single-product .summary .summary-content .button.single_add_to_cart_button:hover {
    background-color: var(--global-palette1);
} */

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

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main .wc-block-checkout__actions .wc-block-components-button {
    padding: 15px 79px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

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

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

.woosq-popup .woocommerce .summary .product_meta span {
    color: var(--global-palette1);
}

/* ---------------------------------- */
/* tumbnail-image */
/* ---------------------------------- */
/* body.woocommerce div.product div.images {
    margin-bottom: 8em;
} */

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

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

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

.content-container.site-container {
    padding-top: 50px;
}

@media (max-width:840px) {

    body.woocommerce div.product div.images,
    body.woocommerce #content div.product div.images,
    body.woocommerce-page div.product div.images,
    body.woocommerce-page #content div.product div.images {
        float: left;
        width: 100%;
    }

    body.woocommerce div.product div.summary,
    body.woocommerce #content div.product div.summary,
    body.woocommerce-page div.product div.summary,
    body.woocommerce-page #content div.product div.summary {
        float: right;
        width: 100%;
        clear: none;
    }
}

/* ---------------------------------- */
/* single-product-page*/
/* sale button */
/* ---------------------------------- */

body.woocommerce span.onsale{
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

/* ---------------------------------- */
/* single-product-page*/
/* add to cart button */
/* ---------------------------------- */

.single_add_to_cart_button.button.alt {
    width: 73% !important;
}

@media (max-width:575px) {
    .single_add_to_cart_button.button.alt {
        width: 63% !important;
    }
}

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

/* ---------------------------------- */
/* single-product-page*/
/* payment-area */
/* ---------------------------------- */

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

body.woocommerce .single-product-payments {
    border: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 0 38px 0;
    background-color: var(--global-palette6);
    border-radius: 0;
}

body.woocommerce .single-product-payments legend {
    color: var(--global-palette1);
    margin: auto;
}

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

/* ---------------------------------- */
/* single-product-page*/
/*tab*/
/* ---------------------------------- */

body.woocommerce div.product .woocommerce-tabs {
    background-color: var(--global-palette9);
    padding: 50px 50px 20px 50px;
    margin-bottom: 50px;
}

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

    body.woocommerce div.product .woocommerce-tabs h2 {
        font-size: 40px;
    }
}

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

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

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

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent;
    color: var(--global-palette1);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    padding-top: 10px;
}

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

/* ====================================== */
/* quick view popup*/
/* ======================================= */
body .woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
}

.woosq-product>.product .summary .summary-content .wc-variation-selection-needed {
    width: 37%;
}

body .woocommerce div.product form.cart div.quantity {
    margin: 0 9px 0 0;
}

body.woocommerce div.product .button.single_add_to_cart_button :not(.wpcbn-btn) {
    background-color: transparent;
    border: 1px solid var(--global-palette6);
    color: black;
}

/* ============================================ */
/* my Account */
/* order page button */
/* ============================================ */
/* Tablet & Mobile Fix */
@media (max-width: 881px) {
    .woocommerce-MyAccount-content .woocommerce-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .woocommerce-MyAccount-content .woocommerce-info .button {
        margin-top: 20px !important;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 19px 50px;
    }

    /* .woocommerce-MyAccount-content .woosw-list .woosw-items .woosw-item--actions .add_to_cart_inline a {
        padding: 15px 30px;
    } */

    body.woocommerce-account .account-navigation-wrap {
        margin-bottom: 30px;
    }
}

/* =========================================== */
/* single-product-page*/
/* cart-popup-Notification
/* =========================================== */
.wooac-popup {
    padding: 20px;
}

.wooac-popup-vertical .wooac-text {
    margin: 30px 0 15px 0;
    color: var(--global-palette1);
}

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

.wooac-popup .wooac-action a {
    background-color: var(--global-palette2);
    color: var(--global-palette9);
}

/* =========================================== */
/* 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: var(--global-palette8);
    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: var(--global-palette8);
}

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

.woosc-quick-table .woosc_table th,
.woosc-quick-table .woosc_table td {
    min-width: 300px;
    background-color: var(--global-palette8);
}

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

/* ======================================================================== */
/* compare-page */
/* ========================================================================== */
.woosc-list table {
    border-collapse: collapse;
    border-color: inherit;
    width: 100%;
}

.woosc-list thead th {
    background-color: var(--global-palette8);
    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: var(--global-palette8) !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 {
    padding: 16px 17px !important;
    box-shadow: none;
}

/* Hide View Cart by default */
/* ======================================================= */
/* comapre add to cart hide and show view */
/* ======================================================= */

body .woosw-item--actions .woocommerce a.added_to_cart {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 26px !important;
    color: var(--global-palette9);
    background-color: var(--global-palette2);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

body .woosc_list a.added_to_cart {
    padding: 15px 20px !important;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    text-decoration: none;
    font-size: 15px;
    border-radius: 0;
}

.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 90px;
    font-size: 14px;
    color: var(--global-palette9);
    background-color: var(--global-palette2);
    text-decoration: none;
    border-radius: 0;
}

body .woosc_list a.add_to_cart_button {
    transition: opacity 0.3s ease;
}

.woosc-list td.col a.added {
    opacity: 0;
    visibility: hidden;
    display: none;
}

body .woosc_list a.added+a.added_to_cart {
    opacity: 1;
    visibility: visible;
}

@media (max-width:1201px) {

    .woosc-list td.col a.button {
        padding: 12px 40px !important;
        box-shadow: none;
    }

    body .woosc_list a.added_to_cart {
        padding: 11px 43px !important;
    }
}

@media (max-width:1175px) {

    .woosc-list td.col a.button {
        padding: 12px 30px !important;
    }

    body .woosc_list a.added_to_cart {
        padding: 12px 40px !important;
    }
}

@media (max-width:1025px) {
    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 30px 0 0 0;
    }

    body.woocommerce-account .account-navigation-wrap {
        width: 100%;
    }
}

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

/* Star rating */
.woosc-list 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) !important;
}

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

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

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

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

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

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

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

body .slaceso-header-cart.header-navigation ul a.button {
    padding: 18px 50px;
    border-radius: 0;
}

/* ========================================= */
/* cart-page */
/* ========================================== */
.single-content table:last-child,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    color: var(--global-palette1);
}

/* .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    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;
    background-color: var(--global-palette8);
    border-color: var(--global-palette6);
}

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

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

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: var(--global-palette9);
    border-radius: 0 !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: 0;
    border-color: var(--global-palette6);
}

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

.wc-block-components-checkout-return-to-cart-button svg {
    left: 21px !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;
    }

    body .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
        border-radius: 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%;
    }

    body .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
        padding: 0;
    }
}

/* =================================================== */
/* wishlist-popup-nitification */
/* ==================================================== */
.woosw-items .woosw-item--actions .woosw-item--atc .woocommerce .add_to_cart_inline a {
    padding: 15px 61px !important;
    border-radius: 10px;
}

.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-content .woosw-popup-content-mid .woosw-items .woosw-item-inner .woosw-item--actions .woosw-item--atc .add_to_cart_button {
    padding: 10px 20px;
    box-shadow: none;
}

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

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

.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: 0.8rem.5em;
    border-radius: 0;
}

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

.woosw-copy .woosw-copy-btn .button {
    margin-left: 10px;
    padding: 15px 50px;
}

body .woosw-item--actions .woocommerce a.add_to_cart_button,
body .woosw-item--actions .woocommerce a.added_to_cart {
    transition: opacity 0.3s ease;
    padding: 10px 20px;
}

body .woosw-item--actions .woocommerce a.added {
    display: none;
    visibility: hidden;
}

body .woosw-item--actions .woocommerce a.added+a.added_to_cart {
    opacity: 1;
    visibility: visible;
}

@media (max-width:881px) {
    .woocommerce-account .account-navigation-wrap {
        width: 100% !important;
        border-left: 0px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width:688px) {
    .woosw-item .woosw-item--atc .add_to_cart_inline a {
        padding: 14px 40px 14px 40px;
    }

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

@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,
    .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline a {
        width: 100%;
        text-align: center;
        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);
        border-radius: 0;
    }

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

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

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

body .woocommerce form .form-row label {
    color: var(--global-palette1);
    font-size: 100%;
}

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

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

body .woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    right: 5px;
    top: 24px;
    bottom: -15px;
    padding: 6px;
}

body .woocommerce form .show-password-input,
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
    padding: 10px;
    border: 1px solid var(--global-palette6);
    border-radius: 0;
    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-color: var(--global-palette1);
}

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

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

.woocommerce form .form-row .button {
    margin-top: 20px;
}


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

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 20px;
}

/* home page view cart */
.uc_post_grid_style_one_button .added_to_cart {
    width: 100%;
    padding: 14px 0;
    font-weight: 600;
}

.woosq-popup .woocommerce .summary .wpcbn-btn {
    background-color: var(--global-palette2);
    color: var(--global-palette1);
    font-size: 18px !important;
}

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

.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
    background-color: transparent !important;
}

/* 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,
.woocommerce ul.product_list_widget li a:not(.remove),
.woocommerce ul.cart_list li a:not(.remove),
.wooac-popup .wooac-text a,
.product .product_title {
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

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

}

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

.woosc-quick-table .woosc-quick-table-products .woosc_table tr td .add_to_cart_inline a.added {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.woosc-quick-table .woosc-quick-table-products .woosc_table tr td .add_to_cart_inline a.wc-forward {
    opacity: 1;
    padding: 19px 85px;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 100%;
    border-radius: 0;
}

.slaceso-header-cart .header-cart-button {
    flex-direction: row-reverse;
    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;
}

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

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

/*-------------------------------------- */
/* quick view add to cart button hide css */
/*-------------------------------------- */

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

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