body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	letter-spacing: 1px;
	line-height:normal;
}
input[type="text"], textarea {
	/*safari boxshadow fix*/
	-webkit-appearance: none;
}
.compensate-for-scrollbar, .fancybox-enabled body {
	margin-right:0px!important;
}

main {
	z-index: 1;
	position: relative;
	background: #fff;
	overflow:hidden;
}
main.checkout-main{
	box-shadow: none;
	margin-bottom: 0;
}


h1, .h1{
	font-size:45px;
	line-height:50px;
	letter-spacing:.15em;
	margin:0px 0px 20px 0px;
	font-weight:bold;
}
h2, .h2{ 
	font-size:38px;
	font-weight:700;
	letter-spacing:.15em;
	margin:0px 0px 20px 0px;
	line-height:40px;
}
h3, .h3{
	font-size:25px;
	font-weight:bold;
	line-height:40px;
	margin:0px 0px 20px 0px;
	letter-spacing:.05em;
}

h3.section-title {
	font-size:13px;
	font-weight:600;
	line-height:26px;
	letter-spacing:.3em;
	text-align:center;
	margin:0px 0px 40px 0px;
	position:relative;
}
h3.section-title span {
	padding:0px 23px;
	background:#fff;
	position:relative;
}
h3.section-title:before {
	content:"";
	height:5px;
	width:100%;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	position:absolute;
	left:0;
	right:0;
	top:calc(50% - 4px);
}
h3.section-title-light {
	font-size:13px;
	font-weight:600;
	line-height:26px;
	letter-spacing:.3em;
	text-align:center;
	margin:0px 0px 40px 0px;
	position:relative;
}
h3.section-title-light span {
	padding:0px 23px;
	background:#fff;
	position:relative;
}
h3.section-title-light:before {
	content:"";
	height:1px;
	width:100%;
	border-top:solid 1px #b1b1b1;
	position:absolute;
	left:0;
	right:0;
	top:calc(50%);
}
h4.bigger, .h4.bigger {
	font-size:18px;
	font-weight:500;
	line-height:27px;
	margin:0px;
	letter-spacing:0;
}
h4, .h4 {
	font-size:14px;
	font-weight:600;
	line-height:15px;
	margin:0px;
	letter-spacing:0;
}
h5, .h5{
	font-size:12px;
	line-height:16px;
	margin:0px;
	font-weight:500;
	letter-spacing:.1em;
}
h6, .h6{
	font-size:11px;
	line-height:16px;
	margin:5px 0px;
	font-weight:400;
	letter-spacing:.1em;
}
p {
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
	line-height:22px;
}
.styled-list {
	list-style-type: circle;
    padding-left: 20px;
    margin: 0;
	margin-bottom:20px;
}
.styled-list li {
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
	line-height:22px;
	margin-bottom: 10px;
}
.device-is-scroll-disabled ,.device-is-scroll-disabled body{

}

