@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --inter: "Inter", sans-serif;
    --nunito: "Nunito", sans-serif;
    --darkgrey: #373737;
    --textgrey: #6F7272;
    --darkgreen: #1E3147;
    --lightgrey: #FAF9F8;
    /* --bluegreen: #005f73; */
    --bluegreen: #18436d;
    --orange: #F9A825;
    --seagreen: #E9F5F8;
    --fs70: 35px;
    --fs50: 32px;
    --fs35: 28px;
    --fs28: 25px;
    --fs24: 21px;
    --fs20: 18px;
    --fs18: 16px;
    --fs16: 14px;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

body {
    font-family: var(--nunito) !important;
    font-size: var(--fs18) !important;
    color: var(--darkgrey) !important;
}

h1, h2, h3, h4 {
    font-family: var(--nunito) !important;
}
.fs_h1 {
    font-size: var(--fs70);
    line-height: 1.2;
    h2 {
        font-size: var(--fs70) !important;
        line-height: 1.2 !important;
    }
}
h2 {
    font-weight: 700 !important;
    font-size: var(--fs50) !important;
}
h3 {
    font-weight: 500 !important;
    font-size: var(--fs24) !important;
}
h4 {
    font-weight: 500 !important;
    font-size: var(--fs20) !important;
}
p {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
del {
    text-decoration: line-through;
}
button, .button {
    outline: none !important;
    box-shadow: none !important; 
}
.bg-grey-light {
    background-color: var(--lightgrey);
}
.pt-pb-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt-10 {
    padding-top: 3rem;
}
.pb-10 {
    padding-bottom: 3rem;
}
.small-container {
    max-width: 850px;
}
.container-xxl, .archive-header nav.woocommerce-breadcrumb {
    max-width: 1200px !important;
}
.orange_btn {
    background: var(--orange) !important;
    color: #fff !important;
    font-size: var(--fs18) !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
}
.blue_green_btn {
    background: var(--seagreen) !important;
    color: var(--bluegreen) !important;
    font-size: var(--fs18) !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    border-radius: 50px !important;
}
.custom_orange_button, .custom_blue_button {
    outline: none !important;
    box-shadow: none !important;
    .elementor-button {
        font-size: var(--fs18) !important;
        font-weight: 600 !important;
        padding: 14px 25px !important;
        outline: none !important;
        box-shadow: none !important;
        line-height: 1.35;
        border-radius: 50px !important;
        transition: all .3s linear;
        &:hover {
            background: #29bfc8 !important;
            color: #fff !important;
        }
    }
}
.custom_orange_button {
    .elementor-button {
        background: var(--orange) !important;
        color: #fff !important;
    }
}
.custom_blue_button {
    .elementor-button {
        background: var(--seagreen) !important;
        color: var(--bluegreen) !important;
    }
}

.topheader {
    position: relative;
    .top-bar p {
        font-size: 12px;
    }
    .hidetop {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        z-index: 1;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
    }
}

.top-marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: #000;
    line-height: 1;
    padding-top: 11px !important;
}
.marquee-track {
    display: inline-flex;
    animation: marqueeSlide 25s linear infinite;
}
.marquee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 40px;
    font-size: 14px;
    color: #fff;
}

/* Animation */
@keyframes marqueeSlide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.col-full-nav {
    nav.navbar {
        background: #fff;
        box-shadow: none;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        padding: 0;
        a.nav-link.dropdown-toggle::after {
            width: 22px;
            height: 22px;
            min-width: 22px;
            background: url(/wp-content/uploads/2026/01/dropdown-arrow.svg) no-repeat center;
            background-size: 22px;
            border: 0 !important;
            margin-left: 2rem;
            position: relative;
            top: 4px;
        }
    }
    .megamenu-li {
        position: static;
    }
    .megamenu {
        width: 100%;
        left: 0;
        right: 0;
        border: 0;
        border-radius: 0;
    }
}

.col-full-nav.is_stuck nav.navbar {
    background: #f4f5f7;
}

.main_banner {
    .banner_content .elementor-widget-text-editor p {
        font-weight: 400;
    }
    .banner_content .elementor-icon-box-description {
        font-size: 15px;
    }
}

