@font-face {
	font-family: Almarai;
	font-weight:300;
	src: url('../fonts/Almarai/Almarai-Light.ttf') format('truetype');
}
@font-face {
	font-family: Almarai;
	font-weight:400;
	src: url('../fonts/Almarai/Almarai-Regular.ttf') format('truetype');
}
@font-face {
	font-family: Almarai;
	font-weight:700;
	src: url('../fonts/Almarai/Almarai-Bold.ttf') format('truetype');
}
/*
@-webkit-keyframes slide-up-nav{0%{height:450px}100%{height:0}}@keyframes slide-up-nav{0%{height:450px}100%{height:0}}
@-webkit-keyframes slide-down-nav{from{height:0}to{height:450px}}@keyframes slide-down-nav{from{height:0}to{height:450px}}
*/
body {
	font-family: 'Almarai', sans-serif;
	font-weight: 400;
	color: #000000;
	line-height:normal;
}



input[type="text"], textarea {
	/*safari boxshadow fix*/
	-webkit-appearance: none;
}
.compensate-for-scrollbar, .fancybox-enabled body {
	margin-right:0px!important;
}
.no-transition {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.container-fluid-limited {
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
}
.fixedPosition {
	position:fixed;
   /*width:100vw;*/
   /*height: 100vh;*/
}

main {
	z-index: 1;
	position: relative;
	background: #fff;
	overflow:hidden;
	min-height:100vh;
}
main.checkout-main{
	box-shadow: none;
	margin-bottom: 0;
}


h1, .h1{
	font-family: "Spectral", serif;
	font-size: 60px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: normal;
	line-height: 70px;
	text-transform: uppercase;
	margin:0px 0px 20px 0px;
}
h1.smaller, .h1.smaller {
	font-size: 45px;
	line-height: 48px;
}
h2, .h2{ 
	font-size:48px;
	line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
	margin: 0px 0px 20px 0px;
}
h3, .h3{
	margin: 0px 0px 20px 0px;
    font-family: "Spectral", serif;
    font-size: 48px;
    font-weight: 200;
    line-height: 50px;
    text-transform: uppercase;
}

h3.smaller, .h3.smaller {
	font-size: 38px;
    line-height: 40px;
}

h3.section-title, .h3.section-title {
	font-family: "Spectral", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px 0;
}

h4, .h4 {
	font-size:20px;
	font-weight:300;
	line-height:25px;
	margin:0px 0px 20px 0px;
	letter-spacing:1px;
	text-transform: uppercase;
}
h5, .h5{
	color: #818181;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}
h6, .h6{

    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.4px;
	line-height: 13px;
	margin: 5px 0px;
	text-transform: uppercase;
}
h6.smaller, .h6.smaller {
	font-size: 10px;
    font-weight: 500;
}
p {
	font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 25px 0px;
}
p.smaller {
	font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0px 0px 25px 0px;
}

.styled-list {
	list-style-type: circle;
    padding-left: 20px;
    margin: 0;
	margin-bottom:20px;
}
.styled-list li {
	font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 25px 0px;
}
.device-is-scroll-disabled ,.device-is-scroll-disabled body{

}

.padding-0 {
	padding: 0;
}
.hidden {
    display: none!important;
}
a {
	color:#000000;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
a img{
		transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
a:hover, a:focus {
	color:#080808;
}
a:focus {
	outline:none;
}
a:hover .img-fluid{
	opacity: 0.7;
}
a.pwforgot {
	color: #818181;
}
.fancybox-close-small:focus:after,
button:focus {
	outline:none;
}
a, button, .button {
    transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
}
a.ani-under:after {
    content: "";
    height: 1px;
    width: 0;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width .4s cubic-bezier(.19,1,.22,1)
}
a.ani-under:hover:after {
    width: 100%;
}

.font-almarai {
	font-family: "Almarai", sans-serif;
}
.font-spectral {
	font-family: "Spectral", serif;
}
.font-weight-200 {
	font-weight:200;
}
.font-weight-300 {
	font-weight:300;
}
.font-weight-400 {
	font-weight:400;
}
.font-weight-700 {
	font-weight:700;
}
.color-gray {
	color:#707070;
}
.color-red {
	color: #bd0000;
}
.color-blue {
	color: #0d1583!important;
}
.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;
  font-weight: 700;
}

.ui-datepicker {
	font-family: "Almarai", sans-serif;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background: transparent;
    border: 0px none;
}
.ui-datepicker select.ui-datepicker-month:focus, .ui-datepicker select.ui-datepicker-year:focus {
    outline: none;
}
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background: #f0f0f0;
    font-size: 14px;
    /* text-transform: uppercase; */
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
	letter-spacing: 1px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #f0f0f0;
    font-weight: normal;
    color: #000;
	font-size: 10px;
    padding: 8px;
    letter-spacing: 1px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: none;
    background: #e1e1e1;
    font-weight: normal;
    color: #000;
}


.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;
	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;
	font-weight:300;
    font-size: 16px;
    line-height: 52px;
    color: #818181;
    background-color: #fff;
	border-radius: 0;
	border: 0px none;
    border-radius: 0;
    padding: 0 5px;
    border-bottom: 1px solid #707070;
}
textarea.form-control {
    border: solid 1px #707070;
	padding: 15px;
	line-height:22px;
}
select.form-control {
	cursor: pointer;
}

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:#707070!important;
}
/*
label.error#privacy-error, label.error#prodprivacy-error {
    min-width: 250px;
    margin-top: 15px;
    position: absolute;
    top: -20px;
	margin-top:0px!important;
}*/
.form-control:disabled, .form-control[readonly] {
	opacity: 1;
	color:#bfbfbf;
	background: inherit;
}
.form-group {
	position: relative;
}
.form-group label {
	font-size: 11px;
    font-weight: 300;
    letter-spacing: 2.2px;
    /*text-transform: uppercase;*/
    line-height: 16px;
}
.form-group label.error, #validateMsg label.error, .validateMsg label.error, #franchising-form label.error {
	font-size:11px!important;
	margin: 0px 0px 0px 10px!important;
	font-weight:300!important;
	color:#a94442;
}
.form-group label.error {
	position: absolute;
    right: 35px;
    z-index: 1;
    top: 19px;
}
.form-group label.error.privacy-inline-error {
	position:relative!important;
	margin:0px 10px 0px 0px!important;
	display:none;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
	opacity: 1; 
	font-family: 'Almarai', sans-serif;
	line-height: inherit;
	height: inherit;
	color: #818181;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}
input:-moz-placeholder,
.form-control:-moz-placeholder { 
	opacity: 1; 
	font-family: 'Almarai', sans-serif;
	line-height: inherit;
	height: inherit;
	color: #818181;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
} 
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
	opacity: 1; 
	font-family: 'Almarai', sans-serif;
	/*line-height: inherit;
	height: inherit;*/
	color: #818181;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}
input:focus { 
	outline: 0;
    box-shadow: none;
    border-color: #000;
    color: #818181;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #000;
    color: #818181;
}
.button:focus {
    outline: 0; 
}
form .button + h6 {
	margin-top:10px;
}
label.privacy {
	line-height: 15px;
	font-weight:300;
	margin:15px 0px 0px 0px;
	color: #707070;
    font-size: 11px;
    font-weight: 300;
}
label.privacy .icheckbox {
	margin-right: 10px;
}
.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%); 
}
.gray-box {
	background-color:#f0f0f0;
}

.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;
}
.separator-165 {
	padding-top:165px;
}
/**** BUTTONS ****/
.button { 
	font-weight:400;
	font-size:13px;
	line-height:20px;
	letter-spacing:2.6px;
	display:inline-block;
	padding:14px 35px;
	background:#000!important;
	color:#fff!important;
	border:solid 1px #000;
	text-align:center;
	min-width:195px;
	text-transform: uppercase;
	cursor:pointer;
}
.button:hover { 
	background:#fff!important;
	color:#000!important;
	border-color:#fff;
	-webkit-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
}
.button.fullwidth-btn {
	width:100%;
}
.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: #000!important;
	border-color: #000;
	color: #fff!important;
}
.light-gray-btn {
	background:transparent!important;
	border-color:#919191;
	color:#919191!important;
	position:relative;
}
.light-gray-btn:hover {
	background: #919191!important;
	border-color: #919191;
	color: #fff!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;
}
.button.arrow-right-btn {
	padding: 16px 18px;
    font-size: 10px;
    font-weight: 400;
    min-width: 100px;
    text-align: right;
    padding-right: 65px;
    background: url(../../img/long-arrow-right-black.svg) no-repeat center right!important;
    background-color: transparent!important;
    background-size: 37px!important;
    border: 0!important;
    border-bottom: solid 1px #707070!important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000!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.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s 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:20px;
	height:20px;
	margin-right:20px;
}
.button svg.button-ico g path,
.button.white-btn svg.button-ico g path,
.button.light-white-btn svg.button-ico g path,
.button.light-black-btn svg.button-ico g path {
	stroke:#000;
}
.button:hover svg.button-ico g path,
.button-white-btn:hover svg.button-ico g path,
.button.light-white-btn:hover svg.button-ico g path,
.button.light-black-btn:hover svg.button-ico g path {
	stroke:#fff;
}
.button.black-btn svg.button-ico g path{
	stroke:#fff;
}
.button.black-btn:hover svg.button-ico g path {
	stroke:#000;
}
.button.light-grey-btn svg.button-ico g path{
	stroke:#888;
}
.button.light-grey-btn:hover svg.button-ico g path {
	stroke:#888;
}

