Empire Theme: navigation menu disappears after 1 second. Doesn't work on desktop or mobile help

I have the Empire theme, the navigation menu that shows the mega menu doesn’t show for more than 1 second, it completely disappears. On mobile doesn’t show at all. I have tried everything but it seems that is a code issue, maybe?

If anyone has any solution I would greatly appreciate it.

website: gamezonedepot.com

Hello,

You can add code this at bottom file theme.css

.site-navigation .navmenu-depth-1>li {
display: inline-block!important;

}

it will work for you

Thank you