* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --font-Jost: "Jost", sans-serif;
    --font-Kalam: "Kalam", sans-serif;

    --white-color: #fff;
    --black-color: #000000;
    --title-color: #13141a;
    --text-color: #212121;
    --text-color1: #222222;
    --text-color2: #ababab;
    --text-color3: #969696;
    --primary-color1: #222222;
    --bg-color: #f2f2f2;
    --theme-color: var(--black-color);
}

/* Remove incriment arrow Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*  Remove incriment arrow Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Start My Account page css */
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 58px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {

    background: var(--white-color);
    border: 1px solid var(--text-color1);
    border-bottom: none;
    width: 100%;
    min-width: 0px;
    color: var(--title-color);
    font-size: 19px;
    font-weight: 500;
    font-family: var(--font-Jost);
    padding: 17px 20px;
    text-align: left;
    transition: all 0.42s ease;
    border-radius: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid var(--text-color1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background-color: var(--primary-color1);
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    color: #fff;
    background-color: var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: unset;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--primary-color1);
}

.page-content-wrapper .woocommerce-account .woocommerce-MyAccount-content p {
    color: var(--primary-color1);
}

.woocommerce-MyAccount-content b,
strong {
    font-weight: bolder;
    color: black;
}

.woocommerce-MyAccount-content {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}


.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.woocommerce-Input {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-Jost);
    font-size: 14px;
    height: 50px;
    border: 1px solid var(--primary-color1);

    &:focus {
        border: 1px solid #ddd;
    }
}

.woocommerce-EditAccountForm.edit-account .button {

    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px;
    left: auto;
    color: #fffbfb;
    background-color: var(--primary-color1);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.5s;
    margin-top: 25px;
    padding: 15px;
}