.button.light-darkgrey-btn svg.button-ico g path{
	stroke:#333;
}
.button.light-darkgrey-btn:hover svg.button-ico g path {
	stroke:#333;
}

a.styled-link {
	font-size: 10px;
    position: relative;
    font-weight:500;
	letter-spacing:2px;
    z-index: 1;
	text-transform:uppercase;
	padding-right:80px;
}
a.styled-link:hover {
	color:#000;
}
a.styled-link:after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    width: 48px;
    background-color: #ffffff;
    bottom: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.styled-link.white {
	color:#fff;
}
.styled-link.white:after {
	background-color: #ffffff;
}
.styled-link.white:hover {
	color:#000;
}
.styled-link.white:hover:after {
	background-color: #000;
}

.styled-link.black {
	color:#000;
}
.styled-link.black:after {
	background-color: #000;
}
.styled-link.black:hover {
	color:#000;
}
.styled-link.black:hover:after {
	background-color: #000;
}

.styled-link .button-ico {
	margin-right:25px;
	margin-left:25px;
}


/*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.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 10px;
	font-family: 'Almarai', sans-serif;
	white-space: nowrap;
}
.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 #000;
  border-right: 1px solid #000;
  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 #000;
  border-left: 1px solid #000;
  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 #000;
  border-right: 1px solid #000;
  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 #000;
  border-left: 1px solid #000;
  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 #000;
  border-right: 1px solid #000;
  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 #000;
  border-left: 1px solid #000;
  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;
    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 {
    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;
}
div.fancy-select ul.options li {
	color:#000;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s 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;
} 

/* 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-checkboxes.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 {
	position: relative;
    background-color: #000000;
    padding: 0;
    color: #fff;
    font-size: 10px;
	font-weight:300;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	z-index:999;
}
#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:22px;
	height:0px;
	font-size: 9px;
	font-weight: 300;
	letter-spacing:1.2px;
}
#top-banner br {
	display: none;
}
.topbar .top-banner-hide {
	position:absolute;
	right:15px;
	height:22px;
	line-height:22px;
}
.topbar .top-banner-hide img {
	height:10px;
	width:10px;
}
/**** HEADER ****/
header {
	padding-top:20px;
	padding-bottom:0px;
	transition: height 0.2s ease, top 0.2s ease, background-color 0.2s ease;
    -moz-transition: height 0.2s ease, top 0.2s ease, background-color 0.2s ease;
    -webkit-transition: height 0.2s ease, top 0.2s ease, background-color 0.2s ease;
	height:80px;
	background:transparent;
	position: relative;
	z-index:2;
}
.no-slider header {
	background:#fff;
}
header.header-checkout {
    height: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
}
header #logo {
	margin-right:15px;

	width: 126px;
    height: 31px;
	position: relative;
}
header #logo img {
    width: 126px;
    height: 31px;
	position: absolute;
	top:0;
}
header #logo .sticky-logo {
	opacity: 0;
}
header #logo .default-logo {
	opacity: 1;
}
.paese-change, .ship-change {
	float: right;
    font-size: 8px;
    line-height: 14px;
	margin-right: 15px;
	display: flex;
	letter-spacing:1.6px;
	font-weight:300;
}
.paese-change div.fancy-select div.trigger:after,
.ship-change div.fancy-select div.trigger:after {
	background: url(../../img/select-down-arrow-white.svg) no-repeat center center;;
}
.paese-change div.fancy-select div.trigger.open:after,
.ship-change div.fancy-select div.trigger.open:after {
	background: url(../../img/select-up-arrow-white.svg) no-repeat center center;
}
.paese-change div.fancy-select div.trigger,
.ship-change div.fancy-select div.trigger {
    padding: 5px 30px 5px 5px;
	margin-top:-6px;
	border-color: transparent;
	border-bottom:0px none;
	font-size: 8px;
	width:auto;
	letter-spacing:1.6px;
	color:#fff;
	font-weight:300;
}
.paese-change div.fancy-select div.trigger:after,
.ship-change div.fancy-select div.trigger:after {
	height:23px;
	background-size: 10px;
}
.paese-change div.fancy-select ul.options li,
.paese-change div.fancy-select ul.options.open li,
.ship-change div.fancy-select ul.options li,
.ship-change div.fancy-select ul.options.open li {
	padding:5px;
	font-size:8px;
	font-weight:300;
}
.paese-change div.fancy-select div.trigger.open, .paese-change div.fancy-select ul.options.open,
.ship-change div.fancy-select div.trigger.open, .ship-change div.fancy-select ul.options.open {
    background-color: #fff;
    border: 1px solid transparent;
    color: #000;
}
header .header-left {
	display: flex;
	position: unset;
}
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;
	margin-top:20px;
}


header .header-right {
	padding-top:17px;
	color:#fff;
}
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;
	letter-spacing:.2em;
	font-weight:400;
	background:url(../../img/cart-icon-white.svg) no-repeat left center;
	padding-left: 18px;
    line-height: 16px;
	height:16px;
	display:inline-block;
	background-size: 16px 16px; 
	color:#fff;
	font-weight:300;
	-webkit-transition: background-image 0.4s ease, color 0.4s ease;
	transition: background-image 0.4s ease, color 0.4s ease;
}

.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: 39px 0px 25px 0px;
    top: 16px;
    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;
	color:#000;
	font-weight:400;
}
.cart-header-box .cart-sped-free-box {
	background: #f4f4f4;
    padding: 10px;
    text-transform: none;
    font-size: 10px;
    margin-top: 10px;
    color: #000;
}
    
.cart-header-box .msg-not-found {
	text-align: center;
	padding: 0px;
	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:16px;
	height:16px;
	background:url(../../img/user-icon-white.svg) no-repeat center center;
	-webkit-transition: background-image 0.4s ease, color 0.4s ease;
	transition: background-image 0.4s ease, color 0.4s ease;
	background-size:16px 16px;
	display:inline-block;
}

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;
}
header .header-right .ship-lang-header #ship-lang-button {
	padding-right: 25px;
    background: url(../../img/world-icon-white.svg) no-repeat center right;
    background-size: 16px;
	font-size:10px;
	color:#fff;
	letter-spacing:.2em;
	text-transform: uppercase;
	line-height: 16px;
    display: block;
	-webkit-transition: background-image 0.4s ease, color 0.4s ease;
	transition: background-image 0.4s ease, color 0.4s ease;
    font-weight: 300;
}

#ship-lang-popup.popup-container {
	max-width:540px;
}
#ship-lang-popup.popup-container select.form-control {
	border: solid 1px #707070;
    padding: 0px 44px 0px 24px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    appearance: none;
    background: url(../../img/select-down-arrow.svg) no-repeat center right 15px;
    background-size: 15px;
}

#ship-lang-popup.popup-container input.form-control {
	border: solid 1px #707070;
    padding: 0px 44px 0px 24px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}


.cart-header .cart-header-box {
	padding-left:25px;
	padding-right:25px;
	box-shadow:none!important;
	min-width:350px;
}
.cart-header .cart-header-box h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    border-bottom: solid 1px #CECECE;
    margin-bottom: 10px;
    letter-spacing: .2em;
}
.cart-header .cart-header-box h4 {
	font-size:12px;
	font-weight:300;
	line-height:20px;
	margin-bottom:15px;
	letter-spacing:.1em;
}
.cart-header .cart-header-box h5 {
	text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: .1em;
}
.cart-header .cart-header-box .thumb-carrello-info,
.cart-header .cart-header-box .thumb-carrello-info h5 {
	font-size: 10px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
}
.cart-header .cart-header-box .thumb-prod-cart-right {
	padding-right:35px;
	position:relative;
}
.cart-header .cart-header-box .thumb-prod-cart-right span.prezzo {
	font-size:12px;
	font-weight:900;
}
.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 #CECECE;
	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 > div {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
	padding:20px 0px;
    letter-spacing: .1em;
	border-bottom:solid 1px #CECECE;
	line-height: 12px;
}
.cart-header .cart-header-box .cart-conti .cart-altro {
    margin-top: -21px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
	padding: 10px 0px;
	border-top:solid 1px #fff;
}
.cart-header .cart-header-box .cart-conti .cart-total {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
	border:0px none;
}
.cart-header .cart-header-box .cart-conti .cart-button-wrapper {
	border:0px none;
}
.cart-header .cart-header-box .cart-conti span.prezzo {
	float:right;
	font-size: 12px;
}
.cart-header .cart-header-box .cart-conti .cart-total span.prezzo {
	float:right;
	font-size: 14px;
}
.cart-header .cart-header-box .button {
	    font-size: 11px;
    font-weight: 400;
}
header .header-right #wishlist-button {
	width:20px;
	height:16px;
	background:url(../../img/wishlist-icon-white.svg) no-repeat center center;
	-webkit-transition: background-image 0.4s ease, color 0.4s ease;
	transition: background-image 0.4s ease, color 0.4s ease;
	background-size:20px 16px;
	display:inline-block;
}






/**** HEADER CHECKOUT ****/


/**** MENU ****/
header nav#main-menu  {
	padding-top:14px;
	margin:0px;
}
header nav#main-menu .wrap-main-menu {
	position: static;
}
header nav#main-menu .wrap-main-menu ul {
	width: 100%;
	padding: 0;
	display: block;
}

