@media (min-width: 1600px) {
    :root {
        --fs70: 52px;
        --fs50: 45px;
        --fs35: 32px;
        --fs28: 28px;
        --fs24: 24px;
        --fs20: 20px;
        --fs18: 18px;
        --fs16: 16px;
    }
    .pt-pb-10 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .pt-10 {
        padding-top: 5rem;
    }
    .pb-10 {
        padding-bottom: 5rem;
    }
    .container-xxl, .archive-header nav.woocommerce-breadcrumb {
        max-width: 1600px !important;
    }
    .main_banner {
        .banner_content .elementor-icon-box-description {
            font-size: var(--fs18);
        }
    }
    .better_sleep_sec {
        .item_inner {
            padding: 3rem;
        }
    }
    .partner_breathing {
        .col_item_inner {
            padding: 3rem;
        }
    }
    .blog_tabs_container {
        .blog_item {
            .item_content {
                padding: 1.5rem;
            }
        }
    }
    .brand_shop_carousel {
        .swiper-slide {
            img {
                height: 55px;
            }
        }
    }
    .include_section {
        .col_item {
            max-width: 190px;
            figure {
                height: 180px;
            }
        }
    }
    .product-details-wrapper {
        padding-top: 5rem;
        ul.products li.product {
            .button {
                height: 48px;
                line-height: 48px;
                border-radius: 10px;
            }
        }
    }
    footer {
        .ftr_logo_col {
            li {
                min-height: 40px;
                padding-left: 50px;
                margin-top: 12px;
                img {
                    width: 40px;
                    height: 40px;
                }
            }
        }
        .ftr_common_col {
            p {
                line-height: 1.5;
            }
        }
        .ftr_seller_col {
            .authorized_seller {
                height: 27px;
            }
        }
    }
    ul.products {
        li.product {
            .button {
                height: 45px !important;
                line-height: 45px !important;
            }
        }
        li.product.product-type-simple {
            a.added_to_cart {
                height: 45px !important;
                line-height: 45px !important;
            }
        }
    }
    .browse_category {
        .col_item {
            width: calc(100% / 6);
        }
    }
    .woocommerce-breadcrumb {
        padding: 1rem 1.5rem !important;
    }
    .shop_page {
        .wc-category-image {
            img {
                height: 480px;
            }
        }
    }
}

@media (min-width: 1200px) {
    .main_banner {
        .banner_content {
            margin-top: -70px;
        }
    }
    footer {
        .main_footer .ftr_col:not(:first-child) {
            padding-left: 2rem;
        }
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    .col-full-nav {
        a.nav-link {
            font-size: 15px !important;
        }
        #all_categories_menu img {
            width: 16px !important;
            margin-right: 8px !important;
            margin-top: -4px;
        }
        nav.navbar {
            a.nav-link.dropdown-toggle::after {
                background-size: 15px;
                top: 1px;
                margin-left: 10px;
            }
        }
    }
}

