
/* COLOR PALETTE ============================================================
    #111 rgb(51, 53, 52)  grigio scurissimo
    #333 rgb(108, 108, 108)  grigio scuro
    #656565 rgb(145, 146, 140)  grigio medio
    #999 rgb(188, 188, 188)  grigio
    #e1e1e1 rgb(225, 225, 225)  grigio chiaro
    #FEDD00 rgb(163, 218, 54)  verde acido -> giallo

 */

 .table-container-mobile {
   margin-left: -15px;
   margin-right: -15px;
 }

 .table-container-mobile *[class^="cell-"],
 .table-container-mobile *[class^="cell"] {
   padding: 0 15px;
 }


 .table-mobile {
   display: table;
 }


 .table-fixed {
   /*table-layout: fixed;*/
   width: 100%;
 }

 .row-mobile {
   display: table-row;
 }

 .cell-mobile {
   display: table-cell;
 }

body.page-template-page-configuratore-cells-php {
	background-color: #fff !important;
}

body.page-template-page-configuratore-cells-php header {
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.12), inset 0px -1px 1px 0px rgba(255,255,255,0.8);
}




.titolo-freccia {
	text-align: center;
	display: block;
	margin: 20px 0 40px 0;
	font-size: 30px;
	display: block;
	color: #333;
	
}

.titolo-freccia .iconfull {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 0.8em;
}

.breadcump-conf  {
	margin-bottom: 30px;
}


.breadcump-conf a {
	padding: 0.7em 1em;
	color: #aaa;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-right: 5px;
}

.breadcump-conf a:last-child {
	margin-right: 0px;
}

.breadcump-conf .crumb-past {
	color: #232323;
	background-color: #FEDD00;
}

.breadcump-conf .crumb-now {
	color: #232323;
	background-color: #FEDD00;
	font-family: 'Effra-Medium';
	/* text-decoration: underline; */
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row ;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.pag-configuratore.config-2016 .box-img-check {
	margin: 0;
	margin-bottom: 20px;
	width: 50%;
	padding: 0 15px;
	position: relative;
}
.pag-configuratore.config-2016 .box-img-check.disabilitato,.pag-configuratore.config-2016 .box-check.disabilitato {
	opacity: 0.2;
}
.pag-configuratore.config-2016 .box-img-check.disabilitato label ,.pag-configuratore.config-2016 .box-check.disabilitato label {
    cursor: default;
	pointer-events: none;
}
.pag-configuratore.config-2016 .box-img {
	box-shadow: none;
	border: 1px solid #eee;
}

.pag-configuratore.config-2016 .no-bordo .box-img {
	box-shadow: none;
	border: 0;
}

#contenitorestep {
    display: flex;
    position: relative;
	padding-left: 0;
	padding-right: 0;
}
#contenitorestep > section{
   width: 100%;
   min-height: 50vh;
}
#menulaterale {
    order: 1;
}
.box-img .text-img {
	color: #3c3c3b;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    padding: 25px 0;
    font-family: 'Effra-Medium';
}

.box-img .text-img .light {
	color: #888;
	font-weight: lighter;
	display: block;
	font-family: 'Effra-Regular';
}



.box-img .label-under-img {
    color: #3c3c3b;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 0.9;
    padding: 10px 0;
    font-family: 'Effra-Medium';
}

.box-img .label-under-img .light {
	color: #888;
	font-weight: lighter;
	display: block;
	font-family: 'Effra-Regular';
}



.pag-configuratore.config-2016 .content-step {
	margin-bottom: 60px;
}

.content-step.grid {
	margin-left: -15px;
	margin-right: -15px;
}

.slider-container-g2 {
	position: relative;
}

#sect-mounting .slider-container {
	margin-top: 40px;
	margin-bottom: 40px;
}


.slider-container-g2 .prev,
.slider-container-g2 .next {
	bottom: 40px;
	top: auto;
	margin-top: 0;
	background: rgba(255, 255, 255, 1.0);
	color: #777;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slider-container-g2 .prev {
	left: auto;
	right: 1.2em;
	opacity: 0;
}

.slider-container-g2:hover .prev {
	left: auto;
	right: 1.2em;
	opacity: 1;
}

.pag-configuratore.config-2016 .label {
	background-color: #fd0;
	color: #000;
	bottom: 40px;
	padding-right: 40px;
}