.wc-filter-sidebar {
    position: fixed;
    top: 0;
    left: -380px;
    width: 380px;
    max-width: 90%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 24px;
    overflow-y: auto;
    transition: right 0.35s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #eee;
}
.wc-filter-sidebar.active {
    left: 0;
}
.wc-filter-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
.wc-filter-sidebar::before {
    content: 'Filters';
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.wc-filter-sidebar .widget {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}
.wc-filter-sidebar .widget-title, .wc-filter-sidebar h2, .wc-filter-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.wc-filter-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wc-filter-sidebar ul li {
    margin-bottom: 4px;
}
.wc-filter-sidebar .price_slider_wrapper {
    margin-top: 10px;
}
.wc-filter-btn {
    padding: 8px 16px;
    border-radius: 30px;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-widget.category-menu {
    margin-bottom: 1.5rem;
    h3.widget-title {
        display: none;
    }
}
.category-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-parent {
    margin-bottom: 10px;
}
.category-children {
    list-style: none;
    margin-top: 6px !important;
    display: none;
}
.category-parent.open .category-children {
    display: block;
}
.category-children li a {
    display: block;
    padding: 2px 0;
    font-size: 13px;
    color: var(--darkgrey);
    text-decoration: none;
    border-radius: 0;
}
.category-children li a:hover, .category-children li a.active {
    color: var(--bluegreen);
}
.category-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-parent {
    margin-bottom: 10px;
}
.parent-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.parent-link {
    flex: 1;
    padding: 10px 0;
    font-weight: 600;
    color: var(--darkgrey);
    text-decoration: none;
    font-size: 14px;
}
a.parent-link.active {
    color: var(--darkgreen);
}
.toggle-icon {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    i {
        display: none;
    }
}
.category-parent.open .toggle-icon::after {
    content: '-';
}
.toggle-icon::after {
    content: '+';
}
#wc-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
#wc-filter-overlay.active {
    opacity: 1;
    visibility: visible;
}
li.product p.product__categories {
    display: none;
}

ul.products {
    display: flex !important;
}
ul.products {
    li.product .button {
        background-color: var(--orange) !important;
        font-size: var(--fs18) !important;
        font-weight: 600 !important;
        bottom: 15px !important;
        border-radius: 50px !important;
    }
    li.product.product-type-simple {
        a.added_to_cart {
            background-color: var(--orange) !important;
            font-size: var(--fs18) !important;
            font-weight: 600 !important;
            bottom: 15px !important;
            opacity: 1 !important;
        }
    }
}
ul.products li.product {
    border: 1px solid transparent;
    transition: all .35s ease-in-out;
    &:hover {
        border-color: var(--orange);
    }
}
ul.products li.product .button:hover {
    background-color: #29bfc8 !important;
}
body:not(.static-cta-buttons) ul.products li.product:hover {
    .button {
        background-color: #29bfc8 !important;
    }
}
.add_to_cart_button {
    background-color: var(--orange) !important;
    opacity: 1 !important;
}
.product_List_container ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.review-tabs .nav-link {
    font-weight: 600;
    color: #666;
}
.review-tabs .nav-link.active {
    color: #000;
    border-bottom: 3px solid #000;
}
.rating-big {
    font-size: 42px;
    font-weight: 700;
}
.rating-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.rating-bar .bar {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 5px;
}
.rating-bar .fill {
    height: 100%;
    background: var(--orange) !important;
    border-radius: 5px;
}
.recommend-circle {
    width: 90px;
    height: 90px;
    border: 4px solid #000;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.rb-single-layout {
    display: flex;
}
.rb-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.rb-badges {
    display: flex;
    gap: 1rem;
    margin: 5px 0 0;
}
.rb-badge {
    padding: 10px 15px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    svg {
        margin-right: 8px;
        width: 24px;
        height: 25px;
    }
}
.rb-badge.blue {
    background: #e9f6fb;
    color: #0a6aa1;
}
.rb-badge.green {
    background: #E9F8ED;
    color: #18436d;
}
.rb-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}
.rb-price, .woocommerce-variation-price span.price {
    font-size: var(--fs24);
    font-weight: 700;
    color: var(--bluegreen);
    line-height: 1.5;
    .amount {
        font-size: inherit !important;
        font-weight: 700;
        color: var(--bluegreen);
    }
    del .amount {
        color: #A6A6A6;
        font-weight: 300;
    }
}
.rb-price del {
    color: #999;
    margin-left: 8px;
}
.rb-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs18);
    font-weight: 300;
    color: var(--bluegreen);
    line-height: 1.25;
    margin: 3px 0;
    svg {
        width: 16px;
    }
}
.rb-info {
    display: flex;
    gap: 1rem;
    margin: 0 0 1rem;
    min-width: 100% !important;
}
.rb-info span {
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 12px;
    svg {
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }
}
.rb-info .blue {
    background: #E9F8ED;
}
.rb-info .orange {
    background: #F9A82533;
}
.rb-delivery-box {
    margin: 20px 0;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.rb-pincode-row {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.rb-pincode-row input {
    width: 120px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.rb-pincode-row button {
    background: var(--orange);
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
#rb-delivery-msg {
    font-size: 13px;
    margin-top: 5px;
}
#rb-delivery-msg.success {
    color: green;
}
#rb-delivery-msg.info {
    color: #ff5722;
}
#rb-delivery-msg.error {
    color: red;
}
.rb-delivery-box strong {
    font-size: 30px;
}
.coupon_container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    .discount-card {
        background: linear-gradient(to bottom, #18436d, #107C93);
        color: white;
        padding: 9px 17px;
        border: 1px dashed #ffffff;
        text-align: center;
        width: max-content;
        box-sizing: border-box;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
        font-size: 14px;
        font-weight: 600;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 120px;
        outline: 2px solid #107C93;
    }
}
#respbuy-pincode-box {
    margin-top: 1.5rem;
    width: 100%;
    float: left;
    .heading {
        font-weight: 500 !important;
        font-size: var(--fs24) !important; 
    }
}
#rb-pincode {
    width: 100%;
    padding: 10px 0;
    border: 0;
    font-size: var(--fs16);
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-right: 1rem;
    height: 50px;
    box-shadow: none;
}
#rb-check-pincode {
    padding: 10px 20px;
    font-weight: 500 !important;
    font-size: var(--fs16);
    background: var(--orange) !important;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}
#rb-delivery-msg {
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
#rb-delivery-msg p {
    margin: 0;
}
/* Checkout Page Coupon Code */
.rb-applied-coupons {
    background: #f8f9fb;
    border: 1px solid #e5e7eb;
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
}
.rb-applied-coupons strong {
    font-weight: 600;
}
/* .woocommerce-checkout-review-order-table .cart-discount {
    display: none;
} */
.rb-checkout-coupons th {
    vertical-align: top;
    padding-top: 12px;
}
.rb-coupon-item {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 4px 10px;
    background: #eef3ff;
    color: #1a5cff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
}
.shoptimizer-sorting .woocommerce-ordering, .shoptimizer-sorting .woocommerce-result-count,
.onsale, .type-bubble, .woocommerce-product-rating, .woobt-product.woobt-product-this {
    display: none !important;
}
.notifybtn.button.orange_btn {
    margin-top: 1rem;
}

.shop_filter {
    .product-categories {
        display: flex;
        flex-wrap: wrap;
        .cat-item {
            margin-right: 1rem;
            margin-bottom: 1rem;
            a {
                border: 1px solid #5D9999;
                padding: 10px 15px;
                border-radius: 5px;
                display: inline-block;
                color: var(--darkgrey);
                font-size: var(--fs18);
                font-weight: 400;
                &:hover {
                    background-color: var(--orange);
                    border-color: var(--orange);
                    color: #fff;
                }
            }
        }
    }
}
.shop_filter ul.product-categories li.current-cat a {
    background-color: var(--orange);
    border-color: var(--orange) !important;
    color: #fff !important;
}
.filter_result_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .sorting_filtr_btn {
        display: inline-flex;
        align-items: center;
        gap: 1rem;
    }
    form.woocommerce-ordering {
        margin-right: 0;
        select.orderby {
            border: 1px solid #A1A1A1;
            padding: 10px;
        }
    }
}

.product_List_container{
    ul.products {
        gap: 1rem;
        display: flex !important;
        flex-wrap: wrap;
        li.product {
            width: calc(25% - 1rem) !important;
            margin-bottom: 2rem;
            height: calc(100% - 2rem) !important;
            box-shadow: 0px 2px 30px #0000001f;
            border-radius: 10px;
            padding-top: 15px !important;
        }
        li.product:not(.product-category):before {
            display: none !important;
        }
        .pr_rating {
            height: 1.118em;
        }
        .woocommerce-image__wrapper {
            img.attachment-woocommerce_thumbnail, picture.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail img {
                height: 270px;
                object-fit: contain;
            }
        }
        .woocommerce-loop-product__title a.woocommerce-loop-product__link {
            color: var(--darkgrey);
            font-weight: 500;
            margin-bottom: 8px;
            font-size: var(--fs24);
            line-height: 1.25;
            /* display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            text-overflow: ellipsis; */
        }
        .product-short-description {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
            font-size: var(--fs18);
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;  
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .price {
            margin-top: 1rem;
            display: block;
            font-weight: 500 !important;
            font-size: var(--fs18) !important;
            color: #A6A6A6;
            /*span.woocommerce-Price-amount.amount:first-child {
                font-weight: 500;
                color: var(--bluegreen);
            }*/
            ins {
                span.woocommerce-Price-amount.amount {
                    color: var(--bluegreen) !important;
                }
            }
        }
    }
    .shoptimizer-sorting {
        display: block !important;
        .woocommerce-pagination {
            display: none !important;
        }
        button#load-more-products {
            background-color: var(--orange) !important;
            font-size: var(--fs18) !important;
            font-weight: 600 !important;
            border-radius: 50px !important;
            padding: 12px;
            color: #fff;
            width: 200px;
            display: block;
            margin: 0 auto 2rem;
        }
        button#load-more-products:hover {
            background: #29bfc8 !important;
        }
    }
}

