 
html {
	background:#dbdbd8;
}
body {
	font-family: 'Libre Franklin', sans-serif;
	color: #000;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.alert-msg {
	color: red!important;
	margin-bottom:2.5rem;
}
.Off{
	display:none;
	visibility:hidden;
}
.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%) translateZ(0); 
	-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0); 
	-o-transform: translateX(-50%) translateY(-50%) translateZ(0); 
	transform: translateX(-50%) translateY(-50%) translateZ(0); 
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul.simple-list {
	padding-left:20px;
}
ul.simple-list li {
	line-height:26px;
	margin-bottom:5px;
}
.wrap { 
	padding-top: 140px;
	/*transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;*/
}
.lang-switch {
	font-weight: 500;
    line-height: 21px;
    font-size: 12px;
    letter-spacing: .1em;
    font-family: 'Libre Franklin', sans-serif;
}
#content {
	min-height: 450px;
}
a#mobile-scrollToTop {
	position:fixed;
	bottom:40px;
	left:20px;
	background:#000;
	color:#fff;
	width:34px;
	height:34px;
	z-index: 99999;
	text-align:center;
	line-height:29px;
	font-size: 12px;
	display:none;
}
/*
a.wa-fixed {
	position: fixed;
    bottom: 40px;
    right: 0;
    background: #25D366;
    color: #fff!important;
    width: 50px;
    height: 50px;
    z-index: 9999;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50% 0 0 50%;
    padding-left: 5px;
}*/

a.wa-fixed {
    position: fixed;
    bottom: 40px;
	right: 20px;
	width: 40px;
    height: 40px;
    background: #25D366;
    color: #fff!important;
    z-index: 9999;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    border-radius: 50%;
    padding: 0px 5px;
    /* padding-top: 10px; */
}
/*a.wa-fixed i {
	font-size: 18px;
    margin-right: 7px;
}
a.wa-fixed {
	width: 40px;
	height: 40px;
	overflow: hidden;
	right: -6px;
	border-radius: 50% 0 0 50%;
	padding: 0px 5px;
	line-height: 45px;
	bottom: 40px;
}*/
a.wa-fixed i {
	font-size: 23px;
	margin-right: 0px;
}
 
  h1,h2,h3,h4{
	font-family: 'Libre Franklin', sans-serif;
	letter-spacing: 1.5px;
  }
  h1{
	font-size: 32px;
  }
  h2{
	font-size: 32px;
	letter-spacing:3.5px;
  }

  h3{
	font-size: 24px;
	letter-spacing:2px;
  }
  h4 {
	  font-size:18px;
  }
  h5 {
	  font-family:'Gilda Display', serif;
	  font-size:12px;
	  font-weight:bold;
  }
  h6, .h6 {
	font-size: 12px;
	line-height: 22px;
}

  p {
	   font-family:'Gilda Display', serif;
	  line-height: 26px;
  }

.title {
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

a {
    color: #000;
    text-decoration: none;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
img{
  transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
   }
a:hover,
a:focus{
  color:#9e9e9e;
}
.istouching a:hover,
.istouching a:focus{
  color:inherit;
}
.prezzo {
	font-weight: normal;
	letter-spacing: 2px;
}
.privacy-text .iradio_minimal  {
	margin-left:10px;
}
.privacy-text .iradio_minimal + span {
	margin-left:5px;
}
.newsletter-radio-label {
	margin-right:5px;
}
/* HEADER */

#header {
	/*padding: 60px 0 20px 0;*/
	padding:0 0 25px 0;
	position: fixed;
	z-index: 10;
	width: 100%;
	background: #fff;
	height: 140px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.top-header {
	/*padding: 10px 0;*/
	padding:7px 0px;
	margin: 0 0 25px 0;
	/*position: absolute;
    width: 100%;
    top: 0;*/
	font-family: 'Gilda Display', serif;
	font-weight:600;
	color:#761d30;
	border-bottom:solid 1px #dcdcdc;
}
.top-header span {
	font-size: 12px;
	letter-spacing: .15em;
}
.top-header #close-top-header {
	font-size:10px;
}
.logo {
	text-align: left;
}

.logo img {
	width: 350px;
	height:50px;
}

.main-nav {
	margin: 6px 0px 0px 0px;
}
.main-nav > ul {
	text-align: center;
}
.main-nav > ul > li {
	/*margin: 0 5px;*/
	margin:0 16px;
}
.main-nav > ul > li > a {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 21px;
	padding: 10px 10px 23px 10px;
	font-size: 12px;
	letter-spacing: .1em;
}


.main-nav .sub-menu {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
	left: -20px;
	list-style: outside none none;
	margin-bottom: 0;
	margin-top: 10px;
	opacity: 0;
	padding: 5px 0 20px 0;
	position: absolute;
	top: 41px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	visibility: hidden;
	width: 250px;
	z-index: 999;
	text-align: left;
}

.main-nav .sub-menu .sub-menu-head {
    margin-top: 10px;
}
.main-nav .sub-menu .sub-menu-head:nth-child(1) {
    margin-top: 0px;
}
.main-nav .sub-menu .sub-menu-head > a{
	font-weight:bold;
}
.main-nav .sub-menu .third-level {
	list-style:none;
	margin:0;
	padding:0;
}
.main-nav .sub-menu .third-level > li {
	padding:0px;
}
.main-nav .sub-menu .third-level > li > a {
	line-height:20px;
}
.main-nav .sub-menu .sub-menu {
    left: 100%;
    padding: 17px 0;
    top: -20px;
}
.main-nav .sub-menu .sub-menu.offset-right{
	right:100%;
	left:auto;
}
.main-nav .sub-menu.offset-right{
	right:0;
	left:auto;
}
.main-nav > ul > li.menu-item-has-children:hover > a::before {
/*    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
	margin-top:-10px;
	z-index:9999;*/
}
.main-nav .menu-item-has-children:hover>.sub-menu{
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.main-nav .sub-menu li{
	padding:0 30px;
}
.main-nav .sub-menu li a {
	/* color: #333; */
	display: block;
	padding: 02px 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
}
.main-nav .sub-menu li a::before {
   /* content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 6px;*/
}
.main-nav .sub-menu li:hover> a{
	/*color:#ff3e3e;*/
}


.list-cart-search {
	float: none;
	margin: -6px 0 0 0;
}
.list-cart-search > li {
	margin: 0 0px 0 0;
	padding: 0;
}
.list-cart-search > li > div, .list-cart-search > li > a {
	padding: 0 8px 29px 8px;
}

.list-cart-search > li a img {
	width: 18px;
}
.list-cart-search > li a.wishlist-link img {
    width: 22px;
}
.mini-cart-icon {
	margin:0px;
}
.wishlist-link {
	font-size:18px;
	display:inline-block;
}


.search-form-hover {
	position: absolute;
	top: -3px;
	right: 0;
	margin-right: -10px;
	width: 250px;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 9;
}
.search-hover .search-form-hover::after{
	display:none;
}
.search-form-hover::after {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    top: 11px;
}
.search-hover:hover .search-form-hover{
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.search-form-hover input[type="text"] {
    border: 1px solid #dcdcdc;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.search-form-hover input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
}


 
.list-account {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
	padding: 5px 0 20px 0;
	position: absolute;
	top: 44px;
	width: 250px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	text-align: right;
	right: -30px;
}
.my-account .list-account li{
	padding:0 30px;
	}
.my-account:hover .list-account {
	opacity:1;
	margin-top:0;
	visibility:visible;
}

.list-account a { 
  	display: block;
	padding: 2px 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
}
.list-account a i {
   
}
.list-account a:hover { 
}


/* SLIDER HOME */

#slider-home{
/*  height: calc(100vh - 147px);*/
  height: 650px;
  margin: 0 0 150px 0;
}
#slider-home > .row, #slider-home > .row > div{
  height: 100%;
}

	
.banner-slider2, .banner-slider2 .bx-viewport, .banner-slider2 .bx-wrapper, .banner-slider2 .bx-wrapper .bxslider, .banner-slider2 .bx-wrapper .bxslider li  {
	height: 100%;
	margin: 0;
}
.slider-wrapper {
	max-width: 1500px;
    margin: 0px auto;
	position:relative;
}
.item-banner2 {
	height: 100%;
	
}
.item-banner2 .foto-alt,
.item-banner2 .foto-principale {
	background-repeat:no-repeat;
	height:100%;
	padding:0px;
	background-position: center;
}
.item-banner2 .foto-alt {
	border-right:solid 5px #fff;
}
.banner-slider2 .bx-controls-direction {
	position: absolute;
    top: 50%;
    width: 100%;
}
.banner-slider2 .bx-controls-direction .bx-prev {
	position:absolute;
	left:25px;
}
.banner-slider2 .bx-controls-direction .bx-next {
	position:absolute;
	right:25px;
}
#bx-pager ul {
    position:absolute;
	bottom:10px;
	right:20px;
}
#bx-pager li {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
#bx-pager a {
	border:solid 1px #000;
    width: 9px;
    height: 9px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    display: inline-block;
}
#bx-pager a.active {
	background: #000;
}

