@charset "iso-8859-1";
/* CSS Document */

/* BASE */
*{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0.6);
	outline: 0;
}
*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	width:100%;
	min-height:100%;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	min-height:100%;
	font-family: 'SF Pro Display';
	font-weight: normal;
	font-style: normal;
	color:#000000;
	font-size: 16px;
	line-height: 16px;	
	background-color:#f6f6f6;
	
	position:relative;
}
html, body {
 	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: unset;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
}
img{
	border:0;
	font-size:0;
	color:#ffffff;
}
ul{
	margin: 0;
	padding: 0;
}
ul li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
	letter-spacing: -0.020em;
}
input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance:    textfield;
	appearance:         textfield;
}
input[type=checkbox] {
   -webkit-appearance: checkbox;
   -moz-appearance:    checkbox;
   appearance:         checkbox;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
	
	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */
	
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
button{
	border:0;
	margin:0;
	padding: 0;
	
	appearance: normal;
	-moz-appearance: normal; /* Firefox */
	-webkit-appearance: normal; /* Safari and Chrome */

	background-color: transparent;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
	-webkit-appearance: textfield;
	resize: none;
	overflow: hidden;
}
input:required:invalid {
    outline :#ffffff solid 0px;
}
input:invalid {
    outline :#ffffff solid 0px;
}
form{
	margin: 0px;
	padding: 0px;
}

.clickable {
	cursor:pointer !important;
}
.obscure {
	pointer-events:none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.hidden {
	display:none !important;
}
.disabled {
	pointer-events:none !important;
}
.disabled.boxedit-label{
	opacity:0.25 !important;
}
.disabled input{
	opacity:0.25 !important;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* FONT BASE */
.txt11{
	font-size:11px !important;
	letter-spacing:0em !important;
}
.txt13{
	font-size:13px !important;
}
.txt20{
	font-size:20px;
	font-family:sans;
	font-weight:normal;
}
.txtC{
	text-align:center !important;
}
.txtL{
	text-align:left !important;
}
.txtR{
	text-align:right !important;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
/* BASE */

/*COLOR*/
.colorCyan{
	color:#2563d5;
}
.colorCyan2{
	color:#3070ea;
}
.colorBlue{
	color:#0155ff;
}
.colorRed{
	color:#c0386e;
}
.colorGray{
	color:#666d77;
}
.colorGray2{
	color:#b2b6c0;
}
.colorGray3{
	color:#e6e6e6;
}
.colorGray4{
	color:#3d3d3d;
}
.colorGray5{
	color:#a5a9b2;
}
.colorGray6{
	color:#858585;
}
.colorWhite{
	color:#ffffff;
}
.colorBlack{
	color:#000000;
}

.bgCyan{
	background-color:#2563d5;
}
.bgCyan2{
	background-color:#3070ea;
}
.bgBlue{
	background-color:#0155ff;
}
.bgRed{
	background-color:#c0386e;
}
.bgGray{
	background-color:#666d77;
}
.bgGray1 {
	background-color: #c9ccd2;
}
.bgGray2 {
	background-color: #444444;
}
.bgGray3 {
	background-color: #E0E0E0;
}
.bgGray4 {
	background-color: #f0f0f0;
}
.bgGray5 {
	background-color: #f2f2f2;
}
.bgGray6 {
	background-color: #e6e6e6;
}
.bgGray7 {
    background-color: rgba(242, 242, 242, 0.40);
}
.bgYellow {
	background-color: #f7ff00;
}
.bgGreen{
	background-color: #6ad06a;
}
.bgWhite{
	background-color: #ffffff;
}
/*COLOR*/

/* FONT-FACE */

/* SF Pro Display SEMIBOLD */
.ffTextSFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
}
.ffText10SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:10px;
	line-height:10px;
}
.ffText12SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:12px;
	line-height:12px;
}
.ffText13SFSuppercase{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:13px;
	line-height:14px;
	text-transform: uppercase;	
}
.ffText14SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:14px;
	line-height:14px;
}
.ffText16SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:16px;
	line-height:16px;
}
.ffText18SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:18px;
	line-height:18px;
}
.ffText20SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:20px;
	line-height:20px;
}
.ffText24SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:24px;
	line-height:24px;
}
.ffText28SFS{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size:28px;
	line-height:28px;
}
/* SF Pro Display REGULAR */
.ffTextSFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.ffText12SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:12px;
	line-height:12px;
}
.ffText14SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:14px;
	line-height:14px;
}
.ffText16SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:16px;
	line-height:16px;
}
.ffText18SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:18px;
	line-height:18px;
}
.ffText21SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:21px;
	line-height:21px;
}
.ffText22SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:22px;
	line-height:22px;
}
.ffText30SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:30px;
	line-height:30px;
}
.ffText32SFR{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:32px;
	line-height:32px;
}
/* SF Pro Display LIGHT */
.ffTextSFL{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 200;
    font-style: normal;
}
.ffText16SFL{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size:16px;
	line-height:16px;
}
.ffText21SFL{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size:21px;
	line-height:21px;
}
.ffText25SFL{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size:25px;
	line-height:25px;
}
.ffText26SFL{
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:26px;
	line-height: 35px;
}
/* SF Pro Display THIN */
.ffTextSFT{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 100;
    font-style: normal;
}
.ffText24SFT{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size:24px;
	line-height:24px;
}
.ffText30SFT{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size:30px;
	line-height:30px;
}
.ffText32SFT{
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 100;
    font-style: normal;
	font-size:32px;
	line-height:32px;
}
/* Eurostile LT Std EXTENDED 2 */
.ffTextEE2{
    font-family: 'Eurostile LT Std';
    font-weight: normal;
    font-style: normal;
}
/* Tiempos Headline MEDIUM */
.ffTextTHM{
    font-family: 'Tiempos Headline';
    font-weight: 500;
    font-style: normal;
}
.ffText10THM{
    font-family: 'Tiempos Headline';
    font-weight: 500;
    font-style: normal;
	font-size:10px;
	line-height:10px;
}
.ffText32THM{
    font-family: 'Tiempos Headline';
    font-weight: 500;
    font-style: normal;
	font-size:32px;
	line-height:32px;
}
.ffText48THM{
    font-family: 'Tiempos Headline';
    font-weight: 500;
    font-style: normal;
	font-size:48px;
	line-height:48px;
}
/* Tiempos Headline LIGHT */
.ffTextTHL{
    font-family: 'Tiempos Headline';
    font-weight: 300;
    font-style: normal;
}
.ffText30THL{
    font-family: 'Tiempos Headline';
    font-weight: 300;
    font-style: normal;
	font-size:30px;
	line-height:30px;
}
.ffText36THL{
    font-family: 'Tiempos Headline';
    font-weight: 300;
    font-style: normal;
	font-size:36px;
	line-height:36px;
}

/* FONT-FACE */

/* LINK */
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a.item:link, a.item:visited, a.item:hover, a.item:active {
	text-decoration: none;
	color:#0155ff;
}
a.item:hover{
	text-decoration: none;
	color:#cccccc;
}
a.linktxt:link, a.linktxt:visited, a.linktxt:hover, a.linktxt:active {
	text-decoration: none;
	color:#ffffff;
}
a.linktxt:hover{
	text-decoration: underline;
	color:#ffffff;
}

/*BUTTON*/
a.btnrounded:link, a.btnrounded:visited, a.btnrounded:hover, a.btnrounded:active, .btnrounded{
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 45px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	
	padding:0 24px 1px 24px;
	min-width:140px;
	
	color: #ffffff;
	
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	cursor:pointer;
	white-space: nowrap;
	
	position: relative;
	overflow: hidden;
	
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
a.btnrounded:hover, .btnrounded:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.44);
}
a.btnrounded.bgWhite, .btnrounded.bgWhite{
	color: #0155ff;
}
a.btnrounded.bgOrange, .btnrounded.bgOrange{
    background-color: #3d74ea;
    color: #ffffff;
}
a.btnrounded.bgGreen, .btnrounded.bgGreen{
    background-color: #37B584;
    color: #ffffff;
}

a.btnroundedCart:link, a.btnroundedCart:visited, a.btnroundedCart:hover, a.btnroundedCart:active, .btnroundedCart{
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 55px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	
	padding:0 25px 1px 25px;
	min-width:200px;
	
	color: #ffffff;
	
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	cursor:pointer;
	white-space: nowrap;
	
	position: relative;
	overflow: hidden;
	
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
a.btnroundedCart:hover, .btnroundedCart:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.44);
}
.btnroundedCart.annul, a.btnroundedCart.annul{
    color: #8a8a8a;
    background: #ffffff;
}
.btnroundedCart.annul:hover, a.btnroundedCart.annul:hover{
    color: #8a8a8a;
    background: #efefef;
}
/* BUTTON */

.container {
	overflow:hidden;
}
.homepage .container {
	display:none;
	opacity:0;
	visibility:hidden;

	-webkit-transition: opacity 0.3s ease-out 0.6s;
	-moz-transition: opacity 0.3s ease-out 0.6s;
	-o-transition: opacity 0.3s ease-out 0.6s;
	transition:  opacity 0.3s ease-out 0.6s;
}
.homepage.animate .container {
	display:block;
	opacity:1;
	visibility:visible;
}
.content {
    position: relative;
    z-index: 2;
}
/* COVER */
.cover{
	width:100%;
	height:100vh;
	min-height:100vh;
	position:relative;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-color:#ffffff;
}

