/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: header styles
*/

/***********************************
TOP HEADER
**********************************************/
.notifications-bar {
    background-color: #00792E;
    padding-block: 20px;
    height: 60px;
    justify-items: center;
    width: auto;
    /* margin-inline: 30px; */
    color: rgb(255, 255, 255);
    border-bottom: 1px solid hsla(182, 100%, 29%, 0.576);
}

@media (min-width: 1400px) {
    /* .notifications-bar .custom-container{
        margin-inline: 400px;
        padding-inline: 0;
    } */
}

.notifications-bar .custom-container {
    margin-inline: 300px;
    padding-inline: 0;
}

.notifications-bar .social .list-inline-item i {
    font-size: 12px;
}

.notifications-bar .social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.notifications-bar .right-desc {
    font-size: 16px;
    color: #F7F9FC;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.notifications-bar .user .dropdown.show {
    z-index: 99999;
}

.notifications-bar .notify-bar-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
}

/***********************************
MENU
**********************************************/
.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-wrap: nowrap;
    color: #101726;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00792E;
    transition: all ease-in-out 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    transition: all ease-in-out 0.3s;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    /* Adjust the position vertically */
    transform: translateX(-50%);
    width: 8px;
    /* Size of the dot */
    height: 8px;
    background-color: #00792E;
    /* Color of the dot */
    border-radius: 50%;
    /* Makes the shape circular */
}

.rd-header {
    justify-items: center;
}

.rd-header .custom-container {
    margin-inline: 300px;
    padding-inline: 0;
}

.rd-header-right {
    gap: 15px;
}

.header-user-container .btn {
    box-shadow: none !important;
}

.header-user-text p {
    font-size: 14px;
    line-height: 1.2;
}

.header-user-text .admin-name {
    color: #00792E;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .rd-header .navbar {
        justify-content: space-between !important;
        width: 100%;
    }

    .rd-header .navbar .nav-logo-center {
        order: 1;
        margin: 0 !important;
        flex: 0 0 auto;
    }

    .rd-header .navbar .navbar-toggler {
        order: 3;
        margin-left: 5px;
        width: auto;
        text-align: right;
        padding-right: 0;
    }

    .rd-header .navbar .rd-header-right {
        order: 2;
        margin-left: auto;
    }

    .rd-header .navbar .collapse.navbar-collapse {
        order: 4;
    }

    .rd-header-right {
        gap: 2px;
    }
}

.rd-header .dropdown-menu {
    width: unset;
}

.rd-header .mega_menu {
    display: flex;

}