/*
.item-banner2 .banner-thumb {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.item-banner2 .banner-info {
	top: 50%;
	height: 320px;
	background: #fff;
	width: 340px;
	right: calc(50% - 170px);
	left: auto;
	padding: 20px;
	overflow: hidden;
	margin: -160px 0 0 0;
}

.bxslider-right .item-banner2 .banner-info{
	right:auto;
	left:calc(50% - 170px);
}
.item-banner2 .banner-info a {
	display: block;
	width: 100%;
	height: 100%;
}
.item-banner2 .banner-info img {
	display: block;
	margin:5%;
	max-width: 90%;
}
.item-banner2 .banner-info a:hover img{
  opacity: 0.7;
}
 
 .item-banner2 h3 {
	
	text-decoration: underline;
	font-size: 21px;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
}
.item-banner2 span {
	display: block;
	letter-spacing: 2px;
	font-size: 14px;
}
*/
.product-tab .tab-content {
	margin-top:60px;
}

.product-tab-title > ul {
	list-style: outside none none;
	margin: 20px 0 40px;
	padding: 0;
	text-align: center;
}
.product-tab-title li {
	display: inline-block;
	padding: 0 20px;
}

.product-tab-title li a { 
	display: block; 
	position: relative;
	text-transform: uppercase;
}

.product-tab-title li.active a {
	text-decoration: underline;
}


.category_home {
	margin-bottom:150px;
}
.category_home .category_box {
	border-right:3px solid #fff;
	border-left:0px solid #fff;
	border-bottom: 6px solid #fff;
	max-width: 585px;
    margin: 0px auto;
}
.category_home .category_box:nth-child(2n) {
	border-right:0px solid #fff;
	border-left:3px solid #fff;
}

.category_home .category_box h3 {
	font-family: 'Bebas Neue', cursive;
	font-size:83px;
	position: absolute;
	width: 56%;
	left:22%;
	text-align: center;
	color:#fff;
	margin:0;
	z-index: 1;
	/*word-spacing: 1000vw;*/
}
.category_home .category_box:nth-last-child(1) h3 {
	word-spacing: normal;
}
.category_home .category_box h5 {
	font-family: 'Bebas Neue', cursive;
	font-size:66px;
	position: absolute;
	width: 90%;
	left:5%;
	bottom:30px;
	text-align: center;
	color:#fff;
	margin:0;
	z-index: 1;
	word-spacing: 1000vw;
	font-weight: 400;
}
.category_home .category_box .thumb:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	transition: all 0.3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: alpha(opacity=0);
	 -moz-opacity: 0;
	 -khtml-opacity: 0;
	 opacity: 0;
}
.category_home .category_box .thumb:hover:after {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	 filter: alpha(opacity=45);
	 -moz-opacity: 0.45;
	 -khtml-opacity: 0.45;
	 opacity: 0.45;
}
/* PRODOTTI */



.item-product {
	text-align:center;
	border:solid 1px #fff;
}


.item-product .product-info {
    padding: 10px 15px 20px;
    position: relative;
}
.item-product .product-title {
	font-size: 12px;
	line-height:20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: 'Libre Franklin', sans-serif;
	margin: 10px 0 10px 0;
}
.item-product:hover {
	border-color:#dcdcdc;
}


.item-product .product-code {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	display: block;
	color: #7b7b7b;
}
.item-product .product-extra-link a:nth-last-child(1) {
	margin-right:0px;
}

.item-product .product-thumb {
	overflow:hidden;
	/*padding:0px 35px;*/
}
.item-product .product-info .addto-wishlist {
	/*position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;*/
    opacity: 0;
}
.item-product:hover .product-info .addto-wishlist {
	opacity: 1;
}
.item-product .product-info .addto-wishlist:hover {
	color: #9e1227;
}

 p.product-price,
p.product-price {
	font-size:14px;
	margin-top:0;
	font-family: 'Gilda Display', serif;
}

 p.product-price .price, p.product-price .price {
	font-size: 14px;
	letter-spacing: .05em;
}

  p.product-price .originale,
  p.product-price .originale {
	position: relative;
	color:#999;
	display:inline-block;
	margin-right:10px; 
}
 p.product-price .originale::after,
p.product-price .originale::after {
    background: #a0a0a0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
p.product-price .scontato.price,
p.product-price .scontato.price {
    /*color: #5E1023;*/
}
p.product-price .labeliva,
 p.product-price .labeliva {
	font-size:10px;
}
.item-product .product-footer {
    padding: 20px 0 20px;
    position: relative;
	border-top:solid 1px #ffffff;
	font-family: 'Gilda Display', serif;
	font-size:12px;
	height:55px;
}
.item-product .product-footer a {
	opacity:0;
}
.item-product:hover .product-footer {
	border-color:#dcdcdc;
}
.item-product:hover .product-footer a {
	opacity:1;
}

/* PAGINA PRODOTTI */


.row.cat-detail > div {
	height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.row.cat-detail h1 {
	line-height: 240px;
	font-size:22px;
	letter-spacing:.1em;
	font-family: 'Gilda Display', serif;
	font-weight:400;
	margin: 0;
	color:#fff;
	text-shadow: 2px 2px 15px #000000;
}
.prod-detail-page .shop-header-inner {
	border:0px none;
	margin-bottom:0px;
}
.descrizione-categoria,
.descrizione-categoria p {
	font-size: 12px!important;
	line-height: 24px!important;
}
.shop-header-inner {
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 10px;
}
.breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.breadcrumbs ol li {
	display: inline-block;
}

.breadcrumbs ol li a, .breadcrumbs ol li span {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing:.2em;
	font-weight:bold;
	color:#70706e;
	/*letter-spacing: 2px;*/
}
/*.breadcrumbs ol li a::after, .breadcrumbs ol li span::after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
} */

.breadcrumbs ol li span::after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
}

.breadcrumbs ol li.active a::after, .breadcrumbs ol li.active span::after {
	display: none;
}

.shop-ordinamento {
	font-size: 12px;
}

.shop-ordinamento div.fancy-select div.trigger{
	text-align: right;
	line-height:19px;
}

.trigger-filtri {
	display: block;
	cursor: pointer;
	padding: 10px 35px 9px 10px;
	font-size: 12px;
	line-height:19px;
}

.trigger-filtri::after {
	content: "\f078";
	font-family: FontAwesome;
	font-weight: normal;
	/* position: absolute; */
	margin: 0px 0 0 10px;
	display: inline-block;
	vertical-align: top;
}
.trigger-filtri.opened::after{
	content: "\f077";
}
.filtri-wrapper {
	border-bottom: solid 1px #dcdcdc;
    margin-bottom: 40px;
	padding-bottom: 10px;
}
.prod-filter-tab {
	padding-right: 0px;
}
.prod-filter-tab .filtri-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filtri h3 {
	font-size: 14px;
	font-family: 'Gilda Display', serif;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
}

.filtri-list {
	list-style: none;
}
.filtri-list li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.filtri-list label {
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
}

.filtri .icheckbox {
	display: none;
}

.filtri-list.filtri-color label {
	display: block;
}

.filtri-list li label input {
	display: none;
}
.filtri-list.filtri-taglia li {
	display: inline-block;
	width: 32%;
}
.filtri-list.filtri-taglia li label {
	display: block;
}

.close-filtri-container{
	    margin: 0 35px 0 0;
		padding: 0 0 20px 0;
}

.close-filtri {
	font-size: 12px; 
	display: inline-block; 
}



.box-product .product-item-wrapper {
	margin: 0 0 40px 0;
}
/*.product-thumb-link.square-container{
	padding-bottom: 80%;
}*/
.product-thumb-link img {
	max-width: 100%;
	max-height: 100%;
	margin-left:auto;
	margin-right:auto;
}
.product-thumb-link .second-image {
	/*top: 50%;
left: 50%;*/
top:0;
left:0;
	opacity: 0; 
}

/* dettaglio prodotto */

.content-detail {
	margin-top:0px;
}
#big-picture {
	position: relative;
	z-index: 1;
	clear: both;
}
#big-picture .img-product {
	    height: 100%;
    display: block;
    width: 100%;
}

