/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
html,body {font-family:helvetica; margin:0;}
ul {list-style:none; padding:0; margin:0;}
.step, #step2, #step3 {min-height:100%; position: relative; overflow:hidden;}
span.cell {
	display: block;
	padding: 12px 0;
	width: 65px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	line-height: 25px;
	font-size: 13px;
	float:left;
	border-image: url(../img/filetto-puntini-quadrato1.png) 5 repeat !important;
	  border-width: 5px !important;
	  border-image-width: 2px 2px 0px 0px!important;

}

	@-moz-document url-prefix() {
    span.cell {border: 5px solid;}
	}


	#inner-table-multi div:last-of-type .cell, #inner-table-mod div:last-of-type .cell,  #inner-table div:last-of-type .cell {border-image: url(../img/filetto-puntini-quadrato1.png) 5 repeat !important;
		  border-width: 5px !important;
		  border-image-width: 2px 2px 2px 0px!important;
  }
  .row-multi {
  	
	  border-image: url(../img/filetto-puntini-quadrato1.png) 5 repeat !important;
	  		  border-width: 5px !important;
	  		  border-image-width: 0px 0px 2px 0px!important;
  }
 #inner-table-multi .row-cell span.cell:first-of-type, #inner-table-mod .row-cell span.cell:first-of-type, #inner-table .row-cell span.cell:first-of-type {border-image: url(../img/filetto-puntini-quadrato1.png) 5 repeat !important;
  	  border-width: 5px !important;
  	  border-image-width: 0px 2px 0px 0px!important;
  	  border-top:2px solid transparent !important;
    border-bottom:2px solid transparent !important;
  }
.row-cell {
 /* border-image: url(../img/filetto-puntini-quadrato.png) 10 0 round !important;
  border-width: 1px 0px 0px 0px !important;
  border-image-width: 5px 0px 0px 0px !important;*/
}
#container {position:relative;}
.step {

}
div#step2 {
position: absolute;
left: 0;
bottom: -100vh;
width: 100%;
opacity: 1;
min-height:10px;
z-index:9;
}
#quantita-img, #capacita-img {position:absolute; left:-10000px; z-index:100;}
#tabella-qty-cost {margin: 0 auto;
width: 655px;
margin-top: 140px;
float:right;
margin-right:0px;}

.selezionabile span.cell:hover,span.cell.cellattiva {background: black; color:white !important;}
span.cell.cellattiva, span.cell.cellattiva:hover {color:white;  }
#header-usb {position:fixed; top:40px; left:0; width:100%; z-index:10;}
#header-usb ul {text-align:center; padding:0;}
#header-usb li {
display: inline-block;
margin-left: 15px;
font-size: 15px;
}
#header-table-multi span, #header-table span,#header-table-mod span {border:5px solid transparent !important;}
#header-usb li:first-of-type {margin-left:0;}
#title-usb {
text-align: center;
/*position: fixed;*/
top: 35%;
left: 0;
width: 100%;
z-index:50000;
}
#title-usb h1 {font-size:110px; font-weight:normal; margin:0;}
#introimg {width:50%; margin:0 auto; display:block; margin-top:130px;}
div#split-make, span#modifica-quantita {
	margin-top:0;
	-webkit-transition: margin-top 0.5s;
	-moz-transition: margin-top 0.5s;
	-o-transition: margin-top 0.5s;
	-ms-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
}

#sottotitolo_configuratore {opacity:1;}
#svg-image-temp,#svg-image-retro-temp {opacity:0;}
div#configura {
position: absolute;
left: auto;
width: 25%;
top: -o-calc(100vh + 545px);
top: -moz-calc(100vh + 545px);
top: -webkit-calc(100vh + 545px);
top: calc(100vh + 545px);
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
right: 10%;
border: 1px solid black;
width: auto;
height: auto;
padding: 0;
top: 310px !important;
bottom: auto;
margin-top: 140px;
right: auto !important;
margin-right: 0;
left: 70%;
}
.conf-multiconf {
float: left;
width: 25%;
}
#inner-table-multi .cell.attiva {background:black; color:white !important;}
div#multi-conf.attivomulti {display:block !important;}
div#multi-conf {
position: fixed;
top: 0;
overflow:auto;
left: 0;
width: 100%;
z-index: 1000000;
height: 100%;
background:rgba(255,255,255,0.95);
}
div#tabella-qty-cost-multi {

width: 64%; 
margin: 40px auto;
}

.inner-scroll-col2 {min-height:101%;}
#quantita-conferma {-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
opacity:0;}
#quantita-conferma.quantita-visibile {opacity:1;}
#quantita-conferma{position: absolute;
left: 70%;


-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
right: auto;
width: 20%;
height: auto;
padding: 0;top: 310px !important;bottom: auto;margin-top: 50px;} 
div#configura-btn:hover {background:black; color:white;}
div#configura.configura {
opacity: 1;
right: 370px;
width: auto;
}
span.yesorno {
display: block;
width: 100px;
text-align: center;
border: 2px solid white;
float: left;
margin-right: 15px;
margin-top: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
cursor:pointer;
padding:5px 0;
}
span.yesorno:hover, span.yesorno.attivo {background:white; }
#inner-table {
	margin-left:0;
	
}
#inner-table.configura {margin-left:-200px;}
#si input {display: block;
width: 50px;
text-align: center;
border: 2px solid white;
float: left;
margin-right: 15px;
margin-top: 15px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
padding: 5px 0;
background: none;
text-align: center;
color: white;
}
#si {opacity:0; clear:both; margin-top:10px; }
#si.configura {opacity:1;}
div#configura-btn:hover { color:rgb(251, 242, 222);}
div#configura-btn {
cursor: pointer;
text-align: center;
line-height: 20px;
clear: both;
padding: 9px 0;
font-weight: normal;
font-size: 20px;
margin-top: 0px;
width: 140px;
}
div#quantita-conferma-mod span {}
#colored-left {height:100vh; padding-bottom:85px;}
.section {float: left; position:relative; }
.section1 { width:51%; float: right; z-index: -10 !important;}
.section2 {width:27%;background: white;z-index: 10;}
.section3 {width:22%;}
#colored-left {float:left; width:10%; background:black; }


#colored-left div { 
height: 100vh;
padding-bottom: 25px;
margin-right: -1px;}
#colored-right {
float: left;
width: 100%;
margin-top: 20px;
line-height: 16px;
height: 100%;
border-left: 1px solid black;
border-right: 1px dotted black;
border-image: url(../img/filetto-puntini-right.png) 0 19 round;
border-style: solid;
border-width: 0;
border-image-width: 0;
}
.move-variant .section3 #section3-inner {
}
#step3 .section {margin-top: 0px;z-index: 10;}
.colored {}
.right {float:right;}
.left {float:left;}
.bloccoconf li:last-of-type, .bloccoconf li:last-of-type {border-bottom:none;}
.bloccoconf {padding:0px; margin-bottom:0px; 
	/*margin-top:-30px;*/
	 border-bottom:none; border-right:none; }
#step3 h2 { padding:7px 0; cursor:pointer;}
svg#bracket {
top: 25px;
width: 150px;
left: 50%;
margin-left:-75px;
stroke-width: 3px;
opacity:0;
-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
svg#bracket.split2 {opacity:1;}
	#step3 .section2 h2.sezioneh2  {
/*	-webkit-transform: rotate(-90deg) translate(-50%, 50%);
	-moz-transform: rotate(-90deg) translate(-50%, 50%);
	-ms-transform: rotate(-90deg) translate(-50%, 50%);
	-o-transform: rotate(-90deg) translate(-50%, 50%);
	transform: rotate(-90deg) translate(-50%, 50%);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
	margin-left: -30px;
	width:250px;	
		*/
		text-indent:30px;
		padding-left: 0px;
		border: none;
		width: 100%;
		color: black;
		margin-left:10px;
			margin-right:10px;
			width:auto;
			border-bottom:1px solid black;
				padding-top:20px;
}
#colored-right ul li {border-bottom:1px dotted black;} 
#colored-right ul li:last-of-type {border:none;}
.attivoblocco {border-bottom:3px solid black !important;
margin-left:10px;
margin-right:10px;}

#step3, #step3 h2 {font-size:14px; font-weight:normal; margin:0;}
li {
padding: 7px 15px;

cursor:pointer;
}
.attributo-down {padding-left:20px;}
.attributo-down .right {margin-top:17px;}
.arrow-config {width:19px; margin-right:10px;}
img#selector {
	position: absolute;
	left: -15px;
	top: 231px;
	z-index: 8;
	width:30px;
}

li.quantita {display:none;}
#section3-inner {
padding: 0px 20px 20px 20px;
height: 100vh;
-webkit-transition: background 0.5s;
   -moz-transition: background 0.5s;
   -ms-transition: background 0.5s;
   -o-transition: background 0.5s;
margin-top: 57px;
border-right: 1px dotted black; border-image: url(../img/filetto-puntini-right.png) 0 19 round; border-style: solid; 
border-width: 0px 1px 0px 0px; 
border-image-width: 0px 1px 0px 0px;
background: white;
border-image: url(../img/filetto-puntini-right.png) 0 19 round; border-style: solid; 
border-width: 0px 1px 0px 1px; 
border-image-width: 0px 1px 0px 1px;
}

