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;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3);
}

/* body:not(.no-banner).archive header.header-custom:not(.scrolled),
body.page-id-584 header.header-custom:not(.scrolled),
body.page-id-561 header.header-custom:not(.scrolled) {
    position: fixed !important;
    left: 0;
    right: 0;
    background: transparent !important;
} */

body.archive #primary, body.page-id-584 #primary, body.page-id-584 header.header-custom {
    margin: 0 0 2em !important;
}


.header__icons span {
    color: #fff;
    font-size: 17px;
}
.header-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

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

.header-logo img {
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
}


.header-login-cart {
    display: flex;
    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: 14px; */
/* 	font-size: 11px; */
    line-height: 20px;
    height: auto;
    font-weight: bold;
    text-transform: uppercase;
}
.header-login .login-link {
    font-size: 12px;
}

#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: #000;
    border-radius: 100%;
    text-align: center;
    display: flex;
    line-height: 16px;
    font-size: 12px;
    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, body:not(.home) header.header-custom, header.header-custom.scrolled{
    background: #fff;
    /* background: #ffefd1; */
}

header.header-custom .header-login-cart a, header.header-custom #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: #000;
    background: transparent;
    font-weight: bold;
}

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

header.header-custom.scrolled .header-logo img.sticky-img {
    display: block;
    max-width: 280px;
}

header.header-custom.scrolled .header-logo img.normal-img {
    display: none;
}

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

@media (min-width: 1300px) and (max-width: 1423px) {
    
}

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

#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-decoration: underline;
    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: 14px;
}

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

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

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

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

.header-custom .header_search form#searchForm input {
    width: 100%;
    max-width: calc(100% - 100px);
/*     height: 52px; */
	height: 43px;
    border-right: 0;
}

.header_search .search-close {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.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;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link{
/*     font-size: 16px; */
    font-weight: bold;
}
.hoverable-submenu-products .submenu-title a{
    padding: 5px 10px;
    transition: .3s all ease-in;
	/* font-size: 12px; */
	font-size: 10.5px;
    color: #000;
    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: #000;
    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(12% - 5px);
    text-align: center;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 6px;
    background-color: #fff;
}
.hoverable-submenu-products .submenu-titles {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
}
.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;*/
	margin: 0 auto;
    border-radius: 6px;
    max-width: 120px;
    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: #000 !important;
    background-color: transparent;
    border: 1px solid #000 !important;
    border-radius: 0;
}
header .button-call .wp-block-button__link {
    background-color: transparent;
    border-color: #000 !important;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
    width: 130px;
/*     height: 52px; */
	height: 43px;
}
header .header_search.button-call #searchForm .search-submit{ padding: calc(0.667em + 2px) calc(1.333em + 2px);font-size: 1rem; }
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: #000;
    border-color: #000 !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: 14px;
    color: #696969;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
    transition: .3s all ease-in;
	display: none;
}

.hoverable-submenu-products .product-list .product-item .product-price, .premium-picks-list .product-price {    
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}

.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: 17px;
} */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    background-color: #fafaf8;
	top: 36px;
}

.premium-picks-head, .best-sellers__title{    
    text-transform: uppercase;
    color: #000;
    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;
	margin-top: 28px;
}

.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: #000;
}
header.header-custom:hover .cart-link svg {
    fill: #000;
}

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

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

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

@media screen and (max-width: 1700px) {
    header.header-custom {
        padding: 0.75rem 2rem;
    }
    header.header-custom.scrolled .header-logo {
        left: 1rem;
    }
}
@media screen and (max-width: 1600px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0;
    }
}
@media screen and (max-width: 1500px) {
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0 5px;
/*         font-size: 11px; */
        line-height: 18px;
    }
    header.header-custom {
        padding: 0.75rem 1rem;
    }
    header.header-custom.scrolled .header-logo img.sticky-img {
        max-width: 230px;
    }
    header.header-custom.scrolled .header-logo { top: 20px; }
    header.header-custom.scrolled .header-menu { margin-top: -42px; }
}