#big-picture , #big-picture  .bx-viewport, #big-picture  .bx-wrapper, #big-picture  .bx-wrapper .bxslider, #big-picture  .bx-wrapper .bxslider li {
	height:100%;
}
#big-picture  .bx-wrapper .bxslider li {
	width:100%!important;
}
#big-picture .bx-wrapper {
	border:solid 1px #dcdcdc;
}
/*#big-picture .bx-wrapper, #big-picture .bx-viewport {
	height:869px;
}*/

#big-picture  .bx-prev, #big-picture .bx-next {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 999;
	width: 50px;
	height: 50px;
	margin: -20px 0 0 0;
	transition: all 0.3s ease;
	padding: 10px;
	cursor: pointer;
}

#big-picture:hover .bx-prev, #big-picture:hover .bx-next {
	opacity: 1;
}
#bx-pager-prod ul {
    text-align: center;
    margin-top: 30px;
}
#bx-pager-prod li {
    display: inline-block;
    margin: 0px 6px;
}
#bx-pager-prod li a {
	color:#70706e;
	font-size:12px;
	font-weight:400;
}
#bx-pager-prod li a.active {
	color:#000000;
}
/*
#big-picture .bx-prev::after, #big-picture .bx-next::after {
	content: "";
	font-family: fontAwesome;
	position: absolute;
	right: 0;
	font-size: 46px;
	display: block;
	text-indent: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
 #big-picture .bx-next::after {
	content: "";
 }

#big-picture   .bx-prev:hover, #big-picture   .bx-next:hover{
opacity: 0.7;
}*/
#big-picture   .bx-next {
	right: 10px;
	left: auto;
}
 
#big-picture .temp-item {
	display:none;
}
 
#big-picture .square-container.img-product img{
	width: auto;
}  

.product-detail #small-pictures .item{
  /*  padding: 0px;*/
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
	padding-top:25px;
	/*padding-bottom:20px;*/
	margin-bottom:20px;
	position:relative;
	display:none;
	width: 150px;
}
.product-detail #small-pictures .item:after {
	 
}
.product-detail #small-pictures .current .item:after {
	 
} 

#small-pictures .square-container.img-product img{
	width: auto;
	max-height: 80%;
} 



.detail-info .product-code {
	font-size: 12px;
	letter-spacing: .15em;
	font-family: 'Gilda Display', serif;
	color:#70706e;
}
.detail-info .title-detail {
	text-transform: uppercase;
	font-size: 32px;
	line-height:38px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-top:5px;
}
.detail-info .in-esaurimento {
    color: #761d30;
    font-family: 'Libre Franklin', sans-serif!important;
    font-size: 14px;
    font-weight: bold;
}
.detail-info .product-description {
	margin-top:40px;
	margin-bottom:40px;
	font-family: 'Libre Franklin', sans-serif!important;
}
.detail-info .product-description p {
	font-family: 'Libre Franklin', sans-serif!important;
	font-size:14px;
	line-height:21px;
	letter-spacing:.1em;
}
.product-dettagli-aggiuntivi h3 {
	margin:0px 0px 40px 0px;
	font-size:14px;
	line-height:21px;
	letter-spacing:.1em;
	font-weight:400;
	font-family: 'Libre Franklin', sans-serif;
}
.product-dettagli-aggiuntivi h3 span {
	font-family: 'Gilda Display', serif;
	font-size:16px;
	letter-spacing:.15em;
}
.product-dettagli-aggiuntivi h3:nth-last-child(2) {
	/*padding-right:200px;*/
}
.product-dettagli-aggiuntivi .info-lavaggio {
	margin-bottom:30px;
}
.product_addtocart_form.detail-form {
	margin-top:30px;
	/*overflow: hidden;*/
}
.prod-detail-buy {
	float:left;
	width:100%;
	/*overflow:hidden;*/
}

.size div.fancy-select div.trigger, .qty div.fancy-select div.trigger {
	text-transform: uppercase;
	border: 1px solid #dcdcdc;
	padding: 20px;
	font-size: 10px;
    font-weight: bold;
	line-height:15px;
}
.size div.fancy-select div.trigger::after,
.qty div.fancy-select div.trigger::after {
	content:"";
	background:url(../../img/select-arrow.svg) no-repeat center center;
	background-size:12px 6px;
	width:12px;
	height:15px;
}
.size div.fancy-select div.trigger {
	border-right: none;
}

.size div.fancy-select div.trigger::after, .qty div.fancy-select div.trigger::after {
	position: absolute;
	right: 20px;
	top: 20px;
}
.size div.fancy-select select:focus + div.trigger.open, .size div.fancy-select select:focus + div.trigger,
.qty div.fancy-select select:focus + div.trigger.open, .qty div.fancy-select select:focus + div.trigger {
	box-shadow:none;
}
.size div.fancy-select ul.options.open li,
.qty div.fancy-select ul.options.open li {
	font-size:10px;
	font-weight:bold;
	padding:8px 20px;
	text-transform:uppercase;
}
.info-shipping a, .size-guide {
	font-size: 12px;
	display: inline-block;
	font-family: 'Gilda Display', serif;
	font-weight:400;
	letter-spacing:.15em;
}
.prod-detail-page .prod-detail-buy .addtocart.button {
	background-color:#dbdbd8;
	color:#000!important;
	border-color:#dbdbd8;
}
.prod-detail-page .prod-detail-buy .addtocart.button:hover {
	background-color:#fff;
	color:#000!important;
}
.prod-detail-page .prod-detail-buy .addto-wishlist.button.light-btn {
	background-color:#fff;
	color:#000!important;
	border-color:#dbdbd8!important;
}
.prod-detail-page .prod-detail-buy .addto-wishlist.button.light-btn:hover {
	background-color:#dbdbd8;
	color:#000!important;
}


.wish-compare a i, .info-shipping a i, .size-guide i {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 18px;
	vertical-align: middle;
}
.wish-compare {
	margin-top:15px;
}


.color h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Gilda Display', serif;
}

 .product-detail   .color input ,  .product-detail   .color  .iradio_minimal {
	display: none;
}
 .product-detail  .color label.pos {
	position: absolute;
	top: 0;
	left: 0;
}
 
.product-detail .color label.radio-color {
	width: 25px;
	height: 25px;
	margin: 5px 10px 0 0;
	margin-left: 3px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	float: left;
}
.product-detail .color label.radio-color:hover:before,
 .product-detail .color .iradio_minimal.checked + label.radio-color:before {
content: "";
width: 25px;
height: 1px;
position: absolute;
bottom: -8px;
left: 0;
border-top: 1px solid #000;
border-radius: 0;
}

 .product-detail  .color label.radio-color::before {
 
}

 .product-detail .detail-info p.product-price   .price {
 
	font-size: 22px;
}

 .product-detail .detail-info p.product-price  .originale {
	font-family:'Gilda Display', serif;
	font-size: 22px;
}


.product-price .iva {
	display: inline-block;
	font-size: 12px;
}

.product-detail-info .accordion {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0;
}

.product-detail-info h4 {
	font-family: 'Gilda Display', serif;
	text-transform: uppercase;
	font-size: 14px;
}
.product-detail-info {
	font-size: 12px;
}