.logo{
	width:1037px;
	height:137px; 
	position:absolute;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.logo h1{
	display:none;
}
.logo .logosite{
	display:block;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
.logo .mood{
	display:block;
	margin-top:23px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
.homepage .logo .logosite, .homepage .logo .mood, .nextpage .logo .logosite, .nextpage .logo .mood{
	opacity:0;
	visibility:hidden;
}
.homepage.animate .logo .logosite, .nextpage.animate .logo .logosite{
	opacity:1;
	visibility:visible;

	-webkit-transition: opacity 0.8s ease-out 1.6s;
	-moz-transition: opacity 0.8s ease-out 1.6s;
	-o-transition: opacity 0.8s ease-out 1.6s;
	transition:  opacity 0.8s ease-out 1.6s;
}
.homepage.animate .logo .mood, .nextpage.animate .logo .mood{
	opacity:1;
	visibility:visible;

	-webkit-transition: opacity 0.8s ease-out 2s;
	-moz-transition: opacity 0.8s ease-out 2s;
	-o-transition: opacity 0.8s ease-out 2s;
	transition:  opacity 0.8s ease-out 2s;
}

.cover-content{
	width:100%;
	height:100%; 
	min-height:100%; 
	position:relative;
	z-index:10;
	margin:0;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#video-viewport {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 0;
}
video#fullversion {
	margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    vertical-align: top;
    text-align: center;
    z-index: 1;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    left: 50%;
    top: 50%;
	background-size: cover;
}
video#fullversion::-internal-media-controls-download-button {
    display:none;
}
video#fullversion::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video#fullversion::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.cover-bg{
	margin:0 auto;
	padding: 0;

	width:100%;
	height:100%;
	min-height:100%; 
	position:absolute;
	
	z-index:-1;
	
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color: rgba(0, 0, 0, 0.18);
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;   /*Firefox*/
}
.cover-bg.active{
	z-index:1 !important;
	opacity:1;
	visibility:visible;
}
#coverswiper.swiper-container {
	width: 100%;
	height: 100%;
	z-index:0;
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;   /*Firefox*/
}
.homepage.animate #coverswiper.swiper-container {
	opacity:1;
	visibility:visible;
}

#coverswiper .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
}


/* HEADER + MENUFIXED */
.logo-label{
	top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -42.39%;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 20;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
	pointer-events:all;
}
.logo-label img{
	display:block;
	margin: 0;
	padding:0;
}
.homepage .logo-label, .nextpage .logo-label{
	opacity:0;
	visibility:hidden;
	
	-webkit-transform: translate3d(0,-186px,0);
	transform: translate3d(0,-186px,0);
}
.homepage.animate .logo-label, .nextpage.animate .logo-label{
	opacity:1;
	visibility:visible;
	
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: opacity 0.5s, transform 0.8s cubic-bezier(0, 0, 0, 1) 0.5s;
	transition:  opacity 0.5s, transform 0.8s cubic-bezier(0, 0, 0, 1) 0.5s;
}

.cart-label-o{
	width: 95px;
    height: 50px;
    top: 67px;
    left: 50%;
    margin-top: 0;
    margin-left: -31.48%;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 20;
    text-align: right;
    vertical-align: top;
    cursor: pointer;
	
	border-radius:50em;
	-webkit-border-radius:50em;
	-moz-border-radius:50em;

	background-image:url('ICN_cart_1w.png');
	background-position:left 5px center;
	background-repeat:no-repeat;
	background-color:#0155ff;
	color:#ffffff;
	
	pointer-events:all;
}
.cart-label-o div{
    line-height: 50px;
    margin-right: 21px;
}
.homepage .cart-label-o, .nextpage .cart-label-o{
	opacity:0;
	visibility:hidden;
	
	-webkit-transform: translate3d(-186px,0,0);
	transform: translate3d(-186px,0,0);

	-webkit-transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
	transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
}
.homepage.animate .cart-label-o, .nextpage.animate .cart-label-o{
	opacity:1;
	visibility:visible;
	
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cart-label-v{
	width:50px;
	height:95px;
	top: 254px;
    left: 50%;
    margin-top: 0;
    margin-left: -40.77598828696925%;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 20;
    text-align: center;
    vertical-align: top;
    cursor: pointer;

	border-radius:50em;
	-webkit-border-radius:50em;
	-moz-border-radius:50em;

	background-image:url('ICN_cart_1w.png');
	background-position:center top 5px;
	background-repeat:no-repeat;
	background-color:#0155ff;
	color:#ffffff;
	
	pointer-events:all; /* NECESSARIO PER TUTTI GLI ELEMENTI IN HEADER */
	
	opacity:0;
	visibility:hidden;
	
	-webkit-transform: translate3d(0,-186px,0);
	transform: translate3d(0,-186px,0);

	-webkit-transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
	transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
}
.cart-label-v div{
    position: absolute;
    text-align: center;
    bottom: 18px;
    left: 0;
    right: 0;
}
.cart-label-v:hover{
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.44);
}
.homepage.animate .cart-label-v, .nextpage.animate .cart-label-v {
	opacity:0;
	visibility:hidden;
	
	-webkit-transform: translate3d(0,-186px,0);
	transform: translate3d(0,-186px,0);

	-webkit-transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
	transition: all 0.9s cubic-bezier(0, 0, 0, 1) 1s;
}
.homepage.animate .cart-label-v.show, .nextpage.animate .cart-label-v.show {
	opacity:1;
	visibility:visible;
	
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.waypoint {
	position: fixed;
	z-index: 15;
	width: 100%;
	max-width: 1366px;
	text-align: right;
	vertical-align: top;
	box-sizing: border-box;
	top: 0;
	right: 0;
	left: 0;
	margin:0 auto;
	padding:0;	
	white-space: nowrap;
	
	pointer-events:none;
}
.waypoint-cont{
	width: 100%;
	position:relative;
}
.menufixed{
	padding:12px 80px 12px 14px;
	margin:0;
	width:71.38%;
	height:73px;
	box-sizing:border-box;
	text-align:left;
	vertical-align:middle;
	position:absolute;
	z-index:1;

	white-space:normal;
	
	top: 56px;
	right:50%;
	margin-top: 0;
	margin-left: 0;
	margin-right: -43.56%;
	margin-bottom: 0;
	
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0); 
	
	opacity:0;
	visibility:hidden;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.menufixed.open{
	background:#ffffff;
	opacity:1;
	visibility:visible;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24); 
	pointer-events:all;
}
.menufixed ul {
    list-style-type: none;
    margin: 4px 0 0 0;
    padding: 0;
    overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align:left;
}
.menufixed li {
    float: left;
}
.menufixed li a {
    display: block;
    color: #535353;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
	pointer-events:all;
}
.menufixed li a:hover {
    color: #0155ff;
}
.menufixed a.on{
	color:#0155ff !important;
	pointer-events:none;
}

.menufixed-btn{
	text-align:center;
	vertical-align:middle;
	position:absolute;	
	width:49px;
	height:49px;
	top:68px;
	right:50%;
	margin-top: 0;
	margin-left: 0;
	margin-right: -42.39%;
	margin-bottom: 0;
	padding:0;
	z-index:10;
	background-image:url('BTN_menufixed_open_1w.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#385afd;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.4);
	cursor:pointer;
	outline: 0 !important;
	
	pointer-events:all;
	
/* animazione easeOutExpo */
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.menufixed-btn::-moz-focus-inner { 
	border: 0; 
}
.menufixed-btn.open {
	background-image:url('BTN_menufixed_close.png');
	background-color:#ffffff;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0);
}
.homepage #waypoint, .nextpage #waypoint{
	opacity:0;
	visibility:hidden;
}
.homepage.animate #waypoint, .nextpage.animate #waypoint{
	opacity:1;
	visibility:visible;
	
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: opacity 0.5s ease-out 0.8s;
	transition:  opacity 0.5s ease-out 0.8s;
}

/* NAVIGAZIONE */
.labelbox{
	position:absolute;
	top: 68px;
	right: 50%;
	margin-top: 0;
	margin-left: 0;
	margin-right: -42.39%;
	margin-bottom: 0;
	z-index: 3;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
    transform: translate(-62px, 0);

/* animazione */
	-webkit-transition: all 0.4s ease-out 0s;
	transition:         all 0.4s ease-out 0s;
	-o-transition:      all 0.4s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0s;   /*Firefox*/
}
.labelbox.show{
	opacity:1;
	visibility:visible;
}
.labelbox.show.active{
	pointer-events:all;
}

.label-page{
	position:absolute;
	top: 0;
	right: 0;
	margin:0;
	padding:0 8px;
	
	height:50px;
	line-height:50px;
	z-index: 3;
	
	text-align:right;
	
	border-radius:50em;
	-webkit-border-radius:50em;
	-moz-border-radius:50em;
	
	background-color:rgba(255,255,255, 0);
	pointer-events:all;

/* animazione */
	-webkit-transition: all 0.4s ease-out 0s;
	transition:         all 0.4s ease-out 0s;
	-o-transition:      all 0.4s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0s;   /*Firefox*/
}
.labelbox.active .label-page {
	cursor:pointer;
	color:#ffffff;
	
	font-size:21px;
	line-height:50px;
	
	padding:0 26px;
}
.about .labelbox .label-page, .journal .labelbox .label-page {
	color:#ffffff;
}