.padding-0 {
	padding: 0;
}
.hidden {
    display: none!important;
}
a {
	color:#000000;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a img{
		transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a:hover, a:focus {
	color:#E2231A;
}
a:focus {
	outline:none;
}
a:hover .img-fluid{
	opacity: 0.7;
}
.fancybox-close-small:focus:after,
button:focus {
	outline:none;
}

.underline {
	text-decoration:underline!important;
}
.gradient-text {
	background: linear-gradient(to right, #e41b13 36%, #0d1583 100%);
	background: transparent -moz-linear-gradient(left,#e41b13 36%, #0d1583 100%);
	background: -webkit-linear-gradient(left,#e41b13 36%, #0d1583 100%);
	
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0px auto;
  font-size: 45px;
  line-height:auto;
  letter-spacing: .5em;
  font-weight: 700;
}
.banner {
	position:relative;
}
.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color:#fff;
	font-weight:bold;
	font-size:45px;
	line-height:50px;
	letter-spacing:.15em;
	text-align:center;
	/*width:85%;*/
	max-height:85%;
	text-decoration:underline;
}
.deco-shape {
	width: 44px;
    height: 53px;
    background: url(../../img/deco-shape.svg) no-repeat bottom center;
    background-size:44px 53px;
    position: absolute;
    padding-top: 350px;
}
.deco-shape.deco-shape-right {
	right: calc(50% - (1110px / 12 * 5) - 22px);
}
.deco-shape.deco-shape-right:before {
    content: "";
    position: absolute;
    height: 220px;
    width: 1px;
    background: #000;
    top: 50px;
    left: 21px;
}
.deco-shape.deco-shape-left {
	left: calc(50% - (1140px / 12 * 6) - 22px);
	background-position: top center;
}
.deco-shape.deco-shape-left:before {
    content: "";
    position: absolute;
    height: 220px;
    width: 1px;
    background: #000;
    top: 75px;
    left: 21px;
}
.square {
	width:13px;
	height:13px;
	display:inline-block;
}
.simplebar-scrollbar:before {
    background: #d6d6d6;
    border-radius: 0;
}
.alert {
	font-size:14px;
	margin-bottom:30px;
	display:inline-block;
}
.alert h3 {
	font-size:20px;
	margin-bottom:0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 52px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 0;
}
input.error[type="text"], input.error[type="email"], input.error[type="password"], select.error,
input.valid[type="text"], input.valid[type="email"], input.valid[type="password"], select.valid {
	box-shadow:none!important;
	border-color:#ababab!important;
}
label.error#privacy-error, label.error#prodprivacy-error {
    min-width: 250px;
    margin-top: 15px;
    position: absolute;
    top: -20px;
	margin-top:0px!important;
    /* text-align: left; */
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4;
    opacity: 1;
}
.form-group label {
	font-size:13px;
	font-weight:500;
}
.form-group label.error, #validateMsg label.error, #franchising-form label.error {
	font-size:13px!important;
	margin: 0px 0px 0px 10px!important;
	font-weight:500!important;
}
.form-group label.error.privacy-inline-error {
	position:relative!important;
	margin:0px 10px 0px 0px!important;
	display:none;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: inherit;
	height: inherit;
}
input:-moz-placeholder,
.form-control:-moz-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: inherit;
	height: inherit;
} 
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 13px;
	/*line-height: inherit;
	height: inherit;*/
}
input:focus { 
	outline: 0;
    box-shadow: none;
    border-color: #000;
    color: #000;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #000;
    color: #000;
}
.button:focus {
    outline: 0; 
}
form .button + h6 {
	margin-top:10px;
}
label.privacy {
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	font-weight:300;
	margin:15px 0px 0px 0px;
}
label.privacy .icheckbox {
	margin-right: 5px;
}
.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.square-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%); 
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-o-transform: translateX(-50%) translateY(-50%); 
	transform: translateX(-50%) translateY(-50%); 
}
.bg-grey {
	background-color:#f6f6f6!important;
}
.grey-box {
	background-color:#f6f6f6;
	padding:35px;
}
.color-red {
	color: #E2231A;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-15 {
	margin-top:15px;
}
.margin-bottom-15 {
	margin-bottom:15px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.padding-top-40 {
	padding-top:40px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}
/**** BUTTONS ****/
.button { 
	font-weight:700;
	letter-spacing:.5em;
	font-size:12px;
	line-height:20px;
	display:inline-block;
	padding:12px 18px;
	background:#fff!important;
	color:#000!important;
	border:solid 1px #fff;
	text-align:center;
	min-width:195px;
	cursor:pointer;
}
.button:hover { 
	background:#000!important;
	color:#fff!important;
	border-color:#000;
	-webkit-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
}
.button.fullwidth-btn {
	width: 100%;
    min-width: 0;
}
.transparent-btn {
	background:transparent!important;
	border:solid 2px #000;
}
.transparent-btn:hover {
	background:#000!important;
	color:#fff!important;
}
.light-white-btn {
	background:transparent!important;
	border-color:#fff;
	color:#fff!important;
	position:relative;
}
.light-white-btn:hover {
	background:transparent!important;
	border-color:#fff;
	color:#fff!important;
}
.light-black-btn {
	background:transparent!important;
	border-color:#000;
	color:#000!important;
	position:relative;
}
.light-black-btn:hover {
	background:transparent!important;
	border-color:#000;
	color:#000!important;
}
.black-btn {
	background:#000!important;
	border-color:#000;
	color:#fff!important;
	position:relative;
}
.black-btn:hover {
	background:#fff!important;
	border-color:#000;
	color:#000!important;
}
.light-grey-btn {
	background:transparent!important;
	border-color:#888;
	color:#888!important;
	position:relative;
}
.light-grey-btn:hover {
	background:transparent!important;
	border-color:#888;
	color:#888!important;
}
.light-darkgrey-btn {
	background:transparent!important;
	border-color:#333;
	color:#333!important;
	position:relative;
}
.light-darkgrey-btn:hover {
	background:transparent!important;
	border-color:#333;
	color:#333!important;
}
.light-white-btn:after,
.light-black-btn:after,
.light-grey-btn:after,
.light-darkgrey-btn:after {
    content: "";
    position: absolute;
    left: 16px;
    height: 7px;
    width: 0;
    background-color: #E2231A;
    bottom: 12px;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.light-white-btn:hover:after,
.light-black-btn:hover:after,
.light-grey-btn:hover:after,
.light-darkgrey-btn:hover:after {
    width: calc(100% - 32px);
}


.round-btn { 
  border-radius: 50%; 
  margin: 0 25px 0 0;
  padding: 0;
  width: 32px;
}

.btn-responsive {
  display: block;
  white-space: nowrap;
  width: auto !important;
}
.btn-responsive.btn-full{
	width: 100% !important;
}
.button .button-ico {
	width:19px;
	height:19px;
	display:inline-block;
	margin-right:10px;
}
.button svg.button-ico,
.button.white-btn svg.button-ico,
.button.light-white-btn svg.button-ico,
.button.light-black-btn svg.button-ico {
	fill:#000;
}
.button:hover svg.button-ico,
.button-white-btn:hover svg.button-ico,
.button.light-white-btn:hover svg.button-ico,
.button.light-black-btn:hover svg.button-ico {
	fill:#fff;
}
.button.black-btn svg.button-ico{
	fill:#fff;
}
.button.black-btn:hover svg.button-ico {
	fill:#000;
}
.button.light-grey-btn svg.button-ico{
	fill:#888;
}
.button.light-grey-btn:hover svg.button-ico {
	fill:#888;
}

.button.light-darkgrey-btn svg.button-ico{
	fill:#333;
}
.button.light-darkgrey-btn:hover svg.button-ico {
	fill:#333;
}

a.styled-link {
	font-size: 12px;
    letter-spacing: .2em;
    position: relative;
    font-weight: 400;
    z-index: 1;
	text-transform:uppercase;
}
a.styled-link:hover {
	color:#000;
}
a.styled-link:after {
    content: "";
    position: absolute;
    left: 0;
    height: 40%;
    width: 0;
    background-color: #E2231A;
    bottom: 0px;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
a.styled-link:hover:after {
	width:100%;
}

/*Tooltips*/
.tooltip {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: #f7f7f7;
	min-width: 50px;
	color: #000;
	text-align: center;
	z-index: 99;
	top: -5px;
	left: calc(30% - 7px);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transform: translateY(calc(-130%));
	transform: translateY(calc(-130%));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 10px;
	font-family: 'Poppins', sans-serif;
}
.tooltip a {
	color: #000 !important;
	font-weight: 600;
	font-size: 12px;
}

.tooltip a.arrow-link::after {
	background-image: url(../../img/arrow-right-white.svg);
}

*:hover > .tooltip {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
*:hover > .tooltip:before {
	content:'';
	border-left-color:#f7f7f7;
	width:0;
	height:0;
	border-left:3px solid transparent;
	border-right: 3px solid transparent;
	border-top:3px solid #f7f7f7;
	position:absolute;
	left:4px;
	bottom:-3px;
}

/**** ANIMATIONS ****/
/*Content animation*/
.w-hidden{
    opacity: 0!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
    -moz-opacity: 0!important;
    -khtml-opacity: 0!important;
	filter: alpha(opacity=0)!important;
	visibility:hidden!important;
}
.w-visible {
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
    -moz-opacity: 1!important;
    -khtml-opacity: 1!important;
	filter: alpha(opacity=100)!important;
	visibility:visible!important;

}

/*DRAW BORDER*/

/*Shiftato in alto a destra*/
@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
/*@keyframes small-bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 15px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}*/
@keyframes small-bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes backbottomright {
  0% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  50% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  75% {
    width: calc(100% - 30px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  100% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
}
@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
  }
}
/*
@keyframes small-topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 15px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    opacity: 1;
    visibility: visible;
  }
}*/
@keyframes small-topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes backtopleft {
  0% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  100% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
}

/*Shiftato in basso a sinistra*/
@keyframes revtopleft {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes backrevtopleft {
  0% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  50% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    visibility: visible;
  }
  75% {
    width: calc(100% - 30px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  100% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
}
@keyframes revbottomright {
  0% {
    width: 0;
    height: 1;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes backrevbottomright {
  0% {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
  }
  25% {
    width: calc(100% - 30px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  100% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
}
/*Frame Hover Decoration */
@keyframes verysmall-topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 7px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes verysmall-bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 7px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 7px);
    width: calc(100% - 7px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
/*Doppio Bordo Prodotti*/
@keyframes prodbottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: calc(100% - 7px);
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: calc(100% - 7px);
    width: calc(100% - 7px);
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes prodtopleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: calc(100% - 7px);
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes prodborderbottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes prodbordertopleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}


.frame-decoration {
	padding-right:30px;
	padding-top:30px;
	position:relative;
}
.frame-decoration img {
	width:100%;
}
.frame-decoration:after {
  content: "";
  position: absolute;
  bottom: 31px;
  padding-left: 1px;
  left: 31px;
  width:calc(100% - 30px);
  height:calc(100% - 30px);
  border-bottom: 1px solid #E2231A;
  border-right: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-decoration:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  padding-left: 1px;
  width:calc(100% - 30px);
  height:calc(100% - 30px);
  border-top: 1px solid #E2231A;
  border-left: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-decoration.go:before {
  animation: small-topleft 3.5s ease-in-out forwards;
}
.frame-decoration.go:after {
  animation: small-bottomright 3.5s ease-in-out forwards;
}
/* DRAW BACK */
/*.frame-decoration:hover:before {
  animation: backtopleft 1s ease-in-out forwards;
}
.frame-decoration:hover:after {
  animation: backbottomright 1s ease-in-out forwards;
}*/


.frame-decoration-rev {
	padding-left:30px;
	padding-bottom:30px;
	position:relative;
}
.frame-decoration-rev:after {
  content: "";
  position: absolute;
  bottom: -1px;
  padding-left: 1px;
  left: -1px;
  width:calc(100% - 30px);
  height:calc(100% - 30px);
  border-bottom: 1px solid #E2231A;
  border-right: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-decoration-rev:before {
  content: "";
  position: absolute;
  top: 31px;
  right: 31px;
  padding-left: 1px;
  width:calc(100% - 30px);
  height:calc(100% - 30px);
  border-top: 1px solid #E2231A;
  border-left: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-decoration-rev.go:before {
  animation: revtopleft 3.5s ease-in-out forwards;
}
.frame-decoration-rev.go:after {
  animation: revbottomright 3.5s ease-in-out forwards;
}


.frame-hover-decoration {
	padding-right:7px;
	padding-bottom:7px;
	position:relative;
	height:100%;
}
.frame-hover-decoration:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding-left: 1px;
  left: 7px;
  width:calc(100% - 7px);
  height:calc(100% - 7px);
  border-bottom: 1px solid #E2231A;
  border-right: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-hover-decoration:before {
  content: "";
  position: absolute;
  top:7px;
  right: 0;
  padding-left: 1px;
  width:calc(100% - 7px);
  height:calc(100% - 7px);
  border-top: 1px solid #E2231A;
  border-left: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.frame-hover-decoration:hover:before {
  animation: verysmall-topleft 1.5s ease-in-out forwards;
}
.frame-hover-decoration:hover:after {
  animation: verysmall-bottomright 1.5s ease-in-out forwards;
}

.frame-hover-decoration > div {
	height:100%;
}


/* DRAW BACK */
/*.frame-decoration-rev:hover:before {
  animation: backrevtopleft 1s ease-in-out forwards;
}
.frame-decoration-rev:hover:after {
  animation: backrevbottomright 1s ease-in-out forwards;
}*/



/*FINE DRAW BORDER*/




/*
a.temp:before, a.temp:after {
  width: 100%;
  height: 100%;
  visibility: visible;
}*/



/**** FANCY SELECT ****/
/*
header .header-left #paese {
	width: auto;
    border: 0;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    padding: 0 15px 0 0;
    background: url(../../img/select-down-arrow.svg) no-repeat center right;
    background-size: 12px;
	letter-spacing: .1em;
	float:left;
}
header .header-left #paese:focus {
	box-shadow:none;
}
*/
div.fancy-select div.trigger {
    background: transparent;
    border-radius: 0px;
    padding: 7px 35px 7px 10px;
    margin-top: 4px;
    min-width: 40px;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
    width: 100%;
}
div.fancy-select div.trigger:after {
	content:"";
	background: url(../../img/select-down-arrow.svg) no-repeat center center;
	background-size: 12px;
	right:8px;
	top:0;
	width:12px;
	height:31px;
}
div.fancy-select div.trigger.open:after {
    content: "";
	background: url(../../img/select-up-arrow.svg) no-repeat center center;
}
div.fancy-select ul.options {
    top: calc(100% - 1px);
    background: #fff;
    border-radius: 0px;
	border:solid 1px #000;
    border-top: 0px none!important;
    box-shadow: none;
	padding:0px;
	z-index: 999;
}
div.fancy-select ul.options.open {
    top: calc(100% - 1px);
}
div.fancy-select ul.options li {
	background: #fff;
	padding:5px 10px;
	text-transform: none;
	line-height: 15px;
	font-weight: 500;
}
div.fancy-select ul.options li.disabled{
	color:#ccc !important;
	cursor: auto !important;
	
}
div.fancy-select ul.options li.hover {
    color: #000;
	background-color: #F4F4F4;
} 
div.fancy-select div.trigger.open, div.fancy-select ul.options.open,
.paese-change div.fancy-select div.trigger.open, .paese-change div.fancy-select ul.options.open {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000;
}
div.fancy-select div.trigger.open {
	border-bottom:0px none;
}

div.fancy-select select:focus + div.trigger.open,
div.fancy-select select:active + div.trigger.open,
div.fancy-select select:focus + div.trigger {
	box-shadow:none;
}
div.fancy-select .options  {
	border-radius:0px;
	font-weight:400;
	font-size:10px;
	background-color:#fff;
	letter-spacing: .1em;
}
div.fancy-select ul.options li {
	color:#000;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
div.fancy-select ul.options li.selected {
	background-color: #F4F4F4;
	color:#000;
}
div.fancy-select ul.options.open li {
	padding:5px 10px;
}
/*
div.fancy-select .content-select + div.trigger {
	border:solid 1px #3acbc8;
	color:#999;
	padding:5px 35px 5px 10px;
	min-width:0px;
	line-height:18px;
	border-radius: 0;
}
div.fancy-select .content-select + div.trigger:after {
	top:6px;
	color:#3acbc8;
	font-size: 11px;
}
div.fancy-select .content-select + ul.options {
	top:0px;
}


div.fancy-select .big-select + div.trigger {
	width: 100%;
	height: 49px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #bdbdbd;
	font-size: 13px;
}

div.fancy-select .transparent-select + div.trigger {
	background: transparent;
	border: none;
	padding: 3px;
	color: #999;
	font-weight: 500;
	text-align: right;
}
div.fancy-select .transparent-select + div.trigger.open{
	background: transparent;
}
div.fancy-select .transparent-select + div.trigger::after {
	position: static;
	color: #999;
	font-size: 14px;
	margin: 0 0 0 10px;
}
div.fancy-select .transparent-select + div.trigger + ul.options {
 
}*/
/*
div.fancy-select .look-select + div.trigger {
	background: #fff;
	margin: -10px 0 0 0;
}

div.fancy-select .checkout-select + div.trigger {
	border:solid 1px #767676;
	color:#767676;
	padding:5px 35px 5px 10px;
	min-width:0px;
	line-height:46px;
	-webkit-shadow: 3px 3px #3acbc8;
    -moz-box-shadow: 3px 3px #3acbc8;
    -ms-box-shadow: 3px 3px #3acbc8;
    box-shadow: 3px 3px #3acbc8;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}
div.fancy-select .checkout-select + div.trigger:after {
	top:6px;
	color:#767676;
	font-size: 15px;
}
div.fancy-select .checkout-select + div.trigger + ul.options {
	top:0px;
	max-height:150px;
}
div.fancy-select .checkout-select + div.trigger + ul.options.open {
    top: 100%;
}*/

/* CUSTOM CHECKBOXES */
.icheckbox {
    display: inline-block;
    /*display: inline;*/
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
	background: url('../../img/custom-dark-checkboxes.svg') no-repeat;
	background-size:28px 14px;
    border: none;
    cursor: pointer;
    background-position: 0 0;
	margin-top:-1px;
	margin-right: 8px;
}
.icheckbox.checked {
	background-position: -14px 0;
}
.icheckbox + label {
	margin-left:0px;
	margin-bottom:0px;
	height:14px;
	line-height:14px;
	font-size:12px;
	display:inline;
	font-weight:500;
	letter-spacing:1px;
} 

/* CUSTOM RADIO */
.tipo-user .iradio,
#sar_mag .iradio,
#sar_catalogo .iradio,
#sar_mag_nat .iradio,
.incremental-landing .iradio , .gift-card-container .iradio {
    display: inline-block;
    /* display: inline; */
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    background: url(../../img/custom-dark-checkboxes.svg) no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
    background-position: 0 0;
    margin-top: -1px;
	margin-right: 8px;
}

.tipo-user .iradio.checked,
#sar_mag .iradio.checked,
#sar_catalogo .iradio.checked,
#sar_mag_nat .iradio.checked,
.incremental-landing .iradio.checked , .gift-card-container .iradio.checked{
	background-position: -14px 0;
}

.label-iradio {
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}

.label-iradio .iradio {
    /*width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -2px 5px 0 0;*/
	display: inline-block;
    /* display: inline; */
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    background: url(../../img/custom-dark-radio.svg) no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
    background-position: 0 0;
    margin-top: -1px;
	margin-right: 8px;
}


.label-iradio .iradio.checked {
    /*background: #000;*/
	background-position: -14px 0;
}


/**** TOPBAR ****/


.topbar {

    background-color: #000000;
    padding: 0;
    color: #fff;
    font-size: 10px;
	font-weight:300;
    letter-spacing: .2em;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
#top-banner {
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	overflow:hidden;
	position:relative;
	z-index:999;
	line-height:12px;
	height:0px;
}
#top-banner br {
	display: none;
}
.topbar .top-banner-hide {
	position:absolute;
	right:15px;
	height:22px;
	line-height:22px;
	top: calc(50% - 11px);
}
.topbar .top-banner-hide img {
	height:14px;
	width:14px;
}
/**** HEADER ****/
header {
	padding-top:18px;
	padding-bottom:18px;
	transition: height 0.3s ease, top 0.3s ease;
    -moz-transition: height 0.3s ease, top 0.3s ease;
    -webkit-transition: height 0.3s ease, top 0.3s ease;
	height:133px;
	background:#fff;
}
header.header-checkout {
	height:90px;
}
header #logo img {
	width:166px;
	height:50px;
}
.paese-change {
	float:left;
}
.paese-change div.fancy-select div.trigger {
    padding: 5px 30px 5px 5px;
	margin-top:-6px;
	border-color: #fff;
	border-bottom:0px none;
	font-size: 10px;
	width:auto;
}
.paese-change div.fancy-select div.trigger:after {
	height:26px;
}
.paese-change div.fancy-select ul.options li,
.paese-change div.fancy-select ul.options.open li {
	padding:5px;
}
header .header-left .header-search {
	float:left;
	margin-left:15px;
	position:relative;
}
header .header-left .header-search #search-toggle {
	width:17px;
	background:url(../../img/search-icon.svg) no-repeat center center;
	z-index: 9;
    position: relative;
}
header .header-left .header-search #search-toggle:hover {
	background:url(../../img/search-icon-hover.svg) no-repeat center center;
}
header .header-left .header-search  #search {
	display:none;
	position:absolute;
	top:-9px;
	left:0px;
	width:350px;
	padding-left:32px;
	padding-right:32px;
	padding-bottom:32px;
	background:#fff;
	z-index:8;
}
header .header-left .header-search  #search .easy-autocomplete {
	width:100%!important;
}
header .header-left .header-search  #search .easy-autocomplete-container {
	position:relative;
}
header .header-left .header-search  #search .easy-autocomplete-container ul,
header .header-left .header-search  #search .easy-autocomplete-container ul li, 
header .header-left .header-search  #search .easy-autocomplete-container ul .eac-category {
	border:none;
	padding-left:0px;
	padding-right:0px;
}
header .header-left .header-search  #search .easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
header .header-left .header-search  #search .easy-autocomplete-container ul li {
	font-size:12px;
	font-weight:400;
	position:relative;
}
header .header-left .header-search  #search .easy-autocomplete-container ul li.selected {
    background: transparent;
    cursor: pointer;
}

header .header-left .header-search  #search .easy-autocomplete input {
	border: 0px none;
    box-shadow: none;
    width: 100%;
    height: 25px;
    padding: 0px;
    border-radius: 0px;
    color: #000;
    line-height: normal;
    border-bottom: solid 1px #ccc;
	margin-bottom:10px;
	
}
header .header-left .header-search  #search .input-group-append {
	display:none;
}
header .header-left .header-search  #search .button {
	font-size:11px;
	line-height:18px;
	font-weight:400;
	letter-spacing:.3em;
	margin-top:20px;
}


header .header-right {
	
}
header .header-right .item  {
	float:right;
	margin-left:20px;
	position:relative;
}
header .header-right .cart-header {
	line-height:0;
}
header .header-right .cart-icon {
	font-size:10px;
	font-weight:400;
	letter-spacing:.2em;
	background:url(../../img/cart-icon.svg) no-repeat left center;
	padding-left:20px;
	line-height:24px;
	height:18px;
	display:inline-block;
	background-size: 16px 18px; 
}
header .header-right .cart-icon:hover {
	background:url(../../img/cart-icon-hover.svg) no-repeat left center;
	background-size: 16px 18px; 
}
.cart-header-box {
    border: 0px none;
	height: 0px;
    -webkit-transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
	z-index: 3;
    background-color: #fff;
    position: absolute;
    right: 0px;
    padding: 0px 0px 25px 0px;
    top: 27px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
	min-width:317px;
	min-height:110px;
	cursor:auto;
}
.cart-header-box .cart-sped-free-box {
	background: #f4f4f4;
    padding: 10px;
    text-transform: none;
    font-size: 10px;
    margin-top: 10px;
    color: #E2231A;
}
    
.cart-header-box .msg-not-found {
	text-align: center;
	padding: 20px;
	font-size: 22px;
	line-height: 60px;
}
.cart-header:hover .cart-header-box {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height:auto;
    display: block;
	-webkit-shadow: 3px 3px #4b575f;
    -moz-box-shadow: 3px 3px #4b575f;
    -ms-box-shadow: 3px 3px #4b575f;
    box-shadow: 3px 3px #4b575f;
	z-index:5;
}



header .header-right #user-button {
	width:17px;
	height:20px;
	background:url(../../img/user-icon.svg) no-repeat center center;
	background-size:17px 20px;
	display:inline-block;
}
header .header-right #user-button:hover {
	background:url(../../img/user-icon-hover.svg) no-repeat center center;
}
header .header-right .account-header-box {
    border: 0px none;
	height: 0px;
    -webkit-transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, height 0s ease, transform .4s ease, visibility .4s linear 0s;
	z-index: 3;
    background-color: #fff;
    position: absolute;
    left:-30px;
    top: 27px;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	padding: 12px 25px 5px 25px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
	min-width:135px;
	cursor:auto;
}
header .header-right .account-header:hover  .account-header-box.logged , header .header-right .account-header-box.logged{
	width: 210px;
	min-width: 260px;
	padding: 35px 0;
}
header .header-right .account-header:hover .account-header-box {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height:auto;
    display: block;
	padding: 12px 25px 5px 25px;
}
header .header-right .account-header-box > ul {
	padding: 0;
}