.product-detail-info .accordion {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.product-detail-info .accordion-title {
	font-family: 'Gilda Display', serif;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.product-detail-info .accordion-title::after {
	content: "";
	font-family: fontAwesome;
	position: absolute;
	right: 0;
	font-size: 16px;
}
.product-detail-info .accordion.active .accordion-title::after {
	content: "";
}



.prod-sharebox {
	/* position: absolute; */
	/* right: 10px; */
	/* bottom: 0px; */
	overflow: hidden;
	padding: 5px 0px;
	position: relative;
	clear: both;
}
.prod-sharebox .prod-share {
	color: #a5a4a4;
	font-size: 12px;
	line-height: 26px;
	background-image: url(../../img/icon-share.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 28px;
	text-indent: 999px;
}
.prod-sharebox .prod-share i {
	margin-left:7px;
}
.prod-sharebox .prod-share:hover {
	color:#fff;
}
.prod-sharebox .inline-socialshare {
	z-index:1;
	position:absolute;
	top:0px;
	left:-100%;
	/*background:#fff;*/
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width:100%;
	height:100%;
}
.prod-sharebox .inline-socialshare .csbuttons {
	color: #a5a4a4;
	margin-right: 14px;
	display: inline-block;
	font-size: 20px;
	margin: 5px 20px 0 0;
}
.prod-sharebox .inline-socialshare .csbuttons:hover {
	color:#000;
}
.prod-sharebox .prod-share:hover + .inline-socialshare,
.prod-sharebox .prod-share + .inline-socialshare:hover {
	left:0px;
	background:#fff;
}

/* CARRELLO */



.header-top-right .mini-cart {
	display:inline-block;
	z-index:499;
	color:#434343;
}
.header-top-right .carrello-link {
	padding-left: 18px;
	background:url(../../img/shopper-icon.svg) no-repeat center left;
	background-size:10px 14px;
	margin-left:15px;
	height:35px;
	line-height:35px;
	display:inline-block;
}

.mini-cart-content {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
	margin-top: 30px;
	padding: 30px 20px;
	position: absolute;
	right: 0px;
	top: 44px;
	width: 290px;
	z-index: 999;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	visibility: hidden;
	opacity: 0;
}

.mini-cart .mini-cart-content {
	padding: 5px 20px 30px 20px;
	/* border: solid 1px #0f3e6d; */
	width: 320px;
}
.mini-cart:hover .mini-cart-content {
    margin-top: -1px;
}
.mini-cart .mini-cart-content .alert {
	background: transparent;
    border: 0px none;
    line-height: 15px;
    text-align: center;
    padding: 0px 5px 10px 5px;
}
.mini-cart .mini-cart-content .triangle {
  /*  z-index: 8;
    width: 14px;
    height: 7px;
    background: url(../../img/cart-pointer.svg) no-repeat bottom center;
	background-size:cover;
    position: absolute;
    top: -7px;
    right: 20px;*/
  display: none;
}
.mini-cart .mini-cart-content > h4 {
	border-bottom: solid 1px #dbdbd8;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 26px;
	text-align: center;
	margin: 0 0 10px 0;
}
.mini-cart .mini-cart-content .msg-not-found {
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:16px;
	letter-spacing:1.5px;
	text-align:center;
}
.mini-cart .mini-cart-content .mini-cart-items {
	font-size: 10px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	padding: 0px;
	border: 0px none;
}
.list-mini-cart-item {
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
}
.list-mini-cart-item > li {
	border-bottom: 1px solid #dbdbd8;
	display: table;
	padding: 10px 0;
	width: 100%;
}
.mini-cart-content .thumb-prod-cart-right {
	position:relative;
}

.cart-thumb {
	display: block;
	overflow: hidden;
	  width: auto;
}
#carrello-ajax .cart-thumb > img {
	width: auto;
}


.mini-cart-content .cart_del {
	position:absolute;
	top:0px; 
	right:0px;
	color:#dcdcdc;
	font-size:10px;
	line-height:12px;
}

.mini-cart-content .mini-cart-title a {
 
}
.mini-cart-content .mini-cart-title a:hover {
	 
}
.mini-cart-content .mini-cart-info {
	padding: 0px;
	font-size: 12px;
}
.mini-cart-content .mini-cart-qty, 
.mini-cart-content .thumb-carrello-info {
     font-size: 10px;
    text-transform: uppercase;
}
.mini-cart-title {
	font-size: 10px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-family: 'Libre Franklin', sans-serif;
}

.mini-cart-qty {
	/* color: #dcdcdc; */
	margin: 0 0 10px 0;
}
.mini-cart-qty > label {
  font-weight: 400;
  margin: 0 10px 0 0;
}


.mini-cart-content .mini-cart-price {
	text-align: left;
	color: #000;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
}


.mini-cart-content .cart-conti {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -30px;
	/*background-color: #dbdbd8;*/
	padding: 10px 20px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
}
.mini-cart-content .cart-conti > div {
	margin: 5px 0 5px 0;
}

.mini-cart-content .cart-sped {
	text-align:left;
	padding-bottom:5px;
	border-bottom: solid 1px #dbdbd8;
}
.mini-cart-content .cart-sped .prezzo {
	float:right;
}
.mini-cart-content .cart-total label {
	float: left;
	font-size: 14px;
	font-weight: 500;
}
.mini-cart-content .cart-total .prezzo {
	float: right;
	font-size: 14px;
	font-weight: 500;
}
.mini-cart-content .mini-cart-total {
	margin-bottom:10px;
}
.mini-cart-content .mini-cart-total .button {
	margin-top: 20px;
}
.empty-cart-buttons {
	margin:10px 10px 0px 10px;
}

/**** CHECKOUT ****/

.checkout-steps {
	margin: 0 0 20px 0;
	list-style: none;
	display: block;
	white-space: nowrap;
}
.checkout-steps li {
	width: 25%;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right:-4px; /*inline-block space fix, won't work in IE6&7*/
}
.checkout-steps li::after {
	content: " ";
	position: absolute;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	height: 1px;
	left: 0;
	top: 17px;
	z-index: -1;
}
.checkout-steps li:first-child::after {
	width: 50%;
	left: 50%;
}
.checkout-steps li:last-child::after {
	width: 50%;
}
.checkout-steps li span {
	display: inline-block;
	height: 32px;
	width: 32px;
	font-size: 13px;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	line-height: 32px;
	color: #dcdcdc;
	background: #fff;
}
.checkout-steps li p {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #dcdcdc;
	font-size: 14px;
}

.checkout-steps li.active span, .checkout-steps li.active p {
	color: #000;
	border-color: #000;
}
 
 .icheckbox + label {
	margin: 0 0 0 10px;
	vertical-align: middle;
	display:inline;
}
#form_checkout_0 {
	overflow:hidden;
}
.checkout-step-3{
	overflow: hidden;
}

/**** CARRELLO ****/
#carrello-detail {
	overflow: hidden;
}
.cart-wrapper {
	margin-top:50px;
}
.cart-items table{
	width:100%;
}
.cart-items tr {
	border-bottom:solid 1px #dcdcdc;
}
.cart-items th h4 {
	letter-spacing:2.5px;
	margin-top:0px;
	margin-bottom:17px;
	line-height:normal;
}
.cart-items .cart-item td {
	padding-top:25px;
	padding-bottom:40px;
	vertical-align: top;
}
.cart-item .cart-item-image {
	vertical-align:top;
	position:relative;
}
.cart-item .cart-item-image img {
 
}
.cart-item .remove-button {
	position:absolute;
	top:10px;
	left:0px;
	width:24px;
	height:24px;
	line-height:22px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background-color:#000;
	border: solid 1px #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/*z-index: 99;*/
	z-index:1;
}
.cart-item .remove-button:hover {
	background-color:#fff;
	color:#000;
}
.cart-item .cart-item-description {
	padding-top:0px;
	vertical-align:middle;
}
.cart-item .cart-item-description h4 {
 
	margin-top:0px;
	margin-bottom:5px; 
	line-height:normal;
}
.cart-item .cart-item-description h6 {
	font-size:11px;
	line-height:23px;
	margin-top:0px;
	margin-bottom:0px;
}
.cart-item .cart-item-description .cart-item-actions {
	margin-top:20px;
}
.cart-item .cart-item-description .cart-item-actions a {
	color:#000;
	font-size:11px; 
	padding:0px 10px;
	border-left: solid 1px #000;
	line-height:16px;
}
.cart-item .cart-item-description .cart-item-actions a i {
	margin-right:10px;
	font-size:12px;
}
.cart-item .cart-item-description .cart-item-actions a:hover {
	color:#000;
}
.cart-item .cart-item-description .cart-item-actions a:nth-child(1) {
	padding-left:0px;
	border-left:0px none;
}
.cart-item .cart-item-qty {
	padding-top:45px;
	vertical-align:top;
}
.cart-item .cart-item-qty div.qty {
	margin: 0px auto;
	display: inline-block;
	white-space: nowrap;
}
input.cart_qta.qty {
	display: inline-block;
	min-width: 0;
	width: 40px;
	text-align: center;
	padding: 5px;
	height: 32px;
	vertical-align: middle;
	margin: 0;
}
button.items-count {
	display: inline-block;
	background: #ccc;
	color: #fff;
	border: none;
	padding: 2px 10px;
	font-size: 20px;
	vertical-align: middle;
	margin: 0;
	height: 32px;
}