li.product:not(.product-category):hover a.notifybtn img {
    transform: none;
}

.google_review_flex {
    display: flex;
    gap: 10px;
    .grw-header, a img {
        transform: scale(0.8);
    }
    a, .wp-gr, .cr-trustbadgef {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        width: calc(100% - 10px) !important;
        height: 80px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #E5E5E5 !important;
        padding: 10px !important;
        border-radius: 6px !important;
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .cr-trustbadgef .cr-trustbadge-border {
        border: 0 !important;
        width: 95px !important;
        padding: 0 !important;
        height: 100%;
        transform: scale(0.5);
        top: -13px;
	}
    .wp-gr .wp-google-list .grw-header-inner {
        padding: 0 !important;
    }
}

.cpap_online_machine {
    .img_col img {
        mix-blend-mode: multiply;
    }
    .note {
        background-color: #fff;
        padding: 1.5rem;
        border-left: 4px solid var(--orange);
    }
}

.cpap_sleep_machine {
    .table-shadow {
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 5%);
    }
    table {
        margin-bottom: 0;
    }
    table th, table td {
        padding: .85rem 1.5rem;
        font-size: var(--fs20) !important;
        color: var(--darkgrey);
    }
    table th {
        background: var(--bluegreen);
        color: #fff;
        font-weight: 600;
    }
    table tr:last-child td {
        border-bottom: 0;
    }
}

.cpap_benefit_sec {
    .item-inner {
        position: relative;
        padding-left: 70px;
        p {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
        }
    }
    .item-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

.cpap_concern_sec {
    .item-inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        padding: 1rem;
        p {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
        }
    }
    .item-inner:hover {
        border-color: var(--orange);
    }
}