.labelbox.active .label-back{
	background-image:url('ELE_back.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-color:transparent;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
	z-index:10;
	
	cursor:pointer;
}
.labelbox.active.open .label-back{
	opacity:1;
	visibility:visible;

/* animazione */
	-webkit-transition: all 0.6s ease-out 0s;
	transition:         all 0.6s ease-out 0s;
	-o-transition:      all 0.6s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.6s ease-out 0s;   /*Firefox*/
	
	transform:translateX(0);
}
.labelbox.active.open .label-back:hover{
	transform:translateX(-4px);
}

.label-page-menu{
	position:relative;
	margin:0;
	padding:0 16px;
	
	width:300px;
	height:auto;
	overflow:hidden;

	color:#ffffff;
	background-color:rgba(1, 85, 255, 1);

	font-size:21px;
	line-height:50px;
	z-index: 2;
	text-align:right;
	
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	
	opacity:0;
	visibility:hidden;
	pointer-events: none;
	
/* animazione */
	-webkit-transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1) 0s;
	transition:         all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1) 0s;
	-o-transition:      all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1) 0s;     /*Opera*/
	-moz-transition:    all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1) 0s;   /*Firefox*/
}
.labelbox.show .label-page-menu {
	width:139px;
}
.labelbox.active .label-page-menu{
	opacity:1;
	visibility:visible;
	pointer-events: all;
}
.labelbox.open .label-page-menu{
	width:300px;
	height:auto;
	overlay:hidden;
	
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
}
.label-page-menu ul{
	text-align: right;
	margin: 56px 10px 44px 0;
	padding: 0;
	opacity:0;
	
/* animazione */
	-webkit-transition: all 0.1s ease-out 0s;
	transition:         all 0.1s ease-out 0s;
	-o-transition:      all 0.1s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.1s ease-out 0s;   /*Firefox*/
}
.labelbox.open .label-page-menu ul{
	opacity:1;
	
/* animazione */
	-webkit-transition: all 0.4s ease-out 0.2s;
	transition:         all 0.4s ease-out 0.2s;
	-o-transition:      all 0.4s ease-out 0.2s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0.2s;   /*Firefox*/
}
.label-page-menu ul li{
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 16px;
}
.label-page-menu ul li a{
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 2px 0;
	white-space:nowrap;
}
.labelbox.show .label-page-menu ul li a{
	white-space:normal;
	
/* animazione */
	-webkit-transition: all 0.4s ease-out 0s;
	transition:         all 0.4s ease-out 0s;
	-o-transition:      all 0.4s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.4s ease-out 0s;   /*Firefox*/
}
.label-page-menu ul li a:hover{
    color: rgba(255, 255, 255, 1);
}
.label-page-menu ul li a.on, .label-page-menu ul li a.on:hover{
    color: #ffffff;
	pointer-events:none;
	font-weight:normal;
}
.labelbox.active.labmin .label-page-menu{
	width:90px;
	overflow:hidden;
}
.labelbox.active.open.labmin .label-page-menu{
	width:250px;
}
.labelbox.active.labmin span{
	opacity:0 !important;
	visibility:hidden !important;
}
.labelbox.active.labmin .label-back{
	opacity:1 !important;
	visibility:visible !important;
}
.labelbox.active.open.labmin span{
	opacity:1 !important;
	visibility:visible !important;
}
.label-filter{
	position:relative;
	margin: 40px 15px 0;
	padding:0 16px 0 50px;
	display:inline-block;
	
	height:50px;
	line-height:50px;
	z-index:1;
	text-align:center;
	
	background-image:url('BTN_filter_close.png');
	background-position:left center;
	background-repeat:no-repeat;
	
	text-transform:uppercase;
	cursor:pointer;
/* animazione */
	opacity:1;

	-webkit-transition: all 0.3s ease-out 0s;
	transition:         all 0.3s ease-out 0s;
	-o-transition:      all 0.3s ease-out 0s;     /*Opera*/
	-moz-transition:    all 0.3s ease-out 0s;   /*Firefox*/
}
.label-filter:hover{
	opacity:0.6;
}
/* HEADER + MENUFIXED */

/* HOMEPAGE */
.intro{
	position:relative;
	z-index:4;
	margin:68px auto 300px;
	width:100%;
	max-width:968px;
	text-align:left;
}
.intro h2{
	margin:0 0 0 10.74%;
	display:block;
	width:67.51%;
	max-width:760px;
	line-height:48px;
	z-index:2;
}
.intro p{
	margin:24px 0 0 10.74%;
	display:block;
	width:67.51%;
	max-width:760px;
	line-height:34px;
	z-index:2;
}
.intro img{
	position: absolute;
    top: -110px;
    left: 50%;
	margin-left:170px;
	z-index:-1;
	pointer-events:none;
}

.collection{
	position:relative;
	z-index:4;
	margin:68px auto;
	width:100%;
	max-width:968px;
	text-align:left;
}
.collection.theme01{
	min-height:540px;
}
.collection.theme03{
	max-width:100%;
	min-height:562px;
	overflow:hidden;
	text-align:center;
}

.theme01 .info{
	margin:0 0 0 10.74%;
	display:table;
	width:28.93%;
	max-width:280px;
	z-index:5;
	text-align:center;
	vertical-align:middle;
	min-height:540px;
}
.theme01 .info-main {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    z-index: 3;
    position: relative;
}

.theme02 .info{
	margin:0 0 36px 10.74%;
	display:table;
	width:57.85%;
	max-width:560px;
	z-index:5;
	text-align:center;
	vertical-align:middle;
}

.theme03 .info{
	margin:0;
	display:inline-block;
	width:35.88%;
	z-index:5;
	text-align:left;
	vertical-align:top;
	padding:36px 50px;
}

.info h2 {
    display: block;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: left;
    vertical-align: top;
    text-shadow: 5px 0 12px #ffffff;
}
.theme03 .info h2{
	max-width:340px;
}
.info p{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	line-height:26px;
	text-align:left;
	vertical-align:top;
}
.theme03 .info p{
	max-width:340px;
}
.info a{
	display:block;
	margin-top:30px;
}

.theme02 .img{
	display:block;
	position:relative;
	padding:0 0 0 10.74%;
}
.theme03 .img{
	display:inline-block;
	text-align:right;
	vertical-align:top;
	position:relative;
	padding:0;
	margin:0;
	width:64.12%;
	overflow:hidden;
}

.theme01 .img01{
	width:270px;
	height:410px;
	z-index:1;
	background-color:#f2f2f2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	margin-left:-68px;
	margin-top:auto;
	margin-bottom:auto;
}
.theme01 .img02{
	width:740px;
	height:540px;
	z-index:0;
	background-color:#f1f1f1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:50%;
	margin-left:68px;
}

.theme02 .img01{
	width:740px;
	height:540px;
	z-index:0;
	background-color:#f2f2f2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.theme02 .img02{
	width:342px;
	height:520px;
	z-index:1;
	background-color:#f1f1f1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:-78px;
	left:50%;
	margin-left:232px;
}
.theme02 .img02 a{
	z-index:10;
	position:absolute;
	bottom:60px;
	left:-70px;
}

.theme03 .img01{
	width:918px;
	height:562px;
	z-index:0;
	background-color:#f2f2f2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	right:0;
	margin:0 0 0 auto;
}

.endline{
	position:relative;
	z-index:4;
	margin:68px auto;
	width:100%;
	text-align:center;
}