.pag-configuratore.config-2016 .label .iconfull {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}

.content-text {
	margin-top: 30px;
}

.content-text h4 {
	font-weight: lighter;
	font-size: 2em;
	margin-bottom: 15px;
}


.content-text .btn {
	display: block;
	font-size: 1.3em;
}

.tit-step {
	font-size: 26px;
	margin-bottom: 25px;
}

.pag-configuratore.config-2016 input[type='checkbox']:checked + label:before,
.pag-configuratore.config-2016 input[type='radio']:checked + label:before {
  background:#000;
}

.pag-configuratore.config-2016 .box-check.bianco input[type='checkbox']:checked + label > span.text:before,
.pag-configuratore.config-2016 .box-check.bianco input[type='radio']:checked + label > span.text:before {
  background:#000;
  background-clip: content-box;
  border-color: #000;
}

.pag-configuratore.config-2016 .box-check.bianco input[type='checkbox']:checked + label > span.text:after,
.pag-configuratore.config-2016 .box-check.bianco input[type='radio']:checked + label > span.text:after {
  background: #000;
  border-color: #000;
  border: 1px solid black;
}


.pag-configuratore.config-2016 .box-check.bianco input[disabled="disabled"] + label > span:before {
  color: #555;
  /* content: "K";
  border:  0; */
  font-family: "reggianinet";
  src:url("../reggianinet4963.html?ver=1.1");
  src:url("../reggianinetd41d.html?#iefix") format("embedded-opentype"),
    url("../reggianinet4963-2.html?ver=1.1") format("woff"),
    url("../reggianinet4963-3.html?ver=1.1") format("truetype"),
    url("../reggianinet.html#reggianinet") format("svg");
  font-weight: normal;
  font-style: normal;
}

.pag-configuratore.config-2016 .box-check.bianco input[disabled="disabled"] + label > span.text:after {
  display: none;
}

.pag-configuratore.config-2016 .box-check.bianco input[disabled="disabled"] + label .text,
.pag-configuratore.config-2016 .box-check.bianco input[disabled="disabled"] + label > .box-img {
  opacity: 0.2;
}


.sect-bottom {
	margin-top: 40px;
}


.sect-bottom .info-alert {
	width: 100%;
}


.sect-bottom .table-tablet {
	width: 100%;
}


.sect-bottom .cell-tablet:last-child {
	text-align: right;
}

.sect-bottom .cell-tablet .btn {
	font-size: 18px;
}


.label-under-img {
	font-family: 'Effra-Regular';
	margin: 8px 0;
	font-size: 14px;
}

.label-under-img strong {
	font-family: 'Effra-Medium';
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
}


.config-2016 .sidebar-filtro {
	width: 220px !important;	
}

.box-img-module {
	position: relative;
	margin-bottom: 60px;
}


.box-img-module img {
	width: 100%;
	height: auto;
}


.box-img-module .content-text {
	margin-top: 40px;
}

.box-completato-tasti {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.box-completato-tasti > * {
	display: block;
	width: 100%;
	margin-bottom: 20px !important;
}

.box-completato-tasti h5 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 20px;
}

.box-completato-tasti .btn {
	font-size: 18px;
}

.box-completato-tasti .btn.grigio .iconpadd {
   box-shadow: 0px 0.1em 0 #333;
}


.box-misura.vertical {
	height: 3em;
	padding-right: 1.6em;
	padding-left: 0;
}

.box-misura.vertical .label-text {
	position: absolute;
	color: #999;
	top: 50%;
	-webkit-transform:translateY(-50%) translateX(-0px);
	transform:translateY(-50%) translateX(-0px);
	left: 10px;
	font-size: 14px;
}

.box-misura.vertical input {
	height: 3em;
	text-align: right;
	border-color:  #ddd;
	font-family: 'Effra-Medium';
}

.box-misura.vertical .bt-meno,
.box-misura.vertical .bt-piu {
	right: 0;
	left: auto;
}

.box-misura.vertical .bt-meno {
	top: 0;
}

.box-misura.vertical .bt-piu {
	bottom: 0;
	top:  auto;
}

ul.list-icon  {
	display: block;
	padding-left: 0;
	list-style: none;
	font-size: 18px;
}

ul.list-icon li {
	display: block;
	margin-top: 15px;
	list-style: none;
}