header nav#main-menu .wrap-main-menu ul li.level0 {
	padding:4px 11px 6px 11px;
	line-height:15px;
	overflow:hidden;
}

header nav#main-menu .wrap-main-menu ul li.level0 > a {
	font-size:11px;
	position:relative;
	font-weight:400;
	z-index:1;
	letter-spacing:1.6px;
	color:#fff;
}
header nav#main-menu .wrap-main-menu ul li.parent.mega>ul li .mega-item li a {
	font-size:11px;
	font-weight:400;
	position:relative;
	letter-spacing:1.6px;
}
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.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s 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:30px 0px 40px 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: 11px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
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 ul li.parent.mega>ul li .mega-item li.level2 > a {
	font-size:12px;
	font-weight:300;
	letter-spacing:normal;
	text-transform: capitalize;
}
header nav#main-menu .wrap-main-menu .menu-shop-the-look {
	font-size: 14px;
	margin-top: 50px;
    display: inline-block;
}
header nav#main-menu .wrap-main-menu .menu-sales {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    color: #bd0000;
    margin-top: 20px;
    display: inline-block;
	font-weight:600;
	text-transform: uppercase;
}
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;
}
header nav#main-menu .wrap-main-menu .banner-title {
    position: absolute;
	bottom: 10%;
	top: auto;
    left: 10%;
    transform: none;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
    width: 80%;
    max-height: 80%;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: normal;
}
header nav#main-menu .wrap-main-menu .menu-brand ul.mega-item {
	max-height: 525px;
    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:60px;
}

header nav#main-menu .wrap-main-menu ul li.parent.mega .level1.lookbook-menu-box h4 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
	text-transform: uppercase;
}
header nav#main-menu .lookbook-menu-box a.lb-cat-link,
header nav#main-menu .lookbook-menu-box a.lb-cat-link + .separator {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}
header nav#main-menu .lookbook-menu-box a.lb-cat-link + .separator {
	padding:0px 10px;
}

header nav#main-menu .static-menu-donna h2 {
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 46px;
	margin:0px;
	text-transform: none;
}
header nav#main-menu .static-menu-donna h4 {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 46px;
	text-transform: none;
}
header nav#main-menu .static-menu-donna h4 a {
	text-decoration: underline!important;
}

section.main-content.main-home,
section.main-content.main-has-slide-page {
	margin-top:-80px;
}
section.main-content.main-has-slide-page .wrap-main-slide {
	min-height: 0px;
}

/***** HEADER ACCOUNT *****/


/**** STICKY HEADER ****/
header.is-sticky {
	/*padding-top:14px;
	padding-bottom:5px;
	height:88px;
	top:-88px;*/
	top:-80px;
	z-index: 50;
}
/*.is-sticky + section.main-content {
    margin-top: 88px;
}*/


header:hover {
	background: #fff;
}

/*
header:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: -100%;
    left: 0;
    transition: height 0.4s ease, top 0.4s ease, background-color 0.4s ease;
    -moz-transition: height 0.4s ease, top 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, top 0.4s ease, background-color 0.4s ease;
	z-index: -1;
}
header:hover:before {
    top: 0;
}*/
header.is-sticky #logo .sticky-logo,
header:hover #logo .sticky-logo,
.no-slider header #logo .sticky-logo {
	/*display: block;*/
	opacity:1!important;
}
header.is-sticky #logo .default-logo,
header:hover #logo .default-logo,
.no-slider header .default-logo {
	/*display: none;*/
	opacity:0!important;
}
header.is-sticky .header-right,
header.is-sticky .paese-change div.fancy-select div.trigger, 
header.is-sticky .ship-change div.fancy-select div.trigger,
header.is-sticky .header-right .cart-icon,
header:hover .header-right,
header:hover .paese-change div.fancy-select div.trigger, 
header:hover .ship-change div.fancy-select div.trigger,
header:hover .header-right .cart-icon,
.no-slider header .header-right,
.no-slider header .paese-change div.fancy-select div.trigger, 
.no-slider header .ship-change div.fancy-select div.trigger,
.no-slider header .header-right .cart-icon {
	color:#000;
}
header.is-sticky .paese-change div.fancy-select div.trigger:after,
header.is-sticky .ship-change div.fancy-select div.trigger:after,
header:hover .paese-change div.fancy-select div.trigger:after,
header:hover .ship-change div.fancy-select div.trigger:after,
.no-slider header .paese-change div.fancy-select div.trigger:after,
.no-slider header .ship-change div.fancy-select div.trigger:after {
	background: url(../../img/select-down-arrow.svg) no-repeat center center;;
	background-size: 10px;
}
header.is-sticky .paese-change div.fancy-select div.trigger.open:after,
header.is-sticky .ship-change div.fancy-select div.trigger.open:after,
header:hover .paese-change div.fancy-select div.trigger.open:after,
header:hover .ship-change div.fancy-select div.trigger.open:after,
.no-slider header .paese-change div.fancy-select div.trigger.open:after,
.no-slider header .ship-change div.fancy-select div.trigger.open:after {
	background: url(../../img/select-up-arrow.svg) no-repeat center center;
	background-size: 10px;
}
header.is-sticky .header-right .cart-icon,
header:hover .header-right .cart-icon,
.no-slider header .header-right .cart-icon {
	/*background:url(../../img/cart-icon.svg) no-repeat left center;
	background-size: 14px 14px;*/

	background-image:url(../../img/cart-icon.svg);
	
}
header.is-sticky .header-right #user-button,
header:hover .header-right #user-button,
.no-slider header .header-right #user-button {
	/*background:url(../../img/user-icon.svg) no-repeat center center;
	background-size: 14px 14px;*/

	background-image:url(../../img/user-icon.svg);
}
header.is-sticky .header-right #wishlist-button,
header:hover .header-right #wishlist-button,
.no-slider header .header-right #wishlist-button {
	/*background:url(../../img/wishlist-icon.svg) no-repeat center center;
	background-size: 17px 14px;*/

	background-image:url(../../img/wishlist-icon.svg);
}
header.is-sticky .header-right #ship-lang-button,
header:hover .header-right #ship-lang-button,
.no-slider header .header-right #ship-lang-button {
	/*background:url(../../img/world-icon.svg) no-repeat right center;
	background-size: 15px 15px;*/
	color:#000;
	background-image:url(../../img/world-icon.svg);
}
header.is-sticky nav#main-menu {
	padding-top: 14px;
    position: initial;
    width: auto;
}
/*
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 nav#main-menu .wrap-main-menu ul li.level0 > a,
header:hover nav#main-menu .wrap-main-menu ul li.level0 > a,
.no-slider header nav#main-menu .wrap-main-menu ul li.level0 > a {
	color:#000;
}
header.is-sticky nav#main-menu .wrap-main-menu ul li.level0,
header:hover nav#main-menu .wrap-main-menu ul li.level0,
.no-slider header nav#main-menu .wrap-main-menu ul li.level0 {
	color:#000;
}
/*header.is-sticky #logo img {
	width: 120px;
    height: 36px;
}
header.is-sticky nav#main-menu .wrap-main-menu ul li.parent > ul {
	top:83px;
}*/
header.is-sticky + section.main-content {
    margin-top: 80px;
}
header.is-sticky + section.main-content.main-home,
header.is-sticky + section.main-content.main-has-slide-page {
    margin-top: 0;
}
/**** 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);
	position: relative;
}
section.main-content .wrap-main-slide #carousel-main-slide {
	max-height: calc(100vh - 22px);
	overflow:hidden;
	background-color: #fff;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content {
	height: auto;
}
section.main-content .wrap-main-slide #carousel-main-slide video {
	width: 100vw;
}
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;
}

.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: 0px 15px ;
	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.styled-link {
	margin:25px 15px 0px 15px;  
	padding:0 80px 0 0;
	text-transform: uppercase;
	font-size:10px;
	font-weight:500;
	letter-spacing:2px;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide a.styled-link:hover {
    background: transparent;
    color: #000;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide a.styled-link:hover:after {
    background: #000;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.text-right a.styled-link {
	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.styled-link {
	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-weight:200;
	color: #fff;
	text-transform:uppercase;
	font-family: "Spectral", serif;
	font-size: 60px;
	line-height:51px;
	margin:0px 0px 10px 0px;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide h3 {
	color: #ffffff;
	font-size: 48px;
	font-family: 'Almarai', sans-serif;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

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 a.styled-link {
	color:#000;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.inverted a.styled-link:after {
	background:#000;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.inverted a.styled-link:hover {
	color:#fff;
}
section.main-content .wrap-main-slide .main-slide #carousel-main-slide .carousel-inner .main-slide-content .caption-slide.inverted a.styled-link:hover:after {
	background:#fff;
}
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: 18px;
    height: 16px;
    line-height: 14px;
    background: transparent;
    color: #fff;
	text-indent: 0;
	font-weight: bold;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
	border:0px none;
	margin:0px 6px;
}
.carousel-indicators .active { 
	border-bottom:solid 1px #fff;
	background: transparent;
}
/*
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;
	position: relative;
	z-index:1;
	min-height: calc(100vh - 133px);
}
.gray-main main,
.gray-main .main-content {
	background-color: #fafafa;
}
.gray-main .main-content .form-control,
.main-checkout.main-content .form-control {
	background-color: #fafafa;
}

.dark-main main,
.dark-main .main-content {
	background-color: #282828;
	color:#fff;
}

.main-content > .main-section {
	padding-top:110px;
}
.main-content > .section {
	padding-top:125px;
}
.main-section.gray-section {
	margin-top:140px;
	background-color:#f0f0f0;
	padding-top:80px;
	padding-bottom:80px;
}
.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 ****/
.parallax-filo {
	min-width: 100vw;
	z-index:-1;
}
.parallax-filo img {
	width:100%;
}
.parallax-filo.filo-home-1 {
	width:calc( 100vw + 30%); 
	position:absolute; 
	bottom:-20%; 
	left:-20%; 
}
.parallax-filo.filo-home-2 {
	position:absolute; 
	top:-20%; 
	right:-5%; 
}
.parallax-filo.filo-home-3 {
	position:absolute; 
	top:-20%; 
	left:-5%; 
}
.parallax-filo.filo-home-4 {
	position:absolute; 
	top:-20%; 
	right:-5%; 
}
.banner-home-txt-wrapper  {
	position:relative;
}