span.img-variante {
width: 50px;
height: 50px;
display: block;
border-radius: 50%;
margin:0 auto;
margin-bottom:5px;
border:1px solid transparent;
}
div.varianti {
margin-top: 30px;
display:none;
}
.impianto.varianti .variante.attiva {opacity:1;}
.impianto.varianti .variante {opacity:0.5;}
div.varianti.attivo {display:block;}
div.variante {
float: left;
width: 22%;
text-align: center;
margin-bottom: 15px;
cursor: pointer;
margin-right: 6%;
border: 1px solid transparent;
padding: 3%;
}
.connettori div.variante {
width: 23%;
}
.rinominazione input {font-size:19px; margin-top:20px;}
.confezionamento div.variante {margin-right: 4%;}
div.variante:hover,div.variante.attiva {background: #f1f1f1;}
.variante:nth-child(3n) {
margin-right: 0;
}
#image-idea {
	width: 100%;
	top: 60px;
	position: absolute;
	z-index: 11;
	left: 0;
	height:auto;
}


/*
Codice per evitare sovrapposizione fra le 2 immagini nel configuratore
3077 - color card round
3102 - color card round priority
49171 - tracker round
49234 - tracker square
*/
article#post-3077.post-3077 div#container img#svg-image-retro, 
article#post-3077.post-3077 div#container div#svg_retro,
article#post-3077.post-3077 div#container img#svg-image-retro, 
article#post-3077.post-3077 div#container div#svg_retro,
article#post-3102.post-3102 div#container img#svg-image-retro,
article#post-3102.post-3102 div#container div#svg_retro,
article#post-49171.post-49171 div#container img#svg-image-retro,
article#post-49171.post-49171 div#container div#svg_retro,
article#post-49234.post-49234 div#container img#svg-image-retro,
article#post-49234.post-49234 div#container div#svg_retro{
	top: 250px;
}
article#post-49171.post-49171.post.type-post.status-draft.format-standard.hentry.category-travel div#container div#step3.step.attivoconf div div.section1.section img#svg-image-retro


#svg-image,#svg-image-temp {
width: 100%;
top: 100px;
position: absolute;
z-index: 8;
left: 0;
}
.variante img {
border-radius: 0;
box-shadow: none;
background: none;
margin-bottom: 5px;
}
#svg_fronte svg,#svg_retro svg {width:100%;}
#svg_fronte {position: absolute;
top: 45px;
width: 100%;z-index: -5;}
#svg_retro {position: absolute;
top: 160px;
left: 30%;
width: 100%;z-index: -3;}
#header-usb ul li {border:none;}
#header-usb.step3 {
position: fixed;
top: 40px;
left: 0;
width: 51%;
z-index: 10;
text-align:left;
}

#header-usb.step3 ul {text-align:left; margin-left:20px;}

#title-usb.step3 { top:5px !important;}
#title-usb.step3 h1 {width:51%; text-align:left; margin-left:20px; font-size:30px !important;}
span.memoria {
font-size: 10px;
vertical-align: top;
margin-left: 3px;
margin-top: -5px;
width: 2px;
}
.section2 {overflow:visible;}
#step3 h2.totale {
margin-left: 0;
margin-right: 0;
padding-bottom: 40px;
border-top: none;
color:black;
padding:0;
}

/* .configurazione {
display: block;
float: left;
width: 17.4%;
background: #ECE9E9;
border-radius: 50%;
border:2px solid #53615A;
height: 49px;
color: #53615A;
font-size: 13px;
text-align: center;
line-height: 23px;
margin-right: 1.5%;
cursor:pointer;
} */
.bloccoconf h2 {clear:both;}
#configurazioni {margin-bottom:30px;}

/* .configurazione.attivo {color:#ECE9E9; background: #53615A; border:2px solid #ECE9E9;} */
video#softarch {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -30%;
	width:60%
}
/* div#procedi {
position: absolute;
bottom: 20px;
right: 20px;
width: 100px;
border: 1px solid #53615A;
text-align: center;
padding: 5px 0;
cursor: pointer;
}
 div#procedi:hover {
	background:#53615A;
	color:#ECE9E9;
}*/

#configurazioni.uniti { border-radius:35px;}

#step1 #introimg {
width: 50%;
margin: 0 auto;
display: block;
margin-top: 130px;
position: absolute;
z-index: 9;
left: 320px;
}
#step1 svg#Livello_1 {
position: absolute;
top: -267px;
left: 320px;
z-index: 8;
width: 50%;
}

.clear {clear:both;}
#prospetto {background:#E9E9E9;}
div.blocco-prospetto {
float: left;
width: 16.66%;
}
#prospetto li {
border-right: 1px dotted #53615A;
padding-left: 10px;
padding-right: 10px;
font-size:12px;
}
span.caratteristica {
display: block;

width: 100%;
height: 29px;
color: white;
font-size: 17px;
text-align: center;
line-height: 28px;
}
span.lettera {
font-size: 35px;
display: block;
text-align: center;
margin: 0 auto;
width: 50px;
height: 50px;
border: 1px solid #53615A;
border-radius: 50%;
line-height: 50px;
margin-bottom: 20px;
}
#prospetto ul li:nth-child(2n) {
background: #ccc;
}
div#header-prospetto {
border-bottom: 1px solid #111;
margin-bottom: 100px;
margin-top: 0px;
padding-top:30px;
}
div#header-prospetto h1 {
margin-top: 0;
display: inline-block;
margin-left: 130px;
margin-bottom: 0;
}
#header-prospetto img {display: inline;
width: 280px;
margin-bottom: -7px;}
#blocchi {padding-left:30px;
	padding-right:30px;
}
#prospetto .blocco-prospetto:last-of-type ul li {border-right:none;}
#totale-prospetto {
clear: both;
padding-top: 10px;
padding-bottom: 30px;
font-size: 12px;
text-align: right;
border-top: 2px solid #53615A;
}
div#conclusione-prospetto {
width: 400px;
margin: 40px auto 0 auto;
text-transform: uppercase;
font-size: 20px;
text-align: center;
height:200px;
}

span#concludi-prospetto {
font-size: 15px;
display: block;
width: 250px;
border: 2px solid #53615A;
padding: 11px;
margin: 20px auto 0 auto;
}
span#concludi-prospetto:hover {}
.lettera {cursor:pointer;}
.lettera.attiva { color:white;}




div#definisci-qty {
font-size: 14px;
font-weight: normal;
margin-top: 50px;
float:left;
}
div#definisci-qty input[type="text"] {
padding: 5px;
color: white;
background: #7DC1AC;
border: 2px solid white;
margin-top: 10px;
width:70px;
}
div#prezzo-base {
float: left;
font-size: 14px;
margin-left: 45px;
font-weight: normal;
margin-top: 50px;
line-height: 19px;
}
div#configurazioni {
font-size: 30px;
font-weight:bold;
}
h3 {
margin-top: 35px;
font-size: 30px;
}
h4 {font-weight:normal; margin:20px auto; text-align:center; cursor:pointer;}
div#avanti-step2,#procedi {
font-size: 20px;
border: 2px solid #53615A;
text-align: center;
width: 140px;
padding: 10px;
margin: 0 auto;
margin-top: 105px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
cursor:pointer;
}
.blocco {-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
margin-bottom:34px;}
div#avanti-step2:hover, #procedi:hover {}
.blocco.hidden {opacity:0; height:0; width:0; overflow:hidden;}
#presentazione-h2 {font-size: 30px;
font-weight: bold;}
#presentazione-h2 {
font-size: 26px;
font-weight: bold;
margin-bottom: 18px;
}
div#procedi{
margin-bottom: 20px;
margin-top: 30px;
}
div#header-product {
	margin-top:30px;
font-size: 15px;
padding-left:0px;
padding-right:0px;
}
div#header-product h1 {
width: 25%;
text-indent:25px;
float: left;
margin-top:30px;
font-size:35px;
font-weight:normal;
text-transform:none;
}
div#header-product p.qty-mod {
width: 25%;
float: left;
position:absolute;
left:0;
font-size: 12px;
text-transform: uppercase;
margin-top:25px;
line-height: 14px;
top:65px;
}
#quantita-totale {font-size: 40px;
margin-top: 27px;
display: block;
margin-bottom: 3px;}
.split-product-desc {
font-size: 10px;
line-height: 12px;
text-transform: uppercase;
float: left;
width: 135px;
margin-left: 14px;
margin-top: 8px;
}

#quantita-totale {
font-size: 17px;
margin-top: 0;
display: block;
margin-bottom: 0px;
line-height: 20px;
}

#split {width: 100%;
	margin-top:0px;
	text-align:center;
float: left;}
.configurazione {
display: inline-block;
border: none;
border-radius: 0;
width: 60px;
height: 60px;
text-align: center;
line-height: 12px;
padding-top: 0px;
font-size: 13px;
background: none;
position: relative;
margin-right: 0;
cursor: pointer;
border: 1px solid black;
border-radius: 50%;
margin: 0 5px;
}
span.quantita {font-size:17px;}
.configurazione div {

padding-top: 18px;
height: 60px;
text-align: center;
font-size: 11px;
padding-left: 0px;
}
.configurazione + .configurazione div {border-left:none;}