.cpap_faq {
    .gradient_sec {
        background: linear-gradient(to bottom, #0b4046, #42716f);
        color: #fff;
        border-radius: 20px;
        overflow: hidden;
        h3 {
            font-weight: 700 !important;
            font-size: var(--fs35) !important;
            line-height: 1.25;
        }
    }
}

.faq_accordion {
    background-color: var(--lightgrey);
    border-radius: 20px;
    padding: 1.5rem;
}

.accordion {
    .accordion:first-child {
        margin-top: 0;
    }
    .accordion-item {
        border-radius: 0;
        margin: 0;
        border: none;
        overflow: hidden;
        background: transparent;
        border-bottom: 1px solid #D8D8D8;
    }
    .accordion-header {
        background: transparent;
        margin-bottom: 0;
        border: 0;
    }
    .accordion-header button {
        width: 100%;
        display: inline-block;
        padding: 1rem 0;
        padding-right: 50px;
        position: relative;
        background: transparent;
        font-family: var(--nunito);
        color: var(--darkgreen);
        border-radius: 0;
        font-size: var(--fs24);
        font-weight: 500;
        line-height: 1.35;
    }
    .accordion-header button:after {
        display: none;
    }
    .accordion-header button:before {
        content: ' ';
        position: absolute;
        right: 8px;
        top: 17px;
        width: 30px;
        height: 30px;
        background-image: url(/wp-content/uploads/2026/01/minus-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
    }
    .accordion-header button.collapsed:before {
        background-image: url(/wp-content/uploads/2026/01/plus-icon.svg);
    }
    .accordion-body {
        padding: 0;
        font-size: var(--fs20) !important;
        font-weight: 300;
        color: #475569;
    }
}

.e-n-accordion {
    details.e-n-accordion-item {
        border: 0 !important;
        border-bottom: 1px solid #D8D8D8 !important;
    }
    summary.e-n-accordion-item-title {
        width: 100%;
        display: flex;
        padding: 1rem 0 !important;
        background: transparent;
        font-family: var(--nunito);
        color: var(--darkgreen) !important;
        border-radius: 0 !important;
        font-size: var(--fs24);
        font-weight: 500;
        justify-content: space-between !important;
        border: 0 !important;
        .e-n-accordion-item-title-header {
            color: inherit !important;
        }
        .e-n-accordion-item-title-text {
            font-size: inherit !important;
            color: #1E3147 !important;
            font-size: var(--fs24) !important;
        }
    }
    .accrdn_body {
        padding: 0 0 1rem !important;
        border: 0 !important;
        font-size: var(--fs20) !important;
        font-weight: 300;
        color: #475569;
    }
}

.partner_breathing {
    .col_item_inner {
        border: 1px solid #E5E5E5;
        border-radius: 20px;
        padding: 2rem;
        transition: .4s all;
        h3 {
            font-weight: 700 !important;
            font-size: var(--fs24) !important;
            line-height: 1.25 !important;
        }
        img {
            width: 70px !important;
            height: 70px !important;
            object-fit: contain;
            transition: .4s all;
        }
        p {
            margin-bottom: 0;
        }
    }
    .col_item_inner:hover {
        border-color: var(--bluegreen);
        img {
            transform: translateY(-10px);
        }
    }
}

.sec_title {
    p {
        margin-bottom: 0;
        font-weight: 400;
    }
    .elementor-widget-text-editor {
        padding-top: 8px !important;
    }
}

.brand_shop_carousel {
    .swiper-slide {
        img {
            height: 35px;
            object-fit: contain;
        }
    }
}

.better_sleep_sec {
    .item_inner {
        padding: 2rem;
        h3 {
            font-weight: 700 !important;
            font-size: var(--fs28) !important;
            line-height: 1.25 !important;
        }
        p {
            margin-bottom: 0;
        }
    }
    .item_inner:nth-child(even) {
        border: 1px solid #E5E5E5;
        background: #EFF6FB;
        border-radius: 20px;
    }
}

.expert_help_sec, .faq_question_sec .sec_title {
    p {
        font-size: var(--fs28) !important;
        line-height: 1.25;
    }
}

.professional_expert_sec {
    .item_inner  {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 5px 30px #00000014;
        .elementor-widget-icon-box {
            padding: 0 1.5rem 1.5rem;
        }
        h3 {
            margin-bottom: 3px !important;
        }
    }
}

.better_sleep_sec {
    p {
        font-size: var(--fs20);
    }
}

.blog_tabs_container {
    .e-n-tabs-heading {
        gap: 0 !important;
        button {
            color: var(--textgrey) !important;
            font-size: var(--fs20) !important;
            font-weight: 400;
            padding: 0 1.5rem;
            background: transparent !important;
            padding-bottom: 10px !important;
            line-height: 1.35 !important;
            border-bottom: 2px solid #EDEDED;
        }
        button[aria-selected="true"] {
            color: var(--bluegreen) !important;
            font-weight: 500;
            border-bottom: 2px solid var(--bluegreen);
        }
        .e-n-tab-title-text {
            font-size: inherit !important;
        }
    }
    .blog_item {
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        transition: .4s all;
        box-shadow: 0px 5px 30px #00000014;
        .item_content {
            padding: 1rem;
            h3 a {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;  
                overflow: hidden;
                text-overflow: ellipsis;
            }
            p {
                margin-bottom: 0;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;  
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }
    }
    .blog_item:hover {
        box-shadow: 0px 5px 30px #18436d63;
    }
}

.browse_category {
    .col_item {
        width: calc(100% / 4);
        margin-bottom: 1.5rem;
    }
    a.item_inner {
        width: 100%;
        height: 100%;
        background: #fff;
        display: inline-block;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #E5E5E5;
        transition: all .3s linear;
    }
    .img_size {
        width: 100%;
        padding: 10px;
        height: 230px;
        object-fit: contain;
    }
    .item_pad {
        text-align: center;
        padding: 1rem 1.5rem 5px;
    }
    h3 {
        font-weight: 600 !important;
    }
    .shop_more_btn {
        color: var(--orange);
        font-weight: 500 !important;
        opacity: 0;
        visibility: hidden;    
        transition: all .3s linear;
        position: relative;
        width: max-content;
        margin: 0 auto;
        &::after {
            content: "";
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: .5px;
            bottom: 0;
            left: 0;
            background-color: var(--orange);
            transition: transform .3s linear;
        }
    }
    a.item_inner:hover {
        border-color: var(--orange);
        box-shadow: 10.6575px 10.8076px 30px #08051412,6.90765px 10.079px 40px #0805140e,4.10512px 9.55552px 25.4815px #0805140b,2.1315px 4.96152px 13px #08051409,.86839px 2.02136px 6.51852px #08051407,.197361px .4594px 3.14815px #08051404;
        .shop_more_btn {
            opacity: 1;
            visibility: visible;
            &::after {
                transform: scaleX(1.04);
            }
        }
    }
}
.browse_cat_reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
    h4 {
        font-size: var(--fs28) !important;
        margin-bottom: 0;
        font-weight: 600 !important;
    }
    img {
        width: 400px !important;
    }
}

.sellimg_product_best {
    ul.products {
        display: flex !important;
        flex-wrap: wrap;
        li.product {
            width: calc(25% - 1rem) !important;
        }
    }
}

.prodcust_desc_tab_1sec, .product_key_feature, .product_specific_table, .product_specific_table {
    h3.elementor-heading-title {
        font-size: var(--fs35) !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
    }
}

.include_section {
    .col_item {
        width: 100%;
        max-width: 150px;
        margin-top: 1.5rem;
    }
    .col_inner {
        width: 100%;
        height: 100%;
        display: inline-block;
        text-align: center;
        figure {
            width: 100%;
            height: 130px;
            border: 1px solid #DDDDDD;
            margin-bottom: 1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        p {
            font-weight: 500;
            margin-bottom: 0;
            color: var(--darkgrey);
        }
    }
    .col_inner:hover {
        figure {
            border-color: var(--orange);
        }
        p {
            color: var(--orange);
        }
    }
}

ul.tabs.wc-tabs, .commercekit-atc-tab-links {
    li {
        margin-right: -4px;
    }
    li a {
        color: var(--textgrey) !important;
        font-size: var(--fs24) !important;
        font-weight: 400;
        padding: 0.75rem;
        background: transparent !important;
        border-bottom: 2px solid #EDEDED;
    }
    li.active a {
        color: var(--bluegreen) !important;
        font-weight: 500;
        border-bottom: 2px solid var(--bluegreen);
    }
    a:after {
        display: none !important;
    }
}

.commercekit-atc-sticky-tabs.cgkit-atc-product-simple, .commercekit-atc-tab-links{
    padding-left: 0;
    padding-right: 0;
    li {
        margin-bottom: 1px;
    }
    li:not(.active) a {
        border-color: #fff;
    }
}
div#commercekit-atc-tabs-wrap {
    border-top: 0;
}



.timeline{
    position: relative;
    margin-top: 7rem;
}
.timeline-line, .timeline-progress {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.timeline-line{
    width: 4px;
    height: 100%;
    background: #E6EFF1;
}
.timeline-progress{
    width: 100%;
    height: 0;
    background: var(--bluegreen);
    transition: height .4s ease-out;
}
.timeline-center-data {
    position:absolute;
    top:-4rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    color: var(--bluegreen);
    font-size: var(--fs50);
    gap: 1rem;
    background: #fff;
    .timeline-dot{
        width: 20px;
        height: 20px;
        background:#fff;
        border: 3px solid rgb(0 95 115 / 60%);
        box-shadow: 0 0 0 0 rgb(0 95 115 / 60%);
        animation: pulse_ani 1.8s infinite;
        border-radius: 50%;
        z-index: 2;
        transition: all .3s linear;
        &.active{
            border-color: var(--bluegreen);
            background: var(--bluegreen);
        }
    }
}
.timeline-item:not(:last-child) {
    padding-bottom: 4rem;
}
.timeline-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .timeline-content {
        width: 45%;
        padding: 1.5rem;
        text-align: right;
        align-self: center;
        line-height: 1.5;
    }
    .timeline-img {
        width: 45%;
        padding: 1.5rem;
    }
    h3 {
        font-weight: 700 !important;
        font-size: var(--fs35) !important;
        margin-bottom: 10px !important;
        line-height: 1.35 !important;
    }
}
.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    .timeline-content {
        text-align: left;
    }
}

/* Pulse animation */
@keyframes pulse_ani{
  0%{
    box-shadow:0 0 0 0 rgb(0 95 115 / 60%);
  }
  70%{
    box-shadow:0 0 0 14px rgba(13,110,253,0);
  }
  100%{
    box-shadow:0 0 0 0 rgba(13,110,253,0);
  }
}

#home_carousel_slider {
    padding-bottom: 3rem;
    .swiper-slide .elementor-widget-image img {
        border-radius: 10px;
        width: 100%;
    }
    .elementor-swiper-button {
        margin-right: 1rem;
        position: absolute;
        bottom: -20px;
        width: 50px !important;
        right: 0 !important;
        left: auto !important;
    }
    .elementor-swiper-button-prev {
        right: 50px !important;
    }
}

.mission_vision_col {
    h3 {
        font-weight: 700 !important;
        margin-bottom: 0 !important;
    }
    .ul_2_item {
        ul.elementor-icon-list-items {
            li {
                width: 48% !important;
                margin: 5px 0;
            }
        }
    }
}