.banner-home-txt-wrapper h2 {
	margin:0px 0px 0px 0px;
	color: #000000;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-home-txt-wrapper h3 {
	margin:0px 0px 0px 0px;
	color: #000000;
	font-family: "Spectral", serif;
	font-size: 48px;
	font-weight: 200;
	line-height: 50px;
	text-transform: uppercase;
}
.banner-home-txt-wrapper .banner-txt-desc p {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 0px 0px 25px 0px;
}
.banner-home-txt-wrapper .styled-link {
	margin-top:35px;
	display: inline-block;
}


.home-look-slide {
	margin-bottom: 0px;
}
.home-look-slide .owl-controls {
	position: absolute;
	width: 100%;
	margin-top: 0px;
    top: 30px;
}

.home-look-slide .owl-controls .owl-prev,
.home-look-slide .owl-controls .owl-next {
	width: 38px;
    height: 20px;
	position: absolute;
	top:0px;
}
.home-look-slide .owl-controls .owl-prev {
	left:40px;
}
.home-look-slide .owl-controls .owl-next {
	right:40px;
}

.home-lookbook-info-main { /*vado in fullscreen da un lato e mi fermo alle 7 colonne del container dall'altro*/
	width: calc(50% + 1140px / 12 * 1);
	padding: 0px 15px;
	position: relative;
	margin-bottom:50px;
}
/*
.home-lookbook-info-main .lookbook-home-desc {
	width: calc(1140px / 12 * 7);
	margin-left: calc(100% - (1140px / 12 * 7) + 15px);
}
.home-lookbook-info-main.order-2 .lookbook-home-desc {
	margin-left:0;
	margin-right: calc(100% - (1140px / 12 * 7) + 15px);
}*/
.home-lookbook-info-main .home-lookbook-info-title {
	position: absolute;
	bottom:0px;
	left:15px;
	padding: 0px 45px;
}
.home-lookbook-info-main h2 {
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin:0;
}
.home-lookbook-info-main h3 {
	color: #ffffff;
	font-family: "Spectral", serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.lookbook-home-desc {
	display: none;
}
.lookbook-home-desc p {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin:0px 0px 25px 0px;
}

.home-lookbook-info-prods { /*vado in fullscreen da un lato e mi fermo alle 5 colonne del container dall'altro*/
	width: calc(50% - 1140px / 12 * 1);
    padding: 0px 15px;
}
.home-look-prod-slide {
	max-width:calc(50% + 120px);
	padding-left: 60px;
    padding-right: 60px;
}
.home-look-prod-slide .owl-controls {
	position: absolute;
	width: 100%;
	margin-top: 0px;
	top: calc(50% - 10px);
	left:0;
}
.home-look-prod-slide .owl-controls .owl-prev,
.home-look-prod-slide .owl-controls .owl-next {
	width: 38px;
    height: 20px;
	position: absolute;
	top:0px;
}
.home-look-prod-slide .owl-controls .owl-prev {
	left:0px;
}
.home-look-prod-slide .owl-controls .owl-next {
	right:0px;
}
.home-look-prod-slide .product-item-wrapper,
.home-look-prod-slide .product-item {
	padding:0;
	margin:0;
}
.home-lookbook-info {
	position: relative;
		margin-top:150px;
}
.home-lookbook-info .img-fluid {
	width: 100%;
}
.info-donna-shop {
	width:350px;
}

a.goto {
	font-size: 12px;
    position: relative;
    font-weight:500;
	letter-spacing:2.44px;
    z-index: 1;
	text-transform:uppercase;
	margin-top:35px;
	display: inline-block;
}

.corr-home-wrapper {
	margin-bottom:55px;
}
.corr-home-wrapper h3 {
	font-family: "Spectral", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3.2px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 35px 0;
}
.corr-home-slide.owl-carousel .owl-stage-outer {
     overflow: unset; 
}
.corr-home-slide {
	margin-bottom:90px;
}
.corr-home-slide .owl-controls {
	position: absolute;
    width: 98vw;
    margin-top: 0px;
    top: calc(50% - 10px);
    left: calc(50% - 49vw);
}
.corr-home-slide .owl-controls .owl-prev,
.corr-home-slide .owl-controls .owl-next {
	width: 38px;
    height: 20px;
	position: absolute;
	top:0px;
}
.corr-home-slide .owl-controls .owl-prev {
	left:0px;
}
.corr-home-slide .owl-controls .owl-next {
	right:0px;
}

.about-home-wrapper h2 {
	font-size: 34px;
	line-height: 46px;
	font-weight: 700;
	margin:0px 0px 50px 0px;
	text-transform:none;
}
.about-home-wrapper h3 {
	font-size: 34px;
	font-family:'Almarai', sans-serif;
	font-weight: 300;
	line-height: 46px;
	margin:0px 0px 40px 0px;
	text-transform:none;
}


.coll-home-wrapper h3 {
	font-family: "Spectral", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3.2px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 35px 0;
}
.home-coll-item {
	
}
.home-coll-item a {
	display: block;
	position: relative;
}

.home-coll-item h4 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top:50%;
	width: 100%;
	padding:0px 50px;
	max-width: 100%;
}



.home-newsletter-wrapper  {
	position:relative;
	padding:60px 0px;
}
.home-newsletter-wrapper h2 {
	font-family: "Spectral", serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 57px;
	text-transform: uppercase;
}

.home-newsletter-wrapper #newsletter-form-home input[type="email"] {
	padding-right: 120px;
	padding-left:0px;
    border: 0;
    border-bottom: 1px solid #707070;
	background: #f0f0f0;
	font-size: 16px;
    font-weight: 300;
}
.home-newsletter-wrapper .inner-wrapper {
	position:relative;
}
.home-newsletter-wrapper .inner-wrapper .button.arrow-right-btn {
	position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 18px;
    font-size: 10px;
    font-weight: 400;
    min-width: 100px;
	text-align: left;
	padding-right:65px;
	background:url("../../img/long-arrow-right-black.svg") no-repeat center right!important;
	background-color:transparent!important;
	background-size: 37px!important;
	border:0!important;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#000!important;
}
.home-newsletter-wrapper .inner-wrapper .button.arrow-right-btn:hover {
	color:#000!important;
}
.home-newsletter-wrapper .icheckbox {
	background-image: url("../../img/custom-gray-checkboxes.svg");
}
.home-newsletter-wrapper input::-webkit-input-placeholder { 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
}
.home-newsletter-wrapper input:-moz-placeholder { 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
} 
.home-newsletter-wrapper input:-ms-input-placeholder{ 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
}
.home-newsletter-wrapper .privacy {
	color: #707070;
	font-size: 11px;
	font-weight: 300;
}
.home-newsletter-wrapper .privacy a {
	color:#707070;
	
}

/*LANDING UOMO/DONNA*/
.main-cat-detail-page .shop-by-category .category-item {
	padding:0px 7px;
	margin-bottom:14px;
}
.main-cat-detail-page .shop-by-category .category-item a {
	display: block;
	position: relative;
}
.main-cat-detail-page .shop-by-category .category-item h4 {
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
	width: 100%;
	padding-left:50px;
	padding-right:50px;
	max-width: 100%;
}
.main-cat-detail-page .shop-banner-wrapper .shop-banner {
	position:relative;
}
.main-cat-detail-page .shop-banner-wrapper .shop-banner h4 {
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
}
.main-cat-detail-page .shop-banner-wrapper .shop-banner h3 {
	color: #ffffff;
	font-family:'Almarai', sans-serif!important;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 43%;
    width: calc(100% - 30px);
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
}
.main-cat-detail-page .shop-the-look {
	position: relative;
}
.main-cat-detail-page .shop-the-look a {
	display: block;
	position: relative;
}
.main-cat-detail-page .shop-the-look h4 {
	color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
	width: 100%;
	padding-left:50px;
	padding-right:50px;
	max-width: 100%;
}

.main-cat-detail-page .shop-by-mood .category-item a {
	display: block;
	position: relative;
}
.main-cat-detail-page .shop-by-mood .category-item h4 {
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
	width: 100%;
	text-decoration: underline;
	padding-left:50px;
	padding-right:50px;
	max-width: 100%;
}

