.cs_site_header.cs_style_1 .cs_main_header_in{
    height: 70px;
}
.cs_top_header_in {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 35px;
    justify-content: center;
}
.cs_header_icon_box {
    font-weight: 500;
    /* make text bold */
    animation: blink 3s infinite;
    /* apply blink effect */
}

/* blink keyframes */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.container-fluid {
    width: 65% !important;
}
.cs_hero.cs_style_1 {
    /* Need to change image size when go to live */
    /* min-height: 680px; */
    min-height: 0px;
}
.image-container {
    position: relative;
    display: inline-block;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    pointer-events: none;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 30px;
}
.cs_header_icon_box {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.cs_primary_bg {
    background-color: #198754;
}
.cs_header_icon_box:hover {
    color: #fff;
}
.cs_nav_list li a {
    font-size: 12px;
    text-transform: uppercase;
}
.cs_header_credential_btns {
    font-size: 12px;
    text-transform: uppercase;
}
.cs_cart_btn {
    font-size: 12px;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
    height: 70px;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
    justify-content: space-evenly;
}
.cs_header_search_field {
    height: 45px;
}
.cs_header_search_field::placeholder {
    color: #888;
    /* font-style: italic; */
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
}
.cs_site_header_height_1 {
    height: 150px;
}
.cs_site_header.cs_style_1 .cs_bottom_header {
    height: 50px;
}
.cs_header_number_wrap .cs_header_number {
    font-size: 18px;
}
.cs_nav_category_btn {
    font-size: 14px;
}
.cs_mega_menu ul li h4 {
    font-family: 'prompt' !important;
    font-size: 16px !important;
}
body {
    background-color: #f8f9fa;
}
.icon-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: relative;
}
.icon-circle img {
    width: 90%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}
