/*https://cmstemplate.marketplus.it/template/default/desktop/moduli/menu/menu-l-2/css/main.css*/

#menu_menu-footer ul {display: flex; flex-direction: column;}
#menu_menu-footer ul.flexColumn {flex-direction: column;}
#menu_menu-footer ul.flexRow {flex-direction: row;}

#menu_menu-footer ul > li {padding: 5px 0;}
#menu_menu-footer ul.flexColumn > li {padding: 5px 0;}
#menu_menu-footer ul.flexRow > li {padding: 0 5px;}

/* DISPOSIZIONE VERTICALE (DEFAULT) */
/* allineamento orizzontale */
#menu_menu-footer ul.Hleft {align-items: flex-start;}
#menu_menu-footer ul.Hright {align-items: flex-end;}
#menu_menu-footer ul.Hcenter {align-items: center;}
#menu_menu-footer ul.HspaceAround {align-items: flex-stretch;}
#menu_menu-footer ul.HspaceBetween {align-items: flex-stretch;}

/* allineamento verticale */
#menu_menu-footer ul.Vtop {justify-content: start;}
#menu_menu-footer ul.Vbottom {justify-content: end;}
#menu_menu-footer ul.Vcenter {justify-content: center;}
#menu_menu-footer ul.VspaceAround {justify-content: space-around;}
#menu_menu-footer ul.VspaceBetween {justify-content: space-between;}

/* allineamento orizzontale */
#menu_menu-footer ul.flexColumn.Hleft {align-items: flex-start;}
#menu_menu-footer ul.flexColumn.Hright {align-items: flex-end;}
#menu_menu-footer ul.flexColumn.Hcenter {align-items: center;}
#menu_menu-footer ul.flexColumn.HspaceAround {align-items: flex-stretch;}
#menu_menu-footer ul.flexColumn.HspaceBetween {align-items: flex-stretch;}

/* allineamento verticale */
#menu_menu-footer ul.flexColumn.Vtop {justify-content: start;}
#menu_menu-footer ul.flexColumn.Vbottom {justify-content: end;}
#menu_menu-footer ul.flexColumn.Vcenter {justify-content: center;}
#menu_menu-footer ul.flexColumn.VspaceAround {justify-content: space-around;}
#menu_menu-footer ul.flexColumn.VspaceBetween {justify-content: space-between;}

/* DISPOSIZIONE ORIZZONTALE */
/* allineamento orizzontale */
#menu_menu-footer ul.flexRow.Hleft {justify-content: start;}
#menu_menu-footer ul.flexRow.Hright {justify-content: end;}
#menu_menu-footer ul.flexRow.Hcenter {justify-content: center;}
#menu_menu-footer ul.flexRow.HspaceAround {justify-content: space-around;}
#menu_menu-footer ul.flexRow.HspaceBetween {justify-content: space-between;}

/* allineamento verticale */
#menu_menu-footer ul.flexRow.Vtop {align-items: flex-start;}
#menu_menu-footer ul.flexRow.Vbottom {align-items: flex-end;}
#menu_menu-footer ul.flexRow.Vcenter {align-items: center;}
#menu_menu-footer ul.flexRow.VspaceAround {align-items: flex-stretch;}
#menu_menu-footer ul.flexRow.VspaceBetween {align-items: flex-stretch;}

/* icona */
#menu_menu-footer .menu-icon {width:25px; height: 25px; display:inline-block; -webkit-mask-size: 25px auto; -webkit-mask-repeat:no-repeat; -webkit-mask-position: right; background-color: currentColor; vertical-align: middle;}