/*LISTA PRODOTTI*/
.breadcrumb {
	padding: 10px 0px;
    background: transparent;
	margin-bottom:0px;
	color: #a5a5a5;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 20px;
	text-transform: uppercase;
}
.breadcrumb a {
	color: #a5a5a5;
}
.breadcrumb>li+li:before {
    padding: 0  0 0 5px;
    color: #a5a5a5;
    content: "/\00a0";
}
.order-box {
	float:right;
	margin-left:0px;
	line-height:25px;
}
.order-box .fancy-select {
	display: inline-block;
	display: inline-block; 
    min-width: 115px;
}
.order-box .custom-select-label {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2.33px;
}
.order-box .fancy-select .transparent-select + .trigger {
	border: 0px none;
	text-transform: uppercase;
	padding:0px 20px 0px 5px;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2.33px;
	margin:0;
}
.order-box .fancy-select .transparent-select + .trigger:after {
    content: "";
    background: url(../../img/select-down-arrow.svg) no-repeat center center;
    background-size: 9px;
    right: 0;
    top: 0;
    width: 12px;
    height: 25px;
}
.order-box .fancy-select .options {
	border:0px none!important;
	padding-top:12px;
}
.order-box .fancy-select .options li {
	font-size: 8px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	padding:3px 8px!important;
}
.order-bar {
	margin-bottom:45px;
}



.order-bar .filter-trigger {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2.33px;
	padding:0px 20px 0px 5px;
	position:relative;
	display: block;
	line-height:25px;
}
.order-bar .filter-trigger:after {
    content: "";
    background: url(../../img/select-down-arrow.svg) no-repeat center center;
    background-size: 9px;
    right: 0;
    top: 0;
    width: 12px;
	height: 25px;
	position: absolute;
}
#filter-wrapper {
	margin-left:35px;
}
#filter-wrapper .filter-container {
	border: 0px none;
    height: auto;
    -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: 0px;
    padding: 40px 15px 20px 15px;
    top: 25px;
    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: 100%;
    min-height: 0px;
    cursor: auto;
    color: #000;
    font-weight: 400;
}

#filter-wrapper:hover .filter-container {
    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;
    z-index: 5;
}

.prod-col {
	margin-top:40px;
	padding-left:0px;
	padding-right:0px;
	border-left:solid 15px #fff;
	border-right:solid 15px #fff;
}
.filter-container .refine .altribute {
	margin-bottom:35px;
	max-height:180px;
}
.filter-container .refine.closed .altribute {
	display:none;
}
.filter-container .refine .title {
	position: relative;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;	
}

.filter-container .refine .altribute input {
  display: none;
}
.filter-container .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.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
	margin-left:0px;
	padding-bottom: 10px;
}
.filter-container .refine .altribute label.checked:hover {
	color:#000;
}
.filter-container .refine {
  position: relative;
}
.filter-container .refine h4 a {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    z-index: 2;
    text-transform: uppercase;
    text-decoration: underline!important;
    margin-left: 20px;
}

.filter-container .refine .item {
	white-space: nowrap;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}
.filter-container .icheckbox {
	background: url(../../img/custom-gray-checkboxes-full.svg) no-repeat;
	background-size: 200% 100%;
    width: 11px;
    height: 11px;
	margin-top: -2px;
	margin-right:5px;
}
.filter-container .icheckbox.checked {
    background-position: -11px 0;
}
.filter-container .clear-filters.button {
	padding: 5px 20px;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    min-width: 0px;
	margin-bottom:15px;
}
.filter-container .clear-filters.button span {
	font-size: 12px;
	font-weight: 300;
	margin-right: 10px;	
}

#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.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    float: right;
    position: relative;
}
#active-filters .active-filter span {
	color:#000;
	font-size:10px;
	padding-left:5px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s 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: #000;
}
.product-list-header {
	margin-bottom:0px;
}
.product-list-header h1 {
	margin:0px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
}

.product-item {
	padding:0px;
	position:relative;
	/*height:100%;*/
	margin-bottom:90px;
}

.product-item-wrapper .product-item > div {
	position:relative;
	z-index:2;
}
.product-item-wrapper .product-item-img {
	margin-bottom:20px;
}
.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;
    font-weight: 600;
    display: inline-block;
    height: 20px;
	z-index: 1;
    position: relative;
    margin: 0;
}
.product-item-wrapper .product-item-cl-change  {
	margin-top:15px;
	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 h3.product-name,
.product-item-wrapper .h3.product-name {
	font-size:12px;
	font-family:'Almarai', sans-serif;
	font-weight:700;
	line-height:16px;
	margin:0px 0px 15px 0px;
	letter-spacing:2.44px;
	text-transform:uppercase;
}
.product-item-wrapper .price {
	font-size:11px;
	font-weight:400;
	display:inline-block;
	margin:0px 5px;
	letter-spacing:2.44px;
}
.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:60px;
}
#content .box-product > .load-more-wrapper:nth-child(1) {
	margin-top:0px;
	margin-bottom:70px;
}
.load-more-info {
	margin-bottom:15px;
	font-size:10px;
}

/****** DETTAGLIO PRODOTTI *****************/

#product_gallery_zoom #navigation a {
	position: relative;
	margin: 0 0 20px 0;
	display: block;
}
#product_gallery_zoom #navigation a.show-video {
	border: solid 1px #e6e6e6;
}
#product_gallery_zoom .slider > div > img {
	margin: 0 auto 10px auto;
	display: block;
}
#product_gallery_zoom #video-embed {
	position: absolute;
    top: 0;
    z-index: 1;
	background:#fff;
}
#product_gallery_zoom .navigation a.in-sight {
	opacity:0.2;
}	
.zoomContainer {
	z-index: 1;
}
.prod-detail-info ,
.prod-detail-gallery {
	margin-bottom:40px;
}
.prod-detail-info h3.brand-name, .prod-detail-info h2.brand-name {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.4px;
	line-height: 16px;
	text-transform: uppercase;
	margin:0px 0px 10px 0px;
}
.prod-detail-info h1.product-name {
	margin:0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: normal;
	line-height: 32px;
}
.prod-detail-info h5 {
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2.2px;
	line-height: 16px;
	text-transform: uppercase;
	margin:0px 0px 35px 0px;
}
.prod-detail-info .price-wrapper {
	margin-bottom:30px;
}
.prod-detail-info span.price {
	display:inline-block;
	font-size: 19px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3.8px;
	line-height: 16px;
	text-transform: uppercase;
}
.prod-detail-info .price.old-price {
	color:#999;
	text-decoration:line-through;
	margin-right:5px;
}
.prod-detail-info span.iva {
    color: #9d9d9d;
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 300;
}


.prod-detail-info .color {
	margin-bottom:10px;
}
.prod-detail-info .color-square {
	width: 21px;
    height: 21px;
    background: rgb(195,195,195);
    border: solid 1px #f1f1f1;
	border-radius: 0;
	display: block;
}

.prod-detail-info .color-circle {
	width: 21px;
    height: 21px;
    background: rgb(195,195,195);
    border: solid 1px #f1f1f1;
	border-radius: 50%;
	display: block;
}
.select2Buttons {
	overflow: hidden;
}
.select2Buttons ul {
	margin: 0px;
	padding:0px;
}
.select2Buttons li {
	margin: 0 10px 10px 0;
	position: relative;
}
.select2Buttons li, .select2Buttons a {
    float: left;
    min-width: 30px;
    text-align: center;
}
.select2Buttons li.esaurito::after {
    content: "esaurito";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 7px;
    color: #cccccc;
    text-align: center;
    width: 100%;
}
.select2Buttons .disabled span {
    color: #cccccc;
    padding: 3px;
	line-height: 40px;
	font-size:11px;
}
.select2Buttons a {
    color: #000;
    padding: 3px;
	line-height:40px;
}
.select2Buttons li a, .select2Buttons .limited a, .select2Buttons .disabled {
    border: 1px solid #fff;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	letter-spacing:.075em;
}
.select2Buttons a:hover, 
.select2Buttons .picked {
    border-color: #c6c6c6;
    color: #fff;
    text-decoration: none;
}
.select2Buttons .color-buttons a {
    color: #000;
    padding: 3px;
	line-height:29px;
	min-width: 29px;
	/*-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius:50%;*/
}
.select2Buttons .color-buttons a
.select2Buttons .color-buttons a:hover, 
.select2Buttons .color-buttons .picked {
    background: transparent;
    border-color: #c6c6c6;
    color: #000;
	text-decoration: none;
}




.prod-detail-info .size {
    font-size: 11px;
    line-height: 16px;
	display: flex; 
	letter-spacing:2.2px;
	font-weight:300;
	text-transform: uppercase;
	margin-bottom:10px;
}
/*
.prod-detail-info .size div.fancy-select div.trigger:after {
	background: url(../../img/select-down-arrow-white.svg) no-repeat center center;
}
.prod-detail-info .size div.fancy-select div.trigger.open:after {
	background: url(../../img/select-up-arrow-white.svg) no-repeat center center;
}*/
.prod-detail-info .size div.fancy-select div.trigger {
    padding: 5px 30px 5px 5px;
	margin-top:-6px;
	border-color: transparent;
	border-bottom:0px none;
	font-size: 11px;
	width:auto;
	letter-spacing:2.2px;
	color: #9d9d9d;
	font-weight:300;
	min-width:170px;
}
.prod-detail-info .size div.fancy-select div.trigger:after {
	background: url(../../img/select-down-arrow-gray.svg) no-repeat center center;
	height:23px;
	background-size: 10px;
}
.prod-detail-info .size div.fancy-select div.trigger.selected {
	color:#000;
}
.prod-detail-info .size div.fancy-select ul.options li,
.prod-detail-info .size div.fancy-select ul.options.open li {
	padding:5px;
	font-size:11px;
	font-weight:300;
}
.prod-detail-info .size div.fancy-select div.trigger.open {
	background-color: #fff;
	border: 1px solid #9d9d9d;
	border-bottom:0px none;
    color: #000;
}
.prod-detail-info .size div.fancy-select ul.options.open {
    background-color: #fff;
	border: 1px solid #9d9d9d;
	border-top:0px none;
    color: #000;
}