.rd-header .mega_menu_dropdown:hover .mega_menu {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

.rd-header li {
    list-style: none;
}


.navbar-light .navbar-toggler {
    color: #000402;
    height: 32px;
    width: 120px;
    text-align: left;
}

.rd-header .mega_menu {
    box-shadow: 0 5px 10px 0px #0000001f;
    box-shadow: none;
    bottom: auto;
    float: none;
    left: auto;
    line-height: 1.7;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    outline: none;
    overflow: visible;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: auto;
    vertical-align: baseline;
    word-wrap: break-word;
    white-space: normal;
    display: block;
    visibility: hidden;
    padding: 0px 0px 0px 0px;
    position: absolute;
    max-width: none;
    z-index: 999;
    border-radius: 0px 0px 5px 5px;
    background: linear-gradient(to bottom, #fff, #f1f1f1);
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.officef>.mega_menu {
    left: 180px !important;
}

.officef ul {
    width: 1000px !important;
}

.rd-header .mega_menu_item {
    padding: 15px;
    float: left;
    width: 33.3%;
}

.rd-header .mega_menu_item h3 {
    font-size: 1rem;
    color: var(--theme4);
    font-weight: 600;
}

.rd-header .mega_menu_item a {
    color: black;
    font-size: 0.95rem;
}

.rd-header .mega_menu_item a {
    display: block;
}



.whishlist-wrapper .hart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(5, 165, 5);
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(5, 165, 5);
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.global-search {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #00000075;
    top: 0;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    backdrop-filter: blur(10px);
}

.global-search.active {
    height: 100%;
}

header .cart-top-nav {
    position: relative;
}

header .cart-top-nav>a {
    align-items: center;
}

header .cart-top-nav>a span {
    /* color: black; */
    white-space: nowrap;
    display: block;
    line-height: 1.2;
    font-size: 13px;
}

header .cart-top-nav>a i {
    font-size: 20px;
    color: var(--black);
    margin-right: 0.5rem !important;
}

header .cart-top-nav>a svg {
    width: 25px;
}

header .cart-top-nav>a>div {
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .cart-top-nav>a .cart-icon {
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    background-color: var(--theme1);
    width: 15px;
    height: 15px;
    text-align: center;
}

header .cart-top-nav>a .cart-icon span {
    color: var(--white);
}

header .cart-top-nav>a .cart-icon img {
    width: 25px;
}

header .cart-top-nav>a h6 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

header .cart-top-nav>a h5 {
    font-size: 18px;
    margin: 0;
}

header .cart-top-nav>a .cart-text {
    margin-left: 10px;
}

header .cart-top-nav>a .cart-text div {
    font-size: 10px;
    margin-bottom: 10px;
}

.cart-top-nav.show .dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    border-radius: 0;
}

.cart-top-nav.show .dropdown-menu .list-group {
    height: calc(100% - 9rem);
}

.cart-top-nav.show .dropdown-menu .cart-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cart-top-nav.show .dropdown-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    border-radius: 0;
}

.cart-top-nav.show .dropdown-menu .list-group {
    height: calc(100% - 9rem);
}

.cart-top-nav.show .dropdown-menu .cart-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EFEFEF;

}

header .search-area .q {
    border: none;
    border-radius: 0;
    background: transparent;
}

header .search-area .cat {
    border-radius: 3px 0 0 3px !important;
    background-color: #F6F6F6;
    border-radius: 0;
    border-color: #F6F6F6;
    width: 15%;
    padding-right: 10px;
    border: 1px solid var(--theme2);
}

.global-search .btn.submit {
    border-radius: 0 30px 30px 0;
    border-left: none;
    background-color: #00792E;
}

.global-search .btn.submit:hover {
    background-color: #1ab756;
    color: white;
}

/* mobile nav */
.mobile-side-nav .mobile-list .mobile-dropdown .dropdown-menu.show {
    position: relative !important;
}

.mobile-side-nav {
    font-weight: 300;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mobile-side-nav .mobile-header-logo-link img {
    width: 60px;
    height: 60px;
    align-self: center;
}

.mobile-side-nav .mobile-header-logo-container {
    /* width: 60px;
    height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-side-nav .mobile-list .nav-link {
    text-wrap: nowrap;
    text-transform: uppercase;
    color: var(--theme2);
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

.mobile-side-nav .mobile-list .nav-link:hover {
    color: #00792E;
}

.mobile-side-nav .mobile-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-side-nav .service-item {
    position: absolute;
    bottom: 20px;
    transform: translateX(20%);
}

.mobile-side-nav .service-item .content {
    color: var(--theme2);
}

.header-megamenu__category:hover .header-megamenu__category__link {
    transform: translateY(4px);
}

.header-megamenu__container {
    text-align: left;
    z-index: -1;
    padding: 0;
    display: inline-flex;
    background: #fff;

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    visibility: hidden;
    height: 0;
    overflow: hidden;
    width: 0;
}

.header-megamenu__container ul {
    list-style: none;
    padding-inline: 1rem;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.header-megamenu__category {
    margin: 0;
    z-index: 99999999;
}

.header-megamenu__subcategory-header {
    font-weight: 600;
}

.kw-search-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 218px;
    height: 60px;
    border: 0.5px solid #BABCBF;
    border-radius: 30px;
    opacity: 1;
}

.nav-search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.kw-inline-search-wrapper {
    border: 0.5px solid #BABCBF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    width: 218px;
    height: 60px;
    /* anchor to right so expansion goes leftward */
    position: absolute;
    right: 0;
    z-index: 500;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.kw-inline-form {
    /* placeholder so navbar flex slot stays 218px wide */
    position: relative;
    width: 218px;
    height: 60px;
    flex-shrink: 0;
}

.kw-inline-form:focus-within .kw-inline-search-wrapper {
    width: 420px;
    border-color: #00792E;
    box-shadow: 0 4px 20px rgba(0, 121, 46, 0.15);
    overflow: visible;
    /* allow suggestions dropdown to show */
}

.kw-inline-input {
    border-radius: 30px;
    flex: 1;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 14px;
    color: #555;
    padding: 0 16px;
    min-width: 0;
}

.kw-inline-input::placeholder {
    color: #c3c4c8;
}

.kw-inline-input:focus {
    outline: none;
    box-shadow: none !important;
}

.nav-search-icon img {
    width: 100%;
    height: 100%;
}

.typed-search-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 218px;
    min-height: 200px;
    z-index: 999;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.kw-inline-form:focus-within .typed-search-box {
    width: 420px;
}

.hero-button {
    position: absolute;
    cursor: pointer;
    bottom: 160px;
    right: 0;
    left: 0;
    width: fit-content;
    margin: auto;
    transform: translateY(60%);
}

/* Container transition */
.shop-now-svg {
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Default States */
.pill-bg {
    fill: #00A53D;
    stroke: #00A53D; /* Added to maintain size on hover */
    stroke-width: 2;
    transition: all 0.3s ease;
}

.pill-text {
    fill: white;
    transition: all 0.3s ease;
}

.pill-stroke {
    stroke: white;
    transition: all 0.3s ease;
}

/* Hover States (The Swap) */
.shop-now-svg:hover .pill-bg {
    fill: rgb(0, 0, 0);
    stroke: #00A53D; /* Keeps the border green so it doesn't vanish */
}

.shop-now-svg:hover .pill-text {
    fill: #00A53D;
}

.shop-now-svg:hover .pill-stroke {
    stroke: #00A53D;
}

/* Optional: Slight lift effect */
.shop-now-svg:hover {
    transform: translateY(-2px);
}

.shop-now-btn {
    position: relative;
    cursor: pointer;
    z-index: 1000;
    width: 203px;
    height: 64px;
}

.shop-now-btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.kw-search-text {
    font-size: 14px;
    color: #c3c4c8;
    margin-left: 32px;
    margin-bottom: 0;
    left: 0;
}

.nav-logo img {
    width: 88px;
    height: 88px;
}

.rd-header .navbar .collapse .navbar-nav .nav-item .search-button-form {
    position: relative;
}

.rd-header .navbar .collapse .navbar-nav .nav-item .search-button-form .InputBox {
    border: 1px solid #2E3192;
    display: block;
    width: 300px;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 4px;
}

.rd-header .navbar .collapse .navbar-nav .nav-item .search-button-form .search-button {
    position: absolute;
    top: 5px;
    background-color: #2E3192;
    right: 5px;
    color: var(--white);
    float: right;
    padding: 6px 25px;
}

.rd-header .navbar .collapse .navbar-nav .vertical-separator {
    border: 1px solid #101726;
    height: 23px;
    align-items: center;
    margin: 0px 10px;
    opacity: 1;
}

/* Flash Deal menu text highlight + shine */
.nav-item--flash-deal .nav-link {
    display: inline-block;
    background: linear-gradient(
        110deg,
        #00792E 0%,
        #00792E 40%,
        #5ecf8a 50%,
        #00792E 60%,
        #00792E 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #00792E;
    animation: headerFlashDealTextShine 2.5s ease-in-out infinite;
    z-index: 0;
}

.nav-item--flash-deal .nav-link:hover,
.nav-item--flash-deal .nav-link.active {
    color: #00792E;
    -webkit-text-fill-color: transparent;
}

.navbar-light .navbar-nav .nav-item--flash-deal .nav-link:hover::after {
    display: none;
}

@keyframes headerFlashDealTextShine {
    0% {
        background-position: 100% 0;
    }
    45%,
    100% {
        background-position: -100% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-item--flash-deal .nav-link {
        animation: none;
        background: none;
        -webkit-text-fill-color: #00792E;
        color: #00792E;
    }
}

.collapse .navbar-nav .text-left {
    font-size: 14px;
}

/* mobile nav */

.truck-icon {
    width: 24px;
    height: 24px;
    background: transparent url('img/vuesax/bold/truck-fast.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

/* Contact Bar Styles */
.contact-bar {
    /* background: #138c2e; */
    padding: 2px 0;
    border-radius: 0;
}

.contact-item {
    min-width: 120px;
}

.contact-icon1 img,
.login-icon1 img {
    width: 40px;
    height: 40px;
    opacity: 1;
}

.contact-divider {
    width: 2px;
    height: 36px;
    background: #ffffff;
    opacity: 1.0;
}

.notifications-reseller-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.9rem;
    background-color: #ffffff;
    color: #00792E;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 3px;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.notifications-reseller-btn:hover,
.notifications-reseller-btn:focus {
    background-color: #f0f7f2;
    color: #005f24;
}

.header-reseller-btn--mobile {
    color: #00792E !important;
    font-weight: 600;
}

.auth-divider {
    width: 32px;
    height: 2px;
    background: #a2aba4;
    opacity: 0.6;
}

.promo-contact-divider {
    background: #BABCBF;
    height: 60px !important;
}

/* Categories */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 24px;
}

.category-grid-item {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    min-height: 260px;
    border: 1px solid #E4E6EA;
    padding: 24px;
    padding-bottom: 8px;
}

.category-grid-item:hover {
    border: 2px solid #119e47;
}

.category-grid-item-1,
.category-grid-item-6 {
    grid-column: span 2;
}

@media (max-width: 991px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-grid-item-1,
    .category-grid-item-6 {
        grid-column: span 1;
    }
}

@media (max-width: 575px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .promo-text-line {
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: column !important;
        gap: 22px;
        height: 160px;
    }

    .rd-header .container {
        padding-inline: 0;
    }

    .login-icon1 img,
    .cart-nav .cart-nav-icon img {
        width: 25px !important;
        height: 25px !important;
    }

    .site-header .header-logo {
        height: 48px;
    }

    .nav-logo-center img {
        width: 48px !important;
        /* height: 48px; */
    }

    .rd-header .user-menu {
        min-width: 8rem !important;
        left: -48px !important;
    }
}

.category-grid-horizontal {
    display: flex;
    /* align-items: center; */
    height: 350px;
}

.category-grid-info {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align: left;
    max-width: fit-content;
}

.category-grid-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 66.66%;
    height: auto;
}

.category-grid-image img {
    width: 100%;
    height: 350px;
}

.category-grid-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.category-grid-image-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    height: 100%;
}

.category-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #101726;
    text-transform: capitalize;
}

.category-short-desc {
    font-size: 16px;
    color: #00792E;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

/* promo-text-line */
.promo-text-line {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 22px;
    height: 160px;
    /* add a linear gradient for background */
    background: linear-gradient(90deg, #ffffff 0%, #bdf5c8 100%);
}

.promo-text {
    font-size: 24px;
    margin-bottom: 0;
    padding-inline: 25px;
    padding-bottom: 50px;
    padding-top: 50px;
    /* font: normal normal 600 16px/20px Lexend; */
    letter-spacing: 0px;
    color: #101726;
    text-transform: uppercase;
    opacity: 1;
}

.promo-icon img {
    width: 40px;
    height: 40px;
}

.mobile-side-nav .sidenav-close a {
    color: #00792E !important;
}

@media (max-width: 575px) {
    .contact-bar {
        flex-direction: column;
        padding: 10px 0;
    }

    .contact-divider {
        display: none;
    }

    .contact-item {
        margin-bottom: 10px;
    }

    .navbar {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .promo-text {
        font-size: 18px !important;
        padding-inline: 20px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
}

@media (max-width: 575px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .category-grid-item {
        padding: 15px;
        min-height: auto;
    }

    .category-grid-horizontal,
    .category-grid-vertical {
        flex-direction: column;
        height: auto;
    }

    .category-grid-info {
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .category-title {
        font-size: 20px;
    }

    .category-short-desc {
        font-size: 14px;
        text-align: center;
    }

    .category-grid-image,
    .category-grid-image-bottom {
        width: 100%;
        justify-content: center;
        height: 150px;
        /* Adjust height as needed */
    }

    .category-grid-image img,
    .category-grid-image-bottom img {
        height: 100% !important;
        width: auto !important;
        object-fit: contain;
    }
}


@media (min-width: 1199px) {
    header .wishlist-nav {
        margin-left: 25px;
    }

    header .wishlist-nav i {
        border: 1px solid #000000;
        padding: 8px;
        border-radius: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-social-media-icons i {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }

    .top-navbar .list-inline-item .welcome {
        font-size: 13px;
    }

    .top-navbar .list-inline-item .welcome.phone a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    header .search-area {
        border-radius: 5px;
    }

    .nav-list-area .navbar .navbar-nav .nav-item .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    /* .nav-list-area .sidenav-close{
        display: none;
    } */

    .nav-list-area {
        z-index: 1;
    }

    /* mobile nav */
    /* .mobile-side-nav .sidenav-close{
        display: none;
    } */

    .header-megamenu__category:hover .header-megamenu__container,
    .header-megamenu__container:hover {
        width: auto;
        padding: 1rem;
        z-index: 999999;
        visibility: visible;
        height: calc(100vh - 8rem);
        max-height: 420px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        column-gap: 2rem;
    }

    .header-megamenu__container .header-megamenu__mobile-subcategory {
        display: none;
    }
}

@media (max-width: 1489px) {
    .notifications-bar {
        padding-block: 20px;
        height: 45px;
    }

    .contact-divider {
        width: 1px;
        height: 32px;
    }

    .notifications-bar .right-desc {
        font-size: 12px;
    }

    .notifications-reseller-btn {
        font-size: 10px;
        padding: 0.3rem 0.7rem;
    }

    .contact-icon1 img,
    .login-icon1 img {
        width: 28px;
        height: 28px;
    }

    .notifications-bar .custom-container {
        margin-inline: 20px;
        padding-inline: 10px;
        height: 100%;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .nav-logo img {
        width: 68px;
        height: 68px;
    }

    .nav-logo-center img {
        width: 68px;
        height: 68px;
    }

    .rd-header .navbar .collapse .navbar-nav .vertical-separator {
        height: 16px;
        align-items: center;
        margin: 0px 6px;
    }

    .kw-search-icon,
    .kw-inline-search-wrapper,
    .kw-inline-form {
        width: 170px;
        height: 44px;
        border: 0.5px solid #BABCBF;
        border-radius: 30px;
        opacity: 1;
    }

    .kw-inline-input {
        font-size: 13px;
    }

    .header-search-container .nav-search-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

    .header-search-container .nav-search-icon img {
        width: 44px;
        height: 44px;
        padding: 2px;
    }

    .kw-search-text {
        font-size: 12px;
        margin-left: 22px;
        margin-bottom: 0;
    }

    .collapse .navbar-nav .text-left {
        font-size: 13px;
    }

    .promo-text-line {
        gap: 10px;
        height: 120px;
    }

    /* Category Section Responsive */
    .rd-title_outer h3,
    .rd-title_outer h4 {
        font-size: 32px !important;
    }

    .category-grid {
        gap: 16px;
    }

    .category-grid-item {
        padding: 16px;
        min-height: 220px;
    }

    .category-title {
        font-size: 22px;
    }

    .category-short-desc {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .category-grid-horizontal {
        height: 260px;
    }

    .category-grid-image img {
        height: 260px;
    }

    .category-grid-vertical {
        justify-content: flex-start;
    }

    .category-grid-info {
        margin-bottom: 10px;
    }

    /* Sidebar Responsive */
    .aiz-filter-sidebar {
        padding: 10px;
    }

    .aiz-filter-sidebar .sidebar-section-title h3 {
        font-size: 18px !important;
    }

    .aiz-filter-sidebar .category a {
        font-size: 14px !important;
        padding-block: 4px !important;
    }

    .aiz-filter-sidebar .custom-control-label {
        font-size: 14px !important;
    }

    .aiz-filter-sidebar .range-slider-value {
        font-size: 12px;
    }

    .aiz-filter-sidebar hr.separator {
        margin-block: 10px !important;
    }

    .aiz-filter-sidebar .sidebar-section-title {
        padding-block: 5px;
    }

    @media (max-width: 1199px) {
        .nav-list-area .navbar .navbar-nav .nav-item.all-category.width-min {
            width: 210px;
        }

        .nav-list-area .navbar .navbar-nav .nav-item.all-category.width-min .icon-cat {
            margin-left: 6.7em;
        }

        .mobile-side-nav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 9999;
            top: 0;
            right: 0;
            background-color: #fafafa;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 30px;
        }

        .mobile-side-nav .mobile-list .dropdown-menu.show {
            transform: unset !important;
            background: transparent !important;
            box-shadow: none !important;
            border: unset !important;
        }

        .mobile-side-nav a {
            text-decoration: none;
            transition: 0.3s;
        }

        .mobile-side-nav a:hover {
            color: var(--theme2);
        }

        .mobile-side-nav .closebtn {
            position: absolute;
            top: -5px;
            right: 10px;
            font-size: 36px;
            margin-left: 50px;
        }
    }

    @media (max-width: 991px) {
        /* sidenav */

        .sidenav .header-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sidenav .header-links ul li {
            border-bottom: 1px solid var(--theme_gray);
        }

        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 9999;
            top: 0;
            right: 0;
            background-color: #fff;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 15px;
            color: var(--black);
            display: block;
            transition: 0.3s;
        }

        .sidenav a:hover {
            color: var(--theme4);
        }

        .sidenav .closebtn {
            position: absolute;
            top: -5px;
            right: 10px;
            font-size: 36px;
            margin-left: 50px;
        }

        .sidenav .header-social-media-icons {
            padding-bottom: 15px;
        }

        .sidenav .header-social-media-icons li a {
            padding: 0;
        }

        .nav-list-area .header-phone {
            display: flex;
        }

        .nav-list-area .header-phone svg {
            fill: var(--theme1);
        }

        .nav-list-area .header-phone h6,
        .nav-list-area .header-phone h5 {
            color: var(--theme1);
        }

        .header-megamenu__container {
            transition: transform 0.5s ease;
            transform: translateX(100%);
        }

        .header-megamenu__container.active {
            right: 0;
            left: auto;
            height: 200vh;
            top: 0;
            visibility: visible;
            position: fixed;
            /* overflow: scroll; */
            z-index: 9999;
            width: 260px;
            flex-direction: column;
            transform: translateX(0);
        }

        .mobile-disable-event {
            pointer-events: none;
            position: relative;
            width: 100%;
        }

        .header-megamenu__container .header-megamenu__subcategory,
        .header-megamenu__container .header-megamenu__mobile-subcategory {
            display: none;
        }

        .header-megamenu__container .header-megamenu__subcategory.active,
        .header-megamenu__container .header-megamenu__mobile-subcategory.active {
            display: flex;
        }

        .mobile-disable-event::after {
            content: "\f105";
            font-family: 'Line Awesome Free';
            position: absolute;
            right: 1rem;
        }

        .side-nav__sub-nav li {
            display: block;
            margin-bottom: 10px;
            text-align: initial;
        }

        .side-nav__sub-nav li {
            border-bottom: 1px solid var(--theme_hex_6);
            padding: 2px;
        }

        .side-nav__sub-nav li {
            border-bottom: 1px solid var(--theme_hex_6);
            padding: 2px;
            margin-right: 1rem;
        }





        /* end sidenav */
        .nav-list-area.sidenav .navbar .navbar-nav {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100%;
        }

        .nav-list-area.sidenav .navbar .navbar-nav .nav-item {
            text-align: left;
        }

        .nav-list-area .navbar .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            font-weight: 500;
            color: var(--font-color);
        }

        .nav-list-area .navbar .navbar-nav .nav-item .nav-link:hover {
            color: var(--theme_black);
        }

        .nav-list-area .navbar .navbar-nav .nav-item {
            margin-bottom: 10px;
        }

        .top-navbar {
            padding: 0;
        }

        .top-navbar .bx-header {
            padding: 0;
        }

        header .logo-category a {
            margin-top: 0;
            z-index: inherit;
        }
    }

    @media (max-width: 1200px) {
        /* .nav-search-icon img {
            width: 32px;
            height: 32px;
        } */

        .login-icon1 img {
            width: 30px;
            height: 30px;
        }

        .cart-nav .cart-nav-icon img {
            width: 32px;
            height: 32px;
        }
    }

    @media (min-width: 576px) and (max-width: 991px) {
        .header-menu-row {
            padding: 16px 0;
        }
    }

    @media (min-width: 576px) and (max-width: 766px) {}

    @media (max-width: 575px) {
        header .search-area .advance {
            margin-right: 5px;
        }

        .rd-header-right {
            gap: 0;
        }

        .notifications-bar .text-center {
            font-size: 11px;
        }

        .kw-search-icon {
            width: fit-content;
            height: 44px;
            /* border: 0.5px solid #BABCBF; */
            border-radius: 30px;
            opacity: 1;
        }
    }

    @media (max-width: 375px) {}

    @media screen and (max-width: 768px) {

        /* Styles applied when the screen width is 768px or less (typically mobile devices) */
        .hide-on-mobile {
            display: none !important;
            /* Hides the element completely */
        }

        .promo-text-line {
            gap: 10px;
            height: fit-content;
        }
    }

    @media screen and (max-width: 768px) {
        .promo-text-line {
            height: auto;
            padding-block: 20px;
            align-items: start;
            /* Center items for better look */
            text-align: start;
        }

        .promo-text-line .promo-contact-divider {
            display: block !important;
            width: 90%;
            height: 1px !important;
            background: #BABCBF;
            margin: 10px 0;
        }
    }


    @media screen and (max-width: 1200px) {

        /* Styles applied when the screen width is 768px or less (typically mobile devices) */
        .hide-on-small-devices {
            display: none !important;
            /* Hides the element completely */
        }
    }

    .promo-text {
        font-size: 16px;
        padding-inline: 20px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}