.cart-item .cart-item-qty div.final_qty {
	margin: 0px auto;
	display: inline-block;
	width: 40px;
    height: 34px;
	line-height:32px;
    border: 1px solid #000;
    text-align: center;
    padding: 0px;
    font-weight: bold;    
}
.cart-item .cart-item-price {
	padding-top:45px;
	vertical-align:top; 
	font-size:14px;
	font-weight:bold;
	line-height:32px; 
}
.cart-aside .cart-summary, .cart-aside .cart-address-summary {
	background-color: #f4f2ee;
	padding: 20px 25px;
	border-top: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0px;
}
.cart-aside .cart-address-summary {
	padding: 20px 20px;
}
.cart-aside .cart-address-summary .cart_address_sped,
.cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	position: relative;
}
 .order-items .cart-aside .cart-address-summary > div {
	border-bottom: none !important;
	padding-bottom: 0;
}
.cart-aside .cart-summary > h3, .cart-aside .cart-address-summary > div > h3 {
	margin-top: 0px;
	margin-bottom: 27px;
	border-bottom: none;
	line-height: 22px;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.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: 20px;
	letter-spacing: 1px;
	font-size: 14px;
}
.cart-aside .cart-address-summary .cart_address_sped p, .cart-aside .cart-address-summary .cart_address_fatt p {
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	font-weight: 400;
	/* padding-right: 140px; */
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod, .cart-aside .cart-address-summary .cart_address_fatt .address_mod {
	position: absolute;
	right: 0;
	bottom: 8px;
	color: #000;
	text-decoration: underline !important;
	font-size: 11px;
	line-height: 21px;
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod:hover,
.cart-aside .cart-address-summary .cart_address_fatt .address_mod:hover {
 
}
.cart-aside .cart-summary .prezzo {
	font-size:16px; 
	float:right; 
}
.cart-aside .cart-summary .cart_art, .cart-aside .cart-summary .cart_sped, .cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 30px 0;
}
.cart-aside .cart-summary .cart_sped a {
	font-size:11px; 
	text-decoration:underline!important; 
	float:left;
	width:100%; 
	margin-top:10px;
}
.cart-aside .cart-summary .cart_sped a:hover { 
}
.cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	padding: 0;
	position: relative;
	margin: -20px 0 30px 0;
	padding: 0 0 10px 0px;
	color: #aaa;
}
.cart-aside .cart-summary .cart_imp:before {
/*	font-family:"FontAwesome";
	content:"\f078";
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:5px;*/
}
.cart-aside .cart-summary .cart_total {
	width: 100%;
	float: left;
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	position: relative;
	padding: 0 0 30px 0;
}
.cart-aside .cart-summary .cart_total .arrow-down {
 
}
.cart-aside .cart-summary .cart_total h3 {
	margin: 0px 0px 8px 0px;
	line-height: normal;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 18px;
}
.cart-aside .cart-summary .cart_total .prezzo {
	/* text-align: center; */
	font-size: 16px;
	font-weight: 900;
	/* width: 100%; */
	margin-bottom: 5px;
}
.cart-aside .cart-summary .cart_total a {
	text-align: left;
	float: left;
	width: 100%;
	/* color: #dcdcdc; */
	text-decoration: underline !important;
	font-size: 11px;
	font-weight: normal;
}
.cart-aside .cart-summary .cart_total a#coup-trigger {
	float: none;
	height: 44px;
	line-height: 32px;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 0;
	min-width: 0;
	text-align:center;
}

.cart-aside .cart-summary .cart_total a:hover { 
}
.cart-aside .cart-summary .cart_total #coup,
.cart-aside .cart-summary .cart_total #coup::-webkit-input-placeholder,
.cart-aside .cart-summary .cart_total #coup:-moz-placeholder,
.cart-aside .cart-summary .cart_total #coup:-ms-input-placeholder {
	text-align:center;
}

.cart-aside .carrello-iva {
	    font-size: 12px;
    display: inline-block;
	text-transform:uppercase;
    margin-left: 8px;
    color: #999;
    text-transform: none;
}
.button.cart-button {
	width:100%; 
	text-align:center;
	height:62px;
	padding:0px 18px;
	line-height:58px;
}
.cart-aside .help-menu {
	border-top: 0;
	margin-top: 40px;
}
.cart-aside .help-menu .refine  {
	border-bottom:solid 1px #000;
}
.cart-aside .help-menu .refine .title {
	padding-top:20px;
	margin-top:0px;
	padding-left:20px;
	padding-right:40px;
	border-bottom:0px none;
	margin-bottom:0px; 
	font-size: 13px;
    font-weight: bold; 
}
.cart-aside .help-menu .refine .title:before {
	display:none;
}
.cart-aside .help-menu .refine .title:after {
	content:"\f067";
	background:transparent;
	color:#000;
	font-size: 12px;
    font-weight: normal;
    top: calc(50% - 6px);
    right: 25px;
    width: 11px;
    height: 11px;
}
.cart-aside .help-menu .refine .title.active:after {
	content:"\f068";
	background:transparent;
}
.cart-aside .help-menu .refine .altribute {
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}

section.main-content .box-content.prodotti-recenti {
	padding-top: 0;
	background: none;
}

