.e22z-menu-btn-pc,
#menu-header-menu > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#menu-header-menu {
    --nav-gap: 1px;
}
.e22z-menu-btn-pc,
#menu-header-menu > li > a {
    gap: 10px !important;
    height: 100% !important;
    line-height: 1 !important;
    color: #d8e6e1 !important;
    font-size: 16px !important;
    min-height: 50px !important;
    user-select: none !important;
    align-items: center !important;
    display: inline-flex !important;
    text-transform: unset !important;
    background-color: rgba(0, 0, 0, 0) !important;
	font-weight: 500 !important;
    font-family: 'metropolis';
}
.e22z-menu-btn-pc:hover,
#menu-header-menu > li > a:hover {
    color: #f0a613 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}


.whb-main-header .wd-header-nav {
    padding-left: 0 !important;
    margin-left: -10px !important;
}
#menu-header-menu .header-sale-badge,
#e22z-mobile-menu-ul .header-sale-badge {
    display: inline-flex !important;
    align-items: center !important;
}
#menu-header-menu .header-sale-badge a,
#e22z-mobile-menu-ul .header-sale-badge a {
    font-weight: 800 !important;
    position: relative !important;
	background: linear-gradient(90deg, #10a47d 0%, #13745a 100%) !important;
    border-radius: 5px !important;
    min-height: 36px !important;
    padding: 4px 16px !important;
    height: auto !important;
    color: #ffffff !important;
    line-height: 1 !important;
	transition: all 0.3s ease;
}
#menu-header-menu .header-sale-badge a span,
#e22z-mobile-menu-ul .header-sale-badge a span {
    position: relative;
}
#menu-header-menu .header-sale-badge a:hover,
#e22z-mobile-menu-ul .header-sale-badge a:hover {
    color: #ffffff !important;
    background-image: linear-gradient(90deg, #035640 0%, #179473 100%) !important;
}
#menu-header-menu .header-sale-badge a::before,
#e22z-mobile-menu-ul .header-sale-badge a::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    display: block;
	background: linear-gradient(90deg, #10a47d 0%, #13745a 100%) !important;
    border-radius: 5px;
	transition: all 0.3s ease;
}
#menu-header-menu .header-sale-badge {
    margin-left: 10px !important;
}
#e22z-mobile-menu-ul .header-sale-badge {
    padding: 5px 10px 5px 20px !important;
}



.e22z-menu-btn-mobile {
    margin:0 -10px !important;
    color: #ffffff !important;
    padding: 0 10px !important;
    font-weight: 500 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}
.e22z-menu-btn-mobile::before {
    content: "\f15a";
    font-size: 20px;
    font-family: "woodmart-font";
}


.e22z-menu-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0 !important;
    padding: 0 !important;
    z-index: 392 !important;
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.e22z-menu-enter {
    transition: transform 250ms ease-out, opacity 250ms ease-out;
}
.e22z-menu-enter-start {
    opacity: 0;
    transform: translateX(-100%);
}
.e22z-menu-enter-end {
    opacity: 1;
    transform: translateX(0%);
}
.e22z-menu-enter-leave {
    transition: transform 250ms ease-in, opacity 250ms ease-in;
}
.e22z-menu-enter-leave-start {
    opacity: 1;
    transform: translateX(0%);
}
.e22z-menu-enter-leave-end {
    opacity: 0;
    transform: translateX(-100%);
}

