/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.mega-menu{display:flex;justify-content:center;flex:1;align-items:center;gap:10px}.mega-menu-item{position:relative}.mega-menu-button{cursor:pointer;display:flex;align-items:center;gap:10px;font-size:15.5px;margin:0;color:#000;background:0 0;padding:10px 14px;border-radius:99px}.megamenu-single-link{display:flex;align-items:center;font-size:15px;color:#000;padding:10px 14px;border-radius:99px;margin:0}.mega-menu-button img{margin-top:2px}.mega-menu-button:hover,.mega-menu-button[aria-expanded=true],.megamenu-single-link:hover{background-color:#f2f2f2}.mega-menu-button[aria-expanded=true] img{rotate:90deg}.mega-menu-button img{rotate:-90deg}.mega-menu-panel{position:absolute;top:calc(100% + 10px);left:0;padding:15px 20px 20px 20px;width:max-content;background-color:var(--bg-light);box-shadow:var(--shadow-1);border-radius:7px;z-index:150;display:grid;gap:5px}.right-side .mega-menu-panel{left:unset;right:0}.mega-menu-panel[hidden]{display:none}@media (max-width:989px){.mega-menu{display:none}}