.home header.header-custom { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} 
header.header-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 99998;
    padding: 0.75rem 5rem;
    transition: 0.8s ease all;
    align-items: center;    
}
.header__icons span {
    color: #fff;
    font-size: 17px;
}
.header-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10.5px;
}

.header-menu div#mega-menu-wrap-primary {
    display: inline-block;
    margin: 0;
    background: transparent;
    position: static;
}

.header-logo img {
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.header-login-cart {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
}
.header-login-cart svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.header-cart svg {
    width: 44px;
    height: 44px;    
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: font-family: 'Cinzel', serif;;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin-left: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 0px 10px;
    /* letter-spacing: 3px; */
}

.header-login-cart span, .header-login-cart a {
    color: #fff;
}

.header-login-cart a.cart-link {
    position: relative;
}

.header-login-cart a.cart-link span.cart-count {
    position: absolute;
    right: 0px;
    top: -9px;
    height: 20px;
    width: 20px;
    background: #273036;;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 1.2;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.home) header.header-custom {
    position: relative;
}

header.header-custom.scrolled, body:not(.home) header.header-custom.scrolled {
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
}

header.header-custom:hover, body:not(.home) header.header-custom, header.header-custom.scrolled{
    background: #fff;
    /* background: #ffefd1; */
}

header.header-custom:hover .header-login-cart a, header.header-custom:hover #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    body:not(.home) header.header-custom .header-login-cart a, body:not(.home) header.header-custom #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    header.header-custom.scrolled .header-login-cart a, header.header-custom.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #273036;
    background: transparent;
    font-weight: bold;
}

header.header-custom:hover .astra-search-icon svg, body:not(.home) header.header-custom .astra-search-icon svg, header.header-custom.scrolled .astra-search-icon svg {
    fill: #273036;
}

header.header-custom.scrolled .header-logo img.sticky-img {
    display: block;
    /* max-width: 150px; */
    left: 5rem;
    max-width: 60px;
    position: absolute;
    top: 20px;
}

header.header-custom.scrolled .header-logo img.normal-img {
    /* display: none; 
    opacity: 0;
    height: 0;*/
}

header.header-custom.scrolled .header-logo{
    left: 5rem;
    transform: none;
     top: 32px;
    top: 20px;
}

@media (min-width: 768px) {
    .scrolled .mega-menu.max-mega-menu.mega-menu-horizontal {
        /* padding-top: 30px !important; Adjust this value as needed */
    }
}

@media (min-width: 1298px) and (max-width: 1423px) {
    header.header-custom.scrolled .header-logo {
        left: 2rem !important;
    }
}

header.header-custom.scrolled .header-login-cart {
    padding: 10px 0px 11px;
    position: relative;
    z-index: 1;
}
header.header-custom.scrolled .header-menu { 
    margin-top: -72px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent !important;   
    font-weight: bold;
    text-underline-offset: 0.3rem;
    color: #625548;   
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover .mega-indicator, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus .mega-indicator {
    transform: rotate(180deg);
}


.header-custom .astra-search-icon button {
    background: transparent;
    padding: 0px;
	box-shadow: none;
}

.header-custom .header_search {
    display: none;
}

.header-login-cart .astra-search-icon {
    margin-right: 15px;
}

.header-logo {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px; */
}

.header-logo a {
    display: inline-block;
}

.header-custom .header_search {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease-in;
}

.header-custom .header_search.show-search {
    visibility: visible;
    opacity: 1;
    top: 0%;
}

.header-custom .header_search form#searchForm {
    display: flex;
    width: 100%;
    max-width: 800px;    
    align-items: center;
    justify-content: center;
}

.header-custom .header_search form#searchForm input {
    width: 100%;
    max-width: calc(100% - 100px);
    height: 52px;
}

.header_search .search-close { 
    transform: translate(50px, -50px);    
    cursor: pointer;
}


header.header-custom.scrolled .header_search .search-close {
    transform: translate(10px, -20px);
}

