@font-face {
    font-family: 'Courier';
    src: url('fonts/courier/Courier.eot') format('eot'),
    	 url('fonts/courier/Courier.ttf') format('ttf'),
         url('fonts/courier/Courier.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}
html,body{
	font-family: 'Questrial', sans-serif;
	}
.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%;
    text-align: center ;
	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%;
    padding-top: 150px;
    background-image:url('../img/homepage/wall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	}
@media screen and (max-width: 800px) {
	.homepage .pag0{
		width: 100%;
		min-height: 300px;
		height: 30%;
		padding-top: 0;
		background-image:url('../img/homepage/wall.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 1;
		overflow:hidden;
		margin-top: 55px;
		}
	}
.homepage .sloganBardi{
	position: fixed;
	top:30px;
	height:0px;
	overflow:visible;
	z-index: 20;
	color:#777;
	line-height:25px;
	font-size:20px;
	width:100%;
	text-align:center;
	font-weight:bold;
	}	
@media screen and (max-width: 800px){
	.divInsiCook {
		font-size: 14px;
		line-height: 14px;
		}
	}
.homepage .menuHP{
	padding-top:80px;
	height:150px;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	}
.homepage .menuHP[data-scrolStat='off'] .divBckgMenu {
	color: #777;
	}
.homepage .menuHP:hover{
	background: #fff !important;
	}
.homepage .menuHP:hover .menuLogo{
	background-image:url('../img/loghi/logoLetric.png');
	}
.homepage .menuHP:hover .divBckgMenu {
	color: #777;
	}
.menuHP .menuBian{
	}
.menuHP .menuLogo{
	background-image:url('../img/loghi/logoLetric.png');
	background-position:center 15px;
	background-size:contain;
	background-repeat:no-repeat;
	min-height:70px;
	height:100px;
	width: 280px;
	display: inline;
	position:absolute;
	top:0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	}
.menuHP .menuGrig {
	background-color: transparent;
	width: 100%;
	height: 70px;
	}
.homepage .divBckgMenu {
	color: #777;
	}
.homepage .menuADest .divBckgMenu {
	color: #aaa;
	}
	
.menuBian ul.menu{
	}
.menuBian ul::before{
	}
.menuBian li{
	}
.menuGrig li{
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
	height:100%;
	position: relative;
	}
.menuGrig li:before{
	content:'';
	height:100%;
	display:inline-block;
	vertical-align: middle;
	}
.menuGrig ul.menuMobile li:first-child {
	width: 22%;
	text-align: left;
	padding-left: 0px;
	box-sizing: border-box;
	}
.menuGrig li ul {
	text-align: center;
	transform: translate(-115px, 0%) scaleY(0);
	left:initial;
	width: 250px;
	}
.menuGrig li:hover ul {
	transform: translate(-115px, 100%) scaleY(1);
	opacity: 1;
	z-index:2;
	}
.menuGrig li ul li {
	display: inline-block;
	margin:0px 20px;
	}
.homepage li.dontShowLi{
	}
.homepage .aMenu .divBckgMenu{
	}
.homepage .divBckgMenu{
	}	
.homepage .divTextCont{
	font-size: 15px;
	line-height: 15px;
	font-weight:normal;
	}
.homepage .divTextCont.icon{
	font-size: 20px;
	line-height: 20px;
	}
.numerCombBag {
	top: 4px;
	left: 25px;
	font-size: 12px;
	line-height: 14px;
	}
.homepage .imgLogo{
	background-image:url('../img/loghi/logoSdays.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 100px;
	width: 100px;
	display: inline-block;
	}	
@media screen and (max-width: 800px){
	.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);
		}
	.menuGrig li ul .divBckgMenu {
		color: #777;
		}
	}
.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;
	}
.contParo{
	width: 100%;
	display:inline-block;
	position:absolute;
	top:55%;
	left: 0;
	text-align: center ;
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #eee;
	}
.homepage .contTreTest{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	}
.homepage .testoImg{
	width:calc(50% - 10px);
	margin:10px 10px 10px 0px;
	font-size:18px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	position: relative;
	overflow:hidden;
	-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;
	}
.homepage .testoImg:first-child{
	margin:10px 0px 10px 10px;
	}
.homepage .testoImg:Hover .imgPicc{
	opacity:0.8;
	transform: scale(1.1);
	}
.azieSdays{
	width: 90%;
	max-width: 800px;
	display: inline-block;
	text-align: justify;
	margin: 100px 0px;
	color: #444;
	line-height: 30px;
	font-size: 15px;
	}	
.contPuntVends{
	width: calc(100% - 100px);
	margin-top: 90px;
	z-index: 1;
	text-align: right;
	overflow: auto;
	margin: 50px;
	box-sizing: border-box;
	}
@media screen and (max-width: 800px) {
	.contPuntVends{
		width: calc(100% - 4px);
		margin: 2px;
		}		
	}
.contPuntVends h2{
	border-top: 1px solid #eee;
	}
.contPuntVends .contPuntVend{
	display: inline-block;
	margin: 5px 10px 20px;
	font-size: 14px;
	width: 300px;
	text-align: left;
	}
.contPuntVends .nomeRegi{
	text-align: left;
	margin-top: 0px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	text-transform: uppercase;
	word-break: break-all;
	}


.contPuntVends .nomeNego span{	
	font-weight:bold;
	font-size: 16px;
	}
.homepage .imgPicc{
	height:100%;
	width:100%;
	object-fit: contain;
	opacity:1;
	transform: scale(1);
	-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 .contProdotto .frontImage,
.contProdotto .frontImage,
.contProdotto .backImage{
	background-size: contain;
	background-color:#fff;
	}
.prezzo .prezDa,
.contProdotto .contTags {
	display:none;
	}
a.contProdotto {
	height: 650px;
	}
.contProdCorr {
	margin: 0px 0px 0px 0px;
	}


.homepage .testo.donn{
	
	}
.homepage .pagSdays{
	width:100%;
	margin-top: 150px;
	}	
@media screen and (max-width: 800px) {
	.homepage .pagSdays{
		margin-top: 60px;
		}		
	}
.homepage .pagSdays.h1{
	height:90%;
	}
.homepage .pagSdays.h2{
	height:40%;
	}
.homepage .contTreRiqu{
	width:100%;
	height:100%;
	margin:0px 0px;
	}
.homepage .contTreRiqu.quat{
	width:100%;
	height:100%;
	margin:0px 0px;
	}	
.homepage .contTreRiqu .testoImg{
	display:inline-block;
	vertical-align:top;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height:calc(100% - 40px);
	position:relative;
	opacity: 1;
	-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;
	}	
.homepage .contTreRiqu .testoImg{
	width:calc(50% - 5px);
	margin:20px 0px 20px 5px;
	}
.homepage .contTreRiqu .testoImg:first-child{
	margin:20px 5px 20px 0px;
	}
.homepage .testoImg .testo{
	width: 80%;
	max-width: 210px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 10px 10px 20px;
	z-index:2;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	-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;
	}
.homepage .cateScom{
	list-style: none;
	padding: 100px 10px 10px;
	width: 80%;
	max-width: 210px;
	margin: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	height: calc(100% - 110px);
	position:absolute;
	z-index:1;
	top:0px;
	opacity:0;
	background-color:rgba(255,255,255,0.7);
	-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;
	}
.homepage .cateScom .divBckgMenu{
	color:#000;
	}
.homepage .cateScom .divTextCont{
	font-size:20px;
	}
.homepage .testoImg:hover .testo{
	color:#000;
	background:transparent;
	}
.homepage .testoImg:hover .cateScom{
	opacity:1;
	}

.homepage .contTreRiqu.quat a{
	width:calc(25% - 10px);
	margin:0px 5px;
	}	
.homepage .contTreRiqu.quat a:first-child{
	width:calc(25% - 5px);
	margin:0px 5px 0px 0px;
	}	
.homepage .contTreRiqu.quat a:last-child{
	width:calc(25% - 5px);
	margin:0px 0px 0px 5px;
	}		
.homepage .headSday{
	margin-top:70px;
	width:100%;
	min-height:40vh;
	}
.contCont {
	margin-top: 70px;
	min-height: 100vh;
	max-width: 1100px;
	display: inline-block;
	}
.leftSday{
	display:inline-block;
	vertical-align:top;
	width:35%;
	text-align: left;
	font-size: 12px;
	margin-top: 75px;
	}
.righSday{
	display:inline-block;
	vertical-align:top;
	width:calc(65% - 0px);
	}
.preInsert[data-value="ordine"],
.preInsert[data-value="comb"],
.insert[data-value="ordine"],
.insert[data-value="comb"]{
	display:none;
	}
@media screen and (max-width: 800px) {
	.homepage .contTreRiqu .testoImg{
		width:100%;
		height:calc(50% - 30px);
		margin: 0px;
		}
	.homepage .testoImg .testo{
		max-width: initial;
		width: calc(100% - 20px);
		}
	.homepage .cateScom{
		width: calc(100% - 20px);
		max-width: initial;
		}
	.homepage .cateScom .divBckgMenu {
		margin: 10px 0px;
		}
		
	.homepage .contTreRiqu.quat a {
		width: 100%;
		min-height:25%;
		height:25%;
		margin: 5px 0px;
		}
	.homepage .contTreRiqu.quat a:first-child {
		width: 100%;
		margin: 5px 0px;
		}
	.homepage .contTreRiqu.quat a:last-child {
		width: 100%;
		margin:5px 0px;
		}
	.homepage .pagSdays.h1{
		height:180%;
		}
	.homepage .pagSdays.h2{
		height:160%;
		}
	.leftSday{
		width: calc(90% - 40px);
		margin-top: 0px;
		}
	.righSday{
		width:90%;
		}

	}
.homepage .contTreRiqu a:Hover{
	opacity: 0.8;
	}
.homepage .testo.stag{
	background-color: #b25ae4;
	}
.homepage .testo.new{
	background-color: #c60603;
	}
.homepage .testo.tren{
	background-color: #03b96c;
	}
.contColB{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
.contColB.dive{
	max-width:730px;
	width:calc(50% - 10px);
	margin-left:10px;
	}
.contColB.dive2{
	max-width:730px;
	width:calc(50% - 10px);
	margin-left:10px;
	text-align: right ;
	min-height:800px;
	}
.homepage .imgHB{
	width:100%;
	min-height:400px;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}	
.homepage .imgHB2{
	width:100%;
	min-height:100%;
	box-sizing: border-box;
	text-align:center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}	
.homepage .testoHB{
	display:inline-block;
	vertical-align:top;
	text-align: left ;
	box-sizing: border-box ;
	padding: 60px 30px 10px;
	font-size: 12px;
	color:#000;
	min-height:400px;
	max-width:400px;
	}
.homepage .contImgPicc2{
	width:100%;
	text-align:right;
	overflow: hidden;
	margin-top:20px;
	}
.homepage .contImgPicc2.dive{
	text-align:left;
	}
.homepage .imgPicc2{
	width:350px;
	max-width:100%;
	min-height:350px;
	box-sizing: border-box;
	padding: 10px;
	text-align:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	}
.homepage .imgPicc2.dive{
	margin-left:20px;
	width: calc(100% - 390px);
	}
.homepage .contImgPicc3{
	width:calc(50% - 20px);
	text-align:left;
	display:inline-block;
	vertical-align:bottom;
	overflow-x: hidden;
	font-size: 14px;
	box-sizing: border-box;
	margin:10px;	
	}
.homepage .contImgPicc3.dive{
	margin-top:330px;
	}
.homepage .contImgPicc3.dive2{
	vertical-align: top; 
	margin-left:0px;
	}
.homepage .imgPicc3{
	width:100%;
	min-height:300px;
	box-sizing: border-box;
	text-align:left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display:inline-block;
	vertical-align:top;
	}
.homepage .imgHB4{
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 370px);
	max-width:1080px;
	min-height:600px;
	box-sizing: border-box;
	text-align:left;
	font-size: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	}		
.homepage .imgHB4.dive{
	min-height: 250px;
	width: 350px;
	}
.homepage .contImgPicc4{
	width:350px;
	text-align:left;
	display:inline-block;
	min-height:600px;
	vertical-align:top;
	overflow-x: hidden;
	font-size: 14px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	margin:10px;	
	}	
.homepage .contImgPicc4.dive{
	width: calc(100% - 730px);
	min-height: 300px;
	}
.titoComf{
	text-align:left;
	margin:40px 0px 0px;
	}
.titoComf .tito{
	display:inline-block;
	font-size:30px;
	}	
.homepage .imgHB3{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:600px;
	box-sizing: border-box;
	text-align:left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	}	
.homepage .testMate{
	font-size:14px;
	text-align:left;
	}
.testAzie .menuLogo{
	background-image:url('../img/loghi/logoSdays.png');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	min-height: 100px;
	height:100px;
	width: 100px;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	}
.testAzie{
	overflow: auto;
	display: inline-block;
	max-width: 700px;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 30px;
	text-align: left;
	line-height: 28px;
	max-height: 100%;
	margin: 30px;
	}
.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: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
	box-sizing: border-box;
	text-align: center;
	padding-top: 50px;
	}
.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:#f4050d;
	padding:10px;
	border-radius:3px;
	color:#fff;
	font-size: 13px;
	display: inline-block;
	}
.homepage .contSlogan{
	width: 100%;
    z-index: 1;
    text-align: center;
    height: 110px;
	}
.homepage .contSlogan::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	}
.contSlogan .slogan{
	margin:0;
	text-transform: none;
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	font-weight:600;
	padding:10px 0px;
	color:#777;
	}	 
