/* =========================================================
   LOGO
========================================================= */
html body .zak-header-builder {
	animation: unset !important;
}

/*body:has(#gx-mega-wrap.is-open){*/
/*	overflow: hidden !important;*/
/*	overscroll-behavior: none !important;*/
/*}*/


body.home:has(#gx-mega-wrap.is-open){
	overflow: hidden !important;
	overscroll-behavior: none !important;
}

html:has(body.home #gx-mega-wrap.is-open),
html:has(body:not(.home) #gx-mega-wrap.is-open){
	overflow: hidden !important;
	overscroll-behavior: none !important;
}

body.home:has(#gx-mega-wrap.is-open) header{
	position: fixed !important;
}

body.home:has(#gx-mega-wrap.is-open) .zak-content{
	margin-top: var(--header-height) !important;
}

body:has(header#zak-masthead.sticky) .zak-page-header{
	margin-top: 0 !important;
}

html:has(#gx-drawer.is-open) {
    overflow: hidden !important;
	overscroll-behavior: none !important;
	touch-action: pan-y !important;
}

.gx-mega-menu-wrapper .gx-header .gx-inner .gx-logo {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 1.45rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	color: var(--gx-text) !important;
}

/* =========================================================
   GLOBAL RESET
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap *,
.gx-mega-menu-wrapper #gx-drawer *,
.gx-mega-menu-wrapper #gx-mega-wrap *::before,
.gx-mega-menu-wrapper #gx-mega-wrap *::after,
.gx-mega-menu-wrapper #gx-drawer *::before,
.gx-mega-menu-wrapper #gx-drawer *::after {
	box-sizing: border-box !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap ul,
.gx-mega-menu-wrapper #gx-mega-wrap li,
.gx-mega-menu-wrapper #gx-drawer ul,
.gx-mega-menu-wrapper #gx-drawer li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap a,
.gx-mega-menu-wrapper #gx-drawer a {
	text-decoration: none !important;
}

/* =========================================================
   HEADER
========================================================= */
.gx-mega-menu-wrapper #gx-header {
	position: relative !important;
	z-index: 9999 !important;
}

.gx-mega-menu-wrapper #gx-header .custom-logo-link {
	display: none !important;
}

.gx-mega-menu-wrapper #gx-header .gx-inner {
	display: flex !important;
	align-items: center !important;
	gap: 18px !important;
	padding-inline: 0;
}

/* =========================================================
   MENU BUTTON
========================================================= */
#mla-text-widget-4 {
	margin: 0 !important;
}

#menu-test-custom-menu,
.zak-toggle-menu {
	display: none;
}

.gx-mega-menu-wrapper #gx-header .gx-menu-btn {
	padding: 10px 15px !important;
	border: none !important;
	border-radius: 999px !important;
	background: #ebebeb !important;
	font-weight: 700 !important;
	font-family: var(--Nunito);
	font-size: var(--font_h5);
	letter-spacing: 0 !important;
	display: flex !important;
	align-items: center !important;
	gap: 0 !important;
	cursor: pointer !important;
	transition: background-color .2s ease,
		color .2s ease !important;
	color: var(--black);
}

.gx-mega-menu-wrapper #gx-header .gx-menu-btn:hover {
	color: var(--green);
}

.gx-mega-menu-wrapper #gx-header .gx-menu-btn::after {
	content: "\e91e";
	font-size: var(--font_h5);
	font-family: icomoon !important;
	margin-left: 5px;
}

.gx-mega-menu-wrapper #gx-header .gx-menu-btn svg {
	width: 18px !important;
	height: 18px !important;
	stroke: var(--black) !important;
	fill: none !important;
	stroke-width: 1.8 !important;
}

.gx-mega-menu-wrapper #gx-header .gx-menu-btn:hover::after {
	color: var(--green);
}

/* =========================================================
   HAMBURGER
========================================================= */
.gx-mega-menu-wrapper #gx-header .gx-hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 8px;
	border-radius: 6px;
	transition: background 150ms;
}

.gx-mega-menu-wrapper #gx-header .gx-hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	background: #3F3F46;
	border-radius: 2px;
	transition: transform 240ms, opacity 160ms, width 200ms;
	transform-origin: center;
}