div#split-make {
width: 25%;
float: left;
text-align:right;
margin-top:25px;
position: absolute;
right: 0px;
top: 65px;
}
div#aggiungi-split {

	width: auto;

	float: none;
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	margin-right: 0px;
	font-size: 15px;
	line-height:20px;
	border-bottom:1px solid black;
	text-transform:none;
	display:inline-block;
	margin-right:10px;
}
#step3 {height:auto !important;}
#quantita-totale-container {float:right;margin-right:30px; }
span#modifica-quantita {

	width: auto;

	float: left;
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	margin-right: 0px;
	font-size: 15px;
	line-height:20px;
	border-bottom:1px solid black;
	text-transform:none;
	margin-left:10px;
}
div#inner-table-mod {
margin: 0px auto;
margin-left:30%;
width: 64%;
}
#spiegazione-mod {position:absolute; left:30px; top:30px; font-size:12px; line-height:16px;  width:200px;}
#spiegazione-mod span {font-size:30px; text-transform:none; display:block; line-height:32px; margin-bottom:15px;}
#modifica-quantita-block {position:relative; height:0; overflow:hidden;}
div#quantita-conferma-mod {
position: absolute;
left: 30px;
width: 270px;
top: 225px;
}
div#quantita-conferma-mod input[type="text"] {
border-radius: 0;
width: 270px;
font-size: 20px;
}

.section4 span {
width: 85px;
float: none;
padding: 10px;
text-align: center;
margin-left: 0;
margin-top: 20px;
cursor: pointer;
margin-right: 0;
font-size: 12px;
display: block;}
div#quantita-conferma-mod span {
width: auto;
float: none;
padding: 0px;
text-align: left;
margin-left: 0;
margin-top: 20px;
cursor: pointer;
margin-right: 0;
font-size: 12px;
display: block;
border-bottom: 1px solid black;
display: inline-block;
line-height: 20px;
border: 1px solid black;
padding: 6px 8px;
line-height: 20px;
clear: both;
padding: 9px 0;
font-weight: normal;
font-size: 20px;
width: 140px;
text-align: center;
}
div#quantita-conferma-mod span:hover {background:black; color:white;}
.setnumber {
font-size: 30px;
display: block;
padding-top: 25px;
padding-left: 10px;
}
.setnumber span {font-size: 9px;
text-indent: -10px;
display: inline-block;}
.hoverset {display:none;}
#modifica-quantita-block {background: rgb(245,245,245); z-index:1000; margin-top:60px;}
div#tabella-qty-cost-mod.selezionabile{padding-top:30px;} 
.configurazione:hover .setnumber {display:none;}
.configurazione:hover .hoverset {display:block;}
.section4 {background: none;  position:absolute; top:0px; right: auto; width:22%; 	-webkit-transition: left 0.5s;
   -moz-transition: left 0.5s;
   -ms-transition: left 0.5s;
   -o-transition: left 0.5s;z-index: -1;background: white;border-image: url(../img/filetto-puntini-right.png) 0 19 round; border-style: solid; border-width: 0px 1px 0px 0px; border-image-width: 0px 1px 0px 0px;left: -22%;margin-top: 57px !important;z-index: -2 !important;}
.section3 {position:absolute; left: 27%; top:0px; 	-webkit-transition: right 0.5s;
   -moz-transition: right 0.5s;
   -ms-transition: right 0.5s;
   -o-transition: right 0.5s;}
.section3 {}
.move-variant .section3 {right: 22%;  
	
z-index: 10;}
.move-variant .section4 {right: auto;left: 50%;margin-top: 57px !important;}
div.quantita input, div.quantita input + span {
border-bottom: 1px solid black;
width: 125px;
float: none;
padding: 0 10px 3px 0;
text-align: center;
margin-top: 32px;
margin-right: 0;
background: none;
border-radius: 0;
font-size: 15px;
}
.confquant {font-size:15px;}
div.quantita input {
text-align: left;
font-size: 19px;
}
div.quantita input + br + span,.confquant {
font-size: 15px;
line-height:18px;
cursor: pointer;
display: block;
text-align: left;
display: inline-block;
width: auto;
padding-right: 0;
float: none;
clear: both;
margin-top: 10px;
border-bottom: 1px solid black;
cursor: pointer;
}
div.quantita input + span {font-size:15px; cursor:pointer; }
.bloccoconf {max-height:1px; height:0; overflow:hidden; -webkit-transition:max-height 0.8s;
   -moz-transition:max-height 0.8s;
   -ms-transition:max-height 0.8s;
   -o-transition:max-height 0.8s;}
.bloccoconf.attivoblocco {height:auto; max-height:340px; }
div#inner-scheda-prodotto {
background: #f7f6f1;
height:100%;
}
.col1-scheda img {width:100%;}
.col-scheda {
float: left;
width: 33.3%;
}
.col1-scheda,.col3-scheda {width:30%; padding-left:10%;}
.col3-scheda {padding-left:0; padding-right:10%;}
#inner-scheda-prodotto {width:100%; margin:0 auto;}
.col2-scheda {width:20%;}
.dotted-col {border-left:1px dotted black; border-right:1px dotted black; height:100%;}
#step3 h2.totale {
position: fixed;
bottom: 0;
left: 0% !important;
background:rgba(255,255,255,0.95);
padding: 0;

}

.padder {
  height: 79px;
}
.tot-inner {padding-bottom: 9px;
	border-top:1px solid black;
	margin-left: 10px;
	margin-right: 8px;
padding-top: 13px;}
div.col-scheda.col2-scheda {height:100%;}
#step1 {height:100vh;}
.prodotto .inner-prodotto {position:relative; height:100%; width:100%;}
span.titolo-catalogo {
position: absolute;
width: 100% !important;
display:block;
left: 0;
bottom: 10px;
text-align: center;
}
.prodotto.verticale .inner-prodotto img,.prodotto.verticale:hover .inner-prodotto img { margin:0; height:100%; width:auto; left:0;}
.prodotto:hover {background:rgb(230, 230, 230);}
#inner-scheda-prodotto {
text-align:center;
margin-bottom:30px;}
/*.prodotto:hover .inner-prodotto img {width:90%;}*/
div#grid-content {
padding-top: 100px;
}
#step1 + .step {max-width:1650px; margin:0 auto;}
.col-scheda {margin-top:0px; }
#the-scroller {position:absolute; top:100vh; right:30px; overflow:hidden; width:100%; height:100vh;}
.inner-col-scheda {position:relative;}
.col-scheda h2, #scheda-prodotto h1 { text-align:center; font-weight:normal; font-size:16px;
margin-bottom:35px}
.line-center{
    margin:0;padding:0 10px;
	background-image: linear-gradient(bottom, rgb(245,245,245) 50%, white 50%);
	background-image: -o-linear-gradient(bottom, rgb(245,245,245) 50%, white 50%);
	background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 50%, white 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 50%, white 50%);
	background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 50%, white 50%);
    display:inline-block;
}
#scheda-prodotto h1{

    text-align:center;
    position:relative;
    z-index:2;
	/*margin-top:80px;*/
	margin-top: -8px;
	margin-bottom:-9px

}
img#area-stampabile {
width: 59%;
}
#scheda-prodotto h1:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px black;
    z-index:-1;
	
}
#dati-tecnici-scroll {right:0;}
.dati-tecnici-img {position:absolute; width:100%; right:30px; top:0;}
.dettagli-first, .dettagli-second {
min-height: 100px;
padding-left: 40px;
text-align: left;
font-size: 16px;
line-height: 23px;
padding-bottom: 0;
}
.dettagli-second {padding-bottom: 40px;}
.col3-scheda .inner-col-scheda {height:100vh; overflow-y:scroll;}
.inner-col-scheda p {font-size: 19px;
line-height:24px;
text-align:left;
margin-bottom:20px;}
#step3.attivoconf {height:auto !important;
position:fixed;
z-index:1000;
top:0;
display:block;
left:0;
width:100%; opacity:1;}
.col3-scheda .inner-col-scheda {position:absolute; right:0; width:30%; padding-right:10%; padding-left:60%; z-index:101; top:150px;}
#inner-scheda-prodotto {padding-top:30px;}
#inners-scheda-prodotto {height:100%;}
#inners-scheda-prodotto.fermo {position:fixed; bottom:0; left:0; width:100%; z-index:8;}
#step2 {opacity:0;}
#step3 {opacity:0;}
div#step2.step {background:none !important;}
#quantita-img {height:30px; width:auto;}
#capacita-img {width:30px; height:auto;}
div#split-make.alto, span#modifica-quantita.alto { margin-top:-45px;}
span#modifica-quantita.alto {margin-top:-70px;}
#title-usb.attivoconf {
text-align: center;
display:block !important;
position: fixed !important;
top: 70px !important;
left: 0;
width: 100%;
z-index: 9000;
}
div#menu-usb {
position: fixed;
font-size: 13px;
width: 100%;
text-align: center;
top: 50px;
z-index: 9000;
opacity:0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
line-height:18px;
}
#menu-usb-step3 {width:100%; text-align:center;}
#quantita-totale-container {
float: right;
margin-right: 30px;
line-height: 4px;
text-align: center;
text-transform: none;
font-size: 11px;
position: absolute;
top: -76px;
left: 200%;
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
margin-left: -20px;
}
#quantita-totale-container.alto {opacity:1;}
div#menu-usb.attivomenusub {opacity:1;}
#menu-usb-step3 span,#menu-usb span {
display: inline-block;
margin: 0 10px;
cursor: pointer;
}
#menu-usb-step3 span {border-bottom:1px solid transparent;}
#area-di-stampa {
position: absolute;
bottom: -80px;
width: 100%;
left: 0;
z-index: 1000000;
text-align: center;
}
#title-usb-step3 {
font-size: 30px;
font-weight: normal;
text-align: center;
margin-top: 15px;
margin-bottom: 10px;
}
div#menu-usb.attivoconf {top:110px; opacity:1;} 
#menu-usb-step3 span:hover,#menu-usb span:hover {border-bottom:1px solid black;}
svg#bracket.split3 {
width: 230px;
opacity: 1;
left: 50%;
margin-left:-115px;
stroke-width: 2px;
}
svg path { transition: fill .3s ease;
-webkit-transition: fill .3s ease;
-moz-transition: fill .3s ease;
-o-transition: fill .3s ease;
-ms-transition: fill .3s ease;

}
svg#bracket {position:absolute; z-index:-1;}
img#immagine-iniziale {
width: 55%;
left: 50%;
position: absolute;
margin-left: -29.5%;
top: 80px;
}
#title-usb-step3 h1 {font-weight:normal;}
svg#bracket path {fill:none !important;}
#split {margin-top:10px;}
svg#bracket.split4 {
stroke-width: 1px;
opacity: 1;
width: 320px;
left: 50%;
margin-left:-160px;
top: 28px;
}
img.attivoconf {display:none;}
.attivo img.attivoconf {
height: 28px;
display: block;
position: absolute;
bottom: -15px;
left: 27px;
}
#box-video {
	border: none;
	position: absolute;
	right: 0px;
    top: 167px;
	z-index: 100;
	padding-right: calc(10% - 30px);
	padding-right: -webkit-calc(10% - 30px);
	padding-right: -moz-calc(10% - 30px);
	padding-right: -o-calc(10% - 30px);
	
	width: 30%;	
}
video#dati_tecnici_video {
max-width: 1000px;
	opacity: 0;