ul.list-icon li a {
	display: block;
	position: relative;
	padding-left: 2em;
	line-height: 1.2;
}

ul.list-icon li a .iconfull {
    position: absolute;
    left: 10px;
    top: 5px;
}

/* SIDEBAR === */

.nav-sidebar {
	margin-bottom: 20px;
}

.nav-sidebar a {
	font-size: 40px;
	color: #fff;
	background: #999;
	display: inline-block;
}

.nav-sidebar a:hover {
	background: #777;
}


ul.list-config  {
	padding-left: 0;
}

ul.list-config li {
	display: block;
	position: relative;
	padding-left: 1.4em;
	line-height: 1.2;
	font-size: 16px;
	color: #999;
	margin-bottom: 15px;
} 

ul.list-config li .iconfull {
	position: absolute;
	left: 0;
	top: 2px;
}

.box-img-sidebar  {
	margin-top: 30px;
} 


/*.box-img-sidebar img:first-child {
	margin-bottom: 30px;
} */





.cells-anteprima {
	position:relative;
	display:inline-block;
	padding:0;
	width:100%
}
.layeranteprima {
 position:absolute;
 top:0;
 left:0;
 width:100%;
}
.layeranteprima img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.baseanteprima {
	display:inline-block;
	width:100%;
	height:auto;
}


[data-montaggio="a"] [data-layer="montaggio"] [data-opt="a"],
[data-montaggio="b"] [data-layer="montaggio"] [data-opt="b"],
[data-diffusore="a"] [data-layer="diffusore"] [data-opt="a"],
[data-diffusore="b"] [data-layer="diffusore"] [data-opt="b"],
[data-ottiche="a"] [data-layer="ottiche"] [data-opt="a"],
[data-ottiche="b"] [data-layer="ottiche"] [data-opt="b"],
[data-ottiche="c"] [data-layer="ottiche"] [data-opt="c"],
[data-ottiche="d"] [data-layer="ottiche"] [data-opt="d"],
[data-corpo="a"] [data-layer="corpo"] [data-opt="a"],
[data-corpo="b"] [data-layer="corpo"] [data-opt="b"],
[data-corpo="c"] [data-layer="corpo"] [data-opt="c"],
[data-corpo="d"] [data-layer="corpo"] [data-opt="d"],
[data-piastra="a"] [data-layer="piastra"] [data-opt="a"],
[data-piastra="b"] [data-layer="piastra"] [data-opt="b"],
[data-piastra="c"] [data-layer="piastra"] [data-opt="c"],
[data-piastra="d"] [data-layer="piastra"] [data-opt="d"],
[data-piastra="e"] [data-layer="piastra"] [data-opt="e"],
[data-piastra="f"] [data-layer="piastra"] [data-opt="f"],
[data-piastra="g"] [data-layer="piastra"] [data-opt="g"],
[data-piastra="h"] [data-layer="piastra"] [data-opt="h"] { display:block !important; }


.menu-configuratore li.disabilitato {
    opacity: 0.2;
    pointer-events: none;
}

/*fine globali*/

.menu-configuratore li.disabilitato span.iconpadd {
    display: none;
}
.container {
    min-width: auto;
    
}

