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

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

@media (max-width: 881px) {
    .gjn-product-actions {
        top: 15px;
        right: 15px;
    }
}

/* ---------------------------------- */
/* compare & wishlist */
/* ---------------------------------- */
.gjn-product-actions .gjn-action a,
.gjn-product-actions .gjn-action button {
    background-color: var(--global-palette9);
    color: var(--global-palette1);
    border-radius: 23px;
    padding: 7px;
    font-size: 22px;
    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-palette1);
    border: 1px solid var(--global-palette2);
}

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

/* ======================================================== */
/* home page */
/* product view cart */
/* ======================================================== */
.elementor-15 .elementor-element.elementor-element-bb01c39 .uc_post_grid_style_one_button>a,
.elementor-15 .elementor-element.elementor-element-bb01c39 .added_to_cart {
    padding: 11px !important;
}

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

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

.uc_post_grid_style_one_item .uc_content .ue_grid_item_bottom {
    display: flex;
}

.uc_post_grid_style_one_item .uc_content .ue_grid_item_bottom .ue_grid_prices .uc_price .woocommerce-Price-amount {
    padding-right: 10px;
}

.uc_post_grid_style_one_item .uc_post_grid_style_one_button {
    padding: 10px 15px 0px 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: 0;
}

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

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

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

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

body .woocommerce .added_to_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.gjn-product-actions-button .uc_post_grid_style_one_button .added_to_cart {
    align-content: center;
}

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

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

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

.archive-product-actions .woosw-btn-icon,
.archive-product-actions .woosc-btn-icon,
.archive-product-actions .woosq-btn-icon {
    font-size: 22px;
    color: var(--global-palette1);
    background-color: var(--global-palette9);
    padding: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid var(--global-palette6);
    border-radius: 30px;
}

.archive-product-actions .woosw-btn-icon:hover,
.archive-product-actions .woosc-btn-icon:hover,
.archive-product-actions .woosq-btn-icon:hover {
    background-color: var(--global-palette2);
    color: var(--global-palette1);
    border: 1px solid var(--global-palette2);
}

/* ---------------------------------- */
/* 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;
    background-color: var(--global-palette2);
    color: var(--global-palette1);
}

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

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

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

/* ============================= */
/* 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-palette4);
    color: var(--global-palette9);
    font-family: "Jost", sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

body.woocommerce ul.products li.product .product-details {
    background-color: var(--global-palette9);
    padding: 15px 15px 25px 15px;
}

/* =========================================== */
/* Home page product view cart to cart icon */
/* =========================================== */
body.woocommerce ul.products li.product .product-details .product-action-wrap .added_to_cart.wc-forward::before,
.added_to_cart.wc-forward::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: var(--global-palette1);
    -webkit-mask: url("../image/check.svg") no-repeat center / contain;
    mask: url("../image/check.svg") no-repeat center / contain;
    transition: background-color 0.3s ease;
}

/* ============================= */
/* 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 {
    border: 1px solid var(--global-palette6);
    border-radius: 10px;
    background-color: var(--global-palette9);
}

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

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

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

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

.woocommerce ul.products li.product .product-details .price {
    margin: 0;
    display: flex;
}

.woocommerce ul.products li.product .product-details .price ins {
    padding-left: 10px;
}

.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}

.woocommerce ul.products-list-view li.product .product-details .woocommerce-loop-product__title {
    margin-bottom: 11px;
}

/* ===================================================== */
/* 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 li.product .woocommerce-loop-product__link {
    position: relative;
    display: block;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 302px;
    display: block;
    margin: 0;
    box-shadow: none;
    object-fit: cover;
}

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 star */
.woocommerce ul.products.products-grid-view li.product .star-rating,
.woocommerce ul.products li.product .star-rating {
    font-size: 17px;
    top: 0px;
    position: absolute;
    margin: 0;
}

.woocommerce ul.products.products-list-view li.product .star-rating {
    font-size: 17px;
    top: -10px;
    left: 24px;
    position: absolute;
}

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

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: 10px;
}