header .header-right .account-header-box > ul > li {
	display: block;
	padding: 0px;
	white-space:nowrap;
}
header .header-right .account-header-box > ul > li > a {
	position: relative;
	font-size:11px;
	font-weight:300;
	line-height:20px;
}
header .header-right .account-header-box > ul > li > a:hover {
	color:#000;
}

.cart-header .cart-header-box {
	padding-left:15px;
	padding-right:15px;
	box-shadow:none!important;
}
.cart-header .cart-header-box h3 {
	font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    border-bottom: solid 1px #ccc;
	margin-bottom:5px;
	
}
.cart-header .cart-header-box h4 {
	font-size:11px;
	font-weight:300;
	line-height:20px;
	margin-bottom:15px;
}
.cart-header .cart-header-box .thumb-carrello-info,
.cart-header .cart-header-box .thumb-carrello-info h5 {
	font-size:11px;
	line-height:15px;
}
.cart-header .cart-header-box .thumb-prod-cart-right {
	padding-right:25px;
	position:relative;
}
.cart-header .cart-header-box .thumb-prod-cart-right span.prezzo {
	font-size:12px;
	font-weight:500;
}
.cart-header .cart-header-box .thumb-prod-cart-right .cart_del {
	font-size: 12px;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 12px;
}
.cart-header .cart-header-box .thumb-prod-cart {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cart-header .cart-header-box .cart-conti {
	    padding-top: 10px;
    line-height: normal;
    margin-top: 10px;
	font-size:12px;
}
.cart-header .cart-header-box .cart-conti .cart-altro {
	margin-top:-10px;
	margin-bottom:10px;
	text-align:center;
	font-size:11px;
}
.cart-header .cart-header-box .cart-conti .cart-total {
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:15px;
}
.cart-header .cart-header-box .cart-conti span.prezzo {
	float:right;
}
.cart-header .cart-header-box .button {
	    font-size: 11px;
    font-weight: 400;
    letter-spacing: .3em;
}
header .header-right #wishlist-button {
	width:19px;
	height:18px;
	background:url(../../img/wishlist-icon.svg) no-repeat center center;
	background-size:19px 18px;
	display:inline-block;
}
header .header-right #wishlist-button:hover {
	background:url(../../img/wishlist-icon-hover.svg) no-repeat center center;
}





/**** HEADER CHECKOUT ****/


/**** MENU ****/
header nav#main-menu  {
	padding-top:24px;
	margin:0px auto;
}
header nav#main-menu .wrap-main-menu {
	position: static;
}
header nav#main-menu .wrap-main-menu ul {
	width: 100%;
	padding: 0;
}
header nav#main-menu .wrap-main-menu ul li.level0 {
	padding:4px 22px;
	line-height:15px;
	overflow:hidden;
}

header nav#main-menu .wrap-main-menu ul li.level0 > a {
	font-size:12px;
	letter-spacing:.2em;
	position:relative;
	font-weight:400;
	z-index:1;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li .mega-item li a {
	font-size:12px;
	line-height:16px;
	font-weight:300;
	position:relative;
}
header nav#main-menu .wrap-main-menu ul li > a:hover {
	color:#000;
}
header nav#main-menu .wrap-main-menu ul li > a, .account-header-box > ul li a {
	overflow:hidden;
}
header nav#main-menu .wrap-main-menu ul li > a:after, .account-header-box > ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    height: 40%;
    width: 0;
    background-color: #E2231A;
    bottom: 0px;
    z-index: -1;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