.gx-mega-menu-wrapper #gx-header .gx-hamburger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.gx-mega-menu-wrapper #gx-header .gx-hamburger.is-open span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.gx-mega-menu-wrapper #gx-header .gx-hamburger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* =========================================================
   MEGA WRAP
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	z-index: 999999 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateY(10px) !important;
	transition: opacity .18s ease,
		transform .18s ease,
		visibility .18s ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap.is-open {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateY(0) !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-mega-nav {
	position: relative !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-mega-backdrop {
	position: absolute;
	inset: 0;
	background: transparent;
	transition: background 220ms;
}

#gx-mega-wrap.is-open .gx-mega-backdrop {
	background: rgba(0, 0, 0, 0.12);
}

/* =========================================================
   MAIN PANEL
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap #gx-mega-panel {
	display: flex !important;
	align-items: flex-start !important;
	background: #fff !important;
	border-radius: 0 !important;
	overflow: visible !important;
	border: 1px solid #ececec !important;
}

/* =========================================================
   LEVEL COLUMN
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap .gx-mega-nav .gx-level {
	width: 350px !important;
	min-width: 350px !important;
	background: #fff !important;
	display: block !important;
}

/* =========================================================
   LABELS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-label,
.gx-mega-menu-wrapper .gx-mob-label {
	padding: 10px !important;
	font-size: 16px !important;
	pointer-events: none;
	user-select: none;
	background: #f2f3f3;
	font-weight: 700 !important;
	color: rgb(33 104 57 / 70%) !important;
}

/* =========================================================
   MENU ITEMS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item>a {
	padding: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 16px !important;
	border-bottom: 1px solid #efefef !important;
	color: #1a1a1a !important;
	background: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	transition: background .18s ease,
		color .18s ease,
		padding .18s ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item:hover>a {
	background: var(--green) !important;
	color: #fff !important;
}

/* =========================================================
   ARROWS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .arr {
	width: 12px !important;
	height: 12px !important;
	flex-shrink: 0 !important;
	fill: none !important;
	stroke: #1a1a1a !important;
	stroke-width: 1.8 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	transition: all .18s ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li:hover>a .arr {
	stroke: #fff !important;
}

/* =========================================================
   BROWSE LINK
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse {
	padding: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	background: var(--green) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	transition: all .18s ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse .arr {
	stroke: #fff !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse:hover {
	background: var(--green) !important;
	color: #fff !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse:hover .arr {
	stroke: #fff !important;
}

/* =========================================================
   FLYOUT — base
   Visibility is toggled by the :hover rule below.
   position:relative on each li is set inline by JS so that
   left:100% always scopes to the direct parent li — this is
   what makes chains of 4, 5, 6+ levels work correctly.
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout {
	position: absolute !important;
	top: 0 !important;
	left: 100% !important;
	width: 350px !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition: opacity .18s ease,
		transform .18s ease,
		visibility .18s ease !important;
	height: var(--gx-menu-height) !important;
}

/* =========================================================
   FLYOUT — all depths (replaces the old level-2 / level-3
   pair with a single attribute-substring selector so levels
   4, 5, 6 … automatically inherit the same layout).
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li [class*="gx-flyout-level-"] {
	position: absolute !important;
	top: 0 !important;
	left: 100% !important;
	width: 350px !important;
	height: var(--gx-menu-height) !important;
	background: #fff !important;
	display: flex !important;
	flex-direction: column !important;
	overflow: visible !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout .gx-browse {
	flex-shrink: 0 !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout .gx-level {
	flex: 1 !important;
	min-height: 0 !important;
	overflow-y: auto !important;
	overflow-x: visible !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout .gx-level::-webkit-scrollbar {
	width: 5px;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item:hover>.gx-flyout {
	visibility: visible !important;
	pointer-events: auto !important;
}

/* =========================================================
   MOBILE DRAWER
========================================================= */
.gx-mega-menu-wrapper #gx-drawer {
	position: fixed !important;
	inset: 0 !important;
	z-index: 9999999 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transition:
		opacity .18s ease-out,
		visibility .18s ease-out !important;
}

