:root {
	--rowLv1-h: 35px;
}
#w3ez-body-overlay{position: fixed; z-index: 20; top:0; left:0}
#w3ez-nav .eachCat a {width: 100%;  display: flex; align-items: center}

#w3ez-nav .h-100-ex-rowLv1{height: calc(100vh - var(--rowLv1-h)); padding-bottom: 10px}
#w3ez-nav .rowLv1-h{height: var(--rowLv1-h)}
#w3ez-nav .rowMain-h{height: 30px;}

#w3ez-nav:not(.touch){position: fixed; z-index: 22; top: 0; left:0}
#w3ez-nav:not(.touch) .ulSubNav{position: fixed; z-index: 21; top:0; left:250px; width:0}

#w3ez-nav:not(.touch) .min-w{min-width: 40px}
#w3ez-nav:not(.touch) .default-w{width: 40px}
	
#w3ez-nav:not(.touch) .colIcon{min-width: 40px}
#w3ez-nav:not(.touch) .arrowSubNav svg{width: 30px}

#w3ez-nav:not(.touch) img{max-height: 18px}
#w3ez-nav:not(.touch) svg{max-height: 18px}

#w3ez-nav.touch{position: fixed; z-index: 22; top: 0; right:0}
#w3ez-nav.touch .ulSubNav{position: fixed; z-index: 21; top:0; right:0; width:0}

#w3ez-nav.touch .min-w{min-width: 0px}
#w3ez-nav.touch .default-w{width: 0px}
	
#w3ez-nav.touch .colIcon{width: 40px}
#w3ez-nav.touch .arrowSubNav svg{width: 20px}
	
#w3ez-nav.touch img{max-height: 18px}
#w3ez-nav.touch svg{max-height: 18px}