.e22z-menu {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 392;
    width: 400px;
    display: flex;
    max-width: 90vw;
    position: fixed;
    flex-direction: column;
    background-color: #035640;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}
.e22z-menu-head {
    gap: 10px;
    width: 100%;
    height: 62px;
    display: flex;
    flex-shrink: 0;
    user-select: none;
    align-items: center;
    padding: 5px 10px 5px 0;
}
.e22z-menu-head-content {
    flex-grow: 1;
    margin-left: 20px;
}
.e22z-menu-head-logo-img {
    height: 32px;
    width: auto;
}
.e22z-menu-back-btn {
    display: flex;
    height: 58px;
    color: #303033;
    line-height: 1;
    width: 100%;
    gap: 14px;
    justify-content: flex-start;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0 0 0 20px !important;
    align-items: center !important;
    text-transform: unset !important;
    background-color: #f5f5f5;
}
.e22z-menu-back-btn svg {
    width: 14px;
    height: auto;
}
.e22z-menu-back-btn::before {
/*    content: "";*/
    width: 14px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    transform: rotate(45deg);
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
.e22z-menu-close-btn {
    flex: 0 0 auto !important;
    color: #ffffff !important;
    margin-left: auto !important;
    padding: 10px 10px !important;
    transition-duration: 250ms !important;
    background-color: rgba(0, 0, 0, 0) !important;
    transition-property: color, background-color !important;
}
.e22z-menu-close-btn:hover {
    color: #f0a613 !important;
}
.e22z-menu-body {
    flex: 1 0 0;
    overflow: hidden;
    position: relative;
}

.e22z-sidebar-menu-currency-box {
    padding: 10px 0px 0px 0px;
    margin: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.e22z-sidebar-menu-currency-box .woocommerce-multi-currency.wmc-shortcode.plain-vertical {
    width: auto !important;
    line-height: 1 !important;
}
#e22z-mobile-menu-ul .e22z-sidebar-menu-currency-box .woocommerce-multi-currency .wmc-currency-wrapper .wmc-current-currency {
    border: 0 !important;
}
#e22z-mobile-menu-ul .e22z-sidebar-menu-currency-box .wmc-current-currency .wmc-open-dropdown-currencies {
    top: 14px;
}


/*
.e22z-menu-ul::-webkit-scrollbar,
.e22z-menu-ul ul.sub-menu::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
.e22z-menu-ul::-webkit-scrollbar-track,
.e22z-menu-ul ul.sub-menu::-webkit-scrollbar-track {
    background: #035640;
}
.e22z-menu-ul::-webkit-scrollbar-thumb,
.e22z-menu-ul ul.sub-menu::-webkit-scrollbar-thumb {
    background: #0d4234;
    border-radius: 10px;
}
*/

.e22z-menu-ul,
.e22z-menu-ul ul.sub-menu {
    scrollbar-width: thin;
}

.e22z-menu-item-next-icon {
    width: 18px;
    height: 18px;
    pointer-events: none;
    margin-left: auto;
}
.e22z-menu-item-actions {
    margin-left: auto;
    pointer-events: none;
}
.e22z-menu-badge {
    line-height: 1;
    color: #1c8482;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 9px;
    border-radius: 40px;
    background: #e9fbf7;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #1da086;
}

.e22z-menu-ul,
.e22z-menu-ul ul.sub-menu {
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    margin-bottom: 0;
    overflow: hidden;
    user-select: none;
    position: absolute;
    background-color: #ffffff;
    transition-duration: 200ms;
    overscroll-behavior-y: contain;
    box-shadow: -10px 0 10px -10px #ffffff;
}

.e22z-menu-ul ul.sub-menu {
    pointer-events: none;
    transform: translateX(100%);
    box-shadow: 0 0 rgba(0,0,0,0);
}

.e22z-menu-ul,
.e22z-menu-ul ul.sub-menu.active {
    pointer-events: auto;
    transform: translateX(0%);
}

.e22z-menu-base-open .e22z-menu-ul,
.e22z-menu-ul ul.sub-menu.current {
    overflow-y: auto;
}

.e22z-menu-ul li {
    margin-bottom: 0;
}

.e22z-menu-ul li.menu-item > a {
    width: 100%;
    display: flex;
    gap: 10px;
    color: #303033;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    padding: 15px 18px;
    align-items: center;
}
.e22z-menu-ul li.menu-item > a:hover {
    color: #303033;
}

.e22z-menu-ul li.menu-item-has-children .sub-menu a {
    color: #747477;
}


.eazy-menu-offcanvas-header {
    --bs-offcanvas-padding-y: 0;
    --bs-offcanvas-padding-x: 0;
}
.eazy-menu-offcanvas-body {
    display: flex;
    --bs-offcanvas-padding-y: 0;
    --bs-offcanvas-padding-x: 0;
}
.eazy-menu-close-btn {
    gap: 16px;
    width: 100%;
    height: 58px;
    display: flex;
    color: #303033;
    font-size: 20px;
    padding: 0 20px;
    font-weight: 600;
    align-items: center;
    background-color: #F5F5F5;
    justify-content: flex-start;
}
.eazy-menu-close-btn:active {
    background-color: #c7c7c7;
}
.e22z-menu-body .gs-icon-bg-navigation {
    width: 22px;
    height: 18px;
    pointer-events: none;
    display: inline-block;
}
.e22z-menu-item-text {
    pointer-events: none;
}
.menu-item-current-open {
    padding: 8px 18px;
}
.menu-item-current-open-link {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    border: 1px solid #747477;
}
.menu-item-all {
    padding: 4px 18px 5px 18px;
}
.menu-item-all-link {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #303033;
    display: flex;
    align-items: center;
    padding: 16px 0 18px 0;
    justify-content: flex-start;
    border-bottom: 1px solid #D3D4DA;
}
.eazy-menu-btn {
    width: 36px;
    padding: 0;
    background-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1.0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='23' fill='none' viewBox='0 0 35 23'%3E%3Cpath fill='%23303033' stroke='%23303033' stroke-width='.3' d='M.35 22.412v.15h34.3v-2.185H.35v2.035Zm0-10.057v.15h34.3V10.32H.35v2.034Zm0-10.058v.15h34.3V.262H.35v2.035Z'/%3E%3C/svg%3E");
}
.eazy-menu-btn:hover,
.eazy-menu-btn:focus {
    background-color: rgba(255, 255, 255, 1.0);
}