.gx-mega-menu-wrapper #gx-drawer.is-open {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

.gx-mega-menu-wrapper .gx-drawer-bg {
	position: absolute !important;
	inset: 0 !important;
	background: rgba(0, 0, 0, .45) !important;
	backdrop-filter: blur(4px) !important;
}

.gx-mega-menu-wrapper .gx-drawer-shell {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	max-width: 320px !important;
	background: #fff !important;
	transform: translateX(-100%) !important;
	transition: transform .18s ease-out !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: column !important;
	/* iOS: prevent scroll chaining to the page body */
	overscroll-behavior: contain !important;
	-webkit-overflow-scrolling: touch !important;
	/* iOS: tell the browser only vertical pan is allowed — blocks edge swipe nav */
	touch-action: pan-y !important;
}

#gx-drawer.is-open .gx-drawer-shell {
	transform: translateX(0) !important;
}

/* =========================================================
   MOBILE HEADER
========================================================= */
.gx-mega-menu-wrapper #gx-drawer .gx-dh {
	padding: 15px !important;
	border-bottom: 1px solid #ececec !important;
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	justify-content: space-between;
	background: #fff !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-dh-logo {
	flex: 1 !important;
	max-width: 200px;
}

.gx-mega-menu-wrapper #gx-drawer .gx-dh-title {
	flex: 1 !important;
	text-align: center !important;
	justify-content: center;
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #111 !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-dh-close,
.gx-mega-menu-wrapper #gx-drawer .gx-dh-back {
	width: 30px !important;
	height: 30px !important;
	border: none !important;
	background: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	cursor: pointer !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-dh-close svg,
.gx-mega-menu-wrapper #gx-drawer .gx-dh-back svg {
	width: 28px !important;
	height: 28px !important;
	stroke: #111 !important;
	stroke-width: 2.4 !important;
	fill: none !important;
}

.gx-mega-menu-wrapper #gx-drawer #gx-dh-title {
	display: none !important;
}

.gx-mega-menu-wrapper #gx-drawer #gx-dh-title.show {
	display: flex !important;
}

.gx-mega-menu-wrapper #gx-drawer #gx-dh-back {
	display: none !important;
}

.gx-mega-menu-wrapper #gx-drawer #gx-dh-back.show {
	display: flex !important;
}

/* =========================================================
   MOBILE SCREENS
========================================================= */
.gx-mega-menu-wrapper #gx-drawer .gx-screens {
	flex: 1 !important;
	position: relative !important;
	overflow: hidden !important;
	background: #fff !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-screen {
	position: absolute !important;
	inset: 0 !important;
	overflow-y: auto !important;
	background: #fff !important;
	transform: translateX(100%) !important;
	transition: transform .10s linear !important; !important;
	/* iOS: prevent vertical scroll from leaking to body */
	overscroll-behavior: contain !important;
	-webkit-overflow-scrolling: touch !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-screen.curr {
	transform: translateX(0) !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-screen.prev {
	transform: translateX(-100%) !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-screen,
.gx-mega-menu-wrapper .gx-drawer-shell {
	will-change: transform;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* =========================================================
   MOBILE ITEMS
========================================================= */
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item {
	padding: 10px !important;
	border-bottom: 1px solid #ececec !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	background: #fff !important;
	color: #111 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	transition: background .16s ease !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item:active {
	background: inherit !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item {
	-webkit-tap-highlight-color: transparent !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse {
	background-color: var(--green) !important;
	font-weight: 500 !important;
}
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse span{
    color:#fff !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item svg {
	width: 20px !important;
	height: 20px !important;
	stroke: var(--black) !important;
	stroke-width: 1.8 !important;
	fill: none !important;
	flex-shrink: 0 !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse svg{
    stroke:white !important;
}

/* =========================================================
   SCROLLBAR
========================================================= */
.gx-mega-menu-wrapper #gx-drawer .gx-screen::-webkit-scrollbar,
.gx-mega-menu-wrapper #gx-drawer .gx-level::-webkit-scrollbar {
	width: 5px !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
	.gx-mega-menu-wrapper #gx-mega-wrap {
		display: none !important;
	}

	.gx-mega-menu-wrapper #gx-header .gx-hamburger {
		display: flex !important;
	}

	.gx-mega-menu-wrapper #gx-header .gx-menu-btn {
		display: none !important;
	}

	.gx-mega-menu-wrapper .custom-logo-link img {
		max-width: 80% !important;
	}
}

@media (min-width: 992px) {
	#gx-drawer {
		display: none !important;
	}
}

/* =========================================================
   MODERN THEME ENHANCEMENT
========================================================= */

.gx-mega-menu-wrapper #gx-mega-wrap #gx-mega-panel {
	background: rgba(255, 255, 255, .98) !important;
	border: 1px solid rgba(0, 0, 0, .06) !important;
	box-shadow:
		0 10px 35px rgba(0, 0, 0, .08),
		0 2px 10px rgba(0, 0, 0, .04) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
}

