/*
	Theme Name: Ana D
	Theme URI: https://ana-d.it/
	Description: Intimo da donna
	Version: 1.4.3
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 14px/1.8 'Montserrat-Light', Helvetica, Arial, sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
a {
	color:#000;
	text-decoration:none;
	font-family:'OptaneRegular';
	letter-spacing: 3px;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1, h2 {
	font-family:'SabonRoman';
	letter-spacing: 4px;
	color: #b09a8e;
	font-size: 26px;
}
h3 {
	font-family:'OptaneRegular';
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
}
.pulsante {
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	width: 150px;
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
.pulsante:hover {
	background-color: #000;
	color: #fff;
}
.pulsante-nero {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
	width: 200px;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	background-color: #000;
}
.pulsante-nero:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: grid;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.grecaptcha-badge {
	display: none;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 1;
	z-index: 2;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {transform: scale(1,1);}
	25% {transform: scale(1,1);}
	50% {transform: scale(1,1);}
	75% {transform: scale(1,1);}
	100% {transform: scale(1,1);}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5% !important;
    z-index: 1;
    width: 100%;
    text-align: center;
    
}
.slick-dots .slick-active {
    background-color: #000;
}
.slick-dots li {
    display: inline-block;
    width: 8px !important;
    height: 8px !important;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-dots li button:before {
	display: none;
}
.slick-prev {
	background-image: url(img/header/left.svg) !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	border: none !important;
	color: transparent !important;
	position: absolute !important;
	top: 50% !important;
	left: 5% !important;
	z-index: 1 !important;
	outline: none !important;
}
.slick-next {
	background-image: url(img/header/right.svg) !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
	border: none !important;
	color: transparent !important;
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	z-index: 1 !important;
	outline: none !important;
}
/* FORM */
.wpcf7-form {
	background-color: rgba(242, 239, 237, 1);
	padding: 20px;
}
.wpcf7-form h2 {
	padding-bottom: 20px;
}
.wpcf7-form label {
	display: block;
    margin-bottom: -15px;
    font-family:'SabonRoman';
    text-align: left;
}
input,
textarea {
	outline: none;
	padding: 5px;
	margin-bottom: 30px;
	border: none;
	width: 100%;
	font-family:'SabonRoman';
}
input {
	height: 30px;
}
.wpcf7-form .privacy a {
	font-family:'SabonRoman';
	letter-spacing: normal;
	text-decoration: underline;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #000;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
    height: 40px;
    font-family:'OptaneRegular';
    display: block;
    margin: 30px auto 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}
