
/* 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-2017 .box-img-check {
	margin: 0;
	margin-bottom: 20px;
	width: 45%;
	padding: 0 15px;
	position: relative;
}

.pag-configuratore.config-2017 .box-img {
	box-shadow: none;
	border: 1px solid #eee;
}

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

.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-2017 .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, 0.6);
	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-2017 .label {
	background-color: #fd0;
	color: #000;
	bottom: 40px;
	padding-right: 40px;
}

.pag-configuratore.config-2017 .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-2017 input[type='checkbox']:checked + label:before,
.pag-configuratore.config-2017 input[type='radio']:checked + label:before {
  background:#000;
}

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

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

.pag-configuratore.config-2017 .box-check.bianco input[disabled="disabled"] + label > span:before {
  color: #555;
  /*content: "K";
  border:  0;*/
  content: "";
  border:  1px solid #BEBEBE;
  font-family: "reggianinet";
  src:url("css/fonts/reggianinet.eot?ver=1.1");
  src:url("css/fonts/reggianinet.eot?#iefix") format("embedded-opentype"),
    url("css/fonts/reggianinet.woff?ver=1.1") format("woff"),
    url("css/fonts/reggianinet.ttf?ver=1.1") format("truetype"),
    url("css/fonts/reggianinet.svg#reggianinet") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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


.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-2017 .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-bottom: 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: 0;
	top: 3px;
}

/* 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; }




/*fine globali*/










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

	/*LAYOUT GENERICO ===========*/
        
        
        .box-check label {
            font-family: 'Effra-Medium';
            text-transform: none;
            cursor: pointer;
            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-2017 .box-img-check {

		width: 20%;
	}

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

	
}




@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-2017 .label  {
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		padding-right: 100px;
	}

	.config-2017 .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;
	}


	
}





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

	.config-2017 .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;
	}
	
}




