.woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 50px;
    color: var(--text);
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.woocommerce.archive .woocommerce-breadcrumb {
    margin: 30px 0 120px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #adadad;
}

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

.woocommerce ul.products li.product a img {
    margin: 0 0 12px;
}

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

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.woocommerce ul.products li.product a.button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
}

.woocommerce ul.products li.product a.button .add_to_cart_inner {
    display: flex;
    background-color: transparent;
    border-radius: 50%;
    margin-bottom: 0;
}

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

.woocommerce ul.products li.product a.button path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product a.button:hover path {
    stroke: var(--white);
    fill: var(--white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
    position: absolute;
    top: 0;
    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(--text);
    z-index: 1;
}

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

.woocommerce img,
.woocommerce-page img {
    width: 100%;
    object-fit: cover;
}

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

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

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: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    font-family: var(--font-family);
    text-transform: uppercase;
    color: var(--text);
    width: max-content;
}

#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,
.woocommerce-mini-cart__buttons.buttons a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--white) !important;
    padding: 5px;
    background: var(--text) !important;
    font-family: var(--font-family);
    border: 1px solid var(--text);

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

button.single_add_to_cart_button {
    flex: 1;
    float: none !important;
}

.woocommerce div.product form.cart .variations select {
    padding: 10px;
    margin-right: 0;
    margin-right: 10px;
}

.woocommerce-mini-cart__buttons.buttons a.button {
    display: inline-flex;
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    padding: 10px 30px;
    margin: 0 auto 10px;
}

#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 {
    color: var(--text) !important;
    background: var(--white) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top-color: var(--text);
    border-top: 3px solid var(--text);
    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: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
    text-decoration: none;
}

body.single-product.woocommerce .product span.price {
    font-size: 24px;
}

.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)) .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 {
    border-radius: 0;
}

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

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
}

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

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button.disabled:hover,
body.single-product .wc_stripe_product_payment_methods .disabled {
    opacity: 1 !important;
    cursor: pointer;
}

.woocommerce ul.products .product-item .onsale,
.woocommerce span.onsale {
    right: inherit;
    left: 0;
    top: 0;
    background-color: #e32525;
    border-radius: initial;
    margin: 0;
    height: 41px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}

.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

body.woocommerce-account.woocommerce a.button {
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .quantity .qty {
    width: 120px;
    height: 40px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
    border: 1px solid var(--text);
    margin: 0;
    -webkit-appearance: none;
}

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

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-checkout #payment ul.payment_methods li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* body.woocommerce-checkout #payment ul.payment_methods li:before {
    display: none !important;
} */

ul.woocommerce-shipping-methods li:not(:last-child) {
    display: none;
}

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

.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: 48px;
    line-height: normal;
    margin-bottom: 20px;
}

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

#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(--text);
    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(--text);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -12px;
}

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

.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);
    font-style: normal;
    font-weight: var(--font-weight);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
    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(--text);
    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(--text) !important;
    border: 1px solid var(--text);
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    cursor: pointer;
    padding: 0;
    background-color: transparent !important;
}

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

.woocommerce a.remove:hover,
.tinv-wishlist .product-remove button:hover {
    background: var(--text) !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;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--text);
    width: 100%;
}
.woocommerce ul.product_list_widget li a.remove {
    font-weight: var(--font-weight);
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text);
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 50px;
}
.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(--black);
    margin: 0 0 15px;
    padding: 0;
}

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

@media (max-width: 992px) {
    #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-weight: var(--font-weight);
        font-size: var(--font-size);
        line-height: var(--line-height);
        color: var(--text);
    }
    .woocommerce.archive .woocommerce-breadcrumb {
        margin: 30px 0 50px;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.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: 12px;
    }
    .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;
    }
    body.woocommerce.woocommerce-checkout:not(.woocommerce-order-received) .col2-set .col-1 {
        width: 90%;
    }
    #customer_details .col-2 {
        width: 90%;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .woocommerce .quantity .qty {
        height: 40px;
        width: 118px;
        margin: 0 15px 0 0;
        font-size: 16px;
    }
    /* .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.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 li.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;
    }
}
