.carrello{
	width: 100%;
    height: 100%;
	position: fixed;
	left:-100%;
	z-index: 21;
	overflow:auto;
	background-color:rgba(0,0,0,0.9);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
.homepage{
	width: 100%;
    height: 100%;
	position: absolute;
	right:0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.homepage .pag0{
	width: 100%;
	min-height: 800px;
    height: 100%;
    background-image:url('../img/homepage/wall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
.homepage .menuHP{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	color:#000;
	height:180px;
	z-index:20;
	font-size:14px;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.menuHP .menuGrig{
	background-color: rgba(0, 0, 0, 0.7);
	width:100%;
	height:36px;
	}
.menuHP .menuNero{
	background-color:rgb(0,0,0);
	width:100%;
	height:calc(50% - 18px);
	box-sizing: border-box;
	border-top: 3px solid #706f6d;
	}
.menuHP .menuBian{
	background-color: rgba(255, 255, 255, 0.9);
	width:100%;
	height:calc(50% - 18px);
	box-sizing: border-box;
	border-bottom: 1px solid #706f6d;
	}
.menuHP .menuLogo{
	width:100%;
	height:calc(100% - 36px);
	display:inline-block;
	margin:0;
	position:absolute;
	top:0px;
	left:0px;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center 34%;
	background-image:url('../img/loghi/logo.png');
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.menuGrig ul{
	width:100%;
	min-width: 900px;
	height: 100%;
	text-align:center;
	}
.menuGrig ul::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.menuGrig li{
	display:inline-block;
	margin-right:20px;
	vertical-align: middle;
	overflow:hidden;
	-webkit-transition: all 800ms ;
	-moz-transition: all 800ms ;
	-ms-transition: all 800ms ;
	-o-transition: all 800ms ;
	transition: all 800ms ;
	}
.menuGrig li:hover{
	overflow:visible;
	}
.menuGrig li ul {
	position:absolute;
	z-index:1;
	bottom: 0px;
	left:0px;
	width: 100%;
	min-width: initial;
	text-align: left;
	opacity: 0;
	height: auto;
	background-color: rgba(255,255,255,0.9);
	padding: 20px 50px 20px;
	transform: translateY(100%) scaleY(0);
	transition: opacity,transform 500ms ease-out;
	}
.menuGrig li ul:empty{
	display:none;
	}
.menuGrig li ul:before{
	content: initial;
	vertical-align: middle;
	display: block;
	height: auto;
	}
.menuGrig li:hover ul {
	transition: 0s;
	transform: translateY(100%) scaleY(1);
	opacity: 1;
	z-index:2;
	}
.menuGrig li ul .divBckgMenu{
	color:#444;
	}
@media screen and (max-width: 800px) {
	.menuGrig .menu[data-state='off'] li:hover ul {
		display:none;
		}
	.menuGrig li ul {
		position:relative;
		width: auto;
		min-width: initial;
		height: auto;
		text-align: left;
		opacity: 1;
		background: transparent;
		display: inline-block;
		width: 60%;
		text-align: left;
		padding: 10px 10px 0px;
		font-size:14px;
		transform: scale(1);
		-webkit-transition: opacity 200ms ease-in-out;
		-moz-transition: opacity 200ms ease-in-out;
		-ms-transition: opacity 200ms ease-in-out;
		-o-transition: opacity 200ms ease-in-out;
		transition: opacity 200ms ease-in-out;
		}
	.menuGrig li:hover ul {
		padding: 10px 10px 0px;
		transform: scale(1);
		}
	.homepage li ul .divTextCont {
		font-size: 16px;
		}
	.menuGrig ul.menu li ul li{
		padding: 10px 0px 0px;
		margin-left: 20px;
		}
	.menuGrig li ul .divBckgMenu{
		color:#fff;
		}
	}
.menuGrig li ul li{
	display: block;
	margin-bottom:2px;
	margin-right:0px;
	}
.divCookie{	
	background-color:#fff;
	color:#222;
	font-size:11px;
	text-align:left;
	padding:5px;
	position:fixed;
	left:0px;
	bottom:0px;
	box-sizing:border-box;
	width:100%;
	z-index:9999;
	}
.divInsiCook{
	margin:3px;
	color:#00f;
	font-size:14px;
	line-height:14px;
	cursor:pointer;
	}
@media screen and (max-width: 800px) {
	.divInsiCook{	
		font-size:28px;
		line-height:28px;
		}
	}
.divInteContProd{	
	color: #0766be;
	padding: 10px 10px;	
	}
@media screen and (max-width: 800px) {
	.divInteContProd{	
		padding: 10px 10px 10px 50px;	
		}
	}
.imgLava{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width:200px;
	height:100px;
	}
.homepage li.dontShowLi{
	position: fixed;
	bottom: -100px;
	opacity: 0;
	}
.homepage .divBckgMenu{
	 display:inline-block;
	 color:#fff;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
	}	
.homepage .divTextCont{
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
	text-transform: uppercase;
	box-sizing: border-box;
	}
.homepage .divTextCont.icon{
	font-size: 30px;
	line-height: 30px;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/logo.png');
	background-position:center;
	background-size:contain;
	background-color:#fff;
	background-repeat:no-repeat;
	min-height: 100px;
	width: 100px;
	display: inline-block;
	}	

.homepage .pagCont{
	height:100%;
	left:0px;
	width:100%;
	position:absolute;
	}
.nt_moduloFade{
	height:100%;
	width:100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	}
.nt_moduloFade .nt_subDiv{	
	position:absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	opacity:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform: scale(1.0);
	filter: blur(0px);
	-webkit-transition: -webkit-filter 1s ease, opacity 1s ease, -webkit-transform 7s linear, background 7s linear;
	-moz-transition: -moz-filter 1s ease, opacity 1s ease, -moz-transform 7s linear, background 7s linear;
	-ms-transition: -ms-filter 1s ease, opacity 1s ease, -ms-transform 7s linear, background 7s linear;
	-o-transition: -o-filter 1s ease, opacity 1s ease, -o-transform 7s linear, background 7s linear;
	transition: filter 1s ease, opacity 1s ease, transform 7s linear, background 7s linear;
	}

.contLoghi{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contLoghi::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contLoghi.moveL{
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	background-position: center center;
	}
.contLoghi.moveL:hover{
	background-position: 100% center;
	}

.loghi{
	background-color:rgba(255,255,255,0.8);
	display:inline-block;
	vertical-align:middle;
	height: 200px;
	min-height: 200px;
	width:140px;
	border-radius:3px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center center;
	}
.homepage .pag2{
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	box-sizing: border-box;
	text-align: center;
	}
.homepage .fullPage{
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	}	
.contButton{
	width: 100%;
	text-align:center;
	height:50px;
	position:absolute;
	left:0px;
	bottom:0px;		
	}
a.butBordo{	
	background-color:#cc353d;
	padding:10px;
	border-radius:3px;
	color:#fff;
	font-size: 13px;
	display: inline-block;
	}
.homepage .contSlogan{
	width: 100%;
    z-index: 1;
    text-align: center;
    max-height:110px;
	}
.homepage .contSlogan::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contSlogan .slogan{
	margin:0;
	text-transform: uppercase;
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	font-weight:600;
	padding:40px 0px;
	color:#000;
	}	 
	
.homepage .pag1{
	width: 100%;
    z-index: 1;
    text-align: center;
	}
a.contProdotto{
	height: 450px;
	width: 25%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
div.contContProdotto{
	height: 450px;
	width: 25%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
div.contContProdotto a.contProdotto{
	height: 100%px;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.contProdotto .contImagesP{
	height:calc(100% - 120px);
	display: block;
	position: relative;
	}	
.contProdotto .frontImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity:1;
	}
.contProdotto .move{
	-webkit-transition: all 1.3s ease-in;
	-moz-transition: all 1.3s ease-in;
	-ms-transition: all 1.3s ease-in;
	-o-transition: all 1.3s ease-in;
	transition: all 1.3s ease-in;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
	}
.contProdotto:hover .move{
	opacity:0;
	}
.contProdotto .backImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.3s ease-in;
	-moz-transition: all 1.3s ease-in;
	-ms-transition: all 1.3s ease-in;
	-o-transition: all 1.3s ease-in;
	transition: all 1.3s ease-in;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity:0;
	}
.contProdotto:hover .backImage{
	opacity:1;
	}
.contProdotto .desc{
	background-color:#eee;
	height:120px;
	overflow:auto;
	}
.contProdotto .titolo{
	margin:0;
	display:block;
	text-transform: uppercase;
	padding: 10px 10px 0px;
	color:#000;
	font-size:20px; 
	}
.contProdotto .codice{
	margin:0;
	display:block;
	text-transform: uppercase;
	padding: 0px 10px 5px;
	color: #aaa;
	font-size: 11px;
	line-height: 11px;
	font-style:italic;
	}
.contProdotto .tags{
	color:#444;
	font-size:14px; 
	font-style:italic;
	}
.contProdotto .prezzo{
	color:#000;
	font-size:16px; 
	padding: 0px 10px 5px;
	}
.contProdotto .prezzo b{
	color:#cc353d;
	font-size: 20px;
	line-height:20px;
	}
.contProdotto .contQuan{} 
.contProdotto .meno{
	display:inline-block;
	width:40px;
	}
.contProdotto .quan{
	display:inline-block;
	width:40px;
	}
.contProdotto .piu{
	display:inline-block;
	width:40px;
	}
.contProdotto .descComb{
	font-size:10px;
	}
.contProdotto .contTags{
	max-height:40px;
	overflow:hidden;
	}	
.homepage .pag3{
	width: 100%;
    z-index: 1;
    position:relative;
    font-size:12px;
	text-align: center;
	}
.pag3 .icon{
	font-size:50px;
	padding:30px 20px;
	display: inline-block;
	width:80px;
	text-align: center;
	color:#ccc;
	cursor:pointer;
	}
.pag3 .linea{
	margin-top: 5px;
	width:100%;
	min-height:3px;
	background-color: #aaa; /* Old browsers */
	}
.pag3 .made{
	border-top: 1px solid #aaa;
	text-align:center;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding:14px;
	}
.pag3 .italia{
	width:40px;
	min-height:14px;
	display:inline-block;
	margin-left:20px;
	vertical-align: top;
	background: rgb(24,158,73); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(24,158,73,1) 0%, rgba(24,158,73,1) 32%, rgba(24,158,73,1) 32%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 65%, rgba(195,50,38,1) 66%, rgba(195,50,38,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(24,158,73,1) 0%,rgba(24,158,73,1) 32%,rgba(24,158,73,1) 32%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 65%,rgba(195,50,38,1) 66%,rgba(195,50,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
.pag3 a{
	font-size:12px;
	}
.pag3 .versione{
	cursor:pointer;
	}
.subPage .versioneDesc{
	margin-bottom:30px;
	}

.cambiaPassword{
	margin: 20px;
	cursor: pointer;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 12px;
	text-align: left;
	color: #000;
	}
.homepage .pag4{
	width: 100%;
	height:100%;
    z-index: 1;
    text-align: center;
	}
.pag4 .contCategoria{
	width:400px
	}
.contCategoria{
	margin-top:180px;
	height: calc(100% - 180px);
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contCategoria.mt0{
	margin-top:0px;
	height: 100%;
	}
.contCategoria .buttonMenuOC{
	position:absolute;
	right:-30px;
	width:30px;
	top:40px;
	height:40px;
    padding-top: 9px;
	text-align:center;
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	}
.contCategoria .buttonMenuOC div{
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
	}
.contCategoria a.conFigli{
	border-left:3px solid #666;
	padding-left:7px;
	}
.contCategoria ul{
	box-sizing: border-box;
	display:block;
	background-color: #555;
	overflow:hidden;
	height:auto;
	}
	
.contCategoria ul li ul a.conFigli{
	border-left:3px solid #777;
	padding-left:7px;
	}
.contCategoria li ul{
	padding-left:10px;
	background-color: #666;
	}

.contCategoria ul li ul li ul a.conFigli{
	border-left:3px solid #888;
	padding-left:7px;
	}
.contCategoria li ul li ul{
	background-color: #777;
	}
.contCategoria li{
	display:block;
	border-top:1px solid #ccc;
	}
.contCategoria li ul li{
	border-top:0;
	}
.contCategoria a{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	padding:10px 0px 10px 10px;
	box-sizing: border-box;
	position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contCategoria ul li ul a{
	padding:6px 0px 6px 10px;
	font-size:11px;
	}
.contCategoria ul li ul li ul a{
	padding:3px 0px 3px 10px;
	font-size:10px;
	}

.contCategoria a:hover{
	color:#cc353d;
	}
.contCategoria span.checked{	
	font-size:25px;
	margin-left:10px;	
	}
.contCategoria span.checked::before{
	line-height:12px !important;
	position: absolute;
	}
.contCategoria li[data-checked="no"] ul{
	height:0px;
	}
.contCategoria li[data-checked="no"] span.checked{
	display:none;
	}
.contCategoria .shopBag{
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 80px 10px 10px 10px;
	text-align:center;
	}
.pag4 .contCategoria .shopBag{
	padding-top:30px;
	}
.pag4 .contCategoria .numShopBag{
	min-height:initial;
	}
.contCategoria .numShopBag{
	color: #aaa;
	font-size: 12px;
	min-height: 90px;
	line-height: 17px;
	padding: 10px;
	}
.contCategoria .subTot{
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 10px;
	}
.contCategoria .price{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.contCategoria a.checkOut,
.contRiepilogo a.checkOut{
	margin-left:10px;
	display: block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 10px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
.contCategoria .info{
	font-size:11px;
	padding:5px;
	margin: 10px;
	box-sizing: border-box;
	background-color: #555;
	line-height:18px;
	color:#fff;
	cursor:default;
	max-height:100px;
	overflow:auto;
	}
	
	
.carrello .contCategoria{
	position: relative;
	margin-top:180px;
	height: calc(100% - 180px);
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}	
.carrello .contCategoria.mt0{
	margin-top:0px;
	height: 100%;
	}
.carrello .contCategoria a:hover{
	color:#cc353d;
	}
.carrello .contCategoria span.checked{	
	font-size:25px;
	margin-left:10px;	
	}
.carrello .contCategoria span.checked::before{
	line-height:12px !important;
	position: absolute;
	}
.carrello .contCategoria li[data-checked="no"] ul{
	height:0px;
	}
.carrello .contCategoria .shopBag{
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 80px 10px 10px 10px;
	text-align:center;
	}
.carrello .contCategoria .numShopBag{
	color: #aaa;
	font-size: 12px;
	min-height: 90px;
	line-height: 17px;
	padding: 10px;
	}
.carrello .contCategoria .subTot{
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 10px;
	}
.carrello .contCategoria .price{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.carrello .contCategoria a.checkOut,
.carrello .contRiepilogo a.checkOut{
	margin-left:10px;
	display: block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 10px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
.contCard .info{
	font-size:11px;
	padding:5px;
	margin: 10px;
	box-sizing: border-box;
	line-height:18px;
	cursor:default;
	max-height:100px;
	overflow:auto;
	text-align:left;
	}
.carrello .contCategoria .info{
	font-size:11px;
	padding:5px;
	margin: 10px;
	box-sizing: border-box;
	background-color: #555;
	line-height:18px;
	color:#fff;
	cursor:default;
	max-height:100px;
	overflow:auto;
	}
.carrello .contNegozio{
	width: calc(100% - 400px);
	max-width: none;
	}
.carrello .contNegozio{
	margin-top:180px;
	height: calc(100% - 180px);
	width: calc(100% - 220px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:left;
	overflow:auto;
	}
.carrello .contNegozio.tac{
	text-align:center;
	}
.carrello .contNegozio.mt0{
	margin-top:0px;
	height: 100%;
	}
.carrello .contNegozio:empty::before{
	content:attr(data-text);
	padding:50px;
	display: block;
	}	
.carrello .contNegozio.p20{
	padding:20px;
	}
.carrello .contNegozio p{
	margin:0px 0px 5px 0px;
	font-size:14px;
	}		
.carrello a.contProdotto {
	margin-top: 0px;
	height: 450px;
	width: 25%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.carrello a.contProdotto::before{
	content:none;
	}
.carrello .contProdotto .contImagesP{
	height:calc(100% - 120px);
	display: block;
	position: relative;
	width: 100%;
	}	
.carrello .contProdotto .frontImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.carrello .contProdotto .move{
	-webkit-transition: all 1.3s ease-in;
	-moz-transition: all 1.3s ease-in;
	-ms-transition: all 1.3s ease-in;
	-o-transition: all 1.3s ease-in;
	transition: all 1.3s ease-in;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
	}
.carrello .contProdotto:hover .move{
	-webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    z-index: -1;
	}
.carrello .contProdotto .backImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.3s ease-in;
	-moz-transition: all 1.3s ease-in;
	-ms-transition: all 1.3s ease-in;
	-o-transition: all 1.3s ease-in;
	transition: all 1.3s ease-in;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
	}
.carrello .contProdotto:hover .backImage{
	-webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: -1;
	}
.carrello .contProdotto .desc{
	background-color:#eee;
	height:120px;
	overflow:auto;
	width:100%;
	text-align:center;
	}
.carrello .contProdotto .titolo{
	margin:0;
	display:block;
	text-transform: uppercase;
	padding: 10px 10px 0px;
	color:#000;
	font-size:20px; 
	}
.carrello .contProdotto .codice{
	margin:0;
	display:block;
	text-transform: uppercase;
	padding: 0px 10px 5px;
	color: #aaa;
	font-size: 11px;
	line-height: 11px;
	font-style:italic;
	}
.carrello .contProdotto .tags{
	color:#444;
	font-size:14px; 
	font-style:italic;
	}
.carrello .contProdotto .prezzo{
	color:#000;
	font-size:16px; 
	padding: 0px 10px 5px;
	}
.carrello .contProdotto .prezzo b{
	color:#cc353d;
	font-size: 20px;
	line-height:20px;
	}
.carrello .contProdotto .contQuan{} 
.carrello .contProdotto .meno{
	display:inline-block;
	width:40px;
	}
.carrello .contProdotto .quan{
	display:inline-block;
	width:40px;
	}
.carrello .contProdotto .piu{
	display:inline-block;
	width:40px;
	}
.carrello .contProdotto .descComb{
	font-size:10px;
	display:none;
	}
.carrello .contProdotto .contTags{
	max-height: 15px;
	overflow: auto;
	}	
.carrello .contProdotto .descrizione {
	display:none;
	}
	
.contProdottoSingolo{
	margin-top:180px;
	height: calc(100% - 180px);
	width: calc(100% - 220px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:left;
	overflow:hidden;
	}
.contProdCorr0{
	text-align:center;
	}
.contProdCorr{
	margin: 130px 0px 0px 0px;
	height: initial;
	width:calc(100% - 0px);
	max-width:1180px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	overflow:hidden;
	background-color: initial;/*#ddd7c1;*/
	}
.contBreaCrum{
	width:100%;
	box-sizing: border-box;
	padding:3px 20px;
	text-align:left;
	}
.contNegozio .contBreaCrum{
	position: absolute;
	left: 0px;
	}
.contBreaCrum span{
	vertical-align: middle;
	font-size: 10px;
	}
a.breaCrum{
	color:#222;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
	}
a.frecAltrProdSing{
	display: inline-block;
	height: 600px;
	max-width:10%;
	width: 50px;
	box-sizing: border-box;
	font-size: 40px;
	line-height: 40px;
	position:relative;
	color: #222;
	cursor:pointer;
	}
a.frecAltrProdSing span{
	top:50%;
	transform:traslateY(-50%);
	position:absolute;
	}
a.frecAltrProdSing span.sx{
	right:10px;
	}
a.frecAltrProdSing span.dx{
	left:10px;
	}
.contNegozio .contImages,
.contProdottoSingolo .contImages{
	height:100%;
	width:50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow: auto;
	}
.contProdottoSingolo .contThumbs{
	height:800px;
	width: 120px;
	padding-left:45px;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow: auto;
	z-index: 1;
	}
.contProdottoSingolo .contThumb{
	min-height:120px;
	width:100%;
	margin-bottom:10px;
	border: 1px solid #d0d0d0;
	display:block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contNegozio .imagDaZoom,
.contProdottoSingolo .imagDaZoom{
	display:none;
	}
.imgsProdSEO .contImageSEO{
	height:400px;
	width:50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	text-align:center;
	}	
.imgsProdSEO .image{
 	height: 100%;
  	min-width: 100%;
  	left: 50%;
  	position: relative;
  	transform: translateX(-50%);
  	cursor:pointer;
  	}
.contNegozio .contImage,
.contProdottoSingolo .contImage{
	min-height:400px;
	width:50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contProdottoSingolo .sepaDispInli{
	padding:0px 25%;	
	}	
.contProdottoSingolo .contDesc{
	height:100%;
	width:50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}	
.contProdottoSingolo .titolo{
	margin:0;
	display:block;
	text-transform: uppercase;
	padding: 20px 20px 0px;
	color:#000;
	font-size:16px; 
	text-align: left;
	}
.contProdottoSingolo .codice{
	text-align: left;
	margin:0;
	display:block;
	padding: 5px 20px;
	color:#aaa;
	font-size:11px; 
	line-height:11px;
	}
.contProdottoSingolo .tags{
	text-align: left;
	color:#444;
	font-size:14px; 
	font-style:italic;
	}
.contProdottoSingolo .prezzo{
	text-align: left;
	color:#000;
	font-size:17px; 
	padding:5px 20px;
	}
.contProdottoSingolo .ivaIncl{
	font-size: 12px;
	margin-left: 20px;
	}
.contProdottoSingolo .contVarianti,
.pag4 .contVarianti{
	color:#000;
	font-size:17px; 
	padding: 5px 0px 5px 20px;
	text-align: left;
	margin:20px 0px 10px;
	}
.pag4 .contVarianti{
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 10px;
	}
.contProdottoSingolo .selVarianti,
.contNegozio .selVarianti,
.pag4 .selVarianti,
.pag6 .selVarianti{
	color:#000;
	font-size:10px; 
	border:1px solid #aaa;
	background-color:#fff;
	text-transform:uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius:0px;
	padding:10px;
	min-width:100px;
	max-width:250px;
	margin:0px 10px 5px 0px;
    background-image: url(/img/downSelect.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 12px;
	}
.contProdottoSingolo .descrizione{	
	text-align: left;
	color: #9C9C9C;
	font-size: 12px;
	padding:5px 20px;
	}
.contProdottoSingolo .textSpieg.disponibilita{
	text-transform:uppercase;
	color: #cc353d;
	}
.contProdottoSingolo .textSpieg{
	text-align: left;
	font-size: 10px;
	color: #9C9C9C;
	margin: 20px 20px 0 20px;
	line-height: 15px;
	}
.contProdottoSingolo .textSpieg:empty{
	padding: 0px;
	}
.contProdottoSingolo .taglGuid{
	text-align: left;
	font-size: 12px;
	color: #000;
	margin: 5px 20px 5px 20px;
	line-height: 15px;
	cursor:pointer;
	}
.contProdottoSingolo .addCarr{
	color:#fff;
	background-color:#222;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	padding: 20px 25px;
	margin:10px 20px ;
	cursor:pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contProdottoSingolo .addCarr:hover{
	color:#fff;
	background-color:#000;
	}

.contProdottoSingolo .descrizione::before{	
	color: #000;
	content:attr(data-text);
	text-decoration: underline;
	font-size: 10px;
	padding:5px 0px;
	}
.contProdottoSingolo .contTags{
	padding: 5px 20px;
	font-size:12px; 
	font-style:italic;
	text-align: left;
	}
.contProdottoSingolo .tags{
	color:#555;
	display: inline-block ;
	margin: 0px 10px 10px 0px;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	}
.contProdottoSingolo a.tags::before{
	content:'#';
	}

.pag4 .contNegozio{
	width: calc(100% - 400px);
	}
.contNegozio{
	margin-top:180px;
	height: calc(100% - 180px);
	width: calc(100% - 220px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:left;
	overflow:auto;
	}
.contNegozio.tac{
	text-align:center;
	}
.contNegozio.mt0{
	margin-top:0px;
	height: 100%;
	}
.contNegozio:empty::before{
	content:attr(data-text);
	padding:50px;
	display: block;
	}	
.contNegozio.p20{
	padding:20px;
	}
.contNegozio p{
	margin:0px 0px 5px 0px;
	font-size:14px;
	}		
.contZoomed{
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	z-index:30;
	background-color:rgba(255,255,255,0.8);
	}
.contZoomed .imgZoomed{
	width:2200px;
	height:auto;
	overflow:hidden;
	position:absolute;
	cursor: zoom-out;
	}
.contImagFullPage .closeZoomed,
.contZoomed .closeZoomed{
	position:absolute;
	top:10px;
	right:10px;
	font-size:40px;
	cursor:pointer;
	color:#000;
	background:#fff;
	width:40px;
	height:40px;
	border-radius:50%;
	text-align:center;
	}
.contImagFullPage .seleDise{
position: absolute;
bottom: 10px;
right: 10px;
font-size: 40px;
cursor: pointer;
color: #000;
background: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
}

.halfPage{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:justify;
	overflow:auto;
	padding: 220px 40px 40px;
	font-size:13px;
	line-height: 26px;
	}
.menuGrig ul.menuMobile{
	overflow:hidden;
	height:0px;
	}
.menuGrig ul.menuMobile li{
	width:24%;   
	margin-right:0px;
	}
.menuGrig ul.menuMobile li:first-child{
	width:49%;   
	}

.contRiepilogo{
	margin-top:180px;
	height: calc(100% - 180px);
	width:400px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contRiepilogo .prodRiep{
	margin: 10px;
	max-height: 150px;
	overflow: auto;
	background-color: #888;
	}
.contRiepilogo a.contProdotto:first-child{
	margin-top:0px;
	}
.contOrdine .prodRiep{
	max-height: 100%;
	overflow: auto;
	}
.contOrdine a.contProdotto:first-child{
	margin-top:0px;
	}
.contTras a.contProdotto,
.righCartSday a.contProdotto,
.contRiepilogo a.contProdotto,
.contOrdine a.contProdotto  {
	margin-top:5px;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.prodRiep .contProdotto .descrizione{
	display:none;
	}
/*
#nt_contResu a.contProdotto{
	margin:10px 10px 0px 0px;
	height: 100px;
	width: 300px;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	display:inline-block;
	vertical-align:top;
	border: 1px solid #b0b0af;
	box-shadow: 2px 3px 3px 0 rgba(103,109,111,.2);
	}
@media screen and (max-width: 500px) {
	#nt_contResu a.contProdotto{
		width: 100%;
		}
	}
*/	
.contTras .contProdotto .contImagesP,
.righCartSday .contProdotto .contImagesP,
.contRiepilogo .contProdotto .contImagesP,
.contOrdine .contProdotto .contImagesP{
	height:100%;
	width:100px;
	display:inline-block;
	position: relative;
	vertical-align: top;
	}	
#nt_contResu .iconaFotoAppesaClose,
.contRiepilogo .iconaFotoAppesaClose,
.contOrdine .iconaFotoAppesaClose{
	display:none;
	}
.contTras .contProdotto .frontImage,
.righCartSday .contProdotto .frontImage,
.contRiepilogo .contProdotto .frontImage,
.contOrdine .contProdotto .frontImage{
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color:transparent;
	}
.contTras .contProdotto .desc,
.righCartSday .contProdotto .desc{
	background-color:transparent;
	height:100%;
	overflow:auto;
	display:inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
	}
.righCartSday .iconaFotoAppesaClose {
	background-color:transparent;
	}
.contRiepilogo .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align: top;
	}
#nt_contResu .contProdotto .prezzo,
#nt_contResu .contProdotto .titolo{
	padding:5px 0px 0px 5px;
	font-size: 16px;
	}
#nt_contResu .contProdotto .descrizione,
#nt_contResu .contProdotto .contQuan,
#nt_contResu .contProdotto .contTags{
	display:none;
	}
.righCartSday .contProdotto .titolo {
	font-size: 12px;
	height:27px;
	overflow:hidden;
	}
.righCartSday .contProdotto .codice {
	display:none;
	}
.righCartSday .contProdotto .contQuan {
	margin: 2px 5px;
	}
.contOrdine .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 255px);
	vertical-align: top;
	}
.contOrdine a.checkOut{
	margin-left:4px;
	display: inline-block;
	text-decoration: none;
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 10px;
	color: #222;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	}
.contRiepilogo .contProdotto .titolo,
.contOrdine .contProdotto .titolo{
	padding: 10px 10px 0px;
	font-size:10px; 
	}
.contRiepilogo .contProdotto .codice,
.contOrdine .contProdotto .codice{
	display:none;
	}
.contRiepilogo .contProdotto .tags,
.contOrdine .contProdotto .tags{
	display:none;
	}
.contRiepilogo .contProdotto .prezzo,
.contOrdine .contProdotto .prezzo{
	color:#000;
	font-size:12px; 
	padding: 0px 10px 5px;
	}
.contRiepilogo .contProdotto .meno,
.contOrdine .contProdotto .meno{
	display:none;
	}
.contRiepilogo .contProdotto .quan,
.contOrdine .contProdotto .quan{
	display:inline-block;
	width:40px;
	}
.contRiepilogo .contProdotto .piu,
.contOrdine .contProdotto .piu{
	display:none;
	}
.contRiepilogo .contProdotto .descComb,
.contOrdine .contProdotto .descComb{
	display:none;
	}
.contRiepilogo .shopBag{
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	text-align:center;
	}
.contRiepilogo .numShopBag{
	color: #aaa;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	}
.contRiepilogo .subTot{
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	padding: 10px;
	}
.contRiepilogo .price{
	font-size: 19px;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.contRiepilogo .barraRiep{
	width:100%;
	box-sizing: border-box;
	}
.contRiepilogo .barraR{
	width:50%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	background-color: #aaa;
	color:#000;
	font-size:11px;
	text-align: center;
	padding: 5px;
	}
.contRiepilogo .on{
	background-color: #000;
	color:#fff;
	}
.contRiepilogo .triangle{
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #000;
	position: absolute;
	left: 0px;
	top:0px;
	}
.contSel{
	margin: 0px 20px 15px;
	text-align: left;
	}
.homepage .pag5{
	width: 100%;
	margin-top:180px;
	height: calc(100% - 180px);
    z-index: 1;
    text-align: center;
    min-height: 100vh;
	}
.homepage .pag6{
	width: 100%;
	margin-top:180px;
    z-index: 1;
    text-align: center;
	overflow:auto;
	}
.contNegozio .contOrdine{
	width:100%;
	}
.contOrdine .boxOrdine{
	width:calc(100% - 20px);
	max-width:900px;
	border-radius:5px;
	display:inline-block;
	margin:10px;
	}
.contOrdine .top{
	background-color:#979797;
	color:#fff;
	width:100%;
	}	
.contOrdine .contDat{
	width:33.33%;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	padding:10px;
	}	
.contOrdine .key{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color: #ccc;
	}	
.contOrdine .value{
	width:100%;
	box-sizing: border-box;
	padding:4px;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	}	
	
.contOrdine .bottom{
	background-color:#eee;
	color:#000;
	width:100%;
	box-sizing: border-box;
	padding: 15px 6px 10px;
	}	
.contOrdine .quan {
	text-align:left;
	padding:10px 6px;
	width:100%;
	box-sizing: border-box;
	}
.contOrdine .quanSpe::before{
	content:'';
	height:40px;
	display:inline-block;
	vertical-align:middle;
	}
.contOrdine .quan .icon{
	margin-right:10px;
	font-size:30px;
	display:inline-block;
	vertical-align: middle;
	}	
.contOrdine .quan .icon.i1{
	color:#53abff;
	}				
.contOrdine .quan .icon.i2{
	color:#ccc;
	}				
.contOrdine .quan .icon.i3{
	color:#555;
	}				
.contOrdine .quan .testo{
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	}	


.pag3 .footer{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;	
	box-sizing: border-box;
	}
.pag3 .footer.f1{
	text-align:left;
	padding:40px;	
	}
.pag3 .footer.f1 a{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	display: inline-block;
	}
.pag3 .footer.f3{
	text-align:right;
	padding: 0px;	
	}
.pag3 .footer .ppIcon{
	width:50%;
	}
.pag3 .sociDiv{
	width:50%;
	height:300px;
	display:inline-block;
	overflow:auto;
	vertical-align:top;
	background-color: #555;
	}
.pag3 .titoInst{
	height:30px;
	font-size:20px;
	line-height:20px;
	padding: 0px 0px 10px;
	box-sizing: border-box;
	background-color: #eee;
	}
.pag3 .contInst{
	height:calc(100% - 30px);
	background-color: #f3f3f3;
	overflow: auto;
	}

.contDivLightbox{
    position:fixed;
    opacity:1;
    z-index:1001;
    top:0%;
    height:100%;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    text-align:center;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
} 	
.divLightbox{
    display: inline-block;
    width:calc(100% - 40px);
    height:calc(100% - 40px);
    box-sizing: border-box;
    margin:20px;
    background-color:#fff;
    color:#000;
    border-radius:0px;
    padding:15px;
    text-align:left;
    font-size:15px;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
	}
.divNewsletter .top,
.divLightbox .top{
    height: 23px;
    width: 100%;
    text-align:right;
	} 
.divNewsletter .top span,
.divLightbox .top span{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divNewsletter .top a,
.divLightbox .top a{
    font-size:20px;
    margin:15px;
    cursor:pointer;
    color:#aaa;
	}    
.divNewsletter .bottom,
.divLightbox .bottom{
    height: calc(100% - 23px);
    width: 100%;
    overflow-y: auto;
	}    
.divNewsletter a,
.divLightbox a{
	color:#000;
	text-decoration: underline;
	}

.divLightbox .annulla{
	display:inline-block;
	margin:5px 5px 5px 0px;
	padding:5px;
	font-size:12px;
	background-color:#aaa;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	}  
.divLightbox .conferma{
	display:inline-block;
	margin:5px;
	padding:5px;
	font-size:12px;
	background-color:#4090cd;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	box-shadow: 0px 0px 2px 1px #fff;
	}	

.contDivDialog .combProd{
	background-color: #fff;
	color: #444;
	padding: 10px;
	box-sizing: border-box ;
	border-radius: 3px;
	cursor: pointer ;	
	margin-bottom:5px;
	}
a.pagiPrivPdf:before{
	
	}
.contNewsletter{
    position:fixed;
    opacity:1;
    z-index:1001;
    top:0%;
    height:100%;
    width:100%;
    background-color:rgba(47, 47, 47, 0.86);
    text-align:center;
    -webkit-transition: 1500ms ease;
    -moz-transition: 1500ms ease;
    -ms-transition: 1500ms ease;
    -o-transition: 1500ms ease;
} 	
.divNewsletter{
    position:absolute;
    top:50%;
    left:50%;
   	transform: translate(-50%, -50%);
    width: 540px;
    max-width:98%;
    box-sizing: border-box;
    margin:20px 0px;
    background-color:#fff;
    color:#000;
    border-radius:0px;
    padding:15px;
    text-align:left;
    font-size:15px;
    overflow-y: auto;
    box-shadow: 0 1px 6px 1px rgba(102, 102, 102, .15);
	border: 1px solid #d6dce1;
	max-height: 100vh;
	overflow: auto;
	}   
.contFootNews .conferma,
.divNewsletter .annulla,
.divNewsletter .conferma{
	color:#000;
	font-size:10px; 
	border:1px solid #aaa;
	background-color:#fff;
	text-transform:uppercase;
	border-radius:0px;
	padding:10px;
	margin:0px 10px 5px 0px;
	display: inline-block;
	vertical-align: top;
	}
.contFootNews{
	text-align:left;
	}
.contFootNews .conferma{
	margin: 20px 10px 5px 5px;
	padding: 7px;
	border-radius: 3px;
	height: 14px;
	line-height: 14px;
	}
.contFootNews input[type="text"]{
	margin: 20px 0px 20px 20px !important;
	width: calc(100% - 135px) !important;
	display: inline-block !important;
	}
.contTaglie .divImgTag{
	min-height: 500px;
	width: 300px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
	}
.contTaglie .divTaglie{
	width: calc(100% - 300px);
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	}
.contTaglie .tabTaglie{
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	margin:20px 0px;
	background:#eee;
	}
.contTaglie .spieMisu{
	text-align:left;
	line-height:20px;
	font-size:14px;
	}
	
.scroDown{
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:80px;
	background-color:rgba(255,255,255,0.8);
	color:#444;
	width:50px;
	height:50px;
	box-sizing:border-box;
	padding: 12px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor:pointer;
	
	}
.imgsProdSEO{
	height: 10px;
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage{
	position:fixed;
	z-index:22;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	overflow: auto;	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contImagFullPage .imagFullPage{
	height: 100%;
	width:100%;
	display: inline-block;
	vertical-align:top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}
.contImagFullPage .contNomeDise{
	position: absolute;
	bottom: 0px;
	background-color: rgba(255,255,255,0.6);
	padding: 4px 0px 0px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	}
.pulsFullPage{
	font-size:30px;
	cursor:pointer;
	position:absolute;
	right:15.1%;
	top:-30px;
	}

a.fileUten{
	display: block;
	margin: 20px;
	text-align: left;
	border-bottom: 1px solid #eee;	
	}
.contProdottoSingolo .menuCanv{
	width: 70%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contProdottoSingolo .canvProd{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	}
.contDisegni{
	width:100%;
	height:100%;	
	}
.contTagsDise{
	height:100%;
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.nomeDise{
	height: 100%;
	overflow: auto;
	}
.tagsDise{
	color:#eee;
	padding:10px 10px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	font-size:12px;
	background-color: #444;
	}
.tagsDise:hover{
	color:#fff;
	}
.divDise{
	height:100%;
	width: calc(100% - 220px);
	margin-left:220px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:center;
	background-color: #eee;
	overflow:auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.divDise .combProd{
	color:#fff;
	background-color:#222;
	text-transform:uppercase;
	font-size:11px;
	display:inline-block;
	padding: 20px 25px;
	margin:10px 20px ;
	cursor:pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.divDise .combProd:hover{
	color:#fff;
	background-color:#000;
	}	
.disegno{
	cursor: pointer;
	width: 300px;
	height:300px;
	object-fit: contain;
	margin: 0px 5px 10px 5px;
	display:inline-block;
	vertical-align:top;
	}
.imgDise{
	display: block;
	width: 200vw;
	height: 150vh;
	object-fit: cover;
	}
.canvas-container{	
	text-align:center;
	box-shadow: 0px 0px 1px 1px #eee;
	margin: 10px 0px;
	}
.testButt{
	font-family: 'Helvetica LT Std';
	vertical-align: middle;
	}
.textQuan{	
	font-size:12px;
	}	
table.prezzario{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eee;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px;
	margin: 10px 20px;
	}	
table.prezzario td{
	border-bottom:1px solid #e9e9e9;
	margin-bottom:3px;
	padding:3px 6px;
	}
table.prezzario b{
	color:#000;
	}
	
.contProdottoSingolo .contDiseAuto{
	width: 100%;
	}
.contProdottoSingolo .diseAuto{
	width: 600px;
	height: 600px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}	
.contProdottoSingolo .diseInte{
	position: absolute;
	left: 70px;
	right: 87px;
	top: 32px;
	bottom: 125px;
	overflow:hidden;
	}
.contProdottoSingolo .diseInteInte{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	bottom: 0;
	}
.contProdottoSingolo .diseInteInte.riqu1{
	left:-100%;
	}
.contProdottoSingolo .diseInteInte.riqu2{
	left:100%;
	}
.contProdottoSingolo .diseInteInte.riqu3{
	left:0%;
	bottom:100%;
	}
.contProdottoSingolo .diseInteInte.riqu4{
	left:0%;
	bottom:-100%;
	}
.numerCombBag{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #f00;
	font-size: 12px;
	line-height: 14px;
	}
#chatOffline input[type='text']{
	text-align: left;
	font-size: 16px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #eee;
	box-shadow: 0 0 0px 1000px #eee inset;
	padding: 2px;
	width: calc(100% - 40px);
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	margin: 0px 20px 20px;
	}
#chatOffline textarea{
	text-align: left;
	font-size: 16px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
	border: 1px solid #eee;
	box-shadow: 0 0 0px 1000px #eee inset;
	padding: 2px;
	width: calc(100% - 40px);
	height:130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	margin: 0px 20px 20px;
	}
#chatOffline{
	overflow-x:hidden;
	overflow-y:auto;
	position:fixed;
	top:100%;
	max-height:90%;
	right:0px;
	width:320px;
	background-color:#ddd;
	z-index:18;
	border-radius: 10px;
	transform: translateY(-40px);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	}
#chatOffline h2{
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	background-color: #5287ff;
	color: #fff;
	padding: 10px;
	cursor:pointer;
	}
#chatOffline .scusChat{
	font-size: 12px;
	padding: 10px 20px;
	text-align: left;
	}
#chatOffline .preInsert {
	padding:3px;
	}
#chatOffline .inviChat{
	text-align: left;
	margin: 0px 20px 20px;
	padding: 10px;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	border-radius: 10px;
	}
#chatOffline .textRight{
	margin-left:10px;
	vertical-align: middle;
	cursor:pointer;
	}

.contProdotto .pulsanti{
	color: #555;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	font-size:12px;
	}
/*---------------------------------Cerca-----------------------------------------*/
.nt_contCerc {
	position: fixed;
	z-index:21;
	box-sizing: border-box;
	font-size: 14px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height: 100%;
	text-align:center;
	padding: 70px 20px 20px;
	overflow: auto;
	background-color: rgb(255, 255, 255);
	width: 100%;
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
.nt_contCerc .close-main_menu {
	width: 31px;
	height: 31px;
	overflow: hidden;
	line-height: 32px;
	position: absolute;
	z-index: 2;
	right: 10px;
	top: 10px;
	margin-right: 0;
	cursor: pointer;
	border: 1px solid #999;
	text-align: center;
	}
.nt_contCerc .contInp {
	text-align: center;
	width: 100%;
	}
.nt_contCerc input[type='text'].nt_cercProd{	
	width: calc(100% - 40px);
	max-width: 600px;
	display: inline-block;
	vertical-align: top;
	}
.nt_contCerc .iconCerc{
	font-size: 25px;
	display: inline-block;
	padding: 2px 10px;
	cursor:pointer;
	}
.nt_contCerc .nt_contFilt{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 30px);
	}
.nt_contCerc .nt_contResu{
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 30px);
	}
@media screen and (max-width: 500px) {
	.nt_contCerc .nt_contFilt{
		width: 100%;
		display: block;
		height: initial;
		}
	.nt_contCerc .nt_contResu{
		width: 100%;
		display: block;
		max-height: initial;
    	height: initial;
		}
	}
.selChosen{
	width:100%;
	background-color: #eee;
    border: 0px;
    padding: 5px;
	}
.nt_contFilt h3{
	margin-bottom:5px; 
	}
#instDiv a{
	display:inline-block;
	width:calc(20% - 8px);
	margin:5px 5px;
	vertical-align:top;
	box-sizing: border-box;
	text-align:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
#instDiv a:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
	}
#instDiv a:nth-child(5n){
	margin:5px 0px 5px 5px;
	}
#instDiv a:nth-child(5n+1){
	margin:5px 5px 5px 0px;
	}	
.contHeadProd{
	display:none;
	}
.single-option-radio {
	border: 0;
	padding: 0;
	position: relative;
	background: transparent;
	display: block;
	margin-top: 10px;
	}
.single-option-radio input[type='radio']:checked~label {
	background-color: #f4c4ba;
	}
.single-option-radio input[type='radio']:checked~div.quanUnitMisu {
	background-color: #f4c4ba;
	}
.single-option-radio label {
	color: #222;
	padding: 12px 18px 0px;
	display: inline-block;
	}
.single-option-radio .radioTaglia{
	display:none;
	}
.single-option-radio>span{
	vertical-align:top;
	display: inline-block;
	margin:3px 3px 0px;
	border: 1px solid #bfbfbf;
	}
.single-option-radio>span:first-child{
	vertical-align:top;
	display: inline-block;
	margin:3px 3px 0px 3px;
	}
.single-option-radio>span .quanUnitMisu{
	font-size:9px;
	width: 100%;
	text-align: center;
	}	
.contTipoSped .single-option-radio {
	border: 0;
	padding: 0px 20px;
	position: relative;
	background: transparent;
	display: block;
	margin-top: 10px;
	text-align:left;
	}
.contTipoSped .single-option-radio input[type='radio']:checked~label {
	color: #000;
	background-color:#eee;
	border-radius:3px;
	}
.contTipoSped .single-option-radio label {
	border: 0px solid #bfbfbf;
	color: #555;
	padding: 12px 18px 12px 26px;
	display: inline-block;
	}
.contTipoSped .single-option-radio .radioTaglia{
	display: inline-block;
	position: absolute;
	top: 10px;
	left:3px;
	}
.contTipoSped .single-option-radio>span{
	vertical-align:top;
	display: flex;
	align-items: center;
	margin:3px 3px 0px;
	position:relative;
	}
.contTipoSped .single-option-radio>span:first-child{
	margin:3px 3px 0px 3px;
	}
.contTipoSped .single-option-radio label {
	width: initial;
	text-align: center;
	vertical-align: top;
	}
.contTipoSped .single-option-radio .iconMetoPaga{
	height: 30px;
	margin-left: 10px;
	}	
.contQuan{
	margin: 10px 20px;
	font-size: 12px;
	}
.contQuan .quantitySelect {
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	line-height: 1;
	vertical-align:top;
	display: inline-block;
	padding: 4px 6px;
	}	
.contQuan .quan{
	display: inline-block;
	padding: 1px 10px;
	}
	
.demo-content {
	max-width: 1272px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	}
.demo-content .picture {
	padding: 10px 10px;
	height: 400px;
	width: 230px;
	display: inline-block;
	vertical-align: top;
	}
.demo-content figure {
	margin: 0;
	}
.demo-content .picture img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	}
.divBannSoldOut{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	z-index: 2;
	color: #f00;
	}
.divBannSoldOut:before{
	content:'SOLD OUT';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg)translate(-25%,-200%);
	font-size: 60px;
	font-weight:bold;
	white-space: nowrap;
	}
.contRiepilogo .testSped{
	color: #000;
	font-size: 12px;
	margin: 0px 10px 10px;
	box-sizing: border-box;
	width: calc(100% - 22px);
	padding: 5px 10px;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	background: #fff;
	border: 1px solid #f00;
	}
.contRiepilogo .testSped.on{
	color: #f00;
	font-size: 20px;
	background-color: #fff;
	}
.contRiepilogo .testSped .descSpedRagg{
	color: #000;
	font-size: 12px;
	display: inline-block;
	}
.tracVett{
	text-align: left;
	margin: 10px 6px;
	width: calc(100% - 12px);
	box-sizing: border-box;
	}
.tracVett A:link,
.tracVett A:visited{
	background-color: #53abff;
	color: #eee;
	display: inline-block;
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 3px 2px;
	line-height: 14px;
	font-size: 14px;
	border-radius: 3px;
	}
.checkConsenso{
	margin: 0px 0px 20px 20px;
	display: inline-block;
	width: calc(100% - 20px);
	text-align: left;
	}
.checkConsenso a{
	display: inline-block;
	text-align: left;
	padding: 10px 20px 5px;
	width: calc(100% - 80px);
	vertical-align: middle;
	font-size: 12px;
	}
.checkConsenso input{
	display: inline-block;
	}
.contSingImma{
	width: 100%;
	text-align: center;
	margin-bottom:50px;
	}

.contSingImma img{
	max-width: 1200px;
	display: inline-block;
	}	
	
.contNews{
	border-bottom:1px solid #f3eddb;
	margin:10px 0px;
	max-width: 700px;
	width: 100%;
	display: inline-block;
	}
.contNews .contSlicHome{	
	height: initial;
	}
.contNews .sliderHome{	
	width:100%;
	height: auto;
	}
.contPulsAvanDiet{
	width:100%;
	height:50px;
	box-sizing: border-box;
	padding:10px 0px;
	}
.contShop .contPulsAvanDiet{
	grid-column-start: 1;
	grid-column-end: 3;
	z-index: 0;
	}
A.pulsAvanDiet{
	background-color: #eee;
	padding: 10px;
	margin: 0px 3px;
	border-radius: 3px;
	display:inline-block;
	line-height: 14px;
	font-size: 14px;
	}
A.pulsAvanDiet.on{
	font-weight:bold;
	}
A.pulsAvanDiet.diet{
	float:left;
	}
A.pulsAvanDiet.avan{
	float:right;
	}
.iconMusi{
	font-size:100px;
	line-height:100px;
	text-align: center;
	cursor:pointer;
	}	
.contCont{
	margin-top:70px;
	min-height:100vh;
	}
.righCartSday {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	background-color:#faf9f6;
	box-sizing: border-box;
	padding: 10px 30px 0px;
	font-size:12px;
	height: calc(100vh - 70px);
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	right: 0px;
	z-index: 3;
	}
	
.righCartSday .contSoprTota{
	height: calc(100% - 250px);
	overflow: auto;
	}
.righCartSday .contSubTota{
	bottom:0px;
	position:absolute;
	height: 240px;
	overflow: auto;
	width:100%;
	left:0px;
	box-sizing: border-box;
	padding:10px 30px 0px;
	background-color:#f5f2eb;
	text-align:left;
	}
.righCartSday .contPagaAdes{
	width:100%;
	box-sizing: border-box;
	}
.righCartSday .checkOut{	
	display: block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	background-color: #0f0;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 20px;
	cursor:pointer;
	}
	
.righCartSday .rigaSubTota{
	text-transform: uppercase;
	font-weight: bold;
	}
.righCartSday .testSpedRaggGrat{
	color: #000;
	display: block;
	}
.righCartSday .subTot{
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;	
	}
.righCartSday .price{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	overflow-x:auto;
	text-transform: uppercase;
	font-weight: bold;	
	}
.leftCartSday {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 400px);
	min-width: 600px;
	text-align: center;
	font-size: 12px;
	}
.leftCartSday .contCard{
	display: inline-block;
	width: calc(100% - 140px);
	margin:10px 70px 10px;
	padding:10px 0px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	}	
.leftCartSday .exprChec{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	top: -10px;
	padding: 0px 20px;
	font-weight: bold;
	}
.leftCartSday .card{
	width: calc(33.3333% - 22px);
	display: inline-block;
	vertical-align: middle;
	margin: 5px 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	min-height: 40px;
	border-radius: 3px;
	border: 1px solid #eee;
	}
.leftCartSday .card.c0{
	background-size: contain;
	background-color:#83bcff;
	}
.leftCartSday .card.c1{
	background-size: contain;
	background-color:#fff;
	}
.leftCartSday .card.c2{
	background-size: contain;
	background-color:#ffcd5a;
	}
.righCartSday .preInsert{
	background: transparent;
	color: #777;
	margin-top:20px;
	}
.leftCartSday .preInsert {
	background: transparent;
	color: #777;
	}
.righCartSday .insert{
	background: #fff;
	border: 1px solid #eee;
	}
.leftCartSday .insert {
	background: transparent;
	border: 1px solid #eee;
	}
.leftCartSday .insert.no{
	border-bottom: 1px solid #f00;
	}
.leftCartSday .insert.noOk{
	border-bottom: 1px solid #f00;
	}
.leftCartSday select{
	background-color: #fff;
	padding: 8px;
	border-radius: 3px;
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border: 1px solid #eee;
   	}
.leftCartSday .contVarianti {
	margin: 0px 20px 15px;
	text-align: left;
	}
.leftCartSday .shopBag{
	display:none;
	}
.leftCartSday .subTot{
	padding:0px 20px; 
	text-align: left;
	margin: 0px 20px;
	padding: 0px 0px 4px 2px;
	color: #777;
	font-weight: bold;
	font-size: 11px;
	}
.leftCartSday .checkOutLogin{
	text-align: right;
	margin: 0px 20px;
	cursor:pointer;
	}
.contContProdotto .pulsWish{
	position: absolute;
	z-index: 3;
	display: inline-block;
	right: 10px;
	top: 10px;
	font-size: 30px;
	line-height: 30px;
	cursor:pointer;
	opacity:0.6;
	}
.contContProdotto .pulsWish:hover{
	opacity:1;
	}
.contContProdotto .pulsWish.on{
	color: #fd4f57;
	}
.seleQuan{	
	display: inline-block;
	margin: 6px;
	}
.column2{
	width:50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding:20px;
	}
.prodNonDisp{
	
	}	
.imgProdNonDisp{
	width: 100%;
	}
.logoCerc{
	width:80%;
	max-width:400px;
	position:absolute;
	top:50%;
	transform:translate(-68%, -50%);
	left:50%;
	}
#contLettQR .button {
    padding: 10px 10px;
    margin: 10px 40px;
    cursor: pointer;
    color: #fff;
    background: #cda61c;
    display: inline-block;
    border-radius: 3px;
    font-size: 20px;
    line-height: 20px;
    text-transform: initial;
    width: initial;
	}	
#gestZoom {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    margin: 40px 0px;
	}
.videScan {
    height: 100%;
    width: 100%;
    max-width: 60vw;
    display: inline-block;
    margin:10px auto;
	}	
/*////////////////////////////////////////////////////////////////////////////*/
/*									SHOP START								  */	
/*////////////////////////////////////////////////////////////////////////////*/
:root{
  	--widtSideBox: 250px; 
  	--heigMenu:120px;
  	--heigMenuMobi:70px;
  	--coloEvid:#1A72E8;
	}
.contShop{
	width:100%;
	margin-top: var(--heigMenu);
	box-sizing:border-box;
	padding:0px;
	display:grid;
	max-width:2200px;
	grid-template-columns: var(--widtSideBox) auto;
	}
.contShop .contFilt{
	grid-row-start: 1;
	grid-row-end: 3;
	display:flex;
	flex-direction:column;
	flex-wrap: nowrap;
	position:sticky;
	top:var(--heigMenu);
	height:calc(100vh - var(--heigMenu));
	overflow-y:auto;
	z-index: 3;
	background-color: #fff;
	transform:translateX(0%);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}
.contFilt .close-filter {
	width: 31px;
	height: 31px;
	line-height: 32px;
	position: sticky;
	z-index: 2;
	right: 10px;
	background-color: #fff;
	top: 20px;
	order: 0;
	margin: 20px;
	margin-left: auto;
  	cursor: pointer;
	border: 1px solid #999;
	text-align: center;
	display:none;
	}
.contShop .contResu{
	grid-row-start: 2;
	grid-row-end: 3;
	flex-direction:column;
	flex-wrap: nowrap;
	position:sticky;
	}
.contShop .contResu:empty::before {
	content: attr(data-text);
	padding: 50px;
	display: block;
	font-size: 50px;
	color: var(--color);
	}
.contShop .contResu,
.contShop .contTest{
	grid-column-start: 2;
	grid-column-end: 3;
	z-index: 1;
	}
.contShop .contTest{
	grid-row-start: 1;
	grid-row-end: 2;
	}
.contShop .buttonMenuOC{
	position:absolute;
	right:-30px;
	width:30px;
	top:40px;
	height:40px;
    padding-top: 9px;
	text-align:center;
	box-sizing: border-box;
	background-color:#ddd;
	color:#000;
	}
.contShop .buttonMenuOC div{
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
	}
.contFilt a.conFigli{
	border-left:3px solid #fff;/*#666*/
	padding-left:7px;
	}
.contFilt ul{
	box-sizing: border-box;
	display:block;
	background-color: #fafafa;/*#555*/
	overflow:hidden;
	height:auto;
	text-align: left ;
	}
	
.contFilt ul li ul a.conFigli{
	border-left:3px solid #777;
	padding-left:7px;
	}
.contFilt li ul{
	padding-left:10px;
	background-color: #fff;/*#666*/
	}

.contFilt ul li ul li ul a.conFigli{
	border-left:3px solid #888;
	padding-left:7px;
	}
.contFilt li ul li ul{
	background-color: #efefef;
	}
.contFilt li{
	display:block;
	border-top:1px solid #ccc;
	}
.contFilt li ul li{
	border-top:0;
	}
.contFilt a{
	display:block;
	color:#444;
	text-transform:uppercase;
	font-size:12px;
	padding:10px 0px 10px 10px;
	box-sizing: border-box;
	
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	}
.contFilt ul li ul a{
	padding:6px 0px 6px 10px;
	font-size:11px;
	}
.contFilt ul li ul li ul a{
	padding:3px 0px 3px 10px;
	font-size:10px;
	}

.contFilt a:hover{
	color:var(--coloEvid);
	}
.contFilt span.checked{	
	font-size:25px;
	margin-left: 5px;
	width: 20px;
	display: inline-block;
	vertical-align: top ;
	}
.contFilt span.checked::before{
	line-height:12px !important;
	position: absolute;
	}
.contFilt li[data-checked="no"] ul{
	height:0px;
	}
.contFilt li[data-checked="no"] span.checked{
	display:none;
	}

.contRangSlid{
	width: calc(100% - 40px);
	margin: 50px 0px 100px;	
	height: 0px;
	}
.rangeslider .rangeslider__line-selected, 
.rangeslider .rangeslider__tip, 
.rangeslider .rangeslider__handle {
	background: var(--coloEvid);
	}
.contData{
	border-top: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: left;	
    }
.contData .tito>h2{
	width:calc(100% - 40px);
	display: inline-block;
	font-size: 17px;
    margin: 0;
	padding-bottom: 10px;
	}
.contData .tito>div{
	width:40px;
	display: inline-block;
	color:var(--coloEvid);
	}
	
.contData .tito>div>span{
	transform: rotate(0deg);
    display: inline-block;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}
.contData .tito[data-stato="on"]>div>span{
	transform: rotate(-180deg);
	}
.contData .contenuto{
	max-height:0px;
	overflow:auto;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}
.contData .contenuto>h3{
	font-size: 15px;
    margin: 30px 0px 10px;
	}	
A.pulsAvanDiet.on{
	font-weight:bold;
	color: var(--coloEvid);
	}	
	
.cercColo{
	height: 10px;
	width: 10px;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
	border-radius:50%;
	border:2px solid #ccc;
	}
	
.contTest .testSele{
	display: inline-block;
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 3px 3px 10px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 0px;
	background-color: #fff;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	font-size:13px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	}
.contTest .testSele:hover{
	background-color: #000;
	color: #fff;
	}
.contTest .testSele span{
	line-height: 30px;
	font-size:30px;
	opacity:0;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0px 2px;
	}
.contTest .testSele:hover span{
	opacity:1;
	}
.iconFS{
    font-size: 30px;
    margin-right: 20px;
    vertical-align: middle;
}
.pulsFixeSing{
    user-select: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    display: none;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    color: #fff;
    transition: all .2s ease-in;
    transition-property: color, background-color, border-color;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0,0,0,.8);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    position:fixed;
    bottom:30px;
	left:50%;
	width: 30%;
	z-index:3;
	}	
.pulsFixeSing:hover{
    background-color: rgba(0,0,0,1);
	}
.pulsFixeSing.filter{
	transform:translateX(-110%);
	}
.pulsFixeSing.sort{
	transform:translateX(10%);
	display:none;
	}

.pulsFixeSing .testFS{
	vertical-align: text-top;
    margin-left: 10px;
    }
.contSharIcon {
	position: fixed;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	z-index: 2;
	transform: translate(-84%, 0%);
	width: fit-content;
	z-index: 10001;
	}	
.closSharIcon {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
	}
.pulsSharIcon {
	width: 50px;
	font-size: 40px;
	color: var(--coloEvid);
	margin: 20px;
	margin-left: auto;
	}	
.contImagVide{
	width:70%;
	display:inline-flex;
	flex-wrap: wrap;
	}
.contScalPay{
	margin:10px;
	font-size: 15px;
	}
.contPulsanti .pulsanti{
	padding: 10px;
	background: #444;
	color: #fff;
	border-radius: 5px;
	}		

@media screen and (max-width: 800px) {
	.contImagVide {
		width: 100%;
		}
	.contShop {
		margin-top: var(--heigMenuMobi);
		}
	.contShop .contFilt{
		grid-row-start: 1;
		grid-row-end: 3;
		position:fixed;
		top:0px;
		transform:translateX(-100%);
		height:100vh;
		width:100%;
		z-index: 21;
		}
	.contShop .contResu, .contShop .contTest {
		grid-column-start: 1;
		}
	.pulsFixeSing{
	    display: inline-block;
		}
	.contFilt .close-filter {
	    display: inline-block;
		}	
	}
/*////////////////////////////////////////////////////////////////////////////*/
/*									SHOP STOP								  */	
/*////////////////////////////////////////////////////////////////////////////*/
.contTras{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	}
.contTras .tras{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00000099;
	}
.contTras .homaDesi{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	background-color: #fff;
	height: 100%;
	overflow: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	}
.contTras h2{
	box-sizing: border-box;
	padding: 15px 20px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	color: #000;
	}
.contTras .subtotal{
	padding: 27px;
	text-align: center;
	color: #000;
	background-color: #efefef;
	border-top: 1px solid #ddd;
	font-size: 16px;
	}
.contTras .subtotal .d1{
	font-weight: 700;
	margin-bottom: 20px;
	}
.contTras .spedGrat{
	display: flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color:#fbb131;
	}
.contTras .spedGratIcon{
	height:20px;
	}
.contTras .checkOut {
	background-color: var(--color);
	font-size: 25px;
	min-height: 50px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 90%;
	margin: 0px auto 30px;
	cursor:pointer;
	}
.contTras .metoPagaIcon{
	width:95%;
	display: block;
	margin: 0px auto 30px;
	}
	
.contTras .contQuan{
	display:none;
	}
	
	
.numeProdCarr{
	display:none;
	}	
	
.contPolicyCookie22{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: #00000099;
	}	
.policyCookie22{	
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	max-width: 600px;
	max-height: 80vh;
	overflow-y: auto;
	z-index: 20;
	background-color: #fff;
	padding: 50px 20px;
	box-sizing: border-box;
	text-align:justify;
	font-size: 16px;
	}
.closePolicyCookie22{
	position:absolute;
	top:12px;
	right:18px;
	}
.contPulsCook{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top:30px;
	}
.pulsCook{
	background-color: #006cff;
	color: #fff;
	padding: 10px 20px;
	display: initial;
	border-radius: 10px;
	cursor: pointer;
	}
	
@media screen and (max-width: 800px) {
	
	.numeProdCarr{
		display:flex;
		font-size: 20px;
		color: var(--color);
		padding: 30px;
		justify-content: center;
		}	
	.contTras .homaDesi{
		width:85%;
		}
	.column2{
		width:100%;
		}
	.righCartSday {
		width:100%;
		height: initial;
		position:relative;
		padding-bottom: 30px;
		}
	.leftCartSday {
		width:100%;
		margin: 0;
		min-height:initial;
		min-width: initial;
		}
	.contCont{
		width: 100vw;
		}
	.leftCartSday .contCard{
		margin: 5px;
		width: calc(100% - 10px);
		}
	.righCartSday .contSubTota{
		bottom:0px;
		position:relative;
		height:initial;
		left:0px;
		padding:10px 5px 0px;
		background-color:transparent;
		}
	.righCartSday .contPagaAdes {
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding: 10px 20px;
		background: #f5f2eb;
		z-index: 2;
		}
	}	
@media screen and (min-width: 801px) {
	.menuGrig ul.menu li.soloMobile{
		display:none;
		}	
	}

@media screen and (max-width: 800px) {
	iframe[title="test recaptcha"]{
		max-width: 100%;
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin: left center;
		-webkit-transform-origin: left center;
		}
	.g-recaptcha{
		display:block !important;
		}
	.divDise{
		width:100%;
		margin-left:0px;
		}
	#instDiv a{
		display:inline-block;
		width:calc(33.3333% - 6.3333333px);
		margin:5px 3.166666666px;
		vertical-align:top;
		box-sizing: border-box;
		text-align:left;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		}
	#instDiv a:nth-child(5n){
		margin:initial;
		}
	#instDiv a:nth-child(5n+1){
		margin:initial;
		}	
	#instDiv a:nth-child(3n){
		margin:5px 0px 5px 6.3333333px;
		}
	#instDiv a:nth-child(3n+1){
		margin:5px 6.3333333px 5px 0px;
		}	
	#instDiv a:nth-child(3n+2){
		margin:5px 3.166666666px;
		}	
	a.contProdotto {
		width: 50%;
		}
	.contProdottoSingolo .contImage{
		width:100%;
		height:auto;
		}
	.homepage .menuHP{
		height:80px;
		}
	.menuHP .menuBian{
		background-color: rgb(255, 255, 255);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgb(255, 255, 255);
		height:22px;
		}
	.menuHP .menuNero{
		background-color: rgb(255, 255, 255);
		border-top-width: 3px;
		border-top-style: solid;
		border-top-color: rgb(255, 255, 255);
		height:22px;
		}
	.menuHP .menuLogo{	
		width: 100px;
		height:44px;
		}
	.menuGrig ul::before {
		height:0px;
		}
	.menuGrig ul.menu{
		min-width: initial;
		height:0px;
		overflow:auto;
		}
	.menuGrig ul.menu li{
		display:block;
		margin-right:0px;
		padding: 20px 0px;
		height: min-content;
		}
	.menuGrig ul.menu li.mobileNo{
		display:none;
		}
	.menuGrig a.aMenu{
		display:inline-block;
		width:60%;
		text-align:left;
		}
	.homepage .divTextCont {
		font-size: 20px;
		}
	.menuGrig ul.menuMobile{
		height:36px;
		min-width: initial;
		width:100%;
		text-align:center;
		}
	.homepage .contCategoria {
    	margin-top: 80px;
    	margin-left:-220px;
 		overflow:visible;
 		position: absolute;
 		height: calc(100% - 80px);
	   	}
	.homepage .contCategoria.on{
		margin-left:0px;
		}
	.homepage .contCategoria.on .buttonMenuOC div{
		transform:rotateZ(180deg);
		}
	.homepage .contCategoria ul {
		overflow: auto;
		height: 100%;
		}
	.homepage .contNegozio {
    	margin-top: 80px;
    	width:100%;
    	}
    .pag4 .contNegozio{
    	margin-top: 0px;
    	}
	.contProdottoSingolo {
    	margin-top: 80px;
    	width:100%;
    	height: calc(100% - 80px);
    	}
	.carrello .contCategoria{
		width:100%;
		height: 50%;
		}
	.pag4 .contCategoria{
		width:100%;
		height: auto;
		margin-left: 0px;
		position: relative;
		}
	.carrello .contNegozio{
		width:100%;
		height: 50%;
		}
	.pag4 .contNegozio{
		width:100%;
		height: auto;
		}
	.halfPage{
		padding: 100px 5px 20px;
		font-size:13px;
		line-height: 26px;
		width: 100%;
		height: 50%;
		min-height: 50%;
		}
	.homepage .pag4{
		height:auto;
		}
	.pag4 .contRiepilogo{
		width:100%;
		height: auto;
    	margin-top: 80px;
		margin-left: 0px;
		position: relative;
		}
	.homepage .pag6{
		margin-top:80px;
		}
	.pag3 .footer{
		display:block;
		width:100%;
		}
	.pag3 .footer.f3{
		
		}
	.contTaglie .divImgTag{
		width: 100%;
		}
	.contTaglie .divTaglie{
		width: 100%;
		}
	}	

@media screen and (max-width: 500px) {
	a.contProdotto {
		width: 100%;
		}
	.contProdottoSingolo .contImages{
		display:block;
		height:50%;
		width:100%;
		}
	.contProdottoSingolo .contDesc{
		display:block;
		height:50%;
		width:100%;
		}	
	}	














	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