body.woocommerce ul.products.products-grid-view li.product .product-action-wrap {
    width: auto;
    position: absolute;
    left: auto;
    margin-top: 0;
    padding: 0;
    right: 15px;
    transition: opacity .3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
    top: 90px;
}

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

.woocommerce ul.products li.product .archive-product-actions button.woosw-btn:hover,
.woocommerce ul.products li.product .archive-product-actions button.woosc-btn:hover,
.woocommerce ul.products li.product .archive-product-actions button.woosq-btn:hover {
    background-color: var(--global-palette6);
    color: var(--global-palette9);
}

.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 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-grid-view.woo-archive-action-on-hover li.product .product-action-wrap {
    opacity: 1;
    bottom: 0;
}

.woocommerce ul.products-grid-view li.product .product-action-wrap a.add_to_cart_button,
.woocommerce ul.products.products-list-view li.product .product-action-wrap,
.uc_post_grid_style_one_item .ue_grid_item_bottom .uc_post_grid_style_one_button a.added_to_cart {
    font-size: 0 !important;
    padding: 11px !important;
}

.woocommerce ul.products.products-list-view li.product .product-action-wrap {
    padding: 0 !important;
}

.uc_post_grid_style_one_item .ue_grid_item_bottom .uc_post_grid_style_one_button a.added_to_cart {
    margin-top: 2px !important;
}

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

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

.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,
.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 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: var(--global-palette9);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
    white-space: nowrap;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 0;
}

.woocommerce ul.products.products-list-view li.product .product-action-wrap a.wpcbn-btn,
.woocommerce ul.products li.product .product-action-wrap a.wpcbn-btn {
    display: none;
}

.woocommerce ul.products li.product .product-action-wrap a.button:hover {
    color: var(--global-palette1);
    background-color: var(--global-palette2);
    border: 1px solid var(--global-palette2);
}

@media (max-width:1345px) {

    .woocommerce ul.products-list-view li.product .product-details .woocommerce-loop-product__title {
        margin-top: 35px;
    }

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

    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 {
        transition: 0.5s all;
    }

    body.woocommerce ul.products.products-grid-view li.product .product-action-wrap a.wpcbn-btn {
        display: none;
    }

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

    body.woocommerce ul.products li.product .product-action-wrap {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}

@media (max-width:881px) {
    .woocommerce ul.products.products-list-view li.product .star-rating {
        top: 15px;
    }

    .woocommerce ul.products.products-list-view li.product .product-excerpt p {
        margin: 10px 0;
    }

    .woocommerce ul.products-list-view li.product .product-details .woocommerce-loop-product__title {
        margin-top: 25px;
    }

    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 {
        bottom: 23px;
    }
}

@media (max-width:360px) {


    .woocommerce ul.products.products-list-view li.product .star-rating {
        left: unset;
    }

    .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
        width: auto;
        position: absolute;
        bottom: 10px;
        margin-top: 0;
        right: 15px;
    }

    .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 {
        margin: 0 auto 0 0;
        margin: 0 0px 5px 0;
    }
}

/* ---------------------------------- */
/* 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: 13px;
    z-index: 3;
}

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

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


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

/* ---------------------------------- */
/* View cart
/* ---------------------------------- */

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

.header-cart-wrap .header-cart-button .header-cart-total {
    position: absolute;
    right: -6px;
    top: -3px;
    font-size: 11px;
}

.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: 20px;
    height: 20px;
    display: inline-block;
    background-color: var(--global-palette1);
    -webkit-mask: url("../image/boxicons_cart-filled.svg") no-repeat center / contain;
    mask: url("../image/boxicons_cart-filled.svg") no-repeat center / contain;
    transition: background-color 0.3s ease;
}

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

.related ul.products li.product .product-details .product-action-wrap {
	position: absolute;
	top: 68px;
	right: 15px;
}

@media (max-width:360px) {
    .related ul.products li.product .product-details .product-action-wrap {
        top: 85px;
    }
}

/* =========================================== */
/* shop page product variation none */
/* =========================================== */
body.woocommerce .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;
}

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


.googly-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added .qty,
.googly-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);

}