header nav#main-menu .wrap-main-menu ul li > a:hover:after, 
.account-header-box > ul li a:hover:after,
header nav#main-menu .wrap-main-menu ul li.level0:hover > a:after {
    width: 100%;
}
header nav#main-menu .wrap-main-menu ul li.parent>a:before {
	display:none;
}
header nav#main-menu .wrap-main-menu ul li.parent>ul {
	padding:45px 0px;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega ul {
    display: block;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega .level1 h4 {
	font-size:13px;
	letter-spacing:.1em;
	line-height:22px;
	font-weight:500;
	margin-bottom:10px;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li.level1 .mega-item {
    margin: 0 0 50px 0;
	min-width:0px;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li.level1 .mega-item:nth-last-child(1) {
    margin: 0;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li.banner-separator:after {
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	left:50%;
	top:0;
	background:#f7f7f7;
}

header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li.banner-col {
    padding: 5px 15px;
	margin-left:35px;
    line-height: 25px;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li.level2 {
    padding: 4px 0px;
	line-height:16px;
}
header nav#main-menu .wrap-main-menu .banner {
	float:right;
	margin-bottom:25px;
	max-width:100%;
}
header nav#main-menu .wrap-main-menu .banner:nth-last-child(1) {
	margin-bottom:0px;
}
header nav#main-menu .wrap-main-menu .banner-title {
	font-size:16px;
	line-height:20px;
	letter-spacing:.15em;
}
header nav#main-menu .wrap-main-menu .menu-ispirazioni .banner-title {
	font-size:18px;
	line-height:24px;
	letter-spacing:.15em;
}
header nav#main-menu .wrap-main-menu .menu-brand ul.mega-item {
	max-height: 675px;
    column-count: 3;
    column-gap: 15px;
    column-fill: auto;
	display:block;
}
header nav#main-menu .wrap-main-menu .menu-outlet h4 {
	text-transform: uppercase;
}
header nav#main-menu .wrap-main-menu .menu-outlet ul.mega-item {
    max-height: 525px;
    column-count: 2;
    column-gap: 15px;
    column-fill: auto;
    display: block;
}

header nav#main-menu .wrap-main-menu ul li.parent > ul {
	top:133px;
}


/***** HEADER ACCOUNT *****/


/**** STICKY HEADER ****/
header.is-sticky {
	padding-top:14px;
	padding-bottom:5px;
	height:88px;
	top:-88px;
	z-index: 50;
}
.is-sticky + section.main-content {
    margin-top: 88px;
}
header.is-sticky nav#main-menu {
    padding-top: 10px;
	position: static;
	width: 100%;
}
header.is-sticky nav#main-menu > .container {
	width: 100%;
	border: none;
}
header.is-sticky nav#main-menu .wrap-main-menu ul {
	width:auto;
}
header.is-sticky #logo img {
	width: 120px;
    height: 36px;
}
header.is-sticky nav#main-menu .wrap-main-menu ul li.parent > ul {
	top:83px;
}


/**** SLIDE ****/
.main-slide {
	margin:0px auto;
	position:relative;
	padding-bottom:0;
}
section.main-content .wrap-main-slide {
	margin-top:0px;
	min-height: calc(100vw * 0.42);
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
section.main-content .wrap-main-slide #carousel-main-slide {
	max-height: calc(100vh - 130px);
	overflow:hidden;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content {
	height: auto;
}
section.main-content .wrap-main-slide .main-slide .wrap-control .nav-control {
	top:42.5%;
}
section.main-content .wrap-main-slide .main-slide .wrap-control .nav-control,
section.main-content .wrap-main-slide .main-slide .wrap-control .nav-control:hover {
	background:transparent;
	box-shadow:none!important;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
section.main-content .wrap-main-slide .main-slide .wrap-control .nav-control i {
	font-family: "FontAwesome"!important;
}
section.main-content .wrap-main-slide .main-slide .wrap-control .nav-control i:before {
	font-size:65px;
	color:#fff;
	text-shadow: 0 5px 11px rgba(0, 0, 0, 0.18);
}
.clever-icon-preview:before {
	content:"\f104";
}
.clever-icon-next:before {
	content:"\f105";
}

.main-slide .light-blue-btn {
 
	background-color: #fff;
}
.main-slide .light-pink-btn {
 
	background-color: #fff;
}
.main-slide .light-green-btn { 
 
 
}

a.main-slide-full-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}

.main-slide-img {
	margin: 0 auto;
}

/*.main-slide .button:hover {
    -webkit-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}*/

section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .container {
	position: absolute;
	height: 100%; 
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/*transition:opacity .8s ease;
	-webkit-transition:opacity .8s ease;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	opacity: 0 !important;*/
}


section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .active .main-slide-content .container{
	opacity: 1  !important;
}



section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide {
	width: 60%;
	left: 50%;
	padding: 0 ;
	margin-left: -30%;
	top: 48%;
	transform: translate(0, -50%);
}

 section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-right{
	margin-left: 0;
	right: 0;
	left: auto
 }
  section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-left{
	margin-left: 0;
	left: 0;
	right: auto
 }
 
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide a.button {
	margin:25px 15px 0px 15px;  
	text-align:center;
	height: 44px;
	/*box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18);*/
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-right a.button {
	margin-right:0px; 
	margin-left:30px;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-left a.button {
	margin-right:30px;
	margin-left:0px;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h2 { 
	font-size:55px;
	line-height:70px;
	/*text-shadow: 0 5px 11px rgba(0, 0, 0, 0.18);*/
	margin:40px 0px 20px 0px;
	font-weight:700;
	color: #fff;
	letter-spacing:.15em;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h3 {
	/* font-size: 40px; */
	font-size: 13px;
	line-height:18px;
	font-weight: 400;
	/*text-shadow: 0 5px 11px rgba(0, 0, 0, 0.18);*/
	margin: 0px 0px 0px 0px;
	color: #fff;
	letter-spacing:.4em;
}

section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.inverted h2 { 
	color:#000;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.inverted h3 {
	color:#000;
}

section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.greyscale h2 { 
	color:#888;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.greyscale h3 {
	color:#888;
}

section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.darkgreyscale h2 { 
	color:#333;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.darkgreyscale h3 {
	color:#333;
}

.carousel-indicators {
    bottom: 30px;
    margin-bottom: 0px;
}
.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 4px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000\9; */
	border: 0px none;
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
}
.carousel-indicators .active { 
	background-color:#000;
	width: 8px;
	height: 8px;
	margin: 4px;
}

section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:before {
    content: "";
    height: 6px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
	position:absolute;
	top:calc(50% - 4px);
	left:3%;
	width:9%;
	z-index:1;
}
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item:after {
    content: "";
    height: 6px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
	position:absolute;
	top:calc(50% - 4px);
	right:3%;
	width:9%;
	z-index:1;
}
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.inverted:before,
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.inverted:after {
	border-color:#000;
}
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.greyscale:before,
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.greyscale:after {
	border-color:#888;
}
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.darkgreyscale:before,
section.main-content .wrap-main-slide #carousel-main-slide .carousel-item.darkgreyscale:after {
	border-color:#333;
}

/**** MAIN CONTENT ****/
.main-content {
	padding-bottom:85px;
	/*min-height: calc(100vh - 133px);*/
}
.gray-main .main-content {
	background:#f6f6f6;
}
.gray-main .main-content .form-control {
	background-color:#f6f6f6;
}

.main-content > .main-section {
	padding-top:90px;
}
.main-content > .section {
	padding-top:90px;
}
.main-content .breadcrumbs-outer-wrapper {
	padding-top:25px;
	padding-bottom:25px;
	background:#fff;
	margin-bottom:10px;
}
.gray-content .main-content .breadcrumbs-outer-wrapper,
.gray-main .main-content .breadcrumbs-outer-wrapper {
	margin-bottom:50px;
}
.main-content .breadcrumbs-outer-wrapper .breadcrumb {
	margin-bottom:0px;
}
.main-content h1.h3.page-title {
	text-transform:uppercase;
	margin-bottom:50px;
}

/**** HOME PAGE ****/
.banner-home-wrapper  {
	position:relative;
}
.banner-home-wrapper .deco-M {
	background:url(../../img/M.svg) no-repeat center center;
	background-size:cover;
	position:absolute;
	left: calc(50% - (1140px/12*6) - 95px);
    top: 7%;
	width:75px;
	height:99px;
}
.banner-home-wrapper .deco-A {
	background:url(../../img/A.svg) no-repeat center center;
	background-size:cover;
	position:absolute;
	right: calc(50% - (1140px/12*6) - 130px);
    top: 46%;
	width:70px;
	height:99px;
}
.banner-home-wrapper .deco-D {
	background:url(../../img/D.svg) no-repeat center center;
	background-size:cover;
	position:absolute;
	right: calc(50% - (1140px/12*5) - 75px);
    bottom: 10%;
	width:70px;
	height:99px;
}
.banner-home-wrapper h2 {
	margin:0px 0px 50px 0px;
}
.banner-home-wrapper >.container >.row {
	margin-bottom:35px;
}
.banner-home-wrapper >.container >.row:nth-last-child(1) {
	margin-bottom:0px;
	margin-top:70px;
}
/*
.banner-home-wrapper .banner {
	float:left;
}*/
.banner-home-wrapper .banner-title {
	font-size:38px;
	line-height:40px;
}
.banner-home-wrapper .frame-decoration .banner-title {
	top: calc(50% + 15px);
    left: calc(50% - 15px);
}
.banner-home-wrapper .frame-decoration-rev .banner-title {
	top: 50%;
    left: calc(50% + 15px);
}
.banner-home-wrapper .banner-title .multilink {
	display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .15em;
    margin: 0px 20px;
}
.banner-home-wrapper .banner-title .multilink:hover {
	color:#000;
}
.banner-home-wrapper .banner-subtitle {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4em;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0;
    left: calc(100% + 30px);
    transform-origin: bottom;
    white-space: nowrap;
}
.banner-home-band-wrapper > .banner {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
.banner-home-band-wrapper .banner-title-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: left;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title {
	top: 50%;
	max-width:50%
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.align-left {
	left:15px;
	right:auto;
	transform: translate(0px, -50%);
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.align-center {
	left:50%;
	right:auto;
	transform: translate(-50%, -50%);
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.align-right {
	left:auto;
	right:15px;
	transform: translate(0px, -50%);
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.inverted {
	color:#000;
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.greyscale {
	color:#888;
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title.darkgreyscale {
	color:#333;
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title .button {
	margin-top:55px;
}
.banner-home-band-wrapper .banner-title-wrapper .banner-title .button + .button {
	margin-left:15px;
	margin-right:15px;
}
.home-ispirazioni-wrapper >.container >.row {
	margin-bottom:35px;
}
.home-ispirazioni-wrapper >.container >.row:nth-last-child(1) {
	margin-bottom:0px;
}
.home-ispirazioni-wrapper  .banner-click {
	-ms-flex-item-align: start;
	align-self:flex-start;
	flex-shrink:0;
	max-width:100%;
}

.home-ispirazioni-wrapper  .banner-title {
	top:45%;
	font-size:38px;
	line-height:40px;
}
.home-ispirazioni-wrapper  .frame-decoration-rev .banner-title {
	left: calc(50% + 15px);
}
.home-ispirazioni-wrapper  .frame-decoration .banner-title {
	left: calc(50% - 15px);
}
.home-newsletter-wrapper  {
	position:relative;
}
.home-newsletter-wrapper .newsletter-home-title {
	position:absolute;
	right:0px;
	top:50%;
	transform: translate(0, -50%);
	z-index:1;
}
.home-newsletter-wrapper #newsletter-form-home {
	border:solid 25px #e6e6e6;
	padding:100px 120px;
}
.home-newsletter-wrapper #newsletter-form-home input[type="email"] {
	padding-right:120px;
	border-color:#000;
}
.home-newsletter-wrapper .inner-wrapper {
	position:relative;
}
.home-newsletter-wrapper .inner-wrapper .button {
	position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 18px;
    font-size: 11px;
    font-weight: 400;
    min-width: 100px;
    text-align: right;
}
.home-newsletter-wrapper .deco-lines {
    position: absolute;
    right: 0;
    top: 30px;
}
.home-newsletter-wrapper .deco-lines span.line {
    height: 2px;
    background: #000;
    display: block;
    width: 77px;
    margin: 11px 0px;
}
.insta-post-img {
    float: left;
    width: calc(100%/6);
	padding:0px 15px;
}

/*LISTA PRODOTTI*/
.breadcrumb {
	font-size:11px;
	line-height:18px;
	font-weight:300;
	padding: 10px 0px;
    background: transparent;
	margin-bottom:40px;
	text-transform:uppercase;
}
.breadcrumb>li+li:before {
    padding: 0  0 0 5px;
    color: #000;
    content: "/\00a0";
}
.product-list-header {
	margin-bottom:35px;
}
.product-list-header h1 {
	margin:0px;
}
.prod-col {
	margin-top:40px;
	padding-left:0px;
	padding-right:0px;
	border-left:solid 15px #fff;
	border-right:solid 15px #fff;
}
.left-sidebar .refine .altribute {
	margin-bottom:35px;
	max-height:180px;
}
.left-sidebar .refine.closed .altribute {
	display:none;
}
.left-sidebar .refine .title {
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0px;
}
.left-sidebar .refine .title.uppercase:after {
	content: "";
}
.left-sidebar .refine .title.uppercase.active:after {
	content: "";
}
.left-sidebar .refine .title:after {
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	line-height: inherit;
	color: inherit;
	position: absolute;
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
	top: 0;
	right: 0px;
	font: normal normal normal 18px/1 FontAwesome;
	content: "";
	width: 12px;
	height:22px;
	background:url('../../img/minus-icon.svg') no-repeat center center;
	background-size:12px 12px;
}
.left-sidebar .refine .title.active:after {
  background:url('../../img/plus-icon.svg') no-repeat center center;
  background-size:12px 12px;
}
.left-sidebar .refine .altribute input {
  display: none;
}
.left-sidebar .refine .altribute label.checked {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	margin-left:0px;
}
.left-sidebar .refine .altribute label.checked:hover {
	color:#E2231A;
}
.left-sidebar .refine {
  position: relative;
}
.left-sidebar .refine h4 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  line-height:normal;
}
.left-sidebar .refine h4 a {
    font-size: 10px;
    font-weight: bold;
    color: #E2231A;
    z-index: 2;
    text-transform: uppercase;
    text-decoration: underline!important;
    margin-left: 20px;
}

.left-sidebar .refine .item {
	font-size:12px;
	letter-spacing:0px;
	white-space: nowrap;
    margin-bottom: 4px;
    line-height: 16px;
	font-weight:300;
}
.left-sidebar .icheckbox {
	background-size: 200% 100%;
    width: 9px;
    height: 9px;
    margin-top: -2px;
}
.left-sidebar .icheckbox.checked {
    background-position: -9px 0;
}
#active-filters {
	min-height:55px;
	margin-bottom:5px;
	overflow:hidden
}
#active-filters .active-filter {
	font-size: 10px;
    padding: 0px 14px 0px 14px;
    line-height: 22px;
    border: solid 1px #f4f4f4;
    margin-left: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    float: right;
    position: relative;
}
#active-filters .active-filter span {
	color:#000;
	font-size:10px;
	padding-left:5px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#active-filters .active-filter.clear-filters,
#active-filters .active-filter.clear-filters span {
	color:#000;
}
#active-filters .active-filter:hover {
	background-color: #f4f4f4;
	color:#000;
}
#active-filters .active-filter:hover span {
	color:#000;
}

#active-filters .active-filter.clear-filters, #active-filters .active-filter.clear-filters span {
    color: #E2231A;
}

.product-item-wrapper {
	padding-right:7px;
	padding-bottom:7px;
	position:relative;
	margin-bottom:15px;
	padding-left:0px;
}
.product-item-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding-left: 1px;
  left: 7px;
  width:calc(100% - 7px);
  height:calc(100% - 7px);
  border-bottom: 1px solid #E2231A;
  border-right: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.product-item-wrapper:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  padding-left: 1px;
  width:calc(100% - 7px);
  height:calc(100% - 7px);
  border-top: 1px solid #E2231A;
  border-left: 1px solid #E2231A;
  visibility: hidden;
  z-index:-1;
}
.product-item-wrapper:hover:before {
  animation: prodtopleft 1.5s ease-in-out forwards;
}
.product-item-wrapper:hover:after {
  animation: prodbottomright 1.5s ease-in-out forwards;
}
.product-item {
	padding:20px;
	background:#fff;
	position:relative;
	height:100%;
}
.product-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  padding-left: 1px;
  left: 0;
  width:100%;
  height:100%;
  border-bottom: 1px solid #E2231A;
  border-right: 1px solid #E2231A;
  visibility: hidden;
  z-index:1;
}
.product-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 1px;
  width:100%;
  height:100%;
  border-top: 1px solid #E2231A;
  border-left: 1px solid #E2231A;
  visibility: hidden;
  z-index:1;
}
.product-item-wrapper:hover .product-item:before {
  animation: prodbordertopleft 1.5s ease-in-out forwards;
}
.product-item-wrapper:hover .product-item:after {
  animation: prodborderbottomright 1.5s ease-in-out forwards;
}
.product-item-wrapper .product-item > div {
	position:relative;
	z-index:2;
}
.product-item-wrapper .product-item-img {
	margin-bottom:25px;
}
.product-item-wrapper .product-item-img a:hover .img-fluid {
	opacity:1;
}
.product-item-wrapper .notice-label {
	position: absolute;
    right: 0;
    top: 0;
}
.product-item-wrapper .notice-label:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    z-index: 0;
    border: solid 1px #000;
    background: #fff;
    height: 20px;
}
.product-item-wrapper .notice-label.new-label:before {
    content: "";
    background: url(../../img/notice-label-new.svg) no-repeat top left;
    width: 80px;
    height: 9px;
    position: absolute;
    top: -4px;
    z-index: 1;
    left:  calc(50% - 40px);
}


