.configuratore .steps{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
.configuratore .steps .step{
	padding:10px;
	border:1px solid #000;
	margin:5px;
	cursor:pointer;
}
.configuratore .steps .step h2{
	font-size:16px;
	font-weight:bold;
	width:150px;
}
.configuratore .steps .current{
	color:red;
	border:1px solid #f00;
}
.configuratore .contents .content{
	display:none;
}
.configuratore .contents .content.current{
	display:block;
	margin-bottom:20px;
}
.configuratore .contents .content .required{
	font-size:12px;
	margin-bottom:50px;
	font-style:italic;
	color:red;
}
.configuratore .contents .content .opzioni{
	margin-bottom:20px;
}
.configuratore .contents .content .prodotti{
	margin-bottom:20px;
}
.configuratore .contents .content .info{
	margin-bottom:30px;
	background:none;
	border:none;
	border-bottom:1px solid #000;
	border-radius:unset;
	padding:0;
	padding-bottom:10px;
	display:flex;
	flex-wrap:wrap;
}
.configuratore .contents .content .substeps{
	margin-bottom:20px;
}
.configuratore .contents .content .substeps .substep{
	margin-left:20px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
}
.configuratore .contents .content .substeps .substep h3{
	margin:30px 0;
}
.configuratore .contents .content label{
	display:inline-block;
	width:auto;
	margin-right:20px;
}
.configuratore .contents .content label .price{
	display:inline-block;
	padding:0 20px;
}
.configuratore .contents .content input{
	display:inline-block;
	width:50px;
	margin-right:20px;
}
.configuratore .contents .content input.qta{
	display:inline-block;
	width:80px;
	text-align:center
}
.configuratore .contents .content input.text{
	display:inline-block;
	width:300px;
}
.configuratore .contents .go{
	display:none;
}
.configuratore .contents .go.current{
	display:block;
}
.configuratore .contents .loading{
	width:50px;
	margin-bottom:20px;
	display:none;
}
.configuratore .contents .content.summary .step{
	margin-bottom:30px;
}
.configuratore .contents .content.summary .step h2{
	font-size:20px;
	font-weight:bold;
}
.configuratore .contents .content.summary .step .items{
	display:flex;
	flex-wrap:wrap;
	margin-right:50px;
}
.configuratore .contents .content.summary .step .item{
	margin-right:20px;
}
.configuratore .contents .content.summary .step .items .substep{
	padding:10px;
	border:1px solid  #000;
	margin-right:20px;
}
.configuratore .contents .content.summary .step .qta{
	display:inline-block;
	margin:0 20px;
	font-weight:bold;
}
.configuratore .contents .content.summary .step .price{
	font-weight:bold;
}
.configuratore .contents .content.summary .tot{
	border-top:1px solid #000;
	padding-top:20px;
	font-weight:bold;
	margin-bottom:50px;
}