        /* 
        Theme Name:      onoxa-child-2-32
        Theme URI:       #
        Description:     onoxa-child is a child theme of onoxa, created by CC
        Author:          cc
        Author URI:      #
        Template:        onoxa
        Version:         5.0.0
        Text Domain:     onoxa-child
        */


        /*
            Add your custom styles here
        */

        body,
        html {
            height: auto;
        }

        body .site {
            overflow-y: visible !important;
            overflow-x: visible !important;
        }

        @media only screen and (max-width:991px) {
            body .site {
                display: block !important;
            }
        }

        .woocommerce nav ul li.elementor-icon-list-item a {
            padding: 0;
        }

        .woocommerce nav ul li.elementor-icon-list-item a:hover {
            color: var(--e-global-color-secondary);
        }

        .pHeading {
            color: #767676;
            font-size: 18px;
            margin: 30px 0px;
        }

        .wc-proceed-to-checkout,
        .woocommerce-checkout .aligncenter {
            text-align-last: center;
        }

        .aligncenter {
            text-align: -webkit-center;
            text-align-last: start;
        }

        form.checkout.woocommerce-checkout {
            text-align-last: start;
        }

        .pHeading a {
            background: #eb6244;
            color: #fff;
            font-size: 14px;
            display: inline-block;
            padding: 10px 13px;
            border-radius: 3px;
            font-weight: 600;
            text-decoration: none !important;
        }

        .allProduct label {
            display: block;
            font-weight: 600;
            color: #767676;
            font-size: 13px;
        }

        .allProduct button {
            background: #fff;
            color: #767676;
            border: 1px solid #767676;
            border-radius: 3px;
            letter-spacing: 0;
            font-size: 12px;
            padding: 7px 7px 7px 7px;
        }

        .allProduct .product_filter {
            border: solid 1px #767676;
            padding: 6px;
            font-size: .875rem;
            border-radius: 5px;
        }

        .allProduct button svg {
            margin-left: 5px;
        }

        a.Download.Product.Catalog {
            color: #000;
            font-size: 15px;
            display: inline-block;
            margin-top: 35px;
            text-decoration: none !important;
        }

        .productItem {
            margin: 15px 0px;
            background: #fff;
            border-radius: 5px;
            border: 2px solid #e9e9e9;
            height: auto;
        }

        .imgWrap {
            background: #ccc;
            padding: 30px 0px;
        }

        .productItem img {
            margin: 0 auto;
            display: block;
        }

        .imgWrap {
            background: #fcfbf9;
            padding: 0px 0px;
        }

        .productVenu {
            padding: 15px;
        }

        .productVenu a p {
            color: #000;
        }

        .productVenu h4 {
            font-size: 17px;
        }

        .productVenu p {
            margin: 0;
            font-size: 15px;
        }

        .productVenu ul {
            margin: 0px 0 10px;
            padding-left: 0px;
            font-size: 13px;
            color: #3c3c3c;
            font-weight: 400;
        }

        .productVenu ul li {
            /*list-style-type: circle !important;*/
            position: relative;
            padding-left: 14px;
        }

        .productVenu ul li:before {
            content: "◇";
            left: 0;
            position: absolute;
            top: 0px;
        }

        .productVenu h5 {
            color: #000;
            margin-bottom: 0;
            font-size: 15px;
            letter-spacing: 0;
        }

        section.productDetailsWrap .row {
            background: #fff;
            padding: 20px;
            margin-top: 50px;
            margin-bottom: 50px;
            border-radius: 8px;
        }

        .productStyle ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

        .productStyle ul li {
            width: 19%;
            margin: 2px;
            border-radius: 5px;
            overflow: hidden;
            border: 2px solid #f6f6f6;
        }

        .productStyle ul li:hover,
        .productStyle ul li.active {
            border: 2px solid #eb6244;
        }

        .productDetailsRight h2 {
            font-size: 34px;
            font-weight: 300;
            color: #000;
        }

        .productDetailsRight p {
            font-style: italic;
            font-weight: normal;
            font-size: 15px;
            margin-top: 14px;
            color: #000;
        }

        .product-benefits .product-benefit {
            text-align: center;
            font-weight: normal;
            font-size: 13px;
            color: #000;
        }

        .product-benefits {
            display: flex;
            justify-content: center;
            padding: 1em 0;
        }

        .product-benefits .product-benefit img {
            width: 50%;
            display: block;
            margin: 15px auto 10px;
        }

        .product-labels {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .product-label img {
            /*width: 50px;*/
        }

        .keyBenefits h4,
        .productStyle h4,
        .productVenu h4 {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0;
        }

        .productVenu {
            padding: 10px;
        }

        .productVenu h4 {
            padding-right: 0;
            /*min-height: 42px;*/
        }

        .productItem .productVenu h4 {
            font-size: 1rem;
            min-height: 34px;
            padding-right: 12px;
        }

        .productVenu p {
            letter-spacing: 0;
            font-size: 12px;
            font-weight: normal;
        }

        .productItem .productVenu {
            padding: 10px 14px;
        }

        .keyBenefits ul {
            padding: 0px;
            margin: 0;
        }

        .keyBenefits ul li {
            font-weight: normal;
            font-size: 14px;
            color: #000;
            line-height: 24px;
            position: relative;
            padding-left: 15px;
        }

        .keyBenefits p {
            margin-top: 0;
            font-size: 13px;
            color: #000;
            line-height: 22px;
            font-weight: normal;
        }

        .productAction {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

        .productAction button {
            width: 48%;
            border: none;
            margin: 5px;
            letter-spacing: 1px;
            padding: 15px 10px;
            border-radius: 5px;
            font-size: 13px;
            font-weight: normal;
        }

        /*.checkout {
            background-color: #eb6244 !important;
        }*/

        .u_p {
            margin-top: 1.5em;
            padding: 0px 0px;
        }

        .u_p td,
        .u_p th {
            border: 1px solid #8b8b8b;
            padding: 5px;
            text-align: center;
            font-size: 12px;
        }

        /* .qt_am label {
            font-size: 14px;
            color: #000;
            font-weight: 600;
            width: 100%;
        } */

        .qt_am {
            display: flex;
            flex-wrap: wrap;
            padding: 0px 0px;
            margin-top: 15px;
        }

        .quantity {
            width: 100%;
        }

        /* .quantity select.form-control {
            font-size: 14px;
        } */

        form.login {
            background: transparent !important;
        }

        form.login hr {
            border: solid 1px #333;
            height: 0;
            border-bottom: 0;
        }

        .registerWrap h3 {
            font-size: 26px;
            letter-spacing: 0;
            text-align: center;
            margin: 45px 0px;
        }

        .registerWrap input.form-control {
            border-radius: 3px;
            border: 1.5px solid #a9a9a9;
            height: 40px;
            font-size: 15px;
        }

        .registerWrap label {
            font-size: 15px;
            min-width: 110px;
        }

        .custom-control.custom-radio {
            margin-bottom: 10px;
        }

        .registerWrap h4 {
            letter-spacing: 0;
            font-size: 17px;
            margin-bottom: 15px;
        }

        .registerWrap button {
            letter-spacing: .104rem;
            background: #000;
            border: none;
            padding: 15px 35px;
            font-size: 15px;
            border-radius: 0;
            font-family: Montserrat, sans-serif;
        }

        .registerWrap button:hover {
            background: #fa8755;
        }

        hr {
            margin: 35px auto;
            height: 2px;
        }

        .custom-radio .custom-control-input:checked~.custom-control-label::after {
            background-color: #9f9f9f;
            border-radius: 8px;
        }

        .registerWrap {
            margin-bottom: 50px;
        }

        footer.site-footer a:link,
        footer.site-footer a:visited {
            color: #000000;
            letter-spacing: 0;
            /* font-size: 14px; */
        }

        footer.site-footer {
            /*background-color: #fff;*/
            background-color: #000;
            padding: 3em 0 1em;
            color: #FFF;
        }

        input.wpcf7-form-control.wpcf7-submit {
            /*display: none;*/
        }

        .footer-column.fNewsletter {
            display: flex;
            align-items: center;
            position: relative
        }

        .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
            position: absolute;
            top: -58px;
            right: 0;
            background: #ccc;
            border-radius: 4px;
        }

        footer.site-footer .site-footer-columns,
        footer.site-footer {
            max-width: 100%;
            margin: 0 auto;
        }

        .fNewsletter>p {
            color: #000;
            font-size: 15px;
            margin: 0;
        }

        .footer-column {
            width: 33%;
        }

        form.wpcf7-form p {
            margin: 0;
        }

        .fNewsletter .wpcf7-form-control-wrap input[type=email] {
            border-radius: 3px !important;
            border: 1.5px solid #a9a9a9 !important;
            height: 35px;
            font-size: 14px;
            margin: 0;
        }

        .fNewsletter>p {
            color: #000;
            font-size: 14px;
            margin: 0px 15px;
            white-space: nowrap;
        }

        #menu-footer-menu {
            width: 60%;
            margin: 0 auto;
        }

        .choose-wrap {
            padding: 50px 0;
        }

        .choose-wrap h2 {
            text-align: center;
            width: 100%;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        .design-outer {
            display: flex;
            justify-content: center;
            width: 100%;
        }

        .design-box {
            border: solid 2px #dde5e8;
            border-radius: 4px;
            background: #FFF;
            padding: 2em;
            text-align: center;
        }

        .choose-design-img {
            height: 200px;
            margin-bottom: 25px;
            padding: 2em 5em;
        }

        .design-box h3 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #000;
            line-height: 1.4;
            margin-bottom: 25px;
        }

        .design-box p {
            font-size: 1.2rem;
            line-height: 1.4;
            font-weight: 300;
        }

        .use-design-box {
            border: solid 1px #dde5e8;
            border-radius: 10px;
            background: #FFF;
            padding: 2em;
            text-align: center;
            margin-bottom: 1.5em;
        }

        .use-design-box h3 {
            font-size: 2rem;
            font-weight: 600;
            color: #000;
            line-height: 1.4;
            margin-bottom: 25px;
        }

        .use-design-box p {
            font-size: 1.3rem;
            line-height: 1.4;
            font-weight: 300;
        }

        .choose-btn {
            display: flex;
            justify-content: center;
            padding: 20px 0;
            width: 100%;
        }

        .choose-btn .back-product-btn {
            background: #FFF;
            border: solid 1px #000;
            width: 15rem;
            text-align: center;
            color: #000;
            border-radius: 4px;
            padding: 15px 0;
            margin: 0 15px;
            font-size: 1rem;
        }

        .choose-btn .cart-btn {
            background: #000;
            /*border: solid 1px #000;
            width: 15rem;*/
            text-align: center;
            color: #FFF;
            border-radius: 0px;
            padding: 15px 35px;
            margin: 0 15px;
            font-size: 15px;
            font-family: Montserrat, sans-serif;
            letter-spacing: .104rem;
            font-weight: 600;
        }

        .choose-btn .cart-btn:hover {
            background: #c0e5e7;
        }

        .request-wrap {
            /*padding: 50px 0;*/
        }

        .request-top-heading {
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.4;
            font-weight: 300;
            width: 100%;
            padding-bottom: 18px;
        }

        .request-top-heading h2 {
            text-align: center;
            width: 100%;
            line-height: 1.4;
            margin-bottom: 16px;
            font-size: 1.8rem;
            font-weight: 600;
        }

        .main-nav-bar ul li a {
            color: #000;
        }

        .main-nav-bar ul li {
            margin: 0 2px;
        }

        .request-top-heading p {
            font-size: 1rem;
            line-height: 1.4;
            font-weight: 300;
            color: #000;
            margin-bottom: 0;
        }

        .request-img-section {
            text-align: center;
        }

        .request-img-section.left {
            padding-left: 16%;
        }

        .request-img-section.right {
            padding-right: 16%;
        }

        .request-wrap h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #000;
            line-height: 1.2;
            /*margin-bottom: 25px;*/
            text-align: center;
            width: 100%;
            /*padding-top: 1em;*/
        }

        .request-wrap p {
            font-size: 1rem;
            line-height: 1.4;
            font-weight: 300;
            color: #000;
        }

        .label-bg {
            text-align: center;
            padding: 25px 0;
        }

        .label-bg p {
            font-weight: 600;
            color: #000;
            font-size: 1rem;
            margin-bottom: 12px;
        }

        .label-bg p.or-text {
            font-size: 1rem;
        }

        .request-lebel-box {
            padding: 0 2rem;
        }

        .request-lebel-box h3 span {
            color: #0caef9;
        }

        .label-option {
            text-align: left;
            padding: 0 4rem;
        }

        .label-option p {
            color: #000;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .amount h3 {
            margin: 0;
            font-size: 30px;
            letter-spacing: 0.05em;
        }

        .product-label {
            width: 11%;
        }

        /* .quantity select.form-control {
            width: 100% !important;
            display: block;
            border: 1px solid #8b8b8b;
            height: 35px;
            border-radius: 5px;
            margin-top: 5px;
            padding: 0px 5px;
            font-size: 13px;
        } */

        .woocommerce div.product .product_title {
            font-size: 30px;
            clear: none;
            margin-top: 0;
            padding: 0;
            font-weight: normal;
            letter-spacing: 0;
            font-weight: 600;
        }

        table {
            border-collapse: collapse;
        }

        table,
        td,
        th {
            border: 1px solid black;
        }

        a.ccu.store.ccu_continue_shopping_store {
            /*background: #000;*/
            display: inline-block;
            color: #000;
            padding: 0;
            font-size: 15px;
            letter-spacing: 0;
            margin-top: 25px;
            /*width: 53%;
            text-align: center;*/
            font-weight: 600;
            /*border-radius: 4px;*/
        }

        .woocommerce div.product form.cart .button {
            background-color: #000;
            color: #fff !important;
            letter-spacing: .104rem;
            width: 46%;
            border-radius: 0;
            font-size: 15px;
            float: none;
            font-family: 'Montserrat', sans-serif;
        }

        .woocommerce div.product form.cart .button:hover {
            background: #c0e5e7;
        }

        .single_variation_wrap .variations_button {
            text-align: left;
        }

        a.ccu.startcheckout.ccu_continue_shopping {
            float: right;
            background: #c0e5e7;
            display: inline-block;
            color: #fff;
            padding: 16px 14px;
            font-size: 15px;
            letter-spacing: 0;
            width: 53%;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            border-radius: 4px;
        }

        .woocommerce div.product form.cart {
            margin-bottom: 5px;
        }

        .sub-heading {
            font-style: italic;
            font-weight: 600;
            color: #000;
        }

        .summary .sub-heading {
            font-family: "Times New Roman", Times, serif;
            font-size: 1.3rem;
            font-weight: normal;
        }

        .file-upload {
            position: relative;
            display: inline-block;
        }

        .file-upload__label {
            display: block;
            padding: .5em 2.5em;
            width: 18rem;
            color: #999;
            background: #FFF;
            border: solid 1px #000;
            border-radius: 4px;
            transition: background .3s;

            &:hover {
                cursor: pointer;
                background: #000;
            }
        }

        .file-upload__input {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            font-size: 1;
            width: 0;
            height: 100%;
            opacity: 0;
        }

        .request-wrap p.orange-text {
            color: #f87647;
            font-size: .875rem;
        }

        .rqst-inner .website-link {
            padding: .5em 1.5em;
            width: 18rem;
            color: #999;
            background: #FFF;
            border: solid 1px #000;
            border-radius: 4px;
            text-align: center;
            font-size: 1rem;
            margin-top: 0;
        }

        .woocommerce select.colorpick {
            border: solid 1px #000 !important;
            width: 55px !important;
            padding: 5px !important;
            /*background: #000;*/
            border-radius: 4px;
        }

        /*.yellow {
            background-color: yellow;
            width: 100px;
        }

        .red {
            background-color: red;
            width: 100px;
        }

        .green {
            background-color: green;
            width: 100px;
        }

        .blue {
            background-color: blue;
            width: 100px;
        }*/

        .colors {
            width: 55px;
        }

        .design-outer .or-box {
            padding: 8rem 0;
            text-align: center;
            color: #000;
            font-weight: 600;
        }

        .woocommerce select.font-list {
            width: 14rem !important;
            padding: .5rem;
            font-size: 1rem;
            border-radius: 4px;
            border: solid 1px #000 !important;
            color: #000;
        }

        .design-note {
            max-width: 48rem;
            height: 150px;
            font-size: 14px;
            color: #999;
            border-radius: 4px;
            border: solid 1px #000;
            padding: .5rem;
        }

        .add-design {
            text-align: center;
            padding: 50px 0 20px;
        }

        .add-design p {
            color: #000;
            font-size: 1rem;
        }

        section.productWrap {
            padding-bottom: 20px;
            padding-top: 20px;
        }

        .woocommerce nav ul,
        .woocommerce nav ul li a {
            border: transparent !important;
        }

        .woocommerce-store-notice,
        p.demo_store {
            position: fixed;
            padding: 1em;
        }

        .woocommerce a.button.alt:hover {
            color: #fff;
            background-color: #c0e5e7;
        }

        .site-headers {
            margin-top: 30px;
        }

        .admin-bar .site-headers {
            margin-top: 64px;
        }

        .admin-bar .site-headers.sticky {
            margin-top: 30px;
        }

        .page-checkout .woocommerce-order {
            min-height: 400px;
        }


        .main-navigation ul ul.sub-menu {
            background: #f7f8f7;
            border-top: solid 5px #c7a089 !important;
            display: block;
            text-align: left;
            width: 220px;
        }

        .main-navigation ul ul.sub-menu li {
            display: block !important;
            border-bottom: solid 1px #ccc;
            margin: 0 !important;
        }

        .main-navigation ul ul.sub-menu:after {
            content: "";
            position: absolute;
            top: -10px;
            left: 10px;
            border-style: solid;
            border-width: 0 6px 6px 6px;
            border-color: transparent transparent #c7a089 transparent;
        }

        .main-navigation ul ul.sub-menu li a {
            padding: 0.5em !important;
            width: auto;
            font-size: .875rem !important;
        }

        @media(max-width: 1200px) {
            footer.site-footer .site-footer-columns {
                display: block;
            }

            .site-social-networks {
                display: flex;
                justify-content: center;
                margin-bottom: 18px;
            }

            #menu-footer-menu {
                margin: 20px auto;
            }

            .footer-column.fNewsletter {
                display: block;
                align-items: center;
            }

            .fNewsletter>p {
                color: #000;
                font-size: 14px;
                margin: 0px 15px;
                white-space: nowrap;
                margin-bottom: 15px;
            }

            .footer-column {
                width: 45%;
                margin: 0 auto;
                text-align: center;
            }

            .woocommerce div.product form.cart .button {
                width: auto;
                padding: 13px 35px;
                font-size: 14px;
            }

            a.ccu.store.ccu_continue_shopping_store {
                padding: 15px 5px;
                font-size: 14px;
                width: 60%;
            }
        }

        @media (max-width:768px) {
            .woocommerce-cart td.product-thumbnail {
                display: block !important;
            }
        }

        @media(max-width: 767px) {
            .footer-column {
                width: 100% !important;
            }

            #menu-footer-menu {
                width: 100%;
            }

            footer.site-footer .site-footer-columns .menu-footer-menu-container ul {
                justify-content: center;
            }

            ul#menu-footer-menu li {
                margin: 0px 10px;
            }

            section.productWrap {
                padding-bottom: 0px;
            }

            .pHeading a {
                margin-top: 15px;
            }

            a.ccu.startcheckout.ccu_continue_shopping {
                padding: 15px 14px;
                font-size: 14px;
                letter-spacing: 0;
                width: 100%;
            }

            .woocommerce-store-notice,
            p.demo_store {
                font-size: .775rem;
            }

            .site-headers {
                margin-top: 30px;
            }

            .admin-bar .site-headers {
                margin-top: 75px;
            }

            .admin-bar p.demo_store {
                top: 45px !important;
            }
        }

        @media(max-width: 767px) {
            #wpadminbar {
                position: fixed !important;
                top: 0px !important;
            }
        }

        @media (max-width:479px) {
            .site-headers {
                margin-top: 29px;
            }

            .sbb-get-samples {
                font-size: 1em;
                margin-left: 1em;
            }
        }

        @media (max-width:379px) {
            .sbb-get-samples {
                font-size: 0.8em;
                margin-left: 0.5em;
            }

            header.site-header .site-title {
                font-size: 1em;
            }
        }

        /* Custom-css
        ========================== */
        :root {
            --black-color: #000;
            --white-color: #fff;
            --gray-color: #c5c5c5;
            --coor-red: #e3786a;
        }

        .why-onoxa figure.elementor-image-box-img {
            width: 100% !important;
            padding-bottom: 6px;
        }

        .best-product .elementor-shortcode {
            display: flex;
            flex-wrap: nowrap;
            overflow: auto;
        }

        .best-product a.elementor-button {
            padding: 12px 60px;
        }

        .best-product .productItem {
            margin: 0;
            border: 0;
        }

        body .best-product .elementor-shortcode .pro-box {
            flex: 0 0 33.33% !important;
            max-width: 33.33% !important;
        }

        .best-product .productItem img {
            background-color: #d9cccc21;
        }

        .why-onoxa figure.elementor-image-box-img img {
            object-fit: contain;
            height: auto;
            max-width: 200px;
            min-height: 200px;
            max-height: 200px;
        }

        .why-onoxa a.elementor-button,
        .we-beauty a.elementor-button {
            border-radius: 30px;
        }

        .product-text p {
            font-size: 18px;
        }

        .product-text h2 span {
            display: block;
        }

        .product-text h2 {
            padding-bottom: 10px;
        }

        .product-line p {
            max-width: 600px;
            margin: 0 auto;
        }

        .product-line .elementor-column {
            position: relative;
        }

        .product-line .product-line-text {
            margin: 0;
            position: relative;
        }

        section.product-line .elementor-container {
            gap: 10px;
            flex-wrap: nowrap;
        }

        .product-line .product-line-text {
            width: 100%;
            background: var(--white-color);
            position: absolute;
            bottom: 10px;
            max-width: 350px;
            padding: 20px 20px 10px 20px;
        }

        .we-beauty h2 {
            color: var(--white-color);
        }

        .review-slider span.elementor-testimonial__name {
            position: absolute;
            bottom: 40px;
            color: var(--gray-color);
            font-weight: 400;
        }

        .review-slider .elementor-testimonial {
            position: relative;
            padding: 30px 10px 90px 10px;
            text-align: center;
        }

        .review-slider .elementor-star-rating {
            display: flex;
            gap: 5px;
        }

        .review-slider .elementor-testimonial__content a {
            color: var(--coor-red);
        }

        .review-slider .elementor-testimonial__header {
            flex-direction: column;
            align-items: center;
        }

        .review-slider .elementor-swiper-button {
            padding: 5px;
            border-radius: 20px;
            box-shadow: 1px 6px 7px 0px;
        }

        .review-slider .elementor-swiper-button-prev {
            left: 33px !important;
        }

        .review-slider .elementor-swiper-button-next {
            right: 33px !important;
        }

        .we-beauty .elementor-element.elementor-widget-image,
        .we-beauty .elementor-element.elementor-widget-image * {
            height: 100%;
        }

        .we-beauty .elementor-element.elementor-widget-image img {
            object-fit: cover;
        }

        .best-seller li.product.type-product.product-type-simple {
            width: 29% !important;
        }

        .top-bar .elementor-container .elementor-column:last-child .elementor-widget-wrap {
            justify-content: end;
        }

        .top-bar {
            position: fixed;
        }

        .top-bar a.elementor-icon.elementor-social-icon {
            justify-content: start;
        }

        .top-bar .elementor-container.elementor-column-gap-no {
            padding: 0 20px;
        }

        .top-bar .elementor-social-icons-wrapper {
            text-align: left;
        }

        .top-bar .elementor-container .elementor-column .elementor-menu-cart__toggle a {
            border: none;
            box-shadow: none !important;
        }

        .top-bar .elementor-container i.fas.fa-user {
            color: #fff;
        }

        .top-bar .elementor-container i.fas.fa-search {
            color: #fff;
        }

        .main-nav-bar nav {
            background: transparent;
            padding: 0;
            justify-content: center;
        }

        body .content-area {
            padding: 0;
        }

        body .logo-text {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: center;
        }

        .join-us-footer span.wpcf7-spinner {
            top: 40px;
            display: block;
            position: absolute;
        }

        .logo-text h2 {
            letter-spacing: 8px;
        }

        .banner-sec {
            margin-top: -67px;
            background-size: 100%;
        }

        .banner-sec .n2-ss-slider .n2-ss-item-image-content img {
            height: 100% !important;
        }

        .banner-sec {
            font-family: 'Roboto', sans-serif;
        }

        /* .banner-sec .n2-ss-layer-col.n2-ss-layer-with-background {
            justify-content: flex-end !important;
        } */
        .top-bar .elementor-widget-icon .elementor-icon-wrapper {
            align-items: end;
            display: flex;
        }

        footer nav li.menu-item a,
        .footer-contact-us-cc li,
        .footer-contact-us-cc li .footer-contact-us-cc li a {
            color: #000;
            font-weight: 600;
        }

        footer .menu li {
            font-weight: 400;
            color: #000;
        }

        .footer-contact-us-cc li a,
        footer .menu li a {
            font-weight: 600;
            color: #000;
        }

        .join-us-footer h2 span {
            font-style: italic;
            font-weight: 500;
            font-family: 'Linotype Didot Pro';
        }

        footer nav {
            background: transparent;
        }

        footer nav.elementor-nav-menu--main {
            padding: 0;
        }

        footer a.elementor-item {
            padding: 6px 0 !important;
        }

        .join-us-footer form p {
            display: flex;
            flex-wrap: wrap;
            position: relative;
        }

        .join-us-footer form label {
            width: 100%;
            color: #000;
        }

        .join-us-footer form input.wpcf7-submit {
            width: 30%;
            font-style: italic;
            background-color: #000 !important;
            color: #fff;
        }

        .join-us-footer form span.wpcf7-form-control-wrap input {
            margin: 0;
            padding: 14px !important;
        }

        .join-us-footer form span.wpcf7-form-control-wrap input::placeholder {
            font-style: italic;
        }

        .join-us-footer form span.wpcf7-form-control-wrap {
            width: 70%;
        }

        .join-us-footer form span.wpcf7-not-valid-tip {
            position: absolute;
            font-size: 14px;
            margin-top: 4px;
        }

        .join-us-footer form .wpcf7-response-output {
            font-size: 16px;
            font-weight: bold;
        }

        footer nav {
            background: transparent !important;
            text-align: left;
            width: 100%;
            padding: 0;
            margin: 0 !important;
        }

        footer nav li.menu-item a {
            font-size: 16px !important;
        }

        .join-us-footer input#email-news-letter-submit {
            font-size: 22px;
            padding: 0;
        }

        .banner-sec .elementor-slides a.swiper-slide-inner .swiper-slide-contents {
            width: 100%;
            max-width: 51% !important;
        }

        /* Popup-css */
        .horizantel-button {
            position: fixed !important;
            right: 0;
            bottom: 0;
            z-index: 99;
            left: auto;
        }

        .horizantel-button a.elementor-button {
            position: absolute;
            transform: rotate(270deg);
            right: -43px;
            bottom: 110px;
        }

        body .logo-product img {
            max-width: 163px;
            height: 35px;
            object-fit: contain;
        }

        .contact-form-popup {
            position: fixed !important;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(0 0 0 / 88%);
            transition: opacity 500ms;
            visibility: hidden;
            opacity: 0;
            display: block !important;
            z-index: 99;
        }

        .contact-form-popup form.wpcf7-form .wpcf7-spinner {
            position: absolute;
            left: 46%;
            top: 50%;
            transform: translate(-100%, -40%);
            display: block !important;
        }

        .contact-form-popup form.wpcf7-form .wpcf7-response-output {
            margin: 20px 0 10px;
            font-size: 14px;
        }

        .contact-form-popup form.wpcf7-form p {
            position: relative;
            width: 100%;
        }

        .contact-form-popup form.wpcf7-form {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 50%;
            transition: all 5s ease-in-out;
            z-index: 999999;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .contact-form-popup form.wpcf7-form textarea:focus-visible {
            outline: 0;
        }

        .contact-form-popup form.wpcf7-form p:has(textarea),
        .contact-form-popup form.wpcf7-form p:has(.wpcf7-submit) {
            width: 100% !important;
        }

        .contact-form-popup form.wpcf7-form {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 50%;
            transition: all 5s ease-in-out;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
            gap: 15px 10px;
            z-index: 1;
        }

        .contact-form-popup form.wpcf7-form input {
            border: 1px solid #ccc !important;
            height: 40px;
            line-height: normal;
            padding: 10px;
            max-width: 100%;
            margin-top: 6px;
        }

        .contact-form-popup span.wpcf7-not-valid-tip {
            position: absolute;
            font-size: 12px;
            bottom: -18px;
        }

        .contact-form-popup form.wpcf7-form textarea {
            border: 1px solid #ccc !important;
            width: 100%;
            height: 80px;
            resize: none;
            margin-top: 8px;
        }

        .show-popup {
            visibility: visible;
            opacity: 1;
        }

        .contact-form-popup form.wpcf7-form label {
            display: block;
        }

        .contact-form-popup .elementor-widget-wrap {
            position: relative;
        }

        .contact-form-popup .close-popup .elementor-icon {
            position: absolute;
            top: 112px;
            z-index: 9;
            left: 72.9%;
            bottom: auto;
            transform: translate(-50%, -50%);
            width: auto;
        }

        .contact-form-popup .close-popup .elementor-icon i.fas.fa-window-close {
            font-size: 20px;
            color: #000;
        }

        @media (min-width:767px) {

            section.we-beauty h2.elementor-heading-title.elementor-size-large,
            section.best-seller.why-onoxa h2.elementor-heading-title.elementor-size-large,
            .product-line h2.elementor-heading-title.elementor-size-large {
                font-size: 40px;
            }
        }

        @media (max-width:1024px) {
            body .best-product .elementor-shortcode .pro-box {
                flex: 0 0 33.33% !important;
                max-width: 50% !important;
            }

            .mobile-menu nav.elementor-nav-menu--dropdown {
                margin: 0;
            }

            .contact-form-popup .close-popup .elementor-icon {
                left: 72.4%;
            }

            .mobile-menu .elementor-widget-heading {
                margin: 0 !important;
                display: inline-block;
            }

            .mobile-menu .elementor-widget-wrap.elementor-element-populated {
                display: grid !important;
                grid-template-columns: 1fr auto auto;
                place-content: start;
                gap: 12px;
                align-items: center;
            }

            .mobile-menu .elementor-menu-cart__toggle .elementor-button {
                border: 0;
                padding: 0;
            }

            .mobile-menu .elementor-widget-woocommerce-menu-cart,
            .mobile-menu .elementor-widget-container {
                margin: 0 !important;
            }

            .mobile-menu h2 {
                font-size: 25px;
                letter-spacing: 4px;
                line-height: normal;
            }

            .mobile-menu i.eicon-cart-medium {
                font-size: 24px;
                color: #000;
            }

            .why-onoxa a.elementor-button {
                padding: 10px;
                font-size: 14px;
                width: 100%;
            }

            .cus-post .elementor-element.elementor-widget-text-editor {
                max-width: 100%;
                position: static;
            }

            .product-line .product-line-text {
                position: static;
            }

            section.elementor-section.banner-sec h2 {
                font-size: 40px !important;
            }

            section.elementor-section.banner-sec .n2-ss-slider .n2-ss-text p {
                font-size: 20px !important;
            }
        }

        @media (max-width:767px) {
            .blue-hybrad p {
                font-size: 20px;
            }

            .why-onoxa h3,
            .why-onoxa h2 {
                font-size: 32px !important;
            }

            body .best-product .elementor-button-wrapper,
            .why-onoxa .elementor-button-wrapper {
                display: inline-block;
            }

            body .best-product .elementor-button-wrapper a.elementor-button,
            .why-onoxa .elementor-button-wrapper a.elementor-button {
                padding-left: 30px;
                padding-right: 30px;
            }

            body .best-product .elementor-shortcode .pro-box {
                flex: 0 0 50% !important;
                max-width: 50% !important;
            }

            .contact-form-popup form.wpcf7-form {
                width: 80%;
            }

            .contact-form-popup .close-popup .elementor-icon {
                left: 84.4%;
            }

            .elementor-slides a.swiper-slide-inner .swiper-slide-contents {
                display: flex;
                justify-content: end;
                flex-direction: column;
                height: auto;
                margin: 0 auto;
            }

            .mobile-menu .elementor-widget-wrap.elementor-element-populated div {
                width: auto;
            }

            .elementor-widget-reviews .swiper-slide {
                box-shadow: 2px 2px 12px;
            }

            .product-line .product-line-text {
                max-width: 100%;
                padding: 0px 20px 10px 20px;
            }

            .review-slider .elementor-swiper-button-next {
                right: -20px !important;
            }

            .review-slider .elementor-swiper-button-prev {
                left: -20px !important;
            }

            .review-slider .elementor-swiper-button-next {
                border: 1px solid;
            }

            .we-beauty a.elementor-button {
                max-width: 300px;
                margin: auto;
                display: block;
            }

            .cus-post .elementor-container {
                gap: 20px;
            }

            .best-seller li.product.type-product.product-type-simple {
                width: auto !important;
                float: none !important;
            }

            body .why-onoxa figure.elementor-image-box-img {
                margin: 0 !important;
            }

            section.product-line .elementor-container {
                flex-direction: column;
            }
        }

        @media (max-width:420px) {
            .banner-sec .elementor-slides a.swiper-slide-inner .swiper-slide-contents {
                max-width: 80% !important;
            }
        }

        ::-webkit-scrollbar {
            width: 8px;
            height: 4px;
        }

        #Add-to-cart button.disabled {
            border-radius: 50px;
            background: #000 !important;
            opacity: 1;
            width: fit-content;
            height: fit-content;
            padding: 10px 20px !important;
        }

        #Add-to-cart button.disabled:hover {
            color: #000 !important;
            background: transparent !important;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
            background-color: #2db7af !important;
        }

        /*shop all page*/
        .shop-key-ingredient p,
        .shop-key-ingredient ul {
            margin-bottom: 0px;
            color: #000;
        }

        .shop-key-ingredient ul {
            padding: 0px;
            margin: 0;
            display: block !important;
        }

        .shop-key-ingredient li {
            list-style: none !important;
        }

        .shop-key-ingredient ul li {
            font-weight: normal;
            color: #000;
            position: relative;
            padding-left: 27px;
            width: 100% !important;
            float: left;

        }

        .shop-key-ingredient ul li:empty {
            display: none;
        }

        .shop-key-ingredient ul li:before {
            content: "";
            left: 8px;
            position: absolute;
            top: 49%;
            width: 7px;
            height: 7px;
            transform: translateY(-50%);
            border-radius: 100%;
            background: #000;
        }

        /* Handle on scrollbar */
        ::-webkit-scrollbar-thumb {
            background: #f2f2f2;
            border-radius: 10px;
        }

        .woocommerce div.product.elementor ul.tabs li a {
            padding: 0.5em !important;
        }

        ul.tabs.wc-tabs {
            display: flex;
            gap: 20px;
        }

        ul.tabs.wc-tabs li {
            width: 24%;
            text-align: center;
            display: flex !important;
            align-items: center;
        }

        ul.tabs.wc-tabs li a {
            width: 100%;
        }

        .variations_form.cart.wvs-loaded table {
            display: none !important;
            /*biits original value block (this displays bottle color and top color)*/
            border: none !important;
        }

        .variations_form.cart.wvs-loaded table tbody {
            display: flex;
            flex-direction: column;
            width: 100%;
            border: none !important;
        }

        .variations_form.cart.wvs-loaded table tr,
        .variations_form.cart.wvs-loaded table th,
        .variations_form.cart.wvs-loaded table td {
            border: none !important;
            line-height: 1.5 !important;
            font-size: 14px;
        }

        .variations_form.cart.wvs-loaded table label {
            text-transform: uppercase;
        }

        .quantity label,
        .bundleproductcanvus label {
            text-transform: capitalize;
            font-size: 14px;
            color: #000;
            font-weight: 600;
            width: 100%;
            padding: 2px;
            display: flex;
        }

        .productStyle h4,
        .bundleproductcanvus h4 {
            text-transform: capitalize;
            font-size: 14px;
            color: #000;
            font-weight: 600;
            width: 100%;
            padding: 2px;
            margin-bottom: 2px;
        }

        .variations_form.cart.wvs-loaded table select,
        .quantity select,
        .bundleproductcanvus select,
        .productStyle select.packageselect {
            padding: 10px;
            border: 2px solid #000;
            border-radius: 50px;
            font-size: 14px;
            color: #000 !important;
            width: fit-content !important;
            min-width: 50% !important;
            position: relative;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: url(https://woo.biitsllc.com/wp-content/uploads/2024/04/icon-park-outline_down-c.png);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: 97.5%;
        }

        .variations_form.cart.wvs-loaded table select::-ms-expand {
            display: none;
        }

        .e-n-accordion .e-closed {
            border: 2px solid;
            border-radius: 50%;
            width: 24px !important;
            height: 24px !important;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .e-n-accordion .e-opened {
            width: 24px !important;
            height: 24px !important;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .e-n-accordion .e-opened i {
            font-size: 24px !important;
        }

        .variations_form.cart.wvs-loaded .product-details {
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.33em;
            width: 100%;
        }

        .variations_form.cart.wvs-loaded .product-details p:first-child {
            margin: 0;
        }

        .single_add_to_cart_button.variableproduct.button.alt.disabled.wc-variation-selection-needed {
            border-radius: 50px;
            padding: 10px 40px;
            font-size: 14px !important;
            background: #000;
            opacity: 1;
            line-height: 1.5 !important;
            min-height: 0;
            height: fit-content;
            width: fit-content;
            border: 2px solid #000 !important;
        }

        .single_add_to_cart_button.variableproduct.button.alt.disabled.wc-variation-selection-needed:hover {
            font-size: 14px !important;
            background: #fff;
            color: #000 !important;
        }

        .product-details p {
            text-align: left;
        }

        .elementor-element.elementor-element-cd88e79.elementor-widget.elementor-widget-n-accordion details div,
        .elementor-element.elementor-element-b7fb167.elementor-widget.elementor-widget-n-accordion details div {
            border: none !important;
        }

        @media (max-width: 1024px) {
            .elementor-112631 .elementor-element.elementor-element-ee14f6c.elementor-wc-products ul.products {
                grid-column-gap: 5% !important;
                grid-row-gap: 30px !important;
                grid-template-columns: 47.5% 47.5%;
                justify-content: space-around;
            }

            ul.tabs.wc-tabs {
                overflow-x: auto !important;
                overflow-y: hidden !important;
            }

            ul.tabs.wc-tabs li {
                width: auto;
                text-wrap: nowrap;
            }
        }

        @media screen and (max-width: 767px) {
            .elementor-112631 .elementor-element.elementor-element-ee14f6c.elementor-wc-products ul.products {
                grid-row-gap: 20px !important;
                grid-template-columns: 100%;
                justify-content: space-around;
            }

            .elementor-112631 .elementor-element.elementor-element-ee14f6c.elementor-wc-products ul.products li.product {
                padding: 20px !important;
            }

            .elementor-element.elementor-element-a11e01f.e-con-full.e-flex.e-con.e-parent,
            .elementor-element.elementor-element-bbef0df.e-flex.e-con-boxed.e-con.e-child {
                --flex-wrap: nowrap !important;
            }
        }

        @media screen and (min-width: 320px) and (max-width: 767px) {
            .product-template-default .product {
                padding: 0 !important;
            }
        }

        /*biits Shop Page and Product Page fixes*/
        .woocommerce table.shop_attributes td {
            padding-left: 20px;
        }

        .woocommerce ul.products li.product .woocommerce-loop-product__title {
            text-transform: uppercase;
            flex-grow: 1;
        }

        .woocommerce ul.products li.product .shop-key-ingredient {
            flex-grow: 1000;
        }

        .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            position: relative;
        }

        .woocommerce ul.products li.product {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .woocommerce a.remove {
            padding-left: 7px;
        }

        /*biits Mobile Dropdown button fix*/
        span.elementor-menu-toggle__icon--close,
        span.elementor-menu-toggle__icon--open {
            line-height: 0 !important;
        }

        /*biits Header Login*/
        button.woocommerce-form-login__submit {
            padding-right: 15px;
            padding-left: 15px;
            border-radius: 20px;
        }

        input.header-login {
            margin-top: 0px;
            padding: 0;
            font-size: 14px;
        }

        label.header-login-text {
            float: left;
            text-align: left;
        }

        label.header-login-text-sign {
            float: left;
            text-align: left;
        }

        button.header-login-button {
            float: left;
        }

        p.signup-link {
            margin-top: -1px;
        }

        p.signup-link a {
            font-size: 12px;
            color: black;
            padding-left: 2px;
        }

        p.signup-link a:hover {
            color: #87af99;
        }

        p.header-password input#rememberme {
            float: left;
            margin-top: 5px;
            margin-right: 5px;
        }

        input#rememberme {
            float: left;
            margin-top: 5px;
            margin-right: 5px;
        }

        p.header-password-link {
            font-size: 15px;
            margin: -10px 0px 10px 0px;
        }

        p.header-password-link a {
            color: black;
            float: left;
            padding-bottom: 10px;
        }

        span.header-login-remember {
            font-size: 16px;
            float: left;
        }

        #e-n-menu-title-6071 span.e-n-menu-title-text {
            margin-bottom: -3px;
        }

        div.elementor-widget-container form.header-login-form {
            float: left;
        }

        .woocommerce nav ul li a {
            display: flex;
        }

        .woocommerce-variation-availability .accordion {
            display: none;
        }

        /*biits Checkout Agree*/
        span.woocommerce-terms-and-conditions-checkbox-text {
            font-weight: 700;
            font-size: 1em;
            text-transform: initial;
        }

        /*biits My-Account Order Fixes*/
        .woocommerce-account .woocommerce-MyAccount-content {
            float: right;
            width: 80%;
        }

        .woocommerce-account .woocommerce-MyAccount-navigation {
            float: left;
            width: 20%;
        }