.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:30px;
	font-size:12px;
	font-weight:400;
	padding: 0;
    border: 0px none;
	width: 100%;
}
.prod-detail-info .product-description .ui-widget {
	font-family: inherit;
}
.prod-detail-info .product-description .ui-tabs-nav {
	padding: 20px 10px;
	margin: 0px 15px;
    background: transparent;
	border: 0px none;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
}
.prod-detail-info .product-description .ui-tabs-nav:before,
.prod-detail-info .product-description .ui-tabs-nav:after {
	display: none;
}
.prod-detail-info .product-description .ui-tabs-nav li {
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
}
.prod-detail-info .product-description .ui-tabs-nav li a {
	color: #000;
	padding:0px;
}
.prod-detail-info .product-description .ui-tabs-nav li.ui-tabs-active {
	margin: 0;
	padding: 0;
}
.prod-detail-info .product-description .ui-tabs-nav li.ui-tabs-active a {
	text-decoration: underline!important;
}
.prod-detail-info .product-description p {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}

.qty .qty-wrapper {
    padding: 6px;
	width: 100%;
	color: #9d9d9d;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2.2px;
	line-height: 16px;
	text-transform: uppercase;
}
.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;
	color: #9d9d9d;
}
.qty .qty-selector input#qty {
    border: 0px none;
    width: 15px;
	text-align: center;
	color: #9d9d9d;
}
.prod-detail-info .addtocart.button {
	min-width:318px;
}
.prod-detail-info .addtocart.button,
.prod-detail-info .addto-wishlist.button {
	font-weight:400;
	line-height:20px;
}
.prod-detail-info .addto-wishlist .button-ico {
	width:17px;
}
.addtocart .button-ico {
	margin-top:-5px;
}
.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;
}
section.related-wrapper {
	padding-top:65px;
	padding-bottom:20px;
}
.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;
}
#size-pop-wrapper {
	position: fixed;
    top: 0;
    height: 100vh;
    width: 40vw;
    right: -40vw;
	transition: all 0.4s linear;
	background-color: #fff;
	z-index: 9999;
	overflow-y: auto;
}
#size-pop-overlay {
	position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    right: -100vw;
	background-color: #000;
	opacity:0.5;
	z-index: 9998;
}
#size-pop-wrapper.open,
#size-pop-wrapper.open + #size-pop-overlay {
	right: 0;
}
#size-pop-close {
	background:url(../../img/close-black.svg) no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	right:25px;
	top:0;
	z-index:10;
	background-size:18px 18px;
}
.size-pop-container {
	padding: 100px;
}

.prod-main-container .related-wrapper-container > h3 {
	font-family: "Spectral", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3.2px;
	line-height: 57px;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 35px 0;
}
.related-wrapper-container .related-controls {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:21px;
	margin-top:-11px;
}
.related-wrapper-container .owl-prev {
	width:37px;
	height:21px;
	line-height:21px;
	position:absolute;
	left:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
.related-wrapper-container .owl-next {
	width:37px;
	height:21px;
	line-height:21px;
	position:absolute;
	right:0px; 
	text-align:center;
	display:block!important;
	cursor:pointer;
}
.related-wrapper-container .owl-prev img,
.related-wrapper-container .owl-next img {
	max-width:100%;
	max-height:100%;
}
/*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 {
    position: absolute;
    bottom: 15px;
    left: 10%;
    width: 80%;
    background: #fafafa;
    padding: 4px;
}
.remove-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
}
.remove-wishlist a {
    color: #707070;
}

/*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 ****/
.cart-page main {
	min-height:auto;
}
.cart-page main:before {
	content: "";
    background-color: #fafafa;
    height: 100%;
    width: calc(50% + 1140px / 12 * 2);
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: -1;
}
.cart-page main:after {
	content: "";
    background-color: #f4f4f4;
    height: 100%;
    width: calc(50% - 1140px / 12 * 2);
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: -1;
}
.cart-page.cart-empty main:before,
.cart-page.cart-empty main:after {
	display: none;
}
#carrello-detail {
	overflow: hidden;
	margin-top:100px;
}
.cart-wrapper {
	margin-top:50px;
}
.cart-items {
	padding-right:40px;
}
.cart-items .table{
	overflow:hidden;
	padding-right:0px;
}
.cart-th > div,
.cart-item > div {
	border-bottom:solid 1px #cecece;
	padding-top:15px;
	padding-bottom:15px;
}
.cart-items .cart-th h4 {
	margin:0px;
	line-height:normal;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.8px;
	line-height: 16px;
	text-transform: uppercase;
}
.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 {
	line-height:22px;
	color: #919191;
	font-size: 8px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.79px;
	text-transform: uppercase;
	padding-left:25px;
	background:url(../../img/close-black.svg) no-repeat center left;
	background-size:14px;

}
.cart-item .cart-item-description h4 {
 
	margin-top:0px;
	margin-bottom:10px; 
	line-height:normal;
	font-weight:600;
	font-size:12px;
	line-height:18px;
}
.cart-item .cart-item-description h6 {
	margin-top:0px;
	margin-bottom:15px;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
}
.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:15px;
	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: 30px;
	text-align: center;
	padding: 5px;
	height: 32px;
	vertical-align: middle;
	border:0px none;
	background:transparent;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.4px;
	line-height: 16px;
}
.cart-item button.items-count {
	display: inline-block;
    background:transparent;
    color: #000;
    border: none;
    padding: 2px 10px;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
    height: 32px;
	font-size:14px;
	cursor:pointer;
    border: 0px none;
}
.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;
    text-align: center;
    padding: 0px;
    border: 0px none;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.4px;
    line-height: 32px;



}
.cart-item .cart-item-price {
	padding-top:23px;
	vertical-align:top; 
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.4px;
	line-height: 16px;
}
.cart-aside {
	padding-left:40px;
} 
.cart-aside .cart-summary, .cart-aside .cart-address-summary {
	background-color: #f4f4f4;
	padding: 0px;
	border-top: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0px;
}
.cart-aside .cart-address-summary {
	padding: 0;
	margin-bottom:80px;
}
.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-items {
	padding-right:0px;
}
.order-items .cart-aside {
	padding-left:15px;
}
.order-items .cart-aside .cart_address_fatt {
	padding:0px 15px!IMPORTANT;
}
 .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;
    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;
	font-size: 12px;
}
.cart-aside .cart-address-summary .cart_address_sped p, .cart-aside .cart-address-summary .cart_address_fatt p {
	margin: 0px;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.42px;
	line-height: 19px;
	text-align: left;
}
.cart-aside .cart-address-summary .cart_address_sped h4, .cart-aside .cart-address-summary .cart_address_fatt h4 {
	text-transform:uppercase;
	line-height: 19px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.17px;
	line-height: normal;
	
}
.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;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	letter-spacing: 1px;
}
.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: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.4px;
	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: 0px;
	border-bottom: solid 1px #dcdcdc;
	padding: 15px 0 15px 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: 15px 0 15px 0;
}
.cart-aside .cart-summary .cart_total .arrow-down {
 
}
.cart-aside .cart-summary .cart_total h3 {
	font-family: "Almarai", sans-serif;
	float: left;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.33px;
	line-height: 22px;
	text-transform: uppercase;
}
.cart-aside .cart-summary .cart_total .prezzo {
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
}
.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:hover { 
}