/* coupon */
.form-group.coup-container {
	clear: both;
}
.coup-container .alert{
    clear: both;
    padding: 5px;
    margin: 0 0 10px 0;
}
.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: #f4f2ee;
	overflow: hidden;
}
.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% - 40px);
	margin: 0px 0 0 0;
	white-space: nowrap;
}
.tipo-spe .spe-info-wrapper h5, .tipo-pay .pay-info-wrapper h5 , .tipo-ship .ship-info-wrapper h5{
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
	width: 30%;
	vertical-align: top;
	margin: 0;
	font-size: 14px;
	white-space: normal;
}
.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: 50%;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.tipo-spe .spe-info-wrapper span.prezzo ,.tipo-pay .pay-info-wrapper span.prezzo  ,.tipo-ship .ship-info-wrapper span.prezzo{
	width: 20%;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.ship-options, .payment-options {
	margin-bottom: 40px;
}

/* AREA UTENTI */


.banner-box {
	padding: 30px;
	background: #dbdbd8;
	min-height: 260px;
}
.dest-box.banner-box {
	margin-bottom:25px;
}
.dest-box address {
	font-size:13px;
}
.banner-box h2 {
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.annulla-ordine {
	font-size:14px;
}

.order-status h4.label {
	padding: 11px 10px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
	width:100%;
}
/* NEWS */

.news-text {
	padding: 40px 60px;
}
.news-text h3 {
	margin: 0px 0 45px 0;
	font-weight:400;
}

.news-box h1 {
	margin: 20px 0 60px 0;
	font-weight:400;
}



.news-box .linkmore {
	font-size: 22px;
	margin-left:10px;
	margin-right:10px;
}
.news-box .news-text .linkmore {
	font-size: 14px;
	font-family: 'Gilda Display', serif;
	margin-top:30px;
	display:inline-block;
}
.news-box:nth-child(n+2) {
	margin-top:90px;
}
.banner-box h3 {
	margin: 40px 0 20px 0;
	font-weight:400;
}

.home-banner-wrapper {
	padding-bottom:90px;
}
/* PAGINE STATICHE */

.row.cat-detail > div.top-image {
	height:350px;
}
.row.cat-detail > div.top-image-default {
	background-image: url("../../img/bg-default.jpg"); 
}
h3.subtitle {
    font-family: 'Gilda Display', serif;
    line-height: 32px;
    font-size: 21px;
    font-weight: normal;
}
.azienda-buttons {
	text-align:center;
}
.azienda-buttons a {
	margin:0px 22px 22px 22px;
}



/**** STORE LOCATOR ****/
.banner-box.banner-box-transparent {
	background-color:transparent;
}
.store-locator-filter {
	margin:65px 0px 35px 0px;
	padding-bottom:37px!important;
}
.store-locator-filter > div:nth-child(2) {
	line-height:69px;
	font-weight:900;
	font-size:14px;
	letter-spacing:1px;
}
.store-locator-filter input {
	height:69px;
	line-height:69px;
	padding-right:90px;
	position:relative;
}
.store-locator-filter button {
	background:url('../../img/icon-search.svg') no-repeat right 35px center;
	background-size:19px;
	width:90px;
	height:69px;
	position:absolute;
	right:0px;
	top:0px;
	border:0px none;
	outline: none;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.store-locator-filter button:hover {
	-webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.store-locator-filter .button {
	width:100%;
	padding:0px 18px;
	height:69px;
	line-height:69px;
	text-align:center;
}
.store-locator-filter input::-webkit-input-placeholder, .store-locator-filter .form-control::-webkit-input-placeholder {
	font-size:14px;
	line-height: inherit;
	height:inherit;
}
.store-locator-filter input:-moz-placeholder, .store-locator-filter .form-control:-moz-placeholder {
	font-size:14px;
	line-height: inherit;
	height:inherit;
}
.store-locator-filter input::-moz-placeholder, .store-locator-filter .form-control::-moz-placeholder {
	font-size:14px;
	line-height: inherit;
	height:inherit;
}
.store-locator-filter input:-ms-input-placeholder, .store-locator-filter .form-control:-ms-input-placeholder {
	font-size:14px;
	/*line-height: inherit;
	height:inherit;*/
}
.store-locator-content {
	margin-bottom:70px;
	position: relative
}
.store-locator-map {
	height: 420px;
	border: solid 1px #000000;
	animation-duration: 1s;
}
.store-locator-map > * {
	display:block;
}
.store-locator-results {
  /*background: #fff none repeat scroll 0 0;*/
  /*border: 1px solid #000;*/
  border-top:0px none;
  /*float: right;
  height: 520px;*/
  opacity: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  /*position: absolute;
  right: 0;*/
	z-index:0;
}
.store-locator-results .arrow-title , .store-locator-no-results .arrow-title {
    background: url('../../img/store-locator-results-arrow.svg') no-repeat;
    width: 74px;
    height: 25px;
    position: absolute;
    top: -24px;
    left: calc(50% - 37px);
}
.store-locator-results   h3 , .store-locator-no-results  h3 {
	padding-bottom:48px;
	margin-bottom:20px;
	text-align:center;
}
.store-locator-item {
	margin-bottom:55px;
}
.store-locator-item-distance {
	text-align:center;
}

.store-locator-results .store-locator-counter {
	width: 36px;
    height: 36px;
    line-height: 12px;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    text-align: center;
    position: relative;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    background: url(../../img/marker.svg) no-repeat top left;
    background-size: cover;
    padding-top: 9px;
    display: inline-block;
}
.store-locator-item-distance .store-locator-img {
	display: block;
	margin: 10px 0 0 0;
}
.store-locator-item-distance .store-locator-img img {
	max-width: 75%;
	border-radius: 15px;
}

.store-locator-results-container-scroller{
	/*height: 380px;*/
	clear: both;
	overflow: hidden;
}

.store-locator-results-container {
	height: 100%;
	overflow: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
.store-locator-results-container .store-locator-item {
	border-bottom:solid 1px #d5d5d5;
}

.store-locator-results-container .store-locator-item:nth-child(3n+1) {
	margin-left:0px!important;
}
.store-locator-item-distance h6 {
	font-weight: bold;
    color: #000;
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    padding: 5px 0px;
}
.store-locator-item-info  {
	margin-top:15px;
	/*border-bottom:solid 1px #d5d5d5;*/
	padding-bottom:40px;
}
.store-locator-item-info h5 {
	font-size: 18px;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 2px;
    line-height: 23px;
}
.store-locator-item-info p {
	letter-spacing: 1px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 11px;
    font-weight: normal;
}

.store-locator-item-info .store-locator-link {
	font-size:11px;
	text-decoration:underline!important;
	letter-spacing:2px;
}
.store-locator-item-info a.store-locator-link.green-link:after {
	top:-1px;
}
.store-locator-content.popup-store-locator-content {
	margin: 0;
}
.store-locator-map.popup-store-locator-map {
	border: none;
}
.store-locator-legenda {
    margin-top: -35px;
	background: #f6f7f7;
    padding: 20px;
    height: auto;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.store-locator-legenda ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.store-locator-legenda ul li {
	margin: 0 2% 0 0;
	float: left;
	min-height: 36px;
	width: 23%;
}

.store-locator-legenda ul li img {
    width: 33px;
    margin: 0 10px 0 0;
    float: left;
}
.store-locator-legenda ul li:nth-child(1) img {
	width:36px;
}
.store-locator-legenda ul li span {
	float: none;
	height: auto;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 43px;
	display: block;
}

.store-locator-legenda ul li span.multiline {
    line-height: 17px;
}

/*GALLERY*/



.gallery-page .gallery-item {
	margin-bottom:30px;
}
.gallery-page .gallery-item .square-container img {
	max-width:none;
}
/*CONTATTI*/
.row.cat-detail > div.top-image.map-page {
	height:550px;
}
.contatti-header-box h4 {
	margin-top: 10px;
    margin-bottom: 25px;
}
.contatti-header-box i.fa {
	font-size:30px;
}
.contatti-header-box p {
	font-size:14px;
}


 /* FOOTER */
 
 /*
 .insta-post-img {
	float:left;
	width: calc(100%/5);
}
 .insta-post-img a{
	display: block;
	height: 100%;
	width: 100%
 }
 .insta-post-img a:hover{
	opacity: 0.7;
 }*/

 .instagram-image:hover {
	opacity: 0.7;
 }
#fixed-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	padding: 0px 20px;
	font-size: 12px;
	line-height: 30px;
}

.fixed-footer-right {
	padding-bottom:12px;
}
.fixed-footer-left .button {
	padding-bottom: 9px;
	float: left;
	padding-top: 8px;
}
.fixed-footer-left .footer-lang-wrapper {
	float:left;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select {
	width:170px;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select div.trigger,
.fixed-footer-left .footer-lang-wrapper div.fancy-select select:focus + div.trigger.open, 
.fixed-footer-left .footer-lang-wrapper div.fancy-select select:focus + div.trigger {
	box-shadow:none;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select div.trigger::after {
	content:"\f067";
	position: absolute;
    right: 10px;
    top: 10px;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select ul.options.open li {
	line-height:25px;
	padding:5px 10px;	
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select ul.options li.selected {
	text-decoration:underline;
	background:transparent;
	position:relative;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select ul.options li.selected::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: normal;
    position: static;
    margin: 0px 0 0 10px;
    display: inline-block;
    vertical-align: top;
	position:absolute;
	right:5px;
	top:8px;
}
.fixed-footer-left .footer-lang-wrapper div.fancy-select ul.options.overflowing.open {
	box-shadow:none;
	bottom:calc(100% - 4px);
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: block;
	margin: 0 0 0px 0;
}
.footer , .footer ul li a {
	font-size: 12px;
}
 .footer-menu-item  ul li a {
	 text-transform:uppercase;
	 font-size:12px;
	 line-height:25px;
	 letter-spacing:.15em;
	 font-weight:500;
 }
 .social-footer > a {
	display: inline-block;
	font-size: 20px;
    margin: 0 20px 0 20px;
}

.social-footer > a:hover {
  color: #000000;
}
.social-footer > span {
	line-height:23px;
}
.footer p {
  margin: 0;
}
/*.footer-last {
  padding-bottom: 52px;
}*/
.footer-last {
	font-family:'Gilda Display', serif;
	font-size:12px;
}
.footer-last .container > .row > div {
  min-height: 70px;
}
.footer-last p.footerdatip {
	font-size:12px;
	line-height:17px;
	letter-spacing:.15em;
}
.footer-checkout {
	padding-bottom:30px;
}
.footer-checkout .container.border-top {
    border-top: 0px none!important;
}
.footer-menu-item {
    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:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
.payment-methods {
	margin-top:20px;
}
.payment-methods img {
    height: 35px;
    margin: 0px 10px 0px 0px;
}
/* NEWSLETTER */
#newsletter-form-footer {
	padding: 0 90px;
}
#newsletter-form-footer .error {
	display:block;
}

/*general classes*/
.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.flex-box.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box.vertical-flex {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box.space-between-flex {
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
.flex-box.space-around-flex {
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	justify-content:space-around;
}
.flex-box.center-flex {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}
.flex-box.align-left-flex {
	-webkit-align-items:left;
	-moz-align-items:left;
	-ms-align-items:left;
	align-items:left;
}
.flex-box.align-center-flex {
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}
.flex-box.flex-order-1 {
	-webkit-box-ordinal-group: 1;   
	-moz-box-ordinal-group: 1;      
	-ms-flex-order: 1;              
	-webkit-order: 1;               
	order: 1; 
}
.flex-box.flex-order-2 {
	-webkit-box-ordinal-group: 2;   
	-moz-box-ordinal-group: 2;      
	-ms-flex-order: 2;              
	-webkit-order: 2;               
	order: 2; 
}

.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%) translateZ(0); 
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0); 
-o-transform: translateX(-50%) translateY(-50%) translateZ(0); 
transform: translateX(-50%) translateY(-50%) translateZ(0); 
}

.wrap-bg {
	background: #dbdbd8;
}
.wrap-bg.darker-bg {
	background: #dbdbd8;
}
.wrap-bg a:hover,
.wrap-bg a:focus {
	color:#333;
}
.wrap-bg a.linkmore:hover::after {
    opacity: 0.6;
}
.underlined{
  text-decoration: underline;
}

a.linkmore::after {
	content: " ";
	background-image: url(../../img/icon-right.svg);
	width: 30px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 0 0 10px;
	background-position: center;
	vertical-align: middle;
	transition: all 0.3s ease;
}
a.linkmore:hover::after {
	opacity: 0.2;
}

.bold{
  font-weight: 700;
}
label.error {
	color:#bb0000;
	margin-top:5px;
	font-size: 13px;
}

label.error#privacy-error, label.error#prodprivacy-error {
    min-width: 250px;
    margin-top: 15px;
    position: absolute;
    top: -35px;
    /* text-align: left; */
}
.basic-list {
    padding-left: 25px;
    font-family: 'Gilda Display', serif;
    line-height: 26px;
    margin-bottom: 10px;
}
.border-bottom {
	border-bottom: 1px solid #000000 !important;
}

.border-left {
	border-left: 1px solid #000000 !important;
}


.border-right {
	border-right: 1px solid #000000 !important;
}


.border-top {
	border-top: 1px solid #000000 !important;
}


.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%) translateZ(0); 
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0); 
-o-transform: translateX(-50%) translateY(-50%) translateZ(0); 
transform: translateX(-50%) translateY(-50%) translateZ(0); 
}


.alert {
	display:block;
}


.alert .fa.pull-left {
	font-size: 54px;
	opacity: 0.4;
}
.msg-error.alert .fa.pull-left{
	font-size: 22px;
}


.padding-0 { padding: 0;}
.padding-10 { padding: 10px;}
.margin-0 {
	margin:0;
}
.padding-top-0{ padding-top:0 !important; }
.padding-top-5{ padding-top:5px !important; }
.padding-top-10{ padding-top:10px !important; }
.padding-top-15{ padding-top:15px !important; }
.padding-top-20{ padding-top:20px !important; }
.padding-top-25{ padding-top:25px !important; }
.padding-top-30{ padding-top:30px !important; }
.padding-top-35{ padding-top:35px !important; }
.padding-top-40{ padding-top:40px !important; }
.padding-top-45{ padding-top:45px !important; }
.padding-top-50{ padding-top:50px !important; }
.padding-top-55{ padding-top:55px !important; }
.padding-top-60{ padding-top:60px !important; }
.padding-top-65{ padding-top:65px !important; }
.padding-top-70{ padding-top:70px !important; }
.padding-top-75{ padding-top:75px !important; }
.padding-top-80{ padding-top:80px !important; }
.padding-top-85{ padding-top:85px !important; }
.padding-top-90{ padding-top:90px !important; }
.padding-top-120{ padding-top:120px !important; }
.padding-top-140{ padding-top:140px !important; }


.padding-bottom-0{ padding-bottom:0 !important; }
.padding-bottom-5{ padding-bottom:5px !important; }
.padding-bottom-10{ padding-bottom:10px v; }
.padding-bottom-15{ padding-bottom:15px !important; }
.padding-bottom-20{ padding-bottom:20px !important; }
.padding-bottom-25{ padding-bottom:25px !important; }
.padding-bottom-30{ padding-bottom:30px !important; }
.padding-bottom-35{ padding-bottom:35px !important; }
.padding-bottom-40{ padding-bottom:40px !important; }
.padding-bottom-45{ padding-bottom:45px !important; }
.padding-bottom-50{ padding-bottom:50px !important; }
.padding-bottom-55{ padding-bottom:55px !important; }
.padding-bottom-60{ padding-bottom:60px !important; }
.padding-bottom-65{ padding-bottom:65px !important; }
.padding-bottom-70{ padding-bottom:70px !important; }
.padding-bottom-75{ padding-bottom:75px !important; }
.padding-bottom-80{ padding-bottom:80px !important; }
.padding-bottom-85{ padding-bottom:85px !important; }
.padding-bottom-90{ padding-bottom:90px !important; }
.padding-bottom-120{ padding-bottom:120px !important; }
.padding-bottom-140{ padding-bottom:140px !important; }


.margin-top-0{ margin-top:0 !important; }
.margin-top-5{ margin-top:5px !important; }
.margin-top-10{ margin-top:10px !important; }
.margin-top-15{ margin-top:15px !important; }
.margin-top-20{ margin-top:20px !important; }
.margin-top-25{ margin-top:25px !important; }
.margin-top-30{ margin-top:30px !important; }
.margin-top-35{ margin-top:35px !important; }
.margin-top-40{ margin-top:40px !important; }
.margin-top-45{ margin-top:45px !important; }
.margin-top-50{ margin-top:50px !important; }
.margin-top-55{ margin-top:55px !important; }
.margin-top-60{ margin-top:60px !important; }
.margin-top-65{ margin-top:65px !important; }
.margin-top-70{ margin-top:70px !important; }
.margin-top-75{ margin-top:75px !important; }
.margin-top-80{ margin-top:80px !important; }
.margin-top-85{ margin-top:85px !important; }
.margin-top-90{ margin-top:90px !important; }
.margin-top-95{ margin-top:95px !important; }
.margin-top-100{ margin-top:100px !important; }
.margin-top-120{ margin-top:120px !important; }
.margin-top-140{ margin-top:140px !important; }


.margin-bottom-0{ margin-bottom:0 !important; }
.margin-bottom-5{ margin-bottom:5px !important; }
.margin-bottom-10{ margin-bottom:10px !important; }
.margin-bottom-15{ margin-bottom:15px !important; }
.margin-bottom-20{ margin-bottom:20px !important; }
.margin-bottom-25{ margin-bottom:25px !important; }
.margin-bottom-30{ margin-bottom:30px !important; }
.margin-bottom-35{ margin-bottom:35px !important; }
.margin-bottom-40{ margin-bottom:40px !important; }
.margin-bottom-45{ margin-bottom:45px !important; }
.margin-bottom-50{ margin-bottom:50px !important; }
.margin-bottom-55{ margin-bottom:55px !important; }
.margin-bottom-60{ margin-bottom:60px !important; }
.margin-bottom-65{ margin-bottom:65px !important; }
.margin-bottom-70{ margin-bottom:70px !important; }
.margin-bottom-75{ margin-bottom:75px !important; }
.margin-bottom-80{ margin-bottom:80px !important; }
.margin-bottom-85{ margin-bottom:85px !important; }
.margin-bottom-90{ margin-bottom:90px !important; }
.margin-bottom-95{ margin-bottom:95px !important; }
.margin-bottom-100{ margin-bottom:100px !important; }
 .margin-bottom-120{ margin-bottom:120px !important; }
.margin-bottom-140{ margin-bottom:140px !important; }

 .border-top{
	border-top: 1px solid #000000;
 }
.popup-container {
	min-width:320px;
}
/*buttons*/


input, textarea{ 
	border-radius: 0!important;
	font-size: 16px;
	
}
.form-group {
	margin-bottom: 30px;
}

.form-control {
	height:44px;
	line-height:30px;
	border-radius:0;
}


.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 240, 240, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 240, 240, .6);
}



input.transparent {
	background: transparent;
	border: none;
	border-bottom: 3px solid #000;
	box-shadow: none;
	font-size: 16px;
	border-radius: 0;
}

input.transparent :focus {
	border-color: #000;
	outline: 0; 
	box-shadow: none;
}


input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
opacity: 1; 
font-family: 'Gilda Display', serif;
color: #777;
font-size: 16px;
line-height: inherit;
height: inherit;
}
input:-moz-placeholder,
.form-control:-moz-placeholder { 
opacity: 1; 
font-family: 'Gilda Display', serif;
color: #777;
font-size: 16px;
line-height: inherit;
height: inherit;
} 
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
opacity: 1; 
font-family: 'Gilda Display', serif;
color: #777;
font-size: 16px;
/*line-height: inherit;
height: inherit;*/
}