.contSlogan .icon{
	font-size: 50px;
	color: #ccc;
	}
.contSlogan .annPicc{
	font-size: 12px;
	position:absolute;
	font-family: 'Questrial', sans-serif;
	right: 50%;
	margin-right: -120px;
	}
.homepage .pag1{
	width: 100%;
    z-index: 1;
    text-align: center;
    padding: 0px 0px;
	box-sizing: border-box;
	}
a.contProdotto .descrizione{
	display:none;
	}
a.contProdotto .desc {
	background-color: #fff;
	}
.homepage .pag3{
	width: 100%;
    z-index: 1;
    position:relative;
    font-size:12px;
	text-align: center;
	background-color: #444;
	}
.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;
	color:#aaa;
	}
.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;
    overflow: auto;
	}

.pag4 .contCategoria{
	position: absolute;
	left:0;
	margin-top:70px;
	height: calc(100% - 70px);
	width: 220px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #444;
	overflow:auto;
	overflow-x:hidden;
    -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{
	position: fixed;
	margin-top: 150px;
	bottom:initial;
	left: 0px;
	width: 220px;
	height: calc(100% - 150px);
	z-index: 2;
	display: none;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	background-color:#e9e9e9;
	overflow-x: hidden;
	overflow-y: 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.account{
	display: initial;
	}
.contCategoria .insiDiv:hover{
	top:initial;
	}
.contCategoria .insiDiv{
	display: inline-block;
	top:-40px;
	vertical-align: top;
	height:80px;
	overflow:hidden;
	max-width:1000px;
	background-color:rgba(0,0,0,0.8);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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:hover .insiDiv{
	overflow:auto;
	}
.insiDiv>ul>li{
	display:inline-block;
	vertical-align: top;
	width:120px;
	}
.divSele{
	position:absolute;
	right:50px;
	top:20px;
	background-color: #eee;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 5px;
	text-align: left;
	overflow:hidden;
	height:12px;
	z-index: 2;
	-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;
	}
.divSele:hover {
	height:63px;
	}
.divSele .divSeleNome{
	margin-bottom:5px;
	}
.divSele .divSeleNome{
	max-height:100px;
	overflow:auto;
	}
.divSele .aSeleOpti{
	display:block;
	box-sizing: border-box;
	margin:0px 5px 5px;
	}

.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:#ddd;
	color:#000;
	}
.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 #faf4d9;/*#666*/
	padding-left:7px;
	}
.contCategoria ul{
	box-sizing: border-box;
	display:block;
	background-color: #eee;/*#555*/
	overflow:hidden;
	height:auto;
	text-align: left ;
	}
	
.contCategoria ul li ul a.conFigli{
	border-left:3px solid #777;
	padding-left:7px;
	}
.contCategoria li ul{
	padding-left:10px;
	background-color: #faf4d9;/*#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:#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;
	}
.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: 5px;
	width: 20px;
	display: inline-block;
	vertical-align: top ;
	}