@media (min-width: 992px) {
    .col-full-nav .shoptimizer-primary-navigation.col-full {
        display: none;
    }
    .col-full-nav.is_stuck a.nav-link {
        color: #000 !important;
    }
    .col-full-nav {
        background: #fff !important;
        .megamenu {
            position: absolute;
            padding-bottom: 0;
            top: 100%;
            border-bottom: 1px solid #DFDFDF;
            box-shadow: 0px 18px 20px #00000026;
            transition: .5s all;
        }
        ul.navbar-nav {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            margin-left: 0;
            padding: 0;
        }
        li.nav-item {
            width: 100%;
            text-align: center;
            padding: .15rem 0;
        }
        li.nav-item:not(:first-child) {
            border-left: 1px solid #DFDFDF;
        }
        a.nav-link {
            color: #5D6A7B !important;
            font-weight: 500;
            font-size: var(--fs20);
            padding: 10px 0;
            display: flex;
            justify-content: center;
        }
        .all_catgry_product_list {
            .col-item {
                width: 50%;
                margin: 10px 0;
            }
            .itm_inner {
                background-color: #F8FBFB;
                border-radius: 20px;
                display: flex;
                width: 100%;
                height: 100%;
                color: #6F7272;
                font-weight: 300;
                font-size: var(--fs16);
                padding: 1rem;
                border: 1px solid transparent;
                transition: all .3s linear;
                .itm_icon {
                    background: #fff;
                    padding: 10px;
                    margin-right: 1rem;
                    border-radius: 10px;
                    width: 80px;
                    height: 80px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                }
                h4 {
                    font-weight: 500 !important;
                    font-size: var(--fs20) !important;
                    color: #000000;
                    margin-bottom: 3px;
                }
                p {
                    margin-bottom: 0;
                }
            }
            .itm_inner:hover {
                border-color: var(--bluegreen);
            }
        }
        .mask_product {
            border: 1px solid #0000000e;
            transition: .4s all;
            border-radius: 10px;
            display: inline-block;
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            img {
                width: 100%;
                height: 250px;
                object-fit: contain;
                transition: .4s all;
            }
            h4 {
                font-weight: 500 !important;
                font-size: var(--fs18) !important;
                color: #3F3F3F;
            }
            .price_price {
                font-weight: 600 !important;
                font-size: var(--fs16) !important;
                color: var(--bluegreen);
                margin-bottom: 1rem;
                del {
                    font-weight: 300 !important;
                    color: #A6A6A6 !important;
                }
            }
        }
        .mask_product:hover {
            border-color: var(--bluegreen);
            img {
                transform: scale(1.05);
            }
        }
        .masK_image_text {
            margin-top: 10px;
            background: linear-gradient(to bottom, #003B41, #5E8B87);
            border-radius: 20px;
            text-align: center;
            padding: 1rem;
            padding-bottom: 0;
            width: 100%;
            img {
                width: 100%;
            }
        }
        .shop_all_btn a {
            font-weight: 600 !important;
            font-size: var(--fs20) !important;
            color: var(--bluegreen);
            margin: 1rem 0;
            display: inline-block;
        }
        .dropdnw_tagline {
            background-color: var(--orange);
            font-weight: 500;
            color: #fff;
            padding: 1rem;
            margin-top: 1.25rem;
        }
        .hide_col_mobile {
            border-left: 1px solid #EEEEEE;
        }
        .gutter-large {
            --bs-gutter-x: 2.5rem;
        }
    }
    .col-full-nav {
        li.nav-item.dropdown:hover .megamenu {
            display: block;
            margin-top: var(--bs-dropdown-spacer);
        }
    }
    header.site-header {
        .main-header {
            align-items: center;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        .custom-logo-link img {
            height: 50px;
            object-fit: contain;
        }
        .site-search {
            margin-left: auto;
            flex-grow: unset;
            width: 300px !important;
            input[type="search"] {
                background: transparent !important;
                border: none !important;
                box-shadow: none !important;                
                border-radius: 0 !important;
                height: 45px;
                padding: 5px 15px
            }
        }
        .aws-container .aws-search-form {
            background: transparent !important;
            border: 1px solid #D1D5DB;
            box-shadow: none !important;
            border-radius: 10px !important;
            .aws-search-btn.aws-form-btn {
                border: 0 !important;
                background: transparent !important;
            }
        }
        .secondary-navigation {
            margin-left: 0;
            .menu-item {
                padding: 0;
                border-left: 0;
            }
            .menu li.menu-item a {
                width: 45px;
                height: 45px;
                display: flex;
                align-items: center;
                padding: 0 !important;
                justify-content: center;
            }
            .icon-wrapper {
                position: unset !important;
                transform: none !important;
                svg {
                    stroke: none !important;
                }
            }
            .menu li.menu-item:not(:first-child) a {
                font-size: 0 !important;
            }
            .menu li.menu-item:first-child a {
                width: max-content !important;
                flex-direction: row-reverse;
                gap: 10px;
                color: var(--bluegreen);
                font-weight: 500 !important;
                font-size: var(--fs18) !important;
                margin-right: 2rem;
            }
        }
        a.cart-contents {
            height: 35px;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            line-height: 35px;
            span.amount {
                display: none !important;
            }
            .shoptimizer-cart-icon {
                position: relative;
                svg {
                    width: 35px;
                    height: 35px;
                    position: relative;
                    top: 0;
                }
                .mini-count {
                    background-color: var(--bluegreen) !important;
                    border-color: var(--bluegreen) !important;
                    color: #fff !important;
                    right: 0;
                    top: -10px !important;
                    left: auto;
                    position: absolute !important;
                }
            }
        }
    }
    .product-details-wrapper {
        padding-left: 0;
        padding-right: 0;
        gap: 1rem;
        display: flex;
        .woocommerce-product-gallery, .summary.entry-summary {
            width: 50% !important;
        }
    }
    .woocommerce-tabs.wc-tabs-wrapper, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .product_List_container {
        ul.products {
            li.product { 
                padding-bottom: 60px !important;
            }
        }
    }
    .blog_detail_post_sec .sticky_article {
        position: sticky;
        top: 90px;
        height: 100vh;
    }
    #commercekit-wishlist-shortcode {
        ul.products {
            li.product {
                padding-bottom: 70px !important;
            }
        }
    }
    .product-details-wrapper {
        overflow: unset !important;
    }
    div#commercegurus-pdp-gallery-wrapper {
        width: 50% !important;
        position: sticky;
        top: 50px;
        align-self: flex-start;
    }
    .swiper-wrapper li.swiper-slide a.swiper-slide-imglink img {
        height: 500px !important;
        object-fit: contain;
    }
    .woocommerce-Tabs-panel {
        padding-left: 0;
        padding-right: 0;
    }
    .admin-bar .commercekit-atc-sticky-tabs {
        top: 95px !important;
    }
    body:not(.header-4).sticky-d.admin-bar .col-full-nav.is_stuck {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .container-xxl, .archive-header nav.woocommerce-breadcrumb {
        --bs-gutter-x: 3rem;
    }    
    ul.order_details {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 576px) {
    .product-details-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1199px) {
    :root {
        --fs70: 32px;
        --fs50: 28px;
        --fs35: 24px;
        --fs28: 21px;
        --fs24: 19px;
        --fs20: 17px;
        --fs18: 15px;
        --fs16: 14px;
    }
    .timeline-item {
        .timeline-content {
            width: 49%;
            padding: 1rem;
        }
        .timeline-img {
            width: 49%;
            padding: 1rem;
        }
    }
    .sellimg_product_best, .product_List_container {
        ul.products {
            li.product {
                width: calc(33.33% - 0.5rem) !important;
            }
        }
    }
    .browse_category {
        .col_item {
            width: calc(100% / 4);
        }
    }
    footer {
        .main_footer .ftr_col {
            width: calc(100% / 3);
        }
        .ftr_delivery_location {
            padding: .5rem 1.5rem;
            .fdl_item {
                width: 33.33%;
                margin: 1rem 0;
            }
        }
    }
    .form_inner {
        padding: 1.5rem !important;
    }
}

@media (max-width: 992px) {
    .single-product .content-area, .related.products ul.products, .upsells.products ul.products {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .commercekit-atc-sticky-tabs {
        width: calc(100% - 20px) !important;
        left: 10px !important;
    }
    .m-search-toggled .site-header .site-search {
        width: calc(100% + 1.7rem);
    }
    .mobile-search-toggle svg {
        width: 30px !important;
        height: 30px !important;
        margin-top: 3px;
    }
    /* .single-product .content-area main#main .product-details-wrapper {
        padding-left: 0;
        padding-right: 0;
    } */
}

@media (max-width: 991px) {
    form.checkout_coupon.woocommerce-form-coupon.mobhide {
     display: none !important;
    }
    .main-header .site-branding button.menu-toggle {
        width: 30px;
    }
    .main-header .site-branding a.custom-logo-link {
        margin-left: -70px;
    }
    .col-full-nav nav.navbar {
     display: none;
    }
    /* html, body.single.single-product {
        overflow-x: hidden !important;
    } */
    .single-product:has(.commercekit_sticky-atc) {
        padding-bottom: 0 !important;
    }
    .col-full-nav {
        .hide_col_mobile, .dropdnw_tagline {
            display: none;
        }
        .all_catgry_product_list {
            .itm_inner {
                p, .itm_icon {
                    display: none;
                }
                h4 {
                    font-weight: 500 !important;
                    font-size: var(--fs20) !important;
                    color: #000000;
                    margin-bottom: 3px;
                }
            }
        }
        ul.navbar-nav {
            margin-left: 0;
            width: 100%;
            padding-top: 1rem;
        }
        li.nav-item {
            margin-bottom: 1rem;
        }
        a.nav-link {
            color: #5D6A7B !important;
            font-weight: 500;
            font-size: var(--fs35);
            padding: 10px 0;
            display: flex;
            justify-content: flex-start;
        }
        .mobile-extra {
            h4 {
                color: var(--bluegreen);
                font-weight: 700 !important;
                font-size: var(--fs20) !important;
                opacity: 1;
                text-transform: unset;
                letter-spacing: 0;
            }
        }
        .site-search input[type="search"] {
            background: transparent;
            border: 1px solid #D1D5DB;
            box-shadow: none !important;
        }
    }
    .sticky-m .commercekit-atc-sticky-tabs {
        top: calc(70px - 1px) !important;
    }
    .page-breadcrumb {
        ul.breadcrumb {
            li {
                font-size: 14px;
                font-weight: 200;
            }
        }
    }
    .outstockbtns {
        position: relative !important;
        margin-top: 1rem;
    }
    .woocommerce-account header.entry-header, .col-full {
        padding: 0 .75rem;
    }
    .main-header, .site-branding {
        height: 70px !important;
        .custom-logo-link img {
            height: 60px !important;
        }
    }
    .site-header .shoptimizer-cart-icon {
        top: -1px !important;
        svg {
            width: 35px;
            height: 35px;
            top: 0;
            stroke: var(--bluegreen);
        }
    }
    .site-header .shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count {
        background-color: var(--bluegreen) !important;
        border-color: var(--bluegreen) !important;
        color: #fff !important;
        top: -13px;
        left: auto;
        right: 0;
        width: 20px;
        height: 20px;
        position: absolute;
    }
    .site-search {
        width: 100%;
        input[type="search"] {
            background: transparent !important;
            border: none !important;
            box-shadow: none !important;                
            border-radius: 0 !important;
            height: 45px;
            padding: 5px 15px
        }
        input[type="search"]::placeholder {
            color: gray;
        }
        input[type="search"]::-webkit-input-placeholder {
            color: gray;
        }
        input[type="search"]:-ms-input-placeholder {
            color: gray;
        }
        input[type="search"]::-ms-input-placeholder {
            color: gray;
        }
    }
    .aws-container .aws-search-form {
        background: transparent !important;
        border: 1px solid #D1D5DB;
        box-shadow: none !important;
        border-radius: 10px !important;
        .aws-search-btn.aws-form-btn {
            border: 0 !important;
            background: transparent !important;
        }
    }
    .blog_tabs_container {
        .e-n-tabs-heading {
            button {
                padding: 0 .5rem;
            }
        }
    }
    .browse_category {
        .item_pad {
            padding: 1rem .5rem 0;
        }
    }
    .rb-info span {
        padding: 7px;
        border-radius: 7px;
        font-size: 10px;
        position: relative;
        padding-left: 26px;
        line-height: 1.5;
        svg {
            position: absolute;
            left: 7px;
            top: 7px;
            width: 15px;
            height: 15px;
        }
    }
    .rb-badges {
        gap: 10px;
    }
    .rb-badge {
        padding: 9px 9px 9px 35px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: 600;
        position: relative;
        svg {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
    }
    .sellimg_product_best, .product_List_container {
        ul.products {
            li.product {
                width: calc(50% - 1rem) !important;
                padding: 15px 15px 0 !important;
                margin-bottom: 1rem;
                height: calc(100% - 0.5rem) !important;
                .button {
                    margin-top: 1rem !important;
                }
            }
            li.product.product-type-simple {
                a.added_to_cart {
                    margin-top: 1rem !important;
                }
            }
        }
    }    
    #commercekit-wishlist-shortcode {
        ul.products {
            li.product {
                .button {
                    bottom: 0 !important;
                }
            }
        }
    }
    .cross-sells ul.products li.product .woocommerce-card__header, .mobile-scroll ul.products li.product .woocommerce-card__header, .related.products ul.products li.product .woocommerce-card__header, .upsells.products ul.products li.product .woocommerce-card__header {
        box-shadow: none !important;
        padding: 0 !important;
    }
    ul.commercekit-wishlist-list.products li.product {
        width: calc(50% - 0.5rem);
    }
    .product-details-wrapper {
        .sold-items {
            padding: 8px 10px;
            font-size: 14px;
            min-width: 240px;
        }
    }
    .cpap_sleep_machine {
        table th, table td {
            white-space: nowrap;
        }
    }
    .woocommerce-checkout ul.order_details li {
        display: list-item !important
    }
    .woocommerce-MyAccount-content {
        .woocommerce-Address {
            width: 100%;
        }
        table th {
            display: block;
        }
    }
    .commercekit-pdp-sticky-inner {
        overflow-y: unset !important;
        height: auto !important;
    }
    .prodcust_desc_tab_1sec {
        padding-top: 0 !important;
    }
    .shop_page {
        .wc-category-image {
            display: none;
        }
    }
    
    .newslogo {
        display: none;
    }

    header#masthead {
        .shoptimizer-myaccount {
            right: 50px;
        }
        .shoptimizer-myaccount svg {
            width: 33px;
            height: 33px;
        }
        .mobile-search-toggle svg, .shoptimizer-myaccount svg {
            stroke: #18436d;
        }
    }
    .menu-primary-menu-container > ul > li > a, .menu-primary-menu-container > ul > li.nolink {
        color: #18436d !important;
    }
    .main-navigation ul.menu li.menu-item-has-children span.caret::after {
        background-color: #18436d !important;
    }
    .main-navigation ul.menu .sub-menu-wrapper {
        padding-left: 0 !important;
        .container {
            padding-left: 0 !important;
        }
        ul.sub-menu {
            padding-left: 20px;
            list-style: disc;
            &::marker {
                color: #18436d !important;
            }
        }
    }

    .filter_col {
        position: sticky;
        top: 0;
        position: sticky;
        top: 70px;
        z-index: 7;
        background-color: #faf9f8;
        padding: 8px 16px;
        /* margin: 0 -16px; */
        .shop_filter {
            position: sticky;
            top: 86px;
            z-index: 3;
            width: auto;
            margin: 0px -16px;
            background: rgb(250, 249, 248);
            padding: 8px 16px;
        }
        .widget_product_categories {
            padding-right: 0;
        }
        .product-categories {
            padding-bottom: 0;
        }
    }
    .blog_tabs_container {
        .blog_item {
            box-shadow: 0px 5px 20px #00000014;
            margin: 0 10px !important;
            width: calc(100% - 20px);
        }
    }
    .product-details-wrapper {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --fs70: 30px;
        --fs50: 28px;
        --fs35: 24px;
        --fs28: 22px;
        --fs24: 20px;
        --fs20: 18px;
        --fs18: 16px;
        --fs16: 15px;
    }
    .wc-filter-sidebar.active {
        width: 100%;
    }
    .browse_category {
        .col_item {
            width: calc(100% / 3);
        }
    }
    .timeline {
        margin-top: 3rem;
        padding-left: 5rem;
    }
    .timeline-center-data {
        top: 0;
        left: -90px;
        transform: none;
        gap: 8px;
    }
    .timeline-line, .timeline-progress {
        left: 0;
        top: 0;
        transform: none;
    }
    .timeline-line {
        left: 25px;
    }
    .timeline-item {
        .timeline-content {
            width: 100%;
            padding: 0;
            text-align: left;
        }
        .timeline-img {
            width: 100%;
            padding: 0;
        }
    }
    
    .sellimg_product_best, .product_List_container {
        ul.products {
            li.product {
                width: calc(50% - 0.75rem) !important;
            }
        }
    }
    .better_sleep_sec > .e-con-inner > .elementor-element {
        width: 95% !important;
        margin: 0 auto;
    }
    .better_sleep_sec {
        .item_inner {
            padding: 2rem 1rem 3rem;
        }
    }
    footer {
        .main_footer .ftr_col:first-child {
            width: 100%;
        }
        .main_footer .ftr_col {
            width: 50%;
        }
    }
    .woocommerce-checkout .site ul.order_details {
        padding-left: 40px;
    }
    .entry-content:not(.wc-tab) p.woocommerce-thankyou-order-received:before {
        min-width: 34px;
    }
    .coupon_container {
        .discount-card {
            padding: 7px 13px;
            font-size: 12px;
        }
    }
    
    .browse_cat_reviews {
        flex-direction: column;
        svg {
            display: none;
        }
    }
}

@media (max-width: 600px) {
    .pt-pb-10 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    ul.tabs.wc-tabs {
        li {
            padding: 0 !important;
            border-bottom: 0 !important;
        }
        li a {
            padding: 1rem 0 !important;
            text-align: center;
        }
    }
    .commercekit-atc-tab-links {
        li {
            padding: 0 !important;
            border-bottom: 0 !important;
        }
        li a {
            padding: .75rem 0 !important;
            text-align: center;
            font-size: var(--fs18) !important;
            margin: 0 15px;
        }
    }
    .google_review_flex {
        .wp-gr .wp-google-list {
            transform: scale(0.75);
        }
        .cr-trustbadgef .cr-trustbadge-border {
            transform: scale(0.35);
            top: -12px;
            width: 60px !important;
        }
    }
    .shop_filter {
        .product-categories {
            .cat-item {
                margin-right: 8px;
                margin-bottom: 8px;
                a {
                    padding: 8px 10px;
                    font-size: var(--fs16);
                }
            }
        }
    }
    .product_List_container {
        ul.products {
            .woocommerce-image__wrapper {
                img.attachment-woocommerce_thumbnail, picture.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail img {
                    height: 180px;
                }
            }
        }
    }
    .product-details-wrapper {
        .quantity.buttons_added {
            width: 75px !important;
            margin-bottom: 0rem;
            .input-text {
                width: 40px !important;
                height: 33px !important;
            }
        }
        .quantity .minus, .quantity .plus {
            height: 18px !important;
        }
        .quantity-button.quantity-down:before, .quantity-button.quantity-up:before {
            width: 14px !important;
            height: 14px !important;
        }
        .single_add_to_cart_button {
            width: 77px !important;
            margin-left: 6px !important;
            height: 30px !important;
            line-height: 30px !important;
            font-size: 11px !important;
            margin-top: 0;
        }
    }
}

@media (max-width: 575px) {
    .main-header, .site-branding {
        .custom-logo-link img {
            height: 40px !important;
        }
    }
    .custom_orange_button, .custom_blue_button {
        .elementor-button {
            padding: 10px 15px !important;
            font-size: var(--fs18) !important;
        }
    }
    .browse_category {
        .row {
            --bs-gutter-x: 1rem;
        }
        .col_item {
            width: calc(100% / 2);
            margin-bottom: 1rem;
            .img_size {
                height: 160px;
            }
            h3 {
                font-size: var(--fs18) !important;
                line-height: 1.15 !important;
            }
        }
    }
    .page-content {
        padding-top: 15px;
    }
    .page-breadcrumb {
        display: none !important;
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .mission_vision_col {
        .ul_2_item {
            ul.elementor-icon-list-items {
                li {
                    width: 100% !important;
                }
            }
        }
    }
    .news_sec {
        .news_icon_img {
            height: 80px;
            padding: 1rem;
        }
    }
    .partner_breathing {
        .col_item_inner {
            p {
                margin-bottom: 1rem;
            }
        }
    }
    .brand_shop_carousel {
        .swiper-slide {
            img {
                height: 55px;
            }
        }
    }
    footer {
        font-size: 14px !important;
        .ftr_delivery_location {
            .fdl_item {
                width: 50%;
                margin: 10px 0;
            }
        }
        .ftr_delivery_location {
            padding: .5rem 1rem;
            h4 {
                margin-bottom: 0;
            }
        }
        .ftr_common_col {
            li {
                margin-top: 5px;
            }
        }
        .ftr_reg_col  {
            p {
                margin-top: 5px;
            }
        }
        .footer_copyright {
            flex-direction: column;
            text-align: center;
        }
    }
    #order_review {
        tr.order-total * {
            small.includes_tax {
                white-space: unset;
            }
        }
    }
    .product-details-wrapper {
        .single_add_to_cart_button {
            width: 77px !important;
            background: var(--orange) !important;
            margin-left: 6px !important;
            border-radius: 50px !important;
            height: 30px !important;
            line-height: 30px !important;
            font-size: 11px !important;
            padding: 0 7px !important;
            margin-bottom: 0 !important;
        }
        .ctc_chat.ctc_woo_place {
            margin-left: -11px;
            display: inline-block !important;
            margin-top: -10px;
            position: relative;
            top: 12px;
            left: 33px;
            .ctc_chip.ctc-analytics {
                padding: 0 0 0 7px !important;
                background: transparent !important;
                & > span {
                    margin: 0 0px 0 -22px !important;
                    svg {
                        height: 26px !important;
                        width: 26px !important;
                    }
                }
            }
            span.ctc_cta {
                display: none;
            }
        }
    }
    .filter_result_flex {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
        justify-content: unset;
        margin-top: 2rem;
        .sorting_filtr_btn {
            width: 100%;
            justify-content: space-between;
        }
        form.woocommerce-ordering {
            width: 200px;
        }
        .sorting_filtr_btn button.wc-filter-btn {
            background: transparent !important;
            padding: 0 !important;
        }
    }
}
@media (max-width: 480px) {
    .modal_popup {
        .popup_info {
            padding: 0;
        }
    }
    .custom_orange_button, .custom_blue_button {
        .elementor-button {
            padding: 8px 15px !important;
            font-size: 13px !important;
        }
    }
    .main_banner {
        .banner_content .elementor-icon-box-description {
            font-size: 13px;
            line-height: 1.25;
        }
    }
    .better_sleep_sec {
        .item_inner {
            padding: 1.5rem 1rem;
        }
    }
}

@media (max-width: 460px) {
    .banner_whatsapp a img {
        width: 35px !important;
    }
    .sellimg_product_best, .product_List_container {
        ul.products {
            gap: 10px !important;
            .woocommerce-image__wrapper {
                img.attachment-woocommerce_thumbnail, picture.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail img {
                    height: 100px;
                }
            }
            .woocommerce-loop-product__title a.woocommerce-loop-product__link {
                font-size: var(--fs18);
                -webkit-line-clamp: 2;
            }
            .price {
                margin-top: 3px;
                margin-bottom: 5px;
                min-height: 30px;
                line-height: 1;
            }
            li.product {
                width: calc(50% - 5px) !important;
                margin-bottom: 5px;
                height: calc(100% - 5px) !important;
                padding: 8px 8px 0 !important;
                .product-short-description {
                    display: none !important;
                }
                .button {
                    font-size: 11px !important;
                }
                .outstockbtns {
                    width: 100%;
                    gap:  5px;
                    span.out-of-stock-badge {
                        font-size: 11px;
                        padding: 8px;
                    }
                }
            }
        }
    }
    .better_sleep_sec {
        .elementor-button {
            width: 250px;
        }
    }
    .product-details-wrapper {
        table.variations tbody {
            display: flex;
            gap: 0;
            flex-direction: column;
            tr {
                width: 100%;
            }
        }
    }
    .product-details-wrapper {
        .single_add_to_cart_button {
            /* width: 180px;
            margin-left: 1rem; */
        }
    }
    .filter_result_flex {
        .sorting_filtr_btn {
            margin-left: 0 !important;
            width: 100%;
        }
    }
    
    .google_review_flex {
        display: flex;
        gap: 0;
        /* flex-direction: column; */
        margin-bottom: 1rem;
        a, .wp-gr, .cr-trustbadgef {
            width: calc(33.33% - 4px) !important;
            margin: 10px 2px 0px !important;
            height: 50px !important;
            padding: 5px !important;
        }
        .wp-gr .wp-google-list {
            transform: scale(0.75);
            width: 150px;
        }
    }
    .login_my_account {
        padding: 1.5rem;
    }

    .include_section {
        .col_item {
            max-width: 100px;
        }
        .col_inner {
            figure {
                height: 80px;
                margin-bottom: 5px;
            }
        }
    }
}

@media (max-width: 400px) {
    
    .mobile-search-toggle.with-myaccount-icon {
        right: 85px !important;
    }
    footer {
        .main_footer .ftr_col {
            /* width: 100%; */
        }
        .ftr_delivery_location {
            .fdl_item {
                width: 100%;
                margin: 5px 0;
            }
        }
    }
    .browse_category {
        .col_item {
            .img_size {
                height: 100px;
            }
        }
    }
    filter_result_flex {
        .sorting_filtr_btn button.wc-filter-btn {
            font-size: 14px;
            svg {
                width: 20px;
            }
        }
    }
}

@media (max-width: 375px) {
    .mobile-menu.close-drawer {
        left: 280px !important;
    }
    .col-full-nav {
        width: 270px !important;
    }
}