.shop{
	position:relative;
	z-index:4;
	margin:68px auto;
	width:100%;
	text-align:center;
	/* padding:0 20px; */
}
.shop .swiper-container {
	width: 100%;
	height: 100%;
	padding:0 20px;
}
.shop .swiper-slide {
	text-align: left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
}
.shop .swiper-wrapper {
}
.shop .swiper-slide.swiper-slide-active {
}
.shop .swiper-button-prev, .shop .swiper-container-rtl .swiper-button-next {
    background-color: #fff;
    padding: 40px 50px;
    background-position: center left 20px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.shop .swiper-button-prev:hover, .shop .swiper-container-rtl .swiper-button-next:hover {
    background-position: center left 16px;
}
.shop .swiper-button-next, .shop .swiper-container-rtl .swiper-button-prev {
    background-color: #fff;
    padding: 40px 50px;
    background-position: center right 20px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.shop .swiper-button-next:hover, .shop .swiper-container-rtl .swiper-button-prev:hover {
    background-position: center right 16px;
}
.shop .swiper-button-next.swiper-button-disabled, .shop .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.display-box-v{
	width:440px;
	height: 580px;
	text-align: left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
	background-color:#0155ff;
    overflow: hidden;
    position: relative;
}
.display-box-v img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.display-box-o{
	width:928px;
	height: 580px;
	text-align: left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
	background-color:#0155ff;
    overflow: hidden;
    position: relative;
}
.display-box-o img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.product-box{
	width:440px;
	height: 580px;
	text-align: left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-block;
	background-color:#0155ff;
    /* overflow: hidden; */
    position: relative;
}
.product-box img{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.product-box:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.product-box-tit {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
    color: #fff;
    padding: 0 40px 36px 20px;
    line-height: 30px;
}
.filter-product-v .product-box-tit {
    width: 100%;
    padding: 0 20px 20px 20px;
}
/* HOMEPAGE */

/* NEXTPAGE */
.top{
	height:246px;
	pointer-events: none;
}
.intro-nextpage{
	width:100%;
	height:100vh;
	max-height:650px;
	position:relative;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

.article{
	position:relative;
	z-index:4;
	margin:0px auto 140px;
	width:100%;
	max-width: 1136px;
	text-align:center;
}
.article h2{
	margin:0 auto 36px;
	display:block;
	width: 73%;
	line-height:48px;
	z-index:2;
}
.article p{
	margin:36px auto 0;
	display:block;
	width: 73%;
	line-height:34px;
	z-index:2;
}
.article-img-o {
	width: 496px;
	height: 330px;
	display: inline-block;
	margin: 36px;
	background-color:#0155ff;
	position:relative;
	overflow:hidden;
}
.article-img-o img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.article-img-v {
	width: 400px;
	height: 533px;
	display: inline-block;
	margin: 36px;
	background-color:#0155ff;
	position:relative;
	overflow:hidden;
}
.article-img-v img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.boxer {
	width: 28%;
	display: inline-block;
	/*margin: 36px;*/
	padding: 0 13px;
	position:relative;
	overflow:hidden;
	line-height: 30px;
}
.collection-page{
	text-align:center;
	z-index: 1;
}
.collection-cover{
	width:100%;
	height:500px;
	position:relative;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#ccc;
	margin:0 auto;
	clear:both;
}
.collection-title{
	position:relative;
	width:100%;
	max-width:968px;
	display:block;
	margin:100px auto 74px;
	clear:both;
}
.collection-title h2{
	position:relative;
	width:100%;
	max-width:841px;
	line-height:50px;
	margin:0 auto 22px;
}
.collection-title p{
	position:relative;
	width:100%;
	max-width:841px;
	line-height:34px;
	margin:auto;
}
.collection-main{
	position:relative;
	width:100%;
	max-width:1136px;
	margin:0 auto;
}
p.collection-text{
	position:relative;
	width:100%;
	max-width:982px;
	line-height:42px;
	padding:66px 36px;
	display:block;
	clear:both;
	margin:0 auto;
}
.collection-product-v, .collection-img-v{
	width:496px;
	height:662px;
	display:inline-block;
	margin:36px;
	background-color:#0155ff;
	position:relative;
	/* overflow:hidden; */
	vertical-align:top;
}
.collection-product-v img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.collection-product-v:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.collection-product-o {
	width:1064px;
	height:662px;
	display:block;
	margin:36px auto;
	background-color:#0155ff;
	position:relative;
	/* overflow:hidden; */
	clear:both;
	vertical-align:top;
}
.collection-product-o img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.collection-product-o:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.collection-img-v{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#0155ff;
}

.collection-video{
	position:relative;
	width:100%;
	max-width:1064px;
	padding:66px 0;
	display:block;
	clear:both;
	margin:0 auto;
	text-align:center;
	z-index: 1;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cart-price {
    position: absolute;
    z-index: 20;
    top: 28px;
    right: 70px;
    color: #fff;
}
.filter-product-v .cart-price {
    right: 20px;
}
.cart{
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	right: 20px;
	top: 18px;
	background-image:url('ICN_cart_1b.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-radius:50em;
	-webkit-border-radius:50em;
	-moz-border-radius:50em;
	z-index:2;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.cart.promo {
    background-color: #ac9860;
    background-image: url('ICN_promo_01.png');
    width: 92px;
    color: #fff;
    font-size: 11px;
	right: auto;
    left: -10px;
    background-position: 4px;
    background-size: 34px;
    -webkit-border-radius: 16px 20px 20px 0em;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.22);
    text-align: left;
}
.cart.promo span {
	display: block;
	line-height: 39px;
	padding-left: 40px;
}

.inpromo .cart.promo {
	right: auto;
    left: -10px;
}
.inpromo .cart.promo span {
	padding-left: 40px;
}

.product-img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events:none;
    overflow: hidden;
}

.product-over{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	text-align:center;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgba(1,85,255,0.44);
	z-index:1;
	opacity:0;
	cursor:pointer;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition:  opacity 0.3s ease-out;
}
.collection-product-v:hover .product-over, .collection-product-o:hover .product-over, .product-box:hover .product-over, .collection-product-o:hover .product-over, .filter-product-v:hover .product-over {
	opacity: 1;
}
.product-over .btnrounded{
    top: 50%;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.collection-product-v:hover .btnrounded, 
.collection-product-o:hover .btnrounded, .product-box:hover .btnrounded, .filter-product-v:hover .btnrounded {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.collection-img-o{
	width:100%;
	max-width:1064px;
	display:block;
	margin:0 auto;
	padding:36px 0;
	position:relative;
	overflow:hidden;
	text-align:center;
	clear:both;
}
.collection-img-o img {
    display: block;
    width: 100%;
    height: auto;
}

.filter-product-v{
	width:298px;
	height:396px;
	display:inline-block;
	margin: 8px;
	background-color:#0155ff;
	position:relative;
	/* overflow:hidden; */
}
.filter-product-v img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.filter-product-v:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
/* NEXTPAGE */

/* FOOTER */
footer{
	margin:68px auto 0;
	background-image:url('SDW_footer.png');
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% 90px;
	background-color:#202020;
	text-align: center;
	z-index: 2;
	position: relative;
}
.footer-main{
	width:90%;
	max-width:1008px;
	position:relative;
	z-index:10;
	display:inline-block;
	margin:84px auto 44px;
	padding:0;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	
	color:#ffffff;
}
.address-box{
	width:28.87%;
	position:relative;
	z-index:10;
	display:inline-block;
	margin:0 auto;
	padding:0;
	text-align:left;
	vertical-align:top;
	white-space: normal;
	padding:20px;
}
.address-box img{
	margin-top:4px;
	margin-bottom:1px;
}
.address-box h2{
	margin-top:10px;
	line-height:20px;
}
.address-box p{
	line-height:20px;
}

.social {
    display: block;
    margin: 36px 0 0;
}
.social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
    opacity: 0.4;
}
.social a:hover {
    opacity: 1;
}
.social a img{
	display:block;
	width:42px;
	height:42px;
}

.footer-box{
	position:relative;
	z-index:10;
	display:inline-block;
	margin:0 auto;
	padding:0;
	text-align:left;
	vertical-align:top;
	white-space: normal;
	padding:14px 20px 20px 20px;
}
.footer-box.col1{
	width:27.58%;
}
.footer-box.col2{
	width:21.92%;
}
.footer-box.col3{
	width:21.63%;
}
.footer-box h2{
	margin-top:4px;
}
.footer-box ul{
	margin: 34px 0 0 0;
}
.footer-box ul li{
	color: rgb(255, 255, 255);
	text-align: left;
	cursor:pointer;
	line-height:20px;
	margin:0 0 12px 0;
}
.footer-box ul li a{
	color: rgb(255, 255, 255);
	margin:0;
	padding:0;
}

.copy{
	width:90%;
	max-width:1218px;
	min-height:45px;
	position:relative;
	z-index:10;
	display:block;
	margin:0 auto;
	padding:18px 16px 14px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background-color:rgba(14,14,14,0.35);
	color:rgba(255,255,255,0.35);
}
/* FOOTER */

/* BACKGROUND */
.background{
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	z-index:-1;
}
.bg-otto-w{
	top:-37px;
	right:0;
	left:50%;
	bottom:0;
	margin-top: 0;
	margin-left:-937px;
	margin-right: 0;
	margin-bottom: 0;
	width:511px;
	height:2581px;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	z-index:0;
	background-image:url('BG_otto_1w.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.bg-otto-w.other{
	top:3707px;
	margin-left:444px;
}
.bg-otto-o{
	top: -1157px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: 85px;
    margin-right: 0;
    margin-bottom: 0;
	width:1023px;
	height:5163px;
	position:absolute;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	z-index:0;
	background-image:url('BG_otto_1o.png');
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
}
.bg-img{
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
	width:2734px;
	height:100%;
	position:absolute;
	z-index:10;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	z-index:0;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size: cover;
	
	/* animation: slide 100s cubic-bezier(0, 0.5, 0, 1) infinite; */
	animation: slide 340s linear infinite;
}
.bg1{
	background-image:url('BG_img01.jpg');
}
.bg2{
	background-image:url('BG_img02.jpg');	
}

/* Animations */

@keyframes slide {
  0% {
    transform: translate3d(0,0,0);
  }
  25% {
    transform: translate3d( calc(100vw - 2734px) ,0,0)
  }
  75% {
    transform: translate3d( calc(100vw - 2734px) ,0,0)
  }
  100% {
    transform: translate3d(0,0,0);
  }
}
/* BACKGROUND */


/* CHANGE LANGUAGE */

.DIV_lang_panel{
	width:100%;
	height:99px;

	position:fixed;

	bottom:0;
	left:0;

	vertical-align:middle;
	text-align:center;

	background-color:#f7ff00;
	overflow:hidden;

	color:#000000;

	z-index:100;
}
.DIV_lang_panel.animate{
  animation: animationFrames ease-out 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames ease-out 0.6s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames ease-out 0.6s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames ease-out 0.6s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames ease-out 0.6s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,99px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,99px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,99px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,99px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,99px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.DIV_lang_panel_txt{
	display:block;
	margin:26px 94px 26px 94px;
	text-align:center;
	vertical-align:middle;
}
.DIV_lang_panel_txt3{
	vertical-align:middle;
	display:inline-block;
	padding-right:14px;
	padding-top:2px;
}
.DIV_lang_panel_txt2{
	vertical-align:middle;
	display:inline-block;
}
.DIV_lang_panel_txt2 .BTN_scroll{
	color:#ffffff !important;
	background-color:#000000 !important;
	margin: 0 8px !important;
}
.DIV_lang_panel_txt2 .BTN_scroll:hover{
	color:#000000 !important;
	background-color:#ffffff !important;
}

a.BTN_lang, a.BTN_lang:link, a.BTN_lang:visited, a.BTN_lang:hover, a.BTN_lang:active, .BTN_lang{
	display:inline-block;
	text-align:center;
	vertical-align:top;

	color:#ffffff;
	padding: 18px 26px 17px 26px;
	background-color:#000000;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;

	cursor:pointer;

	margin:0 12px;
	
	width:92px;
}
a.BTN_lang:hover, .BTN_lang:hover{
	background-color:#000000;
}
/* CHANGE LANGUAGE */


/* RICEVUTA */
.ricevuta{
	background-color:#ffffff;
}
.ricevuta-copy{
	line-height:16px;
}
.ricevuta-header h1{
	padding:34px 0 0;
	margin:0;
}
.ricevuta-header h2{
	padding:4px 4px 0;
	margin:0;
}
.ricevuta-logo{
	margin-top:20px;
}
.ricevuta-address {
	margin-top:4px;
	color: rgb(178, 178, 178);
	font-size:10px;
	line-height: 14px;
}
.ricevuta-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	padding: 8px !important;
	line-height: 18px;
    font-size: 14px;
}
.ricevuta-line p.vettore{
	margin:12px 0 2px !important;
	padding:0;
}
.ricevuta-line p.vettoredato{
	margin:2px 0 4px;
	padding:0;
}
.ricevuta-item-data {
    font-size: 10px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d9d9d9;
}
.ricevuta-item {
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.ricevuta-item .text32{
	line-height:32px;
}
.ricevuta-item-ele {
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	
	font-size:14px;
	line-height: 18px;
}
.nowrap{
	white-space:nowrap;
}
.ricevuta-mymoto{
    padding: 4px 0 0 0;
}
.ricevuta-brand{
    padding: 0 0 2px 0;
}
/* RICEVUTA */


/* MODAL */

.DIV_msg_panel{
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	z-index:10001;
	vertical-align:middle;
	text-align:center;
	background-color: rgba(48,112,234, 0.96);
}
.DIV_msg_panel.show{
	display:block;
}
.DIV_msg_panel_txt {
    position: absolute;
    width: 80%;
    max-width: 960px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    transform: translateY(-50%);
}
.DIV_msg_panel_txt2{
	text-align:left;
	display:inline-block;
	min-width:500px;
}
.DIV_msg_panel_txt2 h2{
	margin-bottom:10px;
}
.DIV_msg_panel_act{
	display:block;
	margin-top:20px;
}
.DIV_msg_panel_act .floatR{
	margin-left:16px !important;
}
#msgREGtxt span{
    display: block;
    line-height: 150%;
    margin: 20px 0 40px;
}

/* LOAD */
.loading{
	width:100%;
	height:100%;

	top:0;
	left:0;
	
	position:fixed;
	z-index:8000;
	background-color:rgba(255,255,255,0.3) !important;
	
	display:none;
	opacity:0;
	
	text-align:center;
	
/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.loading.On{
	display:block;
	opacity:1;
}
.loading-svg{
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	
	background-image:url("loading_mini.gif");
	background-color:transparent;
	background-position: center;
	background-repeat: no-repeat;
	
}
svg path,
svg rect{
  fill: #000000;
}

/* OVERLAY */
.overlay{
	width:100%;
	height:0;
	overflow: hidden;
	top:0;
	left:0;
	position:fixed;
	z-index:3000;
	opacity:0;
	background-color: rgba(230, 230, 230, 0.96);
	
/* animazione easeOutExpo */
	-webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition:         opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition:      opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;     /*Opera*/
	-moz-transition:    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;   /*Firefox*/
}
.overlay-open .menufixed{
	opacity:0 !important;
}
.overlay-open{
	overflow: hidden !important;
}
.overlay-open .overlay{
	width:100%;
	height:100% !important;
	min-height:100% !important;
	top:0;
	left:0;
	position:fixed;
	z-index:3000;
	opacity:1;
}
.overlay-open.ov-cyan .overlay{
    background-color: rgba(48,112,234, 0.96);
    padding: 30px;
}
.overlay-scroll{
    -webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.openinfo .overlay{
	overflow: hidden !important;
	pointer-events:none;
}
body.schedainline.openinfo{
	overflow: hidden !important;
	pointer-events:none;
}
#infooption{
	z-index:-1;
	pointer-events:none;
}
body.openinfo #infooption{
	width:100%;
	height:100% !important;
	min-height:100% !important;
	top:0;
	left:0;
	position:fixed;
	z-index:3001;
	opacity:1;
	pointer-events:all;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.overlay-bg{
	width:100%;
	height:100% !important;
	min-height:100% !important;
	overflow: hidden;
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:fixed;
	z-index:-1;
	opacity:1;
}
.overlay-header{
	width: 100%;
	max-width: 1230px;
	padding: 0;
	margin: 0 auto;
	display: block;
	min-height: 90px;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	text-align:left;
}
.overlay-logo{
	display:block;
	width:192px;
	height:59px;
	vertical-align:top;
	top:12px;
	left:8px;
	position:relative;
}
.overlay-close{
	background-color: rgb(48, 112, 234);
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.24);
	
	position: fixed;
	right: 38px;
	top: 0px;
	width: 70px;
	height: 68px;
	z-index: 1001;
	text-align:center;
	-webkit-border-radius:0px 0px 12px 12px;
	-moz-border-radius:0px 0px 12px 12px;
	border-radius:0px 0px 12px 12px;
	
	background-image:url("BTN_close.png");
	background-position:center top;
	background-repeat:no-repeat;
	
	cursor:pointer;
}

/* DISCLAIMER */
.disclaimer{
	width:100%;
	max-width: 1366px;
    min-height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
	text-align: left;
	
    display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}
.disclaimer-column-s{
    order: 2;
    background-color: #ffffff;
    flex: 2 1 auto;
    box-shadow: 0px 6px 18px 0px rgba(25, 68, 157, 0.36);
    position: relative;
}
.disclaimer-column-d{
	order: 3;
	flex: 0 0 95px;
}
.disclaimer-logo{
	text-align: center;
    vertical-align: middle;
    position: sticky;
    width: 48px;
    height: 49px;
    top: 22px;
    left: 0;
    right: 0;
    margin-top: 22px;
    margin-left: 23.5px;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    z-index: 15;	
}

.disclaimer-main{
	padding: 6px 82px 82px 52px;
	margin: 0;
	position: sticky;
	top: 22px;
	z-index: 1;
}
.disclaimer-main h3{
	padding:0 0 5px 0;
	margin:0;
}
.disclaimer-main h1{
	padding:8px 0 5px;
	margin:0;
	line-height:34px;
}
.disclaimer-main h2 {
    padding: 20px 0 0 0;
    margin: 0;
}
.disclaimer-main p{
	padding: 0px 0 6px;
	margin:0;
	color:#666666;
	line-height: 1.5em;
}
.disclaimer-close{
	text-align:center;
	vertical-align:middle;
	position: sticky;
	width:49px;
	height:49px;
	top: 22px;
	right: 0;
	margin-top: 22px;
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 0;
	padding:0;
	z-index:15;
	background-image:url('BTN_menufixed_close.png');
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	outline: 0 !important;
	float: right;
}

/* SCHEDA */
#overlayinline {
    padding: 45px 0 0;
}
#overlayinline figure#schedaIMG {
    margin-top: 20px;
}

.scheda{
	width:100%;
	max-width: 1366px;
    min-height: 100vh;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
	text-align: left;
	
    display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}
.schedainline .scheda {
    min-height: unset;
}
.scheda-column-s{
    order: 1;
    flex: 0 0 41%;
    max-width: 560px;
	position:relative;
	z-index:1;
}
.scheda-column-c{
    order: 2;
    background-color: #ffffff;
    flex: 2 1 auto;
    box-shadow: 0px 6px 18px 0px rgba(25, 68, 157, 0.36);
    position: relative;
 	z-index:2;
	padding:22px 0 0;
}
.scheda-column-d{
	order: 3;
	flex: 0 0 95px;
}
.scheda-logo{
	text-align: center;
    vertical-align: middle;
    position: sticky;
    width: 48px;
    height: 49px;
    top: 22px;
    left: 0;
    right: 0;
    margin-top: 22px;
    margin-left: 23.5px;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    z-index: 15;	
}
.schedainline .scheda-logo{
	cursor:pointer;
}
.scheda-main{
	padding: 6px 82px 82px 52px;
	margin: 0;
	position: sticky;
	top: 22px;
	z-index: 1;
}
.scheda-main h3{
	padding:0 0 5px 0;
	margin:0;
	color:#bbbbba;
}
.scheda-main h1{
	padding:8px 0 5px;
	margin:0;
	line-height:34px;
	color:#0b0b0b;
}
.scheda-main h2{
	padding:0;
	margin:0;
	color:#7c7b7b;
}
.scheda-main p{
	padding:25px 0 6px;
	margin:0;
	color:#bbbbba;
}
.scheda-close{
	text-align:center;
	vertical-align:middle;
	position: sticky;
	width:49px;
	height:49px;
	top: 22px;
	right: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 16px;
	margin-bottom: 0;
	padding:0;
	z-index:15;
	background-image:url('BTN_menufixed_close.png');
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	outline: 0 !important;
	float: right;
}
figure#schedaIMG {
    position: relative;
    z-index: 100;
}
figure#schedaIMG img.lazy {
	width: 100%; 
	height: auto;
	min-height:50px;
	display: block;
	
	cursor:zoom-in;
	
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
body.gozoomimage{
	overflow: hidden;
    pointer-events: none;
}
body.gozoomimage #overlay{
	overflow: hidden;
    pointer-events: none;
}

.zoomimage img{
	width:100%;
	height:auto;
	display:block;
	border:0;
	margin:0 auto;
	padding:0;
	cursor:ns-resize;
	opacity:0;
	visibility:hidden;
	transition: .3s linear .4s;
}
.zoomimage,
.zoomimage::before,
.zoomimage::after {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  pointer-events:none;
	overflow-y:scroll;
	overflow-x:auto;
}
.zoomimage {
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
}
.zoomimage::before,
.zoomimage::after {
  left: 50%;
  content: '';
  width: 200%;
  margin-left: -100%;
  background: rgba(0, 0, 0, 1);
  transform: skewX(-30deg) translateX(-100%);
  transition: transform .3s linear .3s;
}
body.gozoomimage .zoomimage {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  pointer-events:all;

}
body.gozoomimage .zoomimage::before {
  transform: skewX(-30deg) translateX(0);
  transition: transform .3s linear;
}
body.gozoomimage .zoomimage::after {
  transform: skewX(-30deg) translateX(0);
  transition: transform .3s linear .15s;
}
body.gozoomimage .zoomimage img {
	opacity: 1;
	visibility: visible;
}



.scheda-price-note {
	margin:12px 0 0 0;
	color:#b2b2b2;
	text-align:right;
}
.scheda-price {
	margin:8px 0 0 0;
	position: relative;
	width: 100%;
	height: 146px;
	
	display:table;
}
.price-dida{
	margin-bottom:4px;
}
.scheda-price-sx{
	display:table-cell;
	text-align:left;
	vertical-align:top;
	width: 55%;
	height: 146px;
	padding: 10px 0 16px 30px;
}
.scheda-price-sx .chzn-container-active .chzn-single-with-drop, .scheda-price-sx .chzn-container .chzn-drop, .scheda-price-sx .chzn-container-single .chzn-single{
	background-color:#ffffff !important;
}
.scheda-price-dx{
	display:table-cell;
	text-align:right;
	vertical-align:top;
	width: 45%;
	height: 146px;
	color:#b2b2b2;
	padding: 20px 30px 30px 11px;
}
.scheda-price-dx .cart.promo{
    position: relative;
    display: block;
    margin: 5px -50px 50px auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.price-inpromo{
	padding-bottom: 5px;
}
.price{
	padding-bottom: 6px;
}
.scheda-code {
	margin:8px 0 0 0;
	color:#b2b2b2;
	text-align:right;
}
.scheda-disponibilita{
    display: block;
    text-align: left;
    padding: 18px 3px 8px;
	text-align:left;
	vertical-align:top;
	color: #858585;
}

a.btnroundedAddCart:link, a.btnroundedAddCart:visited, a.btnroundedAddCart:hover, a.btnroundedAddCart:active, .btnroundedAddCart{
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 45px;
	height: 46px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	padding:0 24px 1px 24px;
	min-width:140px;
	width: auto;
	margin-top: 18px;
	margin-right: -50px;
	background-color: rgb(1, 85, 255);
	color: #ffffff;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	cursor:pointer;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
a.btnroundedAddCart:hover, .btnroundedAddCart:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.44);
}

a.btnroundedNOCart:link, a.btnroundedNOCart:visited, a.btnroundedNOCart:hover, a.btnroundedNOCart:active, .btnroundedNOCart{
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 45px;
	height: 46px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	padding:0 24px 1px 24px;
	min-width:140px;
	width: auto;
	margin-top: 18px;
	margin-right: -50px;
	background-color: rgb(1, 85, 255);
	color: #ffffff;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	cursor:pointer;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
	pointer-events:none;
	
	opacity:0.18;
}

.scheda-price-row {
	display:table-row;
}
.scheda-price-cell {
	display:table-cell;
	color:#b2b2b2;
	padding:20px;
	text-align:left;
	vertical-align:top;
}
.cellR{
	text-align:right;
}
.cellB{
	vertical-align:bottom;
}
.scheda-price-cell .inpromo{
	margin: 0 20px 0 0;
}
.scheda-price-cell .dettaglio{
	display:inline-block;
	vertical-align:bottom;
	z-index:1;
	padding: 0 0 0 36px;
}
.strike, .textSALE{
	text-decoration: line-through;
}
.scheda-acquisto{
	padding:26px 38px 20px 0;
	margin:0 0 10px 0;
	width:80%;
}
.scheda-icn{
	/*float:right;*/
	float:left;
	vertical-align:top;
	text-align:right;
	margin-bottom: 20px;
}
.scheda-icn-wish{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	position:relative;
	margin-right:36px;
	cursor:pointer;
}
.scheda-icn-wish:hover  .icn-img{
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.48);
}
.scheda-icn-wish.inwish .icn-img{
	background-color: rgb(236, 45, 51);
}
.scheda-icn-wish .icn-img{
	background-image:url("ICN_wish.png");
}
.scheda-icn-info{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	position:relative;
	cursor:pointer;
}
.scheda-icn-info.pdf{
    margin: 10px 20px 10px 10px;
}
.scheda-icn-info:hover .icn-img{
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.48);
}
.scheda-icn-info .icn-img{
	background-image:url("ICN_info.png");
}
.scheda-icn-info.pdf .icn-img{
	background-color: #ca3422;
	box-shadow: 1.532px 1.286px 8px 0px rgba(197, 51, 33, 0.48);
	background-image:url("ICN_pdf.png");
}
.icn-img{
	border-radius: 50%;
	background-color: rgb(101, 196, 219);
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.24);
	width: 60px;
	height: 60px;
	z-index: 7;
    display: block;
    margin: auto;
}
.icn-text{
	color: rgb(178, 178, 178);
    display: block;
    margin: 10px auto 0;
	line-height:14px;
}
.openINFO {
	cursor:pointer;
}
label.openINFO:hover {
	color:#0155ff;
}
.infooption{
	position: absolute;
	z-index: 10;
	/* left: -24px; */
	margin-left:12px;
	top: 2px;
	height: 20px;
	transform: scale(1);
	cursor:pointer;
	
	-webkit-transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
	-moz-transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
	-o-transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
	transition:  transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
}
.infooption:hover{
	transform: scale(1.12);
	cursor:pointer;
}