.cart-aside .carrello-iva {
	font-size: 10px;
    display: inline-block;
	text-transform:uppercase!important;
	margin-left: 0px;
    text-transform: none;
}
.button.cart-button {
	width:100%; 
	text-align:center;
	height:50px;
	padding:0px 18px;
	/*line-height:58px;*/
	margin-top:15px;
	line-height:50px;
	font-size:11px;
}
.cart-aside .button.cart-button:before,
.cart-header .cart-header-box .button:before {
    content: "";
    background: url(../../img/cart-icon.svg) no-repeat center left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    height: 48px;
}
.cart-aside .button.cart-button:hover:before,
.cart-header .cart-header-box .button:hover:before {
    background: url(../../img/cart-icon-white.svg) no-repeat center left;
}
.cart-aside .help-menu {
	border-top: 0;
	margin-top: 40px;
}
.cart-aside .refine  {
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d8d8d8;
    overflow: hidden;
}
.cart-aside .refine .title {
    margin-top: 0px;
    border-bottom: 0px none;
    margin-bottom: 0px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2.33px;
	line-height: 16px;
	text-transform: uppercase;
    display: block;
    padding: 0;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.cart-aside .refine .title:before {
	display:none;
}
.cart-aside .refine .title:after {
	content:"";
	background: url(../../img/select-down-arrow-gray.svg) no-repeat center center;
    background-size: 13px;
	color:#000;
	font-size: 12px;
    font-weight: normal;
    top: calc(50% - 4px);
    right: 0px;
    width: 13px;
	height: 8px;
	position: absolute;
}
.cart-aside .refine .title.active:after {
	background: url(../../img/select-up-arrow-gray.svg) no-repeat center center;
}
.cart-aside .refine .altribute {
	padding:10px 0px 0px;
}
.cart-aside .refine .altribute p {
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 15.6px;
	text-transform: uppercase;
	margin-bottom:16px;
}
section.main-content .box-content.prodotti-recenti {
	padding-top: 0;
	background: none;
}

/* coupon */
/*.cart-aside .box-coupon {
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d8d8d8;
    overflow: hidden;
}
.cart-aside .box-coupon .title {
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.33px;
	line-height: 22px;
	text-transform: uppercase;
}*/
.box-coupon .form-control {
	background: transparent;
	margin-bottom: 20px;
	height:40px;
	padding-left:0px;
	padding-right:120px;
}
.box-coupon .button {
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 10px 18px;
    font-size: 10px;
    font-weight: 400;
    min-width: 100px;
    text-align: left;
    padding-right: 40px;
    background: url(../../img/long-arrow-right-black.svg) no-repeat center right!important;
    background-color: transparent!important;
    background-size: 27px!important;
    border: 0!important;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000!important;
}
.box-coupon .form-control::-webkit-input-placeholder { 
	font-size: 12px;
	letter-spacing: 1px;
}
.box-coupon .form-control:-moz-placeholder { 
	font-size: 12px;
	letter-spacing: 2px;
} 
.box-coupon .form-control:-ms-input-placeholder { 
	font-size: 12px;
	letter-spacing: 1px;
}

.form-group.coup-container {
	clear: both;
}
.coup-container .alert{
	clear: both;
    padding: 5px;
    margin: 10px 15px -5px 15px;
	background:transparent;
	border:0px none;
}
.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-spe, .tipo-pay, .tipo-ship {
    cursor: pointer;
    display: block;
    clear: both;
    padding: 15px 0px;
    background: transparent;
    overflow: hidden;
    border-bottom: solid 1px #d8d8d8;
}
.ship-options > div:nth-child(1) .tipo-ship {
	border-top: solid 1px #d8d8d8;
	margin-top:30px;
}
.tipo-spe .iradio,
.tipo-pay .iradio,
.tipo-ship .iradio {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
	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{
	display: block;
	color:#000;
	width: 80%;
	vertical-align: top;
	margin: 0;
	font-size: 13px;
	white-space: normal;
	font-size: 16px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
	font-weight: 400;
}
.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-size: 12px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 22px;
}
.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*/
body.checkout-page {
	background:#282828;
}
header.header-checkout #logo img {
	position: unset;
}
.main-checkout {
	padding-top:55px;
}
.checkout-page main:before {
	content: "";
    background-color: #fafafa;
    height: 100%;
    width: calc(50% + 1140px / 12 * 2);
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: -1;
}
.checkout-page main:after {
	content: "";
    background-color: #f4f4f4;
    height: 100%;
    width: calc(50% - 1140px / 12 * 2);
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    z-index: -1;
}
.no-bg.checkout-page main:before,
.no-bg.checkout-page main:after {
	display: none;
}
.main-content .checkout-wrapper {
	padding-right:40px;
}
.main-content .checkout-wrapper .breadcrumbs-outer-wrapper {
	background:transparent;
	padding-top:0px;
	margin-bottom:45px;
}
.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: #e2e2e2;
}
.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: #fafafa;
    z-index: -1;
}
.checkout-steps li:nth-last-child(1):after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 50%;
    height: 3px;
    background: #fafafa;
    z-index: -1;
}
.checkout-steps li p {
	margin:0px;
	color:#e2e2e2;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 2.1px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top:5px;
}
.checkout-steps li span {
	width:30px;
	height:30px;
	display:inline-block;
	border:solid 1px #e2e2e2;
	color:#ffffff;
	font-size:11px;
	line-height:29px;
	font-weight:500;
	border-radius:50%;
	background-color:#e2e2e2;
}
.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 {
	color: #818181;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;

}
.user-page .sidebar li a:hover {
	color: #313131;
}
.user-page .sidebar li.active a {
	color: #313131;
	font-weight: 400;
}
.user-page .dest-wrapper {
	margin-bottom:65px;
}
.user-page .dest-wrapper h5 {
	margin-bottom:15px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2.2px;
	line-height: normal;
	color:#000;
}
.user-page .dest-wrapper address {
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.4px;
	line-height: 19px;
	margin-bottom:20px;
}
.user-page .dest-wrapper address span {
	display:inline-block;
	margin-bottom:5px;
}
.user-page .dest-wrapper .mod-dest {
	font-size:13px;
	text-decoration:underline;
	font-weight:400;
	display:inline-block;
	line-height:19px;
}
.orders-table .cart-th > div,
.orders-table .cart-item > div {
	padding-top:25px;
	padding-bottom:25px;
}
.orders-table .th h5,
.table-resi-master .th h5 {
	margin-bottom:25px;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 2.6px;
	line-height: 15.6px;
	text-align: center;
	text-transform: uppercase;
}
.orders-table .button{
	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,
.orders-table .tr > div,
.table-resi-master .tr > div {
	margin:0 0 0px 0;
	background-color:transparent;
	border-bottom:solid 1px #cecece;
}
.orders-table .cart-item .cart-item-description,
.table-resi-master .cart-item .cart-item-description {
	padding-left:15px;
}
.orders-table .cart-item .cart-item-description p,
.table-resi-master .cart-item .cart-item-description p {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18.8px;
	text-align: center;
}
.orders-table .cart-item .cart-item-status,
.orders-table .cart-item .cart-item-pay,
.orders-table .cart-item .cart-item-price {
    padding-top: 0px;
    vertical-align: top;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18.8px;
	text-align: center;
	text-transform: uppercase;
}
.orders-table .cart-item h5 {
	margin:0px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 18.8px;
	text-align: center;
	text-transform: uppercase;
}
.orders-table .cart-item h5 + h5 {
	margin-top:10px;
	
}
.user-page-content .alert {
	width: 100%;
}
.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 h3.smaller,
.contatti-page .h3.smaller {
	font-size:30px;
}
/*
.contatti-page .main-content {
	padding-bottom:0px;
	min-height:calc(100vh - 110px);
	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;
}*/

/*LOOKBOOK*/
.lookbook-page .lookbook-row {
	position: relative;
}
.lookbook-page .lookbook-row:first-of-type {
    margin-top: 60px;
}
.lookbook-page .lookbook-row:last-of-type {
    margin-bottom: 50px;
}
.lookbook-page .lookbook-img-wrapper {
	width:calc(50% + 1140px / 12 * 2);
}
.lookbook-page .lookbook-text-wrapper {
	width: calc(1140px / 12 * 3);
    padding: 0px;
    margin-left: calc(1140px / 12 * 1);
}
.lookbook-page .lookbook-row-right .lookbook-text-wrapper.order-1 {
    margin-right: calc(1140px / 12 * 1);
	margin-left:calc(50% - 1140px / 12 * 6);
}
.lookbook-page .lookbook-info-title {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 1140px / 12 * 6);
	width:calc(1140px / 12 * 8);
	z-index: 1;
	padding-top:0; 
	padding-bottom:0; 
	padding-left:15px; 
	padding-right:40px;
}
.lookbook-page .lookbook-row-right .lookbook-info-title  {
	left: calc(50% - 1140px / 12 * 2);
	padding-right:15px; 
	padding-left:40px;
}
.lookbook-page .lookbook-info-title h3 {
	color:#fff;
}
.lookbook-page .lookbook-box {
    padding:0;
}
.lookbook-page .lookbook-detail-container .lookbook-desc {
	margin-bottom:105px;
}
.lookbook-page .lookbook-detail-container .lookbook-item {
	margin-bottom:165px;
}
.lookbook-page .lookbook-detail-container .lookbook-item.right {
	transform: translate3d(0,165px,0);
	-webkit-transform: translate3d(0,165px,0);
	-ms-transform: translate3d(0,165px,0);
	-moz-transform: translate3d(0,165px,0);
	-o-transform: translate3d(0,165px,0);
}




/** SHOP THE LOOK DETTAGLIO ****/

body.noscroll,
body.noscroll-lookbook,
body.noscroll-sizepop{
	overflow:hidden;
}

body.noscroll-lookbook .main-content {
	z-index: 3;
}

.container-fluid.detail-look-wrapper {
	transition: visibility 0.4s, opacity 0.4s linear;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: transparent;
	padding-top: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.detail-look-wrapper .close-look {
    background-image: url(../../img/close-black.svg?);
    font-weight: 300;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 9999px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
}
.container-fluid.detail-look-wrapper.shown{
	opacity: 1;
	visibility: visible;
	z-index: 4;
	} 
.container-fluid.detail-look-wrapper .detail-look-container {
	display: inline-block;
    position: relative;
    padding: 0;
    margin: 10vh 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
    z-index: 2;
    max-height: 90vh;
	width: 900px;
}
.container-fluid.detail-look-wrapper .detail-look-overlay {
	background: #fff;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47,0,.74,.71);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.container-fluid.detail-look-wrapper.shown .detail-look-overlay {
	opacity: 0.8;
}
.detail-look-wrapper .look-prod-wrapper {
	padding:55px 0px 0px 0px;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	overflow: hidden;
	padding-right:15px;
}
.detail-look-wrapper .look-prod-wrapper .scrollable {
	overflow: auto;
    height: 100%;
    overflow-x: hidden;
}
.detail-look-wrapper .look-prod-wrapper .scrollable .simplebar-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}
.detail-look-wrapper .look-prod-wrapper .lookbook-item-buy-single {
	padding-bottom:60px;
}

