.woocommerce-shipping-fields .wc-custom-addr-fields,
.unsupported-field-country{
	display:none !important;
}
.custom-partita-field,
.custom-codici-sdi-field,
.custom-indirizzo-pec-field{
	display:none
}
.required-star-active>label>span{
	font-size:0;
}
.required-star-active>label>span:after{
	content:'*';
	font-size:1rem;
}
.custom-entity-type-field .woocommerce-input-wrapper{
	display:flex !important;
	align-items: center !important;
}
.custom-entity-type-field .woocommerce-input-wrapper label,
.custom-entity-type-field .woocommerce-input-wrapper input{
	cursor: pointer;
}
.custom-entity-type-field .woocommerce-input-wrapper input{
	margin:0 5px 0 0;
}
.custom-entity-type-field .woocommerce-input-wrapper label{
	margin:0;
}
.custom-entity-type-field .woocommerce-input-wrapper label:nth-child(even){
	margin:0 30px 0 0
}
body.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address:nth-child(2) address span{
	display:none !important;
}