.product-details-wrapper {
    padding-top: 3rem;
    .shoptimizer-product-prevnext {
        display: none;
    }
    .summary h1 {
        padding-right: 0;
        font-size: var(--fs50);
        font-weight: 500;
        color: #000000;
    }
    .commercekit-wishlist a {
        display: inline-flex;
        color: var(--bluegreen) !important;
        font-weight: 500;
        em.cg-wishlist:before, em.cg-wishlist-t:before {
            width: 20px !important;
            height: 20px !important;
            background: var(--orange) !important;
        }
    }
    table.variations tbody {
        display: flex;
        gap: 1rem;
        tr {
            width: 33.33%;
        }
    }
    .sold-items {
        border: 1px solid var(--orange);
        display: inline-flex;
        width: max-content;
        padding: 11px 15px;
        font-size: var(--fs16);
        img {
            margin-right: 15px;
        }
    }
    .woocommerce-variation-add-to-cart {
        /* margin-top: 1.5rem; */
    }
    .quantity.buttons_added {
        width: 85px;
        margin-bottom: 1rem;
        .quantity-nav {
            right: 0;
        }
    }
    form#sticky-scroll {
        margin-bottom: 0;
    }
    .single_add_to_cart_button {
        margin-bottom: 1rem;
        width: 150px !important;
        background: var(--orange) !important;
        margin-left: 10px !important;
        border-radius: 50px !important;
    }
    .ctc_chat.ctc_woo_place {
        margin-left: 1rem;
        margin-top: 10px;
    }
    .woobt-wrap {
        margin-top: 1.5rem;
        .woobt-text {
            font-weight: 500 !important;
            font-size: var(--fs24) !important;
        }
        .woobt-price {
            width: 200px !important;
            flex: 0 0 200px !important;
            max-width: 200px !important;
        }
        .woobt-price-ori {
            display: flex;
            gap: 10px;
            font-weight: 700 !important;
            font-size: var(--fs20) !important;
            color: #18436d;
        }
        .woobt-price del {
            opacity: 1;
            color: #A6A6A6;
            font-weight: 300;
        }
        .woobt-title a {
            color: #373737;
        }
    }
    .flex-viewport {
        .woocommerce-product-gallery__wrapper {
            width: 100% !important;
        }
    }
    .flex-viewport {
        height: 500px !important;
        * {
            height: 100% !important;
            object-fit: contain;
        }
    }
}

.news_sec {
    .news_icon_img {
        height: 110px;
        padding: 1.5rem;
        & * {
            height: 100%;
            object-fit: contain;
        }
        img {
            filter: grayscale(100%);
        }
    }
    .news_icon_img:hover {
        img {
            filter: none;
        }
    }
}

footer {
    background: #18436d0D;
    font-size: var(--fs16) !important;
    ul {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    li {
        list-style: none;
        a {
            color: inherit;
        }
    }
    a:hover {
        color: var(--bluegreen) !important;
        text-decoration: underline;
    }
    address {
        margin-bottom: 0;
    }
    .main_footer .ftr_col {
        width: calc(100% / 5);
        margin-bottom: 1.5rem;
        h4 {
            color: var(--bluegreen);
            font-weight: 700 !important;
            font-size: var(--fs20) !important;
        }
    }
    img.ftr_logo {
        width: 180px;
        margin-bottom: 1rem;
    }
    .ftr_logo_col {
        li {
            position: relative;
            min-height: 32px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 40px;
            margin-top: 8px;
            img {
                width: 32px;
                height: 32px;
                position: absolute;
                left: 0;
                top: 0;
                object-fit: contain;
            }
        }
    }
    .ftr_common_col {
        li {
            margin-top: 10px;
        }
        p {
            line-height: 1.45;
            margin-bottom: 0;
            margin-top: 10px;
        }
    }
    
    .ftr_seller {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        p {
            color: var(--bluegreen);
            font-weight: 400 !important;
            margin-bottom: 5px;
            font-size: var(--fs18) !important;
        }
        .authorized_seller {
            display: flex;
            gap: 10px;
            height: 30px;
        }
        .secure_payment {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
    }
    .ftr_delivery_location {
        border: 1px solid #95DBEA;
        border-radius: 5px;
        padding: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        h4 {
            color: var(--bluegreen);
            font-weight: 700 !important;
            font-size: var(--fs20) !important;
        }
        p {
            margin-bottom: 0;
        }
        .fdl_item {
            width: 20%;
        }
    }
    .footer_copyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
        p {
            margin: 1rem 0;
        }
        .ftr_social {
            display: flex;
            align-items: center;
            gap: 10px;
            a img {
                transition: all .3s linear;
            }
            a:hover img {
                transform: translateY(-10px);
            }
        }
    }
}

.shop_page {
    .wc-category-image {
        img {
            margin-left: auto;
            margin-right: auto;
            height: 300px;
            object-fit: contain;
        }
    }
}

form {
    input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 18px !important;
        height: 18px;
        border: 2px solid #999;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #fff;
        top: 2px !important;
	}
	input[type="checkbox"]:checked {
	  	background-color: var(--bluegreen);
	  	border-color: var(--bluegreen);
	}
	input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 0px;
        width: 7px;
        height: 11px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
	}
}

.form_inner {
    border: 1px solid #DFDFDF;
    padding: 2.5rem !important;
    background: #fff;
    border-radius: 23px !important;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 9%);
    p {
        margin-bottom: 0 !important;
    }
    .form-group {
        margin-bottom: 1.5rem;
    }
    label {
        color: #767676;
        font-size: var(--fs20) !important;
        font-weight: 500 !important;
    }
    .form-control {
        width: 100%;
        height: 50px !important;
        border: 1px solid #B5B5B5 !important;
        box-shadow: none !important;
        padding: 8px 15px !important;
        font-size: var(--fs16) !important;
        font-weight: 300 !important;
    }
    textarea.form-control {
        height: auto !important;
    }
}
.contact_info_column {
    .hour_operation  {
        p {
            margin-bottom: 0;
            span {
                width: 100px;
                display: inline-block;
            }
        }
    }
    .elementor-social-icons-wrapper {
        .elementor-icon.elementor-social-icon svg {
            width: 90%;
            height: 90%;
        }
    }
}
.price {
    span.woocommerce-Price-amount.amount {
        margin-right: .5rem;
        color: #18436d;
    }
    del {
        span.woocommerce-Price-amount.amount {
           color: #72767c !important; 
        }
    }
}

.trusted_review_sec {
    .cr-review-card .cr-review-card-inner {
        border-radius: 12px !important;
    }
    .cr-reviews-slider.slick-slider {
        margin: 0;
    }
    button.slick-arrow {
        display: none !important;
    }
    .slick-dots {
        li {
            width: 12px !important;
            height: 12px !important;
            button {
                width: 12px !important;
                height: 12px !important;
                padding: 0 !important;
                &:before {
                    width: 100% !important;
                    height: 100% !important;
                    font-size: 0 !important;
                    background: #fff;
                    border-radius: 50%;
                }
            }
        }
    }
}