.infooption-content{
	width: 92%;
    max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1000;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
}
.infooption-header{
	margin: 0 auto;
	padding: 40px 80px;
	position: relative;
	z-index: 1000;
	text-align: center;
	
	background-image:url(LOGO_newsletter.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 80px;
}

.infooption-main{
	margin: 0 auto;
	padding: 40px 80px 100px;
	position: relative;
	z-index: 1000;
	text-align: left;
	background-color:rgba(255,255,255,1);
}
.infooption-main h3{
	padding:0 0 5px 0;
	margin:0;
}
.infooption-main h2 {
    padding: 20px 0 10px;
    margin: 0;
    text-align: left;
}
.infooption-main p{
	padding: 6px 0 36px;
	margin:0;
	color:#666666;
	line-height: 1.25em;
}
.infooption-close{
	text-align:center;
	vertical-align:middle;
	position: sticky;
	width:49px;
	height:49px;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding:0;
	z-index:15;
	background-image: url('BTN_close.png');
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	outline: 0 !important;
	/* float: right; */
}


.scheda-button{
	padding:0;
	margin:30px 0 0 0;
	clear:both;
}
.scheda-opzioni{
	padding: 8px 0;
	margin: 0;
	display:table;
	width:100%;
	clear:both;
}
.scheda-opzioni-sel{
    padding: 0;
    margin: 0;
    /* width: 1%; */
    vertical-align: top;
    display: table-cell;
    position: relative;
}
.scheda-opzioni label{
    padding-top: 4px;
    padding-bottom: 10px;
    display: block;
    padding-left: 3px;
    position: relative;
}

.scheda-opzioni-img{
    padding: 0 0 0 3%;
    margin: 0;
    width: 40%;
    vertical-align: top;
    display: table-cell;
    position: relative;
    height: 100%;
    min-height: 70px;
}
.scheda-opzioni-img div {
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: absolute;
    background-color: #f1f1f1;
    top: 0;
    left: 16%;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.scheda-opzioni-img div img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    position: absolute;
    margin:auto;
    vertical-align: middle;
    left:0;
    right:0;
    bottom:0;
    top:0;
    cursor:zoom-in;
}

.scheda-acquisto .chzn-container .chzn-drop, .scheda-acquisto .chzn-container-single .chzn-single {
	background: rgb(229, 229, 229);
	border: 1px solid rgb(229, 229, 229);
}
.scheda-acquisto .chzn-container-active .chzn-single-with-drop {
  border: 1px solid rgb(229, 229, 229);
  -webkit-box-shadow: 0 1px 0 rgb(229, 229, 229) inset;
  -moz-box-shadow   : 0 1px 0 rgb(229, 229, 229) inset;
  -o-box-shadow     : 0 1px 0 rgb(229, 229, 229) inset;
  box-shadow        : 0 1px 0 rgb(229, 229, 229) inset;
  background-color: rgb(229, 229, 229);
}
.scheda-descrizione{
	padding:20px 0 20px;
	margin:0;
}
.elencomoto{
	line-height:15px;
}
.scheda-video{
	position:relative;
	width:100%;
	padding:10px 0;
	display:block;
	clear:both;
	margin:0 auto;
	text-align:center;
	z-index: 1;
}
.scheda-descrizione p.column2{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
  -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
  -moz-column-rule-style: solid; /* Firefox */
  column-rule-style: solid;
  -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
  -moz-column-rule-width: 1px; /* Firefox */
  column-rule-width: 1px;
}
.scheda-descrizione h2{
	padding:0;
	margin:0;
}
.scheda-descrizione p{
	padding:10px 0 0;
	margin:0;
	line-height:26px;
	color:#999999;
}
.scheda-descrizione p.nota{
	padding:10px 0 0;
	margin:0;
	line-height:17px;
}
.scheda-descrizione .badge1, .scheda-descrizione .badge2, .scheda-descrizione .badge3{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	position: relative;
	height: 20px;
	padding:0 4px;
	margin:0 16px 0 0;
	display:inline-block;
	vertical-align:middle;

	font-family: 'EncodeSans-Bold', sans-serif;
	font-size:12px;
	line-height:20px;
	
	color:#ffffff;
}
.scheda-descrizione .badge1{
	background-color: #009640;
}
.scheda-descrizione .badge2{
	background-color: rgb(251, 186, 0);
}
.scheda-descrizione .badge3{
	background-color: #e30613;
}
.scheda-sx-shade-1{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url("SHD_scheda-sx_1b.png");
	background-repeat:no-repeat;
	background-position:right top;
	background-size:2.98% auto;
	z-index:101;
	pointer-events:none;
}
.scheda-sx-shade-2{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url("SHD_scheda-sx.png");
	background-repeat:repeat-y;
	background-position:right top;
	background-size:48% auto;
	z-index:102;
	pointer-events:none;
}
/* SCHEDA */


/* CONTENT PAGE */
.content-wrap{
	clear:both;
	display:block;
	margin:0 auto;
	padding:0 0 80px;
	position:relative;
	zoom:1;
	max-width: 1290px;
    width: 96.44%;
}
.content-row{
	clear:both;
	display:block;
	margin:0 auto;
	position:relative;
	width:auto;
	zoom:1;
}
.content-wrap:before,.content-wrap:after,.content-row:before,.content-row:after{
	content:" ";
	display:table;
}
.content-wrap:after,.content-row:after{
	clear:both;
}
.content-nav{
	display:block;
	position:relative;
	margin: 0;
}
.content-column-left {
    float: left;
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 17%;
    margin: 0;
    position: relative;
    width: 75%;
    min-height: 1px;
}
.content-column-left h1{
    display: block;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: left;
    vertical-align: top;
}
.content-column-left h2{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: left;
    vertical-align: top;
}
.content-title{
	color:#0b0b0b;
}
.content-title span{
    display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
}
.content-text{
    display: block;
	margin-bottom: 60px;
	line-height: 32px;
}
.paypaltxt{
	margin-top: 50px;
}
/* TABELLA */
.table-dati{
    width: 100%;
    padding: 0;
    margin: 0;
}
.table-dati td{
    padding: 6px 0px 10px;
	position:relative;
}
td.boxedit-title{
	padding: 20px 0 30px;
}
td.boxedit-label{
	padding: 8px 4px 0px;
	text-decoration: none;
	line-height: 16px;
	font-size: 14px;
}
td.boxedit-douple{
	padding-right:5% !important;
}
td.CampProv.norequired{
	opacity:0.1;
	pointer-events:none;
}
tr.CampAz, tr.CampSped, tr.CampTEL{
	display:none;
}
.nota {
	font-size: 12px;
	line-height: 13px;
	padding: 0;
	color: #a5a9b2;
	margin: 2px 0 2px 0;
}

.DIV_carrello_spese{
	margin:0px;
	padding:0px;
}
.DIV_carrello_spese td{
	height:40px;
}
.DIV_carrello_totparz{
	margin:0px;
	padding:0;
	background-color:#f6f6f6;
	color:#000000;
}
.DIV_carrello_totparz td{
	height:50px;
}

/* TABELLA */

/* dati */
.dati-nota {
	padding: 20px 0 5px;
    margin: 0;
    display: block;
}
.dati-tit {
    line-height: 21px;
    padding: 4px 0;
    margin: 0;
    display: block;
}
.dati-address {
    font-size: 14px;
    line-height: 21px;
    padding: 4px 0;
    margin: 0;
    display: block;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: normal;
    font-style: normal;
}
/* dati */

.content-column-right{
	float:right;
	padding-top:80px;
	padding-right:0;
	padding-bottom:0;
    padding-left: 30px;
	margin:0;
	width:25%;
	min-height:1px;
}

/* CARRELLO */
.carrello .background2{
	z-index:-1;
}
.carrello-content{
	margin: 10px 0 36px 0;
	padding: 0;
	text-decoration: none;
	line-height: 20px;
	color: #8a8a8a;
	text-align: left;
}
.carrello-totale{
	margin:10px 0px;
	padding:20px 0px 16px 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.carrello-totale .didaiva{
	color:rgba(255,255,255,0.5);
	line-height:22px;
}
.carrello-totale td{
    height: 30px;
    padding: 0 20px 0 0;
}
.carrello-note{
	margin:10px 0px;
	padding:0px;
	background-color:#ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.carrello-note td{
	padding:20px;
	font-size:14px;
}

.carrello-fattura{
	margin:10px 0px;
	padding:0px;
	background-color:#f6f6f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.carrello-fattura td{
	padding:20px;
	font-size:14px;
}

.carrello-noshop{
	margin:10px 0px;
	padding:0px;
	background-color: #e62429;
	color:#ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.carrello-noshop td{
	padding: 40px 20px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

.carrello-action {
	display:block;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: 0;
	margin-right: 0;
	text-align:right;
}
.carrello-no{
	text-align:center;
	vertical-align:middle;
	background-color: #ffffff;
	padding:20px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.costoaggiornato td{
	background-color:yellow;
}
.carrello-photo {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b1b3b4;
    vertical-align: middle;
    padding: 0;
    line-height: 0;
    background: #fff;
    text-align: center;
}

.openschedaCART{
	cursor:pointer;
}
.openschedaCART:hover{
	cursor:pointer;
	text-decoration:underline;
}
.carrello-photo.openschedaCART:hover {
	box-shadow: 0px 0px 11.88px 0.12px rgba(0, 0, 0, 0.18);	
}

.carrello-photo img {
    width: auto;
    max-height: 80px;
    display: block;
    margin: auto;
    max-width: 60px;
}
.carrello-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b3b4;
	vertical-align: middle;
	padding: 13px 0px 13px 10px;
	line-height: 18px;
}

.carrello-product {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1b3b4;
	vertical-align: middle;
	padding: 13px 0 13px 10px;
	line-height: 18px;
}
.carrello-product h3{
	margin:0;
	padding:0;
    line-height: 18px;
}
.carrello-product p{
	margin:0;
	padding: 8px 0 0 0;
}
.carrello-product h2{
	margin:0;
	padding:0 0 10px;
    line-height: 26px;
}

.imgbutton{
	opacity:0.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */
}
.imgbutton:hover{
	opacity:0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.imgbutton_off{
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
}
.imgbutton_on{
	opacity:0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.carrello-dida {
	vertical-align: middle;
	padding: 4px 10px 2px;
	font-size:9px;
	text-transform:uppercase;
	color:#ffffff;
	background-color: #969aa152;
}

.opt01, .opt02 {
    color: #c5c5c5;
    background-color: #000000;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    margin: 5px 10px 0 0;
    font-size: 10px;
    line-height: 16px;
	text-transform:uppercase;
}


/* DETTAGLIO RIEPILOGO */
.dd-select {
    border-radius: 5px !important;
    border: 1px solid #aaa !important;
}
.dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 !important;
    font-weight: normal !important;
}
.dd-selected-text {
    line-height: 24px !important;
    font-family: Arial !important;
    font-size: 16px !important;
    color: #999 !important;
    position: relative;
    display: inline-block;
    padding: 8px !important;
}
#goFatt{
    margin: 8px 0 4px;
}
#goSped{
    margin: 8px 0 4px;
}
.fatt-no{
	display:block;
}
.dd-selected-description-truncated .fatt-txt{
    padding: 0 8px !important;
}
.fatt-txt{
    padding: 8px 8px 0 ;
}
#extra01, #sped01, #tot01, #iva01, #totIVA01, #totNOIVA01{
	display:none;
}
#totIVA01, #totNOIVA01{
	border-bottom:6px solid #3070ea; /* BLUE di base */
}