width:100%;

}
#step3 {display:none;}
.col3-scheda .inner-col-scheda {overflow:hidden;}
div#step2 {
position: relative;
left: 0;
bottom: 0;
width: 100%;
opacity: 1 !important;
min-height:10px;
z-index:900;
height:100vh !important;
overflow: auto;
display: block !important;
}
div#step2.scrollastep2 {bottom:0;}
div#step2.scrollastep2 #tabella-qty-cost {margin-top:100vh;float: left;margin-left: 30px;margin-right: 0;}

#tabella-qty-cost {
	margin: 0 auto;
	width: 655px;
	margin-top: 20vh;
	float: left;
	margin-left: 30px;
	height: auto;
	padding-top: 0;}
span#goconfig {position:absolute;
bottom:100px;
padding:10px 10px;
cursor:pointer;
border:1px solid black;
text-align:center;
display:block;
width:150px;
text-transform:none;
font-size:20px;
line-height:20px;
left:50%;
margin-left:-75px;}
span#goconfig:hover {text-transform:underline;}
#step1 {position:relative;}
#colored-right ul li {
border-bottom: 1px dotted black;
padding: 7px 10px 7px 60px;
border-image: url(../img/filetto-puntini.png) 142 0 round;
border-style: solid;
border-width: 0px 0 1px 0;
border-image-width: 0px 0 1px 0;
}

.configurazione.attivo, .configurazione:hover, #colored-right ul li:hover, #colored-right ul li.attivobackground  {
background: #f1f1f1;
}
.close {
position: absolute;
right: 20px;
top: 10px;
color: black;
cursor: pointer;
font-size: 39px;
}
span.prezzo-variante {
display: block;
border-top: 1px dotted #ccc;
margin-top: 5px;
padding-top: 5px;
border-image: url(../img/filetto-puntini.png) 142 0 round;
border-style: solid;
border-width: 1px 0 0px 0;
border-image-width: 1px 0 0px 0;
}
#box-video img {width:100%; opacity:0;}
div#quantita-conferma span {
display: block;
margin-bottom: 5px;
}
#quantita-conferma input[type="text"] {
width: 100%;
font-size:17px;
}
div.quantita input + br + span, .confquant {
font-size: 20px;
line-height: 18px;
cursor: pointer;
display: block;
text-align: left;
display: inline-block;
width: auto;
padding-right: 0;
float: none;
clear: both;
margin-top: 17px;
border: 1px solid black;
cursor: pointer;
padding: 9px 8px;
}
.colore .variante img {border-radius:50%; margin:0; width:50px;}

.varianti select {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
font-size: 10px;
background: #1475BB;
color: white;
text-transform: uppercase;
border-radius: 0;
margin-left: 0px;
padding: 8px 0px;
box-shadow: none !important;
border: 1px solid #ccc;
width: 130px;
letter-spacing: 0px;
text-align: center;
text-indent: 14px;
margin-top: 2px;
display: block;
margin-bottom: 10px;
width: 170px;
color: black;
font-size: 13px;
line-height: 20px;
text-indent: 8px;
background: url(../img/select.png) no-repeat 95% center;
background-size: 10px;
margin-top: 30px;
border: none;
border-bottom: 1px solid black;
text-indent: 0;
padding: 3px 0;
font-size: 19px;
text-transform: none;
display: inline-block;
margin-left: 0;
}
span.confdaticanc, span.confdatinoncanc,span.confrin,span.confincona,span.confautorun {
display: inline-block;
font-size: 19px;
margin-top: 20px;
border: 1px solid black;
padding: 8px;
cursor:pointer;
}
.bar {
    height: 18px;
    background: green;
}
img#target {
width: 100px;
height: 100px;
border: 3px dashed #ccc;
padding: 8px;
margin: 20px 0;
display: block;
padding: 7%;
}
div#progress {
width: 140px;
background: #eee;
}
#fileupload {margin-top:20px;}
#fileupload::-webkit-file-upload-button {
  visibility: hidden;
}
#fileupload::before {
  content: 'Select some files';
  display: inline-block;
  background: white;
  border: 1px solid black;
  border-radius: 0px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: none;
  font-weight: normal;
  font-size: 19px;
  width: 160px;
  text-align:center;
}
#fileupload:hover::before {
}
#fileupload:active::before {
}
#svg-image,#svg-image-temp {
width: 70%;
top: 45px;
position: absolute;
z-index: -2;
left: 0;
}

#svg-image-temp,#svg-image-retro-temp {z-index:9 !important;}
img#svg-image-retro,#svg-image-retro-temp {
width: 70%;
top: 160px;
position: absolute;
z-index: -2;
left: 30%;
}