.product-item-wrapper .notice-label label {
    background: #fff;
    border: solid 1px #000;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 10px;
    letter-spacing: .115em;
    font-weight: 600;
    display: inline-block;
    height: 20px;
	z-index: 1;
    position: relative;
    margin: 0;
}
.product-item-wrapper .product-item-cl-change  {
	margin-bottom:10px;
	min-height:25px;
}
.product-item-wrapper .product-item-cl-change > a {
	display:inline-block;
	margin: 3px;
	height:15px;
	line-height:15px;
	border:solid 1px #d4d4d4;
	position:relative;
}
/*.product-item-wrapper .product-item-cl-change *:hover > .tooltip {
	display:none!important;
}*/
.product-item-wrapper h4.brand-name {
	font-size:13px;
	font-weight:600;
	letter-spacing:0px;
	line-height:20px;
	margin:0px;
	min-height:25px;
	text-transform:uppercase;
}
.product-item-wrapper h3.product-name {
	font-size:13px;
	font-weight:400;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.product-item-wrapper .price {
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
	display:inline-block;
	margin:0px 5px;
}
.product-item-wrapper .price.old-price {
	text-decoration:line-through;
	color:#999;
}
.product-item-wrapper .price.old-price + .price.highlighted {
	color:#000;
}
.load-more-wrapper {
	margin-top:70px;
}
#content .box-product > .load-more-wrapper:nth-child(1) {
	margin-top:0px;
	margin-bottom:70px;
}
.load-more-info {
	margin-bottom:15px;
	font-size:10px;
}
/*SLIDE PRODOTTI*/
.product-slide.owl-carousel .owl-item {
	padding:0px 15px;
}
.related-products .related-controls {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:17px;
	margin-top:-8px;
}
.related-products .owl-prev {
	width:17px;
	height:17px;
	line-height:17px;
	position:absolute;
	left:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
.related-products .owl-next {
	width:17px;
	height:17px;
	line-height:17px;
	position:absolute;
	right:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
.related-products .owl-prev img,
.related-products .owl-next img {
	max-width:100%;
	max-height:100%;
}
/****** DETTAGLIO PRODOTTI *****************/

#product_gallery_zoom #navigation a {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}
#product_gallery_zoom #navigation a.show-video {
	border: solid 1px #e6e6e6;
}
#product_gallery_zoom .slider > div > img {
	margin: 0 auto;
	display: block;
}
#product_gallery_zoom #video-embed {
	position: absolute;
    top: 0;
    z-index: 1;
	background:#fff;
}
#product_gallery_slide .owl-controls {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:17px;
	margin-top:-8px;
}
#product_gallery_slide .owl-prev {
	width:17px;
	height:17px;
	line-height:17px;
	position:absolute;
	left:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
#product_gallery_slide .owl-next {
	width:17px;
	height:17px;
	line-height:17px;
	position:absolute;
	right:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
#product_gallery_slide .owl-prev img,
#product_gallery_slide .owl-next img {
	max-width:100%;
	max-height:100%;
}
.prod-detail-info ,
.prod-detail-gallery {
	margin-bottom:40px;
}
.prod-detail-info h3.brand-name, .prod-detail-info h2.brand-name {
	font-size:20px;
	letter-spacing:.05em;
	font-weight:300;
	text-transform:uppercase;
}
.prod-detail-info h1.product-name {
	font-size:30px;
	line-height:40px;
	letter-spacing:.0;
	margin:0px 0px 20px 0px;
	font-weight:600;
	text-transform:uppercase;
}
.prod-detail-info .price-wrapper {
	margin-bottom:20px;
}
.prod-detail-info span.price {
	font-size:18px;
	font-weight:300;
	display:inline-block;
}
.prod-detail-info .price.old-price {
	color:#999;
	text-decoration:line-through;
	margin-right:5px;
}
.prod-detail-info span.iva {
	color:#999;
	font-size:14px;
	display:inline-block;
	margin-left:5px;
}
.prod-detail-info div.fancy-select div.trigger {
	padding:10px 35px 10px 10px
}
.fancy-select .square {
	float:right;
}
.prod-detail-info .product-description {
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:400;
}
.prod-detail-info .product-description p {
	font-size:12px;
	font-weight:400;
}
.prod-detail-info .product-description .sheet-link {
	font-weight:600;
}
.qty .qty-wrapper {
    font-size: 11px;
    padding: 10px;
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    letter-spacing: .1em;
    width: 100%;
}
.prod-detail-info .qty .qty-selector {
	float:right;
}
.qty .qty-selector button {
    background: transparent;
    border: 0px none;
    display: inline-block;
	cursor:pointer;
	font-size:8px;
}
.qty .qty-selector input#qty {
    border: 0px none;
    width: 15px;
    text-align: center;
}