.woocommerce-EditAccountForm.edit-account .button:hover {
    background-color: #000;
    text-decoration: none;
    background-image: none;
    color: white;

}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {

    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid var(--primary-color1);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

/* Start Cart page css */

.woocommerce .woocommerce-cart-form,
.woocommerce-page .woocommerce-cart-form {
    caption-side: bottom;
    border-collapse: collapse;
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order table.shop_table {
    caption-side: bottom;
    border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce-checkout-review-order table.shop_table th {
    padding-bottom: 20px;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    border: unset;
}

.woocommerce table.shop_table tr,
.woocommerce-checkout-review-order table.shop_table tr {
    padding-bottom: 20px;
    border: unset;

}

.woocommerce table.shop_table {
    border: unset;
}

.woocommerce table.shop_table td,
.woocommerce-checkout-review-order table.shop_table td {
    padding: 15px;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table td.product-name {
    max-width: 200px;
}

.woocommerce table.shop_table td.product-name .product-item-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.woocommerce table.shop_table td.product-name a {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

.woocommerce table.shop_table td a,
.woocommerce-checkout-review-order table.shop_table td a {
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--title-color);
}

.woocommerce table.shop_table td a.remove,
.woocommerce-checkout-review-order table.shop_table td a.remove {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #F6F6F6;
    color: var(--text-color1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}

.woocommerce table.shop_table td a.remove:hover,
.woocommerce-checkout-review-order table.shop_table td a.remove:hover {
    color: white !important;
    background: var(--primary-color1);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
    box-shadow: none;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left;
    margin-top: 50px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    border: none;
    padding: 0 10px;
    margin: 0 5px 0 0;
    outline: 0;
    height: 45px;
    width: 230px;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    line-height: normal;
    border-radius: 5px;
    background: var(--white-color);
    color: var(--text-color);
    font-family: var(--font-Jost);
}

.woocommerce-cart table.cart td.actions button.button {
    font-size: 14px;
    padding: 0 20px;
    height: 45px;
    color: white;
    border-radius: 0;
    background-color: #000;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%;
    padding: 60px 30px;
    background: linear-gradient(1200deg, rgba(54, 159, 255, 0.1) 50%, rgb(250, 248, 251) 100%, rgba(19, 176, 101, 0.1) 0%);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.woocommerce table.shop_table .quantity .minus,
.woocommerce table.shop_table .quantity .plus {
    height: 40px;
    width: 40px;
    font-size: 15px;
    border-radius: 0;
    border: none;
    background-color: var(--bg-color);
    transition: 0.35s;
    vertical-align: middle;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection--single {
    border: none;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
    line-height: 40px;
    font-size: 13px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form input {
    height: 40px;
    padding: 0 25px;
    border-radius: 4px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .button {
    margin-top: 10px;
    width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 12px 40px;
    background-color: var(--primary-color1);
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button.hover-btn3,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.hover-btn3,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.hover-btn3 {
    position: relative;
    overflow: hidden;

    &:after {
        position: absolute;
        content: "";
        display: block;
        left: 15%;
        right: -20%;
        top: -4%;
        bottom: 0;
        border-radius: 2px;
        background-color: var(--white-color);
        transform: skewX(45deg) scale(0, 1);
        z-index: -1;
        transition: all 0.5s ease-out 0s;
    }

    &:hover {
        color: var(--primary-color1);

        &:after {
            transform: skewX(45deg) scale(1, 1);
            height: 150%;
            width: 150%;
        }
    }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--white-color);
    color: var(--primary-color1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #000;
}

/* coupon button  */

.woocommerce-cart-form .form-inner {
    position: relative;
}

.woocommerce-cart-form button.primary-btn1.hover-btn3 {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce-cart-form .form-inner .primary-btn1 {
    padding: 11px 21px;
}

.cart_totals h2 {
    font-size: 1.25rem;
}

.shop_table {
    width: 100%;
    border: 1px solid #E9E7E7;
    margin-bottom: 40px;
    position: relative;
}

/* Add a border after h2 */

.shop_table table.shop_table_responsive tbody tr {
    border: 1px solid #E9E7E7;
}

.shop_table table.shop_table_responsive tbody tr th {
    border: 1px solid #E9E7E7;
    padding: 15px;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    text-align: center;
}

.shop_table table.shop_table_responsive tbody tr td {
    border: 1px solid #E9E7E7;
    padding: 15px;
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    margin-bottom: 0;

}

/* Remove bottom border for the last td in the table */
.shop_table table.shop_table_responsive tbody tr td:last-child {
    border-bottom: none;
}

/*checkout */

.woocommerce-input-wrapper .input-text {
    width: 100%;
    padding: 8px 20px;
    font-family: var(--font-Jost);
    font-size: 14px;
    height: 50px;
    border: 1px solid var(--text-color1);

    &:focus {
        border: 1px solid #ddd;
    }
}

/* checkout payment */

.woocommerce-checkout #payment {

    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    background: unset;

}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color1);
    font-family: var(--font-Jost);
}

.wc_payment_methods .payment_methods li h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color1);
    font-family: var(--font-Jost);
}

.wc_payment_methods .payment_methods li .checked {
    position: absolute;
    top: 3.5px;
    left: -25px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.wc_payment_methods .payment_methods li.active .checked {
    background: #848484;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color1);
    font-family: var(--font-Jost);
}

.woocommerce-privacy-policy-text p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 2px;
    flex-wrap: wrap;
    color: var(--text-color3)
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left;
    width: unset;
    line-height: 1.5;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    display: flex;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 19px 29px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color: var(--primary-color1);
    border: 1px solid gray;

}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    background-color: black;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

/* registration button my account */
.woocommerce-form-register__submit {
    display: flex;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 19px 29px;
}

.woocommerce-form-register__submit::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce-form-register__submit:hover {
    color: var(--primary-color1);
    border: 1px solid gray;

}

.woocommerce-form-register__submit:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    display: flex;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 19px 29px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    border: 1px solid black;
}

.card-subtotal td {
    border: none;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot .card-subtotal th {
    border-top: unset;
}

#order_review .woocommerce table.shop_table tfoot th {
    border-top: unset;
}

/* single page rating color */
.woocommerce .star-rating {
    color: #ffc107;
}

.shop-details-content p.price {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}

.shop-details-content p.price span {
    padding: 0;
}

.woocommerce div.product span.price {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 41px;
    margin-top: 33px;

}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--text-color2);
    font-family: var(--font-Jost);
    padding-left: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.woocommerce div.product p.price ins {
    font-weight: unset;
    text-decoration: auto;
}

.woocommerce div.product form.cart .button {
    display: inline-block;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 12px 39px;
    margin-top: 30px;
    border-radius: 0px;
    letter-spacing: 0.36px;
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 500;
    border: 1px solid gray;
    width: auto;
}

.woocommerce div.product form.cart .button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce div.product form.cart .button:hover {
    color: var(--primary-color1);
    border: 1px solid gray;

}


.woocommerce div.product form.cart .button:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

/* descripttion of product single page */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 2.618em;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--text-color1);
    padding-left: 80px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: unset;
    background: unset;
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-top: 110px;
}

.woocommerce table.shop_attributes td {
    border-width: 1px;
    border-color: #eee;
    padding-left: 15px;
    font-style: normal;

}

table.woocommerce-product-attributes.shop_attributes tr {
    border: none;
}

table.woocommerce-product-attributes.shop_attributes th {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: var(--text-color3);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    border: none;
    background: linear-gradient(to bottom, #222222 0%, #222222 70%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size 0.75s;
    padding: 20px;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--primary-color1);
    font-weight: 500;
    background-size: 100% 2.5px;
    background-position: 0% 100%;
    border: none;
}

span.posted_in a {
    color: var(--text-color3);
}

span.sku {
    color: var(--text-color3);
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce div.product form.cart {
    border-bottom: 1px solid var(--black-color);
}

.woocommerce .woocommerce-breadcrumb {
    margin: unset;
}

.shop-details-content .product_meta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.woocommerce-product-rating a {
    color: gray;
}

.woocommerce-product-rating a:hover {
    color: var(--text-color);
}

ul.product-shipping-delivers {
    margin-bottom: 0px;
    padding-left: 0px;
}

/* quantity single page style */
.woocommerce .quantity .qty {
    max-width: 70px;
    width: 100%;
    height: 40px;
    border: 1px solid var(--text-color1);
    text-align: center;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 10px;
    letter-spacing: 0.48px;
}

.shop-details-content .cart .quantity i.bi {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1.3;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak-as: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 12px;
    color: var(--text-color1);

}

/* Style the table */

/* Style the table and its descendants within .woocommerce */
.woocommerce table.shop_attributes {
    border: 1px solid #eee;
}

.woocommerce table.shop_attributes tr {
    border: 1px solid #eee;
}

.woocommerce table.shop_attributes th {
    border: 1px solid #eee;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: transparent;
}

.woocommerce p.stars a {
    color: #ffc107;
}

.woocommerce-Reviews .comment-section {
    margin-top: 16px;
}

.woocommerce #reviews h3 {
    margin-bottom: 30px;

}

.comment-section.style-3 p {
    color: grey
}

.comment-form-comment .textarea-review-woo {
    border: 1px solid var(--text-color1);
    height: 50px;
    padding: 15px 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    font-family: var(--font-Jost);
    box-shadow: none;
    transition: all 0.4s ease-in-out;
}

.woocommerce-Reviews .comment-form-comment {
    margin-top: 20px;
}

.comment-form-rating label {
    margin-bottom: 10px;
}

.woocommerce-Reviews .comment-section.style-3 p {
    margin-bottom: 20px;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    display: inline-block;
    background-color: black;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 16px 40px;
    margin-top: 30px;
    letter-spacing: 0.36px;
    border-radius: 0px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
    color: var(--primary-color1);

    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

/* review section woocommerce single page style review col-7 */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: unset;
    border: unset;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: unset;
    margin: 0 0 0 80px;
}

.woocommerce-review__author {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.woocommerce-Reviews .comment-section .comment-reply-title {
    display: block;
}

.shop-details-content .payment-method .payment-card-list {
    padding-left: 0px;
}

.woocommerce table.shop_attributes th {
    width: 198px;
    padding-left: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

.woocommerce-Reviews .comment-section .comment-title {
    margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.woocommerce table.shop_attributes th {
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
}

.woocommerce-review__published-date {
    font-family: var(--font-Jost);
    color: var(--text-color1);
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.shop-details-top-section .shop-details-img {
    position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    float: none;
    width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 34px;
    bottom: 10px;
}

/* Left thumb design  */
.woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
    left: -200px;
}

/* Bottom thumb design  */
.woocommerce div.product .thumbnail-bottom-woo div.images .flex-control-thumbs {
    position: static;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce div.product .thumbnail-bottom-woo div.images .flex-control-thumbs li {
    width: calc(25% - 15px);
    float: none;
    margin-top: 20px;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px;
    float: none;
    list-style: none;
}

/* Scroll thumb design  */
.woocommerce div.product .scroll-woo div.images .flex-control-thumbs {
    position: static;
}

.woocommerce div.product .scroll-woo div.images .flex-control-thumbs li {
    width: 100%;
}

.woocommerce div.product .scroll-woo div.images .flex-control-thumbs li:first-child {
    display: none;
}

.woocommerce div.product .scroll-woo div.images .flex-control-thumbs li img {
    opacity: 1;
}

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

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

.shop-details-content.scroll {
    position: sticky;
    top: 80px;
}

/* Grid  thumb design  */
.woocommerce div.product .grid-woo div.images .flex-control-thumbs {
    zoom: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -210px;
    top: 0;
    bottom: 10px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.woocommerce div.product .grid-woo div.images .flex-control-thumbs li {
    width: 190px;
    float: none;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
}

.woocommerce div.product .grid-woo div.images .flex-control-thumbs li img {
    opacity: 1;
}

.woocommerce div.product .grid-woo div.images .flex-control-thumbs li:nth-child(2) {
    width: 85px;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce div.product .grid-woo div.images .flex-control-thumbs li:nth-child(3) {
    width: 85px;
    display: inline-block;
    margin-left: 10px;
}


.widget_quantity_custom .widget-title {
    color: var(--primary-color1) !important;
    font-family: var(--font-Jost) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.48px !important;
    margin-bottom: 20px !important;
    border-bottom: none !important;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.wc-block-product-categories-list-item {
    white-space: normal;
    margin-bottom: 0;
    color: #131010;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

li.wc-block-product-categories-list-item::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    margin-right: 10px;
    transition: 0.5s;
}

li.wc-block-product-categories-list-item a {
    text-decoration: none;
}

.wc-block-product-categories-list-item-count {
    margin-left: 10px;
}

.wc-block-components-price-slider__range-input {
    top: -25px !important;
}

.woocommerce ul.product_list_widget li img {
    width: 63px;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 51px;
    height: 30px;
}

.wc-block-components-sort-select__select {
    background-color: rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: relative;
    float: none;
    font-weight: 500;
    color: var(--primary-color1);
    height: 52px;
    line-height: 52px;
    outline: none;
    position: relative;
    text-align: left;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
}

.wc-block-components-sort-select__select option {
    border: 1px solid rgba(41, 43, 49, 0.03);
    margin-top: 3px;
    z-index: 100;
    border-radius: 0px;
    width: 100%;
    min-width: 80px;
    background-color: #1a2224;
    color: white;
}

.wc-block-components-review-list-item__image>img {
    border-radius: 50px;
}

.wp-block-woocommerce-reviews-by-category .wc-block-components-review-sort-select {
    text-align: left !important;
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0px;
    margin-top: 41px !important;
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    color: #e6a237;
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    color: var(--text-color3);
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    gap: 20px;
}

.wc-block-review-list-item__product.wc-block-components-review-list-item__product a {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    gap: 40px;
}

.shop-details-img a.video-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 131px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid rgba(34, 34, 34, 0.2);
    background-color: var(--white-color);
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: 0.5s;

}

/* /single page / */
.shop-details-img a.video-btn:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

p.stock.out-of-stock {
    color: #FF6161;
    font-weight: 400;
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

/* shop page archive rating design */
.woocommerce .products .star-rating {
    display: inline-block;
}

span.woocommerce-Price-amount.amount {
    color: var(--text-color);
    font-size: 20px;
    font-family: var(--font-Jost);
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    width: unset;
    margin-bottom: 0px;
    display: inline-block;
}

.woocommerce ul.products.columns-3 {
    columns: 3;
    column-gap: 20px;
    margin: 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: unset;
    display: inline-block;
}

.woocommerce ul.products li.product h2 a {
    color: var(--text-color);
    font-size: 20px;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 1;
    background: linear-gradient(to bottom, #222222 0%, #222222 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: right 100%;
    transition: background-size 0.75s;
}

.woocommerce ul.products li.product h2 a:hover {
    background-size: 100% 2px;
    background-position: 0% 100%;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products a.added_to_cart.wc-forward {
    display: block;
    margin-top: -70px;
    float: left;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    border-radius: 0px;
    background-color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-weight: 600;
    font-size: 15px;
    color: white;
    white-space: nowrap;
    padding: 10px 30px;
    display: inline-flex;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
    line-height: 1;
    opacity: 0;
}

.woocommerce ul.products li.product .button::after,
.woocommerce ul.products a.added_to_cart.wc-forward::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products a.added_to_cart.wc-forward:hover {
    color: var(--primary-color1);
    border: 1px solid var(--primary-color1);

}


.woocommerce ul.products li.product .button:hover::after,
.woocommerce ul.products a.added_to_cart.wc-forward:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.woocommerce ul.products li.product:hover .product-card-img .button,
.woocommerce ul.products a.added_to_cart.wc-forward {
    opacity: 1;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
    border-radius: 0px;
}

.product-card .product-card-img {
    display: block;
}

.product-card .product-card-content {
    margin: 0px;
}

.woocommerce ul.products li.product .product-categories a {
    color: #878585;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-Jost);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.woocommerce ul.products li.product .product-categories a:hover {
    color: var(--text-color);
}

.product-card .product-card-img .view-and-favorite-area {
    z-index: 1;
}

/* //single page image css */
.shop-details-top-section .shop-details-img {
    position: sticky;
    top: 50px;
}

.flex-display-wp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-details-content.style-3 .countdown-timer ul {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0px;
}

/* Hamid  CSS  */
/* Adjust the label style for larger sizes */
.size-label {
    display: block;
    padding: 10px;
    cursor: pointer;
}

/* Optional: Add styles for other sizes */
.size-label.large {
    font-size: 1em;
}

/* Optional: Style for selected size */
.size-label.selected {
    background-color: #3498db;
    color: #fff;
}

/* Adjust the list item style */
.product-size .select-wrap {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 120px;
    box-sizing: border-box;
}

/* Adjust the label style for colors */
.color-label {
    display: inline-block;
    margin-top: 7px;
    cursor: pointer;
}

/* Optional: Style for color span */
.color-label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

/* Optional: Style for selected color span */
.color-label.selected span {
    border: 2px solid #3498db;
}

/* //woocommerce thumbnail style change */
.thumbnail-left-woo .woocommerce-product-gallery__image {
    border-radius: 333px;
}

.thumbnail-left-woo .woocommerce div.product div.images img {
    border-radius: 333px;
}

.product-card .product-card-img .view-and-favorite-area>ul li a {

    border: 1px solid var(--primary-color1);
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    cursor: pointer;
    transition: 0.5s;

}

.product-card .product-card-img .view-and-favorite-area>ul li a svg {
    fill: var(--white-color);
    transition: 0.5s;
}

.product-card .product-card-img .view-and-favorite-area>ul li a:hover svg {
    fill: var(--black-color);

}

.product-card .product-card-img .view-and-favorite-area>ul li:hover a {
    background-color: var(--white-color);
}

/* wishlist */
a.add_to_wishlist.single_add_to_wishlist {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;

}

.yith-wcwl-wishlistaddedbrowse span.feedback {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}

.column-sidebar-padding ul.products li.product strong {
    display: none;
}

.shop-details-content strong {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.5s;
}

.woocommerce div.product .out-of-stock {
    color: #FF6161;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.stock.out-of-stock strong {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}

/* shop page css  */

.single-widgets .wc-block-components-price-slider__range-input-wrapper {
    margin: 5px 0 20px 0;
}

.single-widgets .wc-block-components-price-slider__controls {
    margin: 0;
}

.single-widgets .wc-block-components-price-slider {
    margin-bottom: 0;
}

.single-widgets .wc-block-product-categories {
    margin-bottom: 0;
}

.single-widgets .wc-block-components-checkbox {
    margin-top: 0;
}

.single-widgets .wp-block-woocommerce-rating-filter {
    margin-bottom: 0;
}

.single-widgets .wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0;
    line-height: 0;
}

.single-widgets .wc-block-rating-filter__actions {
    margin-top: 0;
}

.shop-sort-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.shop-sort-group .woocommerce-result-count {
    margin: 0;
}

.filter-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    cursor: pointer;
}

.filter-group .filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-sort-group form.woocommerce-ordering {
    margin: 0;
}

.filter-icon {
    width: unset;
}

.woocommerce span.onsale {
    left: 0;
    top: 0;
    width: 52px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-Jost);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background-color: var(--primary-color1);
    min-height: unset;
    font-weight: 0px;
    font-weight: 400;
    border-radius: 0px;
}

.woocommerce ul.products li.product .onsale {
    right: unset;
    left: 0;
    border-radius: unset;
    top: 8px;

}

.related ul.products li.product strong {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid black;
}

.woocommerce div.product h6.stock.in-stock {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    display: flex;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

/* Woocommerce Product Search */
form.woocommerce-product-search {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 275px;
    width: 100%;
    height: 42px;
    background: #fffdfa;
    border: 1px solid var(--text-color1);
    border-radius: 100px;
    overflow: hidden;
}

header.style-2 form.woocommerce-product-search {
    max-width: 850px;
}

form.woocommerce-product-search input {
    background: #fffdfa;
    width: 100%;
    height: 42px;
    padding: 10px 30px;
    font-family: var(--font-Jost);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
    border-radius: 100px;
    border: none;
}

form.woocommerce-product-search button {
    width: 56px;
    height: 42px;
    background-color: #fffdfa;
    border-left: 1px solid var(--text-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

form.woocommerce-product-search button i {
    font-size: 16px;
    color: var(--text-color1);
}


/* Woocommerce Pagination */
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: none;
    border-right: 0;
    margin: 0;
    margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 0 8px;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #eee;
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    transition: 0.35s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: var(--text-color);
    color: var(--text-color);
    background: unset;
}

/* Woocommerce mini-cart */
header .nav-right .dropdown .cart-menu .cart-body ul .single-item .main-item {
    display: inline-flex;
    gap: 15px;
    min-width: 290px;
    width: 100%;
}

header .nav-right .dropdown .cart-menu .cart-body ul .single-item .main-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content h6 a {
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content h6 a:hover {
    color: unset;
}

header .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span {
    padding: 0;
}

p.woocommerce-mini-cart__total.total {
    border-bottom: 1px solid rgba(238, 238, 238, 0.933333);
    border-top: 1px solid rgba(238, 238, 238, 0.933333);
    width: 100%;
    font-family: var(--font-Jost);
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    padding: 10px 0px 10px;
    margin-top: 30px;
}

p.woocommerce-mini-cart__total.total strong {
    color: var(--text-color);
}

header .nav-right .dropdown .cart-menu .cart-body span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 600;
}

/* Woocommerce mini-cart button */
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}

p.woocommerce-mini-cart__buttons.buttons a.button {
    padding: 17px 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    line-height: 1;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    width: 100%;
}

p.woocommerce-mini-cart__buttons.buttons a::after {
    position: absolute;
    content: "";
    display: block;
    opacity: 0;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background-color: var(--white-color);
    color: var(--primary-color1);
    border-radius: 0;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover {
    color: var(--white-color);
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover::after {
    transform: skewX(45deg) scale(1, 1);
    opacity: 1;
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    background-color: var(--primary-color1);
    color: var(--white-color);
    border-radius: 0;
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
    color: var(--primary-color1);
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}

/* Newly Added for Product Widgets */
.product-card-content del {
    color: var(--text-color2);
    padding-left: 10px;
}

.product-card-content ins {
    text-decoration: none;
}

.product-card-content del span.woocommerce-Price-amount.amount bdi {
    color: var(--text-color2);
    font-size: 15px;
    font-family: var(--font-Jost);
}

.product-card.product-card-em .product-card-img .overlay .cart-area a {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-Jost);
    font-weight: 500;
    background: var(--primary-color1);
    padding: 10px 30px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    transition: 0.5s;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: unset;
}

.product-card .product-card-img .overlay .cart-area a::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.product-card .product-card-img .overlay .cart-area a:hover {
    color: var(--primary-color1);
}

.product-card .product-card-img .overlay .cart-area a:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.product-card.product-card-em .product-card-img .overlay .cart-area a.ajax_add_to_cart.added {
    display: none;
}

.product-card.product-card-em .product-card-img .overlay .cart-area .added_to_cart.wc-forward {
    color: var(--white-color);
    text-align: center;
    font-size: 15px;
    font-family: var(--font-Jost);
    font-weight: 500;
    background: var(--primary-color1);
    padding: 8px 20px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    transition: 0.5s;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-card.product-card-em .product-card-img .overlay .cart-area .added_to_cart.wc-forward::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.product-card .product-card-img .overlay .cart-area .added_to_cart.wc-forward:hover {
    color: var(--primary-color1);
}

.product-card .product-card-img .overlay .cart-area .added_to_cart.wc-forward:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

/* Home-02 Button */
.product-card2.product-card-em .product-card-img .cart-btn-area a,
.product-card2.product-card-em .product-card-img .cart-btn-area .added_to_cart.wc-forward {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 500;
    background-color: var(--white-color);
    padding: 7px 23px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    border: 1px solid var(--primary-color1);
    white-space: nowrap;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 100px;
}

.product-card2.product-card-em .product-card-img .cart-btn-area a::after,
.product-card2.product-card-em .product-card-img .cart-btn-area .added_to_cart.wc-forward::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--primary-color1);
    height: 100%;
    width: 100%;
    border-radius: 40px;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scalex(0);
    transition: transform 0.7s;
}

.product-card2.product-card-em .product-card-img .cart-btn-area a:hover,
.product-card2.product-card-em .product-card-img .cart-btn-area .added_to_cart.wc-forward:hover {
    color: var(--white-color);
}

.product-card2.product-card-em .product-card-img .cart-btn-area a:hover::after,
.product-card2.product-card-em .product-card-img .cart-btn-area .added_to_cart.wc-forward:hover::after {
    transform: scalex(1);
    transform-origin: left;
}

.product-card2.product-card-em .product-card-img .cart-btn-area a.ajax_add_to_cart.added {
    display: none;
}

.product-card2 .yith-wcwl-wishlistaddedbrowse span.feedback strong {
    display: none;
}

.product-card2 .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 0;
}

.product-card2 .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.product-card2 .product-card-img .view-and-favorite-area ul li:hover i {
    color: white;
}

/* For quick view modal */
.yith-wcqv-wrapper div#yith-quick-view-content h1.product_title {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.yith-wcqv-wrapper #yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: block;
}

.yith-wcqv-wrapper #yith-quick-view-content span.woocommerce-Price-amount.amount {
    padding-left: 0;
}

.yith-wcqv-wrapper #yith-quick-view-content div.product h6.stock.in-stock {
    font-weight: 400;
}

.yith-wcqv-wrapper #yith-quick-view-content .quantity button.minus,
.yith-wcqv-wrapper #yith-quick-view-content .quantity button.plus {
    padding: 10px 12px;
    line-height: 1.3;
}

.yith-wcqv-wrapper #yith-quick-view-content div.product form.cart {
    margin-bottom: 10px;
}

.yith-wcqv-wrapper #yith-quick-view-content div.images {
    width: 50%;
}

.yith-wcqv-wrapper #yith-quick-view-content div.summary {
    width: 50%;
    padding: 20px;
}

.yith-wcqv-wrapper a#yith-quick-view-close {
    position: absolute;
    top: 11px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 1;
    line-height: 32px;
    color: var(--title-color);
    opacity: 1;
    border: none;
}

.yith-wcqv-wrapper #yith-quick-view-close:hover {
    color: #ff0000;
}