.icon-circle:hover {
    box-shadow: 0 0 20px 10px #198754a3;
    transform: scale(1.05);
}
.icon-circle:hover img {
    transform: scale(1.05);
}
.product-title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
}
/* Responsive Sizes */
@media (min-width: 768px) {
    .icon-circle {
        width: 140px;
        height: 140px;
    }
    .product-title {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .icon-circle {
        width: 160px;
        height: 160px;
    }
    .product-title {
        font-size: 16px;
    }
}
/* Slider Css Top */
.slider img {
    width: 100%;
    height: auto;
}
.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}
.slick-dots li button:before {
    color: #fff;
}
/* Center align the arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
}
/* Position the arrows */
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
/* Arrow hover effect */
.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Dots customization */
.slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    color: #ff7f7f;
}
/* Full width images */
.slider img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
    .cs_height_140 {
        height: 10px !important;
    }
}
/* .cs_section_heading_in h3 {
    font-family: 'Prompt';
    font-size: px;
    text-transform: uppercase;
    font-weight: 700;
} */
.cs_text_btn span {
    font-size: 14px;
    color: #198754;
}
.cs_product_card {
    background-color: #fff;
}
.cs_product_card.cs_style_1::before,
.cs_product_card.cs_style_3::before,
.cs_product_card.cs_style_9::before {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cs_btn.cs_style_1 {
    background-color: #198754;
}
.cs_like_btn,
.cs_product_icon_btn {
    border: 1px solid #198754;
}
.cs_product_card.cs_style_1:hover .cs_product_title,
.cs_product_card.cs_style_3:hover .cs_product_title,
.cs_product_card.cs_style_9:hover .cs_product_title {
    color: #000;
    text-decoration: none;
}
.cs_product_card.cs_style_9 .cs_pack_title::before {
    background-color: #000;
    opacity: 1;
}
.cs_accent_color {
    color: #fff;
}
.cs_about {
    gap: 40px 40px;
}
.cs_about_container {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_category.cs_style_1 .cs_category_title {
    /* margin-bottom: 26px; */
    font-family: 'Prompt';
    color: #fff;
    font-size: 36px;
}
.cs_category.cs_style_1 .cs_category_subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.bg-shadow {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.cs_category.cs_style_1 {
    padding-bottom: 0%;
}
.cs_section_heading_in {
    margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
    .cs_height_122 {
        height: 50px;
    }
}
@media screen and (min-width: 992px) {
    .cs_height_150 {
        height: 50px;
    }
}
.cs_product_card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.bg-shadow:hover {
    /* background-color: red; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* Disable hover effects on product cards */
.cs_product_card:hover,
.cs_product_card_in:hover,
.cs_product_info:hover {
    transform: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.cs_product_card.cs_style_9 .cs_progress_in {
    min-width: 0px;
}
.cs_product_card.cs_style_9 .cs_progress {
    margin-top: 0;
}
/* Ensure progress bar always stays visible */
.cs_product_info .cs_progress {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.cs_progress{
    height: 10px !important;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.15);
    border-radius: 25px;
}
.product-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.product-card:hover {
    transform: translateY(-10px);
}
.product-card video {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.add-to-bag {
    background-color: black;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.add-to-bag:hover {
    background-color: #333;
}
.slider-container {
    width: 100%;
    margin: auto;
}
.slick-slide {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px;
}
.slider-item {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    /* padding: 15px; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.slider-item img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.slider-content {
    padding: 15px;
}
.slider-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.slider-content p {
    color: #777;
    margin: 10px 0 15px;
    font-size: 14px;
}
.slider-content button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.slider-content button:hover {
    background-color: #333;
}
.cs_video_container {
    background: #fff;
    /* padding: 15px; */
    border-radius: 10px;
    /* box-shadow: 0 0 20px 5px #2125292e; */
}
/* Padding 0 important */
.p-0-i {
    padding: 0px !important;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover !important;
    overflow: hidden !important;
    display: block !important;
    object-position: center top !important;
}
.cs_product_card.cs_style_9.cs_type_1 {
    /* border-radius: 10px 10px 10px 10px; */
    border-radius: 2px;
}
.btn-block {
    display: block;
    width: 100%;
}
.video-title {
    text-align: left !important;
    font-size: 12px !important;
}
.video-price-title {
    justify-content: left !important;
    font-size: 12px !important;
}
.cs_product_title {
    font-size: 14px;
}
.cs_product_price {
    font-size: 30px;
}
.cs_slider_gap_20 .slick-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* Best Seller Css */
.bestseller-cards {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
    border-radius: 10px !important;
}
.bestseller-cards:hover {
    transform: scale(1.02);
}
.product-image {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0px 0px !important;
}
.product-info {
    padding: 15px;
    text-align: center;
}
.product-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.product-description {
    color: #666;
    margin-bottom: 10px;
}
.product-rating {
    color: #f0c14b;
    margin-bottom: 15px;
}
.product-button {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.product-button:hover {
    background-color: #444;
}
.best-seller-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f0c14b;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}
.bestseller-cards {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
}
.bestseller-cards {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
}
.bestseller-cards:hover {
    transform: scale(1.02);
}
.product-info {
    padding: 15px;
    text-align: center;
}
.product-title {
    font-size: 14px;
    font-family: 'Prompt';
    font-weight: 400;
    text-align: left;
    color: #000;
}
.product-title-category {
    text-justify: center;
    text-align: center;
}
.product-description {
    color: #000;
    margin-bottom: 0px;
    font-family: 'prompt';
    text-align: left;
    font-size: 13px;
    font-weight: 300;
}
.product-price {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
}
.product-rating {
    color: #f0c14b;
    margin-bottom: 15px;
}
.product-button {
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.product-button:hover {
    background-color: #444;
}
.best-seller-badge {
    position: absolute;
    top: 0px;
    right: 1px;
    background-color: #0026A9;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px 10px 0px 10px;
    font-weight: 100;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}
.owl-nav button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}
.owl-nav button:hover {
    background-color: #444;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    /* transition: background-color 0.3s ease; */
}
.owl-dots .owl-dot.active span {
    background-color: #000;
}
.owl-stage-outer {
    padding: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff00 !important;
    color: #000000 !important;
    text-decoration: none !important;
    border-radius: 50% !important;
    border: 1px solid black !important;
    font-size: 24px !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 24px !important;
    color: black !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
    width: 32px !important;
    border-radius: 10px !important;
    height: 5px !important;
    border: 1px solid #000 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}
.cs_header_number_wrap .cs_header_number {
    font-size: 18px;
    color: black;
}
.heading-prompt {
    font-family: 'Prompt';
    font-size: 24px;
    font-weight: 400;
    text-justify: left;
}
.cs_btn {
    font-size: 12px !important;
}
.about-area,
.cs_product_title {
    text-align: left !important;
}
.text-align-left {
    justify-content: left !important;
    text-align: left !important;
}
.cs_section_heading_title {
    font-family: 'Prompt';
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #000;
}
.cs_post_title {
    text-transform: uppercase;
    font-size: 18px !important;
}
.cs_post.cs_style_2.cs_type_1 .cs_post_info {
    padding: 40px 10px;
    margin-top: -15px;
    background: #f8f9fa;
    border-radius: 0px 0px 10px 10px;
}
.cs_post.cs_style_2.cs_type_1 .cs_post_info h2 {
    text-align: center;
}
.our_story_heading {
    font-size: 14px !important;
    font-size: 500;
    color: #000;
    text-transform: uppercase;
}
.our_story_desc {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.cs_post.cs_style_2 {
    background: #fff;
}
/* .cs_grid_col:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */
/* .cs_post:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
} */
 .cs_product_card.cs_style_9:hover .cs_progress {
     bottom: 0px;
     opacity: 0;
 }
.cs_nav_category_list>li>a img {
    border: 1px solid #00000070;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cs_nav_category_list>li>a {
    font-size: 12px;
}
.cs_cart_btn:hover {
    color: #198754;
}
a:hover {
    text-decoration: none;
    color: #198754;
}
.cs_nav_category_btn {
    color: #198754 !important;
}
.cs_accent_bg {
    background-color: #198754;
}
.cs_nav_category_btn::before {
    background-color: #198754;
}
/* Mobile Screen Media Query */
@media screen and (max-width: 991px) {
    .site-logo {
        max-width: 120px !important;
        width: 100% !important;
    }
    .cs_site_header.cs_style_1 .cs_menu_toggle {
        top: 20%;
        right: 10px;
    }
    .cs_site_header.cs_style_1 .cs_top_header_in {
        display: none;
    }
    .cs_site_header.cs_style_1 .cs_bottom_header {
        border: none !important;
    }
}
@media screen and (min-width: 992px) {
    .cs_nav .cs_nav_list .cs_mega_menu .cs_mega_wrapper {
        border-top: 2px solid #198754;
        border-radius: 0 0 5px 5px;
    }
    .cs_nav .cs_nav_list .cs_mega_wrapper a {
        padding: 2px 10px;
    }
    .cs_nav .cs_nav_list .cs_mega_wrapper>li h4 {
        font-weight: 400;
    }
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
    background-color: #198754;
    border-color: #198754;
}

/* Shop Page Css */
.cs_custom_select {
    padding: 5px 34px 5px 20px;
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
}
.cs_filter_heading.cs_style_1 h3 {
    margin-right: 0px;
    font-family: 'Prompt';
    text-transform: uppercase;
}
.cs_radius_12 {
    border-radius: 2px !important;
}
.cs_fs_18 {
    font-size: 14px;
    text-transform: uppercase;
    font-family:'prompt';
    margin-bottom: 3px !important;
    font-weight: 600;
}
.keyBenfits{
font-size: 14px;
    color: #000000a3;
    font-weight: 300;
    text-align: left;
}
.cs_custom_checkbox>span {
    font-size: 12px;
}
.cs_product_card.cs_style_3 .cs_btn.cs_style_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0;
}
.cs_more_widget_btn {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Prompt';
    font-weight: 400 !important;
}
.cs_accent_light_bg {
    border-radius: 10px;
}
.cs_accent_light_bg {
    background-color: #fff;
}
.cs_product_card.cs_style_10:hover {
    background-color: #fff;
}
.cs_accent_color {
    color: #198754;
}
.cs_pagination_box .cs_pagination_item.active {
    background-color: #198754;
}
.cs_pagination_box .cs_pagination_item {
    border-radius: 50%;
}
.cs_pagination_box a.cs_pagination_item:hover {
    background-color: #198754;
    color: #fff !important;
}
.cs_filter_widgets.cs_accent_light_bg {
    width: 300px;
}
.cs_filter_widget_list li:not(:last-child) {
    padding-bottom: 3px;
}
.cs_price_range .cs_price_range_in span {
    font-size: 12px;
}
.cs_price_range input {
    height: 35px;
}
input::placeholder,
textarea::placeholder {
    color: #999;
    /* Change color */
    /* Italicize text */
    font-size: 12px;
    /* Set font size */
    opacity: 1;
    /* Ensure it's visible in all browsers */
}
.cs_rating .cs_rating_percentage {
    color: #198754;
}
.cs_bottom_footer {
    border-top: 1px solid #fff;
}
.cs_btn.cs_style_2 {
    border: 1px solid #198754;
    color: #198754;
}
.cs_btn.cs_style_2:hover {
    background-color: #198754;
    color: #fff !important;
}
.cs_btn.cs_style_1:hover {
    color: #fff !important;
}
.cs_cart_close:hover {
    color: #198754;
}
.cs_cart_card_item h3 {
    font-size: 12px;
}
.cs_cart_card_item_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
}
.cs_gray_bg_4 {
    background-color: #fff;
}
.contact_us_form .cs_gray_bg_4 {
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_breadcamp_wrap.cs_style_1 .cs_breadcamp_title {
    margin-bottom: 20px;
    font-family: 'Prompt';
}
.cs_login_card h2 {
    margin-bottom: 6px;
    font-family: 'Prompt';
}
.login_form label{
    font-size: 12px;
    font-weight: 400;
}
.login_form a{
    font-size: 14px;
}
.registration h2{
    font-family: 'prompt';
}
.registration label{
    font-size: 12px;
    font-weight: 400;
}
.cart_page .cs_coupon_input{
    height: 50px;
}
.address_form .form_bg{
    padding: 40px;
    background: #FFF;
    border-radius: 10px;

}
.address_form label{
    font-size: 12px;
    font-weight: 500;
}
.address_form .cs_fs_16,p{
    font-size: 12px;
}
.address_form .cs_radius_10{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_login_card{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.registration .cs_bg_filed{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_breadcamp_wrap.cs_style_1{
    min-height: 0px;
}
.value_pack .cs_accent_color{
    color:#fff;
}
.contact_us_form .cs_semibold{
    font-size: 12px;
    font-weight: 400;
}
#pro_details .cs_product_title{
    font-size: 24px;
}
#pro_details .cs_product_category{
    font-size: 16px;
    text-transform: uppercase;
}
#pro_details .cs_details.cs_style_1 .cs_product_category {
    margin-bottom: 1px !important;
}
#pro_details .cs_details_list_2 li:not(:last-child) {
    margin-bottom: 10px;
}
#pro_details .cs_btn{
    font-size: 16px !important;
}
.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item {
    height: 410px !important;
    padding-bottom: 0;
}
#cs_tabs .cs_tab_links{
    border-radius: 10px;
    background: #fff;
    /* box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3); */
}
#cs_tabs .cs_tab_links.cs_style_1 .active a {
    color:#198754;
}
#product_rating .cs_tab_body{
    background: #fff !important;
}
.cs_tabs.cs_type_1 .cs_tab_links.cs_style_1 {
    background: #ffffff;
        border-radius: 10px 10px 0px 0px;
}
.cs_tab_links.cs_style_1 .active a {
    color: #198754;
}
.cs_tab_links.cs_style_1{
    font-size: 18px !important;
}
.cs_tabs.cs_type_1 .cs_tab {
    font-size: 14px !important;
}
/* .cs_tabs.cs_type_1{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3) !important;
} */
.cs_product_review_text {
   font-size: 14px;
}
.cs_review_list .cs_progress_in {
    background: #198754;
}
.cs_like_btn,
.cs_product_icon_btn {
    width: 38px;
    height: 38px;
}
#blogs_list .cs_post{
    padding:10px;
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
#blogs_list .cs_sidebar{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
#blogs_list .cs_post_title,span{
    font-size:14px !important;
}
#blog_list .cs_post_meta > span{
    font-size:12px !important;
}
.cat-item{
    font-size: 14px;
}
.cs_tagcloud a {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #198754;
    border-radius: 5px;
    color: #198754;
    font-weight: 300;
}
.cs_tagcloud a:hover {
    color: #fff !important;
    background-color: #198754;
}
.cs_cta_title{
    font-family: 'prompt';
}
.cs_cta_text .cs_btn{
    border: 1px solid #fff;
}
.cs_nav_category_list>li>a:hover {
    background-color: #1987541f;
}
#blogDetails h1{
    font-family: 'prompt';
    font-size: 36px;
}
#blogDetails .cs_blog_details .cs_post_meta {
    font-size: 14px;
    font-weight: 400;
}
#blogDetails img{
    margin-bottom: 10px;
}
#blogDetails p{
    font-size: 14px;
    margin-bottom: 10px;
}
#blogDetails .cs_blog_details ul li{
    font-size: 14px;
}
#blogDetails .cs_blog_details h2 {
    margin-bottom: 10px;
}
#blogDetails .cs_blog_details ul {
    margin-bottom: 10px;
}
#blogDetails .cs_post_reply textarea {
    border: 1px solid #198754;
}
#blogDetails .cs_sidebar{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
#blogDetails .cs_accent_light_bg {
    background-color: #fff;
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_payment_img img {
    padding: 2px;
}
.cs_post.cs_style_2{
     border:1px solid #fff;
}
/* About Us CSS */
#aboutUs .cs_breadcamp_title{
    color: #198754;
}
#aboutUs .cs_breadcamp_wrap{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.aboutUs .cs_about{
    box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3);
}
.cs_about .cs_about_left {
    width: 30.2%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.aboutUs .address_form .cs_fs_16,
p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.aboutUs .cs_about{
    padding: 40px 40px;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3); */
}
.aboutUs .cs_about h2{
    /* text-transform: uppercase; */
    font-size: 48px;
    color: #198754;
    font-weight: 600;
}
#aboutUs ul li{
    font-size: 14px;
}
#franchise .cs_breadcamp_wrap{
    background: #198754 !important;
        color: #fff;
        font-weight: 100;
}
.aboutUs .cs_about h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.text-size-16{
    font-size: 16px !important;
    font-weight: 100 !important;
}
.mission h2{
    font-size: 40px !important;
}
.mission .cs_about_left {
    width: 40.2% !important;
}
#corporate p{
    font-size: 20px;
}
#corporate h2{
    font-family: 'prompt';
    color: #198754;
    font-weight: 600;
    font-size: 28px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.achivements .cs_value_box .cs_value_box_title {
    font-size: 18px;
    font-weight: 500;
}
.achivements .cs_primary_color {
    color: #198754;
}
.achivements .cs_fs_36 {
    font-size: 36px;
}
.achivements .cs_value_box{
    border: 0px solid;
    background-color: #FFF;
    /* box-shadow: 10px 10px 5px -7px rgba(66, 68, 90, 0.3); */
}
.achivements .cs_slider_heading_1{
    margin-bottom: 0px !important;
}
.youtubeVideo h2{
    font-family: 'prompt';
}
.youtubeVideo p{
    font-size: 16px;
}
.youtubeVideo iframe{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.faqs h1{
    font-family: 'prompt';
    font-size: 40px;
    text-align: center;
    color: #198754;
}
.faqs .cs_accordian_title{
    font-family: 'prompt';
}
.faqs .cs_accordians.cs_style_1.cs_type_1 .cs_accordian::before {
    background-color: #198754;
}
.faqs .cs_accordians.cs_style_1 .cs_accordian_toggle {
    background-color: #198754;
}
.faqs .cs_accordians.cs_style_1 .cs_accordian_toggle::before,
.cs_accordians.cs_style_1 .cs_accordian_toggle::after {
    background-color: #fff;
}
.faqs .cs_accordians.cs_style_1 .cs_accordian.active .cs_accordian_toggle {
    background: #198754;
}
.faqs .cs_fs_24 {
    font-size: 18px !important;
}
.faqs .cs_accordians.cs_style_1 .cs_accordian_toggle{
    border-radius: 50%;
}
/* Treams Condition Page */
.tremsCondition h1,h2{
    font-family: 'prompt';
    font-size: 36px;
}
.tremsCondition h3 {
    font-family: 'prompt';
    font-size: 28px;
    font-weight: 500;
}
.tremsCondition h5 {
    font-family: 'prompt';
    font-weight: 500;
}
.tremsCondition .refund li b{
    font-weight: 500;
    color: #000;
}
.bold-500{
    font-weight: 500;
    color: #000;
}
.cs_form_field:focus {
    border-color: #198754;
}
.pd-24{
    padding:24px !important;
}
#franchise_form .cs_form_field {
    padding: 5px 15px;
    border-radius: 2px;
}
.color-green{
    color:#198754 !important;
}
.pt-10{
    padding-top: 10px !important;
}
.owl-prev,
.owl-next {
    background-color: #293846;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
}
.owl-prev:hover,
.owl-next:hover {
    background-color: #1f2a36;
    /* slightly darker hover */
}
/* Positioning */
.owl-prev {
    left: -30px;
}
.owl-next {
    right: -30px;
}
@media (max-width: 1600px) {
    .cs_details.cs_style_1 {
        padding-left: 30px;
    }
}
.breadcrumb-item a{
    color: #212529;
    font-size: 12px;
}
.ayur-icons{
    font-weight: 400;
    color: #111;
    line-height: 15px;
    /* border: 1px solid #0000002e; */
    margin-right: 10px;
    padding: 5px 0px 5px 0px;
    border-radius: 2px;
    background: #fff;
    /* box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.06); */
}
.ayur-icons p{
    font-size: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius: 50% !important;
    background: #293846 !important;
    color: #fff !important;
}
.modal-title {
    font-family: 'Prompt';
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.modal-header{
    border-bottom: 0;
}
.btn-close{
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 2;
}
.custom-form-height {
    min-height: 600px;
}
.form-control {
    height: 44px !important;
    border-radius: 6px;
}
.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 6px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    height: 44px !important;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #198754;
    outline: 0;
    box-shadow: none;
}
.saveBtn {
    cursor: pointer;
    width: 100%;
    border: none;
    color: #FFF;
    margin: 10px 0 0 0;
    padding: 10px;
    font-size: 16px;
    outline: none;
    font-weight: 500;
    font-family: 'poppins', sans-serif, sans-serif;
    border-radius: 50px;
}
.fb-hover:hover {
    background-color:#1877F2;
    color: #fff !important;
    box-shadow: none !important;
}
.g-hover:hover {
    background-color: #c71610;
    color: #fff !important;
    box-shadow: none !important;
}
.cs_account_nav_list a::before {
    background-color: #198754 !important;
}
.cs_account_nav_list .active a {
    color: #198754;
}
.cs_cart_overlay {
    background-color: rgb(0 0 0 / 80%) !important;
}
.video-popup {
    z-index: 1;
    position: fixed;
    bottom: 50px;
    right: 20px;
    height: 230px;
        width: 130px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.video-popup video {
    width: 100%;
    height: auto;
    display: block;
}
.close-btn {
    position: absolute;
    top: 2px;
    right: 6px;
    background: transparent;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 10000;
}
#closePopup{
    font-size: 40px;
    font-weight: 100;
    top: 0;
    right: 0;
}
.cs_product_card.cs_style_10 .cs_product_desc {
    margin-top: 0;
}
.cs_product_card.cs_style_10 .cs_product_title {
    margin-bottom: 2px;
}
.cs_single_product_slider_1 .slick-current .cs_single_product_thumb_mini {
    border-color: #212529;
    border-radius: 5px;
    border: 2px solid;
}
.cs_voucher_card_1 {
    -webkit-box-shadow: 0px 4px 13px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 4px 13px 0px rgba(0 0 0 / 0%);
}
.frequently-bought-slider {
    background: #ffece5;
    /* background-color: #198754; */
    padding: 20px;
    border-radius: 10px;
}
.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    position: relative;
}
.product-card img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}
.product-card strike {
    color: #999;
    margin-right: 5px;
}
.product-card strong {
    color: #000;
    font-size: 1.1em;
}
.frequently-bought-section .product-card {
    box-shadow: none !important;
    /* removes any shadow */
}
.frequently-bought-slider.slick-drag {
    cursor: grabbing !important;
}
.add-plus-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #198754;
    font-weight: bold;
    font-size: 32px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #198754;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    z-index: 2;
    font-weight: 300;
}
.product-card {
    position: relative;
}
.font-prompt{
    font-family:'prompt';
}
.frequently-bought-slider .product-card:hover {
    transform: none;
}
.openIcon{
    position: absolute;
    top: 45%;
    left: 50%;
}
/* .cs_single_product_thumb_mini{
    background: #ffece5;
} */
.cs_tab_body .circle-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 5px;
}
.cs_cart_card_wrap{
    z-index: 99999;
}
.cs_cart_card {
    background-color: #f2f2f2;
}
.cs_cart_card_body {
    padding: 10px 10px;
}
.cs_cart_card_body_in li{
    border-bottom: 1px solid var(--border);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.cs_cart_card_item_remove{
    font-size: large;
}
.cs_cart_card_item_remove:hover {
    color: #198754;
}
.cs_cart_card_item_remove{
    color: #198754;
}
.cs_cart_card_subtotal {
    border-top: 0px solid var(--border);
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}
.cs_cart_card_subtotal span{
    padding: 10px;
}
.bg-black{
    background-color: #212529 !important;
}
.cs_btn.cs_style_1 {
    min-width: 150px;
}
.cs_cart_card_footer .product-card {
    box-shadow: 0 10px 20px rgb(0 0 0 / 0%);
    width: 100% !important;
}
.cs_cart_card_footer{
    box-shadow: 0 -4px 10px rgb(0 0 0 / 38%);
}
.slick-slide .product-card{
    height: 215px !important;
}
.cs_cart_card_footer .product-card:hover {
    transform: none;
}
.cartSlider .product-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    height: 200px !important;
    min-height: 200px;
    /* Set desired height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 5px;
}
.cartSlider .product-card img {
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 0px;
}
.add-plus-btn {
}
.cartSlider p{
    line-height: 1.5;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* black with opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.track-box {
    max-width: 500px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
    background-color: #f8f9fa;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.track-box h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.track-box .btn {
    min-width: 120px;
}
/* .owl-prev,.owl-next{
    background: #ffffff00 !important;
    color: #000000 !important;
    text-decoration: none !important;
    border-radius: 50% !important;
    border: 1px solid black !important;
    font-size: 24px !important;
} */

.owl-prev span,
.owl-next span {
    display: none;
}
.slick-prev,
.slick-next {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    z-index: 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
}
/* Base styles */
.cs_nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Mobile view: stacked layout */
@media (max-width: 991px) {
    .cs_nav_list {
        display: block;
        text-align: left;
    }

    .cs_nav_list li {
        margin-bottom: 10px;
    }

    .cs_nav_list a {
        display: block;
        padding: 8px 12px;
    }
}

/* Desktop view: centered horizontal layout */
@media (min-width: 992px) {
    .cs_nav_list {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .cs_nav_list li {
        list-style: none;
    }

    .cs_nav_list a {
        text-decoration: none;
        color: #333;
        padding: 10px 15px;
        transition: all 0.3s;
    }

    .cs_nav_list a:hover {
        color: #0026A9;
        /* Change to your brand's primary color */
    }
}
.cs_address_card h3{
    font-family: 'prompt';
}
/* Checkout Page CSS */
.address_form .cs_radius_10 {
    box-shadow: none !important;
}

.cs_product_card.cs_style_11 {
    border: none;
    border-bottom: dashed 1px #ccc !important;
    border-radius: 0;
}

.cs_order_summary li {
    border-bottom: 0;
}

.cs_product_card {
    display: flex;
    align-items: start;
    gap: 16px;
}

.cs_product_thumb img {
    border-radius: 5px;
    object-fit: cover;
}

.cs_card_price_list.cs_type_1 {
    padding: 0px;
}

.form-check-input {
    border: solid;
}

.rate-option {
    border: 1px dashed #ccc;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.rate-option input[type="radio"] {
    transform: scale(1.5);
}

.rate-label {
    font-weight: bold;
    font-size: 12px !important;
    color: #000;
}

.contact-card {
    border: 2px solid #000;
    padding: 20px;
    max-width: 600px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.contact-card strong {
    font-weight: bold;
}

.cs_address_card p {
    margin: 0;
}

.cs_address_card label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;

}

.cs_address_card {
    border: 1px dashed #ccc;
    padding: 15px;
    margin-top: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.close {
    float: right;
    position: relative;
    top: -26px;
    left: 20px;
    font-size: 18px;
}

.close a {
    color: red;
}

.close a:hover {
    color: red !important;
}

.cs_address_card {
    position: relative;
    border: 1px dashed #ccc;
    padding: 15px;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #198754;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.3s ease;
    z-index: 1;
}

.close-btn:hover {
    background: #198754;
    color: #fff !important;
}

.close-btn{
    color: #198754;
}
.close-btn-2{
    color: #198754 !important;
}
.close-btn-2 {
    position: absolute;
    top: -3px;
    right: -20px;
    border: 1px solid #198754;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.3s ease;
    z-index: 1;
}

.close-btn-2:hover {
    background: #198754;
    color: #fff !important;
}

/* CSS */
.button-81 {
    background-color: #fff;
    border: 0 solid #e2e8f0;
    border-radius: 1.5rem;
    box-sizing: border-box;
    color: #0d172a;
    cursor: pointer;
    display: inline-block;
    font-family: "Basier circle", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 1.6rem;
    text-align: center;
    text-decoration: none #0d172a solid;
    text-decoration-thickness: auto;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}


@media (min-width: 768px) {
    .button-81 {
        font-size: 1.125rem;
        padding: 1rem 2rem;
    }
}
.cs_quantity.cs_style_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 62px;
    border: 1px solid var(--border);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    max-width: 295px;
}

.addBtn .cs_btn.cs_style_2{
    border: 1px solid #198754;
        color: #ffffff;
        background: #198754;
}
.cs_tab_links.cs_style_1 a {
    color: #000;
}

                /* Keep the card slim like the screenshot */
                .product-card {
                    max-width: 330px;
                    margin: 0 auto;
                    border: none;
                }

                /* Tall image area with light gray bg and centered image */
                .product-media {
                    background: #f2f2f2;
                    aspect-ratio: 9 / 16;
                    /* tall mobile card */
                    display: grid;
                    place-items: center;
                    position: relative;
                    overflow: hidden;
                }

                .product-media img {
                    max-height: 85%;
                    width: auto;
                    object-fit: contain;
                    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .08));
                }

                /* Small pager dots */
                .pager-dots {
                    position: absolute;
                    bottom: .5rem;
                    left: 0;
                    right: 0;
                    display: flex;
                    justify-content: center;
                    gap: .35rem;
                }

                .pager-dots span {
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #c9c9c9;
                }

                .pager-dots span.active {
                    background: #111;
                }

                /* Typography tweaks */
                .subtitle {
                    color: #7a7a7a;
                    font-size: .9rem;
                }

                .price {
                    font-weight: 600;
                }

                .btn-select {
                    border-radius: .25rem;
                    width: 100%;
                    padding: .8rem 1rem;
                    font-weight: 600;
                }

                /* Button styling */
                .view-all-btn {
                    border: 1px solid #00000047;
                    border-radius: 0;
                    width: 15%;
                    font-weight: 100;
                    position: relative;
                    transition: all 0.3s ease;
                    color: #000;
                    text-decoration: none;
                    padding: 10px;
                    font-size: 14px;
                }

                .view-all-btn {
                    font-size: 12px;
                }

                .view-all-btn:hover {
                    border: 1px solid #00000047;
                    color: #000;
                }

                /* Core card */
                .cs_category {
                    position: relative;
                    background-size: cover;
                    background-position: center;
                    min-height: 260px;
                    /* adjust as needed */
                    display: flex;
                    /* centers content */
                    align-items: center;
                    /* vertical center */
                    justify-content: center;
                    /* horizontal center */
                    border-radius: 12px;
                    overflow: hidden;
                    /* keeps overlay inside */
                }

                /* Black overlay */
                .cs_category::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background: rgba(0, 0, 0, 0.45);
                    /* opacity */
                    transition: background .2s ease;
                }

                /* Optional: darker on hover */
                .cs_category:hover::before {
                    background: rgba(0, 0, 0, 0.6);
                }

                /* Text above overlay & centered */
                .cs_category_info {
                    position: relative;
                    z-index: 1;
                    text-align: center;
                    padding: 10px 14px;
                }

                /* Make the heading white for contrast */
                .cs_category_title {
                    color: #fff;
                    margin: 0;
                }

                /* Strong, safe override */
                .cs_section_heading,
                .cs_section_heading .cs_section_heading_title {
                    text-align: center !important;
                }

                .cs_section_heading .cs_section_heading_title {
                    margin-left: auto !important;
                    margin-right: auto !important;
                    /* if any custom left margins existed */

                }