.wpcf7-submit:hover {
	background-color: #000;
	color: #fff;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7 form .wpcf7-response-output {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}


loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
    opacity: 0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper{
    opacity: 1;
}
.content {
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: relative;
	width: 100%;
	height: 80px;
    line-height: 90px;
}
.preheader {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 5%;
	justify-content: space-between;
}
.preheader p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3vw;
	animation: stage_animation 5s linear infinite;
}
.preheader a {
	text-transform: uppercase;
	font-size: 14px;
    font-family:'Montserrat-Light';
    color: #fff;
    font-weight: bold;
    width: 5%;
}
@keyframes stage_animation {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(100%, 0, 0);
	}
}
.stage_animation {
	overflow: hidden;
	width: 95%;
}
.wcml-spinner {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 120px;
}
/* nav */
.nav {
	display: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
	font-family:'OptaneRegular';
	letter-spacing: 4px;
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: #b09a8e;
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.nav .desktop {
	display: none;
}
.nav .pulsante-shop a {
	background-color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    width: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    color: #000;
}
.openclose {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 90;
}
.openclose img {
	max-width: 20px;
}
.nav .cart-contents {
    display: none;
}
.nav .cart-contents img,
.nav .account {
	max-width: 25px;
	display: flex;
}
.nav .account {
	max-width: 20px;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 0 0 5px;
}
.nav #currency_sel_widget-1 {
	display: none;
}
.header #currency_sel_widget-1 {
	position: absolute;
    right: 15%;
    top: 25%;
    width: 140px;
}
.wcml-dropdown-click a.wcml-cs-item-toggle {
	font-size: 14px;
}
.wcml-dropdown-click {
	padding-left: 0 !important;
}
/* footer */
.footer {
	background-color: #f2efed;
	padding: 30px 5% ;
	font-size: 12px;
}
.footer a {
	letter-spacing: normal;
}
.footer p {
	font-family:'SabonRoman';
}
.footer li {
	font-family:'SabonRoman';
}
.footer h3 {
	margin-bottom: 10px;
}
.footer .colonne .contenitore {
	border-top: 1px solid;
	padding: 15px 0;
}
.footer .credits {
	padding-top: 60px;
	font-family:'SabonRoman';
}
.footer .social {
	text-align: center;
	padding-bottom: 30px;
}
.footer .social img {
	max-width: 30px;
	margin: 0 10px;
}
.footer .mailster-form.mailster-form-3 .mailster-wrapper .input {
	margin-bottom: 10px;
}
.footer ::placeholder {
	color: #000;
}
.footer .mailster-form .submit-button {
	max-width: 100px;
	font-family: 'OptaneRegular';
	letter-spacing: 4px;
	margin-bottom: 0;
}
.footer .mailster-form.mailster-form-3 .submit-button:hover {
	border: 1px solid #000;
	background-color: transparent;
}
.footer .credits {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------COMING SOON------------------*/
.landing .header {
	display: none;
}
#coming .sfondo {
	background-image: url(img/coming/DSC02903.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
#coming .sfondo .testo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-color: rgba(242, 239, 237, 0.90);
	padding: 20px;
	width: 90%;
	margin: 0 auto 10%;
}
#coming .sfondo img {
	width: 200px;
}
#coming .sfondo h3 {
	padding: 20px;
	font-size: 16px;
}
#coming .wpcf7-form {
	background-color: transparent;
}
#coming .wpcf7 {
	padding: 0;
}
#coming .wpcf7-submit {
	margin: 10px auto 0;
}
#coming input, 
#coming textarea {
	margin-bottom: 10px;
}
/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}
#home .fascia-2 {
	text-align: center;
	padding: 30px 5%;
	background-color: #fff;
}
#home .fascia-3 {
	text-align: center;
	padding: 30px 0;
	background-color: #f2efed;
	width:100%;
}
#home .fascia-3 .collezione {
	padding-top: 30px;
}
#home .fascia-3 .collezione img {
	padding: 1%;
}
#home .fascia-3 .left a {
	display: grid;
}
#home .fascia-3 .right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#home .fascia-3 .right a {
	width: 50%;
	display: grid;
}
#home .fascia-4 {
	background-color: #fff;
	padding: 30px 5%;
}
#home .fascia-4 h2 {
	text-align: center;
	padding-bottom: 20px;
}
#home .fascia-4 a {
	letter-spacing: 1px;
}
#home .fascia-5 {
	padding: 30px 0;
	text-align: center;
}
#home .fascia-5 p {
	padding: 20px 0 0;
}
#home .fascia-5 a {
	text-transform: uppercase;
	font-size: 12px;
}
#home .fascia-5 img {
	padding-top: 30px;
}
.socialwall {
	padding: 30px 5%;
	background-color: #000;
	text-align: center;
}
.socialwall h3 {
	color: #fff;
	text-decoration: underline;
}
.call-to-action {
	padding: 30px 5%;
	text-align: center;
	background-color: rgba(242, 239, 237, 1);
}
.call-to-action h2 {
	color: #000;
}
.call-to-action .wpcf7-form {
	padding: 0;
}
.mailster-form.mailster-form-1 .mailster-wrapper .input {
	text-align: center;
	max-width: 600px;
}
.mailster-form.mailster-form-1 .submit-button {
	max-width: 200px;
	font-family: 'OptaneRegular';
	letter-spacing: 4px;
	line-height: 0.8;
}
.mailster-form.mailster-form-1 .submit-button:hover {
	border: 1px solid #000;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.wcps-container-2381 .slick-slide .elements-wrapper {
	box-shadow: 1rem 0.2rem 1.8rem rgb(36 36 36 / 10%);
}
.wcps-items-title {
	padding: 10px 0 0 10px;
}
.wcps-items-price {
	padding: 0 0 10px 10px;
}
.wcps-container-2381 .controlsWrap.bottomright {
	z-index: 2;
}
/*--------------ABOUT------------------*/
#about h1 {
	text-align: center;
}
#about h1, 
#about h2 {
	padding-bottom: 30px;
}
#about .fascia-1 {
	padding: 0 0 60px;
	text-align: center;
	position: relative;
}
#about .fascia-1 p {
	padding-bottom: 30px;
}
#about .fascia-2 {
	background-color: #f2efed;
	padding: 30px 5%;
}
#about .fascia-2 img {
	padding: 30px 0 0;
}
#about .fascia-3 {
	padding: 30px 0;
	text-align: center;
}
#about .fascia-3 p {
	padding-bottom: 30px;
}
video {
	width: 100%;
	height: auto;
}
.video-home-mobile {
	display: grid;
}
.video-home-desktop {
	display: none;
}
/*--------------CONTACT------------------*/
#contact .fascia-1 {
	text-align: center;
}
#contact h1 {
	padding-bottom: 30px;
}
.wpcf7 {
	padding: 30px 0;
	text-align: left;
}
.wpcf7 a {
	font-family: 'SabonRoman';
	letter-spacing: 1px;
}
/*--------------NEWS------------------*/
#news {
	padding-top: 30px;
	text-align: center;
}
#news .gallery {
	padding: 20px 5% 60px;
}
#news .gallery .text {
	flex-direction: column;
	align-items: start;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.70);
	color: #fff;
	text-align: left;
	opacity: 0;
	transition-duration: 0.5s;
}
#news .gallery .category {
	text-transform: uppercase;
}
#news .gallery h2 {
	color: #fff;
}
#news .blocco {
	cursor: pointer;
	margin: 40px 0;
}
#news .blocco:hover .text {
	opacity: 1;
	transition-duration: 0.5s;
}
#news .location {
	padding-top: 40px;
}
/*--------------NEWS SINGOLA------------------*/
.single-post .testo {
	padding: 30px 5%;
}
.single-post .testo h3 {
	padding-top: 60px;
	padding-bottom: 10px;
}
.single-post .share img {
	max-width: 30px;
	margin-right: 10px;
}
.single-post .date {
	padding-bottom: 10px;
	display: block;
}
/*-----------------NEGOZIO-------------------*/
#negozio-online h1 {
	text-align: center;
	padding: 60px 5% 0;
}
.shop .footer {
	background-color: #fff;
}
#negozio-online {
	background-color: #f2efed;
}
#negozio-online .categorie {
	margin: 30px auto;
}
#negozio-online .fascia-2 {
	padding: 50px 0 0;
}
#negozio-online .fascia-2 h3 {
	font-size: 18px;
	font-family:'SabonRoman';
	letter-spacing: 1px;
	text-transform: inherit;
}
#negozio-online .fascia-2 p {
	margin-top: 10px;
	text-transform: uppercase;
}
#negozio-online .fascia-2 .small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#negozio-online .fascia-2 a {
	margin-bottom: 60px;
	display: block;
	background-color: #f2efed;
}
#negozio-online .fascia-2 .small a {
	width: 48%;
}
#negozio-online .fascia-2 img {
	display: inline-block;
}
#negozio-online .fascia-2 .quadro {
	overflow: hidden;
	position: relative;
}
#negozio-online .fascia-2 .hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 1s;
}
#negozio-online .fascia-2 .centro .big a {
	margin-bottom: 0;
}
#negozio-online .fascia-2 .foto a:hover .hover {
	opacity: 1;
	transition-duration: 1s;
}
#negozio-online .fascia-2 .foto a:hover .image {
	opacity: 0;
	transition-duration: 1s;
}
.woocommerce h1 {
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.woocommerce-result-count {
	display: none;
}
.woocommerce article {
	padding: 0 5%;
}
.shop-jeliel .content {
	width: 100%;
}
.woocommerce .woocommerce-ordering select {
	padding: 10px;
	margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering select {
	display: none;
}
.woocommerce ul.products li.product .price {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #000;
	font-size: 18px;
    font-family: 'SabonRoman';
    letter-spacing: 1px;
    text-transform: inherit;
    padding: 0;
}
.filtro.categoria {
	margin-bottom: 30px;
	width: 100%;
}
.filtro {
	background-color: #f2efed;
	padding: 20px;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: none;
    margin-top: 50px;
}
.filtro ul {
	width: 100%;
}
.uno p,
.due p {
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	font-family:'OptaneRegular';
}
.categorie {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 60px 0;
}
.categorie .due p {
	right: 0;
}
.categorie .due {
	text-align: right;
}
.categorie .icona {
	max-width: 15px;
}
.categorie .icona-2 {
	max-width: 10px;
}
.filtro .tipologia a,
.filtro .colore a {
	text-transform: lowercase;
	color: #b09a8e;
	border: none;
}
.filtro .senza-categoria {
	display: none;
}
.filtro .colore {
	display: none;
}
.filtro .collezione {
	display: none;
}
.filtro .tipologia {
	margin-top: 20px;
}
.filtro .colore ul li a,
.filtro .tipologia ul li a {
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 5px;
	display: block;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.filtro .colore ul li a:hover,
.filtro .tipologia ul li a:hover {
	color: #fff;
	background-color: #000;
}
.reset {
	text-align: right;
	margin-bottom: 30px;
	font-size: 13px;
}
.mio-account .categorie .uno,
.my-account .categorie .uno, 
.cart .categorie .uno,
.carrello .categorie .uno,
.pagamento .categorie .uno,
.checkout .categorie .uno {
	display: none;
}
.woocommerce-breadcrumb {
	display: none;
}
.site-main {
	padding: 50px 5%;
}
/*-----------------SINGOLO PRODOTTO-------------------*/
.single .shop-jeliel .categorie .uno {
	display: none;
}
.product h1 {
	display: none;
}
.single-product article {
	padding: 0 5%;
}
.product ol {
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 2% 0 !important;
}
.quantity input {
	position: relative;
	height: auto;
	border: 1px solid #000;
}
.carrello section,
.cart section {
	padding-bottom: 60px;
}
.carrello .product-thumbnail,
.cart .product-thumbnail {
	display: none;
}
.carrello th,
.cart th {
	font-size: 14px;
	padding: 5% 8px;
}
.carrello tr,
.cart tr {
	border-bottom: 1px solid #000;
	font-size: 14px;
}
.carrello h1,
.cart h1,
.carrello h2,
.cart h2 {
	font-size: 25px;
	text-align: center;
}
.carrello h2,
.cart h2 {
	margin: 30px 0;
}
.carrello .product-name,
.cart .product-name {
	height: 80px;
}
.carrello .product-name .variation,
.cart .product-name .variation {
	margin: 20px 0;
}

.woocommerce-info {
	border-top-color: #000;
}
.woocommerce-info::before {
	color: #000;
}
.return-to-shop {
	text-align: center;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #000;
	color: #fff;
	border-radius: 0;
	border: 1px solid #000;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.carrello article,
.cart article {
	padding: 0 3%;
}
.select2-container--default .select2-selection--single {
	outline: none;
}
.carrello .shipping-calculator-button,
.cart .shipping-calculator-button {
	color: #cd1719;
	font-weight: bold;
}
.carrello .shipping td,
.cart .shipping td {
	padding: 10px 0;
}
.carrello .shipping-calculator-form p,
.cart .shipping-calculator-form p {
	margin-bottom: 10px;
}
.carrello .shipping-calculator-form #calc_shipping_city_field,
.cart .shipping-calculator-form #calc_shipping_city_field,
.carrello .shipping-calculator-form #calc_shipping_postcode_field,
.cart .shipping-calculator-form #calc_shipping_postcode_field {
	background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.carrello .shipping-calculator-form p input,
.cart .shipping-calculator-form p input {
	text-align: center;
	height: 27px;
	line-height: 27px;
}
.carrello .wc-proceed-to-checkout,
.cart .wc-proceed-to-checkout {
	margin-top: 20px;
}
.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-columns {
	padding-top: 0px !important;
}
.checkout article,
.pagamento article {
	padding: 0 5%;
}
.checkout h1,
.pagamento h1 {
	text-align: center;
	margin-bottom: 20px;
}
.checkout h2,
.pagamento h2 {
	font-size: 25px;
	margin: 20px 0;
}
.checkout h3,
.pagamento h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.checkout .form-row,
.pagamento .form-row {
	display: grid;
}
.checkout .woocommerce-billing-fields__field-wrapper p input,
.pagamento .woocommerce-billing-fields__field-wrapper p input,
.checkout textarea,
.pagamento textarea {
	width: 96%;
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 2%;
    margin: 5px 0 20px 0;
    outline: none;
}
.checkout #billing_country_field,
.pagamento #billing_country_field,
.checkout #billing_state_field,
.pagamento #billing_state_field {
	margin-bottom: 20px;
}
.checkout #ship-to-different-address,
.pagamento #ship-to-different-address {
	font-weight: 500;
	text-transform: none;
}
.checkout .payment_method_paypal img,
.pagamento .payment_method_paypal img {
	max-width: 40px;
}
th {
    width: 40%;
    text-align: left;
}
td {
    padding: 5% 5% 5% 0;
}
tr {
    border-bottom: 1px solid #ccc;
}
.methods {
	padding: 20px 0;
}
.about_paypal {
	display: none;
}
.wc_payment_method payment_method_paypal {
	margin-top: 20px;
}
.sidebar {
	display: none;
}
.woocommerce-notice {
	margin-bottom: 20px;
}
.woocommerce-order ul {
	padding: 20px 0;
}
.woocommerce-message .button {
	background-color: #fff;
	color: #cd1719;
	width: 100%;
}
.mio-account h1,
.my-account h1 {
	text-align: center;
	font-size: 25px;
}
.mio-account h2,
.my-account h2 {
	font-size: 20px;
}
.mio-account section,
.my-account section {
	text-align: center;
	width: 90%;
	margin: 0 auto 60px;
}
.mio-account .woocommerce-MyAccount-navigation ul,
.my-account .woocommerce-MyAccount-navigation ul {
	margin: 30px auto;
}
.mio-account .woocommerce-MyAccount-navigation ul li,
.my-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid;
	padding: 20px 0;
}
.mio-account .woocommerce .woocommerce-message .button,
.my-account .woocommerce .woocommerce-message .button {
	width: 100%;
}
.woocommerce-MyAccount-content a {
	font-weight: bold;
}
.woocommerce-info a {
	width: 100%;
	color: #fff;
}
.woocommerce-Address {
	padding: 10px 0;
}
.woocommerce-MyAccount-content form {
	text-align: left;
}
.woocommerce-MyAccount-content form input {
	border: 1px solid #000;
	padding: 10px;
	margin: 10px 0;
	width: 100%;
}
.woocommerce-MyAccount-content form legend {
	text-align: center;
}
.woocommerce-MyAccount-content form .button {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.u-columns .u-column1,
.u-columns .u-column2 {
	margin: 30px 0;
}
.u-columns input {
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
}
.u-columns .button {
	width: 100%;
	margin-top: 20px;
}
.u-columns .woocommerce-form__input-checkbox {
	width: 5%;
	margin-bottom: 0;
}
.u-columns h2 {
	margin-bottom: 10px;
}
.u-columns p {
	margin-bottom: 20px;
	font-size: 12px;
} 
.woocommerce div.product .product_title {
	color: #000;
	letter-spacing: 1px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #000;
	font-family:'SabonRoman';
	margin: 20px 0;
	font-size: 16px;
}
.product_meta a {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-family:'OptaneRegular';
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 20px;
    width: 100%;
    outline: none;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	display: none;
}
.composizione {
	font-family:'OptaneRegular';
}
.product .quantity .qty {
	height: 56px !important;
	width: 100% !important;
	margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity {
	width: 25%;
    padding-right: 1%;
}
.related,
.up-sells {
	margin: 30px 0;
	padding: 0 5%;
	width: 100%;
}
.related h2,
.up-sells h2 {
	color: #000;
	font-family:'SabonRoman';
	text-align: center;
	font-size: 20px;
}
.related li,
.up-sells li {
	width: 48% !important;
	margin: 2% 0 !important;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce ul.products li.product a {
	position: relative;
	display: block;
}
.single .woocommerce-loop-product__title,
.single .woocommerce ul.products li.product .price {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-family:'OptaneRegular' !important;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 2%;
}
.related .woocommerce-loop-product__title,
.up-sells .woocommerce-loop-product__title {
    background-color: rgba(0, 0, 0, 0.50);
    padding-bottom: 30px !important;
}
.sfsi_shortcode_container {
	margin-top: 30px;
	float: none !important;
}
.sfsi_wicons {
	margin-right: 5px;
}
.sfsi_widget {
	min-height: inherit;
}
.woocommerce-message {
	border-top-color: #000;
	margin-bottom: 0;
}
.woocommerce-message::before {
	color: #000;
}
.carrello .quantity .qty,
.cart .quantity .qty {
	display: inline-table;
	height: auto;
    width: 60px;
}
.carrello .actions .button,
.cart .actions .button {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	opacity: 1;
}
.carrello .coupon .button,
.cart .coupon .button,
.carrello .coupon #coupon_code,
.cart .coupon #coupon_code {
	width: 100% !important;
	margin: 10px 0;
}
.carrello .cart-collaterals, 
.cart .cart-collaterals, 
.woocommerce-page .cart-collaterals {
	margin-top: 60px;
}
.pagamento .woocommerce form .form-row input.input-text, 
.pagamento .woocommerce form .form-row textarea,
.checkout .woocommerce form .form-row input.input-text, 
.checkout .woocommerce form .form-row textarea {
	border: 1px solid #999;
}
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
	height: auto;
	width: auto;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	margin-top: 20px;
}
.showcoupon {
	color: #000 !important;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}
.woocommerce ul.order_details li {
	width: 100%;
    padding: 10px 0;
}
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
	float: none;
}
.product .social {
	text-align: left !important;
	padding-top: 30px;
}
.product .social img {
	max-width: 30px;
	margin-right: 10px;
}
.woocommerce div.product div.summary {
	margin-bottom: 0;
}
.product .exit {
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 30px;
	display: inline-block;	
}
.product .exit img {
	max-width: 20px;
	margin-right: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
}
.product .exit:hover img {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	border-radius: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel span {
	font-family:'OptaneRegular';
	text-transform: uppercase;
	padding-top: 30px;
	display: block;
	font-size: 14px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: transparent;
	color: #000;
}
.woocommerce div.product form.cart .variations select {
	outline: none;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.variations tr {
	border-bottom: none;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	vertical-align: baseline;
}
.single_variation_wrap .quantity {
	width: 15% !important;
}
.single_add_to_cart_button {
	width: 83% !important;
}
.woocommerce div.product form.cart .reset_variations {
	display: none !important;
}
.variations td {
	padding: 1% 0;
}
.woocommerce div.product form.cart .variations label {
	text-transform: uppercase;
    font-size: 14px;
}
.woocommerce div.product form.cart .variations li {
	width: 60px !important;
}
.flaticon-right-arrow,
.flaticon-back {
	display: none !important;
}
.wpgs-nav {
	width: 100%;
	margin: 0 auto;
}
.slick-prev::before,
.slick-next::before {
	display: none;
} 
.wpgs-nav .slick-track .slick-slide {
	margin: 2px;
}
.woocommerce .slick-next,
.woocommerce .slick-prev {
	background-image: none;
}
.slick-slider .slick-track {
	float: left;
}
.woocommerce-checkout #payment {
	border: 1px solid;
    margin-bottom: 60px;
    background-color: #fff;
}
.related .price,
.up-sells .price {
	position: absolute;
    top: 0;
    left: 0;
    display: flex !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.composizioni {
	font-size: 14px;
	margin-top: 30px;
}
.woocommerce-info a {
	color: #000;
}
input[type="checkbox"], input[type="radio"] {
	width: 15px;
    margin: 0 10px 0 0;
}
.woocommerce div.product .stock {
	color: #000;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 100%;
	padding: 0 5%;
}
.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.iub__us-widget {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs {
	padding: 0 5%;
}
.checkout-now {
    font-family: 'OptaneRegular';
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 20px !important;
    width: 100% !important;
    outline: none;
    margin-top: 20px !important;
}
#cmplz-datarequest-form div {
	padding: 10px 0;
}
#cmplz-datarequest-form input {
	height: auto;
	border: 1px solid #333;
}
.step-commander {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}
.step-commander .button {
	width: auto !important;
}
p.in-stock {
	display: none;
}
.guida-taglie {
	margin-top: 30px;
	display: block;
}
.composizioni a {
	margin-top: 20px;
	display: block;
}
.punti {
	margin-top: 30px;
}
.punti img {
	max-width: 50px;
	max-height: 35px;
	margin-right: 10px;
}
.punti p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	padding: 10px 0;
}
.woocommerce select,
.woocommerce .input-text {
	border: 1px solid #ddd !important;
	margin-bottom: 0 !important;
}
.p-Input .p-Input-input:not(.p-Input--matchFloatingLabelHeight):not(.p-PhoneInput) {
	height: 40px !important;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Montserrat-Light';
	src:url('fonts/Montserrat-Light/Montserrat-Light.eot');
	src:url('fonts/Montserrat-Light/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Light/Montserrat-Light.woff') format('woff'),
		url('fonts/Montserrat-Light/Montserrat-Light.ttf') format('truetype'),
		url('fonts/Montserrat-Light/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'OptaneRegular';
	src:url('fonts/OptaneRegular/OptaneRegular.eot');
	src:url('fonts/OptaneRegular/OptaneRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/OptaneRegular/OptaneRegular.woff') format('woff'),
		url('fonts/OptaneRegular/OptaneRegular.ttf') format('truetype'),
		url('fonts/OptaneRegular/OptaneRegular.svg#OptaneRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}


@font-face {
	font-family:'SabonRoman';
	src:url('fonts/SabonRoman/SabonRoman.eot');
	src:url('fonts/SabonRoman/SabonRoman.eot?#iefix') format('embedded-opentype'),
		url('fonts/SabonRoman/SabonRoman.woff') format('woff'),
		url('fonts/SabonRoman/SabonRoman.ttf') format('truetype'),
		url('fonts/SabonRoman/SabonRoman.svg#SabonRoman') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.wpcf7-form {
		padding: 60px;
	}
	.wpcf7-submit {
		margin: 0;
		max-width: 240px;
		display: inline-block;
		float: right;
	}
	body {
		font-size: 16px;
	}
	h1, h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 14px;
	}
	.preheader p {
		font-size: 14px;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		font-size: 14px;
	}
	.footer .colonne {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
	}
	.footer .colonne .contenitore {
		width: 30%;
		border-top: none;
		border-left: 1px solid;
		padding: 0 15px;
		height: 210px;
	}
	.footer .credits {
		text-align: center;
		font-size: 12px;
	}
	#coming .sfondo .testo {
		width: 500px;
		padding: 50px;
	}
	#coming h3 {
		font-size: 20px;
	}
	#coming .wpcf7-form {
		padding: 0;
		text-align: center;
	}
	#coming .wpcf7-submit {
		margin: 30px auto 0;
		max-width: 240px;
		display: block;
		float: none;
	}
	#coming ::placeholder {
		font-size: 18px;
	}
	#coming div.wpcf7-response-output {
		text-align: center;
	}
	#coming .wpcf7 {
		padding: 30px 0;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}
	.header #currency_sel_widget-1 {
		width: 180px;
	}
