/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 29 2024 | 10:32:36 */
/*  FIVEdigital impostazioni di default   */

/* Visualizzazione elementi di testo in desk o mob   */

@media only screen and (min-width: 768px) {
	.mob {display: none;}
    .desk {display: block;}
}
@media only screen and (max-width: 767px) {
	.mob {display: block;}
    .desk {display: none;}
}


/*   CSS dell'header   */

#action_bar_five {white-space: nowrap;}
.action_bar_width_fit {width: fit-content !important; padding: 0px 15px !important;}

#action_bar_five {height: 40px;}


#menu_desk_five {white-space: nowrap;}


/* --- Vario CSS globale --- */

body, 
html {overflow-x: hidden !important;
    width:100%;
}