.select-pantone {
clear: both;
}
.pant1, .pant2 {
width: 45%;
float: left;
}
.pant1 {
margin-right: 10%;
}
.pant1 .text-single-pantone,.pant2 .text-single-pantone {
float: left;
line-height: 32px;
font-size: 13px;
max-width: 30px;
display: inline-block;
overflow: hidden;
}
.pant1 .text-single-pantone, .pant2 .text-single-pantone {
float: left;
line-height: 32px;
font-size: 13px;
max-width: 40px;
display: inline-block;
overflow: hidden;
height: 30px;
}
.select-pantone-doppio {clear:both;}
#menu-small_mobile_menu li {
display: inline;
margin-right: 20px;
padding: 0;
}
.var-dettagli img.attachment-full.wp-post-image {
border-radius: 50%;
box-shadow: none;
}
#menu-usb {display:none !important;}
#colori-dettagli {margin-top:20px;}
.var-dettagli {
width: 50px;
margin-bottom:20px;
font-size: 13px;
text-align: center;
display: inline-block;
margin-right: 20px;
line-height: 17px;
height: auto;
vertical-align: top;
}
span#goconfig {
position: fixed;
bottom: 20px;
padding: 10px 10px;
cursor: pointer;
border: 1px solid black;
text-align: center;
display: block;
width: 180px;
text-transform: none;
font-size: 20px;
line-height: 20px;
left: 50%;
margin-left: -75px;
z-index: 10000000;
background: rgba(255,255,255,0.7);
}
span.cell {
display: block;
padding: 2% 0;
width: 10%;
height: auto;
text-align: center;
cursor: pointer;
line-height: 25px;
font-size: 13px;
float: left;
}
#tabella-qty-cost {width: 64%;}
.materiali div.variante, .fronte div.variante, .retro div.variante, .sinistra div.variante, .destra div.variante, .connettori div.varianti {
float: left;
width: 37%;
text-align: center;
margin-bottom: 15px;
cursor: pointer;
margin-right: 6%;
border: 1px solid transparent;
padding: 3%;
}
.scroll-col2 {overflow:auto; clear:both;}
span.tot-right {
float: right;
}
span.totriga {
float: right;
margin-right: 4px;
}
h2.totale-riga {
color: #bbb;
}
.totale-riga {display:none;}
.totale-riga .tot-inner {border:none;}
.imgvar img {
width: 200px;
height: auto;
margin: 0 auto 10px auto;
display: block;
}
.titolovar {
font-size: 19px;
margin-bottom: 8px;
}
.textvar {
line-height: 19px;
}
.inner-section4 {
margin-left: 20px;
margin-right: 20px;
}
span.chiudi {float: right;
margin-top: -10px;
display: block;}
.color-pantone.attivo {background:#f1f1f1;}
.select-pantone-hidden {display:none;}
input.filter-panton {
font-size: 19px;
margin-bottom: 20px;
}
span.singolo-titolo {
display: block;
height: 43px;
line-height: 15px;
overflow: hidden;
}
.variante.nondispqty {
cursor: auto;
position:relative;
}

.qtyminallert {
position: absolute;
top: 25px;
color: #da291b;
font-size: 19px;
left: 50%;
width: 50px;
margin-left: -25px;
}
.variante.nondispqty .singolo-titolo, .variante.nondispqty .titolo-variante, .variante.nondispqty .prezzo-attuale,.variante.nondispqty img {opacity:0.5;}
.variante.nondispqty:hover {border:1px solid transparent;}
.varianti.quantita {
line-height: 15px;
}
div#end-preventivo {
	font-size: 19px;
	border: 1px solid black;
	padding: 8px 25px;
	cursor: pointer;
	z-index: 10000;
	width: 80px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: -42px;
	position:relative;
}
div#end-preventivo:hover {text-decoration: underline;}
.select-pantone-doppio input.filter-panton {
font-size: 19px;
margin-bottom: 20px;
width: 100%;
}
.select-pantone-doppio .color-pantone:hover {
height: 70px;
}
body .select-pantone-doppio .color-pantone:hover .text-single-pantone {width:auto; max-width:1000px; height:auto; margin-right: 20px;
line-height: 17px;}
.section4 span.titolo-variante {
margin-top: 0;
padding: 0;
width:100%;
}
.section4 span.singolo-titolo {
display: block;
height: 43px;
line-height: 15px;
overflow: hidden;
padding: 0;
width:100%;
margin: 0;
}
.sub-stampa {width: 100%;
border-top: 1px solid black;
margin-top: 15px;}
.section4 span.prezzo-attuale {
margin: 0;
padding: 0;
margin-top: 5px;
width: 100%;
}
.section4 span.prezzo-variante {padding:0; margin:0; width:100%;}
.sub-stampa div.variante {
width: 37%;
margin-top: 15px;
}
span.elimina-clear {
position: absolute;
top: 0;
right: -50px;
width: 50px;
text-align: center;
height: 38px;
vertical-align: middle;
background: #dd3333;
line-height: 30px;
color: white;
cursor: pointer;
-webkit-transition: right 0.5s;
-moz-transition: right 0.5s;
-o-transition: right 0.5s;
-ms-transition: right 0.5s;
transition: right 0.5s;
padding-top: 9px;
}
.bloccoconf li.presentebig span.elimina-clear { right:0;}
.bloccoconf li {position:relative; overflow:hidden;}
.bloccoconf li.presente span.elimina-clear {right:0;}
.sub-variante + span.elimina-clear {height:52px; padding-top:27px;}
.sub-variante {
padding-top: 17px;
background: url(../img/arrow-config.png) no-repeat 10px 4px;
background-size: 19px;
padding-left: 34px;
}
span.prezzo-sub-variante {
float: right;
}
.subvariante {display:none;}
span.sub-title-variant {
font-size: 19px;
line-height: 23px;
}
.rinominazione .variante, .autorun .variante, .icona .variante {
border: 1px solid black !important;
width: 150px;
margin-top: 20px;
font-size: 19px;
}
.rinominazione span.singolo-titolo, .autorun span.singolo-titolo, .icona span.singolo-titolo {
display: block;
height: auto;
line-height: 15px;
overflow: hidden;
}
.autorun span.prezzo-variante,.rinominazione span.prezzo-variante, .icona span.prezzo-variante {
padding-top: 3px;
font-size: 13px;
}
input.errorred {
border-bottom: 1px solid #dd3333;
}
.icona .qtyminallert,.autorun .qtyminallert,.rinominazione .qtyminallert {
position: absolute;
top: 4px;
color: #da291b;
font-size: 15px;
left: 50%;
width: 50px;
margin-left: -25px;
}
.nondispqty span.img-variante {opacity:0.5;}
#dati-utente {position:fixed; top:61px; background:rgba(255,255,255,0.95); z-index:-1000; opacity:0; 	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	height:100vh;
	width:100%;
	transition: opacity 0.5s;
	}

	#dati-utente.attivo {opacity:1; z-index:10000;  background:url(../img/loading.gif) no-repeat center center; background-size:40px; background-color:rgba(255,255,255,0.95);}
		#dati-utente.nobg {background:rgba(255,255,255,0.95);}
	div#procedi-preventivo {
	position: fixed;
	bottom: 40px;
	font-size: 19px;
	width: 300px;
	padding: 15px 20px;
	border: 1px solid black;
	z-index: -10000000;
	left: 50%;
	margin-left: -150px;
	text-align:center;
	opacity: 0;
	cursor:pointer;
	}
	div#procedi-preventivo:hover {text-decoration:underline;}
	div#procedi-preventivo.attivo {opacity:1; z-index:10000;}
	#dati-utente.attivo {
	opacity: 1;
	z-index: 9999;
	}
	
	
	
	
	
	
	div#header-commerciale-reseller {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1280px;
	margin:0 auto;
	}
	div#header-commerciale-reseller h1 {
	font-size: 19px;
	line-height:23px;
	font-weight: normal;
	}
	div#presentazione {
	width: 24%;
	float:left;
	}
	div#datipersonali {
	float: left;
	width: 32%;
	}
	.presentazione a {border-bottom:1px solid white;}
	.presentazione {line-height: 19px;
	display: block;
	margin-top: 20px;}
	span.smallfont {
	font-size: 12px;
	display: block;
	}
	div#spedizioneind {
	width: 44%;
	float: left;
	}
	div#primo-blocco {
	width: 50%;
	float: left;
	margin-top: 19px;
	line-height:19px;
	}
	div#secondo-blocco {
	width: 50%;
	float: left;
	margin-top: 19px;
	line-height: 19px;
	}
	.indirizzosped-container {
	line-height: 19px;
	margin-top: 35px;
	}
	div#inner-presentazione, div#inner-datipersonali {
	padding-right: 30px;
	border-right: 1px dotted black;
	border-image: url(../img/filetto-puntini-right.png) 0 19 round;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-image-width: 0px 1px 0px 0px;
	margin-right: 30px;
	min-height: 209px;
	}
	div#header-commerciale-reseller {
	
		border-bottom: 1px dotted black;
		border-image: url(../img/filetto-puntini.png) 142 0 round;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-image-width: 0px 0px 1px 0px;
	
	}
	div#spedizioneind {
	width: 44%;
	float: left;
	padding-right: 20px;
	border-right: 1px dotted black;
	border-image: url(../img/filetto-puntini-right.png) 0 19 round;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-image-width: 0px 1px 0px 0px;
	}
	.indirizzosped-container {
	line-height: 19px;
	margin-top: 35px;
	float: left;
	width: 190px;
	}
	div#inner-spedizioneind {
	width: 2000px;
	}
	div#sub-spedizioneind {overflow:auto;}
	#presentazione ,#datipersonali, #spedizioneind {min-height:210px;}
	.indirizzosped-container {
	line-height: 19px;
	margin-top: 35px;
	float: left;
	width: auto;
	padding-right: 10px;
	margin-right: 25px;
	min-width: 155px;
	}
	
	
	span#mod-ragionsoc {
	float: right;
	font-size: 12px;
	line-height:15px;
	margin-top:5px;
	border-bottom:1px solid transparent;
	}
	span#add-sped {
	font-size: 20px;
	float: right;
	margin-bottom: -20px;
	cursor: pointer;
	}
	.mod-star-sped {margin-right:5px; font-size:13px;}
	.mod-star-sped path {stroke:white; }
	.mod-star-sped {
	margin-right: 5px;
	font-size: 13px;
	display: block;
	border-bottom: 1px dotted white;
	margin-bottom: 10px;
	padding-bottom: 3px;
	}
	span.star {
	display: block;
	float: left;
	cursor:pointer;
	}
	span.mod-sped-single {
	display: block;
	float: right;
	border-bottom:1px solid transparent;
	cursor:pointer;
	line-height: 13px;
	margin-top: 3px;
	}
	.attiva .star circle {fill:black;}
	span.mod-sped-single:hover {border-bottom:1px solid white;}
	.star svg{ margin-right:5px; }
	.indirizzosped-container {
	line-height: 19px;
	margin-top: 15px;
	float: left;
	width: auto;
	padding-right: 10px;
	margin-right: 25px;
	min-width: 155px;
	padding-bottom: 15px;
	}

	div#sub-spedizioneind::-webkit-scrollbar { height:5px;}
	div#sub-spedizioneind::-webkit-scrollbar-track {background:rgba(0,0,0,0.2); height:5px;}
	div#sub-spedizioneind::-webkit-scrollbar-thumb { background:black;  height:5px;}
	
	#mod-ragionsoc,.header-ordine {cursor:pointer;}

	span#mod-ragionsoc:hover {border-bottom:1px solid white;}
	#mod-rag-sociale,#mod-sped,#add-top-sped, #mod-file {position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	height: 100%;
	opacity:0;
	background: rgba(255,255,255,0.96);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-0-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: -1;}
	#mod-rag-sociale.attiva,#mod-sped.attiva,#add-top-sped.attiva,#mod-file.attiva {z-index:10000; opacity:1;}
	#inner-mod-rag-sociale h1,#inner-mod-sped h1 ,#inner-add-sped h1,#inner-mod-file h1 {
	font-size: 60px;
	color: black;
	text-align: center;
	margin-top: 40px;
	margin-bottom:40px;
	font-weight: normal;
	}
	#inner-mod-rag-sociale,#inner-mod-sped,#inner-add-sped,#inner-add-file {max-width:70%; margin:0 auto;}
	.col1-field, .col2-field {
	width: 48%;
	padding-left:2%;
	float: left;
	color: black;
	font-size: 19px;
	}
	span.label {
	display: inline-block;
	width: 35%;
	margin-bottom: 20px;
	}
	#block-inner-mod-rag-sociale input,#block-inner-mod-sped input[type="text"],#block-inner-add-sped input[type="text"] {
	width: 50%;
	font-size: 19px;
	}
	div#invia-mod-rag,div#invia-mod-sped,div#invia-add-sped {
	display: block;
	font-size: 19px;
	border: 1px solid black;
	clear: both;
	text-align: center;
	margin-top: 40px;
	width: 130px;
	margin: 40px auto;
	padding: 10px 0;
	color: black;
	cursor:pointer;
	} 
	div#invia-mod-rag:hover,div#invia-mod-sped:hover {background:black; color:white;}

	#block-inner-mod-rag-sociale input {line-height:24px;}

	#add-top-sped select, #block-inner-mod-rag-sociale select,#mod-sped select,div#lista-referenti select {
		width: 50%;
		color: black;
		font-size: 13px;
		text-indent: 0;
		background: url(../img/select.png) no-repeat 95% center;
		background-size: 10px;
		/* margin-top: 30px; */
		border: none;
		border-bottom: 1px solid black;
		text-indent: 0;
	    padding: 3px 0;
		font-size: 19px;
		text-transform: none;
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		font-size: 19px;
		color: black;
		text-transform: none;
		border-radius: 0;
		margin-left: 0px;
		box-shadow: none !important;
		letter-spacing: 0px;
		text-align: center;
		/* text-indent: 14px; */
		/* margin-top: 2px; */
		display: inline-block;
		/* margin-bottom: 10px; */
		margin-left: -4px;
	
	}
	div#lista-referenti {
	float: left;
	margin-left:20px;
	}
	div#lista-referenti select {margin-left:0px; width:100%;}
	h1.titolo-end {
	font-size: 60px;
	color: black;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	font-weight: normal;
	}
	.titolo-end a {
	border-bottom: 3px solid black;
	padding-bottom: 0;
	display: inline;
	}
	div#closedatiut {
	position: fixed;
	right: 20px;
	bottom: 40px;
	font-size: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
	border-bottom: 1px solid black;
}
	div#closedatiut:hover {
	text-decoration: none;
	}
	#error-box {
	position: fixed;
	z-index: 100000;
	top: 200px;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	font-size: 19px;
	display: none;
	background: rgba(255,255,255,0.95);
	padding: 20px;
	border: 1px solid black;
	}
	#error-box-interno {
	width: 500px;
	margin: 0 auto;
	font-size: 19px;
	display: none;
	background: rgba(255,255,255,0.95);
	padding: 20px;
	border: 0px solid black;
	margin-bottom: 30px;
	color: 
	}
	
	#error-box.attivo {display:block;}
	#error-box-interno.attivo {display:block;}
	
	span#mod-ragionsoc.nonpresente {
	color: #dd3333;
	}
	div#close-error {
	float: right;
	cursor:pointer;
	font-size: 15px;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
	}
	#inner-error-box span {color:#dd3333;}
	h2.norole {
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	margin-left: 20%;
	width: 60%;
	margin-top: 50px;
	}
	.norole div#loginreg {display: block;
