
  @media (min-width:801px) {
	.headerwrapper .navPages-container .navPages .navPages-list .navPages-item {
	position: relative!important;
	}
	.navPages-container .navPages .navPage-subMenu {  
		width: auto;
		min-width: 400px; 
		height: auto;
		max-height: calc(100vh - 280px);
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;	
		white-space: normal;   /* IMPORTANT */
	}
	.navPages-container .incldue-image-sub .navPages-action.has-subMenu .collapsible-icon-wrapper { 
	  display: none !important;
	}
	.navPages-container .navPages .navPage-subMenu#navPages-1000  {
		min-width: 300px;
	}
	
	.navPages-container .navPages .navPage-subMenu .all-navigation.count-ul2 {
	width: auto!important;
	float: none !important; 
	}
	.navPages-container .navPages .navPage-subMenu .navPage-subMenu-list {
	padding: 0 0rem;
	}
	.navPages-container .navPages .navPage-subMenu .navPage-subMenu-item a.navPages-action { 
	padding: 5px 0 5px 0; 
	}
	.navPages-container .navPages .navPage-subMenu .all-navigation li {
	width: 100% !important;
	margin-bottom: 0rem !important;
	clear: both;
	}
} 