﻿@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

p.stars a {
    position: relative;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    height: 25px;
    width: 25px;
}

    p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-family: WooCommerce;
        content: "\e021";
        text-indent: 0;
        color: #ffc107;
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 25px;
    }

    p.stars a:hover ~ a::before,
    p.stars.selected a.active ~ a::before {
        content: "\e021"
    }

p.stars:hover a::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
    content: "\e020"
}


.col2-set {
    width: 100%
}

.u-columns.col2-set {
    display: flex;
    justify-content: space-between;
}

.u-column2.col-2, .u-column1.col-1 {
    width: 49%;
}

.comment-form .comment-form-author {
    width: 49%;
    float: right;
}

.comment-form .comment-form-email {
    width: 49%;
    float: left;
}

    .comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-cookies-consent {
        width: 100%;
    }

#reviews h2 small {
    float: left;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

    #reviews h2 small a {
        text-decoration: none;
        color: #767676
    }

#reviews h3 {
    margin: 0
}

#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

#reviews #comment {
    height: 75px
}

#reviews #comments .add_review::after, #reviews #comments .add_review::before {
    content: " ";
    display: table
}

#reviews #comments .add_review::after {
    clear: both
}

#reviews #comments h2 {
    clear: none
}

#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

    #reviews #comments ol.commentlist::after, #reviews #comments ol.commentlist::before {
        content: " ";
        display: table
    }

    #reviews #comments ol.commentlist::after {
        clear: both
    }

    #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        border: 0;
        position: relative;
        background: 100%;
        border: 0
    }

        #reviews #comments ol.commentlist li .meta {
            color: #767676;
            font-size: .75em
        }

        #reviews #comments ol.commentlist li img.avatar {
            float: right;
            position: absolute;
            right: 0;
            padding: 3px;
            height: auto;
            background: #e9e6ed;
            border: 1px solid #e1dde7;
            margin: 0;
            box-shadow: none;
            top: 15px;
            width: 60px;
            border-radius: 100%;
        }

        #reviews #comments ol.commentlist li .comment-text {
            border-radius: 10px;
            padding: 1em 1em 0;
            margin: 0 80px 0 0;
            background-color: var(--white-color);
            border: 1px solid #A8A7A766;
        }

            #reviews #comments ol.commentlist li .comment-text::after, #reviews #comments ol.commentlist li .comment-text::before {
                content: " ";
                display: table
            }

            #reviews #comments ol.commentlist li .comment-text::after {
                clear: both
            }

            #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: 12px;
                    display: flex;
                    align-items: center;
                    gap: 8px;
                }

.woocommerce-Reviews-title {
    margin-bottom: 15px;
}

#reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}

    #reviews #comments ol.commentlist ul.children .star-rating {
        display: none
    }

#reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}

#reviews #comments .commentlist > li::before {
    content: ""
}

.woocommerce-product-rating {
    line-height: 2;
    display: block
}

    .woocommerce-product-rating::after, .woocommerce-product-rating::before {
        content: " ";
        display: table
    }

    .woocommerce-product-rating::after {
        clear: both
    }

    .woocommerce-product-rating .star-rating {
        margin: .5em 0 0 4px;
        float: right
    }

.products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0
}

#review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 10px 0;
    background: transparent none;
    border: 0
}

    #review_form #respond::after, #review_form #respond::before {
        content: " ";
        display: table
    }

    #review_form #respond::after {
        clear: both
    }

    #review_form #respond p {
        margin: 0 0 10px
    }

    #review_form #respond .form-submit input {
        right: auto
    }

    #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%
    }


.form-row {
    padding: 0;
    margin-bottom: 10px;
}

    .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0
    }

    .form-row label {
        line-height: 2
    }

        .form-row label.hidden {
            visibility: hidden
        }

        .form-row label.inline {
            display: inline
        }

    .form-row .woocommerce-input-wrapper .description {
        background: var(--second-color);
        color: #fff;
        border-radius: 3px;
        padding: 1em;
        margin: .5em 0 0;
        clear: both;
        display: none;
        position: relative
    }

        .form-row .woocommerce-input-wrapper .description a {
            color: #fff;
            text-decoration: underline;
            border: 0;
            box-shadow: none
        }

        .form-row .woocommerce-input-wrapper .description::before {
            right: 50%;
            top: 0;
            margin-top: -4px;
            transform: translateX(50%) rotate(-180deg);
            content: "";
            position: absolute;
            border-width: 4px 6px 0 6px;
            border-style: solid;
            border-color: #1e85be transparent transparent transparent;
            z-index: 100;
            display: block
        }

    .form-row select {
        cursor: pointer;
        margin: 0
    }

    .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
    }

    .form-row .optional {
        visibility: visible
    }

    .form-row .input-checkbox {
        display: inline;
        margin: -2px 0 0 8px;
        text-align: center;
        vertical-align: middle
    }

    .form-row input.input-text, .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal
    }

    .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none
    }


    .form-row.woocommerce-invalid label {
        color: #a00
    }

    .form-row.woocommerce-invalid .select2-container, .form-row.woocommerce-invalid input.input-text, .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .form-row.woocommerce-validated .select2-container, .form-row.woocommerce-validated input.input-text, .form-row.woocommerce-validated select {
        border-color: #6dc22e
    }

    .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .form-row :-moz-placeholder {
        line-height: normal
    }

    .form-row :-ms-input-placeholder {
        line-height: normal
    }

form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: right;
    border-radius: 10px;
}

ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        text-align: right;
        list-style: none outside
    }

        ul#shipping_method li input {
            margin: 3px 0 0 .4375em;
            vertical-align: top
        }

        ul#shipping_method li label {
            display: inline
        }

    ul#shipping_method .amount {
        font-weight: 700
    }

p.woocommerce-shipping-contents {
    margin: 0
}

ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

    ul.order_details::after, ul.order_details::before {
        content: " ";
        display: table
    }

    ul.order_details::after {
        clear: both
    }

    ul.order_details li {
        float: right;
        margin-left: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-left: 1px dashed #cfc8d8;
        padding-left: 2em;
        margin-right: 0;
        padding-right: 0;
        list-style-type: none
    }

        ul.order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5
        }

        ul.order_details li:last-of-type {
            border: none
        }

.wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce-customer-details, .woocommerce-order-details, .woocommerce-order-downloads {
    margin-bottom: 2em
}

    .woocommerce-customer-details :last-child, .woocommerce-order-details :last-child, .woocommerce-order-downloads :last-child {
        margin-bottom: 0
    }


    .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-bottom: 0;
        padding-right: 1.5em
    }

        .woocommerce-customer-details .woocommerce-customer-details--phone::before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e037";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

        .woocommerce-customer-details .woocommerce-customer-details--email::before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e02d";
            text-decoration: none;
            margin-right: -1.5em;
            line-height: 1.75;
            position: absolute
        }

.woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

    .woocommerce-widget-layered-nav-list__item::after, .woocommerce-widget-layered-nav-list__item::before {
        content: " ";
        display: table
    }

    .woocommerce-widget-layered-nav-list__item::after {
        clear: both
    }

    .woocommerce-widget-layered-nav-list__item a, .woocommerce-widget-layered-nav-list__item span {
        padding: 1px 0
    }


.woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

    .widget_layered_nav_filters ul li {
        float: right;
        padding: 0 1px 1px 1em;
        list-style: none
    }

        .widget_layered_nav_filters ul li a {
            text-decoration: none
        }

            .widget_layered_nav_filters ul li a::before {
                font-family: WooCommerce;
                speak: never;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                content: "\e013";
                text-decoration: none;
                color: #a00;
                vertical-align: inherit;
                margin-left: .5em
            }


.widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

    .widget_rating_filter ul li {
        padding: 0 0 1px;
        list-style: none
    }

        .widget_rating_filter ul li::after, .widget_rating_filter ul li::before {
            content: " ";
            display: table
        }

        .widget_rating_filter ul li::after {
            clear: both
        }

        .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none;
            font-size: 1.2em;
            display: flex;
            justify-content: space-between;
        }

        .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block
        }

        .widget_rating_filter ul li.chosen a::before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e013";
            text-decoration: none;
            color: #a00
        }

.woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}