/*--------------HOME------------------*/
	#home .fascia-3 .text h3 {
		font-size: 18px;
	}
	#home .fascia-5 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		text-align: left;
	}
	#home .fascia-5 div {
		width: 48%;
	}
	#home .fascia-5 a {
		font-size: 14px;
		margin: 20px 0 0;
	}
	#home .fascia-5 img {
		padding-top: 0;
	}
	.call-to-action .wpcf7 {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
		padding: 30px 0 0;
	}
	.call-to-action .wpcf7-submit {
		float: none;
		margin-top: 20px;
	}
	.wpcf7-spinner {
		display: block;
	}
	.wcps-container-2381 .item {
	    height: 350px !important;
	}
	.preheader p {
		animation: stage_animation 10s linear infinite;
	}

/*--------------ABOUT------------------*/
	#about .fascia-2 {
		padding: 60px 5%;
	}
	#about .fascia-2 img {
		width: 70%;
		margin: 0 auto;
		display: block;
		padding: 60px 0 0;
	}
/*--------------NEWS------------------*/
	#news .gallery h3 {
		font-size: 25px;
	}
	#news .gallery h4 {
		font-size: 15px;
	}
	#news .gallery {
		display: flex;
		flex-direction: row;
		justify-content: start;
		align-items: start;
		flex-wrap: wrap;
	}
	#news .gallery .blocco {
		width: 46%;
		margin: 2%;
	}
