.woocommerce .woocommerce-breadcrumb {
    margin: 30px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #898989;
}

.woocommerce.archive .woocommerce-breadcrumb {
    margin: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--text);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    background-color: var(--white);
    /* box-shadow: 0px 16px 40px 0px #dadada; */
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    float: none;
    margin: 0;
}
body .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 45%;
    padding-right: 20px;
}
body .wc-block-components-sidebar {
    flex: 1;
}
body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
body .wc-block-components-form .wc-block-components-text-input.is-active label,
body .wc-block-components-text-input input:-webkit-autofill + label,
body .wc-block-components-text-input.is-active label {
    top: 7px;
}

/* .woocommerce ul.products .product:hover,
.woocommerce-page ul.products .product:hover {
    box-shadow: 0px 0px 20px 5px #dadada;
} */

.product-shop-info {
    padding: 0 30px;
}

body.woocommerce ul.products .product .product-info {
    margin: 10px 0;
}

body.woocommerce ul.products .product .woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: var(--black);
    margin-bottom: 0;
    padding: 0;
}

body.woocommerce ul.products .product a img {
    margin: 0;
    padding: 0;
}

.woocommerce ul.products .product .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--text) !important;
}

/* .woocommerce ul.products .product a.button {
    background: var(--text);
    border: 1px solid var(--text);
    padding: 10px;
    width: 160px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: var(--white);
    border-radius: 30px;
    padding: 10px;
    margin-top: 0;
}

.woocommerce ul.products .product a.button:hover {
    color: var(--text) !important;
    background: var(--white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--text);
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid var(--brown);
    z-index: 1;
}

.woocommerce ul.products .product img,
.woocommerce-page ul.products .product img {
    width: 100%;
    object-fit: cover;
} */

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

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button.added:hover::after {
    background: var(--brown);
    color: var(--white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    right: 10px;
    top: calc(50% - 8px);
}

a.added_to_cart,
button.button.vi_wpvs_loop_atc_button:not(.shop-add-to-cart) {
    display: none !important;
}

.woocommerce .woocommerce-ordering select {
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    font-family: var(--font-family-main);
    color: var(--text);
    width: max-content;
}

.woocommerce-mini-cart__buttons.buttons a.button {
    background: var(--text);
    border: 1px solid var(--text);
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: var(--white);
    border-radius: 30px;
    padding: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
    .woocommerce
    #respond
    input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
    .woocommerce
    a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
    .woocommerce
    button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
    .woocommerce
    input.button,
button.wc-block-components-checkout-place-order-button {
    font-family: var(--font-family-main);
    font-size: var(--font-size);
    color: var(--white) !important;
    background: var(--brown) !important;
    border-radius: 40px;
    border: 1px solid var(--brown);
    padding: 10px 30px !important;
    font-weight: 400;
    outline: none !important;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce-message
    a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a:not(.shop-add-to-cart).button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.woocommerce.tinv-wishlist #respond input#submit.alt:hover,
.woocommerce.tinv-wishlist a.button.alt:hover,
.woocommerce.tinv-wishlist button.button.alt:hover,
.woocommerce.tinv-wishlist input.button.alt:hover,
.woocommerce-mini-cart__buttons.buttons a.button:hover,
button.wc-block-components-checkout-place-order-button:hover {
    color: var(--brown) !important;
    background: var(--white) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--brown);
    border-top: 3px solid var(--brown);
    color: var(--text);
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: var(--text);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: var(--text);
    text-decoration: none;
    margin-bottom: 10px;
}

.woocommerce ul.products .product .price ins {
    text-decoration: none;
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: var(--font-size);
}

.woocommerce ul.products .product .price del {
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    color: var(--text);
}

.woocommerce ul.products .product .onsale,
.woocommerce span.onsale {
    right: inherit;
    left: 0;
    top: 0;
    background-color: var(--red);
    color: var(--white);
    margin: 0;
    height: 35px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid var(--text);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product form.cart,
.woocommerce div.product .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 35px 0 0;
    display: none !important;
}

.woocommerce .quantity .qty {
    width: 175px;
    height: 58px;
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size);
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid var(--background);
    -webkit-appearance: none;
}

.woocommerce .woocommerce-ordering {
    margin-left: auto;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.related.products {
    flex-direction: column;
}

.woocommerce div.product form.cart table.variations {
    text-align: left;
}

.woocommerce div.product form.cart table.variations tr {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    clear: none;
    float: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
    border: 1px solid;
}

.woocommerce table.shop_table {
    border: 1px solid var(--background);
    border-radius: 12px;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    display: flex;
    flex-direction: column;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 20px;
}

form.checkout.woocommerce-checkout {
    display: inline-block;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    border: 1px solid var(--black);
    border-radius: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--black);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -12px;
}

.zen-ui-select__value {
    border-color: var(--black);
}

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

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    background: transparent;
    margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-main);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 10px;
}

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

.woocommerce a.remove,
.tinv-wishlist .product-remove button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: var(--brown) !important;
    border: 1px solid var(--brown);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    background-color: transparent !important;
}