.static_page_sec_detail {
    .common_address_col {
        background: #fff;
        padding: 1.5rem;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 9%);
        border-radius: 10px;
    }
}

.blog_main_page {
    .blog_post_info ul {
        justify-content: space-between;
        span.elementor-icon-list-text {
            color: #989898;
            font-weight: 300;
        }
    }
    .blog_tabs {
        .e-n-tabs-heading button {
            border: 1px solid #A1A1A1;
            margin: 5px !important;
            padding: 10px 25px !important;
            border-radius: 50px;
            color: #161616 !important;
            font-size: var(--fs18) !important;
            &[aria-selected="true"] {
                background: var(--orange) !important;
                font-weight: 500;
                color: #fff !important;
                border-color: var(--orange) !important;
            }
        }
        .e-loop__load-more {
            .elementor-button {
                background: var(--orange) !important;
                color: #fff !important;
                border-radius: 50px !important;
                font-size: var(--fs18) !important;
                font-weight: 600 !important;
                padding: 14px 25px !important;
                outline: none !important;
                box-shadow: none !important;
                line-height: 1.35;
            }
        }
    }
}

.blog_article_aside {
    padding: 1.5rem;
    border: 1px solid #E4E4E4 !important;
    border-radius: 15px !important;
    background: #FDFDFD;
    .elementor-toc__header {
        padding: 0;
        border: 0;
    }
    .elementor-toc__body {
        padding: 0 !important;
        ul {
            margin: 0 !important;
            li {
                margin-top: 12px;
            }
            li a {
                font-size: var(--fs16);
            }
        }
    }
}
.blog_detail_post_sec {
    p, li {
        font-size: var(--fs20) !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        a:hover {
            color: var(--orange);
        }
    }
    
}
ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    gap: 10px;
}

.widget_shopping_cart a.button.checkout, #payment .place-order .button, .woocommerce-cart .return-to-shop .button, .wc-proceed-to-checkout .checkout-button,
table.cart td.actions button, .commercekit-wishlist-list .button.wsl-no-shop, button.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-Button.button, 
.commercekit-atc-stuck #cgkit-tab-commercekit-sticky-atc-title button {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px !important;
}
.shoptimizer-mini-cart-wrap .close-drawer {
    color: var(--bluegreen) !important;
}
#customer_details h3, h3#order_review_heading, .woocommerce-cart .cart-empty {
    font-weight: 700 !important;
    font-size: var(--fs28) !important;
}
.cart-drawer-heading {
    font-weight: 700 !important;
    font-size: var(--fs24) !important;
}
p.wsl-no-desc {
    font-weight: 300;
    font-size: var(--fs16) !important;
}

#customer_details, .woocommerce-MyAccount-content, form.woocommerce-form.woocommerce-form-login.login {
    .form-row label {
        color: #767676;
        font-weight: 500;
        font-size: var(--fs16);
    }
    input.input-text {
        box-shadow: none;
        border-radius: 8px;
        border: 1px solid #B5B5B5;
        height: 46px;
        padding: 8px 15px;
    }
    textarea.input-text {
        box-shadow: none;
        border-radius: 8px;
        border: 1px solid #B5B5B5;
        padding: 8px 15px;
    }
}

.coupon-wrapper {
    .woocommerce-info {
        font-size: var(--fs24);
    }
    input.input-text {
        box-shadow: none;
        border-radius: 8px;
        border: 1px solid #B5B5B5;
        height: 46px;
        padding: 8px 15px;
    }
    .button {
        background: var(--orange) !important;
        border-color: var(--orange) !important;
        height: 47px !important;
        border-radius: 50px !important;
    }
}

#order_review {
    .woocommerce-checkout-review-order-table {
        table-layout: auto !important;
    }
    .cg-checkout-table-product-name {
        font-weight: 500;
        font-size: var(--fs18);
        .product-quantity {
            font-size: inherit !important;
        }
    }
    .cart_item {
        td.product-name {
            width: 80%;
        }
        .product-total span.woocommerce-Price-amount.amount {
            font-weight: 500;
            font-size: var(--fs16);
        }
    }
    tr.cart-subtotal, tr.order-total {
        th, td {
            width: 50%;
        }
    }
    tr.cart-subtotal * {
        font-weight: 600 !important;
        font-size: var(--fs18);
        white-space: nowrap;
    }
    tr.order-total * {
        font-weight: 600 !important;
        font-size: var(--fs20) !important;
        small.includes_tax, span.woocommerce-Price-amount.amount, span.woocommerce-Price-currencySymbol {
            font-size: 14px !important;
            font-weight: 400 !important;
        }
        small.includes_tax {
            white-space: nowrap;
        }
    }
    tr.woocommerce-shipping-totals.shipping {
        td {
            display: table-cell;
            width: unset;
        }
    }
    ul#shipping_method label {
        font-weight: 500 !important;
        font-size: var(--fs16);
    }
}
tr.woocommerce-shipping-totals.shipping h4 {
    font-weight: 600 !important;
    font-size: var(--fs18) !important;
}

#payment .payment_methods > .wc_payment_method > label {
    font-weight: 700 !important;
    font-size: var(--fs18) !important;
}

ul.checkout-bar:before, .woocommerce-checkout ul.checkout-bar li.active:before, .checkout-bar li.active:after {
    background: #18436d !important;
}
button#btn-razorpay, button#btn-razorpay-cancel {
    font-size: var(--fs18) !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    margin-right: 10px;
        border-radius: 50px !important;
}
button#btn-razorpay {
    background: var(--orange) !important;
    color: #fff !important;
        border-radius: 50px !important;
}
button#btn-razorpay-cancel {
    background: var(--seagreen) !important;
    color: var(--bluegreen) !important;
        border-radius: 50px !important;
}
.woocommerce-checkout ul.order_details li {
    font-weight: 600 !important;
    font-size: var(--fs18) !important;
    strong {
        font-weight: 400 !important;
        font-size: var(--fs16) !important;
    }
}
.woocommerce-checkout p.woocommerce-thankyou-order-received {
    font-size: var(--fs20) !important;
    align-items: center;
}
section.woocommerce-order-details, section.woocommerce-customer-details {
    h2 {
        font-size: var(--fs28) !important;
    }
}

table.woocommerce-table--order-details tfoot tr:last-child td, table.woocommerce-table--order-details tfoot tr:last-child th {
    font-size: var(--fs18) !important;
}