/*-----------------NEGOZIO-------------------*/
	#negozio-online .fascia-2 .foto {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#negozio-online .fascia-2 .small {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#negozio-online .fascia-2 .small a {
		width: 45%;
	}
	#negozio-online .fascia-2 .big a {
		width: 100%;
	}
	#negozio-online .fascia-2 h3 {
		font-size: 22px;
	}
	#negozio-online .filtro .sidebar-widget ul {
		padding: 30px;
 	}
 	#negozio-online .filtro .sidebar-widget li {
	 	width: 30%;
 	}
 	.filtro .colore ul,
 	.filtro .tipologia ul {
	 	display: flex;
	 	justify-content: flex-start;
	 	flex-wrap: wrap;
 	}
 	.filtro .colore ul li,
 	.filtro .tipologia ul li {
	 	width: 31.33333%;
	 	margin: 1%;
 	}
 	.filtro .colore ul li a,
	.filtro .tipologia ul li a {
		margin: 0;
	}
	.shop-jeliel .summary {
		display: inline-block;
	}
/*-----------------SINGOLO PRODOTTO-------------------*/
	.sfsi_wicons {
		width: 40px !important;
		height: 40px !important;
	}
	.norm_row {
		min-width: 100%;
	}
	.single .quantity .qty {
		height: 58px !important;
	}
	.carrello .quantity .qty, 
	.cart .quantity .qty {
		height: auto;
	}
	.woocommerce div.product form.cart .variations {
		margin-bottom: 30px;
	}
	.woocommerce div.product form.cart .variations td.label {
		width: 10%;
	}
	.woocommerce div.product form.cart .variations select {
		min-width: 30%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0;
	}
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image {
		width: 100% !important;
		margin: 0 !important;
	}
	.woo-variation-gallery-has-product-thumbnail .woo-variation-gallery-thumbnail-position-bottom .woo-variation-gallery-slider-wrapper {
		margin-bottom: 0 !important;
	}
	.woo-variation-gallery-slider-wrapper {
		display: none;
	}
	.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
		opacity: 1 !important;
	}
	.single-product .sticky {
		position: sticky;
		display: flex;
		justify-content: center;
		flex-direction: column;
		top: 12.639vw;
	    z-index: 1;
	    padding: 0 2.778vw 2.778vw calc(1.389vw * var(--vw-correction));
	}
	.woo-variation-gallery-thumbnail-wrapper {
		pointer-events: none;
	}
	.woo-variation-gallery-thumbnail-slider {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:nth-child(1),
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:nth-child(2) {
		width: 50% !important;
	}
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:nth-child(3),
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:nth-child(4),
	.woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:nth-child(5) {
		width: 100% !important;
	}
	

}