.modal-overlay.show-overlay:after {    
    position: absolute;
    content: '';
    background-color: rgba(98,85,72, 0.5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}

body.overflow-hidden {
    overflow-y: hidden;
}

.hoverable-submenu-products .submenu-title a{
    padding: 5px 10px;
    transition: .3s all ease-in;
    font-size: 14px;
    color: #273036;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;    
}
.hoverable-submenu-products .submenu-title a:before{
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: transparent;
    transition: .3s all ease-in;
    z-index: -1;
}

.hoverable-submenu-products .submenu-title a:hover:before{
    background: #326b96;
    width: 100%;
}

.hoverable-submenu-products .submenu-title a:hover {
    /* color: #fff !important; */
}

.hoverable-submenu-products .product-list {
    transition: all 0.3s ease-in-out;
}

.hoverable-submenu-products .product-list ul, .premium-picks ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 0px;
}

.hoverable-submenu-products .product-list ul li, .premium-picks ul li {
    flex: 0 0 calc(25% - 5px);
    text-align: center;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    background-color: #fff;
}
.hoverable-submenu-products .submenu-titles {
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
}

.submenu-group {
    display: flex;
}

.hoverable-submenu-products .product-list ul li a{
    width: 100%;
}


.hoverable-submenu-products .product-list ul li a, .premium-picks ul li a {
    display: block;
}

.hoverable-submenu-products .product-img, .premium-picks .product-img {
    margin: 0 auto 1rem;
    border-radius: 6px;
    /* max-width: 120px; */
    max-width: 350px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoverable-submenu-products .product-img img, .premium-picks .product-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.hoverable-submenu-products .product-lists {
    width: 100%;
    max-width: calc(100% - 145px);
    margin: 0px auto;
}

header .button-call .wp-block-button__link:hover {
    color: #5c5671;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #5c5671;
    border-radius: 0;
    height: 52px;
}
header .button-call .wp-block-button__link {
    background-color: transparent;
    /* border-color: #625548 !important; */
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 18px;
    width: 150px;
    height: 52px;
}
header .button-call .wp-block-button__link::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    background-color: #5c5671;
    /*border-color: #625548 !important; */
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}
header .button-call .wp-block-button__link:hover::before {
    transform-origin: right center;
    transform: scaleX(0);
}

.hoverable-submenu-products .product-list .product-item .product-title, .premium-picks-list .product-title{
    font-size: 13px;
     color: #273036;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
    transition: .3s all ease-in;
}

.hoverable-submenu-products .product-list .product-item .product-price, .premium-picks-list .product-price {
    font-size: 13px;
    font-weight: 600;
   color: #326b96;
    line-height: 1.3;
    text-align: left;
}

.hoverable-submenu-products .product-list ul li:hover .product-title, .premium-picks-list ul li:hover .product-title {
    text-decoration: underline;
}

.collection-list .textwidget.custom-html-widget, .category-header-link > .mega-sub-menu {
    max-width: 1600px;
    margin: 0 auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
    gap: 1.8rem 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0;
    padding: 3rem 5rem;
}

.mega-collection_left.collection_left {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #fff;
    border-top: 2px solid #326b96;
}

.premium-picks-head, .best-sellers__title{    
    text-transform: uppercase;
    color: #313715;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
}

.premium-picks ul li {
    flex: 0 0 calc(25% - 5px);
}

.premium-picks .product-img {
    height: 120px;
}

.best-sellers__image-section-wrap {
    display: flex;
    gap: 2rem;
}

.best-sellers__image-section {
    flex: 1;
}

.best-sellers__image-section a {
    display: block;
}

.best-sellers__image-section .best-sellers__image {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.header-logo img.sticky-img {
    display: none;
}

.header-menu.mobile-menu {
    display: none;
}

.home header.header-custom .cart-link svg {
    fill: #fff;
}
header.header-custom .cart-link svg {
    fill: #273036;
}
header.header-custom:hover .cart-link svg {
    fill: #273036;
}

header .yith-wcwl-add-to-wishlist-button__label{
    display: none;
}

.home .header-custom.scrolled .cart-link svg{
    fill: #273036;
}

.header-custom.scrolled .cart-link svg{
    fill: #273036;
}

.normal-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.0);
    top: 20px;
    height: auto;
    padding-top: 0px;
    visibility: visible;
    opacity: 1;
}

.header-custom.scrolled .normal-img {
    -webkit-transform: translateY(-15rem) scale(0.9);
    transform: translateY(-15rem) scale(0.9) translateX(-50%);
    height: 0;
    visibility: hidden;
    opacity: 0;
}


/* header style new change */
/**/
/* Header Menu */
/* Container Styling */
.custmenu-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