.riepilogo{
    width: 100%;
    max-width: 270px;
    display: block;
    margin-top: 8px;
	position:fixed;
	top:213px;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-o-transition: opacity 0.6s ease-out;
	transition:  opacity 0.6s ease-out;
}
.riepilogo-concludi{
	background-color:#ffffff;
	padding: 5px 5px 20px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 8px;
	position:fixed;
	top:213px;
	max-width: 260px;
}
.riepilogo-concludi .riepilogo{
    width: 100%;
    display: block;
    margin-top: 8px;
    position:relative;
    top:0;
    opacity:1;
    visibility:visible;
    pointer-events:none;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    transition:  opacity 0.6s ease-out;
}
.riepilogo-concludi .nota{
    text-align: center;
    margin-top: 17px !important;
}
.riepilogo-concludi #send2{
    margin: 40px auto 0;
    display:block;
}
.riepilogo.show{
	opacity:1;
	visibility:visible;
	pointer-events:none;
}
.riepilogo-ct{
	width:100%;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	padding:5px 0;
	vertical-align:top;
	line-height:17px;
}
.riepilogo-ct a.btnaccount{
	display:block;
	width:100%;
	height:100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding:18px 16px;
	
	background-color: #E0E0E0;
	color:#10316e;
}
.riepilogo-ct a.btnaccount span{
	opacity:0.5;
}
.riepilogo-ct a.btnaccount:hover{
	background-color: #10316e;
	color:#ffffff;
	
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.24);
}
.riepilogo-ct a.btnaccount.on{
	background-color: #3070ea;
	color:#ffffff;
	
	box-shadow: 1.532px 1.286px 8px 0px rgba(36, 87, 184, 0.24);
}
.riepilogo-sx{
	width: 62%;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	padding: 10px 0 10px 10px;
	vertical-align:top;
	line-height:17px;
}
.riepilogo-dx{
	width: 38%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	box-sizing:border-box;
	padding:10px;
	line-height:17px;
}
#ModPag{
	padding-top: 20px;
}
#carrelloriepilogo{
	padding-top: 20px;
}
.DIV_content_form {
	text-decoration: none;
	clear: both;
	margin-bottom: 34px;
	margin-left: 0px;
}
.DIV_titleform{
	padding:8px 12px 12px 12px;
	vertical-align:middle;
	text-align:left;
	
	font-size:20px;
	line-height:20px;
	
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.DIV_titleform span{
	line-height:26px !important;
}

#add{
	min-height:80px;
	position:relative !important;
}