.contCategoria span.checked::before{
	line-height:12px !important;
	position: absolute;
	}
.contCategoria li[data-checked="no"] ul{
	height:0px;
	}
.contCategoria .shopBag{
	letter-spacing: 2px;
	color: #000;
	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: #444;
	font-size: 12px;
	min-height: 90px;
	line-height: 17px;
	padding: 10px;
	}
.contCategoria .subTot{
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	padding: 10px;
	}
.contCategoria .price{
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	}
.contRiepilogo .price:after,
.contCategoria .price:after{
	content:'€';
	}
.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;
	width: calc(100% - 45px);
	}
.pag4 .contCategoria.checkout{
	background-color:#ddd7c1;
	width:400px;
	}
.pag4 .contCategoria.checkout .info{
	background-color:#b3af9d;
	}
.pag4 .contNegozio.checkout{
	width: calc(100% - 400px);
	margin-left:400px;
	}
.pag4 .contNegozio.tac.checkout {
	width: calc(100% - 400px);
	margin-left: 0px;
	}
.preInsert.PI,
.insert.PI,
.preInsert.sociale,
.insert.sociale{
	display:none;
	}	
.contRiepilogo .preInsert,
.contNegozio.tac .preInsert{
	background-color: #fff;
	color: #000;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 7px;
	}