border: 1px solid black;
padding: 10px;
text-align: center;
width: 210px;
margin: 20px 0;
cursor: pointer;
font-size: 23px;
}

.tip {position: absolute;
right: 0;
width: 150px;
background: rgba(0,0,0,0.8);
color: white;
padding: 10px;
font-size: 13px;
line-height: 14px;}
.close-tip {
float: right;
cursor: pointer;
margin-top: -7px;
}
.inner-tip {
margin-top: 10px;
}
.tip.hiddentip {display:none;}
div#tip-dividi {
right: 10px;
top: 0px;
bottom: auto;
width: 100px;
}

.postid-8182 #split-make, .postid-5943 #split-make {display:none;}
.postid-8182 #scheda-prodotto ,.postid-5943 #scheda-prodotto {display:none;}
.postid-8182 div#step2, .postid-5943 div#step2 {
left: 0;
bottom: 0;
width: 100%;
opacity: 1;
min-height: 10px;
z-index: 900;
height: auto !important;
overflow: scroll;
position: relative;
padding-top: 50px;
padding-bottom: 30px;
}
.postid-8182 #tabella-qty-cost,.postid-5943 #tabella-qty-cost {
margin: 0 auto;
width: 64%;
margin-top: 0;
float: left;
margin-left: 30px;
height: auto;
padding-top: 0;
}
#panino h1 {
    text-align: center;   position: relative;   z-index: 2;   
    margin-top: -9px;   
    margin-bottom: -5px;
}

.panino-bot {
    float: left;
    width: 33%;
}

.panino-bot.panino1 {
    width: 40%;
}

.panino-bot.panino2 {
    width: 20%;
}

.panino-bot.panino3 {
    width: 40%;
}
.postid-8182 div#tip-dividi, .postid-5943 div#tip-dividi {display:none;}
.postid-8182 #quantita-conferma, .postid-5943 #quantita-conferma {
position: absolute;
right: 10%;
top: calc(100vh + 460px);
top: -webkit-calc(100vh + 460px);
top: -moz-calc(100vh + 460px);
top: -o-calc(100vh + 460px);
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
right: auto !important;
width: 20%;
height: auto;
padding: 0;
top: auto !important;
bottom: 140px !important;
}

#cat-text-tabella {
					position: absolute;
					right: 10%;
					top: calc(100vh + 450px);
					top: -webkit-calc(100vh + 450px);
					top: -moz-calc(100vh + 450px);
					top: -o-calc(100vh + 450px);
          left: 70%;
					right: auto !important;
					width: 20%;
					height: auto;
					padding: 0;
					top: auto !important;
					bottom: 210px !important;
}

.postid-8182 div#configura.configura,.postid-5943 div#configura.configura {opacity:1;}
.postid-8182 div#configura,.postid-5943 div#configura {
position: absolute;
right: 10%;
width: 25%;
top: -o-calc(100vh + 545px);
top: -moz-calc(100vh + 545px);
top: -webkit-calc(100vh + 545px);
top: calc(100vh + 545px);
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
right: auto !important;
border: 1px solid black;
width: auto;
height: auto;
padding: 0;
top: auto !important;
bottom: 60px !important;
left: 70%;
}
.postid-8182 #step1,.postid-5943 #step1 {
position: relative;
overflow: hidden;
}
.postid-8182 img#immagine-iniziale,.postid-5943 img#immagine-iniziale {
width: 100%;
left: 0;
position: absolute;
margin-left: 0;
top: 0;
}
.postid-8182 .tabella-costi,.postid-5943 .tabella-costi 
{
	display:none;
}
.postid-8182 .tabella-costi.attivo,.postid-5943 .tabella-costi.attivo {display:block;}
.postid-8182 #goconfig,.postid-5943 #goconfig {display:none !important;}
div#header-idea {
text-align: center;
margin-top: 55px;
margin-bottom: 5px;
}
span.idea-head {
font-size: 19px;
margin: 0 10px;
cursor: pointer;
padding:5px;
border:1px solid transparent;
}
span.idea-head.attivo {border:1px solid black;}
span.idea-head:hover {border:1px solid black;}
.blocco-idea {
font-size: 19px;
line-height: 24px;
}
.codice-idea {
font-size: 15px;
}
.descrizione-idea {
font-size: 17px;
line-height: 22px;
width: 330px;
margin-top: 10px;
}
.blocco-idea {
font-size: 19px;
line-height: 24px;
height: 70vh;
padding: 30px;
}
.conf-idea {
position: absolute;
bottom: 20px;
cursor:pointer;
left: 50%;
margin-left: -75px;
width: 150px;
display: block;
border: 1px solid black;
text-align: center;
padding: 7px;
z-index: 1000000;
}
span.prezzosezioneh2 {
float: right;
margin-right: 9px;
opacity: 1;
}
body .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 0;
margin-top: 0;
outline: 0;
width: 30%;
height: 100%;
text-indent: -9999px;
z-index: 10;
cursor: pointer;
}
.conf-idea:hover {text-decoration:underline;}
.single .bx-wrapper {
margin-top: 60px;
}
span.chiudi.chiudisel:hover {text-decoration:underline;}
span.chiudi.chiudisel {
margin-top: 62px;
padding: 7px;
font-size: 15px;
border: 1px solid black;
margin-right: 20px;
}
.configurazione[data-id="conf1"]:hover .eliminaconf {display:none;}
.configurazione:hover .eliminaconf {display:block;}
.configurazione:hover .attivoconf {display:none;}
.eliminaconf {display: none;
position: absolute;
bottom: -26px;
left: 19px;
width: 20px;
height: auto;
cursor: pointer;}
#step2 {display:none;}
img#cat-img-tabella {
width: 350px;
position: absolute;
/*pado*/
left: 65%;
/*left: 70%;*/
top: 150px;
}
div#inner-multi-conf-prospetto {
max-width: 1400px;
padding-left: 30px;
padding-right: 30px;
margin: 20px auto;
}
.conf-multiconf {
    float: left;
    width: 20%;
    margin-right: 0;
    padding-right: 0%;
    border-right: none;
    border-left: none;
    border-top: none;
    margin-top: 40px;
    border-right: none;
}