@media only screen and (min-width:1024px) {
	.wpml-ls-legacy-list-horizontal {
		border: none;
		padding: 0;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
		margin-top: -22px;
		padding-left: 10px;
	}
	.wpml-ls-legacy-list-horizontal a span {
		font-size: 14px;
	}
	.header {
		height: 80px;
		line-height: 70px;
	}
	/* nav */
	.nav {
		display: flex;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		justify-content: center;
		align-items: center;
	}
	.nav ul {
		margin-top: 5px;
		text-align: right;
		margin-right: 15px;
		width: 100%;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0 15px 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #000;
	}
	.nav .pulsante-shop a {
		background-color: #000;
	    text-decoration: none;
	    border: 1px solid #000;
	    width: auto;
	    display: inline-block;
	    margin: 0 0 0 15px;
	    text-align: center;
	    padding:0 10px;
	    color: #fff;
	    height: auto;
	}
	.nav .desktop {
		display: flex;
	}
	.nav .mobile {
		display: none;
	}
	.openclose img {
		display: none;
	}
	.nav .cart-contents {
		display: contents;
		height: 100%;
		width: 100%;
	}
	.nav .cart-contents img {
		display: inline;
	}
	.nav .cart-contents span {
		color: #000;
		margin-top: 5px;
		margin-left: 5px;
	}
	.nav .account {
		margin: 10px 20px 0;
		width: 100%;
		height: 100%;
		display: block;
	}
	.header #currency_sel_widget-1 {
		right: 5%;
		z-index: 10;
	}
	.logo {
		margin-top: 0px;
		height: 100%;
	}
	.logo img {
		max-width: 100px;
		height: 100%;
	}
	.slick-next {
		background-image: url(img/header/right-gold.svg) !important;
		width: 70px !important;
		height: 70px !important;
		margin-right: -100px !important;
	}
	.slick-prev {
		background-image: url(img/header/left-gold.svg) !important;
		width: 70px !important;
		height: 70px !important;
		margin-left: -120px !important;
	}
	.footer .colonne .contenitore {
		width: 24%;
		height: 170px;
	}
	.footer .credits {
		justify-content: space-between;
	}
	.footer .credits p {
		padding: 0 10px;
	}
	#coming .sfondo .testo {
		margin: 0 auto;
	}
	#coming .sfondo {
		align-items: center;
	}
	