.button {
	padding: 5px 20px;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #dbdbd8;
	border: solid 1px #dbdbd8;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: #000 !important;
	min-width: 120px;
	display: inline-block;
	white-space: nowrap;
	letter-spacing: .15em;
	font-family: 'Libre Franklin', sans-serif;
}
.black-btn {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.btn-responsive{width: 100%;} 
.button.lg-button {
	font-size: 10px;
	padding: 10px 40px;
}
.button.xl-button {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 40px;
}

.button svg {
	margin: 0 5px -3px 5px;
	height: 16px;
}

.button:hover {
	background:transparent;
	color:#000!important;
}
.button:hover svg.svg path {
	fill: #fff !important; 
}
.big-btn {
	padding:14px 25px;
	font-family:'Libre Franklin', sans-serif;
	font-weight:bold;
	font-size:16px;
	min-width:255px;
}
.square-button {
	padding:4px 24px;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background-color:#000;
	border:solid 1px #000;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	color: #fff!important;
	display:inline-block;
	-webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.square-button:hover {
	background:transparent;
	color:#000!important;
}
.yellow-btn {
	color:#000!important;
	background-color:#ffc800;
	border-color:#ffc800;
}
.yellow-btn:hover {
	color:#fff!important;
	background-color:#fff;
	border-color:#fff;
}
.white-btn {
	background-color:#fff;
	border-color:#fff;
	color:#000!important;
}
.white-btn:hover {
	background-color:#000;
	border-color:#000;
	color:#fff!important;
}
.light-btn {
	background-color:transparent;
	color:#000!important;
	border-color:#dbdbd8!important;
}
.light-btn:hover {
	background-color:#dbdbd8;
	color:#000!important;
}
.light-black-btn {
	background-color:transparent;
	color:#000!important;
	border-color:#000!important;
}
.light-black-btn:hover {
	background-color:#000;
	color:#fff!important;
}
.light-white-btn {
	background-color:transparent;
	border-color: #fff;
	color:#fff!important;
}
.light-white-btn:hover {
	background-color:transparent;
	border-color: #000;
	color:#000!important;
}
.light-grey-btn {
	background-color:transparent;
	border-color:#9d9d9d;
	color:#9d9d9d!important;
}
.light-grey-btn:hover {
	background-color: #000;
	border-color: #000;
	color:#fff!important;
}
.light-darkgrey-btn {
	background-color:transparent;
	border-color:#000;
	color:#000!important;
}
.light-darkgrey-btn:hover {
	background-color: #000;
	border-color: #000;
	color:#fff!important;
}
.fullwidth-btn {
	width:100%;
}

 
 .privacy-text {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
}

label.privacy {
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	display: block;
}
.disclaimer{
	    font-size: 10px;
		display: block;
		padding: 10px 0 0 0;
		clear: both;
}

 label.privacy input {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

div.fancy-select {
	font-weight: 400;
}
div.fancy-select div.trigger {
	background: #fff;
	border-radius: 0;
	padding: 10px 10px 9px 10px;
}
div.fancy-select div.trigger::after {
	content: "\f078";
	font-family: FontAwesome;
	font-weight: normal;
	  position: static;  
	margin: 0px 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

div.fancy-select select:focus + div.trigger.open , div.fancy-select select:focus + div.trigger{
	box-shadow: 0 0 0 1px #dcdcdc;
}

div.fancy-select ul.options {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0;
	border-top: none;
}
div.fancy-select ul.options li {
	color: #000;
}
div.fancy-select ul.options li.disabled {
    color: #dcdcdc;
}

div.fancy-select ul.options li.hover{
color: #333333;
}
 
 div.fancy-select ul.options li.selected {
	background: #e0deda;
	color: #000;
}





/* POPUP */
.popup-container { 
  min-width: 560px; 
  max-width:1170px;
}

.popup-container h3 {
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}
#dett-guidataglia {
	max-width:560px;
}
.main-guida-taglie .row {
    background: #dddd;
    margin-bottom: 4px;
    padding: 20px;
    text-align: center;
}
  
/* POP UP NEWSLETTER */
.popup-container.newsletter-popup h2, .popup-container.newsletter-popup h3, .popup-container.newsletter-popup h4, .popup-container.newsletter-popup p, .popup-container.newsletter-popup a{
	font-family: 'Gilda Display', serif; font-weight: normal;
	
}
.popup-container.newsletter-popup {  width: 750px; height:521px;  margin:0px; padding:0px;}
  
.popup-container.newsletter-popup h4.text-center { padding-top: 50px; font-size: 11px;  text-transform: uppercase;  font-weight: 700; margin: 0px;  padding-bottom: 0px;}
.popup-container.newsletter-popup h1.text-center {   font-size: 30px;  line-height: 36px;  font-weight: 400;  letter-spacing: 2.5px;     margin: 0px; padding-top: 12px;  padding-bottom: 12px;}
.popup-container.newsletter-popup h3.text-center {padding: 0px; margin: 0px;line-height: 21px; text-transform: initial; font-size: 14px; font-weight: 700;}
.popup-container.newsletter-popup  form#newsletter-form-popup {padding: 0px; padding-top: 55px;     max-width: 307px;   margin: auto;}
.popup-container.newsletter-popup  form#newsletter-form-popup input#popup-newsl-email {border: 0px;box-shadow: none;border-bottom: 2px solid #000; margin-bottom: 15px;color: #000; font-size:14px; font-weight:400;}
.popup-container.newsletter-popup  form#newsletter-form-popup .button#news { width: 100%; height: 45px;     font-size: 13px; font-weight: 700;
	/* margin-bottom:60px;*/  margin-bottom:20px;
	}
.popup-container.newsletter-popup  label#okprivacylabel {font-size: 11px;  line-height: 18px;  letter-spacing: 0px;    font-weight: 400;}
.popup-container.newsletter-popup  label#okprivacylabel a {font-weight: 700}
.popup-container.newsletter-popup  .privacyBox { margin-top: 33px; text-align: center;}
.popup-container.newsletter-popup label#okprivacylabel {margin:0px; font-size:11px; line-height:18px; color:#999999;}
.popup-container.newsletter-popup label#okprivacylabel a {color:#999; font-weight:bold;}

	.popup-container.newsletter-popup  form#newsletter-form-popup input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    	color: #000; font-size:14px; font-weight:400;     text-align: center;
	}
	.popup-container.newsletter-popup  form#newsletter-form-popup input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color: #000; font-size:14px; font-weight:400;    text-align: center;
	}
	.popup-container.newsletter-popup  form#newsletter-form-popup input::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: #000; font-size:14px; font-weight:400;    text-align: center;
	}
	.popup-container.newsletter-popup  form#newsletter-form-popup input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #000; font-size:14px; font-weight:400;    text-align: center;
	}
	.popup-container.newsletter-popup  form#newsletter-form-popup input::-ms-input-placeholder { /* Microsoft Edge */
	  color: #000; font-size:14px; font-weight:400;    text-align: center;
	}