/* =========================================================
   COLUMN DIVIDERS — all depths via attribute substring
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap .gx-level-1,
.gx-mega-menu-wrapper #gx-mega-wrap [class*="gx-flyout-level-"] {
	border-right: 1px solid rgba(0, 0, 0, .05) !important;
}

/* =========================================================
   LABELS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-label,
.gx-mega-menu-wrapper .gx-mob-label {
	display: flex !important;
	align-items: center !important;
	padding: 10px 14px !important;
	min-height: 44px !important;
	background: rgba(33, 104, 57, .06) !important;
	color: rgba(33, 104, 57, .72) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	border-bottom: 1px solid rgba(33, 104, 57, .08) !important;
	letter-spacing: .01em !important;
	backdrop-filter: blur(4px) !important;
}

/* =========================================================
   MENU ITEMS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item>a,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item {
	position: relative !important;
	min-height: 44px !important;
	padding: 10px 14px !important;
	border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
	background: #fff !important;
	transition: all .22s ease !important
}

/* =========================================================
   HOVER
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item:hover>a{
	background:var(--green) !important;
	color: #fff !important;
}

/* =========================================================
   ARROWS
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .arr{
	transition: all .22s ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item:hover>a .arr{
	transform: translateX(2px) !important;
	stroke: #fff !important;
}

/* =========================================================
   BROWSE LINK
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse {
	position: sticky !important;
	top: 0 !important;
	z-index: 5 !important;
	background: linear-gradient(135deg,
			var(--green) 0%,
			#2f7d48 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, .06) inset,
		0 3px 10px rgba(0, 0, 0, .08) !important;
	transition: all 0.22ms ease !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse:hover {
	filter: brightness(1.03) !important;
}

/* =========================================================
   FLYOUTS — modern style for all depths
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout {
	background: rgba(255, 255, 255, .98) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border-left: 1px solid rgba(0, 0, 0, .05) !important;
	box-shadow:
		0 12px 30px rgba(0, 0, 0, .08),
		0 2px 10px rgba(0, 0, 0, .04) !important;
	transition: all .22s ease !important;
}

/* =========================================================
   OPEN ANIMATION
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap {
	transform-origin: top left !important;
	transform: translateY(10px) scale(.985) !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap.is-open {
	transform: translateY(0) scale(1) !important;
}

/* =========================================================
   FLYOUT FLIP — kicks in when JS detects right-edge overflow.
   Switches the panel to open leftward instead of rightward.
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout.gx-flyout--flip {
    left: auto !important;
    right: 100% !important;
}



/* Client Changes */
/*  */