.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}


.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: right
}

.woocommerce-account .addresses .title .edit {
    float: left
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-right: 0;
    padding-right: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-right: 0;
        padding-right: 0
    }

        .woocommerce-account ul.digital-downloads li::before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-left: .618em;
            content: "\e00a";
            text-decoration: none
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: left
        }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

    #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: right;
        box-sizing: border-box;
        border: 1px solid #cfc8d8;
        padding: 6px 6px 5px;
        margin: 0 0 0 4px;
        outline: 0
    }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

    #add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
        content: " ";
        display: table
    }

    #add_payment_method .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::after {
        clear: both
    }

    #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 {
        display: flex;
        text-align: center;
    }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

    #add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "\e019";
        text-decoration: none
    }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

    #add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0
    }

    #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        width: 35%
    }

    #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        vertical-align: top;
        border-right: 0;
        border-left: 0;
        line-height: 1.5em
    }

    #add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
        color: #767676
    }

    #add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
        width: 100%
    }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0;
    text-align: right;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: right;
    clear: none
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: right
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: right;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        text-align: right;
        padding: 1em;
        border-bottom: 1px solid #cfc8d8;
        margin: 0;
        list-style: none outside
    }

        #add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
            content: " ";
            display: table
        }

        #add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
            clear: both
        }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: right;
            margin: 0;
            font-weight: 400
        }

            #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 0 0 1em
            }

            #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
                vertical-align: middle;
                margin: -2px .5em 0 0;
                padding: 0;
                position: relative;
                box-shadow: none
            }

                #add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-right: 2px
                }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
                content: " ";
                display: table
            }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
                clear: both
            }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dcd7e3;
        color: #515151
    }

        #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #c2b9ce;
            border-top-color: #b5aac3
        }

        #add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #b5aac3
        }

        #add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #b5aac3
        }

        #add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #b5aac3
        }

        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
            list-style: none outside;
            margin: 0
        }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
                margin: 0 0 .5em
            }

                #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
                    cursor: pointer
                }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
                vertical-align: middle;
                margin: -3px 0 0 1em;
                position: relative
            }

        #add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
            border: 0;
            padding: 0;
            margin: 1em 0 0
        }

        #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: left .618em center;
            background-size: 32px 20px
        }

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

    table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em
    }

    table.shop_table td {
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em
    }

        table.shop_table td small {
            font-weight: 400
        }

        table.shop_table td del {
            font-weight: 400
        }

    table.shop_table tbody:first-child tr:first-child td, table.shop_table tbody:first-child tr:first-child th {
        border-top: 0
    }

    table.shop_table tbody th, table.shop_table tfoot td, table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

table.my_account_orders {
    font-size: .85em
}

    table.my_account_orders td, table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }


table.woocommerce-MyAccount-downloads td, table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

    table.woocommerce-MyAccount-downloads td:first-child, table.woocommerce-MyAccount-downloads th:first-child {
        text-align: right
    }

    table.woocommerce-MyAccount-downloads td:last-child, table.woocommerce-MyAccount-downloads th:last-child {
        text-align: right
    }

    table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before, table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
        content: "ā†“";
        display: inline-block
    }

td.product-name .wc-item-meta, td.product-name dl.variation {
    list-style: none outside
}

    td.product-name .wc-item-meta .wc-item-meta-label, td.product-name .wc-item-meta dt, td.product-name dl.variation .wc-item-meta-label, td.product-name dl.variation dt {
        float: right;
        clear: both;
        margin-left: .25em;
        display: inline-block;
        list-style: none outside
    }

    td.product-name .wc-item-meta dd, td.product-name dl.variation dd {
        margin: 0
    }

input.button:disabled[disabled], button.button:disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
}


table.cart .coupon {
    display: inline-flex;
    gap: 5px;
}


#payment #place_order {
    float: left;
}


#respond input#submit.loading, a.button.loading, button.button.loading, input.button.loading, #respond input#submit.loading, a.button.loading, button.button.loading, input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

    #respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after, #respond input#submit.loading::after, a.button.loading::after, button.button.loading::after, input.button.loading::after {
        font-family: WooCommerce;
        content: "\e01c";
        vertical-align: top;
        font-weight: 400;
        position: absolute;
        top: .618em;
        left: 1em;
        animation: spin 2s linear infinite
    }


@keyframes spin {
    100% {
        transform: rotate(-360deg)
    }
}

#respond input#submit.added::after, a.button.added::after, button.button.added::after, input.button.added::after, #respond input#submit.added::after, a.button.added::after, button.button.added::after, input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-right: .53em;
    vertical-align: bottom
}


.form-row-first, .form-row-last {
    width: 49%;
    display: inline-block;
}

.form-row-last {
    float: left;
}

.password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

    .password-input input[type=password] {
        padding-left: 2.5rem
    }

    .password-input input::-ms-reveal {
        display: none
    }

.show-password-input {
    position: absolute;
    left: .7em;
    top: .7em;
    cursor: pointer
}

    .show-password-input::after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "\e010";
        text-decoration: none
    }

.woocommerce a.remove {
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    text-decoration: none;
    border: 0
}


/*----------------------------------------------------- start post product detail--------------------------- */
.single_product_section {
    background-color: var(--white-color);
    padding: 30px 20px;
    border-radius: 15px;
}

.single_product_section, .single_product_tab, .single_related_product {
    margin: 25px auto;
    width: 100%;
    max-width: var(--avina-con-max-width);
}

.single_product_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product_english_title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    min-height: 20px;
}

.dash_line {
    height: 2px;
    border-bottom: 1px dashed var(--border-color1);
    flex-grow: 1;
}

.single_product_title .product-rating {
    margin-bottom: 0;
}

.english_title {
    display: flex;
    align-items: center;
    height: 30px;
    background-color: var(--white-color);
    padding-left: 7px;
    opacity: 0.6;
    font-size: 12px;
    font-family: sans-serif, monospace;
}

.pro_meta_title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    min-height: 30px;
}

    .pro_meta_title img {
        max-width: 80px;
        max-height: 55px;
        border-radius: 5px;
        background-color: white;
    }

    .pro_meta_title h1 {
        font-weight: 700;
        font-size: 1.2em;
        line-height: 1.6;
    }

.product_gallery {
    margin: 20px 0;
}

