/*CSS NASCONDI CODICE IN PAGINE PRODOTTO*/
.sku_wrapper{display:none;}

/*CSS FORM CONTATTA UN AGENTE*/
.form-agente form .dati-affiancati {display: flex; align-items: flex-end; justify-content: center;}
.form-agente form .dati-singoli p label {width: 100%;}
.form-agente form .dati-affiancati p label {margin: 0 10px;}
.form-agente form .bottone-invio {width: 40%; margin: auto;}
.titolo-form-agente {margin-bottom: 40px; font-size: 24px;}