.cart-related-products {
    width: 100%;
    float: left;
    li.product {
        list-style: none;
        height: 100%;
        box-shadow: 0px 2px 30px #0000001f;
        border-radius: 10px;
        padding: 15px;
        position: relative;
        padding-bottom: 70px;
        .woocommerce-image__wrapper img {
            height: 270px;
            object-fit: contain;
        }
        .woocommerce-loop-product__title .woocommerce-loop-product__link {
            color: var(--darkgrey);
            font-weight: 500;
            margin-bottom: 8px;
            font-size: var(--fs24);
            display: -webkit-box !important;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .product-short-description {
            color: var(--textgrey);
            font-weight: 300;
            margin-bottom: 0;
            font-size: var(--fs18);
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .price {
            margin-top: 1rem;
            display: block;
            font-weight: 500 !important;
            font-size: var(--fs18) !important;
            color: #A6A6A6;
            span.woocommerce-Price-amount.amount {
                margin-right: .5rem;
                color: #18436d;
            }
        }
        a.button {
            display: block;
            position: absolute;
            z-index: 1;
            width: calc(100% - 30px);
            bottom: 15px;
            height: 45px !important;
            text-align: center;
            background-color: var(--orange);
            font-size: var(--fs20);
            font-weight: 600;
            padding: 0;
            line-height: 45px !important;
        border-radius: 50px !important;
        }
    }
}
.product-out-of-stock em {
    color: red;
}

ul.products li.product.outofstock {
    a.button {
        display: none !important;
    }
}

.shoptimizer-cart-wrapper {
    table.cart.woocommerce-cart-form__contents {
        .coupon {
            input#coupon_code {
                box-shadow: none;
                border-radius: 8px;
                border: 1px solid #B5B5B5;
                height: 46px;
                padding: 8px 15px;
                font-size: var(--fs16);
            }
            .button {
                background: var(--orange) !important;
                border-color: var(--orange) !important;
                font-weight: 600;
                color: #fff !important;
                height: 46px;
                font-size: var(--fs16);
                border-radius: 50px !important;
            }
        }
    }
    td.product-name {
        font-weight: 500;
        font-size: var(--fs18) !important;
    }
    td.product-subtotal {
        font-weight: 600;
        font-size: var(--fs16) !important;
    }
}
.cart-summary {
    .widget .widget-title, h3 {
        margin-bottom: 10px !important;
        font-size: var(--fs28) !important;
        color: #353535;
        font-weight: 700 !important;
    }
}

.cart_totals.calculated_shipping {
    tr.cart-subtotal, tr.order-total {
        font-weight: 600 !important;
        font-size: var(--fs18);
    }
    tr.cart-discount td, tr.cart-discount th {
        padding-top: 5px !important;
        padding-bottom: 0 !important;
    }
}

.woocommerce-account header.entry-header {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.woocommerce-MyAccount-content {
    font-weight: 300;
    .my_account_orders .button, .woocommerce-MyAccount-downloads .button, button.woocommerce-Button.button, button.button, .woocommerce-button.button.order-actions-button {
        background: var(--orange) !important;
        border-color: var(--orange) !important;
        border-radius: 50px !important;
    }
    .woocommerce-orders-table th a {
        color: var(--bluegreen);
    }
    .woocommerce-Address-title h2, h2 {
        font-size: var(--fs28) !important;
    }
    .woocommerce-button.button.order-actions-button {
        margin-right: 0.236em;
        border-radius: 50px !important;
    }
}

#commercekit-wishlist-shortcode {
    ul.products {
        gap: 15px;
        li.product {
            align-self: unset !important;
            list-style: none;
            /* height: 100%; */
            box-shadow: 0px 2px 30px #0000001f;
            border-radius: 10px;
            padding: 15px;
            position: relative;
            padding-bottom: 15px !important;
            &:before, &:after {
                display: none !important;
            }
            .shoptimizer-plp-image-wrapper img {
                height: 220px;
                object-fit: contain;
            }
            .woocommerce-loop-product__title .woocommerce-loop-product__link {
                color: var(--darkgrey);
                font-weight: 500;
                margin-bottom: 8px;
                font-size: var(--fs24);
                display: -webkit-box !important;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .star-rating {
                display: none;
            }
            .price {
                display: block;
                font-weight: 500 !important;
                font-size: var(--fs18) !important;
                color: #A6A6A6;
                small {
                    font-size: 62%;
                }
                span.woocommerce-Price-amount.amount {
                    margin-right: .5rem;
                    color: #18436d;
                }
                del span.woocommerce-Price-amount.amount {
                    color: #72767c !important;
                }
            }
        }
    }
}

.commercekit-wishlist-pages {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: var(--fs20) !important;
}

.related-wrapper {
    section.related.products {
        padding-left: 0 !important;
        padding-right: 0 !important;
        h2 {
            padding-top: 0 !important;
        }
    }
}

.select2-container--default .select2-selection--single {
    box-shadow: none;
    border-radius: 8px !important;
    border: 1px solid #B5B5B5 !important;
    height: 46px !important;
    padding: 8px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px !important;
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--bluegreen) !important;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
    .payment-methods p {
        text-align: center;
        padding: 10px 0;
    }
}

#commercekit-timer, #commercekit-timer-message {
    background: #18436d1A !important;
    border: 1px solid var(--bluegreen) !important;
    font-weight: 700;
    font-size: var(--fs20) !important;
}
.woocommerce-form-login-toggle {
    .woocommerce-info {
        background: var(--orange) !important;
        border: 0 !important;
        padding: 1rem 2rem !important;
        font-weight: 700;
        font-size: var(--fs20) !important;
        a.showlogin {
            font-weight: 400 !important;
        }
    }
}
h4.form-row.form-row-wide.create-account {
    padding-bottom: 1rem;
    label.woocommerce-form__label-for-checkbox {
        font-size: inherit !important;
        color: inherit !important;
    }
}

.login_my_account {
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 9%);
    padding: 3rem;
    max-width: 600px;
    margin: 0 auto 3rem;
    p.woocommerce-LostPassword.lost_password {
        margin-bottom: 0;
    }
    p {
        font-size: var(--fs16);
        font-weight: 300;
    }
    .remember_password_lost {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
}
.cou_note {
    background: #fcf9ef;
    padding: 20px;
    text-align: center;
    border: 1px dotted #f9a825;
    p {
        margin: 0;
    }
}

.modal_popup {
    .modal-body {

    }
    .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        opacity: 1;
        outline: none;
        box-shadow: none;
    }
    .popup_info {
        padding: 1rem;
        p:last-child {
            margin-bottom: 0;
        }
    }
}

.woo-slg-social-container {
    margin: 2rem 0 0 !important;
    text-align: center;
    .woo-slg-login-wrapper a, .woo-slg-social-wrap img {
        width: 100% !important;
    }
}
.sale-item.product-label + .ckit-badge_wrapper, .onsale + .ckit-badge_wrapper {
    right: auto !important;
    left: auto !important;
    top: 10px !important;
}