.product-gallery-carousel {
    border: 1px solid var(--border-color2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.product-gallery-nav .swiper-slide img {
    opacity: 0.6;
}

.product-gallery-nav .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}


.product_big_image:after {
    position: absolute;
    content: "%" attr(data-discount);
    border-radius: 100%;
    background-color: var(--main-color);
    padding: 7px;
    color: var(--white-color);
    font-size: 1.3em;
    top: -12px;
    left: -12px;
    transform: rotateZ(-30deg);
}

.product-gallery-nav li {
    padding: 5px;
    margin: 0;
    border: 1px solid var(--border-color2);
    border-radius: 5px;
}

.product-gallery-carousel .avina_prev_Arrow {
    left: auto;
    right: 0;
}

.product-gallery-carousel .avina_next_Arrow {
    right: auto;
    left: 0;
}

.product-gallery-carousel .avina_prev_Arrow:before {
    content: "\f178";
}

.product-gallery-carousel .avina_next_Arrow:before {
    content: "\f177";
}

.product-gallery-carousel .avina_prev_Arrow,
.product-gallery-carousel .avina_next_Arrow {
    background: var(--white-color);
    padding: 5px !important;
    border: 1px solid var(--border-color1);
    border-radius: 0;
    box-shadow: unset;
    position: absolute;
    transition: 0.3s;
    color: var(--border-color1);
    opacity: 0.5;
    z-index: 9;
    cursor: pointer;
}

    .product-gallery-carousel .avina_prev_Arrow:hover,
    .product-gallery-carousel .avina_next_Arrow:hover {
        opacity: 1;
    }

.product-gallery-carousel .avina_prev_Arrow {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.product-gallery-carousel .avina_next_Arrow {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit;
}

    .magnify > .magnify-lens {
        /* Magnifying lens */
        position: absolute;
        width: 185px;
        height: 185px;
        border-radius: 100%;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.85), 0 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
        cursor: none;
        display: none;
        z-index: 99;
    }

        .magnify > .magnify-lens.loading {
            background: #333 !important;
            opacity: 0.8;
        }

            .magnify > .magnify-lens.loading:after {
                /* Loading text */
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                color: var(--white-color);
                content: "...";
                font: italic normal 16px/1 Calibri, sans-serif;
                letter-spacing: 1px;
                margin-top: -8px;
                text-align: center;
                text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
                text-transform: none;
            }

table.shop_attributes td {
    font-style: normal !important;
}


.pro_meta_des {
    padding: 10px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

    .pro_meta_des li:before, .pro_content_des li:before, .post_content li:before {
        content: "\f111";
        font-family: "Font Awesome 6 Pro";
        padding: 5px;
        font-size: 6px;
        line-height: 8px;
    }

.pro_meta_list ul li {
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

    .pro_meta_list ul li span:first-child {
        min-width: 100px;
    }

.pro_meta_list > ul > li i {
    font-size: 1em;
    display: inline-block;
    color: var(--border-color1);
}

.pro_meta_list .social_icons li a {
    transition: 0.3s;
    background: var(--main-color);
    opacity: 0.7;
}

    .pro_meta_list .social_icons li a i {
        color: white;
        font-size: 16px;
    }


.pro_meta_list .social_icons li:hover i {
    transform: rotateZ(0deg);
}

.product_icon_box {
    display: flex;
    width: 100%;
    border: 1px solid var(--border-color2);
    border-radius: 5px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .product_icon_box .item {
        border: none;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

        .product_icon_box .item .icon {
            font-size: 1.9em;
            display: flex;
            align-items: center;
        }


    .product_icon_box .content h6 {
        font-size: 0.86em;
        margin: 0;
    }

    .product_icon_box .content p {
        font-size: 0.78em;
        margin: 0;
        padding: 0;
    }

.bor01 {
    border-bottom: 1px dashed var(--border-color1);
}

.pro_single_rating .star-rating {
    height: 20px;
    width: 105px;
    line-height: 20px;
}

    .pro_single_rating .star-rating::before,
    .pro_single_rating .product-rate:before {
        font-size: 20px;
        line-height: 20px;
    }

.pro_single_rating .product-rating .rating-num {
    min-width: 20px;
    line-height: 20px;
    min-height: 20px;
}


/* end post product detail */

/* start post product tab */

.product_content_tab .nav-link {
    padding: 10px 25px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.6em;
    border: 1px solid var(--border-color2);
    color: var(--title-color1);
    background-color: var(--white-color);
    overflow: hidden;
}

.nav-tabs .nav-link {
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_content_tab .nav-tabs .nav-link i {
    font-size: 18px;
}

.product_content_tab .nav-link.active {
    border-top: 4px solid var(--main-color);
}

.tab-content {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
    padding: 25px;
    background-color: var(--white-color);
}

    .tab-content .tab_head_title h3, .tab-pane h2 {
        padding: 10px 0 20px 0;
        font-size: 1.2em;
        font-weight: bold;
    }

    .tab-content .pro_content_des, .tab-content .product_comment {
        text-align: justify;
        font-size: 1em;
        line-height: 1.6em;
        background-color: var(--widget-bg2);
        border-radius: 10px;
        padding: 20px;
        overflow: hidden;
    }

    .tab-content .product_comment {
        text-align: right;
    }

.shop_attributes {
    width: 100%;
}

table.shop_attributes td {
    padding: 15px 15px 15px 0;
}

.tab-content .woocommerce-product-attributes-item {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
}

.tab-content .woocommerce-product-attributes-item__label, .tab-content .woocommerce-product-attributes-item__value {
    padding: 12px !important;
    margin: 7px 0 !important;
    border: none !important;
    border-radius: 5px !important;
}

.tab-content .woocommerce-product-attributes-item__label {
    width: 24% !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.tab-content .woocommerce-product-attributes-item__value {
    width: 75% !important;
}

.tab-content table.shop_attributes tr:nth-child(even) td, .tab-content table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0.05) !important;
}

.tr-default.tr-even.tr-description td {
    padding: 10px;
}

table.shop_attributes td p {
    padding: 0;
}

.AvinaCP_table table.shop_attributes td p {
    padding: 5px;
}

.single_product_section .avina_image_product > .badge {
    position: absolute;
    top: 0;
    right: 20px;
    background-color: var(--main-color);
    height: auto;
    z-index: 9;
    border-radius: 0 0 12px 12px;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
}

.single_product_section.style2 .avina_image_product > .badge {
    right: auto;
    left: 20px;
}

.single_product_section.style2 .wishlist_compare_icon {
    left: auto;
    right: 15px;
}

.avina_image_product {
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}

.woocommerce-product-details__short-description {
    position: relative;
    transition: 0.3s;
}

    .woocommerce-product-details__short-description:not(.show) {
        max-height: 180px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .woocommerce-product-details__short-description.show {
        max-height: 100%;
        padding-bottom: 44px;
        overflow: hidden;
    }

.wooshortdesc_btn i {
    transition: transform 0.4s;
    transition-delay: 0.2s;
}

.woocommerce-product-details__short-description.show .wooshortdesc_btn i {
    transform: rotate(180deg);
}

.woocommerce-product-details__short-description .wooshortdesc_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: auto;
    right: 0;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: #fff 0 -15px 15px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
    text-align: right;
    padding: 0 10px;
}

.wishlist_compare_icon {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid white;
    border-radius: 10px;
    color: #000;
}

    .wishlist_compare_icon ul li:hover i {
        color: var(--second-color);
    }

    .wishlist_compare_icon ul,
    .wishlist_compare_icon ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .wishlist_compare_icon ul li a {
            font-weight: 400;
            color: #000;
            font-size: 23px;
            line-height: 40px;
            height: 40px;
            width: 40px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.modal-dialog.share {
    max-width: 600px;
}

p.share_text {
    text-align: center;
    padding: 20px;
    background-color: #0000000f;
    border-radius: 10px;
    margin-bottom: 25px;
}

.share-body {
    width: 100%;
    min-height: 50px;
}

.modal-body.share {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-content.share {
    border-radius: 20px;
}

.short-link-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .short-link-body input#AvinaCP_copy_url {
        width: 100%;
        border: 0;
        cursor: pointer;
        padding: 7px 15px;
        border-radius: 8px;
        background: white;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.07);
        font-weight: 500;
        text-align: left;
    }

    .short-link-body .AvinaCP-share-link {
        flex-basis: 55%;
        width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.avina_meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

    .avina_meta .item {
        padding: 3px 10px;
        color: white;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: grab;
        transition: 0.2s;
        font-size: 13px;
        font-weight: 500;
        opacity: 0.85;
    }

        .avina_meta .item a {
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            cursor: pointer !important;
        }

        .avina_meta .item i {
            font-size: 16px;
        }

        .avina_meta .item:hover {
            opacity: 1;
        }

.item.original_product {
    background-color: #268131;
}

    .item.original_product:hover {
        background-color: #265d29;
    }

.item.copy_product {
    background-color: #e57b0a;
}

    .item.copy_product:hover {
        background-color: #e55b06;
    }

.item.delivery_product {
    background-color: #2196f3;
}

    .item.delivery_product:hover {
        background-color: #0758ce;
    }

.item.proposed_product {
    background-color: #9c27b0;
}

    .item.proposed_product:hover {
        background-color: #721183;
    }

.item.catalog_product {
    background-color: #e1811a;
}

.product_alert {
    /*background-color: #ffddcc;
    color: #b83d0bff;
    padding: 7px 10px;
    border: 1px solid #b83d0bff;
    border-radius: 10px;
    margin-top: 10px;
    opacity: 0.85;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;*/
    background-color: #f15da7;
    color: #f9faef;
    padding: 20px;
    border: 1px solid #b83d0bff;
    border-radius: 10px;
    margin-top: 10px;
    opacity: 0.85;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-align:center !important;
}

    .product_alert i {
        font-size: 20px !important;
        min-width: 25px;
        min-height: 20px;
        display: flex;
        justify-content: center;
    }

    .product_alert.warranty {
        background-color: #dceec1;
        color: #2b6629;
        border-color: #2b6629;
    }

    .product_alert.message_for_product {
        background-color: #cde2eb;
        color: #294755;
        border-color: #294755;
    }

.avina_script_video {
    position: absolute;
    inset: auto 0;
}

.avina_video_slide {
    position: relative;
}

    .avina_video_slide:before {
        position: absolute;
        font-family: "Font Awesome 6 Pro";
        content: "\f04b";
        font-size: 40px;
        inset: 4px;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 5;
        color: white;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .avina_video_slide img {
        filter: blur(2px);
    }

.product-gallery-nav .swiper-slide, .product-gallery-nav .avina_video_slide {
    cursor: pointer;
    margin-bottom: 1px;
}

.product-gallery-nav .swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.swiper.avinaSwiper-product-gallery {
    height: auto;
    width: auto;
}

.swiper.avinaSwiper-product-gallery-nav {
    height: auto;
    padding: 0 1px;
}

.zoom-product-gallery {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    max-height: 600px;
}

.zoom-product-gallery-carousel,
.zoom-product-gallery-nav {
    max-height: 600px;
    align-items: center;
}

    .zoom-product-gallery-carousel .swiper-slide img {
        max-height: 600px;
        max-width: 600px;
    }

.avina-right-gallery {
    width: 18%;
    height: 100%;
}

.avina-left-gallery {
    width: 82%;
    height: 100%;
}

.modal-content.zoom {
    border-radius: 20px;
}

.zoom-product-gallery-carousel .swiper-slide,
.zoom-product-gallery-nav .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avina-right-gallery .swiper-slide {
    min-height: 100px;
    height: 100px;
    min-width: 100px;
    width: 98%;
    padding: 3px;
    cursor: pointer;
    border: 1px solid #b4b2b2;
    border-radius: 5px;
    overflow: hidden;
}

    .avina-right-gallery .swiper-slide img {
        height: 100px;
        width: 100px;
    }

.modal-header.zoom {
    padding: 9px 15px;
}

.avina-right-gallery {
    padding: 0;
}

    .avina-right-gallery .avina_next_Arrow {
        right: 20%;
        left: 20%;
        top: unset;
        bottom: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(0px);
    }

    .avina-right-gallery .avina_prev_Arrow {
        left: 20%;
        right: 20%;
        bottom: unset;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(0px);
    }

        .avina-right-gallery .avina_prev_Arrow:before {
            content: "\f106";
            display: flex;
            justify-content: center;
            font-size: 30px;
            line-height: 30px;
        }

    .avina-right-gallery .avina_next_Arrow:before {
        content: "\f107";
        display: flex;
        justify-content: center;
        font-size: 30px;
        line-height: 30px;
    }

    .avina-right-gallery:hover .avina_next_Arrow,
    .avina-right-gallery:hover .avina_prev_Arrow {
        visibility: visible;
        opacity: 1;
    }

.zoom-product-gallery-nav .swiper-slide-thumb-active {
    border: 1px solid var(--main-color);
}

.zero_quantity {
    display: flex;
    background-color: var(--white-color);
    border: 2px solid #d8d8d8;
    border-radius: 15px;
    padding: 15px 8px;
    box-sizing: border-box;
    opacity: 0.8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

    .zero_quantity .right {
        flex-basis: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #cecece;
    }

    .zero_quantity .left {
        display: flex;
        flex-direction: column;
    }

    .zero_quantity h4 {
        font-size: 14px;
        font-weight: 500;
        color: #171717;
    }

    .zero_quantity p {
        font-size: 11px;
        font-weight: 400;
        color: #565555;
        margin: 0;
    }

.avina_recommended_alert {
    padding: 12px 0;
    font-size: 13px;
}

    .avina_recommended_alert i {
        color: #0e9a17;
    }

.single_related_product .avina_style2 .heading_title {
    padding: 15px;
}

.avina_ratings, .comment-form-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

    .avina_ratings .avina_rate {
        width: 80%;
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .avina_ratings .title {
        width: 20%;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }

.comment-form-rating {
    margin: 4px 0;
}

    .comment-form-rating .stars {
        margin: 0 !important;
    }

.display_avina_rate {
    width: 100%;
    display: flex;
    gap: 5px;
    flex-direction: column;
    border: 1px solid #9F9E9E66;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--white-color);
}

.display_avina_ratings_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #a3a3a31f;
    border: 1px solid #9F9E9E66;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .display_avina_ratings_product .image img {
        border-radius: 10px;
    }

    .display_avina_ratings_product .title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        line-height: 2;
    }

.display_avina_rate .title_sec {
    display: flex;
    justify-content: space-between;
}

.display_avina_rate .progress-bar {
    background-color: var(--second-color);
}

.progress.rating {
    width: 100%;
}

.avina-comment-advantages {
    display: flex;
    gap: 20px;
}

.avina-input-comment-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 3px;
}

.add_text_to_field {
    position: absolute;
    left: 10px;
    top: 7px;
    border-radius: 6px;
    background-color: rgba(14, 14, 14, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    color: white;
    cursor: pointer;
}

.avina-input-comment-form input {
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    margin-bottom: 15px;
    border-radius: 10px;
    min-height: 40px;
}

    .avina-input-comment-form input:focus {
        box-shadow: unset;
    }

    .avina-input-comment-form input#comment-form-advantages {
        border: 1px solid rgba(20, 114, 5, 0.50);
        background-color: rgba(0, 162, 6, 0.03);
    }

    .avina-input-comment-form input#comment-form-disadvantage {
        border: 1px solid rgba(194, 7, 7, 0.50);
        background-color: rgba(255, 0, 0, 0.03);
    }

.item_added_disadvantage, .item_added_advantages {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    padding: 4px 7px;
    border-radius: 10px;
}

.item_added_advantages {
    background-color: rgba(23, 130, 45, 0.11);
    color: #186924;
}

.item_added_disadvantage {
    background-color: rgba(130, 23, 23, 0.11);
    color: #720f0f;
}

.avina-input-comment-form .remove_item {
    font-family: 'Font Awesome 6 Pro';
    cursor: pointer;
}

    .avina-input-comment-form .remove_item:before {
        content: "\f00d";
    }

.item_added_disadvantage input {
    color: #26631a;
    font-size: 14px;
    font-weight: 500;
}

.avina-recommend-product-reveiw {
    display: flex;
    padding: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

    .comment-form-rating label, .avina-recommend-product-reveiw label, .avina-recommend-product-reveiw .text {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .avina-recommend-product-reveiw .text {
        cursor: pointer;
    }

.review_recommend {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.avina-recommend-product-reveiw input {
    opacity: 0;
    width: 0;
    height: 0;
}

.review_recommend.avina_reveiw_recommended, #recommended:checked ~ .text {
    color: #0b8b0b;
}

.review_recommend.avina_reveiw_no_idea, #no_idea:checked ~ .text {
    color: #d68903;
}

.review_recommend.avina_reveiw_not_recommended, #not_recommended:checked ~ .text {
    color: #cc0010;
}

.woocommerce-review__author {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
}

.disadvantage_advantage {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}

.advantage, .disadvantage {
    display: flex;
    gap: 10px;
}

    .advantage span {
        color: #04b41c;
        padding-left: 8px;
    }

    .disadvantage span {
        color: #f55d5d;
    }

    .advantage ul li, .disadvantage ul li {
        margin: 0 0 5px !important;
    }

.disadvantage_advantage .icon {
    font-family: "Font Awesome 6 Pro";
    width: 16px;
    height: 16px;
    display: inline-flex;
    font-size: 13px;
}

.advantage .icon:before {
    content: "\2b";
    color: #04b41c;
}

.disadvantage .icon:before {
    content: "\f068";
    color: #fa0000;
}

.avinaRelatedSwiper .product-box-info.three_line h3 {
    height: auto;
}

.single-product .back-to-top {
    bottom: 80px;
}

.single-product .AvinaFC-count {
    bottom: 150px;
}

    .single-product .AvinaFC-count:hover {
        bottom: 153px;
    }


.AvinaSA-wrapper {
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    padding: 7px 0 !important;
    margin: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translate3d(0, 100%, 0);
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--border-color2);
    -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}

    .AvinaSA-wrapper.AvinaSA-active {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .AvinaSA-wrapper .AvinaSA-container {
        width: 100%;
        max-width: var(--avina-con-max-width);
    }

        .AvinaSA-wrapper .AvinaSA-container > div {
            width: 100%;
            display: flex;
            align-items: center;
        }

        .AvinaSA-wrapper .AvinaSA-container .AvinaSA-product {
            justify-content: space-between;
        }

    .AvinaSA-wrapper .AvinaSA-product-info {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

        .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-image {
            width: 48px;
            flex: 0 0 48px;
            max-height: 50px;
            overflow: hidden;
        }

            .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-image img {
                width: 100%;
                height: auto;
            }

        .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-data {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-data > div {
                margin: 0 5px;
            }

        .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-name {
            flex-grow: 1;
        }

    .AvinaSA-wrapper .AvinaSA-add-to-cart {
        display: flex;
        align-items: center;
    }

        .AvinaSA-wrapper .AvinaSA-add-to-cart > div {
            margin-right: 6px;
        }

.AvinaSA-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.AvinaSA-product-btn a {
    width: 22px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
}

.AvinaSA-atc .AvinaSA-btn {
    padding: 0 10px !important;
    border-radius: 10px !important;
    min-height: 35px !important;
    white-space: nowrap;
    font-size: 13px !important;
}

.woocommerce-pagination {
    margin-top: 15px;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    margin: 0;
    padding: 15px !important;
    background-color: var(--widget-bg1);
    display: flex;
}

nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 5px;
}

    nav.woocommerce-pagination ul li a:focus,
    nav.woocommerce-pagination ul li a:hover,
    nav.woocommerce-pagination ul li span.current {
        background: var(--main-color);
        color: var(--white-color);
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


/*---------------------------------------Start Archive Product----------------------------------*/

.product_header {
    display: flex;
    display: -ms-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;
}

.product_header_right {
    display: flex;
    display: -ms-flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom_select {
    position: relative;
}

    .custom_select:before {
        position: absolute;
        content: "\f078";
        font-family: "Font Awesome 6 Pro", serif;
        left: 10px;
        top: 8px;
        pointer-events: none;
    }

.woocommerce-ordering select {
    font-size: 1em;
    font-weight: 300;
    border-radius: 5px;
    border: 0;
    background-color: transparent;
    padding: 8px 0;
    color: var(--black-color);
}

.woocommerce-ordering {
    background-color: var(--white-color);
    padding: 0 10px;
    border-radius: 10px;
}

    .custom_select select:focus,
    .woocommerce-ordering select:focus {
        box-shadow: none;
    }

    .custom_select select option,
    .woocommerce-ordering select option {
        font-size: 1em;
        font-weight: 400;
    }

.product_header_left {
    display: flex;
    display: -ms-flex;
    -ms-flex-align: center;
    align-items: center;
}

.product_view {
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    margin-right: 10px;
}

.sorting_icon {
    padding: 2px 15px 2px 15px;
    font-size: 1.2em;
    border-radius: 5px;
    border: 1px solid var(--border-color2);
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    height: 40px;
    display: inline-flex;
    align-items: center;
}

.row.shop_sort, .row.seller-items {
    --bs-gutter-x: 12px;
}

.sorting_icon.active {
    background-color: var(--main-color);
    color: var(--white-color);
}

.shop_sort.list [class*="col-"] {
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

.shop_sort.list .product-box-1 {
    width: 100%;
}

.shop_sort.list .product-box {
    max-width: 100% !important;
}

.shop_sort.list .product-box-image {
    float: right;
    max-width: 350px;
    width: 30%;
    height: 100%;
}

.shop_sort.list .product-box-6 .product-box-image {
    height: auto;
}

.shop_sort.list .product-box-info {
    text-align: right;
    padding: 20px;
    overflow: hidden;
    width: 70%;
}

.shop_sort.list .product-box-1 h3 {
    margin-top: 15px;
}

.shop_sort.list .product-box-1 .product-box-price {
    float: right;
}

.shop_sort.list .product-box-1 .product-rating {
    float: left;
}

.shop_sort.list .p-meta {
    display: flex;
    justify-content: space-between;
}

.shop_sort.list .product_des {
    margin: 0 0 9px 0;
    max-height: 155px;
    overflow: hidden;
    text-align: right;
}

    .shop_sort.list .product_des ul {
        text-align: right;
    }

.shop_sort.list .product-rating {
    margin-bottom: 10px;
    justify-content: flex-end;
    padding: 0 10px;
}

.shop_sort.list .product-box-1 .product_des {
    max-height: 115px;
}

.shop_sort.list .product-box-4 .add-to-cart, .shop_sort.list .product-box-4 .view_more_product {
    width: 30%;
    margin: 0 !important;
    padding: 9px 0;
    position: absolute;
    bottom: 10px;
}

.shop_sort.list .product-box-4.product-box-5 .add-to-cart, .shop_sort.list .product-box-4.product-box-5 .view_more_product {
    width: 30%;
    margin-bottom: 0;
    padding: 9px 0;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.shop_sort.list .product-box-4 .product-box-image .countdown_time {
    bottom: 30px;
}

.shop_sort.list .product-box-4.product-box-5:hover .add-to-cart, .shop_sort.list .product-box-4.product-box-5:hover .view_more_product {
    bottom: 0;
    z-index: 80;
}

.shop_sort.list .pro_color_pick {
    display: flex;
}

    .shop_sort.list .pro_color_pick .d_label {
        width: auto;
        height: auto;
        margin-top: 7px;
        display: inline-block;
    }

.shop_sort.list .product-box-1 .add-to-cart, .shop_sort.list .product-box-1 .view_more_product {
    position: absolute;
    visibility: visible;
    opacity: 1;
    padding: 6px;
    border-radius: 5px;
    margin: 0;
    font-size: 13px;
    width: 30%;
    bottom: 10px;
    right: 33%;
}

.shop_sort.grid .product_des,
.shop_sort.grid .pro_color_pick {
    display: none;
}

.shop_sort.list .p-meta .product-box-price,
.shop_sort.list .p-meta .product-rating,
.shop_sort.list .p-meta .product_sale {
    flex: 1;
}


.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    line-height: 2.4;
    text-align: right;
    font-size: 1em;
    display: flex;
    flex-direction: column-reverse;
    font-weight: 500;
}

    .widget_price_filter .price_slider_amount .button {
        float: right;
        font-size: 16px;
        padding: 0 10px;
    }

.widget_price_filter .ui-slider {
    position: relative;
    text-align: right;
    margin-right: .5em;
    margin-left: .5em
}

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background-color: var(--main-color);
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em
    }

    .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: var(--main-color);
    }


.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    border: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        right: -1px
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        left: -1px
    }


.widget_price_filter .price_slider_amount .btn {
    width: 100%;
}


.rtl .price_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .rtl .price_label,
    .rtl .price_label span {
        direction: rtl;
        unicode-bidi: normal;
        text-align: center;
    }


.products ul.product-categories li a:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f053";
    margin-left: 5px;
    font-size: 0.8em;
    color: var(--border-color1);
}

li.cat-item span.count,
li.woocommerce-widget-layered-nav-list__item span.count {
    font-size: 12px;
}

ul.product-categories ul.children {
    padding: 8px;
}


.avina_filter_color {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(7, 1fr);
}

    .avina_filter_color li {
        display: inline-flex;
        width: 27px;
        height: 27px;
        border-radius: 5px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        transition: 0.2s;
    }

    .avina_filter_color.rounded li {
        border-radius: 50% !important;
    }

    .avina_filter_color li.active, .avina_filter_color li:hover {
        border-color: var(--main-color);
    }

    .avina_filter_color li a, .avina_filter_brand li a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

        .avina_filter_color li a i {
            color: #d7d7d7;
            font-weight: 600;
            font-size: 16px;
        }

.avina_filter_brand {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
}

    .avina_filter_brand li {
        display: inline-flex;
        border-radius: 3px;
        border: 2px solid rgba(150, 149, 149, 0.5);
        transition: 0.2s;
        font-size: 13px;
        color: var(--black-color);
        background-color: var(--white-color);
    }

        .avina_filter_brand li.active, .avina_filter_brand li:hover {
            border-color: var(--main-color);
        }

        .avina_filter_brand li a img {
            width: 100%;
            max-height: 60px;
        }

/*---------------------------------------END Archive Product----------------------------------*/


/*--------------------------------------CART---------------------------------*/
.cart_step {
    display: flex;
    justify-content: center;
    margin: 35px 5px;
}

    .cart_step .steps {
        position: relative;
        height: 50px;
        width: 25%;
        display: flex;
        justify-content: center;
        margin: 0 -1px
    }

    .cart_step .step_inner {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100%;
        display: block;
        background-color: #bebdbd;
        text-align: center;
        font-size: 1.2em;
        color: white;
        font-weight: 700;
        z-index: 7;
    }

    .cart_step .steps.active .step_inner,
    .cart_step .steps.active:before,
    .cart_step .steps.active:after {
        background-color: var(--main-color);
        color: white;
    }

    .cart_step .steps:before,
    .cart_step .steps:after {
        position: absolute;
        content: "";
        height: 10px;
        width: 46%;
        background-color: #bebdbd;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .cart_step .steps:after {
        right: auto;
        left: 0;
    }

    .cart_step .steps:before {
        left: auto;
        right: 0;
    }

    .cart_step .steps:first-child:before,
    .cart_step .steps:last-child:after {
        content: none;
        position: unset;
    }

.cart_table {
    margin: 0;
}

    .cart_table th,
    .cart_table td {
        vertical-align: middle;
        text-align: right;
        font-weight: 500;
        font-size: 1em;
    }

        .cart_table td.product_thumbnail img {
            max-width: 100px;
        }

        .cart_table td.product_quantity .minus,
        .cart_table td.product_quantity .plus {
            background-color: var(--widget-bg1);
            height: 30px;
            width: 30px;
            border: unset;
            border-radius: 100%;
            vert-align: middle;
            font-size: 1em;
            line-height: 30px;
        }

            .cart_table td.product_quantity .minus:hover,
            .cart_table td.product_quantity .plus:hover {
                background-color: var(--main-color);
                color: var(--white-color);
            }

        .cart_table td.product_quantity .qty {
            border-radius: 5px;
            border: 1px solid var(--border-color2);
            text-align: center;
            height: 30px;
        }

        .cart_table td.product_remove a i {
            font-size: 1.3em;
            transition: all 300ms;
        }

        .cart_table td.product_remove,
        .cart_table th.product_remove {
            text-align: center;
        }

    .cart_table .table > :not(caption) > * > * {
        border-bottom-width: 0px;
    }

.cart_footer {
    margin: 20px 0;
}

    .cart_footer .form-control,
    .cart_footer .btn-lg {
        font-size: 1em;
    }

.divider-cart {
    position: relative;
    display: flex;
    justify-content: center;
}

    .divider-cart:before {
        position: absolute;
        content: "";
        border-top: 2px solid var(--border-color2);
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        right: 0;
        z-index: 0;
    }

.basket_icon {
    background-color: var(--white-color);
    display: block;
    height: 55px;
    z-index: 5;
    width: 100px;
    text-align: center;
}

    .basket_icon i {
        font-size: 2.2em;
        color: var(--border-color2);
        line-height: 50px;
    }

.total_cart {
    padding: 15px;
    border: 1px solid var(--border-color1);
    border-radius: 5px;
}

    .total_cart h5 {
        font-size: 1.4em;
        padding: 30px 0;
    }

    .total_cart td,
    .total_cart th {
        padding: 20px 10px;
    }

    .total_cart button {
        padding: 10px 40px;
        font-size: 1.1em;
    }


.cart-collaterals::after, .cart-collaterals::before {
    content: unset;
}

.cross-sells, .cart_totals {
    width: 50% !important;
}

.cart-collaterals {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}

.cross-sells .item {
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    align-items: center;
    border: 1px solid var(--border-color2);
    padding: 5px;
    border-radius: 10px;
    margin: 10px 0;
}

    .cross-sells .item .image {
        min-width: 100px;
        max-width: 100px;
    }

    .cross-sells .item .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }

        .cross-sells .item .info h4 {
            font-size: 15px
        }

    .cross-sells .item .add-to-cart {
        color: var(--main-color);
    }

        .cross-sells .item .add-to-cart:hover {
            color: var(--second-color);
        }

    .cross-sells .item .av_price {
        display: flex;
        gap: 10px;
        align-items: center;
    }

.shop_table button.button[type=submit] {
    float: left !important;
}

/*--------------------------------------END CART---------------------------------*/
/*------------------------------------ START Checkout  ---------------------------------*/


.checkout_title {
    font-size: 1.2em;
    margin: 30px 0;
}


.order_complate i {
    font-size: 5em;
    color: var(--main-color);
}

.woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    text-align: right;
    width: 100%;
    border: 1px solid var(--border-color2);
    padding: 10px;
    border-radius: 10px;
}

table.shop_table {
    border: 1px solid var(--border-color2);
    padding: 10px;
    border-radius: 10px;
}

    table.shop_table.woocommerce-checkout-review-order-table {
        background-color: var(--widget-bg2);
        padding: 0;
    }

#order_review_heading, .woocommerce-billing-fields h3 {
    padding-bottom: 15px;
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    padding: 25px 0;
}

.table > :not(caption) > * > * {
    border-bottom-width: 2px;
    border-color: var(--widget-bg2);
}

.woocommerce-checkout-review-order .form-check-input {
    vertical-align: middle;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-bottom: 30px;
}

ul.order_details li {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

ul.order_details {
    display: flex;
    justify-content: center;
}


.cart_totals h2 {
    font-weight: 600;
}

.cart-collaterals .cart_totals {
    padding: 15px;
    border: 1px solid var(--border-color2);
    border-radius: 5px;
}

.cart_totals table.shop_table {
    border: none;
    margin: 12px 0 0;
}

td.product-name dl.variation dd p {
    padding: 0;
}

/*------------------------------------ END Checkout  ---------------------------------*/


#content table.cart td.actions .input-text,
table.cart td.actions .input-text {
    width: 120px;
    background-color: #f4f4f4;
}

.woocommerce-cart table.cart input {
    background-color: transparent;
    padding: 0;
    border: 0;
}

#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 {
    width: 100%;
    min-height: 45px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
    max-height: 60px;
    box-shadow: none;
    border-radius: 10px;
}


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5em
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: left
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style: none outside !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    display: flex;
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-info, .woocommerce-message, .woocommerce-error, .wc-block-components-notice-banner {
    position: relative;
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    margin: 16px 0;
    padding: 15px 40px 15px 10px !important
}

.woocommerce-account .woocommerce-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-left: 16px;
    white-space: normal
}

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
        padding-left: 0
    }

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
        font-weight: 600;
        margin: 0 0 8px
    }

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
        margin: 0 24px 0 0;
        padding: 0
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
            clear: both;
            content: "";
            display: block
        }

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
        -moz-appearance: none;
        appearance: none;
        background: transparent !important;
        border: 0;
        color: #2f2f2f !important;
        float: left;
        margin: 0;
        opacity: .6;
        padding: 0 !important;
        min-height: unset !important;
        text-decoration-line: underline;
        text-underline-position: under
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
            opacity: 1
        }