.contRiepilogo .insert,
.contNegozio.tac .insert{
	background-color: initial;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	}
.contProdottoSingolo{
	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;*/
	}
	
.contProdottoSingolo .contImages{
	height:800px;
	width: calc(60% - 150px);
	margin-left:30px;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow: initial;
	overflow-x: visible;
	z-index: 1;
	}

.imgsProdSEO .contImageSEO{
	height:800px;
	width: 70%;
	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;
  	}	
.contProdottoSingolo .contImage{
	min-height:800px;
	height:800px;
	width: 70%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.contTess{
	margin:50px 0px;
	max-width: 100%;
    overflow-x: hidden;
	}	
.contTess .tessSing{
	margin:30px;
	width:300px;
	opacity:0.4;
	transform: scale(1);
	min-height:220px;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	overflow:visible;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-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;
	}	
.titoTess{	
	position: absolute;
	bottom: -50px;
	color: #000;
	font-size: 11px;
	}	
.contProdottoSingolo .contDesc{
	height:100%;
	width: 30%;
	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: 0px 20px 0px;
	color:#000;
	font-size:16px; 
	text-align: left;
	font-weight: normal;
	}
.contProdottoSingolo .codice{
	text-align: left;
	margin:0;
	display:block;
	padding: 5px 20px;
	color:#aaa;
	font-size:11px; 
	line-height:11px;
	font-weight: normal;
	}
.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 .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;
	display: none;
	}