.googly-cart-button-large.woocommerce div.product form.cart div.quantity.spinners-added {
    border-radius: 5px;
}

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

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

@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 .woocommerce-variation-add-to-cart button.wpcbn-btn,
body.woocommerce div.product button.wpcbn-btn {
    margin-top: 20px;
    width: 100% !important;
}

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

}

body.googly-cart-button-large.woocommerce div.product .button.single_add_to_cart_button {
    background-color: var(--global-palette9);
    color: var(--global-palette1);
    font-size: 100%;
}

body.googly-cart-button-large.woocommerce div.product .button.single_add_to_cart_button:hover,
body.googly-cart-button-large.woocommerce div.product .button.wpcbn-btn {
    background-color: var(--global-palette2);
    color: var(--global-palette1);
}

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

@media (max-width: 1201px) {
    .woocommerce div.product .product_title {
        font-size: 75px;
        line-height: 75px;
        letter-spacing: 1px;
    }

    .content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
        margin: 50px 20px;
    }

    .woocommerce-tabs .woocommerce-Tabs-panel h2,
    .woosc-quick-table h2 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

@media (max-width: 1025px) {
    .woocommerce div.product .product_title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1px;
    }
}

@media (max-width: 360px) {

    .woocommerce div.product .product_title,
    .woocommerce section.products>h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    body.woocommerce div.product .woocommerce-tabs {
        padding: 20px 20px 1px 20px !important;
    }
}

/* ---------------------------------- */
/* 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: 100%;
    text-decoration: none;
}

@media (max-width: 768px) {

    body.woocommerce .single-product-payments ul {
        padding-left: 21px;
    }
}

@media (max-width: 360px) {

    body .summary.entry-summary .woosc-btn-has-icon,
    body .summary.entry-summary .woosw-btn-has-icon {
        margin: 0;
    }

    body .summary.entry-summary .woosw-btn-has-icon {
        padding: 16px 50px;
    }
}

/* ---------------------------------- */
/* 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;
    gap: 5px;
    margin-top: 5px;
}

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

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

body.woocommerce div.product .woocommerce-tabs {
    /* background-color: #f7f7f7; */
    padding: 50px 50px 1px 50px;
    margin-bottom: 50px;
    color: var(--global-palette1);
}

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

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #reviews #comments h2 {
    color: var(--global-palette1);
}

.woocommerce #reviews #comment {
    color: var(--global-palette1);
}

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

/* -------------------------- */
/* filter-price-rage */
/* -------------------------------- */
.wpc-filters-range-wrapper input[type="number"] {
    color: black;
}

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

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

/* compare page button */
/* ============================================ */
/* Tablet & Mobile Fix */

@media (max-width: 1201px) {
    .woosc-list td.col a.button {
        padding: 16px 30px !important;
    }

    body .woosc_list a.added_to_cart {
        padding: 13px 32px !important;
    }
}

@media (max-width: 1025px) {
    .woosc-list td.col a.button {
        padding: 16px 14px !important;
    }

    body .woosc_list a.added_to_cart {
        padding: 13px 20px !important;
    }
}

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

/* ================================================== */
/* shop-page quick view popup */
/* =================================================== */

.summary-content .single_add_to_cart_button {
    width: 50%;
}

body .woocommerce div.product div.summary .product_meta .sku_wrapper {
    font-size: 16px;
    font-weight: 400px;
    color: var(--global-palette1);
}

/* =========================================== */
/* 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;
    background-color: var(--global-palette2);
    color: var(--global-palette1);
}

@media (max-width:360px) {
    .wooac-popup .wooac-action a {
        margin-top: 10px;
    }
}

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

/* ======================================================= */
/* /* single-product-page Compare-area*/
/* hide add to cart btn and show view cart btn */
/* ======================================================= */
.product.woocommerce.add_to_cart_inline a.added_to_cart {
    display: none;
    padding: 14px 58px;
    font-size: 14px;
    font-weight: 600;
    color: var(--global-palette1);
    background-color: var(--global-palette2);
    text-decoration: none;
    border-radius: 5px;
}

