/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2023 | 08:25:43 */
/* ===========================================
====== inizio MENU PRIMARIO ==================
=============================================*/ 
#top-menu-nav #top-menu ul.sub-menu { /* ul padre del menu a comparsa di 2 livello */
	display: flex;
    flex-direction: column;
    width: max-content; 
}
#top-menu-nav #top-menu li li a {
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: none;
	line-height: 20px;
	width: max-content; /* non manda a capo i testi di a dentro li */
}
/* ===========================================
====== fine MENU PRIMARIO ==================
=============================================*/