.tinv-wishlist .product-remove button i {
    color: var(--brown);
}

.woocommerce a.remove:hover,
.tinv-wishlist .product-remove button:hover {
    background: var(--brown) !important;
    color: var(--white) !important;
}

.tinv-wishlist .product-remove button:hover i {
    color: var(--white);
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 200px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--black);
    width: 100%;
}
.woocommerce ul.product_list_widget li a.remove {
    font-size: 18px;
    line-height: 24px;
}
.woocommerce ul.product_list_widget li a.cart_item_wrap {
    color: var(--text);
    display: flex;
    margin-bottom: 10px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    color: var(--text);
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 50px;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    min-width: 65px;
    font-size: 12px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    margin-bottom: 0;
    font-size: 12px;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    display: none;
}

.woocommerce-MyAccount-navigation > ul {
    list-style-type: none;
    border: 1px solid var(--brown);
    margin: 0 0 15px;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation > ul > li > a {
    padding: 10px;
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-navigation > ul > li:hover a,
.woocommerce-MyAccount-navigation > ul > li.is-active a {
    background-color: var(--brown);
    color: var(--white);
}

body.woocommerce .login-wrap form .form-row {
    padding: 0;
}

@media (max-width: 992px) {
    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce div.product p.price ins,
    .woocommerce div.product span.price ins {
        font-size: 24px;
        line-height: 32px;
    }
    #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,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        font-size: 14px;
        line-height: 16px;
    }
    .woocommerce.archive .woocommerce-breadcrumb {
        margin: 30px 0 50px;
    }
    .woocommerce ul.products.columns-3 .product,
    .woocommerce-page ul.products.columns-3 .product {
        width: 48%;
    }
}

@media (max-width: 768px) {
    #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,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        font-size: 18px;
    }
    .woocommerce .woocommerce-breadcrumb {
        font-size: 16px;
        line-height: 26px;
    }
    .sidebar-wrap {
        display: none;
    }
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-MyAccount-content .woocommerce-message {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 18px;
    }
    .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
    .woocommerce-MyAccount-content .woocommerce-message a.woocommerce-Button {
        order: 1;
        margin-top: 15px;
    }
    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top: 5px;
        left: 10px;
    }
}

@media (min-width: 768px) {
    #customer_details {
        display: flex;
        flex-flow: column nowrap;
        float: left;
        width: 50%;
    }
    #order_review,
    #order_review_heading {
        width: 50%;
        float: left;
        clear: none;
    }
    .woocommerce.woocommerce-checkout .col2-set .col-1 {
        width: 90%;
    }
    #customer_details .col-2 {
        width: 90%;
        margin-top: 20px;
    }
}

@media (max-width: 580px) {
    .wc-block-components-form .wc-block-components-text-input input[type='email'],
    .wc-block-components-form .wc-block-components-text-input input[type='number'],
    .wc-block-components-form .wc-block-components-text-input input[type='password'],
    .wc-block-components-form .wc-block-components-text-input input[type='tel'],
    .wc-block-components-form .wc-block-components-text-input input[type='text'],
    .wc-block-components-form .wc-block-components-text-input input[type='url'],
    .wc-block-components-text-input input[type='email'],
    .wc-block-components-text-input input[type='number'],
    .wc-block-components-text-input input[type='password'],
    .wc-block-components-text-input input[type='tel'],
    .wc-block-components-text-input input[type='text'],
    .wc-block-components-text-input input[type='url'] {
        height: auto !important;
    }
}
@media (max-width: 480px) {
    #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,
    .woocommerce div.product form.cart .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
        .woocommerce-message
        a.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
    .woocommerce.tinv-wishlist #respond input#submit.alt,
    .woocommerce.tinv-wishlist a.button.alt,
    .woocommerce.tinv-wishlist button.button.alt,
    .woocommerce.tinv-wishlist input.button.alt {
        padding: 0px 10px;
        font-size: 14px;
    }
    .woocommerce-variation-add-to-cart {
        justify-content: center;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        font-size: 14px;
    }
    .woocommerce .quantity .qty {
        height: 40px;
        margin: 0;
        font-size: 14px;
    }
    .form-group--number button.down:before,
    .form-group--number button.up:before,
    .form-group--number button.up:after {
        width: 9px;
    }
    .woocommerce ul#shipping_method li {
        width: 100%;
        margin: 10px 0;
    }
    /* .woocommerce ul.products.columns-3 .product, .woocommerce-page ul.products.columns-3 .product{
        width: 100%;
    } */
    .vi-wpvs-variation-wrap-loop.vi-wpvs-variation-wrap-slider.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_image_design
        .vi-wpvs-option-wrap {
        height: 50px !important;
        width: 30% !important;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce ul.products .product .onsale,
    .woocommerce span.onsale {
        padding: 5px 10px;
        min-height: 2.236em;
    }
    #add_payment_method #payment div.payment_box::before,
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before {
        top: -17px;
    }
}