nav.woocommerce-pagination {
    ul.page-numbers {
        li .page-numbers {
            width: 35px;
            height: 35px;
            display: inline-block;
            text-align: center;
            line-height: 35px;
            padding: 0 !important;
            font-weight: 500;
            font-size: var(--fs16);
            border: 1px solid #f5f3ee;
            &.current {
                background: var(--bluegreen) !important;
                border-color: var(--bluegreen) !important;
                color: #fff !important;
            }
        }
    }
}


.product form.cart.commercekit_sticky-atc {
    #respbuy-pincode-box {
        display: none;
    }
    button.single_add_to_cart_button {
        margin-left: 8px !important;
        height: 40px;
        width: 110px !important;
        padding: 0 !important;
        line-height: 38px;
        font-size: 14px;
        margin: 5px 0;
    }
    .ctc_chat.ctc_woo_place {
        margin-left: 8px;
    }
}

.page-breadcrumb {
    ul.breadcrumb {
        margin-left: 0;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
        max-width: 100%;
        display: flex;
        gap: 30px;
        padding: 5px 0;
        li {
            color: #6F7272;
            position: relative;
            font-weight: 300;
            font-size: var(--fs18);
        }
        li a {
            color: inherit;
            font-size: inherit;
        }
        li.active {
            color: var(--bluegreen);
        }
        li:not(:first-child)::before {
            content: '';
            width: 10px;
            height: 15px;
            background: url(/wp-content/uploads/2026/02/seperator.svg) no-repeat center;
            background-size: contain;
            position: absolute;
            left: -19px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

.pulse {
  width: 11px;
  height: 11px;
  background: greenyellow;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0 128 0 / 70%);
  animation: smoothPulse 2s infinite;
}
.rb-stock.out-of-stock {
    color: red;
    margin: 1rem 0;
    .pulse {
        background: red;
        box-shadow: 0 0 0 0 rgba(151, 1, 1, 0.7);
        animation: smoothPulse_red 2s infinite;
    }
}

@keyframes smoothPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0 128 0 / 70%);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(59, 130, 246, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

@keyframes smoothPulse_red {
  0% {
    box-shadow: 0 0 0 0 rgba(151, 1, 1, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(59, 130, 246, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

li#cgkit-tab-commercekit-gallery-title, .page-id-7105 .pr_rating {
    display: none;
}
.outofstock span.product-out-of-stock {
    display: none;
}
.outstockbtns {
    position: absolute !important;
    z-index: 1;
    bottom: 15px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    a.notifybtn {
        width: 50px;
        &:hover {
            animation: shake_bell 0.7s ease;
        }
    }
    span.out-of-stock-badge {
        text-align: center;
        background: red;
        color: #fff;
        padding: 10px 30px;
        border-radius: 50px;
        font-weight: bold;
        width: 100%;
    }
}

@keyframes shake_bell {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.resmed_sec .elementor-widget-image img {
    transition: all .3s linear;
    &:hover {
        transform: translateY(-15px);
    }
}

.cart-related-products .outofstock a.button {
    display: none !important;
}

.aws-search-result .aws_onsale {
    background: #29bfc8 0 0 !important;
}
.commentlist .cr-product-name-picture {
    display: none !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a:hover {
    color: #18436d !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 4px solid #29bfc8 !important;
    background-color: #29bfc8 !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: #29bfc8 !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    background-color: #29bfc8 !important;
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
    border-top: 5px solid #29bfc8 !important;
}


.banner_whatsapp a img{
    width:60px;
    border-radius:50%;
    transition: transform 0.3s;
}
.banner_whatsapp a:hover img{
    animation: whatsappPulse 1s infinite;
}
@keyframes whatsappPulse{
    0%{
        transform: scale(1);
        box-shadow:0 0 0 0 rgba(37,211,102,0.7);
    }
    70%{
        transform: scale(1.1);
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        transform: scale(1);
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

.wp-about-author-container-top {
    border-top: 1px solid #000 !important;
    .wp-about-author-pic {
        width: 70px;
        min-width: 70px;
        height: 70px;
        padding: 0 !important;
        border: 0 !important;
    }
}

#notifyme {
    .wpcf7-spinner {
        display: none !important;
    }
    .wpcf7-email {
        width: 100%;
        height: 50px !important;
        border: 1px solid #B5B5B5 !important;
        box-shadow: none !important;
        padding: 8px 15px !important;
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .orange_btn {
        width: 100%;
        padding: 15px !important;
    }
}
.shoptimizer-primary-navigation .sub-menu a.cg-menu-link.sub-menu-link span.sub {
    display: none;
}
.product-categories {
    .cat-item-76, .cat-item-77, .cat-item-78, .cat-item-79, .cat-item-80, .cat-item-81, .cat-item-82, .cat-item-235, .cat-item-236, .cat-item-237, .cat-item-238, .cat-item-239, .cat-item-240, .cat-item-241, li.cat-item-none {
        display: none;
    }
}
.shop_filter .product-categories {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding-bottom: 10px;

  /* Smooth scrolling */
  scroll-behavior: smooth;

  /* iOS smooth scroll */
  -webkit-overflow-scrolling: touch;

  /* Optional snap */
  scroll-snap-type: x mandatory;

  /* Hide scrollbar */
  scrollbar-width: none;

  cursor: grab;
}

.shop_filter .product-categories::-webkit-scrollbar {
  display: none;
}

.shop_filter .product-categories:active {
  cursor: grabbing;
}

.shop_filter .product-categories li {
  flex: 0 0 auto;
  list-style: none;
  scroll-snap-align: start;
}
.cr-trustbadgef .badge__verified.verified {
        display: none;
    }
/* .shop_filter {
        .product-categories {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: drag;
        scroll-snap-type: x mandatory;
        }
        .product-categories::-webkit-scrollbar {
        display: none;
        }
        .product-categories li {
        flex: 0 0 auto;
        list-style: none;
        scroll-snap-align: start;
        }
    } */

.commercekit-wishlist a em.cg-wishlist-t:before, .commercekit-wishlist a em.cg-wishlist:before, .commercekit-wishlist.full a em.cg-wishlist-t:before {
    width: 25px !important;
    height: 25px !important;
}

div#ht-ctc-chat {
    bottom: 80px !important;
}
#cgkit-mobile-commercekit-sticky-atc button {
    background: var(--orange) !important;
    border-radius: 50px !important;
}

.size-guide-modal table th, .single-ckit_size_guide .entry-content table th, .commercekit-Tabs-panel--commercekit-sg table th {
    background: #18436d !important;
}

ul.products li.product .price ins {
    font-weight: normal !important;
}
.woocommerce.woocommerce-page .wp-about-author-container.wp-about-author-container-top.wp-about-author-layout-default {
    display: none;
}
.woobt-price-ori small.woocommerce-price-suffix {
    display: none;
}
.brand_name {
    display: flex;
    gap: 0 15px;
}
.widget_shopping_cart .product_list_widget li a.remove, .widget_shopping_cart .product_list_widget li a.remove:before {
    width: 20px !important;
    height: 20px !important;
}