.pag-configuratore.config-2016 .step-iniziale .box-img-check {
    width: 50%;
}
.select .bt-select .value-select {
    vertical-align: top !important;
    width: auto;
}
.select .bt-select .iconpadd {
    background: #fff;
    color: #888;
    /* border: 1px solid #ddd; */
    border-left: 0;
    border-right: 0;
    font-size: 35px;
    right: 15px;
    display: inline-block;
    margin-left: 15px;
	top:0;
}
@media only screen and (min-width:768px) {

	/*LAYOUT GENERICO ===========*/

	.box-check label {
		font-family: 'Effra-Medium';
		text-transform: none;
		
		font-size: 14px;
	}

	.table-container-tablet {
	  margin-left: -15px;
	  margin-right: -15px;
	}

	.table-container-tablet *[class^="cell-"],
	.table-container-tablet *[class^="cell"] {
	  padding: 0 15px;
	}

	.table-tablet {
	  display: table;
	}

	.row-tablet {
	  display: table-row;
	}

	.cell-tablet {
	  display: table-cell;
	}


	/*.box-img-module .content-text {
		width: 40%;
		padding-right: 20px;
		padding-top: 18%;
		position: absolute;
		top: 0;
		left: 0;
	}*/

	.box-misura.near-check {
		width: 100px;
		position: absolute;
		bottom: 0;
		right: 15px;
	}

	.box-img-completato  {
		float: left;
		width: calc(100% - 240px);
	}

	.box-img-completato img  {
		width: 90%;
		height: auto;
	}

	.box-completato-tasti {
		width: 240px;
		float: right;
		padding-left: 30px;
	}

	.pag-configuratore.config-2016 .box-img-check {

		width: 25%;
	}

	.box-img .text-img {
	    font-size: 35px;
	}
        
        .box-img .label-under-img {
	    font-size: 16px;
	}


	.pag-configuratore.config-2016 .config-step1-8 .duecolonne {
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	
}




@media only screen and (min-width:1024px) {

	/*LAYOUT GENERICO ===========*/

	.table-container-desktop {
	  margin-left: -15px;
	  margin-right: -15px;
	}

	.table-container-desktop *[class^="cell-"],
	.table-container-desktop *[class^="cell"] {
	  padding: 0 15px;
	}

	.table-desktop {
	  display: table;
	}

	.row-desktop {
	  display: table-row;
	}

	.cell-desktop {
	  display: table-cell;
	}


	.breadcump-conf  {
		font-size: 16px;
	}

	.slider-container-g2 .prev,
	.slider-container-g2 .next {
		font-size: 50px;
	}

	.pag-configuratore.config-2016 .label  {
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		padding-right: 100px;
	}

	.config-2016 .sidebar-filtro {
		padding-left: 30px;
		padding-top: 30px;
	}


	.box-img-module {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:reverse;
		    -ms-flex-direction:row-reverse;
		        flex-direction:row-reverse;
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		-ms-flex-line-pack:start;
		    align-content:flex-start;
		border-bottom: 1px solid rgb(230,230,230);
		margin-bottom:0;
		padding-bottom: 20px;
	}

	.box-img-module .content-text {
		margin-top:0;
		padding:0 20px;
	}

	.box-img-module img {
		width:70%;
		height:auto;
	}

	.cell-desktop.descrizione-meta {
		width: 50%;
		padding-right: 0;
	}
	
	section.config-step-0.step-slider.clearfix {
		margin-bottom: 80px;
	}
	.step-iniziale .box-img-check:first-child {
		padding-right: 15px !important;
		
	}
}





@media only screen and (min-width:1440px) {

	#pop-up-tipoincasso.pop-up.pop-up-2 {
		width: 50vw;
	}
	#pop-up-tipoincasso .box-img-check {
		
		width: 49% !important;

	}
	#pop-up-tipoincasso .box-img-check .box-img {
		width: 100%;
		height: auto;
		
	}
	.config-2016 .sidebar-filtro {
		width: 270px !important;	
	}

	.box-img-module {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:reverse;
		    -ms-flex-direction:row-reverse;
		        flex-direction:row-reverse;
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		-ms-flex-line-pack:start;
		    align-content:flex-start;
	}

	.box-img-module .content-text {
		margin-top:0;
		padding:0 20px;
	}

	.box-img-module img {
		width:60%;
		height:auto;
	}

	
	
}



.box-img-check  .box-img {
    margin-bottom: 10px;
}


.info-step.tasti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-step.tasti p.note{
    flex:1 1 100%;
	max-width: 100%;
	margin: 0;
	font-family: 'Effra-Regular';
    font-weight: 300;
    line-height: 1.6;
	font-size: 12px;
}
.info-step.tasti .box-tasti {
    flex: 0 0 auto;
}
.select .bt-select {
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    height: 35px;
    line-height: 35px;
    padding: 0 0.5em 0 0.5em;
    vertical-align: top !important;
}
.menu-configuratore .menu-step-forma ul.sub li {
   
	padding: 0.6em 0.8em;
   
}
.box-select {
    width: 100%;
    margin-bottom: 10px;
}
img#svgpreview {
    width: 80%;
    height: auto;
    max-width: 80%;
}