.prod-detail-info .addtocart.button,
.prod-detail-info .addto-wishlist.button {
	font-weight:400;
	line-height:20px;
}
.prod-detail-buy #validateMsg label.error {
	margin: 10px 0px 0px 0px!important;
    padding: 0px;
}
.prod-detail-info .prod-sharebox {
	padding-top:15px;
	border-top: solid 1px #c5c5c5;
	font-size: 12px;
    font-weight: 300;
}
.prod-detail-info .prod-sharebox .inline-socialshare {
	display:inline-block;
	margin-left:10px;
}
.prod-detail-info .prod-sharebox .inline-socialshare .csbuttons {
	display:inline-block;
	margin-right:5px;
}
.prod-main-container .related-wrapper-container {
	margin-top:50px;
}
.guida-taglie,
.guida-taglie-wrapper {
	width:100%;
}
.guida-taglie thead {
    background: #f4f4f4;
}
.guida-taglie th {
    text-align: left;
	padding: 10px 5px;
	font-size:12px;
	padding-left:30px;
	border-bottom: solid 1px #c5c5c5;
}
.guida-taglie td {
    padding: 10px 5px;
    border-bottom: solid 1px #c5c5c5;
    text-align: center;
	width:10%;
	font-size:12px;
}
/*MIX&MATCH*/
.addtocart.disabled {
    background: #b1b1b1!important;
    border-color: #b1b1b1!important;
    color: #fff!important;
    cursor: initial;
}
.addtocart.disabled:hover svg.button-ico {
    fill: #fff;
}
.mixmatch-son {
	border-bottom:solid 1px #c5c5c5;
	padding-bottom:25px;
	margin-bottom:25px;
	position:relative;
}
.mixmatch-son .deselect-son {
	display:none;
	position:absolute;
	top:0px;
	right:15px;
	height: 22px;
    line-height: 22px;
}
.mixmatch-son .deselect-son img {
	height:14px;
	width:14px;
}
.mixmatch-son.selected .deselect-son {
	display:block;
}
.mixmatch-son p,
.mixmatch-son .price-box {
	margin-bottom:10px;
}
.mixmatch-son-info {
	padding-right:20px;
}
.mixmatch-son .price-box span.iva {
	font-size:11px;
}
.mixmatch-son .price-box span.price {
	font-size:13px;
}
.prod-detail-info .mixmatch-son  div.fancy-select div.trigger {
    padding: 5px 35px 5px 10px;
}
.mixmatch-son div.fancy-select div.trigger:after {
	height:27px;
}
.mixmatch-total {
	font-size:18px;
}
.mixmatch-cart-result > div {
	border-bottom:solid 1px #c5c5c5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.mixmatch-cartpopup h3 {
	margin-bottom:30px;
}
.mixmatch-cart-result h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 22px;
}
.mixmatch-cart-result h4 {
	font-weight:400;
}
.mixmatch-cart-result + .mixmatch-buttons {
	margin-top:30px;
}

/*BRANDS*/
.brand-page .brands-list-wrapper {
    max-height: 9999px;
    column-count: 4;
    column-gap: 15px;
    column-fill: auto;
    display: block;
}
.brand-page .brands-list-wrapper .brands-list-container {
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
}
.brand-page .brands-list-wrapper .brands-list-container h4 {
	font-size: 20px;
    line-height: 40px;
    color: #c4c4c4;
    font-weight: bold;
}

.brand-page .brands-list-wrapper .brands-list-container li {
    font-size: 13px;
    line-height: 20px;
}
/*WISHLIST*/    
.wishlist-page h4.page-subtitle {
	margin-top:-30px;
	margin-bottom:40px;
}
.date-wishlist {
    font-size: 10px;
}
/*LOGIN*/
.login-page .main-content .button {
	margin-bottom:15px;
	margin-top:15px;
}
.login-with-social-head {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
}
.social-login-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 22px;
    border-radius: 50%;
    border: solid 1px #b0b2b2;
	margin:0px 8px;
	text-align:center;
}

