/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 13:36:56 */
/* Move + icon to the left of the menu text */
#menu-desktopmenu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse; /* places + before text */
}

/* Add proper spacing */
#menu-desktopmenu .menu-item-has-children > a::after {
  margin-right: 6px; /* space between + and text */
  margin-left: 0;
  position: relative;
  top: 0; /* keeps it vertically centered */
}
.ui.nav .child-arrow{
	display:none!important;
}
/* .mobile-menu-module ul a>i.toggle-menu{
	display:none!important;
} */
.mobile-menu-module ul a
{
	display:flex!important;
}