.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 .taglGuid.sott{	
	text-decoration: underline;
	color: #999;
	}
.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;
	display:none;
	}
.contProdottoSingolo .contTags{
	padding: 5px 20px;
	font-size:12px; 
	font-style:italic;
	text-align: left;
	display:none;
	}
.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{
	height:calc(100% - 70px);
	width: calc(100% - 220px);
	margin-left: 220px;
	}
.contNegozio{
	margin-top: 70px;
	height: initial;
	width:100%;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	box-sizing: border-box;
	text-align:left;
	overflow:auto;
	}
.contNegozio.tac.account{
	margin: 150px 0px 0px 220px;
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding: 30px 80px;
	min-height: 80vh;
	}
.contNegozio.tac{
	text-align:center;
	overflow: auto;
	width: calc(100% - 400px);
	margin-left: 0px;
	}
.contNegozio.mt0{
	margin-top:0px;
	height: 100%;
	}
.contNegozio:empty::before{
	content:attr(data-text);
	padding:50px;
	display: block;
	font-size: 50px;
	color: #f00;
	}	
.contNegozio.p20{
	padding:20px;
	width: calc(100% - 400px);
	margin-left: 0px;
	}
.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:3200px;
	height:auto;
	overflow:hidden;
	position:absolute;
	cursor: zoom-out;
	}
.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;
	}


.halfPage{
	height: 100%;
	min-height: 100%;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	box-sizing: border-box;
	text-align:justify;
	overflow:auto;
	padding: 120px 40px 40px;
	font-size:13px;
	line-height: 26px;
	}
.menuBian ul.menuMobile{
	overflow:hidden;
	height:0px;
	}
.menuBian ul.menuMobile li{
	width:49%;   
	margin-right:0px;
	height: 100%;
	}
.menuBian a.pulsMenu{
	position:absolute;
	top:25px;
	right:20px;
	}

.contRiepilogo{
	margin-top:70px;
	height: calc(100% - 70px);
	width:400px;
	display:inline-block;
	vertical-align:top;
	z-index:2;
	box-sizing: border-box;
	text-align:left;
	background-color: #ddd7c1;
	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: #ddd7c1;
	}
.contRiepilogo a.contProdotto:first-child{
	margin-top:0px;
	}
.contOrdine .prodRiep{
	max-height: 100%;
	overflow: auto;
	}
.contOrdine a.contProdotto:first-child{
	margin-top:0px;
	}
.contRiepilogo a.contProdotto,
.contOrdine a.contProdotto  {
	margin-top:5px;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align:center;
	position: relative;
	}
.contRiepilogo .contProdotto .contImagesP,
.contOrdine .contProdotto .contImagesP{
	height:100%;
	width:100px;
	display:inline-block;
	position: relative;
	vertical-align: top;
	}	
.contRiepilogo .iconaFotoAppesaClose,
.contOrdine .iconaFotoAppesaClose{
	display:none;
	}
.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;
	}
.contRiepilogo .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align: top;
	}
.contOrdine .contProdotto .desc{
	background-color:#fff;
	height:100%;
	overflow:auto;
	display:inline-block;
	width:calc(100% - 255px);
	vertical-align: top;
	}
.contOrdine .prodRiep .contProdotto .desc{
	text-align:left;
	}
.contOrdine .prodRiep .contProdotto .contQuan{
	margin:0;
	padding: 0px 10px 5px;
	}
.contOrdine .prodRiep .contProdotto .quan{
	padding: 0px;
	}
.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: #000;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 10px 10px 10px;
	text-align:center;
	}
.contRiepilogo .numShopBag{
	color: #444;
	font-size: 12px;
	line-height: 17px;
	padding: 10px;
	}
.contRiepilogo .subTot{
	font-size: 12px;
	color: #444;
	text-transform: uppercase;
	padding: 10px;
	}
.contRiepilogo .price{
	font-size: 19px;
	color: #000;
	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;
	border-top: 1px solid #999;
	}