/*--------------HOME------------------*/
	#home .fascia-2 {
		padding: 60px 0;
	}
	#home .fascia-2 p {
		max-width: 800px;
		margin: 0 auto;
	}
	#home .fascia-3 {
		padding: 60px 0;
	}
	#home .fascia-3 .testo {
		max-width: 800px;
		margin: 0 auto;
	}
	#home .fascia-3 .collezione {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	#home .fascia-3 .collezione .left {
		width: 50%;
	}
	#home .fascia-3 .collezione .right {
		width: 50%;
	}
	#home .fascia-4,
	.socialwall {
		padding: 60px 0;
	}
	#home .fascia-5,
	.call-to-action {
		padding: 60px 0;
	}
	.wcps-container-2381 .item {
	    height: 40vw !important;
	}
	.preheader p {
		animation: stage_animation 20s linear infinite;
	}

/*--------------ABOUT------------------*/
	#about .fascia-1 {
		padding: 60px 0;
		background-size: 50%;
	}
	#about .fascia-1 p {
		max-width: 700px;
		margin: 0 auto;
	}
	#about .fascia-2 .flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#about .fascia-2 .flex div {
		width: 48%;
	}
	#about .fascia-2 img {
		width: 100%;
		padding: 0;
	}
	#about .fascia-2 p {
		text-align: right;
	}
	#about .fascia-3 {
		padding: 60px 0;
	}
	#about .fascia-3 p {
		max-width: 700px;
		margin: 0 auto;
	}
	.slide2 {
		width: 80%;
		margin: 0 auto;
	}
	.video-home-desktop {
		display: grid;
	}
	.video-home-mobile {
		display: none;
	}