/* Scrollable Menu */
.custmenu-menu {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    padding: 10px 0;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.custmenu-menu::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
}

/* Menu Items */

/* Navigation Arrows */
.custmenu-arrow {
    background: none;
    border: none;
    font-size: 17px;
    cursor: pointer;
    padding: 10px;
    color: #333;
    transition: color 0.3s ease-in-out;
    box-shadow: none;
}
.custmenu-left-arrow svg {
    transform: rotate(180deg);
}
.custmenu-arrow {
    margin-top: 5px;
}
.custmenu-arrow:hover, .custmenu-arrow:focus, .custmenu-arrow:active, 
.custmenu-arrow:focus-visible, .custmenu-arrow:focus-within {
    background: none !important;
    border: none;
}
a.mega-menu-link:hover, a.mega-menu-link:focus, a.mega-menu-link:active,a.mega-menu-link:focus-visible,
    a.mega-menu-link:focus-within, .mega-menu-item:hover, a.mega-menu-item:focus, a.mega-menu-item:active,
    a.mega-menu-item:focus-visible, a.mega-menu-item:focus-within {
    text-decoration: none !important;
}
.custmenu-menu.submenu-titles {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
}
.custmenu-item.submenu-title a {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.custmenu-item.submenu-title a:after {
    right: 0;
    background-color: #326b96;
    bottom: 0;
    content: "";
    height: .1875rem;
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 0;
}
.custmenu-item.submenu-title a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

.category-header-link .mega-sub-menu .mega-menu-item a{
    display: inline-block !important;
}

.category-header-link .mega-sub-menu .mega-menu-item a:before {
    right: 0;
    background-color: #326b96 !important;
    bottom: 0;
    content: "" !important;
    height: .1875rem !important;
    position: absolute !important;
    -webkit-transition-duration: .3s !important;
    transition-duration: .3s !important;
    -webkit-transition-property: width !important;
    transition-property: width !important;
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important;
    width: 0 !important;
}

.category-header-link .mega-sub-menu .mega-menu-item a:hover:before {
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
}

.easy-notification-bar{
    display: block;
}
.easy-notification-scrolled.easy-notification-bar{
    display: none;
}

/**/
.hoverable-submenu-products {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    flex-direction: column;
}
.hoverable-submenu-products .submenu-titles  {
    display: flex;    
        gap: 20px;
        padding: 10px 0;
        scrollbar-width: none;
}

.hoverable-submenu-products .submenu-titles::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
}