.wc-block-components-notice-banner > svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner > .wc-block-components-button {
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px auto 0 0 !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

    .wc-block-components-notice-banner > .wc-block-components-button > svg {
        margin: 0 !important
    }

    .wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
        opacity: 1
    }

.woocommerce-error::before {
    content: "\e016";
    color: #cc1818
}

.wc-block-components-notice-banner.is-error, .woocommerce-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

    .wc-block-components-notice-banner.is-error > svg {
        background-color: #cc1818;
        transform: rotate(-180deg)
    }

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

    .wc-block-components-notice-banner.is-warning > svg {
        background-color: #f0b849;
        transform: rotate(-180deg)
    }

.woocommerce-message::before {
    content: "\e015";
    color: #4ab866
}

.wc-block-components-notice-banner.is-success, .woocommerce-message {
    background-color: #f4fff7;
    border-color: #4ab866
}

    .wc-block-components-notice-banner.is-success > svg {
        background-color: #4ab866
    }

.woocommerce-info::before {
    color: #007cba
}

.wc-block-components-notice-banner.is-info, .woocommerce-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

    .wc-block-components-notice-banner.is-info > svg {
        background-color: #007cba
    }

.woocommerce-notices-wrapper {
    padding: 0;
    width: 100%;
}


.login-scrollspy {
    width: 100%;
}