.popup-container.newsletter-popup .giaIscritto {
    color: #aaaaaa;
    display: block;
    font-size: 11px;
    padding-bottom: 20px;
    text-align: center;
}
	
@media screen and (max-width: 480px) { 
	.popup-container.newsletter-popup {width: calc( 100% - 50px);}
	.popup-container.newsletter-popup { height:auto; }
	.popup-container.newsletter-popup  form#newsletter-form-popup .button#news {margin-bottom: 0px;}
	.popup-container.newsletter-popup h1.text-center {  font-size: 24px;    line-height: 30px;}
	.popup-container.newsletter-popup h3.text-center { font-size:12px; line-height:18px;}
	.popup-container.newsletter-popup h4.text-center {  padding-top: 30px;}
	.popup-container.newsletter-popup  form#newsletter-form-popup {     padding-top: 35px;		}
	.popup-container.newsletter-popup label#okprivacylabel {font-size:10px; line-height: 12px;	}
	}
@media screen and (max-width: 768px) { 
	.popup-container.newsletter-popup {width: calc( 100% - 100px);}
	}



/* LOADER */


.md-preloader{font-size:0;display:inline-block;-webkit-animation:outer 6600ms linear infinite;animation:outer 6600ms linear infinite}
.md-preloader svg{-webkit-animation:inner 1320ms linear infinite;animation:inner 1320ms linear infinite;
  height: 60px;
  width: 60px;
}
.md-preloader svg circle{fill:none;stroke:#000;stroke-linecap:square;-webkit-animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite}@-webkit-keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}@keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}


.md-preloader.md-preloader-small{
	    height: 24px;
		margin: 0 5px;
    vertical-align: middle;
}
.md-preloader.md-preloader-small svg{
	height: 24px;
    width: 24px;
}



/* BLOCK UI */

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.blockUI.blockMsg .preloader-container {
  background: #dbdbd8 none repeat scroll 0 0;
  border-radius: 60px;
  box-shadow: 0 0 13px #999;
  padding: 10px;
}
.blockUI .md-preloader svg {
  height: 45px;
  width: 45px;
}
#container .blockUI.blockMsg .preloader-container {
  height: 75px;
  position: fixed;
  top: 50%;
  width: 75px;
} 
/*COOKIE BANNER*/
body .box-cookie-policy {
	display:none!important;
}
body .cookies-box {
	background:rgba(255,255,255,0.95);
	border-top:solid 1px #000;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family:'Gilda Display', serif!important;
}
body .cookies-box a {
	color:#000!important;
	font-family:'Gilda Display', serif!important;
}
body .cookies-box p {
	text-align:left!important;
	color:#000!important;
	    line-height: 22px!important;
}
body .cookies-box, body .cookies-box a, body .cookies-box p, body .btn.cookies-close, body .box-cookie-policy, body .box-cookie-policy a {
	font-family:'Gilda Display', serif!important;
}
body .cookies-box .box-button {
	float:right;
	font-family:'Gilda Display', serif!important;
	width:220px;
}
body .cookies-box .btn.cookies-close {
	color:#fff!important;
	border:solid 1px #000;
	background:#fff;
	border-radius:0;
	color:#000!important;
	text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: 1px!important;
	font-weight: bold!important;
}
body .cookies-close {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}


/* BACK IN STOCK */

.popup-container#notifica-stock-form {  width: 500px; }



/*POPUPS CUSTOM*/
.popup-container.image-popup {
	min-width:0;
}
.popup-natale-btn {
	display: inline-block;
    background: #9d9d9c;
    color: #fff!important;
    padding: 15px 25px;
    border-radius: 40px;
    font-size: 14px;
}
.popup-natale-btn:hover,
.popup-natale-btn:focus {
	color: #fff!important;
}
.popup-natale-cta {
	margin:20px 0px;
}