.homepage .pag5{
	width: 100%;
	margin-top:180px;
	height: calc(100% - 180px);
    z-index: 1;
    text-align: center;
	}
.homepage .pag6{
	width: 100%;
	margin-top:150px;
    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: middle;
	width: 33.33%;	
	box-sizing: border-box;
	}
.pag3 .footer.f1{
	text-align:left;
	padding:30px;	
	}
.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: 30px;	
	}
.pag3 .footer .ppIcon{
	width:40%;
	}
.pag3 .footer .contIscrNews{
	margin-top: 30px;
	font-size: 20px;
	font-style: italic;
	}
.pag3 .sociDiv{
	width:50%;
	height:300px;
	display:none;
	overflow:auto;
	vertical-align:top;
	background-color: #777;
	text-align: left ;
	}
.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;
	}



.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:#777;
	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;
	}
	
.contSlicHome{	
	height: 100%;
	}
.contSlicHome div{	
	height: 100%;
	}

.contSlicHome .subDiv{
	min-height: 1000px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}
@media screen and (max-width: 800px) {
	.contSlicHome .subDiv {
		min-height: 100%;
		}
	.scroDown {
		display:none;
		}
	}
	
.homepage .leftAzie{
	background-image:url('../img/homepage/pf/azienda.jpg');
	background-position:center;
	background-size:cover;
	background-color:#fff;
	background-repeat:no-repeat;
	height:100%;
	min-height: 100px;
	width: calc(100% - 370px);
	margin:0px 0px 20px 20px;
	display: inline-block;
	vertical-align: top;
	}	
.homepage .rightAzie{
	width: 350px;
	display: inline-block;
	vertical-align: top;
	font-size:13px;
	text-align:justify;
	box-sizing:border-box;
	padding:0px 20px;
	}		
.pag3 a.logo-bardi-pic{
	background-image: url('../img/loghi/logoSdays.png');
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	vertical-align: top;
	min-height: 50px;
	width: 80px;
	}
.menuBian a.pulsBag{
	position: absolute;
	top: 23px;
	right: 70px;
	}

a#pulsSearch{
	position: absolute;
	top: 23px;
	right: 130px;
	}
.menuADest{
	position: absolute;
	top: -20px;
	right: 0px;
	}
.homepage .menuADest .divTextCont {
	font-size: 12px;
	}
.homepage .menuADest .divTextCont.icon {
	font-size: 20px;
	}
.contImages .slick-next,
.pag1 .slick-next{
	right:40px;
	z-index: 1;
	background-color: rgba(255,255,255,0.2);
	}
.contImages .slick-prev,
.pag1 .slick-prev{
	left:40px;
	z-index: 1;
	background-color: rgba(255,255,255,0.2);
	}
.sepaDispInli,
.pulsFullPage{	
	display:none;
	}
.save .textRight {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	}
.save .bigIcon {
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	}
.save {
	float: left;
	margin-left: 20px;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: #cdcbcb;
	display: inline-block;
	width: 282px;
	min-height: initial;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 10px;
	-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;
	}
.logoMobileAlto{
	background-image: url('../img/loghi/logoLetric.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	min-height: 50px;
	width: 100px;
	max-width: 90%;
	display: inline-block;
	position: relative;
	top: -5px;
	}	
.tracVett A:link, .tracVett A:visited {
	padding: 5px 3px 5px;
	}	
#contLookBook .picture{
	padding: 0px;
	height: initial;
	}
	
#contLookBook .picture:nth-child(5n+4){
	width: calc(60% - 20px);
	margin: 0px 0px 20px 10px;
	}
#contLookBook .picture:nth-child(5n+1) {
	width: calc(60% - 20px);
	margin: 0px 10px 20px 0px;
	} 
#contLookBook .picture:nth-child(5n+3){
	width: calc(40% - 20px);
	margin: 0px 10px 20px 0px;
	}
#contLookBook .picture:nth-child(5n+2) {
	width: calc(40% - 20px);
	margin: 0px 0px 20px 10px;
	} 
#contLookBook .picture:nth-child(5n+2):before,
#contLookBook .picture:nth-child(5n+3):before {
	content: "";
	display: block;
	padding-top: 126.6%;
	}	
#contLookBook .picture:before {
	content: "";
	display: block;
	padding-top: 83%;
	}	

#contLookBook figure{
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	}	
#contLookBook figure>a{
	width: 100%;
	height: 100%;
	display:block;
	}	
#contLookBook figure>a>img{
	width: 100%;
	height: 100%;
	object-position: center;
	}	
.demo-content .contSlogan.anno{
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin:50px 0px;
	}
.demo-content video{
	margin-bottom:50px;
	background-color: #000;
	}
.demo-content video:last-child{
	margin-bottom:0px;
	}
	