.product.woocommerce.add_to_cart_inline a.add_to_cart_button.added,
.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward::before {
    display: none;
}

.product.woocommerce.add_to_cart_inline a.add_to_cart_button.added+a.added_to_cart {
    display: inline-block;
}

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

/* Hide View Cart by default */
/* ======================================================= */
/* comapre add to cart hide and show view */
/* ======================================================= */
body .woosc_list a.added_to_cart {
    font-weight: 600;
    background-color: var(--global-palette2);
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 13px 60px;
}

body .woosc_list .woocommerce .added_to_cart.wc-forward::before {
    display: none;
}

body .woosc_list a.add_to_cart_button,
body .woosc_list a.added_to_cart {
    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:1092) {
    .woosc-list td.col a.button {
        padding: 12px 8px;
    }
}

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

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    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) !important;
}

body .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
    background-color: var(--global-palette2);
    color: var(--global-palette1);
    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 */
/* ========================================== */

.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) {
    border-radius: 5px !important;
}

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

.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 !important;
    border-radius: 5px;
    background-color: var(--global-palette7);
}

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

}

.wc-block-checkout__actions_row a {
    border-radius: 5px;
}

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

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

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

.wc-block-components-checkbox label,
.wc-block-checkout__terms {
    color: var(--global-palette1);
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette5) !important;
}

.wc-block-components-address-form__email label {
    color: var(--global-palette9);
}

.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);
    min-height: 4em;
    width: auto;
    font-size: 14px;
    padding: 18px 30px 18px 50px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    position: relative;
}

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

@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:811px) {

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


@media (max-width:463px) {

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

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

}

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

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

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


.woosw-items {
    border-collapse: collapse;
    color: var(--global-palette1);
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name,
.woosw-popup .woosw-items .woosw-item .woosw-item--name a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
    color: var(--global-palette1);
}

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

.woosw-items tr:hover {
    background: var(--global-palette9);
}

.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: .48rem.5em;
}

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

.woosw-item .woosw-item--atc .add_to_cart_inline a {
    padding: 16px 40px 16px 40px;
}

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

/* Hide View Cart by default */
/* ======================================================= */
/* whishlist add to cart hide and show view */
/* ======================================================= */
body .woosw-item--actions .woocommerce a.added_to_cart {
    font-weight: 600;
    background-color: var(--global-palette2);
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px 45px 15px 45px;
}

body .woosw-item--actions .woocommerce a.added_to_cart::before {
    display: none;
}

/* Toggle on click */
/* Both buttons */
body .woosw-item--actions .woocommerce a.add_to_cart_button,
body .woosw-item--actions .woocommerce a.added_to_cart {
    transition: opacity 0.3s ease;
}

/* After click */
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) {
    .woosw-copy-btn {
        margin-left: 10px;
    }
}

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

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

    .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 {
        border: 1px solid var(--global-palette6);
    }

    #woosw_copy_url {
        border: none;
    }
}


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

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty+* {
    color: var(--global-palette1);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background-color: var(--global-palette8);
    color: white;
}

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

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    align-items: center;
    display: flex;
    gap: 10px;
}

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

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

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    background-color: var(--global-palette1) !important;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    font-size: 1.25em;
    font-family: "Jost";
    font-weight: bold;
    line-height: 28px;
}


.single-product .summary .summary-content .product_title,
.single-product .summary .summary-content .price,
.single-product .summary .summary-content .product-short-description {
    color: var(--global-palette1);
    margin-bottom: 10px;
}

.single-product .summary .summary-content .product_title {
    line-height: 85px;
}

.woosw-list .woosw-items .woosw-item .woosw-item--info .woosw-item--price,
.woosw-list .woosw-items .woosw-item .woosw-item--info .woosw-item--time {
    color: var(--global-palette1);
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid var(--global-palette5) !important;
    border-radius: 0 !important;
}

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

@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;
        margin-top: 20px !important;
    }
}

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

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

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

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

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

.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="email"]:focus {
    background-color: var(--global-palette7) !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,
.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: 380px;
}