.duecolonne {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.duecolonne >div{
    flex: 0 0 48%;
	
}
.duecolonne >div.disabilitato{
    cursor: default;
	pointer-events: none;
	opacity: 0.2;
	
}
.menu-configuratore .incorso a.btn.grigio.ico-verde {
    
     overflow: hidden;
}

.layer-disegno-quotato {
    display: flex;
    flex-direction: column;
    background: white;
    height:calc(100% - 30px);
	width: 50%;
	align-items: center;
    justify-content: center;
	margin: 0 auto;
}
img#svgpreview {
    width: auto;
    height: 85%;
    max-width: 100%;
    margin: 0 auto;
    display: block;

    
	flex:0 0 85%;
}

div#pop-up-disegno-quotato {
    width: auto;
    height: calc(100vh - 30px);
	background: transparent;
}
div#pop-up-disegno-quotato .content.clearfix {
    height: calc(100% - 30px);
	position: relative;
}



div#pop-up-disegno-quotato .box-tasti {
    display: flex;
  
	justify-content: flex-end;
    margin-right: 0;
    width: 100%;

}
div#pop-up-disegno-quotato .box-tasti > a{
	margin: 0 10px;
}
.box-check.bianco.opal>label ,.box-check.bianco.mp>label{
    
    opacity: 0.2;
    pointer-events: none;
}
.box-check.bianco.opal.open >label ,.box-check.bianco.mp.open >label{
    opacity: 1.0;
    pointer-events: auto;
}
#ottiche,#alimentazione {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#ottiche .box-img-check {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
#ottiche .box-img-check > div {
    flex: 0 0 49%;
    width: 49%;
}
#contenitore-segmenti{
	display: none;
}
.spegni{
	opacity: 0.2;
    pointer-events: none;
	display: none !important;
}
div#finiture {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.opzioni {
    margin-top: 10px;
    opacity: 0.2;
    pointer-events: none;
}
.opzioni.attiva {  
    opacity: 1;
    pointer-events: auto;
}
div#listasospensione {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#menulaterale.mm-fixed-top {
	top: -140px; 
}

.pag-configuratore.config-2016 .config-step1-8 .duecolonne{
	align-items: stretch;
	justify-content: space-between;
}
ul.download.list-icon {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
}
/*ul.download.list-icon li:first-child {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    width: auto;
   
}*/
.pag-configuratore.config-2016 .config-step1-8 .duecolonne >div {
	
	display: flex;
	justify-content: center;
}

.trecolonne {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.trecolonne>div{
	flex: 0 0 32%

}

.pag-configuratore.config-2016 .trecolonne .box-img-check {
    width: 100%;
	padding: 0;
}

.pag-configuratore.config-2016 .box-img-check.spegni {
	display: none;
}
li.menu-step-accessori.disabilitato {
    display: none !important;
}
div#stepforme_lista {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-img-check > p{
	font-family: 'Effra-Medium';
    
    font-size: 14px;
}
img#svgquotato {
    border: 1px solid black;

}

.step-iniziale .box-img-check {
    padding: 0 !important;
    padding-left: 15px !important;
}
.step-iniziale .box-img-check:first-child {
    
    padding-left: 0 !important;
}
.container.container-full {
	padding-left: 0;
    padding-right: 0; 
}


#lista-segmenti .spegnino  {
  opacity: 0.2;
}

.menu-configuratore > ul > li > a{
	font-weight: bold;
}
div#scelte-cablaggio {
    margin-bottom: 0;
}
label.wattaggio-recessed {
    color: #aaa;
}
p#lunghpers ,p#lunghpers2{
    font-family: 'Effra-Medium';
    font-size: 14px;
    color: black;
}

div#cablaggio, #scelte-cablaggio {
    display: flex;
    flex-direction: column;
}

.riassunto{

	display: flex !important;
		flex-direction: column !important;
	
}
.riassunto .duecolonne{
	align-items: flex-start !important;
}
.riassunto .box-img-check{
	width:100% !important;
	padding:0 !important;
}
.download.list-icon a {
    color: black;
    background:#FEDD00;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1em;
    padding-left: 2em;
    padding-top: 6px;
    padding-bottom: 3px;
}


@media not all and (min-resolution:.001dpcm) { /*SAFARI*/
    @media {
        .download.list-icon a {
			
			padding-top: 6px;
			padding-bottom: 6px;
		}
    }
}