.glogin-custom-btn .abcRioButton {
	width: 38px!important;
    height: 38px!important;
    background: transparent;
    box-shadow: none!important;
    line-height: 9999999;
}
.glogin-custom-btn .abcRioButton .abcRioButtonIcon {
	padding:10px!important;
}
.glogin-custom-btn .abcRioButtonLightBlue:active {
    background-color: transparent;
}
.fblogin-custom-btn {
	color:#3b5998;
}
.fblogin-custom-btn:hover,
.fblogin-custom-btn:focus {
	color:#3b5998;
}
.twlogin-custom-btn {
	color:#1DA1F2;
}
.twlogin-custom-btn:hover,
.twlogin-custom-btn:focus {
	color:#1DA1F2;
}
#sendform .button {
	min-width:0;
	height:100%;
}
/*REGISTER*/
.register-page #form_reg {
	margin-top:50px;
}
.register-page .main-content button {
	margin-bottom:15px;
	margin-top:15px;
}
.register-page h1 {
	margin-top:40px;
}
.register-page h1.thankyou-title {
    margin-top: 30px;
    margin-bottom: 100px;
}
/**** CARRELLO ****/
#carrello-detail {
	overflow: hidden;
}
.cart-wrapper {
	margin-top:50px;
}
.cart-items .table{
	overflow:hidden;
}
.cart-th > div,
.cart-item > div {
	border-bottom:solid 1px #dcdcdc;
	padding-top:25px;
	padding-bottom:25px;
}
.cart-items .cart-th h4 {
	margin-top:0px;
	font-size:16px;
	font-weight:500;
	letter-spacing:0;
	line-height:normal;
}
.cart-items .cart-item td {
	padding-top:25px;
	padding-bottom:40px;
	vertical-align: top;
}
.cart-item .cart-item-image {
	vertical-align:top;
	position:relative;
}
.cart-item .cart-item-image img {
 
}
.cart-item .remove-button {
	position:absolute;
	top:15px;
	left:15px;
	width:24px;
	height:24px;
	line-height:22px;
	text-align:center;
	color:#000;
	font-size:12px;
	background-color:#ccc;
	border: solid 1px #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/*z-index: 99;*/
	z-index:1;
}
.cart-item .remove-button:hover {
	background-color:#000;
	color:#fff;
}
.cart-item .cart-item-description {
	padding-left:0px;
}
.cart-item .cart-item-description h4 {
 
	margin-top:0px;
	margin-bottom:10px; 
	line-height:normal;
	font-weight:600;
	font-size:12px;
	line-height:18px;
	letter-spacing:0;
}
.cart-item .cart-item-description h6 {
	font-size:12px;
	line-height:16px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:0px;
}
.cart-item .cart-item-description .cart-item-actions {
	margin-top:20px;
}
.cart-item .cart-item-description .cart-item-actions a {
	color:#000;
	font-size:11px; 
	padding:0px 10px;
	border-left: solid 1px #000;
	line-height:16px;
}
.cart-item .cart-item-description .cart-item-actions a i {
	margin-right:10px;
	font-size:12px;
}
.cart-item .cart-item-description .cart-item-actions a:hover {
	color:#000;
}
.cart-item .cart-item-description .cart-item-actions a:nth-child(1) {
	padding-left:0px;
	border-left:0px none;
}
.cart-item .cart-item-qty {
	padding-top:45px;
	vertical-align:top;
}
.cart-item .cart-item-qty div.qty {
	margin: 0px auto;
	display: inline-block;
	white-space: nowrap;
}
.cart-item input.cart_qta.qty {
	display: inline-block;
	min-width: 0;
	width: 40px;
	text-align: center;
	padding: 5px;
	height: 32px;
	vertical-align: middle;
	margin: 0;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	border-left:0px none;
	border-right:0px none;
}
.cart-item button.items-count {
	display: inline-block;
    background: #fff;
    color: #000;
    border: none;
    padding: 2px 10px;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
    height: 32px;
	font-size:14px;
	cursor:pointer;
    border: solid 1px #000;
}
.cart-item button.items-count.reduced {
	border-right:0px none;
	padding-right:2px;
}
.cart-item button.items-count.increase {
	border-left:0px none;
	padding-left:2px;
}
.cart-item .cart-item-qty div.final_qty {
	margin: 0px auto;
	display: inline-block;
	width: 40px;
    height: 34px;
	line-height:32px;
    border: 1px solid #000;
    text-align: center;
    padding: 0px;
    font-weight: 400;    
	font-size:13px;
}
.cart-item .cart-item-price {
	padding-top:45px;
	vertical-align:top; 
	font-size:13px;
	font-weight:600;
	line-height:32px; 
}
.cart-summary .cart-sped-free-box {
    font-size: 12px;
    color: #E2231A;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0px;
    float: left;
}
.cart-aside .cart-summary, .cart-aside .cart-address-summary {
	background-color: #f4f4f4;
	padding: 25px;
	border-top: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0px;
}
.cart-aside .cart-address-summary {
	padding: 20px 20px;
}
.cart-aside .cart-address-summary .cart_address_sped,
.cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	position: relative;
}
 .order-items .cart-aside .cart-address-summary > div {
	border-bottom: none !important;
	padding-bottom: 0;
}
.cart-aside .cart-summary > h3, .cart-aside .cart-address-summary > h3 {
    margin-top: 0px;
    border-bottom: none;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cart-aside .cart-address-summary > div > h3 {
	margin: 0px 0 5px 0;
	font-size: 18px;
	padding: 0;
}

.cart-aside .cart-summary > h3 span {
	font-weight:normal;
	line-height:36px;
}
.cart-aside .cart-summary h4 {
	float: left;
	font-weight: 400;
	margin: 0px;
	line-height: normal;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 12px;
}
.cart-aside .cart-address-summary .cart_address_sped p, .cart-aside .cart-address-summary .cart_address_fatt p {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	font-weight: 400;
	/* padding-right: 140px; */
}
.cart-aside .cart-address-summary .cart_address_sped h4, .cart-aside .cart-address-summary .cart_address_fatt h4 {
	font-weight:500;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod, .cart-aside .cart-address-summary .cart_address_fatt .address_mod {
	position: absolute;
	right: 0;
	bottom: 8px;
	color: #000;
	text-decoration: underline !important;
	font-size: 10px;
	line-height: 21px;
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod:hover,
.cart-aside .cart-address-summary .cart_address_fatt .address_mod:hover {
 
}
.cart-aside .cart-summary .prezzo {
	font-size:14px; 
	float:right; 
}
.cart-aside .cart-summary .cart_art, .cart-aside .cart-summary .cart_sped, .cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 30px 0;
}
.cart-aside .cart-summary .cart_sped a {
	font-size:11px; 
	text-decoration:underline!important; 
	float:left;
	width:100%; 
	margin-top:10px;
}
.cart-aside .cart-summary .cart_sped a:hover { 
}
.cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	padding: 0;
	position: relative;
	margin: -20px 0 30px 0;
	padding: 0 0 10px 0px;
	color: #aaa;
}
.cart-aside .cart-summary .cart_imp:before {
/*	font-family:"FontAwesome";
	content:"\f078";
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:5px;*/
}
.cart-aside .cart-summary .cart_total {
	width: 100%;
	float: left;
	/*border-bottom: solid 1px #dcdcdc;*/
	margin: 0;
	position: relative;
	padding: 0 0 10px 0;
}
.cart-aside .cart-summary .cart_total .arrow-down {
 
}
.cart-aside .cart-summary .cart_total h3 {
	margin: 0px 0px 8px 0px;
	line-height: normal;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 18px;
	font-weight:600;
}
.cart-aside .cart-summary .cart_total .prezzo {
	/* text-align: center; */
	font-size: 16px;
	font-weight: 600;
	/* width: 100%; */
	margin-bottom: 5px;
}
.cart-aside .cart-summary .cart_total > a {
	text-align: left;
	float: left;
	width: 100%;
	/* color: #dcdcdc; */
	text-decoration: underline !important;
	font-size: 11px;
	font-weight: 500;
	margin-top:10px;
}
.cart-aside .cart-summary .cart_total a#coup-trigger {
	float: none;
    height: 44px;
    line-height: 32px;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 0;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

.cart-aside .cart-summary .cart_total a:hover { 
}
.cart-aside .cart-summary .cart_total #coup,
.cart-aside .cart-summary .cart_total #coup input::-webkit-input-placeholder,
.cart-aside .cart-summary .cart_total #coup input:-moz-placeholder,
.cart-aside .cart-summary .cart_total #coup input:-ms-input-placeholder {
	text-align:center;
}
.cart-aside .cart-summary .cart_total #coup {
	padding-left:15px;
	padding-right:15px;
	height:44px;
	line-height:42px;
	margin-top:15px;
}
.cart-aside .carrello-iva {
	font-size: 12px;
    display: inline-block;
	text-transform:uppercase;
    margin-left: 8px;
    color: #999;
    text-transform: none;
}
.button.cart-button {
	width:100%; 
	text-align:center;
	height:62px;
	padding:0px 18px;
	/*line-height:58px;*/
}
.cart-aside .button.cart-button {
	line-height:58px;
}
.cart-aside .help-menu {
	border-top: 0;
	margin-top: 40px;
}
.cart-aside .help-menu .refine  {
	border-bottom:solid 1px #000;
}
.cart-aside .help-menu .refine .title {
	padding-top:20px;
	margin-top:0px;
	padding-left:20px;
	padding-right:40px;
	border-bottom:0px none;
	margin-bottom:0px; 
	font-size: 13px;
    font-weight: bold; 
}
.cart-aside .help-menu .refine .title:before {
	display:none;
}
.cart-aside .help-menu .refine .title:after {
	content:"\f067";
	background:transparent;
	color:#000;
	font-size: 12px;
    font-weight: normal;
    top: calc(50% - 6px);
    right: 25px;
    width: 11px;
    height: 11px;
}
.cart-aside .help-menu .refine .title.active:after {
	content:"\f068";
	background:transparent;
}
.cart-aside .help-menu .refine .altribute {
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

section.main-content .box-content.prodotti-recenti {
	padding-top: 0;
	background: none;
}

/* coupon */
.form-group.coup-container {
	clear: both;
}
.coup-container .alert{
	clear: both;
    padding: 5px;
    margin: 10px 15px -5px 15px;
    width: 100%;
}
.cart-aside .cart-summary .cart_total .alert a {
    display: inline;
    float: none;
    width: auto;
}

.form-group.coup-container {
	clear: both;
	margin-bottom: 0;
}
.cart-items .cart-item.coupon-used > td {
	text-decoration: line-through;
	color: #dcdcdc;
}

.tipo-spe, .tipo-pay , .tipo-ship{
	cursor: pointer;
	display: block;
	clear: both;
	padding: 20px 10px;
    background: transparent;
	overflow: hidden;
}
.tipo-ship {
	background:#f4f4f4;
	margin-bottom:20px;
}
.tipo-spe .iradio,
.tipo-pay .iradio,
.tipo-ship .iradio {
    float: left;
    margin-right: 20px;
    margin-left: 10px;
	margin-top:3px;
}
.tipo-spe .iradio_minimal,.tipo-pay .iradio_minimal ,.tipo-ship .iradio_minimal{
	float: left;
	clear: none;
	margin: 0 20px 0 0;
}
.tipo-spe .spe-info-wrapper,.tipo-pay .pay-info-wrapper ,.tipo-ship .ship-info-wrapper{
	position: relative;
	float: left;
	/* width: 100%; */
	/* margin-left: 60px; */
	clear: none;
	width: calc(100% - 45px);
	margin: 0px 0 0 0;
	white-space: nowrap;
}
.tipo-spe .spe-info-wrapper h5, .tipo-pay .pay-info-wrapper h5 , .tipo-ship .ship-info-wrapper h5{
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	width: 80%;
	vertical-align: top;
	margin: 0;
	font-size: 13px;
	white-space: normal;
}
.tipo-spe .spe-info-wrapper h5 {
	float:left;
}
.tipo-spe .spe-info-wrapper h5 + span.prezzo {
	float:left;
}
.newaddress .tipo-ship .ship-info-wrapper h5 {
	width:100%;
}

.tipo-spe .spe-info-wrapper span, .tipo-pay .pay-info-wrapper span , .tipo-ship .ship-info-wrapper span{
	width: 80%;
	display: block;
	vertical-align: top;
	white-space: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}
.tipo-spe .spe-info-wrapper span.prezzo ,.tipo-pay .pay-info-wrapper span.prezzo  ,.tipo-ship .ship-info-wrapper span.prezzo{
	width: 20%;
	text-align: right;
	font-size: 13px;
	font-weight: 600;
}
.ship-options, .payment-options {
	margin-bottom: 40px;
}
/*CHECKOUT*/
.checkout-steps {
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
	overflow:hidden;
}
.checkout-steps:before {
    content: "";
    position: absolute;
    top: 15px;
    height: 1px;
    width: 0;
    background: #000;
    z-index: 1;
}
.login-page .checkout-step-1 .checkout-steps:before {
	width:0%;
}  
.checkout-step-0 .checkout-steps:before {
	width:33%;
}
.checkout-step-1 .checkout-steps:before {
	width:66%;
}
.checkout-step-3 .checkout-steps:before,
.checkout-step-4 .checkout-steps:before {
	width:99%;
}
.checkout-steps:after {
    content: "";
    position: absolute;
    top: 15px;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}
.checkout-steps li {
	position:relative;
	z-index:2;
}
.checkout-steps li:nth-child(1):before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #fff;
    z-index: -1;
}
.checkout-steps li:nth-last-child(1):after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 50%;
    height: 3px;
    background: #fff;
    z-index: -1;
}
.checkout-steps li p {
	font-size:13px;
	font-weight:500;
	line-height:40px;
	letter-spacing:0;
	margin:0px;
	color:#e1e1e1;
}
.checkout-steps li span {
	width:30px;
	height:30px;
	display:inline-block;
	border:solid 1px #e1e1e1;
	color:#e1e1e1;
	font-size:15px;
	line-height:29px;
	font-weight:500;
	border-radius:50%;
	background-color:#fff;
}
.checkout-steps li.active p {
	color:#000;
}
.checkout-steps li.active span {
	border-color:#000;
	color:#fff;
	background-color:#000;
}
/*USER PAGES*/
.user-page .sidebar ul {
	margin:0px;
	padding:0px;
}
.user-page .sidebar li {
	margin-bottom:15px;
	line-height:20px;
}
.user-page .sidebar li a {
	font-size:12px;
	text-transform:uppercase;
	color:#929292;
	font-weight:400;
}
.user-page .sidebar li a:hover {
	color:#000000;
}
.user-page .sidebar li.active a {
	color:#000000;
	font-weight:500;
}
.user-page .dest-wrapper {
	margin-bottom:30px;
}
.user-page .dest-wrapper h5 {
	margin-bottom:25px;
}
.user-page .dest-wrapper address {
	font-size:12px;
	font-weight:400;
	letter-spacing:.05em;
	margin-bottom:50px;
}
.user-page .dest-wrapper address span {
	display:inline-block;
	margin-bottom:5px;
}
.user-page .dest-wrapper .mod-dest {
	font-size:11px;
	text-decoration:underline;
	font-weight:400;
	padding-left:30px;
	background:url(../../img/edit-icon.png) no-repeat top left;
	background-size:18px 19px;
	display:inline-block;
	line-height:19px;
}
.my-coupon-table {
	margin-top:30px;
}
.my-coupon-table.cart-items .cart-item td {
	padding-top:20px;
	padding-bottom:20px;
}
.my-coupon-table .cart-item .cart-item-description {
	padding-left:15px;
}
.my-coupon-table.table thead th {
	border-bottom-width:1px;
}
.orders-table .th,
.table-resi-master .th {
	color:#979797;
	padding-bottom:15px;
}
.orders-table .button{
	letter-spacing:.2em;
	margin-bottom:15px;
	min-width:0;
}
.orders-table .button + h5 {
	margin-bottom:15px;
}
.orders-table .cart-item,
.table-resi-master .cart-item {
	margin-bottom:20px;
}

.orders-table .cart-item > div,
.table-resi-master .cart-item > div {
	margin:0 0 0px 0;
	background-color:#f4f4f4;
	border:0px none;
}
.orders-table .cart-item .cart-item-description,
.table-resi-master .cart-item .cart-item-description {
	padding-left:15px;
}
.orders-table .cart-item .cart-item-status,
.orders-table .cart-item .cart-item-price {
    padding-top: 0px;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.orders-table .cart-item h5 + h5 {
	margin-top:10px;
}
.orders-table .cart-item .cart-item-status h5.label {
	color:#979797;
}
.user-page-content .cart-aside-header {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:solid 1px #dee2e6;
}
.user-page-content .cart-aside .cart-summary, 
.user-page-content .cart-aside .cart-address-summary {
	background:transparent;
}
.user-page-content .cart-aside .cart-summary {
	padding-left:0px;
	padding-right:0px;
}
.user-page-content .cart-aside .cart-address-summary .cart_address_sped, 
.user-page-content .cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom:0px none;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.user-page-content .cart-aside .cart-address-summary .cart_address_sped h3, 
.user-page-content .cart-aside .cart-address-summary .cart_address_fatt h3 {
	font-size:16px;
	line-height:24px;
	font-weight:400;
	margin:0px;
}
.user-page-content .table.product-table .th {
	border-bottom:solid 1px #dee2e6;
}
.user-page-content .table.product-table .cart-item .cart-item-price,
.user-page-content .table.product-table .cart-item .cart-item-qty {
	padding-top:0px;
}
.user-page-content .cart-aside .cart-summary .cart_art, 
.user-page-content .cart-aside .cart-summary .cart_sped, 
.user-page-content .cart-aside .cart-summary .cart_imp, 
.user-page-content .cart-aside .cart-summary .cart_iva {
	padding-bottom:10px;
	margin-bottom:10px;
}
.user-page-content .cart-aside .cart-summary .h4 {
	margin-bottom: 10px;
	margin-top:30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
}
.user-page-content .cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	margin-top:0px;
}
.reso-items .cart-item .cart-item-qty div.final_qty {
	border:0px none;
}
.reso-items select {
	padding:5px;
	font-size:11px;
	max-width:100%;
}
.table-resi-master {
	margin-top:40px;
}
.table-resi-master .cart-item > div > .d-flex > .styled-link {
	align-self:center;
}
/*CONTATTI*/
.contatti-page .main-content {
	padding-bottom:0px;
	min-height:calc(100vh - 133px);
	overflow:hidden;
}
.contatti-page #map-container {
	z-index:0;
}
.contatti-page .container-fluid  {
	position:relative;
}
.contatti-page .main-content .container-fluid .container {
	position:absolute;
	top:0;
	left:calc(50% - 570px);
}
.contatti-page .main-content .inner-content {
	background:#fff;
	padding-bottom:30px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	position:absolute;
	z-index:1;
	top:0px;
}
.fidelity-info-box .saldo-punti {
	border-left: solid 1px #ccc;
}
.reg-fidelity-box {
	padding: 85px;
	background:#fff url(../../img/fidelity-reg-request-bg.jpg) no-repeat top center;
	background-size:cover;
}
.reg-fidelity-box-inner {
	padding: 50px 95px;
}
.reg-fidelity-box .tipo-ship .ship-info-wrapper {
	white-space: initial;
}
.reg-fidelity-box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
}

