/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 31 2025 | 05:59:21 */
.header div.sub-menu {
	z-index: 0;
}

.active-menu {
  opacity: 1;
  pointer-events: auto !important;	
  visibility: visible;
}

.hide-by-click {
	opacity: 0 !important;
	pointer-events: none !important;
    visibility: hidden !important;
}

.hide-shevron {
	transform: rotate(0deg) !important;
}