/*--------------CONTACT------------------*/
	#contact .fascia-1 {
		padding-top: 60px;
		max-width: 1000px;
	}
	.wpcf7 {
		padding: 60px 0;
	}
/*--------------NEWS------------------*/
	#news .gallery .blocco {
		width: 29%;
	}
	#news .gallery .text {
		padding: 20px;
	}
/*-----------------NEGOZIO-------------------*/
	#negozio-online .fascia-2 a {
		position: relative;
		margin-bottom: 20px;
	}
	#negozio-online .fascia-2 .big {
		width: 47.8%;
	}
	#negozio-online .fascia-2 .small {
		width: 47.2%;
	}
	#negozio-online .fascia-2 p {
		font-size: 14px;
		margin-top: -10px;
		position: relative;
		padding: 10px 0 0;
	}
	#negozio-online .fascia-2 h3 {
		font-size: 13px;
	}
	#negozio-online .fascia-2 .foto {
		padding-bottom: 20px;
	}
	#negozio-online .fascia-2 .centro .small {
		width: 100%;
	}
	#negozio-online .fascia-2 .centro .small a {
		width: 21%;
	}
	.categorie p {
		font-size: 15px;
	}
	.reset {
		font-size: 15px;
	}
	
/*-----------------SINGOLO PRODOTTO-------------------*/
	.product {
		margin-top: 0;
	}
	.single-product article {
		max-width: 1200px;
		margin: 60px auto 0;
	}
	.carrello .product-thumbnail,
	.cart .product-thumbnail {
		display: table-cell;
	}
	.carrello .product-thumbnail img,
	.cart .product-thumbnail img {
		width: 20%;
		height: auto;
	}
	.carrello th,
	.cart th {
		width: 20%;
		text-align: center;
		font-size: 16px;
	}
	td {
		padding: 20px 0;
	}
	.carrello section h1,
	.cart section h1,
	.checkout section h1,
	.pagamento section h1,
	.mio-account section h1,
	.my-account section h1 {
		padding: 50px 0;
	}
	.carrello .shop_table,
	.cart .shop_table,
	.checkout .shop_table,
	.pagamento .shop_table,
	.mio-account .shop_table,
	.my-account .shop_table {
		width: 100%;
	}
	.carrello tr,
	.cart tr {
		font-size: 16px;
	}
	#order_review_heading {
		margin-top: 50px;
	}
	.checkout .woocommerce-columns,
	.pagamento .woocommerce-columns {
		display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	}
	.checkout .woocommerce section,
	.pagamento .woocommerce section {
		padding: 20px 0;
	}
	.mio-account .shop_table .woocommerce-orders-table__row td,
	.my-account .shop_table .woocommerce-orders-table__row td {
		text-align: left;
	}
	.mio-account .addresses,
	.my-account .addresses {
		display: flex;
	    flex-direction: row;
	    justify-content: space-around;
	    padding: 30px 0;
	}
	.mio-account .shop_table,
	.my-account .shop_table {
		text-align: left;
	}
	.shop .product_title {
		text-align: left;
	}
	.shop .products .price {
		padding: 0;
		margin: 0 auto;
	}
	.shop .summary .price {
		margin: 0 0;
		padding: 0;
	}
	.related .price,
	.up-sells .price {
		margin: 0 auto;
	}
	.shipping-calculator-form {
		width: 50%;
		margin: 20px auto;
	}
	.carrello .shipping-calculator-form p input,
	.cart .shipping-calculator-form p input {
		border: none;
		width: 100%;
	}
	.shop .entry-summary {
		padding: 30px 10%;
	}
	.shop .summary .info {
		text-align: left;
	}
	.shop .summary .info a {
		text-align: left;
	}
	.shop .summary .info span {
		margin: 0;
	}
	.shop .summary .info .social ul {
		justify-content: flex-start;
	}
	.checkout section,
	.pagamento section,
	.mio-account section,
	.my-account section {
		padding-top: 0;
	}
	.shop .stock {
		margin: 0 0 15px;
	}
	.shop .price {
		align-items: flex-start;
	}
	.onsale {
		margin-bottom: 50px;
	}
	.woocommerce #content div.product .woocommerce-tabs, 
	.woocommerce div.product .woocommerce-tabs, 
	.woocommerce-page #content div.product .woocommerce-tabs, 
	.woocommerce-page div.product .woocommerce-tabs {
		display: table;
		width: 48%;
		float: right;
		clear: none;
	}
	.related,
	.up-sells {
		clear: both;
		display: inline-block;
		width: 100%;
		margin: 60px 0 30px;
	}
	.related li,
	.up-sells li {
		width: 25% !important;
		padding: 1% !important;
	}
	.related h2,
	.up-sells h2 {
		font-size: 26px;
	}
	.woocommerce .quantity .qty {
		padding-left: 20px;
	}
	.single .woocommerce-loop-product__title, 
	.single .related .price,
	.single .up-sells .price {
		display: none !important;
	}
	.woocommerce .related ul.products li.product a:hover .woocommerce-loop-product__title,
	.woocommerce .related ul.products li.product a:hover .price,
	.woocommerce .up-sells ul.products li.product a:hover .woocommerce-loop-product__title,
	.woocommerce .up-sells ul.products li.product a:hover .price {
		display: flex !important;
		padding: 0 5%;
	}
	.woocommerce ul.products li.product .price {
		font-size: 18px;
	}
	.related .woocommerce-loop-product__title,
	.up-sells .woocommerce-loop-product__title {
		padding-bottom: 30px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
		float: none;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.woocommerce .cart-collaterals .cart_totals, 
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.product-quantity .quantity {
		text-align: center;
	}
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img, 
	.woocommerce-checkout table.cart img {
		width: 100px;
	}
	.pagamento form {
		padding: 0;
	}
	.woocommerce ul.order_details li {
		padding: 0 20px;
		width: auto;
	}
	.woocommerce .woocommerce-message .button {
		width: 300px;
	}
	.wpgs-nav .slick-prev::before {
		display: block;
		content: url(img/header/left.svg);
		width: 15px;
	} 
	.wpgs-nav .slick-next::before {
		display: block;
		content: url(img/header/right.svg);
		width: 15px;
	}
	.woocommerce .slick-next {
		margin-right: -30px;
		top: 45%;
	} 
	.woocommerce .slick-prev {
		margin-left: -20px;
		top: 45%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 50%;
	}
	.woo-variation-product-gallery {
		margin-bottom: 0;
	}
	.woocommerce div.product div.social {
		margin: 0 0 60px;
	}
	.woocommerce div.product p.price {
		font-size: 20px;
	}
	
}
@media only screen and (min-width:1280px) { 
	.header #currency_sel_widget-1 {
		width: 180px;
	}
	#coming .sfondo .testo {
		width: 800px;
	}
	#negozio-online .fascia-2 h3 {
		font-size: 17px;
	}
	#home .fascia-4 a {
		font-size: 20px;
	}
	.single-post .testo {
		max-width: 800px;
		margin: 0 auto;
	}
}
@media only screen and (min-width:1400px) {
	h3 {
		font-size: 15px;
	}
	body {
		font-size: 17px;
	}
	.slick-prev {
		margin-left: -130px !important;
	}
	.header #currency_sel_widget-1 {
        width: 200px;
    }