.row-multi div {
    display: inline-block;
    width: 31.7%;
    padding: 10px 0;
    border-right: none;
    padding-left: 3%;
    margin-left: 0.4%;
}

.row-multi {
    border-bottom: 1px dotted black;
    border-right: 1px dotted black;
}

.row-multi div:first-of-type {
    width: 60%;
}

.conf-multiconf:last-of-type {
    margin-right: 0;
}
.scheda-testo {
    width: 35%;
    float: none;
    padding-left: 60%;
    position: absolute;
    z-index: 10;
    top: 0;
    margin-top: 160px;
	min-height:100vh;
}
div#scheda-prodotto.fissata {
position: fixed;
bottom: 0;
left: 0;
top: auto;
}
#comm-header {display:none !important;}
div#scheda-prodotto {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    min-height: 631px;
}
div#contenitore-scroll-fix {
    position: relative;
	padding-bottom:0px;
}
div#scheda-prodotto.fissatasotto {
position: absolute;
bottom: 0;
top: auto;
}
div#panino {
position: absolute;
top: 0;
right: 0;
width: 100%;
display:block;
background: white;
z-index: 1000000;
}
.row-multi div:nth-child(2n) {
    display: none;
}

.conf-multiconf:last-of-type {
    border-right: none;
}
div#multi-conf-prospetto {
padding-bottom: 50px;
}
.header-row-multi {
background: black;
color: white;
text-align: center;
padding: 10px;
font-size: 19px;
text-transform: uppercase;
}
.lettera {
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 50%;
    font-size: 29px;
    line-height: 48px;
    margin: 0px auto 20px auto;
}
.tot-conf-multi {
margin-top: 20px;
border-top: 2px solid black;
padding-top: 14px;
text-align: right;
}
.conf-multiconf:first-of-type .row-multi {
    border-left: 1px dotted black;
}
.row-multi:nth-child(2n) {
background: #eee;
}
.inner-multu-richiesta {
    display: inline-block;
    margin: 40px auto;
    font-size: 19px;
    border: 1px solid black;
    padding: 14px;
    cursor: pointer;
}

div#continua-richiesta-multi {
    text-align: center;
}

.inner-multu-richiesta:hover {
    text-decoration: underline;
}
.panino-top {
    /* height: 88px; */
    height: 0px;
    border-bottom: 1px solid black;
}

.panino-bot {
    height: 55px;
    background: #f7f6f1;
}

span.dettagli-titolo {
    display: block;
    text-align: center;
    padding-top: 25px;
}

.panino-bot h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-top: 27px;
}
.var-dettagli span.titolo-variante {
height: 60px;
display: block;
}
#image-idea {display:none;}

.postid-3085 #svg_retro, .postid-3085 img#svg-image-retro,.postid-3085 #svg-image-retro-temp {left:0;}
span.title-dettagli {
    display: inline-block;
    border-bottom: 1px solid black;
    line-height: 17px;
}

.dettagli-second p {
    margin-bottom: 16px;
}
#title-usb h1 {opacity:0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
#title-usb h1 #sottotitolo_configuratore {
	opacity:0;
		/*-webkit-transition: opacity 0.8s;
		-moz-transition: opacity 0.8s;
		-o-transition: opacity 0.8s;
		-ms-transition: opacity 0.8s;
		transition: opacity 0.8s;*/
}

#title-usb.visibileh1 h1 {opacity:1; }
/*#title-usb.visibileh12 h1 #sottotitolo_configuratore{opacity:1; }*/
img#svg-image-retro {
    /* z-index: 5; */
}

img#svg-image {
    z-index: -4;
}

img#svg-image-retro {
    z-index: -2;
}

.capacita .variante {
    position: relative;
}

.capacita span.singolo-titolo {
    position: absolute;
    top: 25px;
    width: 100%;
    left: 0px;
    color: white;
    height: auto;
    font-size: 13px;
}

.capacita span.prezzo-variante {
    margin-top: 13px;
}


.big-size.section4.section {
    position: fixed;
    top: 60px !important;
    margin-top: 0 !important;
    width: 100%;
	right: 0 !important;
    left: auto !important;
    z-index: 10000000 !important;
    height: 100% !important;
	  background: rgba(255,255,255,0.95);
	  overflow:auto;
}
.big-size .chiudi {display:none !important;}
.big-size .color-pantone {
    width: 20%;
    float: left;
    padding: 0 !important;
    height: 70px !important;
}
.big-size .pantoni {background:none;}
.big-size .color-single-pantone {
    margin-right: 20px !important;
    margin-top: 5px !important;
    border-radius: 11px !important;
    width: 50% !important;
    height: 60px !important;
}
.big-size .pantoni {height:100% !important;}
img.griglia-pantoni {
  float: right;
  width: 27px;
  cursor:pointer;
}
.big-size .select-pantone {
  margin-top: 40px;
}
input.filter-panton {
  width: 70%;
}
span.chiudi {
  float: right;
  margin-top: -10px;
  display: block;
  text-align: center;
  margin-right: 7px;
}
.big-size .select-pantone-doppio .pantoni {
  height: 90vh !important;
  overflow: scroll;
}
.big-size .select-pantone-doppio .pant1 {
  margin-right: 10%;
  margin-top: 25px;
}
.big-size .select-pantone-doppio {
  margin-top: 30px;
}
.big-size .select-pantone-doppio .color-pantone {
  width: 30%;
  float: left;
  padding: 0 !important;
  height: 70px !important;
}
div#reset-colors span{
  display: inline-block;
  padding: 7px;
  border: 1px solid black;
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
}
div#reset-colors.visibile span{
	display: inline-block;
}
div#section3-inner,
div.section4 {
  overflow: auto;
}
.varianti .variante:last-of-type {
  margin-bottom: 150px;
}
@media all and (min-width: 1900px){
	span.cell {font-size:19px;}
	img#cat-img-tabella {
	  width: 30%;
	  position: absolute;
	  left: 65%;
	  top: 210px;
	}
	div#configura {top:460px !important;}
	#quantita-conferma {top:460px !important;}
}
div#tip-dividi {
  background: #f1f1f1;
  color: black;
  border: 1px solid black;
}
.errori {
    position: absolute;
    top: -100px;
    height: 150px;
    width: 100%;
    background: #f0f0f0;
    border: 1px solid black !important;
	display:none;
	z-index:1000000;
}

.configurazione div.error {
    height: auto;
    padding: 0;
    border-radius: 50%;
    background: #da291b;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    color: white;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
}

.configurazione div.inner-errori {
    padding: 0;
}
.line-error {
    position: absolute;
    left: 30px;
    top: 10px;
}

.point-error {
    border-radius: 50%;
    background: #da291b;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.text-error {
    position: fixed;
	text-indent:0 !important;
    width: 120px;
    left: 20px;
    z-index: 1000000;
    background: #f0f0f0;
    padding: 8px;
    border: 1px solid #da291b;
    display: none;
}
.inner-errori:hover .text-error {
    display: block;
}
.point-error:hover + .text-error {
    display: block;
}
#colored-right ul li {overflow:visible;}
#step3 .section2 h2.sezioneh2 {position:relative;}
h2 .point-error {
  border-radius: 50%;
  background: #da291b;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-indent: 0;
  text-align: center;
  color: white;
  line-height: 19px;
}
h2 .line-error {
  position: absolute;
  left: 4px;
  top: 17px;
}
.eliminaconf {z-index:100000;}
.configurazione {margin-bottom:20px;}

.postid-5943 img#cat-img-tabella, .postid-8182 img#cat-img-tabella {
  width: 40%;
  position: absolute;
  left: auto;
  top: 190px;
  right: 20px;
}
#header-table-multi span.cell:hover,#header-table span.cell:hover, .row-cell span.cell:first-of-type, #header-table-mod span.cell:hover{background:none; color:black !important;}


.errori {
  position: absolute;
  top: -26px;
  height: 150px;
  width: 100%;
  background: none;
  border: none !important;
  display: none;
  z-index: 1000000;
  color: #da291b;
  right: -18px;
}