/* Menu Items */
.hoverable-submenu-products .submenu-titles {
    flex: 0 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.hoverable-submenu-products .submenu-titles:hover {
    color: #d63384; /* Highlight color */
}

/* Navigation Arrows */
.hoverable-submenu-products .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.hoverable-submenu-products .nav-arrow:hover {
    color: #d63384;
}

.hoverable-submenu-products .left-arrow {
    left: 0;
}

.hoverable-submenu-products .right-arrow {
    right: 0;
}

.custmenu-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

.custmenu-wrap .custmenu-arrow.disabled, .custmenu-wrap .custmenu-arrow.arr-disabled{
    display: none;
}
.custmenu-menu.no-menu-scroll {
    justify-content: center;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated { box-shadow: none; }

@media screen and (max-width: 1440px) {
    header.header-custom  {
        padding: 0.75rem 1rem;
    }
    header.header-custom.scrolled .header-logo img.sticky-img {
        left: 25px;
        top: 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        /*padding: 5px;*/
    }
    .header-login-cart .astra-search-icon {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1450px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 0px;
    }
    header.header-custom.scrolled .header-login-cart a {
        font-size: 13px;
    }
    
}
@media screen and (max-width: 1299px) {
    header.header-custom {
        padding: 10px 20px;        
    }   
    header.header-custom.scrolled .header-logo {
        left: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        /* padding: 0px 50px; */
        padding: 0 5px;
    }
    
    header.header-custom.scrolled .header-logo img.sticky-img {
        /* max-width: 110px; */
        left: 1rem;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
        padding: 20px;
        gap: 0px;
    }
    .hoverable-submenu-products .product-list .product-item .product-price, .premium-picks-list .product-price {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
        .hoverable-submenu-products .product-list .product-item .product-title, .premium-picks-list .product-title {
        font-size: 14px;
    }
    .hoverable-submenu-products .product-lists {
        max-width: 100%;
    }
    .header-menu {
        padding-top: 5px;
        
    }
    .header-custom.scrolled .header-menu{
        justify-content: flex-start;
    }
    header.header-custom.scrolled #mega-menu-wrap-primary .max-mega-menu {
        padding-left: 80px !important;
    }
    
}
@media screen and (max-width: 1199px) {  
	.header-menu div#mega-menu-wrap-primary { margin-left: 20px; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0px 5px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, .hoverable-submenu-products .product-list .product-item .product-title, .premium-picks-list .product-title {
        font-size: 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 10px 15px;
    }
    .hoverable-submenu-products .product-list ul li {
        padding: 10px;
    }
    .hoverable-submenu-products .product-list .product-item .product-price, .premium-picks-list .product-price {
        font-size: 14px;
    }
    .hoverable-submenu-products .submenu-titles {
        gap:7px;
    }
    .hoverable-submenu-products .product-lists {
        /* display: none; */
    } 
    .premium-picks .product-img {
        height: 75px;
    } 
    .event-wrap {
        display: none;
    }
    header.header-custom.scrolled .header-login-cart a {
        font-size: 12px;
    }
    header.header-custom.scrolled #mega-menu-wrap-primary .max-mega-menu {
        padding-left: 30px !important;
    }
    header.header-custom.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 12px;
    }
    header.header-custom.scrolled .header-logo img.sticky-img {
        max-width: 40px;
        left: 5px;
        top: 15px;
    }
    header.header-custom.scrolled .header-login-cart {
        gap: 3px;
    }
    
    header.header-custom {padding: 5px 5px;}
    
    .header-login-cart .astra-search-icon {
        margin-right: 0;
    }
    header.header-custom.scrolled .header-login .login-link {
        font-size: 11px;
    }
}
@media screen and (max-width: 1023px) {  
    .hoverable-submenu-products .submenu-title a {
        padding: 5px 7px;
        font-size: 14px;
    }
    .header-logo img {
        /* max-width: 120px; */
        
    }
}
@media screen and (max-width: 991px) {  
    .header-menu.mobile-menu {
        display: block;
        margin: 0px;
        width: 100%;
        max-width: 40px;
    }
    .header-menu.desktop-menu {
        display: none;
    }
    header.header-custom {
        justify-content: space-between;
        background: #fff !important;
    }
    header.header-custom .astra-search-icon svg, body header.header-custom .astra-search-icon svg, header.header-custom.scrolled .astra-search-icon svg {
        fill: #263037;
    }
    .header-login-cart a {
        color: #263037;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin: 0px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background: #625548;
        height: 1px;
    }
    .header-logo {
        top: 7px;
        position: static;
        transform: unset;
    }
    header.header-custom {
        padding: 0px 20px;
        height: 93px;
    }
    .header-menu.mobile-menu, .header-login-cart, header.header-custom.scrolled .header-login-cart {        
        padding: 0px 7px 0px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header.header-custom.scrolled .header-logo {
        left: calc(50% - 80px);
/*        transform: translateX(-30%);*/
        top: 20px;
        position: absolute;
    }
    .easy-notification-bar {
        padding: 15px 55px 10px 10px !important;
        top: 0 !important;
    }
    
    .easy-notification-bar-message {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    header.header-custom.scrolled .header-menu {
        margin: 0px;
    }    
    header.header-custom.scrolled {
        height: 56px;
        padding-top: 5px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        height: 21px;
        line-height: 21px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        text-decoration: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #fff !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 5px 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu {
        padding: 0PX;
    }
    .mega-category-header-link .widget_custom_html {
        display: none !important;
    }
    .hoverable-submenu-products .submenu-titles {
        flex-direction: column;
        align-items: inherit;
        margin: 0px;
        gap: 0px;
        padding: 10px 15px;
    }
    .hoverable-submenu-products .submenu-title a {
        padding: 0px;
        font-weight: 500;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 5px 15px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu, body .sidebar-overlay {
        display: none;
    }
    .header-login-cart a.cart-link span.cart-count {        
        right: 4px;
        top: -6px;
    }   
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        width: 27px;
    } 
    header .button-call .wp-block-button__link {
        padding: 10px;
		height: 43px !important;
    }
	.header-custom .header_search {
        height: 110px;
        display: block;
        padding: 40px 10px 0 10px;
    }
    .header-custom .header_search form#searchForm {
        max-width: unset;
    }
    .header-custom .header_search form#searchForm input {
        width: 100%;
        max-width: calc(95% - 100px);
        height: 43px;
    }
    header.header-custom.scrolled .header_search .search-close {
        transform: translate(-10px, -10px);
    }
    .header_search .search-close {
        transform: translate(0, 0) !important;
        position: absolute;
        top: 2px;
        right: 3px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover .mega-indicator, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus .mega-indicator {
        transform: rotate(0deg);
    }
    header.header-custom .cart-link svg {
        fill: #625548 !important;
    }
    .submenu-group {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .hoverable-submenu-products .submenu-title a {
        text-transform: capitalize;
    }
    .header-custom.scrolled .normal-img {
        -webkit-transform: unset;
        transform: unset;
    }
    .header-logo img{
        max-width: 80px;
        display: none;
    }
    header.header-custom.scrolled .header-logo img.sticky-img {
        top: 10px;
        left: calc(50% - 10px);
    }
    .header-logo img.sticky-img {
        display: block;
        position: absolute;
        top: 15px;
        left: calc(50% - 10px);
        transform: translateX(-50%);
    }
    header.header-custom.scrolled .header-logo {
        position: static;
    }
    header.header-custom.scrolled #mega-menu-wrap-primary .max-mega-menu {
        padding-left: 0px !important;
    }
    .custmenu-wrap{
        align-items: flex-start;
    }

    /*mobile mega menu changes*/
	.header-menu div#mega-menu-wrap-primary { margin-left: 0; }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: flex;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
        display: none;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        position: fixed;
        display: block;
        width: 300px;
        max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        box-sizing: border-box;
        transition: left 200ms ease-in-out, right 200ms ease-in-out, visibility 200ms ease-in-out;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999999999;
        overscroll-behavior: contain;
        visibility: hidden;
        background: #326b96;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        left: 0;
        visibility: visible;
        display: block;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        background: transparent;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
        position: fixed;
        width: 100%;
        height: 99999px;
        content: "";
        top: 0;
        left: 0;
        opacity: 0.5;
        background: black;
        cursor: pointer;
        z-index: 9999999998;
    }
    #mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_"] + button.mega-close {
        display: flex;
        position: fixed;
        top: 0;
        z-index: 99999999999;
        cursor: pointer;
        visibility: visible;
    }
    #mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_right"] + button.mega-close {
        left: 290px;
        right: auto;
    }
    #mega-menu-wrap-primary:has(.mega-menu-open) #mega-menu-primary[data-effect-mobile^="slide_"] + button.mega-close:before {
        display: flex;
        content: "";
        font-family: dashicons;
        font-weight: normal;
        color: #fff;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    #mega-menu-wrap-primary:after {
        content: "";
        display: table;
        clear: both;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
        clear: both;
    }
    .hoverable-submenu-products .product-lists {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
        clear: both;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100% !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        line-height: 20px;
        height: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: rgb(0 0 0 / 80%) !important;
    }
}
@media screen and (max-width: 767px) {  
    header.header-custom {
        padding: 0px 0px 0px 7px;
    }
    .header-login-cart .astra-search-icon {
        margin-right: 6px;
    }
    .header-login .login-link {
        font-size: 0 !important;
    }

    .header-login {
        margin-top: -6px;
    }
    .header-cart svg {
        width: 40px;
        height: 40px;
    }
    .header-logo img {
        max-width: 50px;
    }
    header.header-custom {
        height: 76px;
    }    
    .header-login-cart .header-cart {
        margin-left: -5px;
    }
    header.header-custom.scrolled .header-login-cart svg {
        width: 18px;
        height: 18px;
    }
    header.header-custom.scrolled .header-cart svg {
        width: 40px;
        height: 40px;
    }
    .header-login-cart .astra-search-icon {
        margin-right: 4px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        top: 9px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        top: 18px;
    }
    .easy-notification-bar {
        padding: 5px 55px 8px 10px !important;
    }
    .easy-notification-bar-message {
        font-size: 12px;
        line-height: 20px;
    }
    header.header-custom.scrolled .header-logo {
        top: 10px;
    }
}
@media screen and (max-width: 374px) {  
    header.header-custom.scrolled .header-logo {
        left: 80px;
    }
    .easy-notification-bar-message {
        font-size: 10px;
        line-height: 20px;
    }
}