.user-fidelity-box {
	padding: 85px;
	background:#fff url(../../img/fidelity-user-request-bg.jpg) no-repeat top center;
	background-size:cover;
}
#fidelity-info-popup {
    max-width: 700px;
} 

/*INSTASHOP*/
.instashop-img {
    float: left;
    width: calc(100%/4);
	padding:0px 15px;
	margin-bottom:30px;
}
/*FAQ*/
.static-page .accordion {
	margin-bottom:30px;
	background: #f4f4f4;
    padding: 20px 15px;
}
.static-page .accordion-title {
    cursor: pointer;
    text-transform: uppercase;
	font-size:14px;
	font-weight:400;
}
.static-page .accordion-text {
	margin-top:30px;
}
.static-page .subtitle {
	margin-bottom:1rem;
	margin-top:1rem;
}
/*POPUP*/
.popup-container {
	min-width:520px;
}

#newsletter-promo-pop {
    max-width: 600px;
	background:#fff url(../../img/newsletter-popup-bg-2.jpg) no-repeat top center;
	background-size:cover;
	padding-left:55px;
	padding-right:55px;
}
#newsletter-promo-pop .newsletter-promo-wrapper {
	margin:66px 0px;
	padding:50px;
	position:relative;
}
#newsletter-promo-pop .newsletter-promo-wrapper:before {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	opacity:0.8;
}
#newsletter-promo-pop h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3em;
	margin-bottom:15px;
}
#newsletter-promo-pop h3 {
    font-size: 59px;
	line-height:63px;
    font-weight: bold;
    letter-spacing: .1em;
	font-variant:small-caps;
}
#newsletter-promo-pop h3 span {
	color:#cd1719;
}
#newsletter-promo-pop .button {
	border: 1px solid #cd1719;
}


#chiusura-pop {
    max-width: 600px;
	background:#fff;
	background-size:cover;
	padding-left:55px;
	padding-right:55px;
}
#chiusura-pop.summer-holidays {
	background:#fff url(../../img/chiusura-popup-bg.jpg) no-repeat top center;
}

#chiusura-pop.coronavirus {
    max-width: 600px;
	background:#e6e6e6;
	background-size:cover;
	padding-left:55px;
	padding-right:55px;
}
#chiusura-pop .chiusura-wrapper {
	margin:50px 0px;
	padding:35px;
	position:relative;
}
#chiusura-pop .chiusura-wrapper:before {
	content:"";
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	opacity:0.8;
}
#chiusura-pop h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3em;
	margin-bottom:15px;
}
#chiusura-pop.coronavirus h4 {
	color:#E2231A;
}
#chiusura-pop h3 {
    font-size: 50px;
	line-height:63px;
    font-weight: bold;
    letter-spacing: .1em;
	font-variant:small-caps;
}
#chiusura-pop.fidelity-card {
	background:#fff url(../../img/fidelity-popup-bg.jpg) no-repeat top center;
	background-size: cover;
}
#chiusura-pop.fidelity-card h3 {
	font-size: 29px;
	line-height:52px;
}
#chiusura-pop.fidelity-card h3 span {
	font-size: 42px;
}


#iubenda-pp-overlay {
	z-index:99998!important;
}
#iubenda-pp {
	z-index:99999!important;
}
/*FOOTER*/
footer {
	background:#000;
	color:#fff;
	padding-top:55px;
	padding-bottom:30px;
	position:fixed;
	bottom:0px;
	width:100%;
}
footer a {
	color:#fff;
}
footer a:hover  {
	color:#E2231A;
}
#footer-logo img {
	width:165px;
	height:51px;
}
footer h5 {
	margin-bottom:10px;
	color:#fff;
	margin-top:25px;
}
footer h5:nth-child(1) {
	margin-top:0px;
}
footer .footer-menu,
footer .footer-social {
	padding:0px;
	margin:0px;
	list-style:none;
}
footer .footer-menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}
footer .footer-social li {
	display:inline-block;
	margin-right:10px;
}

footer .footer-menu li a:hover,
footer .footer-social li a:hover {
	color:#E2231A;
}
footer .footer-social li a {
    color: #fff;
    font-size: 18px;
}
footer .form-control {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
	font-weight:300;
    line-height: 32px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}
footer .form-control:focus {
	background:#000;
	border-color:#fff;
	color:#fff;
}
footer input::-webkit-input-placeholder,
footer .form-control::-webkit-input-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight:300;
	line-height: inherit;
	height: inherit;
}
footer input:-moz-placeholder,
footer .form-control:-moz-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight:300;
	line-height: inherit;
	height: inherit;
} 
footer input:-ms-input-placeholder,
footer .form-control:-ms-input-placeholder { 
	opacity: 1; 
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight:300;
	/*line-height: inherit;
	height: inherit;*/
}
footer #newsletter-form-footer .inner-wrapper {
	position:relative;
}
footer #newsletter-form-footer input[type="email"] {
	padding-right:70px;
	text-align:left!important;
}
footer #newsletter-form-footer .button {
	position:absolute;
	top:0px;
	right:0px;
	font-weight: 400;
    letter-spacing: .15em;
    font-size: 11px;
    line-height: 20px;
    padding: 6px 10px;
    min-width: 60px;
	text-align:right;
}
footer #newsletter-form-footer .button:hover {
	border-color:#fff;
}
footer .icheckbox {
	background-image: url(../../img/custom-checkboxes.svg);
}
footer .footer-info {
	text-align:center;
	margin-top:70px;
}
footer .footer-info p {
	font-weight:300;
	font-size:10px;
	line-height:16px;
	letter-spacing:0;
	margin:0px;
}
footer .footer-info p strong {
	font-weight:400;
}
footer .footer-info p span {
	padding-left:10px;
	padding-right:10px;
}
footer .madebyquantico {
	position:absolute;
	bottom:0px;
	font-size:10px;
	font-weight:300;
	line-height:29px;
}
footer .madebyquantico img {
    height: 10px;
    margin-left: 4px;
    width: 74px;
}
.footer-checkout {
	padding-bottom:30px;
}
.gray-main .footer-checkout {
	padding-top:30px;
}
.footer-checkout p {
	font-size:10px;
	line-height:18px;
	margin:0px;
}
/* WOW.js */
.wow { visibility: hidden; animation-duration: 1.2s; }

.fancybox-is-open .fancybox-bg {
	opacity: .80; 
	background:#000;
}

.carousel-inner > .item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	 -webkit-backface-visibility: visible;  
	 backface-visibility: visible;  
	  -webkit-perspective: none ;  
	 perspective: none; 
}
.whatsapp-fixed {
	position: fixed;
    bottom: 10px;
    left: 20px;
    background-color: #25d366;
    border-radius: 50%;
    color: #fff;
    display: none;
    width: 50px;
	height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 27px;
    z-index: 999999999999;
}
.whatsapp-fixed:hover, 
.whatsapp-fixed:focus {
    color: #fff!important;
}
	
/*INTERNET EXPLORER ONLY CSS*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */

	.gradient-text {
		/*Explorer fallback for gradient text*/
		color:#e41b13;
		background:transparent;
	}
}

/* SEO */
.product-name.likeH3{
	font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
	
	
}

.brand-name.likeH4{
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 0px;
    min-height: 25px;
    text-transform: uppercase;
}

.sub-footer{ 
		background: #fff;
		color: #000;
		margin: 20px 0 -30px 0;
		height: 44px;
		line-height: 52px;
		vertical-align: top;
		padding-top: 4px;  
}
.sub-footer .container{
padding:0;
}
.sub-footer img{ 
height: 36px;
	vertical-align: top;
}

/* Gift Card */

.gift-card-desc{ 
	font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
letter-spacing: 1.4px;
line-height: 22px; 
}

.gift-card-container h3{ 
font-size: 18px;
font-weight: 700;
letter-spacing: 1.8px;
line-height: 30px;
}

.gift-icons {

    display: flex;
    margin: 0;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
	flex-basis: auto;
	flex-grow: 0;
	width: auto;

}

.gift-icons > img {
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
}
.gift-icons > p {

    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 20px;
    white-space: normal;
    margin: 0;

}
.gift-icons > p strong{ 
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.44px;
	text-transform: uppercase;
}
 
.gift-card-choice{
	text-align: center;
}

.gift-card-choice label {
cursor:pointer;
}


.gift-card-choice .price-box{ 
color: #000000;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 1.2px;
line-height: 15px; 
text-transform: uppercase;
margin: 20px 0 0 0;
}


.pwa-install-banner .top-banner-main {
	background:#fff;
	height:0px;
	color:#000;
	text-align:center;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	overflow:hidden;
	position:relative;
	z-index:999;
	width: 100%;
	position: fixed;
    bottom: 0;
}
.pwa-install-banner .top-banner-main .inner-top-banner {
	padding:12px 0px;
	border: solid 1px #707070;
	height: 100%;
}
.pwa-install-banner .top-banner-main p {
	display:inline-block;
	margin:0 50px;
	font-size: 13px;
    line-height: 15px;
}
.pwa-install-banner .top-banner-main .pwa-banner-hide {
	position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    font-size: 10px;
    display: block;
    width: 16px;
    height: 16px;
}
.pwa-install-banner .top-banner-main .pwa-ico-ios {
	display:inline-block;
	width:13px; 
	height:13px;
	margin-top: -3px;
}
.pwa-install-banner .top-banner-main .pwa-link {
	color: #E2231A;
	text-decoration: underline!important;
}