div.section4.section.big-size .pant1 #samplepantone {margin-left:0;}
div.section4.section.big-size .pant2 #samplepantone {margin-left:0;}
div.section4.section.big-size .pant2 input.filter-panton {
  left: 50%;
  margin-left: 120px;
}
.pant1 #pantoniup span {display:none;}
.pant2 #pantoniup span {display:none;}
.pant2 {
  margin-top: 25px;
}
	.pant2 #closepantone {display:none !important;}
	
	
	
	div.section4.section.big-size #closepantone {
	  color: black;
	  cursor: pointer;
	  font-size: 39px;
	  position: fixed;
	  right: 20px;
	  top: 70px;
	  display: block;
	  z-index: 10000000;
	}
	
	.postid-8182 #step1, .postid-5943 #step1 {height:auto;}
	.postid-8182.single .bx-wrapper, .postid-5943.single .bx-wrapper {
	  margin-top: 2px;
	}
	.postid-8182 img#immagine-iniziale, .postid-5943 img#immagine-iniziale {
	  width: 100%;
	  left: 0;
	  position: relative;
	  margin-left: 0;
	  top: 0;
	}
	
	body .bx-wrapper .bx-controls-direction a.bx-prev {
		background:url(../img/left.png) no-repeat center center;
		left: 30px;
	}
	body .bx-wrapper .bx-controls-direction a.bx-next {
		background:url(../img/right.png) no-repeat center center;	
		right:30px;
	}
	body .bx-wrapper .bx-controls-direction a {
	  position: absolute;
	  top: 50%;
	  margin-top: 0;
	  outline: 0;
	  width: 60px;
	  height: 40px;
	  text-indent: -9999px;
	  z-index: 10;
	  cursor: pointer;
	  margin-top: -20px;
	}
	.qtyminallert {
	  position: absolute;
	  top: 2px;
	  color: #da291b;
	  font-size: 19px;
	  left: 50%;
	  width: 55px;
	  margin-left: -32px;
	  border: 1px solid #da291b;
	  border-radius: 50%;
	  height: 49px;
	  line-height: 20px;
	  padding-top: 11px;
	  padding-left: 4px;
	  padding-right: 3px;
	}
	.variante img {
	  border-radius: 0;
	  box-shadow: none;
	  background: none;
	  margin-bottom: 5px;
	  width: 50px;
	}
	.move-variant-opaco .section4 > * {opacity:0.2;}
	.move-variant-opaco .section4 span.chiudi {opacity:1;}
	.move-variant-opaco .section4 span.chiudisel {opacity:0.2;}
	span.chiudi {
	  float: right;
	  margin-top: -10px;
	  display: block;
	  text-align: center;
	  margin-right: 10px;
	  z-index: 10000;
	  width: auto;
	  position: absolute;
	  right: 0;
	}
	.inner-errori {
	  position: relative;
	}
	.configurazione[data-id="conf4"] .inner-errori:hover .text-error {left:-72px;}
	.inner-errori:hover .text-error {
	  display: block;
	  left: -32px;
	  line-height:16.5px;
	  position: absolute;
	  text-align: left;
	  padding: 7px;
	  border: 1px solid #da291b !important;
	  font-size: 15px !important;
	  height: auto;
	  z-index: 10000000;
	  color: black;
	  top:22px;
	}
	#tabella-qty-cost-multi span.cell {line-height:3px;}
	#multi-spiegazione {float:left; width:36%;}
	#multi-spiegazione-inner {margin-left:50px; margin-right:50px; font-size:22px; line-height:28px; margin-top:80px;}
	#multi-spiegazione-inner p.sottotitolo{font-size:34px; line-height:42px; margin-bottom: 20px;}
	
	.row-cell span.cell:first-of-type {padding-right:10px; text-align:right;}
	@-moz-document url-prefix() {
    .row-cell span.cell:first-of-type {padding-right:20px; text-align:right;}
	}
	#header-table-mod span.cell:first-of-type, #header-table span.cell:first-of-type, #header-table-multi span.cell:first-of-type {min-width:135px;}
	#container[data-tipo="pwb"] .capacita span.singolo-titolo {
	  position: relative;
	  top: 0;
	  width: auto;
	  left: 0;
	  color: black;
	  height: auto;
	  font-size: 13px;
	}
	

	li.addaccparent {
	    padding: 0 !important;
	}

	li.addaccparent span {
	    padding: 7px 10px 7px 60px;
	    display: block;
	}
	.imgvar img {
	  width: 100%;
	  height: auto;
	  margin: 0 auto 10px auto;
	  display: block;
	  max-width: 400px;
	}
	div#end-preventivo {
	  font-size: 19px;
	  border: 1px solid black;
	  padding: 8px 25px;
	  cursor: pointer;
	  z-index: 100000;
	  width: 80px;
	  float: none;
	  margin-top: 20px;
	  margin-right: 20px;
	  /*margin-bottom: 0;*/
	  position: fixed;
	  bottom: 42px;
	  left: auto !important;
	  -webkit-transition: left 0.3s;
	  -moz-transition: left 0.3s;
	  -ms-transition: left 0.3s;
	  -0-transition: left 0.3s;
	  transition: left 0.3s;
	  
	  -webkit-transition-delay: 0.1s;
	   -moz-transition-delay: 0.1s;
	    -ms-transition-delay: 0.1s;
		 -o-transition-delay: 0.1s;
	  transition-delay: 0.1s;
	  background:black;
	  color: white;
	  right: 0px;
}
	.move-variant div#end-preventivo {
	  left: 74%;
	}
	.box-info {
	    display: inline-block;
	    position: relative;
	}

	.info-text {
	    display: none;
	    position: absolute;
	    left: 0;
	}

	.titolo-info {
	    border-bottom: 1px solid black;
	    margin-bottom: 10px;
	    display: inline;
	}

	.text-info {
	    margin-top: 10px;
	}

	.box-info:hover .info-text {
	    display: block;
	}

	.info-text {
	  background-color: #f0f0f0;
	  z-index: 1000;
	  width: 290px;
	  padding: 8px;
	  border: 1px solid black;
	}
	.text-info p {
	    margin-bottom: 0 !important;
	}
	.box-info {border-bottom:1px solid transparent;}
	.box-info:hover { cursor:pointer; border-bottom:1px solid black;}
	.info-container {
	  margin-bottom: 16px;
	}
	.info-text {
	  display: none;
	  position: absolute;
	  bottom: 25px;
	  left: -140px;
	}
	div#dati-utente.attivo.nobg h2 {
	    color: #65b14f;
	    border-bottom: 1px solid #65b14f;
	    padding-bottom: 20px;
	}

	div#dati-utente.attivo.nobg h2 {
	    max-width: 600px;
	    margin-top:20px;
	}

	 .text-congrat {
	    font-size: 24px;
	    line-height: 34px;
	    padding-left: 80px;
	    padding-right: 80px;
	    margin-top: 20px;
	    border-bottom: 1px solid #65b14f;
	    padding-bottom: 20px;
	    margin-bottom: 10px;
	    color: #65b14f;
	}

	 a.link-area {
	    font-size: 24px;
	    border-bottom: none;
	    border: none;
	    padding: 0px 70px;
	    color: white;
	    background-color: #65b14f;
	}
	div#dati-utente.attivo.nobg h2 {
	  max-width: 600px;
	  margin-top: 20px;
	  margin: 20px auto;
	  text-align: center;
	  font-size: 55px;
	}
	span.text-congrat {
	    display: block;
	    max-width: 450px;
	    margin: 10px auto;
	    text-align: center;
	    margin-bottom: 20px;
	}
	a.link-area {
	    display: block;
	    width: 310px;
	    text-align: center;
	    padding: 5px 20px !important;
	    margin: 40px auto;
	}
	
	div#invia-mod-rag {margin-bottom:100px;}
	div#mod-rag-sociale.attiva {height:100vh; overflow-y:auto;}
	div#spedizione-val {
	    position: fixed;   
	    bottom: 39px;   left: 0% !important;   background: rgba(255,255,255,0.95);   padding: 0;
	}

	div#spedizione-inner {
	    padding-bottom: 9px;   border-top: 1px solid black;   margin-left: 10px;   margin-right: 8px;   padding-top: 13px;
	}

	span.totsped {
	    float: right;
	}
	div#coupon {
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: 39px;
	    border-top: 1px solid black;
	    z-index: 10000;
	    background-color: rgba(255,255,255,0.9);
	    left: 28%;
	}


	input#codice_coupon {
	    border-bottom: 1px solid black;
	    margin-top: 0px;
	    padding: 2px;
	    font-size: 19px;
	}
	span.label-coupon {
	  font-size: 19px;
	  margin-left: 20px;
	}
	
	
	
	
	
	
	@-moz-keyframes spinner-loader {
	  0% {
	    -moz-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -moz-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	@-webkit-keyframes spinner-loader {
	  0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	@keyframes spinner-loader {
	  0% {
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	/* :not(:required) hides this rule from IE9 and below */
	.spinner-loader:not(:required) {
	  -moz-animation: spinner-loader 1500ms infinite linear;
	  -webkit-animation: spinner-loader 1500ms infinite linear;
	  animation: spinner-loader 1500ms infinite linear;
	  -moz-border-radius: 0.5em;
	  -webkit-border-radius: 0.5em;
	  border-radius: 0.5em;
	  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
	  display: inline-block;
	  font-size: 10px;
	  width: 1em;
	  height: 1em;
	  margin: 1.5em;
	  overflow: hidden;
	  text-indent: 100%;
	}
	span.label-coupon.spinner-loader {
	  margin-top: 0px;
	  display: inline-block;
	  margin-left: 20px;
	  padding-top: 0px;
	  line-height: 40px;
	  /* float: left; */
	  width: 10px;
	  height: 10px;
	  margin: 0 !important;
	  margin-left: 30px !important;
	}