.demo-content iframe{
	width: 100%;
	height: 80vh;
	border: 1px solid #eee;
	margin: 20px 0px;
	}
	
.demo-content h2.slogan{
	font-weight: normal; 
	}
#contLookBook.demo-content .contSlogan{
	display:block;
	}
.contComp{
	
	}
.contComp .contTest p:first-child{
	margin-top:0px;
	}
#slidProd.demo-content .picture {
	height: 400px;
	}
#slidProd.demo-content .picture img {
	width: 100%;
	height: 400px;
	object-position: right;
	object-fit: cover;
	}
	
.preInsert {
	text-align: left;
	margin: 0px 20px;
	padding: 0px 0px 4px 2px;
	background-color: #fff;
	border-top: 1px solid #999;
	color: #777;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	display:none;
	}
.insert {
	border-top: 1px solid #999;
	background-color: #fff;
	border-radius: 0px;
	}
select{
	border:0px;
	background-color:#fff;
	padding:10px;
	font-size:13px;
	text-align: left;
	color:#777;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0px;
	font-family: 'Questrial', sans-serif;
	font-style: italic;
   	}
.insert.ibig {
	border-top: 1px solid #999;
	}
.hrMenu{	
	max-width:800px;
	color:#ccc;
	margin: 5px auto;
	border-bottom: 0px;
	margin: 0px auto;
	}
.menuGrig ul {
	height: calc(100% - 32px);
	}
	
A.consensoA{
	font-size:11px;
	}
#instDiv a:nth-child(5n+1) {
	margin: 5px 5px;
	}	
#instDiv a:nth-child(5n) {
	margin: 5px 5px;
	}
#instDiv a:nth-child(3n+1) {
	margin: 5px 5px 5px 0px;
	}	
#instDiv a:nth-child(3n) {
	margin: 5px 0px 5px 5px;
	}
#instDiv a {
	display: inline-block;
	width: calc(33.33333% - 8px);
	}
#instDiv{
	max-width: 800px;
	display: inline-block;
	}	
.pulsanteG.R,
.oppureL{
	display:none;
	}
.window.login .logo {
	background-size: 80%;
	}
.window.login .contG-recaptcha{
	margin:10px 0px 20px;
	}
	
.contSlicComp{	
	max-width: 1200px;
	display: inline-block;
	}
.contSlicComp .contImgs{	
	width: 60%;
	display: inline-block;
	vertical-align: top;
	}
.contSlicComp .contImgs{	
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-bottom:50px;
	}
.contSlicComp .contImgs img{	
	width: 100%;
	}
.contComp .contTest{
	padding: 50px 50px 0px;
	margin-bottom:50px;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	width:40%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	}
.divInsiCook{
	color:#555;
	}	
.pulsCook{
	background-color: #777;
	}