.dd-option{
	position:relative !important;
}

.fatt-badge{
	text-transform: uppercase;
    display: inline-block;
    font-family: 'EncodeSans-SemiBold', sans-serif;
    font-style: normal;
    color: #c5c5c5;
    background-color: #000000;
    vertical-align: middle;
    padding: 2px 6px;
    margin: 2px 10px 0 0;
    font-size: 10px;
}
.fatt-badge2{
	padding: 4px 6px;
	background-color: #7F8083;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	display: inline-block;
	float: right;
	margin-top: -3px;
}

.fatt-no{
	padding: 0px 8px;
	line-height: 25px;
	display:inline-block;
	font-size:11px;
	margin-top:8px;
}

.DIV_forgot{
	margin-top:28px;
	margin-bottom:12px;
}

#rispFGT1, #rispFGT2, #rispLOG1, #rispLOG2, #rispLOG1m, #rispLOG2m{
	display:none;
}
#msgSEND1, #msgSEND2, #msgFORGOT1, #msgFORGOT2{
	padding:0 21px !important;
}
.DIV_contentform {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.DIV_eleform{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	margin-top:16px;
	width: 100%;
}
#StoreAddress{
	display:none;
}
#StoreAddress.show{
	display: table;
}
.totale-ordine{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	margin-top:16px;
	width: 100%;
	
	background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.select-cassa{
	width: 100%;
}
.DIV_detailform{
	/* background-color: #ffffff; */
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0;
	color:#ffffff !important;
	display:none;
	font-size: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#dettagliopag{
	display:none;
}
#dettagliopag.show{
	display:table;
	width: 100%;
}
.DIV_detailform .DIV_eleform_tit{
	color:#ffffff !important;
	vertical-align:middle !important;
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.DIV_eleform_TAB{
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	margin-top:16px;
}
.DIV_eleform_tit {
	display: table-cell;
	width: 28%;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	/* font-size: 20px; */
}
.DIV_eleform.bgCyan{
	color: #ffffff !important;
}
.DIV_eleform.bgCyan .DIV_eleform_tit{
	color: #ffffff !important;
}
.DIV_eleform_inp{
	width:72%;
	display: table-cell;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.DIV_eleform_txt{
	display: table-cell;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	line-height:16px;
	font-size: 18px;
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 600;
	font-style: normal;
}
.DIV_eleform_txt small{
	color: #aaa;
	line-height: 1.4em;
}
.DIV_eleform_tot{
	display: table-cell;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:21px;
	position:relative;
}
#tempidiconsegna{
	display:none;
}
/* DETTAGLIO */

/* FORM */
.FORM_noMargine {
	margin: 0px;
	padding: 0px;
}

.FORM_cart {
	margin: 30px 0px 0px;
	padding: 30px;
	background-color:rgba(255,255,255,0.80);
	box-shadow: 0px 6px 18px 0px rgba(25, 68, 157, 0.36);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.placeholder-search, .placeholder-data {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 0;
    pointer-events: none;
    visibility: visible;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    bottom: 0;
    margin: auto;
    line-height: 40px;
	
	color:#3070ea;
}
.input-search, .input-data, .select-search, .select-data{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px 10px 0 10px;
    border: 0 !important;
    vertical-align: middle;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-color: #f2f2f2;
    -webkit-appearance: none;
	
    font-size: 18px;
    line-height: 42px;
	
    color: #666666;
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
    color: #0155FF;
    letter-spacing: 0.025em;
}
textarea.input-data{
	line-height: 20px;
	padding: 14px 10px 14px 10px;
	min-height:43px;
}
input.input-data:disabled{
	opacity:0.80 !important;
	pointer-events:none;
}

.input-search:hover{
	background-position:right -49px;
}
div.placeholder-search.hidden, div.placeholder-data.hidden{
	visibility:hidden;
	opacity:0;
}

/*DETECT SCROLLBAR*/
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}


/* SEARCH */
.search-wrap{
	clear:both;
	display:block;
	margin:0 auto;
	position:relative;
	zoom:1;
	max-width: 1290px;
    width: 96.44%;
}
.search-row{
	clear:both;
	display:block;
	margin:0 auto;
	position:relative;
	width:auto;
	zoom:1;
}
.search-wrap:before,.search-wrap:after,.search-row:before,.search-row:after{
	content:" ";
	display:table;
}
.search-wrap:after,.search-row:after{
	clear:both;
}
.search-nav{
	display:block;
	position:relative;
	margin: 0;
}
.search-column-right{
	float:right;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left: 24px;
	margin:0;
	position:relative;
	width:80%;
	min-height:1px;
}
.search-column-right h1{
	padding:12px 0 28px;
}
.search-title{
	color:#0b0b0b;
}
.search-title span{
    display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
}

.search-column-left{
	float:left;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
    padding-left: 4%;
	margin:0;
	position:relative;
	width:20%;
	min-height:1px;
	position:relative;
}
.search-filter-main{
	position:relative;
	padding-bottom:60px;
}
.search-filter-main h3{
	margin: 14px 10px 10px;
}
.search-filter-main li{
	list-style:none
}

#search-filter{
	padding:0;
}
#search-summary{
	padding: 0;
	/* display:none; */
	height: 4px;
}