.duecolonne.secondo {
    margin-bottom: 0px;
}
a#fam-brochure {
    color: white;
    background: black;
}
li.menu-step-pdf.visibile.fatto {
	background:#FEDD00;
}
li.menu-step-pdf a{
	padding-right: 0.5em !important;
}
@media only screen and (max-width:1024px) {
	.config-2016 .sidebar-filtro {
		width: 300px !important;
	}
	#menulaterale.mm-fixed-top{
		position: static; 
		
	
   }
}
@media only screen and (max-width:768px) {
	.step-iniziale .box-img-check {

		padding-left: 0 !important;
	}
	div#pop-up-disegno-quotato {
		display: flex;
		align-items: center;
	}
	.layer-disegno-quotato {
		
		height: 100%;
		width: 100%;
		
	}

	div#pop-up-disegno-quotato .box-tasti {
	
		justify-content: space-around;
		margin-right: 0;
	}

	.pag-configuratore.config-2016 .step-iniziale .box-img-check {
		width: 100%;
	}

	.pag-configuratore.config-2016 .content-step.duexdue .box-img-check {
		width: 50%;
	}
	div#menulaterale {
		display: block;
		position: fixed !important;
		top: 54px !important;
		width: 100% !important;
		margin: 0;
		padding: 0;
		z-index: 20;
		overflow-y: auto;
		max-height: 100px;
		transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
	}
	div#menulaterale > *{
		width: 100% !important;
		display: block;
		position: static;
		margin: 0;
		padding: 0;
	}
	div#menulaterale .menu-configuratore > ul li{
		display: none;
		width: 100%;
		
	}
		
	
	div#menulaterale  .menu-configuratore > ul li.visibile{
		display: block;
		
	}
	.menu-configuratore ,.menu-configuratore >ul{
		margin: 0;
		background:white;
	}
	div#menulaterale.aperto {
		background: white;
		max-height: calc(100vh - 54px);
		transition: max-height 0.3s ease-in-out;
		height: 100%;
    	background: rgba(0,0,0,0.3);
	}
	div#menulaterale.aperto  .menu-configuratore > ul li{
		display: block;
		
	}

	.pag-configuratore.config-2016 .box-img-check {
		width: 50%;
	}
	#pop-up-tipoincasso .content .clearfix {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.select {
		
		width: 100%;
	}
	.menu-configuratore a.btn {
		padding-top: 3px !important;
		font-size: 1.3em;
	}
	.info-step.tasti .box-tasti a.btn {
		 margin-left: 0;
	}

	.pag-configuratore.config-2016 .config-step1-8 .duecolonne >div {
		flex: 0 0 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	ul.download.list-icon li:first-child {
		
		width:auto;
		
	}

	.trecolonne>div{
		flex: 0 0 50%
	
	}
	.pag-configuratore section {
		margin-bottom: 0px;
	}
	section.config-step1.step-iniziale {
		margin-top: 40px;
	}

	.riassunto .duecolonne.secondo {
		order: 0;
	}
	.riassunto .duecolonne.prima {
		order: 1;
		flex-direction: row;
	}
	.riassunto .duecolonne.prima > div {
		flex: 0 0 48% !important;
	}
	.riassunto .duecolonne > div {
		margin-bottom:20px !important;
	}
	.download.list-icon a {
		
		max-width: 250px;
	}
	span#titolo-fine-finitura {
		position: absolute;
		width: 210%;
	}
	img#svgquotato {
	
		max-height: 500px;
		}

		
}
@media only screen and (max-width:640px)  {
	.pag-configuratore.config-2016 .box-img-check {
		width: 100%;
	}
	#pop-up-tipoincasso .box-img-check {
		width: 60% !important;
	
	}
	.info-step.tasti {
		
		flex-direction: column;
	}
	.info-step.tasti .box-tasti {
	
		display: flex;
		justify-content: space-between;
		flex: 1 1 100%;
		width: 100%;
	}
	#ottiche .box-img-check {
		width: 100%;
		
	}
	.duecolonne {
	
		flex-wrap: wrap;
	
	}
	.duecolonne >div {
		flex: 0 0 100%;
	}
	.overlay-config .pop-up.pop-up-2 {
		width: 100%;
		height: calc(100vh - 16px);
	}
	div#pop-up-tipoincasso,#pop-up-info {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.overlay-config .pop-up.pop-up-2 > .content {
	
		width: 100%;
	}
	.pop-up.pop-up-2 .content h3 {
		
		text-align: center;
	}
	.trecolonne>div{
		flex: 0 0 100%
	
	}
}