.product-card2 .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.product-card2 .product-card-img .view-and-favorite-area ul li a.add_to_wishlist svg {
    margin-top: 6px;
}

section.related.products>h2 {
    font-family: var(--font-Jost);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--text-color1);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

section.related.products>h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 64%;
    height: 2px;
    background: var(--text-color1);
    border-radius: 5px;
}

.top-product-widget {
    display: flex;
    gap: 15px;
}

/* Apply margin-bottom to the first two occurrences */
.top-product-widget:nth-child(-n+2) {
    margin-bottom: 20px;
}

/* No margin-bottom for the third occurrence */
.top-product-widget:nth-child(3) {
    margin-bottom: 20px;
}

.top-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-widgets .top-product-img img {
    width: 90px;
    border-radius: 5px;
    object-fit: cover;
}

.top-product-content h6 {

    margin-bottom: 10px;
}

.top-product-content {
    max-width: 200px;
    width: 100%;
}

.top-product-content h6 a {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.top-product-content span.woocommerce-Price-amount.amount {
    color: var(--text-color);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

.top-product-content span del .woocommerce-Price-amount.amount {
    padding-left: 5px;
    color: var(--text-color2);
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.top-product-content span del {
    color: var(--text-color2);
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.top-product-content ins {
    text-decoration: none;
}

.widget_egns_brand_list ul.shop-item li.brand-list::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--text-color1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;

}

.widget_egns_brand_list ul.shop-item li.brand-list a {
    padding-left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
}

.widget_egns_brand_list ul.shop-item li.brand-list a span {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid var(--text-color);
    height: 25px;
    width: 25px;
    line-height: 23px;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}

.shop-details-description.full-width-con {
    margin-top: 60px;
}

/* Woocommerce Cart Page */
form.woocommerce-cart-form thead tr,
form.woocommerce-cart-form tbody tr.woocommerce-cart-form__cart-item.cart_item {
    text-align: center;
}

.woocommerce ul.products li.product a.quick_view.button {
    display: none;
}

.woocommerce ul.products li.product:hover .product-card-img .added_to_cart {
    opacity: 1;
}

.woocommerce a.remove:hover {
    color: red !important;
}

.woocommerce .woocommerce-cart-form .product-thumbnail img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
    border: unset;
    border-top: 1px solid #E9E7E7;
}

.woocommerce .woocommerce-cart-form span.woocommerce-Price-amount.amount {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.woocommerce-cart-form .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.woocommerce-checkout-dt .woocommerce-checkout-review-order .woocommerce-checkout-payment button,
.woocommerce-MyAccount-content .woocommerce-address-fields button {
    padding: 12px 40px;
    background-color: var(--primary-color1);
    display: inline-block;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--font-Jost);
    font-weight: 500;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    white-space: nowrap;
    border: 1px solid var(--primary-color1);
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: unset;
}

.woocommerce-cart-form .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward::after,
.woocommerce-checkout-dt .woocommerce-checkout-review-order .woocommerce-checkout-payment button::after,
.woocommerce-MyAccount-content .woocommerce-address-fields button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--white-color);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce-cart-form .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
.woocommerce-checkout-dt .woocommerce-checkout-review-order .woocommerce-checkout-payment button:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover {
    color: var(--primary-color1);
}

.woocommerce-cart-form .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover::after,
.woocommerce-checkout-dt .woocommerce-checkout-review-order .woocommerce-checkout-payment button:hover::after,
.woocommerce-MyAccount-content .woocommerce-address-fields button:hover::after {
    transform: skewX(45deg) scale(1, 1);
    height: 150%;
    width: 150%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button {
    line-height: 1.5;
}

.woocommerce-MyAccount-content .woocommerce-address-fields p {
    padding-left: 3px;
    padding-top: 20px;
}

.coupon-area .cart-coupon-input h5 {
    font-weight: 700;
    font-size: 22px;
    color: var(--text-color1);
    font-family: var(--font-Jost);
    margin-bottom: 25px;
}

.checkout.woocommerce-checkout .customer_details_address {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 4px 8px 30px rgba(141, 141, 141, 0.1);
}

.woocommerce-checkout-dt {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
}

.checkout.woocommerce-checkout .customer_details_address h3,
.woocommerce-checkout-dt h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-family: var(--font-Jost);
    font-weight: 600;
    font-size: 25px;
    color: var(--text-color1);
    line-height: 1;
    margin-bottom: 25px;
}

.woocommerce-shipping-fields h3 {
    margin-top: 25px;
}

.woocommerce-shipping-fields input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.woocommerce-input-wrapper span.select2-selection.select2-selection--single {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 8px 20px;
    font-family: var(--font-Jost);
    font-size: 14px;
    height: 50px;
    border: 1px solid var(--text-color1);
    border-radius: unset;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5e5e5e;
    line-height: 32px;
    padding-left: 0;
}

.checkout.woocommerce-checkout span.woocommerce-Price-amount.amount {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
}



.checkout.woocommerce-checkout table.egns-checkout-table tr,
.checkout.woocommerce-checkout table.egns-checkout-table td,
.checkout.woocommerce-checkout table.egns-checkout-table th {
    border: none;
}

.checkout.woocommerce-checkout table.egns-checkout-table tfoot {
    border-top: 1px solid #ddd;
}

.checkout.woocommerce-checkout table.egns-checkout-table tfoot tr,
.checkout.woocommerce-checkout table.egns-checkout-table tfoot td,
.checkout.woocommerce-checkout table.egns-checkout-table tfoot th {
    padding: 0;
}

.checkout.woocommerce-checkout table.egns-checkout-table tfoot th {
    padding: 10px;
    font-weight: normal;
    color: #888;
}

.checkout.woocommerce-checkout table.egns-checkout-table tfoot .cart-subtotal th {
    font-weight: 700 !important;
}

.checkout.woocommerce-checkout table.egns-checkout-table tbody td.product-name {
    max-width: unset;
    display: flex;
    gap: 15px;
    align-items: center;
}

.checkout.woocommerce-checkout table.egns-checkout-table tbody td.product-total strong {
    color: black;
    font-size: 20px;
    font-weight: normal;
}

.checkout.woocommerce-checkout table.egns-checkout-table tbody td.product-total strong i {
    font-size: 14px;
}

.checkout.woocommerce-checkout table.egns-checkout-table tbody td.product-name .product-item-thumbnail {
    min-width: 60px;
}

.woocommerce-account .addresses header.title {
    padding: 0;
    display: block;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    background-color: #f4edfd;
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    border: 1em solid #f4edfd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.yith-wcwl-share li i {
    font: normal normal normal 14px/1 FontAwesome;
}

.single-widgets .wc-block-product-categories.is-dropdown {
    display: block;
}

.single-widgets .wc-block-product-categories.is-dropdown button {
    display: none;
}

.yith-wcqv-wrapper .product_meta {
    margin-top: 15px;
}

.yith-wcqv-wrapper .product_meta span.sku_wrapper,
.yith-wcqv-wrapper .product_meta span.posted_in {
    margin-right: 10px;
}

.woocommerce-additional-fields h3 {
    margin-top: 30px;
}

.wishlist-items-wrapper span.woocommerce-Price-amount.amount {
    color: var(--text-color1);
    font-family: var(--font-Jost);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.wishlist-items-wrapper .product-price ins {
    text-decoration: none;
}

.wishlist-items-wrapper .product-price del {
    color: var(--text-color2);
    padding-left: 10px;
}

.wishlist-items-wrapper del span.woocommerce-Price-amount.amount {
    color: var(--text-color2);
}

table.shop_table.wishlist_table thead {
    text-align: center;
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating::before,
.woocommerce p.stars a:hover:after,
.woocommerce p.stars a:after {
    letter-spacing: 4px;
}

.woocommerce .star-rating {
    min-width: 100px;
}

.woocommerce .product-card-content .star-rating {
    min-width: 88px;
}

.product-card2.style-2.product-card-em img {
    height: 450px;
    object-fit: cover;
}


.woocommerce ul.order_details {
    margin: 0 0 3em;
    padding: 0;
}

.woocommerce ul.order_details li strong {
    display: block;
    margin-top: 5px;
}

.woocommerce .star-rating {
    float: none;
    margin: 10px 0;
}

/* Habib css  */

.shop-pagination .pagination-list li span {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-Jost);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.shop-pagination .pagination-list li span.current-page {
    color: var(--text-color);
}


.sidebar-area.style-2 h3 {
    color: var(--primary-color1);
    font-family: var(--font-Jost);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.4px;
    border-bottom: 2px solid var(--primary-color1);
    display: inline-block;
    margin-bottom: 30px;
}

.sidebar-area.style-2 .wp-block-woocommerce-filter-wrapper {
    padding: 35px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}



.woocommerce ul.products {
    column-gap: 20px;
    margin: 0;
    display: grid;
    row-gap: 20px;
    position: relative;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 0;
}

.woocommerce ul.products.columns-4 {
    columns: 4;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products.columns-3 {
    columns: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce ul.products.columns-2 {
    columns: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce ul.products.columns-1 {
    columns: 1;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: auto;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: none;
}

/*+++++++++++++ Start Responsive css */

/* Extra Large device  */
@media only screen and (min-width:1400px) {}

/* Large device  */
@media only screen and (min-width:1400px) and (max-width: 1799px) {

    /* thumbnail left css  */
    .woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
        left: -20px;
    }

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        left: 0;
    }
}

/* Laptop device  */
@media only screen and (min-width:1200px) and (max-width: 1399px) {

    .woocommerce ul.products.columns-4 {
        columns: 3;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* thumbnail left css  */
    .woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
        left: -20px;
    }

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        left: 0;
    }
}

/* mediaum device  */
@media only screen and (min-width:992px) and (max-width: 1199px) {

    .woocommerce ul.products.columns-4 {
        columns: 3;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-3 {
        columns: 3;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-2 {
        columns: 3;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-1 {
        columns: 3;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* thumbnail left css  */
    .woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
        left: -10px;
    }

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        left: 0;
    }
}

/* Tablet device  */
@media only screen and (min-width:769px) and (max-width: 991px) {

    .woocommerce ul.products.columns-4 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-3 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-2 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-1 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* cart css  */
    .woocommerce table.shop_table td.product-name {
        max-width: unset;
    }

    .woocommerce table.shop_table .quantity .minus,
    .woocommerce table.shop_table .quantity .plus {
        width: 20px;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
        min-width: 160px;
    }

    /* thumbnail left css  */
    .woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
        left: -10px;
    }

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        left: 0;
    }
}

/* Small device  */
@media only screen and (min-width:576px) and (max-width: 768px) {
    .woocommerce ul.products.columns-4 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-3 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-2 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-1 {
        columns: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: unset;
        float: none;
        clear: both;
        margin-bottom: 0px;
    }

    /* cart css  */
    .woocommerce table.shop_table td.product-name {
        max-width: unset;
    }

    /* checkout css  */
    .woocommerce-column--billing-address {
        margin-bottom: 30px;
    }

    .woocommerce ul.order_details li {
        margin-top: 10px;
    }

    /* Account css  */
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        top: 58px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .woocommerce form.login {
        margin-bottom: 50px;
    }

    /* single product  */
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-left: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 15px;
        margin-top: 10px;
    }

    /* thumbnail left css  */
    .woocommerce div.product .thumbnail-left-woo div.images .flex-control-thumbs {
        left: 0;
    }

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        left: 0;
    }
}

/* Extra Small device  */
@media only screen and (max-width: 575px) {

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none;
        text-align: center;
    }

    .filter-group {
        justify-content: center;
    }

    .woocommerce ul.products.columns-4 {
        columns: 1;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-3 {
        columns: 1;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-2 {
        columns: 1;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .woocommerce ul.products.columns-1 {
        columns: 1;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: unset;
        float: none;
        clear: both;
        margin: 0;
        margin-bottom: 0px;
    }

    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: none;
        clear: none !important;
    }

    .shop-sort-group {
        display: block;
    }

    .shop-sort-group .woocommerce-result-count {
        margin-bottom: 25px;
    }

    /* cart css  */
    .woocommerce table.shop_table td.product-name {
        max-width: unset;
    }

    /* checkout css  */
    .woocommerce-column--billing-address {
        margin-bottom: 30px;
    }

    .woocommerce ul.order_details li {
        margin-top: 10px;
    }

    /* Account css  */
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        top: 58px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .woocommerce form.login {
        margin-bottom: 50px;
    }

    /* single product  */
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-left: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 15px;
        padding: 15px;
        margin-top: 10px;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        position: static;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

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

    /* thumbnail grid css  */
    .woocommerce div.product .grid-woo div.images .flex-control-thumbs {
        position: static;
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .woocommerce div.product .grid-woo div.images .flex-control-thumbs li {
        width: 90px;
        float: none;
        margin: 0;
        margin: 0;
        list-style: none;
    }

    .woocommerce div.product .grid-woo div.images .flex-control-thumbs li:nth-child(2) {
        width: 90px;
        margin: 0;
    }

    .woocommerce div.product .grid-woo div.images .flex-control-thumbs li:nth-child(3) {
        width: 90px;
        margin: 0;
    }

    /* thumbnail scroll  */
    .woocommerce div.product .scroll-woo div.images .flex-control-thumbs li:first-child {
        display: block;
    }
}

/* End Responsive css +++++++++++++++++++++++++++*/


/* wishlist Icon for all widgets and shop page code  */

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.product-card .product-card-img .view-and-favorite-area>ul li a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added {
    background-color: var(--primary-color1);
}


.product-card .product-card-img .view-and-favorite-area>ul li a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added svg {
    stroke: var(--white-color);
    fill: var(--black-color);

}


/* wishlist page mobile responsive design  */

@media (max-width: 575px) {

    /* wishlist page button  */

    .shop_table .product-add-to-cart a.product_type_simple.add_to_cart_button.ajax_add_to_cart.add_to_cart.alt {
        color: var(--white-color);
        background-color: var(--primary-color1);
        padding: 6px 25px;
        display: inline-flex;
        align-items: baseline;
        gap: 7px;
        border: 1px solid var(--primary-color1);
        white-space: nowrap;
    }

    .shop_table .product-add-to-cart a.product_type_variable.add_to_cart_button.add_to_cart.alt {
        color: var(--white-color);
        background-color: var(--primary-color1);
        padding: 6px 25px;
        display: inline-flex;
        align-items: baseline;
        gap: 7px;
        border: 1px solid var(--primary-color1);
        white-space: nowrap;
    }

    .shop_table .item-details table.item-details-table {
        width: unset;
        display: flex;
    }

    .shop_table .item-details table.item-details-table tr {
        display: inline-grid;
        border: none;
        padding: 0px;
    }

    ul.shop_table .additional-info-wrapper table.additional-info {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    ul.shop_table .additional-info-wrapper table.additional-info tr {
        display: inline;
        padding: 5px 5px 0px 0px;
    }

    ul.shop_table .additional-info-wrapper table.additional-info tr td.label {
        width: unset;
    }

    .shop_table .product-name h3 {
        color: var(--primary-color1);
        font-family: var(--font-Jost);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.6px;
        text-transform: capitalize;
    }

    .shop_table table.item-details-table del span.woocommerce-Price-amount {
        color: rgba(34, 34, 34, 0.6000000238);
        font-weight: 500;
    }

    .shop_table table.item-details-table tr {
        color: var(--primary-color1);
        font-family: var(--font-Jost);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.45px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .shop_table a.remove_from_wishlist {
        padding-right: 20px;
    }

    .shop_table span.woocommerce-Price-amount.amount {
        font-size: 16px;
    }

}