.sezione #search-filter, .sezione #search-filter-other{
	display:none;
}
.brand #search-filter, .brand #search-filter-other{
	display:none;
}

.filter-title {
	display: block;
	line-height: 31px;
	border: 0;
	text-decoration: none;
	padding: 0 10px 2px;
	margin-bottom: 4px;
}
.filter-title:before {
}
.open .filter-title:before {
}

.filter-voice{
	height:0;
	overflow:hidden;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.open .filter-voice{
	height:auto;
	overflow:visible;
}

.filter-voice, #searchspring-summary{
	margin:0 0 1.4rem;
	padding:0 .25rem .25rem;
}
.filter-voice li {
	padding:0;
	border:0;
}

.filter-voice li, #searchspring-summary li{
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:pointer;
	position:relative;
	line-height: 14px;
}
.filter-link{
	color:#0074d9
}
.filter-link:hover{
	text-decoration:underline
}

.category-link, .category-link:hover {
	border-radius:0.2em;
}
.category-link.highlight, .category-link.highlight:hover {
	background-color:#0071ee;
	color:#ffffff;
	position:relative;
	border-radius:0.2em;
}

.voice-link {
	text-decoration:none;
	padding: 4px 8px 6px 8px;
	display:block;
	margin: 2px 0;
}
.voice-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.filter-current, .voice-link.highlight, .moto-link.highlight, .filter-current:hover, .voice-link.highlight:hover, .moto-link.highlight:hover {
	background-color: #0155ff;
	color:#ffffff;
	border-radius:0.2em;
}
.moto-link {
    text-decoration: none;
    padding: 3px 21px 2px 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voice-count {
	display:none;
}
#searchspring-summary li:before, .voice-link.highlight:before, .moto-link.highlight:before, .category-link.highlight:before {
    content: '';
    background-image: url(ICN_x.png);
	background-position:center;
	background-repeat:no-repeat;
    padding: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    left: auto;
    right: 8px;
    width: 11px;
    height: 11px;
	border-radius:0 !important;
}

#search-availability {
	
}
#search-availability #availabilitylist{
	display:block;
}
#search-availability.active #availabilitylist li{
	display:none;
}
#search-availability.active #availabilitylist #liMOTO0{
	display:block;
}
#search-availability #availabilitylist #liSPECIFICI{
	display:none;
}
#search-availability.active #availabilitylist #liSPECIFICI{
	display: block !important;
}

.breadcrumbs{
	clear:both;
	line-height:24px;
	
	text-transform: uppercase;
	pointer-events:none;
}
.schedainline .breadcrumbs{
	pointer-events:all;
}

.breadcrumbs ul{
	margin-top:14px;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs a{
	color:#a5a9b2;
	margin:0 6px;
	text-decoration:none;
}
.breadcrumb-slash{
	color:#a5a9b2;
	font-size: 14px;
    line-height: 12px;
}
.schedainline .breadcrumb-slash{
	display:none;
}
.schedainline .breadcrumb2{
	display:none !important;
}

.breadcrumbs li:first-child a{
	margin-left:0;
}
.breadcrumbs a:hover{
	color:#c0386e;
}
.breadcrumbs .current-item{
	color:#757c80;
	margin:0;
	text-decoration:none;
}
.schedainline .breadcrumbs .current-item{
	margin:0;
}
.breadcrumbs .current-item a{
	color:#757c80;
}
.search-item, .search-sorting{
	line-height:42px;
	height:42px;
}

.search-info{
	position:relative;
	display:block;
	vertical-align:middle;
	text-align:right;
	padding:0;
	margin:0;
}
.search-item{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	padding:0;
	margin:0;
	
	float:left;
}
.search-item span{
	color: #1f1f1f;
}
.search-sorting{
	position:relative;
	z-index:11;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0 18px;
	background-color: transparent;
	color:#a5a9b2;
	cursor:pointer;
}
.search-sorting span{
	color:#1f1f1f;
}
.sorting{
	position:absolute;
	top:40px;
	right:0;
	left:0;
	z-index:10;
	pointer-events:none;
	opacity:0;
	visibility:hidden;
	background-color:#fff;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
		
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.search-sorting.open{
}
.search-sorting.open .sorting{
	pointer-events:auto;
	opacity:1;
	visibility:visible;
	box-shadow: 0px 0px 11.88px 0.12px rgba(0, 0, 0, 0.18);
}

.sorting a{
	display:block;
	padding:0 12px;
	background-color:#fff;
	line-height:34px;
	min-height:34px;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
}
.sorting a:hover{
	color:#c0386e;
	background-color:#f6f6f6;
}
.sorting a.highlight{
	color:#fff;
	background-color:#484848;
}
/* SEARCH */


/* CONSENSO */
.grecaptcha-badge { visibility: hidden; }

.md-title{
    font-family: 'Tiempos Headline';
    font-weight: 500;
    font-style: normal;
	font-size:32px;
	line-height:32px;
}
.bgBase{
	background-color:#0155ff;
}
.privacycheck{
	display:block;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: 0;
	margin-right: 0;
	text-align:right;
}
#inlinePP, #inlinePPnwl {
	display: none;
}
#markPP, #markPPnwl{
	padding:10px;
}
#optincontent, #optincontentnwl{

}
.optincheck {
	display: block;
	position: relative;
	margin: 18px auto;
	width: 100%;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	padding: 12px 20px 22px;
	box-sizing: border-box;
}
.optincheck-answer {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.optincheck *{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0.6);
	outline: 0;
}
.optincheck a{
	text-decoration:underline;
	color:inherit;
}
.optincheck input[type=checkbox]{
	position: absolute;
	visibility: hidden;
}
.optincheck h2{
    font-size: 20px;
    line-height: 22px;
    font-weight:400;
    margin: 0 0 8px 0;
    color: rgba(0, 0, 0, 0.5);
}
.optincheck label{
    display: block;
    position: relative;
    padding: 0px 11px 0px 42px;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    min-height: 24px;
    font-weight:400;
}
.optincheck label.oneline{
    line-height: 24px;
}
.optincheck:hover label{
	color: #000000;
}
.optincheck .checkB{
    display: block;
    position: absolute;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 4px;
    height: 22px;
    width: 22px;
    top: 0px;
    bottom: 0px;
    left: 3px;
    margin:auto 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.optincheck .checkO {
	display: block;
	position: absolute;
	content: '';
    border-radius: 2px;
    height: 12px;
    width: 12px;
    top: 3px;
    left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	background: transparent;
}
.checkB.checked {
  border: 2px solid #0155FF;
}
.checkB.checked .checkO{
  background: #0155FF;
}
#boxPP, #boxPPnwl{
	height:0;
	overflow:hidden;
	color:transparent;
}

/* SAVE MODE */
form.savemode #optincontent{
	background-color:#ffffff;
}
form.savemode #optincontentnwl{
	background-color:#0155ff;
}
form.savemode #boxPP, form.savemode #boxPPnwl{
	visibility: visible;
	height:auto;
	color:#000000;
}
form.savemode input, form.savemode textarea{
	color:transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
form.savemode .chzn-container-single .chzn-single span{
	color:transparent;
}
form.savemode button, form.savemode .optincheck{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.shaker {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-8px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(9px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-11px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(11px, 0, 0);
  }
}

#n {
    width: 70%;
    position: relative;
    display: inline-block;
    margin: 20px 20px 20px 0;
    padding: 1px 10px 3px 10px;
    border: 0 !important;
    vertical-align: top;
    text-align: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-color: #f2f2f2;
    -webkit-appearance: none;
	
    font-size: 18px;
    line-height: 42px;
	
    color: #666666;
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
    color: #0155FF;
    letter-spacing: 0.025em;
	
    background-color: #fff;
}
#submitNWL {
	
	font-family: 'SF Pro Display', sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size:21px;
	line-height:21px;
	
    margin: 20px 0 20px 0;
    vertical-align: top;
	
	text-decoration: none;
	display:inline-block;
	text-align:center;
	line-height: 45px;

	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	
	padding:0 24px 1px 24px;
	min-width:140px;
	
	color: #0155ff;
	background-color:#ffffff;
	
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;

	cursor:pointer;
	white-space: nowrap;
	
	position: relative;
	overflow: hidden;
	
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.24);

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition:  all 0.3s ease-out;
	
}
#submitNWL:hover {
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.44);
}

#newsletterform .optincheck h2 {
    color: rgba(255, 255, 255, 0.7);
}

#newsletterform .optincheck:hover label {
    color: #ffffff;
}

#newsletterform .optincheck .checkB {
    border: 2px solid rgb(255, 255, 255);
}
#newsletterform .checkB.checked {
  border: 2px solid #FFFFFF;
}
#newsletterform .checkB.checked .checkO{
  background: #FFFFFF;
}
/* CONSENSO */