@media screen and (max-width: 1299px) {
    header.header-custom {
        padding: 10px 20px;        
    }   
    .hoverable-submenu-products .submenu-title a:hover {
        color: #000 !important;
    }
    header.header-custom.scrolled .header-logo {
        left: 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        padding: 0px 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
/*         font-size: 12px; */
        padding: 0px;
    }
    header.header-custom.scrolled .header-logo img.sticky-img {
        max-width: 208px;
    }
    #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: 15px;
    }
    #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: 16px;
    }
    .hoverable-submenu-products .product-lists {
        max-width: 100%;
    }
    .header-menu {
        padding-top: 5px;
    }
    .header-logo img {
        max-width: 230px;
    }
    .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: #000;
    }
    .header-login-cart{
        gap: 0px;
    }
    .header-login-cart a {
        color: #000;
    }
    #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: #ffffff;
        height: 1px;
    }
    .header-logo{
        top: 8px;
    }
    header.header-custom {
        padding: 0px 20px;
        height: 93px;
    }
    .header-menu.mobile-menu, .header-login-cart, header.header-custom.scrolled .header-login-cart {        
        padding: 0px 0px 0px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header-menu.mobile-menu { margin-top: 3px !important; }
    header.header-custom.scrolled .header-logo {
		top: 16px;
        left: calc(50%);
        transform: translateX(-50%);
    }
    
    header.header-custom.scrolled .header-menu {
        margin: 0px;
    }    
    header.header-custom.scrolled {
        height: 56px;
		padding-top: 0;
/*         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 {
        height: 43px;
    }
    .header-custom .header_search form#searchForm input {
        width: 100%;
        max-width: calc(95% - 100px);
        height: 43px;
    }
    
    #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: #000 !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.header-custom.scrolled #mega-menu-wrap-primary .max-mega-menu {
        padding-left: 0px !important;
    }
    .custmenu-wrap{
        align-items: flex-start;
    }

    /*mobile mega menu changes*/
    #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: #000;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        left: 0;
        visibility: visible;
        display: block;
        padding-top: 10px;
    }
    #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: #843e3e;
        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: 0px;
        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;
        padding-bottom:12px;
    }
    #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;
    }
    
}
@media screen and (max-width: 1199px) {    
    #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: 15px;
    }
    #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;
    }
}
@media screen and (max-width: 1023px) {  
    #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-column-standard 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-standard > a.mega-menu-link{font-size: 14px !important;}
    .hoverable-submenu-products .submenu-title a {
        padding: 5px 7px;
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .easy-notification-bar {
        padding: 15px 55px 10px 10px !important;
        top: 0 !important;
		position: unset !important;
    }
    
    .easy-notification-bar-message {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {  
    header.header-custom {
        padding: 0px 10px 0px 7px;
    }
    .header-login-cart .astra-search-icon {
        margin-right: 6px;
    }
    .header-login a {
        font-size: 0;
    }
    .header-cart svg {
        width: 40px;
        height: 40px;
    }
    .header-logo img {
        max-width: 177px;
    }
    header.header-custom {
        height: 76px;
    }
    /* 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: 10px;
    }
    header.header-custom.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        top: 10px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
        top: 18px;
    }
}
@media screen and (max-width: 575px) {
/*     .easy-notification-bar {
        display: none;
    } */
    .header-login { margin-right: 0; margin-top: -6px; }
    .header-login .login-link {
        font-size: 0;
    }
    .header-login-cart a.cart-link span.cart-count {
        line-height: 12px;
        font-size: 7px;
        height: 15px;
        width: 15px;
    }
    .header-login-cart svg {
        width: 15px;
        height: 15px;
    }
    .header-cart svg {
        width: 30px;
        height: 30px;
    }
    .home-instagram-feed .FeedHeader__left-container {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .home-instagram-feed .FeedLayout__row-footer {
        flex-wrap: wrap;
        gap: 10px;
    }
    .home-instagram-feed .FeedHeader__left-container .FeedHeader__info .FeedHeader__username {
        font-size: 100%;
    }

}
@media screen and (max-width: 499px) {  
    header.header-custom.scrolled .header-logo {
        top: 15px;
        left: 45px;
        transform: unset;
    }
    .header-custom .header_search form#searchForm { max-width: unset; }
}
@media screen and (max-width: 399px) {
    header.header-custom .header-logo{
        top: 25px;
        left: 45px;
        transform: unset;
    }
    header.header-custom .header-logo .normal-img { display: none; }
    header.header-custom .header-logo .sticky-img { display: block; max-width: 208px; }
}
@media screen and (max-width: 374px) {
    header.header-custom .header-logo{ top: 29px; }
    header.header-custom .header-logo .sticky-img, header.header-custom.scrolled .header-logo img.sticky-img {
        max-width: 150px;
    }
    header.header-custom.scrolled .header-logo {
        top: 19px;
    }
}
@media screen and (min-width: 576px) and (max-width: 830px){
    .header-login .login-link {
        font-size: 0;
        width: 20px;
        height: 20px;
        display: block;
    }
}
@media(max-width:480px){
  
	
	.mon-story-banner {
    min-height: 250px !important;
}
	
	.mon-story-content { 
    top: 60% !important;
}
}

.mon-story-banner img {
    max-width: 2600px !important;
    width: 100%;
}