.archive_products {
    max-width: var(--avina-con-max-width);
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-product .main-content {
    padding: 25px 0;
}

.archive_product_subcats {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    gap: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .archive_product_subcats li {
        padding: 15px;
        width: auto !important;
        max-width: 185px;
    }

        .archive_product_subcats li a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

            .archive_product_subcats li a h2 {
                font-size: 15px;
                font-weight: 500;
            }

            .archive_product_subcats li a img {
                border-radius: 15px;
            }

.shop_sort.list .product-box-4 .variations_form.AvinaVS_archive {
    bottom: 0;
    transition-delay: 0.5s;
}

.shop_sort.list .product-box-4.product-box-5 .variations_form.AvinaVS_archive {
    bottom: 39px;
    transition-delay: 0.4s;
}

.woocommerce-error a {
    color: var(--second-color);
}

.term-description {
    background-color: var(--white-color);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.03);
    padding: 40px 20px 30px;
    border-radius: 20px;
}

nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
}


.woocommerce-widget-layered-nav-list__item, .woocommerce-widget-layered-nav-list__item a, .widget_layered_nav_filters ul li a, .widget_avina_in_stock_widget a {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.woocommerce-widget-layered-nav-list__item {
    gap: 3px;
}

    .woocommerce-widget-layered-nav-list__item a:before, .widget_avina_in_stock_widget a:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f0c8";
        font-size: 17px;
        margin-left: 0 !important;
        opacity: 0.5;
    }