/*--------------HOME------------------*/
	#home .fascia-3 .text h3 {
		font-size: 22px;
	}
	#home .fascia-5 div {
		width: 40%;
	}
/*--------------ABOUT------------------*/
	#about .fascia-1 {
		padding: 60px 0;
		background-size: 40%;
	}
	#about .fascia-2 .flex {
		max-width: 1000px;
		margin: 0 auto;
	}
	#about .fascia-3 {
		padding: 60px 0;
	}
/*-----------------SINGOLO PRODOTTO-------------------*/
	.mio-account section,
	.my-account section {
		width: 50%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}
	#negozio-online .fascia-2 h3 {
		font-size: 19px;
	}
	.filtro ul {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.filtro .colore,
	.filtro .tipologia {
		width: 100%;
		margin-top: 0;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 40%;
	}
	.woo-variation-product-gallery {
		max-width: 60% !important;
	}
	.single .quantity .qty {
	    height: 59px !important;
	}
	
}
@media only screen and (min-width:1800px) {
	.nav ul {
		margin-right: 30px;
	}
	.nav ul li a {
		padding: 0 30px 0 30px;
	}
	.nav .pulsante-shop a {
		margin: 0 0 0 30px;
	}
	.woocommerce #content div.product .woocommerce-tabs, 
	.woocommerce div.product .woocommerce-tabs, 
	.woocommerce-page #content div.product .woocommerce-tabs, 
	.woocommerce-page div.product .woocommerce-tabs {
		display: table;
		width: 48%;
		float: right;
		clear: none;
	}
	.single-product .sticky {
		top: 6.639vw;
	}
/*--------------NEWS------------------*/
	#news {
		padding-top: 60px;
	}
	#news .gallery .blocco {
		width: 21%;
	}
	#news .gallery .text {
		padding: 30px;
	}
	
}