@media screen and (max-width: 800px) {
	.contSlicComp .contImgs{	
		width:80%;
		float: left;
		}
	.contComp .contTest{
		width:100%;
		padding: 20px 20px 0px;
		font-size: 14px;
		line-height: 20px;
		}
	.hrMenu{	
		display:none;
		}
	.contComp .contTest{
		column-count: initial;
		}
	.carrello .contCategoria.mt0 {
		height: 50%;
		}
	.menuHP .menuLogo {
		width: 200px;
		height: auto;
		top: 20px;
		display:none;
		}
	.homepage .imgHB3{
		height:300px;
		}
	.homepage .contImgPicc3.dive2{
		vertical-align: top; 
		margin-left:10px;
		}
	.homepage .contImgPicc4.dive{
		width: calc(100% - 20px);
		min-height: 300px;
		}
	.homepage .imgHB4.dive{
		min-height: auto;
		width: calc(100% - 20px);
		margin-left: 1px;
		}
	.homepage .contImgPicc4{
		width: calc(100% - 20px);
		min-height: auto;
		}
	.homepage .imgHB4{
		width:100%;
		min-height: 300px;
		}
	.homepage .contImgPicc3.dive{
		margin-top:0px;
		}
	.homepage .contImgPicc2.dive{
		text-align:center;
		}
	.homepage .contImgPicc2{
		text-align: center;
		}
	.homepage .imgPicc2.dive2{
		height:initial;
		min-height: auto;
		}
	.homepage .imgPicc2.dive{
		margin-left:0px;
		width: calc(100% - 20px);
		}
	.homepage .imgPicc2{
		width: calc(100% - 20px);
		}
	.homepage .contImgPicc3{
		width: calc(100% - 20px);
		}
	.contColB{
		width:100%;
		}
	.homepage .testoHB{
		display:none;
		}
	.contColB.dive2{
		max-width:auto;
		width:100%;
		margin-left:0px;
		text-align: left ;
		min-height:auto;
		}
	.contColB.dive{
		max-width:auto;
		width:100%;
		margin-left:0px;
		}
	.contCategoria{
		position: fixed;
		margin-top: initial;
		bottom:0px;
		left: 0;
		width:220px;
		height: initial;
		z-index: 2;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		text-align: center;
		background-color:transparent;
		overflow: visible;
		-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 .insiDiv:hover{
		top:0px;
		}
	.contCategoria .insiDiv{
		display: inline-block;
		top:0px;
		vertical-align: top;
		height:100%;
		overflow:hidden;
		max-width:initial;
		width:100%;
		background-color:rgba(0,0,0,0.8);
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		}
	.insiDiv>ul>li{
		display:inline-block;
		vertical-align: top;
		width:100%;
		}
	.menuGrig ul.menuMobile {
		padding-top: 5px;
		height:40px;
		overflow: visible;
		}	
	.menuGrig ul.menuMobile li {
		margin-top: 10px;
		}	
		
	.carrello a.contProdotto,
	a.contProdotto {
		width: 50%;
		}
	.contProdottoSingolo .contImage{
		width:100%;
		height:auto;
		}
	.contProdottoSingolo .tessSing{
		min-height:150px;
		}	

	.homepage .menuHP{
		padding-top: 0px;
		height: 60px;
		}
	.menuHP .menuBian{
		background-color: none;
		border-bottom-width: 0px;
		border-bottom-style: solid;
		border-bottom-color: rgb(255, 255, 255);
		}
	
	.menuBian ul::before {
		height:0px;
		}

	.menuBian ul.menu li{
		display:block;
		margin-right:0px;
		padding: 20px 0px;
		}
	.menuBian ul.menu li.mobileNo{
		display:none;
		}
	.menuADest{
		position: relative;
		top: initial;
		right: initial;
		}
	.homepage .menuADest .divBckgMenu {
		color: #444;
		}
	.homepage .menuADest .divTextCont {
		font-size: 20px;
		}
	.menuBian a.aMenu{
		display:inline-block;
		width:60%;
		text-align:left;
		}
	.homepage .divTextCont {
		font-size: 20px;
		}
	.menuBian ul.menuMobile{
		height: 100%;
		min-width: initial;
		width:100%;
		text-align:right;
		}
	.homepage .contCategoria {
    	margin-top: 70px;
    	margin-left:-220px;
 		overflow:visible;
 		position: fixed;
 		height: calc(100% - 70px);
 		display: none;
	   	}
	.homepage .contCategoria.checkout,
	.homepage .contCategoria.account {
 		display: block;
 		padding-bottom: 20px;
	   	}
	.homepage .contCategoria.checkout{
	   	width: 100%;
		}
	.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: 70px;
    	width:100%;
    	}
    .contNegozio.tac.account {
		margin-left: 0px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		}
    .pag4 .contNegozio{
    	margin-top: 0px;
    	}
	.contProdottoSingolo {
    	margin-top: 70px;
    	width:100%;
    	margin: 70px 0px 0px 0px;
    	}
	.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.tac.checkout,
	.pag4 .contNegozio.checkout,
	.pag4 .contNegozio{
		width:100%;
		height: auto;
		margin-left: 0px;
		}
	.halfPage{
		padding: 100px 5px 20px;
		font-size:13px;
		line-height: 26px;
		}
	.homepage .pag4{
		height:auto;
		}
	.pag4 .contRiepilogo{
		width:100%;
		height: auto;
    	margin-top: 70px;
		margin-left: 0px;
		position: relative;
		}
	.homepage .pag6{
		margin-top:60px;
		}
	.pag3 .footer{
		display:block;
		width:100%;
		}
	.pag3 .footer.f3{
		display:block;
		}
	.contTaglie .divImgTag{
		width: 100%;
		}
	.contTaglie .divTaglie{
		width: 100%;
		}
	}	
@media screen and (max-width: 800px) {
	.contProdottoSingolo .contDesc{
		width: 100%;
		margin-left: 0px;
		}
	.contProdottoSingolo .contImages {
		height:450px;
		width: 100%;
		margin-left: 0px;
		}
	.contProdottoSingolo .contImage{
		min-height:450px;
		}
	.contProdottoSingolo .contThumbs{
		display:none;
		}	
	}
@media screen and (max-width: 500px) {
	a.contProdotto::before{
		content:initial;
		}

	.homepage .leftAzie{
		width:100%;
		height:50%;
		}
	.homepage .rightAzie{
		width:100%;
		}
	.homepage .sloganBardi{
		display:none;
		}
	.carrello a.contProdotto,
	a.contProdotto {
		width: 100%;
		}
	}	














	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