.widget_rating_filter ul li.chosen a::before, .widget_layered_nav_filters ul li a::before, .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: "Font Awesome 6 Pro";
    speak: never;
    content: "\f14a";
    font-weight: 400;
    font-size: 17px;
    margin-left: 0 !important;
    color: var(--main-color);
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.sidebar li.cat-item a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

    .sidebar li.cat-item a:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f053";
        font-size: 10px;
        padding: 0;
        opacity: 0.5;
    }


/*------------------------------------ START DASHBOARD   ---------------------------------*/

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    padding-top: 6px;
    justify-content: space-between;
    gap: 5px;
}

.woocommerce-form-login .lost_password {
    padding-top: 10px;
}

.avina-MyAccount-navigation {
    background-color: var(--white-color);
    border-radius: 15px;
    width: 25%;
    padding: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #bbbbbb63;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background-color: var(--white-color);
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    float: unset;
    width: 74%;
}

.avina-user-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 5px solid #98969629;
    padding: 10px;
    border-radius: 20px;
}

.avina_user_days {
    background-color: #c2c1c030;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.avina-user-data img {
    border-radius: 100%;
    border: 2px solid var(--main-color);
}

.avina-user-data .avina_user_name {
    font-weight: 700;
    font-size: 1.3em;
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100%;
}