.cs_footer.cs_style_2.cs_type_1 .cs_footer_row {
    padding: 20px 0;
}
.cs_custom_checkbox {
    border: 1px dashed #ccc;
        padding: 20px;
}
   /* ===========================
🟢 LIVE SEARCH DROPDOWN
=========================== */
   #liveSearchResults {
       max-height: 300px;
       overflow-y: auto;
       border-radius: 4px;
   }

   /* ===========================
🟢 CATEGORY NAVIGATION (DESKTOP)
=========================== */
   .cs_bottom_header .cs_nav_list {
       display: flex;
       justify-content: center;
       align-items: center;
       gap: 24px;
       margin: 0 auto;
       padding: 0;
       list-style: none;
   }

   .cs_bottom_header .cs_nav_list>li {
       display: flex;
   }

   .cs_bottom_header .cs_nav_list>li>a {
       display: block;
       padding: 10px 14px;
   }

   .cs_category_nav {
       display: flex;
       justify-content: space-between;
       align-items: center;
       text-align: center;
       width: 100%;
   }

   .cs_category_nav .nav-item {
       text-align: center;
   }

   .cs_category_nav .nav-link {
       color: #000 !important;
       font-weight: 100;
       letter-spacing: 0.5px;
       padding: 0.75rem 0;
       transition: color 0.3s ease;
   }

   .cs_category_nav .nav-link:hover {
       color: #198754 !important;
   }

   /* ===========================
🟢 CATEGORY NAVIGATION (MOBILE)
=========================== */
   @media (max-width: 991.98px) {
       .cs_bottom_header .navbar-collapse {
           background: #fff !important;
           padding: 0.75rem 1rem;
           border-top: 1px solid #ddd;
           box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
       }

       .cs_category_nav {
           flex-direction: column !important;
           align-items: flex-start !important;
           text-align: left !important;
       }

       .cs_category_nav .nav-item {
           width: 100%;
           border-bottom: 1px solid #f2f2f2;
       }

       .cs_category_nav .nav-link {
           width: 100%;
           padding: 0.85rem 0.5rem;
           color: #222 !important;
           text-transform: uppercase;
           font-weight: 600;
           text-align: left;
           transition: background 0.3s ease, color 0.3s ease;
       }

       .cs_category_nav .nav-link:hover {
           background: #f9f9f9;
           color: #198754 !important;
       }

       .cs_bottom_header .d-lg-none {
           background: #fff !important;
           border-top: 1px solid #eee;
       }
   }

   /* ===========================
🟢 SEARCH BAR
=========================== */
   .cs_search_input {
       width: 100%;
       border: 1.5px solid #cfcfcf;
       border-radius: 8px;
       padding: 0.9rem 2.8rem 0.9rem 1rem;
       font-size: 0.95rem;
       color: #333;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       transition: all 0.3s ease;
       background-color: #fff;
   }

   .cs_search_input::placeholder {
       color: #aaa;
       font-weight: 500;
       text-transform: uppercase;
   }

   .cs_search_input:focus {
       border-color: #666;
       box-shadow: none;
       outline: none;
   }

   .cs_search_btn {
       position: absolute;
       right: 10px;
       top: 50%;
       transform: translateY(-50%);
       background: transparent;
       border: none;
       padding: 0;
       cursor: pointer;
   }

   .cs_search_btn img {
       opacity: 0.6;
       transition: opacity 0.2s ease;
   }

   .cs_search_btn:hover img {
       opacity: 1;
   }

   /* ===========================
🟢 TOP INFO BAR
=========================== */
   .cs_top_header_in p {
       width: 100%;
       text-align: center;
       font-weight: 500;
       letter-spacing: 0.3px;
   }

   /* ===========================
🟢 DESKTOP SEARCH WIDTH LIMIT
=========================== */
   @media (min-width: 992px) {
       .cs_header_search_field {
           max-width: 650px;
       }
   }

   /* ===========================
🟢 CART BUTTON
=========================== */
   .cs_cart_btn {
       background: transparent;
       border: none;
       cursor: pointer;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       gap: 6px;
       padding: 6px 10px;
       transition: transform 0.2s ease, opacity 0.2s ease;
       white-space: normal !important;
   }

   .cs_cart_btn:hover {
       transform: scale(1.03);
   }

   .cs_cart_btn span {
       display: inline;
       white-space: normal !important;
   }

   .cs_cart_btn .small {
       font-size: 0.9rem;
       line-height: 1.2;
       font-weight: 500;
   }

   /* ===========================
🟢 MOBILE HEADER OPTIMIZATION
=========================== */
   @media (max-width: 991.98px) {

       /* Logo + Hamburger row */
       .cs_main_header .container {
           display: flex;
           flex-direction: column;
           align-items: stretch;
           padding: 0 12px;
       }

       .cs_main_header .navbar {
           width: 100%;
           display: flex;
           align-items: center;
           justify-content: space-between;
           margin-bottom: 6px;
       }

       .cs_main_header .navbar-brand {
           flex: 1;
           text-align: center;
           margin: 0;
       }

       .cs_main_header .navbar-toggler {
           background: transparent;
           border: none;
       }

       /* Hamburger icon */
       .navbar-toggler-icon {
           width: 24px;
           height: 2px;
           background-color: #222;
           display: block;
           position: relative;
           border-radius: 2px;
       }

       .navbar-toggler-icon::before,
       .navbar-toggler-icon::after {
           content: "";
           position: absolute;
           left: 0;
           width: 24px;
           height: 2px;
           background-color: #222;
           border-radius: 2px;
           transition: all 0.3s ease;
       }

       .navbar-toggler-icon::before {
           top: -7px;
       }

       .navbar-toggler-icon::after {
           top: 7px;
       }

       /* Search bar full width below logo */
       #mainNavbar .nav-item.flex-grow-1 {
           width: 100%;
           margin: 6px 0;
           order: 1;
       }

       #mainNavbar form {
           width: 100%;
       }

       #mainNavbar .cs_search_input {
           width: 100%;
           border: 1.5px solid #cfcfcf;
           border-radius: 8px;
           padding: 0.9rem 2.8rem 0.9rem 1rem;
           font-size: 0.9rem;
           background-color: #fff;
       }

       #mainNavbar .cs_search_btn {
           position: absolute;
           right: 15px;
           top: 50%;
           transform: translateY(-50%);
       }

       /* Inline Login | Cart | Track Order */
       #mainNavbar .navbar-nav {
           flex-direction: row !important;
           justify-content: center;
           align-items: center;
           flex-wrap: wrap;
           gap: 14px;
           order: 2;
           margin-top: 10px;
       }

       #mainNavbar .navbar-nav .nav-item {
           display: inline-flex !important;
           align-items: center;
           justify-content: center;
           margin: 4px 6px;
       }

       #mainNavbar .nav-item .nav-link,
       #mainNavbar .cs_cart_btn span,
       #mainNavbar .nav-item span {
           font-size: 0.85rem;
           color: #222 !important;
       }

       #mainNavbar .nav-item img {
           width: 22px;
           height: auto;
       }

       #mainNavbar .cs_cart_btn .badge {
           font-size: 0.65rem;
           top: 0;
           left: 70%;
       }

       /* Divider between icons */
       #mainNavbar .nav-item:not(:last-child)::after {
           content: "";
           display: inline-block;
           width: 1px;
           height: 14px;
           background: #000;
           margin-left: 10px;
       }
   }
.cs_menu_toggle{
    display: none;
}