.detail-look-wrapper .look-prod-wrapper h4.product-name {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom:8px;
}
.detail-look-wrapper .look-prod-wrapper .price-box,
.detail-look-wrapper .look-prod-wrapper .product-detail-cl-change {
	margin-bottom:8px;
}
.detail-look-wrapper .look-prod-wrapper .price {
	font-size:11px;
	font-weight:300;
	display:inline-block;
	margin:0px 5px 0px 0px;
	letter-spacing:2.44px;
}
.detail-look-wrapper .look-prod-wrapper .price.old-price {
	text-decoration:line-through;
	color:#999;
}
.detail-look-wrapper .look-prod-wrapper .price.highlighted {
	color:#000;
}

.detail-look-wrapper .look-prod-wrapper .select2Buttons li {
	margin: 0 5px 5px 0;
}
.detail-look-wrapper .look-prod-wrapper .color {
	margin-bottom:10px;
}
.detail-look-wrapper .look-prod-wrapper .color-square {
	width: 21px;
    height: 21px;
    background: rgb(195,195,195);
    border: solid 1px #f1f1f1;
	border-radius: 0;
	display: block;
}

.detail-look-wrapper .look-prod-wrapper .size {
    font-size: 11px;
    line-height: 16px;
	display: flex;
	letter-spacing:2.2px;
	font-weight:300;
	text-transform: uppercase;
	margin-bottom:10px;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select div.trigger {
    padding: 5px 30px 5px 5px;
	margin-top:-6px;
	border-color: transparent;
	border-bottom:0px none;
	font-size: 11px;
	width:auto;
	letter-spacing:2.2px;
	color: #9d9d9d;
	font-weight:300;
	min-width:180px;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select div.trigger:after {
	background: url(../../img/select-down-arrow-gray.svg) no-repeat center center;
	height:23px;
	background-size: 10px;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select ul.options {
	max-height:125px;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select ul.options li,
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select ul.options.open li {
	padding:5px;
	font-size:11px;
	font-weight:300;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select div.trigger.open {
	background-color: #fff;
	border: 1px solid #9d9d9d;
	border-bottom:0px none;
    color: #000;
}
.detail-look-wrapper .look-prod-wrapper .size div.fancy-select ul.options.open {
    background-color: #fff;
	border: 1px solid #9d9d9d;
	border-top:0px none;
    color: #000;
}
.detail-look-wrapper .look-prod-wrapper div.fancy-select div.trigger {
	padding:10px 35px 10px 10px
}
.detail-look-wrapper .look-prod-wrapper .fancy-select .square {
	float:right;
}

.detail-look-wrapper .lookbook-item-buy-product-footer {
	margin-top:20px;
}
.detail-look-wrapper .addtocart {
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 15px;
	padding: 12px 25px;
}
.detail-look-wrapper .button .button-ico {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.detail-look-wrapper .validateMsg label.error {
	margin: 0px 0px 5px 0px!important;
    padding: 0px;
}


	
/*ABOUT*/
.about-page .topbar {
	display:none!important;
	height: 0!important;
}
.about-page .main-content {
	padding-top:100px;
	background:transparent;
}
.about-page .about-row {
	margin-bottom:150px;
}
.about-page main .filo-about {
    background: url(../../img/filo-about-1920.svg) no-repeat top left;
    position: absolute;
    top: 0;
    left:calc(50vw - 1250px / 2);
    width: 100%;
    height: 100%;
}

/*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;
	padding:50px;
}

#newsletter-promo-pop {
    max-width: 850px;
    padding: 0;
}
#newsletter-promo-pop h3.section-title {
	font-size:18px;
	margin-bottom:25px;
}
#newsletter-promo-pop .main-newsletter-promo-pop {
	padding:50px;
}
#newsletter-form-popup input[type="email"] {
	padding-right: 120px;
	padding-left:0px;
    border: 0;
    border-bottom: 1px solid #707070;
	font-size: 16px;
    font-weight: 300;
}
#newsletter-form-popup  .inner-wrapper {
	position:relative;
}
#newsletter-form-popup  .inner-wrapper .button.arrow-right-btn {
	position: absolute;
    right: 0px;
    top: 0px;
    padding: 16px 18px;
    font-size: 10px;
    font-weight: 400;
    min-width: 100px;
	text-align: left;
	padding-right:65px;
	background:url("../../img/long-arrow-right-black.svg") no-repeat center right!important;
	background-color:transparent!important;
	background-size: 37px!important;
	border:0!important;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#000!important;
}
#newsletter-form-popup  .inner-wrapper .button.arrow-right-btn:hover {
	color:#000!important;
}
#newsletter-form-popup  .icheckbox {
	background-image: url("../../img/custom-gray-checkboxes.svg");
}
#newsletter-form-popup  input::-webkit-input-placeholder { 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
}
#newsletter-form-popup  input:-moz-placeholder { 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
} 
#newsletter-form-popup  input:-ms-input-placeholder{ 
	color: #818181;
	font-family:'Almarai', sans-serif!important;
	font-size: 18px;
	font-weight: 300!important;
	letter-spacing: normal;
}
#newsletter-form-popup  .privacy {
	color: #707070;
	font-size: 11px;
	font-weight: 300;
}
#newsletter-form-popup  .privacy a {
	color:#707070;
	
}
#newsletter-promo-pop .fancybox-close-small {
    top: 25px;
    right: 25px;
    width: 21px;
    height: 21px;
}
#newsletter-promo-pop .fancybox-close-small:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    z-index: 2;
    line-height: 21px;
    background: url(../../img/close-black.svg) no-repeat center left;
    background-size: 21px;
}



#iubenda-pp-overlay {
	z-index:99998!important;
}
#iubenda-pp {
	z-index:99999!important;
}
/*FOOTER*/
footer {
	background:#282828;
	color:#fff;
	padding-top:55px;
	padding-bottom:30px;
	position:fixed;
	bottom:0px;
	width:100%;
}
footer #footer-logo {
	width:130px;
}
footer a {
	color:#b1b1b1;
}
footer a:hover  {
	color:#fff;
}

footer h5 {
	margin-bottom:25px;
	color:#fff;
	margin-top:25px;
	font-weight: 700;
	letter-spacing: 1.65px;
	line-height: 22px;
	font-size: 11px;
}
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: #b1b1b1;
    font-size: 11px;
    font-weight: 300;
	line-height: 22px;
	letter-spacing: 1.65px;
}
footer .footer-menu li a:hover {
	color:#ffffff;
}
footer .footer-social li {
	display:inline-block;
	margin-right:10px;
}

footer .footer-menu li a:hover {
	color:#ffffff;
}
footer .footer-social li a:hover {
	color: #b1b1b1;
}
footer .footer-social li a {
    color: #fff;
    font-size: 18px;
}
footer .footer-social li a img {
	display: block;
	width:22px;
	height:22px;
}
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: 'Almarai', 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: 'Almarai', 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: 'Almarai', 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;
    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:9px;
	line-height:16px;
	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:9px;
	font-weight:300;
	line-height:29px;
}
footer .madebyquantico img {
    height: 9px;
    margin-left: 4px;
    width: 74px;
}
.footer-checkout {
	padding-bottom:30px;
	padding-top:30px;
	color:#fff;
}
.gray-main .footer-checkout {
	padding-top:30px;
}
.footer-checkout p {
	font-size:10px;
	line-height:18px;
	margin:0px;
}
.footer-checkout a {
	color:#fff;
}
/* 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 .4s ease-in-out;
	-o-transition: -o-transform .4s ease-in-out;
	transition: transform .4s 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;
	}
}


/*GRID LAYOUT*/
.grid-layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(25%, 1fr));
    grid-gap: 0px;
    grid-auto-rows: minmax(auto, auto);
    grid-auto-flow: dense;
	padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.grid-item {
    padding: 15px;
    border-radius: 10px;
}
.grid-item.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.grid-item.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 4;
}


/*FINE GRID LAYOUT*/



/*IUBENDA*/
html #iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *, html #iubenda-cs-banner [class*=" iub"], #iubenda-cs-banner [class^=iub] {
	font-family: 'Almarai', sans-serif!important;
}
html #iubenda-cs-banner #iubenda-cs-title {
	text-transform: uppercase!important;
    font-size: 20px!important;
    font-family: "Spectral", serif!important;
    font-weight: 400!important;
}
html #iubenda-cs-banner #iubenda-cs-paragraph {
    font-size: 16px!important;
    font-weight: 300!important;
	line-height: 26px;
}
html #iubenda-cs-banner .iubenda-cs-opt-group button {
	border-radius:0!important;
	border:solid 1px #000!important;
	font-family: 'Almarai', sans-serif!important;
	text-transform:uppercase!important;

	font-weight: 400!important;
    font-size: 13px!important;
    line-height: 20px!important;
    letter-spacing: 2.6px!important;
    padding: 14px 35px!important;
}
html #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
	border-radius:0!important;
	font-family: 'Almarai', sans-serif!important;
	text-transform:uppercase!important;

	font-weight: 400!important;
    font-size: 13px!important;
    line-height: 20px!important;
    letter-spacing: 2.6px!important;
    padding: 14px 35px!important;
}
/*FINE IUBENDA*/