.gx-mega-menu-wrapper #gx-mega-wrap .gx-mega-nav .gx-level-1 .gx-menu-item.level-1 > a{
	font-weight: 600 !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-label, .gx-mega-menu-wrapper .gx-mob-label{
	min-height: unset !important;
	padding-block: 8px !important;
	font-size: 14px !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-label span, .gx-mega-menu-wrapper .gx-mob-label span{
	line-height:  1 !important;
}


/* =========================================================
   VIEW ALL LINK
========================================================= */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse {
	background: rgba(46, 125, 50, 0.08) !important;
	color: var(--green) !important;
	font-weight: 700 !important;
	transition: all .18s ease !important;
	border-bottom: 1px solid rgba(46, 125, 50, 0.40) !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse:hover {
	background: var(--green) !important;
	color: #fff !important;
}

/* Fix Hover Issue */
.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout {
	position: absolute !important;
	top: 0 !important;
	left: 100% !important;
	width: 350px !important;
	height: var(--gx-menu-height) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	transform: translateX(8px) !important;
	transition:
		opacity .18s ease,
		transform .18s ease,
		visibility 0s linear .18s !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item:hover > .gx-flyout,
.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item > .gx-flyout:hover {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
	transition:
		opacity .18s ease,
		transform .18s ease,
		visibility 0s linear 0s !important;
}

/* Hover OR touch-open */
.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item:hover > .gx-flyout,
.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item.is-touch-open > .gx-flyout {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
}


/* =========================================================
   SHOP HELPER TEXT
========================================================= */

.gx-mega-menu-wrapper .gx-item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.15;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item:hover>a .gx-item-helper{
	color: #fff !important;
}

.gx-mega-menu-wrapper .gx-item-helper {
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
	color: rgba(33, 104, 57, .72) !important ;
	letter-spacing: .01em;
}


.gx-mega-menu-wrapper #gx-mega-wrap,
.gx-mega-menu-wrapper #gx-mega-wrap *,
.gx-mega-menu-wrapper #gx-mega-wrap .gx-flyout,
.gx-mega-menu-wrapper #gx-mega-wrap .gx-menu-item > a,
.gx-mega-menu-wrapper #gx-mega-wrap .arr,
.gx-mega-menu-wrapper #gx-mega-wrap .gx-browse {
    transition: none !important;
    animation: none !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item:hover > .gx-flyout {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.gx-menu-item.is-touch-open > .gx-flyout {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-browse{
	padding-block: 8px !important;
	line-height: 1 !important;
	justify-content: center !important;
    font-size: 14px !important;
	background: #f1f5f0 !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse{
	padding-block: 8px !important;
	line-height: 1 !important;
	background: #f1f5f0 !important;
	border-bottom: 1px solid rgba(46, 125, 50, 0.40) !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse span{
	color: var(--green) !important;
    font-weight: 700 !important;
    transition: all .18s ease !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse svg{
	stroke: var(--green) !important;
}

.gx-mega-menu-wrapper .gx-mob-label{
	padding-block: 2px !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li .gx-flyout .gx-level{
	overflow: visible !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.menu-custom-bags .gx-flyout,
.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout{
	width: max-content !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.menu-custom-bags .gx-flyout > .gx-level,
.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout > .gx-level{
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	width: max-content !important;
	flex: unset !important;
	row-gap: unset !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout > .gx-level{
	grid-template-columns: 1fr 1fr 1fr !important;
}

.gx-mega-menu-wrapper #gx-mega-wrap .gx-mega-nav .gx-level{
	min-height: 560px !important
}

/*.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout > .gx-level > .gx-menu-label:nth-child(1){*/
/*	grid-row: 1;*/
/*	justify-content: center !important;*/
/*	grid-column: 1;*/
/*}*/

/*.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout > .gx-level > .gx-menu-label:nth-child(8){*/
/*	grid-row: 1;*/
/*	justify-content: center !important;*/
/*	grid-column: 2;*/
/*}*/

/*.gx-mega-menu-wrapper #gx-mega-wrap li.menu-bags-by-industry .gx-flyout > .gx-level > .gx-menu-label:nth-child(14){*/
/*	grid-row: 1;*/
/*	grid-column: 3;*/
/*	justify-content: center !important;*/
/*}*/

#gx-search-popup .gx-active-preview{
	margin-bottom: 0 !important;
}.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.active-tap,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse.active-tap {
    background: #216839 !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.active-tap .gx-item-title,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.active-tap .gx-item-helper,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.active-tap > span,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse.active-tap > span {
    color: #fff !important;
}

.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.active-tap .mob-chev polyline,
.gx-mega-menu-wrapper #gx-drawer .gx-mob-item.browse.active-tap .mob-chev polyline {
    stroke: #fff !important;
}