.logged-in.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


li.woocommerce-MyAccount-navigation-link a:hover:after,
li.woocommerce-MyAccount-navigation-link.is-active a:after {
    content: unset;
}

li.woocommerce-MyAccount-navigation-link a {
    padding: 10px 15px;
    width: 100%;
    transition: 0.2s;
    margin: 3px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color1);
}

    li.woocommerce-MyAccount-navigation-link a:hover {
        background-color: var(--main-color);
        color: var(--white-color);
    }

.avina_dashboard_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .avina_dashboard_items .item {
        border-radius: 15px;
        color: white;
        padding: 10px;
        position: relative;
        opacity: 0.9;
        transition: 0.4s;
        flex-basis: 24%;
    }

        .avina_dashboard_items .item:hover {
            opacity: 1;
        }

        .avina_dashboard_items .item i {
            color: white;
            font-size: 40px;
            opacity: 0.3;
            position: absolute;
            left: 13px;
            top: 13px;
            transition: 0.4s;
        }

        .avina_dashboard_items .item:hover i {
            transform: rotate(10deg);
        }

        .avina_dashboard_items .item .stat {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            font-size: 11px;
            padding: 5px 0;
        }

        .avina_dashboard_items .item .title {
            display: inline-block;
            font-size: 13px;
            padding: 10px 0;
        }

        .avina_dashboard_items .item .value {
            font-size: 22px;
            padding: 17px 0;
            margin-bottom: 5px;
        }

    .avina_dashboard_items .blue {
        background-color: #2298f1;
    }

    .avina_dashboard_items .green {
        background-color: #66b92e;
    }

    .avina_dashboard_items .orange {
        background-color: #da932c;
    }

    .avina_dashboard_items .red {
        background-color: #d65b4a;
    }

.avina_dashboard_orders {
    background-color: var(--main-color);
    border: 0;
    overflow-x: auto;
    width: 100%;
    border-radius: 15px;
}

    .avina_dashboard_orders .inner {
        border-radius: 4px;
    }

    .avina_dashboard_orders .header {
        color: white;
        padding: 22px;
    }

        .avina_dashboard_orders .header .count,
        .avina_dashboard_orders .header .title {
            display: inline-block;
        }

        .avina_dashboard_orders .header .title {
            font-size: 20px;
        }

            .avina_dashboard_orders .header .title + .count {
                margin-left: 5px;
            }

    .avina_dashboard_orders .table {
        width: 100%;
    }

        .avina_dashboard_orders .table td,
        .avina_dashboard_orders .table th {
            color: white;
            padding: 10px 22px;
            vertical-align: middle;
        }

            .avina_dashboard_orders .table td p {
                font-size: 12px;
            }

                .avina_dashboard_orders .table td p:last-of-type {
                    color: #738297;
                    font-size: 11px;
                }

        .avina_dashboard_orders .table th {
            background-color: rgba(0, 0, 0, 0.08);
        }

        .avina_dashboard_orders .table a {
            color: white;
        }

        .avina_dashboard_orders .table tr:hover {
            background-color: rgba(0, 0, 0, 0.11);
        }

        .avina_dashboard_orders .table tr:not(:last-of-type) {
            border-bottom: 1px solid rgba(227, 227, 227, 0.54);
        }

        .avina_dashboard_orders .table > :not(:first-child) {
            border-top: 0;
        }

    .avina_dashboard_orders td.order-actions {
        display: flex;
        justify-content: flex-end;
    }

        .avina_dashboard_orders td.order-actions a, table.my_account_orders .button {
            margin: 0 5px;
            background-color: var(--second-color);
            white-space: nowrap;
            opacity: 0.9;
            padding: 10px 13px;
        }

            .avina_dashboard_orders td.order-actions a:hover {
                opacity: 1;
            }

.dashboard-compare-list {
    width: 100%;
    max-width: 100%;
}

    .dashboard-compare-list a img {
        max-width: 200px;
        max-height: 200px;
        padding: 5px;
    }

    .dashboard-compare-list td.td-label {
        min-width: 100px;
    }

    .dashboard-compare-list .woocommerce-product-attributes-item__value {
        width: auto !important;
        margin-right: 5px;
    }

    .dashboard-compare-list .woocommerce-product-attributes-item__label {
        width: auto !important;
    }

.avina_recent_product {
    background-color: var(--second-color);
    padding: 20px;
    border-radius: 20px;
}

    .avina_recent_product .product_list_section {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }

    .avina_recent_product .heading_title h3 {
        color: white;
        padding: 0 0 23px 0;
    }

    .avina_recent_product .item {
        flex-basis: 49% !important;
    }

    .avina_recent_product .title h4 {
        max-height: 60px;
    }


.order-status .completed, .order-status .refunded, .order-status .processing, .order-status .on-hold, .order-status .cancelled {
    padding: 4px 6px;
    border-radius: 7px;
    color: white;
}

.order-status .completed {
    background-color: #07982f;
}

.order-status .refunded {
    background-color: #979797;
}

.order-status .processing {
    background-color: #e85f5f;
}

.order-status .on-hold {
    background-color: #da8019;
}

.order-status .cancelled {
    background-color: #8d8d8d;
}

.woocommerce-account .addresses .title .edit {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    padding: 5px 10px;
    border-radius: 5px;
}

    .woocommerce-account .addresses .title .edit:hover {
        background-color: var(--second-color);
        border-color: var(--second-color);
        color: #fff;
    }

.woocommerce-Address {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid var(--border-color2);
    border-radius: 5px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    margin-top: auto !important;
    border-top: 1px solid !important;
}

input.select2-search__field {
    background-color: #ececec !important;
    color: #232323 !important;
}

.must-log-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px 0;
    margin: 15px 0;
    border: 5px solid #0000000d;
    border-radius: 10px;
    background-color: var(--white-color);
}

    .must-log-in i {
        font-size: 150px;
        opacity: 0.15;
    }

form.woocommerce-form .digits_login_via_otp {
    max-width: 200px;
    display: flex;
    justify-content: center;
}

form.woocommerce-form .digor {
    display: flex;
    padding-top: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    max-width: 200px;
    max-height: 100px;
}

.avi_auth_form {
    max-width: 400px;
}

.woocommerce > .logo {
    max-width: 250px;
    display: inline-flex;
    margin-top: 30px;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce > .avi_login_form {
    width: 400px;
    box-shadow: 0 5px 10px 10px #0000000f;
    padding: 20px;
    margin: 40px auto;
    border-radius: 10px;
}

    .woocommerce > .avi_login_form .avi_auth_form form {
        gap: 5px;
    }

.woocommerce-checkout .avi_login_form {
    display: none;
    height: 0;
    transition: height 1s ease-in-out;
}

    .woocommerce-checkout .avi_login_form.show {
        display: flex;
        height: auto;
    }

.woocommerce-column--billing-address, .woocommerce-column--shipping-address {
    width: 100%;
}


@media (min-width: 992px) {
    .product-gallery-nav .swiper-slide {
        min-width: 85px;
        min-height: 85px;
    }

    .product-gallery-carousel .swiper-slide {
        min-width: 400px;
        min-height: 400px;
        align-items: center;
        display: flex;
    }

    .product_content_tab .nav-link {
        border-bottom-color: transparent !important;
    }
}

@media (max-width: 991.98px) {
    .single_product_title {
        margin: 15px 0 !important;
        flex-wrap: wrap;
    }

    .AvinaSA-wrapper .AvinaSA-product-info .AvinaSA-product-data > div {
        max-width: 270px;
    }

    .avina_dashboard_items {
        flex-wrap: wrap;
    }

        .avina_dashboard_items .item {
            flex-basis: 49%;
        }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-right: 15px;
    }

    .avina_recent_product .item {
        flex-basis: 48% !important;
    }

    .avina_detail_product {
        order: 2;
    }

    .avina_image_product {
        order: 1;
    }

    .product_content_tab .nav-link {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 8px;
        padding: 10px 25px;
        border-bottom-color: var(--border-color2);
    }

        .product_content_tab .nav-link.active {
            border: 1px solid var(--main-color);
        }

    .woocommerce-message .button {
        padding: 8px !important;
        font-weight: 500;
    }

    #zoomModal .modal-dialog {
        max-width: 95%;
    }
}

@media (max-width: 767.98px) {

    .u-columns.col2-set {
        flex-direction: column;
    }

    .u-column2.col-2, .u-column1.col-1 {
        width: 100%;
    }

    table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right;
    }

    .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
        display: flex;
        width: 100%;
    }

    table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.product-remove::before {
        display: none
    }

    table.shop_table_responsive tr {
        display: block;
    }

    table.shop_table_responsive thead, #content table.cart .product-thumbnail, table.cart .product-thumbnail {
        display: none;
    }

    table.shop_table_responsive tr td {
        display: block;
        text-align: left;
    }

        table.shop_table_responsive tr td.product-remove {
            text-align: right !important;
        }

    table.cart .coupon {
        display: flex;
        padding-bottom: 0.5em;
    }

    #content table.cart td.actions .coupon .button, #content table.cart td.actions .coupon .input-text, #content table.cart td.actions .coupon input, table.cart td.actions .coupon .button, table.cart td.actions .coupon .input-text, table.cart td.actions .coupon input {
        width: 49.8%;
        box-sizing: border-box;
        white-space: nowrap;
    }

    #content table.cart td.actions .button, table.cart td.actions .button {
        display: block;
        width: 100%;
        white-space: nowrap;
        font-size: 13px;
    }

    .woocommerce-form-coupon button.button {
        white-space: nowrap;
        font-size: 13px;
        width: 100%;
    }

    .avina-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .logged-in.woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .AvinaSA-product-btn a {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        display: inline-flex;
        margin-right: 5px;
    }

    .AvinaSA-price-ori {
        font-size: 12px;
    }

    .AvinaSA-wrapper .AvinaSA-container .AvinaSA-product {
        flex-direction: row !important;
    }

    .AvinaSA-product-btn,
    .AvinaSA-product-price {
        display: none !important;
    }

    .AvinaSA-wrapper .AvinaSA-container .AvinaSA-product-action {
        margin-top: 10px;
    }

    .avina-right-gallery {
        display: none;
    }

    .avina-left-gallery {
        width: 100%;
    }

    .zoom-product-gallery-carousel .swiper-slide img {
        max-height: 100%;
        max-width: 100%;
    }

    ul.order_details {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

        ul.order_details li {
            margin-left: 10px;
            margin-bottom: 25px;
            border-left: 0;
        }

    .product_content_tab .tab-content {
        border-radius: 20px;
    }

    .tab-content .woocommerce-product-attributes-item__label, .tab-content .woocommerce-product-attributes-item__value {
        padding: 10px 7px !important;
    }

    .tab-content .woocommerce-product-attributes-item__label {
        width: 30% !important;
    }

    .tab-content .woocommerce-product-attributes-item__value {
        width: 70% !important;
    }

    .avina-recommend-product-reveiw {
        flex-direction: column;
    }

    .display_avina_ratings {
        margin-bottom: 20px;
    }

    .avina_ratings .title {
        width: auto;
    }

    .avina_ratings .avina_rate {
        width: 100%;
    }

    .avina_ratings {
        flex-direction: column;
        align-items: flex-start;
    }

    .avina-input-comment-form input {
        margin-bottom: 10px;
    }

    .display_avina_ratings_product {
        gap: 10px;
        margin-top: 20px;
    }

    .cart_step {
        margin: 20px 0;
    }

        .cart_step .steps {
            width: 32%;
        }

    .cross-sells, .cart_totals {
        width: 100% !important;
    }

    .cart-collaterals {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .woocommerce > .avi_login_form {
        width: 99%;
        padding: 15px;
        margin: 20px auto;
    }

    #reviews #comments ol.commentlist li .comment-text {
        margin: 0 65px 0 0;
    }

    .avina_dashboard_items .item, .avina_recent_product .item {
        flex-basis: 99% !important;
    }

    .single-product .AvinaFC-count {
        bottom: 130px;
    }

        .single-product .AvinaFC-count:hover {
            bottom: 127px;
        }

    .pro_single_rating {
        padding: 0;
    }

    .col-6 .product-box-info h3, .mobile-two-col .product-box-info h3 {
        line-height: 22px;
        height: 44px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
        padding: 13px !important;
    }


    .product-gallery-carousel .avina_next_Arrow {
        border-bottom-right-radius: 0;
    }

    .product-gallery-carousel .avina_prev_Arrow {
        border-bottom-left-radius: 0;
    }

    .product-gallery-carousel .avina_prev_Arrow, .product-gallery-carousel .avina_next_Arrow {
        padding: 3px 7px !important;
        top: unset;
        bottom: 0;
        transform: translateY(0);
    }

    .product_header_left, .pro_meta_title > a {
        display: none;
    }

    .pro_meta_title {
        gap: 0;
    }

    .avina-comment-advantages {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .avina-input-comment-form, .product_header_right .custom_select {
        width: 100%;
    }

    #reviews #comments ol.commentlist li .comment-text p.meta {
        align-items: flex-start;
        gap: 2px;
        flex-direction: column;
    }

    .basket_icon {
        width: 60px;
    }

    .AvinaSA-atc .AvinaSA-btn {
        padding: 0 6px !important;
    }
}
