/*VARIABILI*/
:root {
  --azzurro: #78bcbf;
  --besh: #fff8f3;
  --rosa: #E6CBBB;
  --brown: #432713; 
  --pearl: #f3efea;
  --gold: #c09236;
  --ocra: #BF9478;
  --primary-font: 'Work Sans', sans-serif;
  --secondary-font:'Merriweather', serif;
}
/*CART*/
.colonna-riepilogo-carrello{
	padding-left:100px;
}
.head-tab-coupon{
	position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px 0px #00000029;
	cursor: pointer;
}
.head-tab-coupon h4{
	margin: 0px;
}
.head-tab-coupon svg{
    position: absolute;
    right: 10px;
    top: 14px;
}
.content-tab-coupon{
	display: none;
	padding: 20px;
    background-color: #fff;
}
.content-tab-coupon input{
    width: 100% !important;
    height: 50px;
    font-size: 12px;
    padding: 10px 20px;
}
.content-tab-coupon button{
    width: 100%;
    background-color: #432714 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 15px 20px !important;
    color: #fff !important;
    margin-top: 10px !important;
    border-radius: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}
.cart-collaterals{
	margin-top: 20px;
}
.cart_totals  h2{
	display: none;
}
.cart_totals .shop_table{
	padding: 20px !important;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: 0 0 5px 0px #00000029;
}
.cart_totals .shop_table td{
	text-align: right;
}
.cart_totals .checkout-button{
	font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none;
    padding: 20px !important;
    border-radius: 0px !important;
}
/*LAYOUT*/
body{
	font-family: var(--primary-font);
	background-color: var(--besh);
}
.container{
	position: relative;
    width: 1400px;
    margin: 0 auto;
	z-index: 2;
}
.container.c-small{
	width: 991px;
}
.row{
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-md-9, .col-md-8, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-20, .col-md-2{
	position: relative;
    width: 100%;
    -webkit-box-flex: 0;
}
.col-md-2{
	-ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.col-md-20{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-md-3{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4{
	-ms-flex: 0 0 33.33333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5{
	-ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-md-6{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-8{
	-ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}
.col-md-9{
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.m-bottom{
	margin-bottom: 80px;
}
.m-top{
	margin-top: 80px;
}
.post, .page {
    margin: 0;
}
.site-main, footer{
	position: relative;
	z-index: 2;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
/*SPECIALE*/
.neve{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}
/*TIPOGRAPHY*/
a.bottone{
	display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid var(--azzurro);
    background-color: var(--azzurro);
    color: #fff;
}
a.bottone.btn-white{
	background-color: #fff;
	border-color: #fff;
	color: var(--brown);
}
a.bottone:hover{
	background-color: var(--ocra);
	border-color: var(--ocra);
}
h2.payoff-home{
	color: var(--brown);
	font-family: var(--corsivo-font);
	font-weight: 400;
	font-size: 35px;
	text-align: center;
	margin: 25px 0 !important;
}
h2.titolo-pagina{
	color: var(--gray);
	font-family: var(--corsivo-font);
	font-weight: 400;
	font-size: 60px;
	margin: 25px 0 !important;
}
.vc_general.vc_btn3-color-chino{
	background-color: var(--rosa) !important;
	border-color: var(--rosa) !important;
	border-radius: 0px !important;
	color: var(--brown) !important;
	font-size: 16px !important;
	font-weight: 600;
}
.vc_general.vc_btn3-color-chino:hover{
	background-color: var(--ocra) !important;
	border-color: var(--ocra) !important;
}
/*HEADER*/
#masthead{
	position: relative;
	z-index: 5;
}
.colonna-azioni-utente{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.azioni-utente a{
	position: relative;
	margin: 0 10px;
	text-decoration: none;
	display: flex;
    flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: var(--brown);
}
.azioni-utente a svg{
	height: 30px;
	margin-bottom: 8px;
}
#dgwt-wcas-search-input-1::-webkit-input-placeholder, #dgwt-wcas-search-input-2::-webkit-input-placeholder { 
  color: #fff;
  font-weight: 600;
}
#dgwt-wcas-search-input-1:-ms-input-placeholder, #dgwt-wcas-search-input-2:-ms-input-placeholder { 
  color: #fff;
  font-weight: 600;
}
#dgwt-wcas-search-input-1::placeholder, #dgwt-wcas-search-input-2::placeholder {
  color: #fff;
  font-weight: 600;
}
.prodotti-nel-carrello{
	background-color: var(--gold);
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    bottom: 0;
    right: -10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	background-color: transparent;
}
.scurisci-sito{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: rgba(0,0,0,0.8);
}
.menu-laterale{
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	bottom: 0;
    background-color: var(--besh);
    padding: 150px 80px 100px 150px;
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	transition: all 550ms ease;
}
.menu-laterale.attivo{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
}
.menu-laterale ul{
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
.menu-laterale ul li a{
	color: var(--brown);
	font-size: 35px;
	font-weight: 800;
	text-decoration: none;
}
.menu-laterale ul li.link-piccolo a{
	font-size: 18px;
}
.close-menu-laterale{
	position: absolute;
    top: 50px;
    left: 30px;
	cursor: pointer;
}
.close-menu-laterale svg path{
	fill:var(--brown); 
}
.menu-indietro{
	display: none;
	position: absolute;
    top: 155px;
    left: 30px;
	cursor: pointer;
}
.menu-indietro svg path{
	fill:var(--brown); 
}
.menu-box-laterale{
	display: none;
}
.menu-box-laterale.attivo{
	display: block;
}
.logo-menu{
	position: absolute;
    width: 70px;
    top: 50px;
}
.box-search-mobile{
	display: none;
	position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
/*top bar*/
.topbar{
	padding: 5px 100px;
	background-color:var(--azzurro);
	text-align: center;
}
.topbar h5{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}
.menu-top-bar, .menu-top-navigation-container{
	height: 100%;
}
.menu-top-navigation-container ul{
	display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.menu-top-navigation-container ul li{
	margin: 0 8px;
}
.menu-top-navigation-container ul li a{
	color: var(--brown);
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	font-family: var(--secondary-font);
	font-weight: medium;
}
.topbar p{
	font-size: 18px;
	color: var(--brown);
	text-transform: uppercase;
	font-family: var(--secondary-font);
	font-weight: medium;
	margin: 0px !important;
}
/*content header*/
.header-brand{
	padding: 50px 0;
}
.site-logo{
	width:120px;
	margin: 0 auto;
}
.site-logo a{
	display: block;
}
.box-search{
	align-items: center;
    display: flex;
    height: 100%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	left: 15px;
    top: 11px;
}
.searchform{
	width: 100%;
}
.custom-form{
	display: flex;
	width: 100%;
}
.field-search{
	width: 80%;
	height: 40px;
}
.azioni-utente{
	display: flex;
	justify-content: flex-end;
}
.box-bottone-search{
	width: 10%;
	position: relative;
}
.box-bottone-search svg{
	position: absolute;
	width:30px;
	top:50%;
	left:45%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.field-search{
    width: 90%;
    height: 70px;
    padding: 10px 50px !important;
	background-color: var(--pearl) !important;
	border:2px solid var(--gray) !important;
	border-radius: 35px 0 0 35px !important;
	color: var(--gray);
	font-size: 20px;
}
#searchsubmit{
	width: 100%;
    height: 100%;
	background-color: var(--gray) !important;
    border-radius: 0 35px 35px 0 !important;
	border: none !important;
}
.field-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--gray);
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.field-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--gray);
  text-transform: uppercase;
}
.field-search::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--gray);
  text-transform: uppercase;
}
.menu-primario ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	display: flex;
}
.menu-primario ul li{
	padding: 2px 30px;
	border-right: 1px solid var(--brown);
}
.menu-primario ul li:first-child{
	padding-left: 0px;
}
.menu-primario ul li:last-child{
	padding-right: 0px;
	border-right:none;
}
.menu-primario ul li a{
	color: var(--brown);
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}
.menu-primario ul li a:hover{
	font-weight: 600;
}
.menu-mobile{
	display: none;
}
.menu-mobile svg path{
	fill:var(--brown);
}
.menu-mobile span{
	margin-left:8px;
}
/*COMPOSER ELEMENT*/
.content-categorie{
	margin: 100px 0;
}
.box-choose-categoria{
	width: 85%;
    margin: 0 auto;
    text-align: center;
}
.box-choose-categoria h3{
	font-family: var(--secondary-font);
	color: var(--brown);
	font-size: 20px;
	line-height: 25px;
    margin: 15px 0;
	font-weight: 600;
	text-align: center;
}
.box-choose-categoria h3 a{
	text-decoration: none;
	color: var(--secondary-font);
}
.content-ispirazioni{
	margin: 100px 0;
}
.content-ispirazioni .swiper-slide{
	width:400px !important;
}
.box-slide-ispirazioni{
	position: relative;
    height: 400px;
    width: 100%;
    margin: 25px auto;
    overflow: hidden;
}
.cta-ispirazioni{
	position: absolute;
    z-index: 2;
    background-color: var(--rosa);
    width: 100%;
    padding: 20px;
	left: -2px;
	top: 0;
	transition: all 550ms ease;
	-moz-transition: all 550ms ease;
	-webkit-transition: all 550ms ease;
	transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-webkit-transform: translateY(-120%);
	box-shadow: 1px 20px var(--besh);
}
.box-slide-ispirazioni:hover .cta-ispirazioni{
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.cta-ispirazioni h3{
	margin: 0;
    color: var(--brown);
    font-family: var(--secondary-font);
    font-size: 35px;
	line-height: 35px;
}
.cta-ispirazioni h4{
	font-weight: 400;
	margin: 0;
}
.cta-ispirazioni svg{
	width: 30px;
}
.box-slide-ispirazioni a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 3;
}
.sfondo-box-slide-ispirazioni{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.arrow{
	position: absolute;
    top: 50%;
    font-size: 60px;
	color: var(--brown);
	font-family: var(--corsivo-font);
	cursor: pointer;
}
.arrow-next, .arrow-next-prodotti{
	right: -50px;
}
.arrow-prev, .arrow-prev-prodotti{
	left: -50px;
}
.content-banner-promo{
	background-color: var(--rosa);
}
.content-banner-promo .row{
	align-items: center;
}
.content-banner-newsletter{
	background-color: var(--azzurro);
	padding: 25px 0;
}
.content-banner-newsletter h3{
	font-size: 35px;
	font-family: var(--secondary-font);
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.content-banner-newsletter h5{
	font-size: 15px;
	line-height: 20px;
	font-family: var(--primary-font);
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding-right: 20px;
}
.blocco-newsletter{
	display: flex;
}
.blocco-newsletter .email{
	height: 50px;
    padding: 10px 20px;
    width: 350px;
    border: none;
    border-radius: 0px;
}
.content-brand{
	padding: 100px 0;
}
.blocco-newsletter input[type="submit"]{
	border: none;
    border-radius: 0px;
    margin-left: 5px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #78bcbf;
}
.box-newsletter-banner .mc-field-group.input-group{
	margin-top: 10px;
    color: #fff;
    font-size: 12px;
}
.icona-promo{
	width: 70%;
    margin: 0 auto;
    display: block;
}
.content-banner-promo h3{
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	color: var(--brown);
	font-family: var(--secondary-font);
	font-weight: 700;
}
.content-banner-promo h5{
	font-size: 18px;
	margin: 0;
	color: var(--brown);
	font-family: var(--secondary-font);
	font-weight: 300;
}
.box-cta-promo{
	padding: 40px 35px;
    border-radius: 120px 20px;
	text-align: right;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-nuovi-arrivi{
	position: relative;
	padding: 50px 0px 50px 40px;
	background-color: var(--azzurro);
}
.content-nuovi-arrivi .col-md-3{
	padding: 0 0px 0 50px;
}
.content-nuovi-arrivi .swiper-slide{
	width: 300px !important;
}
.content-nuovi-arrivi h2{
	color: #fff;
	font-size: 45px;
	line-height: 60px;
	font-weight: 600;
	font-family: var(--secondary-font);
}
.box-titoli-nuovi-arrivi{
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.box-titoli-nuovi-arrivi svg path{
	fill:#fff;
}
.box-grid-prodotto{
	text-align: left;
}
.grid-immagine-prodotto{
	position: relative;
	width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.grid-copertina, .grid-hover, .thumbnail-copertina, .thumbnail-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 550ms ease;
}
.grid-copertina, .thumbnail-copertina{
	z-index: 2;
}
.grid-hover, .thumbnail-hover{
	z-index: 1;
}
.grid-immagine-hover:hover .grid-copertina, .box-thumbnail-product-hover:hover .thumbnail-copertina{
	opacity: 0;
}
.grid-info-prodotto{
	margin-top: 15px;
}
.grid-info-prodotto h6{
	color: #fff;
    font-size: 18px;
    margin: 0;
    font-family: var(--secondary-font);
}
.grid-info-prodotto h3{
	color: var(--brown);
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}
.grid-info-prodotto h5{
	color: var(--brown);
	font-size: 20px;
	margin: 0px;
	font-weight: 400;
}
#mappa{
	height: 500px;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}
h3.nome-negozio.black{
	color: var(--gray);
}
.wpcf7-form .col-lg-6{
	width: 50%;
	padding: 0 8px;
	margin-bottom: 20px;
}
.wpcf7-form .col-lg-12{
	width: 100%;
	padding: 0 8px;
	margin-bottom: 20px;
}
.wpcf7-form .wpcf7-text{
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border:1px solid var(--gray);
}
.wpcf7-form .wpcf7-textarea{
	border-radius: 40px;
	border:1px solid var(--gray);
}
.wpcf7-form .wpcf7-submit{
    background-color: var(--brown) !important;
    border-color: var(--brown) !important;
    padding: 15px 30px;
    color: #fff;
    border-radius: 10px;
}
.wpcf7-form .wpcf7-submit:hover{
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
}
.wpcf7-form a{
	color: var(--gold);
}
.blocco-plus{
	text-align: center;
}
.blocco-plus .wpb_single_image{
	margin-bottom: 0px !important;
}
.blocco-plus figure{
	width: 80px;
	margin: 0 auto !important;
	display: block !important;
}
.blocco-plus h3{
	font-size: 27px;
	color: var(--brown);
	font-family: var(--corsivo-font);
	margin-bottom: 0px;
	margin-top: 10px;
}
.blocco-plus p{
	margin-top: 0px;
	font-weight: 300;
}
.wpb_raw_code a.eapps-link{
	display: none !important;
}
/*ARCHIVIO PRODOTTI*/
.heading-categoria-prodotto{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -90px;
    z-index: 1;
    padding-top: 60px;
}
.sfondo-sottocategoria{
	position: absolute;
	width: 100%;
	top: -160px;
	z-index: 1;
}
.heading-categoria-prodotto a{
	display: block;
	width: 60px;
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
.heading-categoria-prodotto h1{
	color: var(--gray);
	font-family: var(--corsivo-font);
	font-weight: 400;
	font-size: 50px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}
.cat-page-ispirazioni{
	position: relative;
}
.cat-page-ispirazioni, .cat-banner-promo, .cat-page-best-seller{
	margin-top: 80px;
}
.cat-page-best-seller .content-nuovi-arrivi{
    box-shadow: 1px 3px 7px 5px rgb(0 0 0 / 20%);
}
.box-banner-stile_1{
	position: relative;
	padding: 100px;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 1px 3px 7px 5px rgb(0 0 0 / 20%);
	margin-bottom: 80px;
}
.box-banner-stile_1 h2{
	font-size: 45px;
	color: var(--gray);
	font-family: var(--corsivo-font);
	font-weight: 300;
	margin-top: 0px;
}
.box-banner-stile_1 h5{
	font-size: 26px;
	color: var(--brown);
	font-family: var(--corsivo-font);
	font-weight: 300;
	margin-bottom: 0px;
}
.box-opzioni-archivio{
	display: flex;
	align-items: center;
}
.box-opzioni-archivio.flex-end{
	justify-content: flex-end;
}
.box-opzioni-archivio p{
	margin: 0px 10px 0px 0px;
	color: var(--brown);
	font-weight: 300;
}
.box-opzioni-archivio .woocommerce-ordering, .box-opzioni-archivio .woocommerce-ordering{
	margin: 0px;
	float: none;
}
.box-opzioni-archivio select{
	padding: 5px;
    text-align: center;
	border:1px solid var(--brown);
	color: var(--brown);
	background-color: transparent;
}
.woocommerce-breadcrumb, .woocommerce-breadcrumb a{
	text-transform: uppercase;
	font-size: 18px !important;
	color: var(--brown) !important;
	text-decoration: none !important;
	font-weight: 300;
}
.pre-categoria{
	margin-top: 50px;
	margin-bottom: 20px;
}
.box-prodotto-archivio{
	position: relative;
	text-align: left;
	background-color: transparent;
}
.box-thumbnail-product{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 300px;
}
.box-thumbnail-product img{
	margin: 0px !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
}
.woocommerce-loop-product__title{
	color: var(--brown) !important;
	font-size: 16px !important;
	font-weight: 300;
	padding: 0px !important;
}
.box-prodotto-archivio .price{
	font-size: 18px !important;
	color: var(--brown) !important;
	font-weight: 900 !important;
}
.box-prodotto-archivio a.button{
	display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid var(--ocra);
    background-color: var(--ocra);
    color: #fff;
}
.box-prodotto-archivio a.button:hover{
	background-color: var(--brown);
	border-color:var(--brown);
	color: #fff !important;
}
.added_to_cart{
	color: var(--gray);
}
.added_to_cart:hover{
	color: var(--gold);
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul{
	border-color: var(--brown);
}
.woocommerce nav.woocommerce-pagination ul li a{
	color: var(--brown);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	background-color: var(--besh);
	color: var(--brown) !important;
}
.cat-banner-promo{
	background-color: var(--rosa);
}
/*SINGOLO PRODOTTO*/
.product-template-default.single .woocommerce-breadcrumb{
	margin-bottom: 80px;
    border-bottom: 1px solid var(--brown);
    padding-bottom: 20px;
}
.heading-singolo-prodotto{
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
    z-index: 1;
    padding: 60px 0px 20px 0px;
}
.heading-singolo-prodotto .sfondo-sottocategoria{
	top: -190px;
}
.heading-singolo-prodotto a{
	display: block;
	width: 60px;
	margin-right: 20px;
	position: relative;
	z-index: 2;
}
.imamgine-copertina-prodotto{
	position: relative;
	box-shadow: 1px 1px 10px 0px #0000001c;
}
.gallery-prodotto{
	display: none;
}
.gallery-prodotto .woocommerce-product-gallery__image{
	overflow: hidden;
	border-radius: 20px;
	border:4px solid transparent;
}
.gallery-prodotto .woocommerce-product-gallery__image.attivo, .gallery-prodotto .woocommerce-product-gallery__image:hover{
	border-color: var(--gold);
}
.product-template-default.single .entry-summary{
	padding-top: 80px;
    padding-left: 50px;
}
h1.product_title{
	font-family: var(--secondary-font);
	color: var(--brown);
	font-size: 30px;
    font-weight: 300;
}
.product-template-default.single .price{
	color: var(--brown) !important;
	font-size: 22px !important;
	font-weight: 900;
}
.single_add_to_cart_button{
	padding: 20px 50px !important;
    font-weight: 700 !important;
    background-color: var(--ocra) !important;
    border-radius: 0px !important;
}
.single_add_to_cart_button:hover{
	background-color: var(--brown) !important;
}
.input-text.qty{
	padding: 15px;
}

.box-prodotti-correlati{
	display: block;
    position: relative;
    clear: both;
	margin-top: 20px;
}
.box-prodotti-correlati h2{
	font-size: 30px;
	font-weight: 400;
	color: var(--brown);
	margin-bottom: 10px;
	font-family: var(--secondary-font);
}
.box-prodotti-correlati h2.woocommerce-loop-product__title{
	font-family: var(--primary-font);
}
.box-prodotti-correlati li{
	margin-bottom: 0px !important;
}
.box-prodotti-correlati .box-prodotto-archivio{
	box-shadow: none;
}
.box-prodotti-correlati .box-prodotto-archivio .box-thumbnail-product{
	height: 300px;
}
.box-prodotti-correlati .box-prodotto-archivio .box-thumbnail-product img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.woocommerce-product-gallery__image a{
	pointer-events: none;
}
.gallery-prodotto .woocommerce-product-gallery__image{
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
	cursor: pointer;
}
.gallery-prodotto .woocommerce-product-gallery__image img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.woocommerce div.product .stock{
	color: var(--gold);
	font-size: 16px !important;
}
.yith-wcwl-add-button a{
	padding: 20px 20px;
	border:1px solid var(--brown);
	border-radius: 10px;
	color: var(--brown);
	text-decoration: none;
	font-size: 18px;
}
.yith-wcwl-add-button a:hover{
	background-color: var(--brown);
	color: #fff;
}
.woocommerce-product-details__short-description{
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}
.price ins{
	color: #c09236;
    font-size: 28px;
	background-color: transparent;
}
.woocommerce .quantity .qty{
	width: 70px;
    background-color: transparent;
    border: 2px solid var(--ocra);
    border-radius: 0px;
    color: var(--brown);
	margin-right: 15px;
}
.spacer{
	display: block;
	height: 40px;
}
.stock.out-of-stock{
	margin-bottom: 50px;
}
.box-preorder{
	display: block;
	padding: 25px;
	border-radius: 8px;
	border:1px solid var(--brown);
	background-color: var(--besh);
	margin-top: 20px;
}
.box-preorder p{
	margin: 0;
}

.tabs, .woocommerce-tabs {
	display: none;
}

.swiper-pagination-bullet{
	background-color: transparent !important;
	border: 2px solid #000 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #000 !important;
}
.arrow-prodotti{
	position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #000;
    top: 50%;
    z-index: 3;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	transition: all 550ms ease;
	opacity: 0;
}
.imamgine-copertina-prodotto:hover .arrow-prodotti{
	opacity: 1;
}
.arrow-prodotto-next{
	right: -20px;
}
.arrow-prodotto-prev{
	left: -20px;
}
/*CART CHECKOUT*/
.shop_table.shop_table_responsive, .woocommerce-checkout-review-order-table{
	background-color: #fff;
}
.checkout-button{
	background-color: var(--brown) !important;
	text-transform: uppercase;
	font-weight: 300 !important;
}
.checkout-button:hover{
	background-color: var(--ocra) !important;
}
#coupon_code{
	width: 250px;
}
.woocommerce-cart-form .button{
	background-color: var(--besh) !important;
}
.woocommerce-cart-form a{
	color: var(--gray);
	text-decoration: none;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, .box-checkout-pagamento{
	padding: 0 50px;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper .select2-selection{
	height: 50px;
	border-radius: 20px;
	border-color: var(--gray);
	padding: 10px 20px;
}
.woocommerce-additional-fields__field-wrapper textarea{
	min-height: 100px;
	border-radius:20px;
	border-color: var(--gray);
	padding:20px;
}
.woocommerce-checkout-payment{
	background-color: var(--besh) !important;
}
.box-checkout-pagamento a{
	color: var(--gold);
	text-decoration: none;
}
#place_order{
	background-color: var(--brown);
	padding: 20px 30px;
	text-transform: uppercase;
}
#place_order:hover{
	background-color: var(--gold);
}
.shipping-calculator-button{
	color: var(--gold);
}
/*ACCOUNT*/
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul li a{
	display: block;
	background-color: var(--besh);
	padding: 10px 20px;
	margin-bottom: 3px;
	color: var(--gray);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a{
	background-color: var(--gray);
	color: #fff;
}
.woocommerce-MyAccount-content a{
	color: var(--gold);
	text-decoration: none;
}
.woocommerce-EditAccountForm.edit-account input{
	height: 50px;
	border-radius: 20px;
	border-color: var(--gray);
	padding: 10px 20px;
}
#wc_gc_cart_redeem_send{
	padding: 15px 20px;
	background-color: var(--besh);
}
#wc_gc_cart_code{
	height: 46px;
}
.woocommerce-privacy-policy-text{
	display: none;
}
.content-regalo-checkout{
	margin-bottom: 80px;
}
.box-regali{
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.box-regalo{
	position: relative;
	max-width: 200px;
	text-align: center;
    cursor: not-allowed;
	padding: 10px;
	border:1px solid transparent;
}
.box-regalo img, .box-regalo h5{
	opacity: 0.5;
	filter: grayscale(1);
}
.box-regalo.attivabile{
	opacity: 1;
	cursor: pointer;
}
.box-regalo.attivabile img, .box-regalo.attivabile h5{
	opacity: 1;
	filter: grayscale(0);
}
.box-regalo .mancano{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 10px 5px;
	background-color: #fff;
	z-index: 2;
}
.box-regalo .mancano h3{
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin-bottom: 0px;
}
.box-regalo .mancano h3 span{
	color: #da5555;
	font-size: 16px;
}
.box-regalo.attivabile .mancano{
	display: none;
}
.box-regalo.attivo{
	filter: grayscale(0);
}
.box-regalo h5{
	margin-bottom: 0px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
}
.box-regalo h6{
	color: #000;
    font-weight: 300;
    font-size: 15px;
    margin-top: 5px;
}
.linea-progresso-desktop{
	height: 5px;
	background-color: #000;
}
.linea-progresso-mobile{
	width: 5px;
	background-color: #000;
	display: none;
}
.box-progresso-regalo{
	position: relative;
	width: 83%;
    margin: 10px auto;
    height: 5px;
    background-color: #f6f6f6;
}
.cerchio-regalo{
	position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #f6f6f6;
    border: 1px solid #000;
    border-radius: 100%;
    transform: translateY(-50%);
	left: 100%;
}
.cerchio-regalo.attivo{
	background-color: #000;
}
.cerchio-1{
	left: 0;
}
.cerchio-2{
	left: 50%;
	transform: translate(-10px,-50%);
}
.cerchio-3{
	left: 100%;
	transform: translate(-10px,-50%);
}
.cerchio-regalo h6{
	position: absolute;
    bottom: -40px;
    color: #000;
    left: -5px;
}
.box-regalo.attivabile:before{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 39px solid #000;
	opacity: 0;
}
.box-regalo.attivabile:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 39px solid #f4f2eb;
	opacity: 0;
}
.box-regalo:hover, .box-regalo.attivo{
	border-color: #000;
}
.box-regalo:hover:after, .box-regalo:hover:before, .box-regalo.attivo:before, .box-regalo.attivo:after{
	opacity: 1;
}
.field-regalo{
	height: 0px;
	overflow: hidden;
}
.woocommerce-form.woocommerce-form-login .woocommerce-Input--text, .woocommerce-form.woocommerce-form-register .woocommerce-Input--text{
	height: 50px;
	border-radius: 40px;
	padding: 10px 20px;
}
.woocommerce-form.woocommerce-form-login a, .woocommerce-form.woocommerce-form-register a{
	color: var(--gold);
	text-decoration: none;
}
.woocommerce-form.woocommerce-form-login .woocommerce-button, .woocommerce-form.woocommerce-form-register .woocommerce-button{
	background-color: var(--gray);
	color: #fff;
}
.woocommerce-form.woocommerce-form-login .woocommerce-button:hover, .woocommerce-form.woocommerce-form-register .woocommerce-button:hover{
	background-color: var(--gold);
}
/*INFO MESSAGE*/
.woocommerce-info {
    border-top-color: var(--gray);
}
/*CERCA*/
.box-prodotto-archivio-cerca{
	width: 90%;
	margin: 0 auto 50px auto;
}
.box-prodotto-archivio-cerca .woocommerce-loop-product__title, .box-prodotto-archivio-cerca a{
	text-decoration: none;
}
.box-prodotto-archivio-cerca .price{
	display: block;
	margin-bottom: 20px;
}
/*FOOTER*/
.bottone-telefono{
	position: fixed;
	width: 60px;
	right: 5px;
	bottom: 40px;
	z-index: 10;
}
footer{
	margin-top: 80px;
	padding: 50px 100px 30px 100px;
	position: relative;
	background-color: var(--ocra);
}
.box-footer{
	position: relative;
	width: 80%;
	height: 100%;
    margin: 0 auto;
}
.logo-footer{
	display: block;
	width: 280px;
	margin-left: 0;
}
footer .widget-title{
    font-size: 18px;
    margin-bottom: 20px;
	color: var(--brown);
	font-family: var(--secondary-font);
	text-transform: uppercase;
}
.box-newsletter-footer{
	display: flex;
}
.menu-menu-footer-container ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.menu-menu-footer-container ul li{
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom:1px solid #fff; 
}
.menu-menu-footer-container ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: 300;
}
.textwidget h4{
	color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
}
.textwidget h5{
    margin-top: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
h3.nome-negozio{
	font-size: 14px;
	color: #fff;
	font-family: var(--secondary-font);
	margin-bottom: 10px;
}
.custom-html-widget p{
	margin-top: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 8px;
}
.box-footer-logo{
	height: 100%;
}
.footer-social{
	position: relative;
	display: flex;
	margin-top: 60px;
}
.box-footer-logo .nome-negozio{
	font-family: var(--primary-font);
	font-weight: 400;
}
.box-footer-logo .email{
	background-color: #fff !important;
	height: 50px !important;
	padding: 8px 20px !important;
}
.footer-social a{
	margin: 0 8px;
}
.footer-social a:last-child{
	margin-right: 0px;
}
.footer-social a svg{
	width:20px;
}
.footer-bottom{
	padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #fff;
}
.box-copyright{
	color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.box-copyright a{
	color: #fff;
}
.box-pagamenti{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.box-pagamento{
	margin: 0 5px;
}
.box-pagamento img{
	width: 35px;
}
.footer-top #mc_embed_signup{
	display: block;
	width: 100%;
}
.footer-top #mc_embed_signup .email{
	width: 250px;
	height: 45px;
	background-color: transparent;
	border-color: #fff !important;
	border-radius: 0px !important;
	padding: 5px;
	color: #fff;
}
.footer-top #mc_embed_signup label{
	font-size: 12px;
	color: #fff;
}
.footer-top .mc-field-group.input-group{
	margin-top: 15px;
}
.footer-top #mc-embedded-subscribe{
	position: relative;
	background-color: var(--rosa);
    color: var(--brown);
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 0px;
	margin-left: 10px;
}
/*POPUP*/
.popup{
	position: fixed;
    width: 120px;
    height: 60px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
	transition: all 550ms ease;
	-moz-transition: all 550ms ease;
	-webkit-transition: all 550ms ease;
	text-align: center;
}
.popup a{
	text-decoration: none;
}
.popup-newsletter{
	display: none !important;
	position: fixed;
    z-index: 999;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 20%);
}
.popup-newsletter .chiudi-pop-news{
	position: absolute;
    top: 10px;
    right: 10px;
    color: var(--gray);
    border: 1px solid var(--gray);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
.content-popup-newsletter{
	display: flex;
    flex-wrap: wrap;
}
.img-popup-newsletter{
	flex: 0 0 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.text-popup-newsletter{
	flex: 0 0 50%;
	padding: 80px 20px;
}
.text-popup-newsletter h2{
	margin: 0;
    font-family: var(--corsivo-font);
    color: var(--brown);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
.text-popup-newsletter h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: var(--gray);
}
.popup-newsletter .email{
	width: 100%;
	border-radius: 0px;
}
.popup-newsletter label{
	font-size: 12px;
}
.popup-newsletter label a{
	color: var(--brown);
	text-decoration: none;
}
.popup-newsletter .mc-field-group.input-group{
	margin-top: 15px;
}
.popup-newsletter #mc-embedded-subscribe{
	background-color: #000;
    color: #fff;
    border-color: #000;
	border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 40px;
    margin-top: 20px;
}
.response{
	font-size: 12px;
	margin-top: 20px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1700px) {
	.site-logo {
    	width: 90px;
	}
	.sfondo-sottocategoria{
		top: -110px;
	}
	.heading-singolo-prodotto{
		padding: 30px 0px 20px 0px;
		overflow: visible;
	}
}
@media screen and (max-width: 1450px) {
	.content-ispirazioni, .content-nuovi-arrivi{
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.sfondo-header-brand{
		top: -110px;
	}
	footer{
		padding: 50px 50px 30px 50px;
	}
	.sfondo-sottocategoria {
    	top: -50px;
	}
	.heading-singolo-prodotto .sfondo-sottocategoria{
		top:-150px;
	}
	.palline-2{
		width: 200px;
	}
	.fiocco-1{
		width: 210px;
    	top: 30%;
	}
	.pallina-1{
		width: 140px;	
	}
	.container{
		width: 100%;
		padding: 0 10px;
	}
	.arrow-prodotto-next{
	right: 10px;
	}
	.arrow-prodotto-prev{
		left: 10px;
	}
}
@media screen and (max-width: 1350px) {
	.content-nuovi-arrivi{
		padding: 50px 80px;
		width: 100%;
	}
	.arrow-next-prodotti{
		right: 6px;
	}
	.arrow-prev-prodotti{
		left: 6px;
	}
	.arrow-prev{
		left:-20px;
	}
	.arrow-next{
		right:-20px;
	}
	.topbar p, .menu-top-navigation-container ul li a{
    	font-size: 14px;
	}
	.sfondo-header-brand{
		top: -50px;
	}
	.sfondo-sottocategoria {
    	top: -20px;
	}
	.heading-singolo-prodotto .sfondo-sottocategoria {
    	top: -100px;
	}
	.heading-singolo-prodotto {
    	padding: 70px 0px 20px 0px;
	}
	.content-nuovi-arrivi .col-md-3{
    	padding: 0px;
	}
	.content-nuovi-arrivi {
    	padding: 50px 0px 50px 80px;
	}
	.footer-top .col-md-5, .footer-top .col-md-2, .footer-top .col-md-3{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.footer-top .col-md-3{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.footer-social{
		right: auto;
		left: 0;
	}
	.content-ispirazioni{
		width: 100%;
	}
	.arrow-prev, .arrow-next{
		width: 60px;
		height: 60px;
		background-color: rgba(255,255,255,0.6);
		border-radius: 100%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 45px;
	}
	.arrow-prev{
		left: 70px;
	}
	.arrow-next{
		right: 70px;
	}
	.content-categorie .row, .contenitore-sub-categorie .row{
		justify-content: center;
	}
	.content-categorie .col-md-2, .contenitore-sub-categorie .col-md-20{
		-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
   		max-width: 25%;
		margin-bottom: 20px;
	}
	h2.payoff-home{
		font-size: 25px;
	}
	.box-choose-categoria h3{
		font-size: 25px;
    	line-height: 28px;
	}
	.header-brand, .header-social{
		padding: 20px 0px;
	}
	.sfondo-header-brand {
    	top: 0px;
	}
	.sfondo-sottocategoria {
    	top: 50px;
	}
	.sfondo-sottocategoria:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top:-100px;
		background-color: #fbf8f5;
	}
	.heading-categoria-prodotto h1{
		font-size: 30px;
	}
	.heading-singolo-prodotto .sfondo-sottocategoria {
    	top: -40px;
	}
	.heading-singolo-prodotto {
    	padding: 60px 0px 20px 0px;
	}
	.box-grid-prodotto{
		padding: 0 10px;
	}
	.menu-top-navigation-container ul li a{
		font-size: 14px;
	}
	.gallery-prodotto .woocommerce-product-gallery__image{
		height: 110px;
	}
	.row-ricerca .col-md-3{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.fiocco-1 {
    	width: 210px;
    	top: 25%;
    	left: 70%;
	}
	.pallina-1 {
    	width: 120px;
		top: 27%;
    	left: 43%;
	}
	.palline-2 {
		width: 160px;
		left: 10%;
		top: 26%;
	}
	.row-lista-categorie .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.menu-primario ul{
		margin-bottom: 0px;
	}
	.col-md-20{
		-ms-flex: 0 0 33.33333%;
    	flex: 0 0 33.333333%;
    	max-width: 33.333333%;
		margin-bottom: 40px;
	}
	.content-nuovi-arrivi h2{
		font-size: 40px;
	}
	.content-nuovi-arrivi .swiper-slide {
    	width: 200px !important;
	}
	.grid-immagine-prodotto{
		height: 200px !important;
	}
	.content-ispirazioni .swiper-slide {
    	width: 300px !important;
	}
	.box-slide-ispirazioni{
		height: 300px;
	}
	.content-banner-newsletter h3 {
    	font-size: 28px;
	}
	.blocco-newsletter .email{
		width: 240px;
	}
	.container.c-small{
		width: 100%;
	}
	.footer-top .col-md-5, .footer-top .col-md-2, .footer-top .col-md-3{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.arrow-prodotti{
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.field-search{
		height: 50px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
		padding: 0px;
	}
	.colonna-azioni-utente{
		margin-top: 20px;
	}
	.sfondo-header-brand:before{
		content: '';
		position: absolute;
		width: 100%;
		height:100%;
		background-color: var(--besh);
    	top: -50px;
		left: 0;
	}
	.colonna-header-brand-mobile svg{
		width: 250px !important;
		display: block;
	}
	.colonna-header-brand-mobile a{
		display: block;
	}
	.sfondo-header-brand {
    	top: 50px;
	}
	.content-banner-promo .col-md-2{
		-ms-flex: 0 0 30%;
    	flex: 0 0 30%;
    	max-width: 30%;
	}
	.content-banner-promo .col-md-6{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.content-banner-promo .col-md-4{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-cta-promo{
		width: 100%;
		margin: 0 auto;
		padding: 40px 10px;
	}
	.woocommerce-breadcrumb, .woocommerce-breadcrumb a, .box-opzioni-archivio p, .box-opzioni-archivio select{
		font-size: 12px !important;
	}
	.woocommerce-loop-product__title{
		font-size: 16px !important;
		min-height: 50px;
	}
	.box-prodotto-archivio a.button{
		font-size: 14px;
	}
	.product-template-default.single .entry-summary {
    	padding-left: 0px;
	}
	.heading-singolo-prodotto {
    	padding: 70px 0px 20px 0px;
	}
	.heading-singolo-prodotto .sfondo-sottocategoria {
    	top: 10px;
	}
	.grid-immagine-prodotto{
		height: 300px;
	}
	.menu-top-navigation-container{
		display: none;
	}
	.woocommerce-checkout .col-md-6{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;	
	}
	.topbar h5{
		font-size: 12px;
	}
	.gallery-prodotto .woocommerce-product-gallery__image {
    	height: 145px;
		width: 90px;
	}
	.woocommerce .quantity .qty{
		width: 90px;	
	}
	.popup-newsletter{
		width: 100%;
	}
	.text-popup-newsletter, .img-popup-newsletter{
		flex: 0 0 100%;
	}
	.img-popup-newsletter{
		height: 200px;
		background-position: bottom;
	}
	.palline-2 {
    	width: 130px;
    	left: 2%;
    	top: 25%;
	}
	.pallina-1 {
    	width: 120px;
    	top: 29%;
    	left: 32%;
	}
	.fiocco-1 {
    	width: 180px;
    	top: 20%;
    	left: 54%;
	}
	.menu-mobile{
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.menu-primario{
		display: none;
	}
	.topbar {
    	padding: 5px 0px;
	}
	.box-search-mobile{
		display: block;
		padding: 10px;
	}
	.colonna-cerca{
		display: none;
	}
	.colonna-brand{
		-ms-flex: 0 0 30%;
    	flex: 0 0 30%;
    	max-width: 30%;
	}
	.colonna-azioni-utente{
		-ms-flex: 0 0 70%;
    	flex: 0 0 70%;
    	max-width: 70%;
	}
	.site-logo{
		margin-left: 0;
	}
	.col-md-20{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.content-nuovi-arrivi h2 {
    	font-size: 30px;
	}
	.content-nuovi-arrivi {
    	padding: 50px 0px 50px 20px;
	}
	.content-banner-newsletter .col-md-6{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-newsletter-banner{
		display: flex;
    	justify-content: center;
   	 	margin-top: 15px;
	}
	.box-search-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
		left: 10px;
    	top: 12px;
	}
	.content-banner-newsletter h3, .content-banner-newsletter h5{
		text-align: center;
	}
	.content-banner-promo .col-md-6{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-cta-promo {
		text-align: center;
    	padding: 20px 10px;
	}
	.content-banner-promo h3{
		margin-top: 20px;
	}
	.content-banner-promo h3, .content-banner-promo h5{
		text-align: center;
	}
}
@media screen and (max-width:568px){
	.content-nuovi-arrivi .col-md-3, .content-nuovi-arrivi .col-md-9{
		-ms-flex: 0 0 100%;
   	 	flex: 0 0 100%;
    	max-width: 100%;
	}
	.header-social svg{
		width: 35px;
	}
	.header-social a {
    	margin: 0 5px;
	}
	.header-brand, .header-social {
    	padding: 0px;
	}
	.header-social .col-md-4, .header-social .col-md-8{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	.colonna-header-brand-mobile svg {
    	width: 150px !important;
	}
	.sfondo-header-brand {
    	top: 80px;
	}
	.sfondo-header-brand:before{
		top:-90px;
		height: 150%;
	}
	.footer-top .col-md-3{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-footer{
		width: 100%;
	}
	footer {
    	padding: 50px 20px 30px 20px;
	}
	.footer-social{
		position: relative;
    	bottom: 0;
	}
	.footer-social a svg {
    	width: 35px;
	}
	.footer-bottom .col-md-4, .footer-bottom .col-md-8{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-copyright{
		text-align: center;
	}
	.box-pagamenti{
		justify-content: center;
	}
	.box-choose-categoria h3{
    	font-size: 20px;
    	line-height: 22px;
	}
	h2.payoff-home {
    	font-size: 18px;
	}
	h2.titolo-pagina{
		font-size: 25px;
		line-height: 25px;
		margin-top: 0 !important;
	}
	.box-titoli-nuovi-arrivi h2.titolo-pagina br{
		display: none;
	}
	.content-categorie .col-md-2, .contenitore-sub-categorie .col-md-20{
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.arrow-prev, .arrow-next {
    	width: 50px;
    	height: 50px;
	}
	.arrow-prev {
    	left: 30px;
	}
	.arrow-next{
		right:30px;
	}
	.box-cta-promo{
		width: 60%;
	}
	.content-banner-promo h3 {
    	font-size: 20px;
	}
	.content-banner-promo h5 {
    	font-size: 12px;
	}
	a.bottone{
		font-size: 10px;
	}
	.heading-categoria-prodotto h1 {
		font-size: 20px;
		margin-top: 18px;
	}
	.heading-categoria-prodotto a{
		width: 40px;
	}
	.sfondo-sottocategoria {
    	top: 30px;
	}
	.heading-categoria-prodotto{
		top: -70px;
	}
	.pre-categoria {
    	margin-bottom: 50px;
	}
	.box-prodotto-archivio {
    	padding: 10px;
	}
	h1.product_title{
		font-size: 22px;
	}
	.heading-singolo-prodotto .sfondo-sottocategoria {
    	top: 20px;
	}
	.heading-singolo-prodotto {
    	padding: 30px 0px 20px 0px;
	}
	.box-prodotti-correlati{
		padding: 50px 10px;
	}
	.box-prodotti-correlati h2 {
    	font-size: 40px;
	}
	.grid-immagine-prodotto {
    	height: 500px;
	}
	.content-nuovi-arrivi {
    	padding: 50px 30px;
	}
	#coupon_code{
		width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button{
		width: 100% !important;
	}
	.topbar h5{
    	font-size: 9px;
	}
	.topbar p{
		font-size: 8px;
	}
	.box-regali{
		flex-wrap: wrap;
		margin-left: 40%;
	}
	.box-regalo{
		width: 100%;
		flex: 0 0 100%;
		margin-bottom: 40px;
		max-width: 100%;
		transform: translateY(60px);
	}
	.box-progresso-regalo{
		position: absolute;
		top: 90px;
		width: 5px;
		height: 70%;
		left: 60px;
	}
	.cerchio-1{
		top:0;
		left:-8px !important;
	}
	.cerchio-2{
		top:50%;
	}
	.cerchio-3{
		top:100%;
	}
	.cerchio-regalo{
		width: 25px;
		height: 25px;
		top: 98%;
    	transform: translateX(-15px);
	}
	.cerchio-regalo h6{
		bottom: -14px;
		left: -40px;
		font-size: 16px;
	}
	.box-regalo.attivabile:before{
		bottom: 50%;
    	left: -35px;
    	transform: translateY(50%);
		border-left:none;
		border-right: 35px solid #000;
		border-top: 39px solid transparent;
		border-bottom: 35px solid transparent;
	}
	.box-regalo.attivabile:after{
		bottom: 50%;
    	left: -34px;
    	transform: translateY(50%);
		border-left:none;
		border-right: 35px solid #f4f2eb;
		border-top: 39px solid transparent;
		border-bottom: 35px solid transparent;
	}
	.linea-progresso-desktop{
		display: none;
	}
	.linea-progresso-mobile{
		display: block;
	}
	.gallery-prodotto .woocommerce-product-gallery__image {
    	height: 95px;
	}
	.box-prodotti-correlati .box-prodotto-archivio .box-thumbnail-product{
		height: 220px;
	}
	.box-thumbnail-product{
		height: 180px;
	}
	.row-lista-categorie .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.site-logo {
    	width: 60px;
	}
	.header-brand{
		padding: 15px 0;
	}
	.header-brand .row{
		align-items: center;
	}
	.azioni-utente a svg {
    	height: 20px;
	}
	.azioni-utente a{
		font-size: 10px;
	}
	.menu-laterale{
		width: 100%;
		padding: 150px 80px 100px 80px;
	}
	.menu-indietro, .close-menu-laterale{
		left: 10px;
	}
	.menu-laterale ul li a{
		font-size: 27px;
	}
	.menu-laterale ul li.link-piccolo a {
    	font-size: 14px;
	}
	.content-nuovi-arrivi {
    	padding: 50px 0px 50px 10px;
	}
	.content-ispirazioni .swiper-slide {
    	width: 200px !important;
	}
	.box-slide-ispirazioni{
		height: 200px;
	}
	.blocco-newsletter .email {
    	width: 200px;
	}
	.content-brand {
    	padding: 50px 0;
	}
	footer {
    	padding: 50px 10px 30px 10px;
	}
	.box-footer{
		width: 100%;
	}
	.footer-top #mc_embed_signup .email {
    	width: 200px;
	}
	.box-titoli-nuovi-arrivi{
		flex-direction: row;
    	align-items: center;
	}
	.arrow-prodotti{
		width: 30px;
		height: 30px;
	}
	.arrow-prodotti svg{
		width: 20px;
	}
	.arrow-prodotto-prev{
    	left: 5px;
	}
	.arrow-prodotto-next{
    	right: 5px;
	}
}
@media screen and (max-width:400px){
	.box-prodotto-archivio a.button{
		padding: 8px 10px;
	}
	.topbar h5 {
    	font-size: 7px;
	}
	.box-cta-promo {
    	width: 70%;
    	padding: 20px 5px;
		margin-top: 20px;
	}
	.sfondo-sottocategoria {
    	top: 80px;
	}
	.sfondo-sottocategoria:before{
		top: -70px;
	}
	.heading-categoria-prodotto h1 {
    	font-size: 14px;
    	margin-top: 10px;
	}
	.heading-categoria-prodotto a {
    	width: 30px;
	}
	.selettori-categoria .col-md-6{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	.box-opzioni-archivio, .box-opzioni-archivio.flex-end{
		justify-content: center;
	}
	.box-opzioni-archivio.flex-end{
		margin-top: 15px;
	}
	.field-search {
    	height: 40px;
	}
	.box-bottone-search svg{
		width: 14px;
	}
	h2.payoff-home{
		font-size: 12px;
	}
	.box-choose-categoria{
		width: 90%;
	}
	.content-categorie {
    	margin: 50px 0;
	}
	.content-categorie .row .col-md-20:last-child{
		margin-bottom: 0px;
	}
}
@media screen and (max-width:350px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
	}
	.box-prodotto-archivio{
		min-height: 100px;
	}
	.box-prodotto-archivio a.button{
		margin-top: 30px !important;
		position: relative;
		left: 0;
    	transform: none;
	}
}
/*MUOVO*/
.woocommerce table.shop_table td{
	border: none;
}
.content-riepilogo-carrello{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 0 5px 0px #00000029;
}
.single-img-cart{
	flex:0 0 20%;
}
.single-img-cart img{
	width: 100px;
}
.single-info-cart{
	flex: 0 0 50%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-footer-cart{
	flex: 0 0 30%;
}
.single-info-cart h2{
	font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.single-info-cart h4{
	font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.single-info-cart h4 span{
	font-weight: 600;
	color:  var(--ocra);
}
.single-footer-cart{
	margin-top: 20px;
    display: flex;
	flex-wrap: wrap;
}
.cart-seleziona-qta{
	flex: 0 0 100%;
	display: flex;
    align-items: center;
	justify-content: flex-end;
	order: 2;
	margin-top: 20px;
}
.cart-single-subtotal{
	flex: 0 0 100%;
	text-align: right;
	order: 1;
}
.cart-single-subtotal h3{
	font-size: 18px;
	margin: 0;
}
.cart-single-subtotal h5{
	margin: 0;
	font-weight: 400;
}
.cart-seleziona-qta .input-text.qty{
    padding: 5px;
}
.box-tipologie-pagamenti{
	background-color: #fff;
	padding: 20px;
}
.box-tipologie-pagamenti h3{
	font-size: 18px;
	margin: 0px;
}
.icone-pagamenti-consentiti{
	display: flex;
}
.box-icona-pagamento-consentito{
	flex: 0 0 25%;
}
.titolo-tipologia-pagamenti{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icona-pagamento{
	width: 20px;
	margin-right: 10px;
}
.titolo-tipologia-pagamenti h3{
	font-size: 14px;
}
.icone-pagamenti-consentiti{
	margin-top: 20px;
}
.blocco-info-utente{
	background-color: #fff;
    padding: 50px;
    width: 75%;
    margin: 100px auto 100px auto;
}
.row-utente{
	display: flex;
	flex-wrap: wrap;
}
.login-utente{
	flex: 0 0 50%;
	padding: 0 50px;
}
.nuova-registrazione{
	flex: 0 0 50%;
	padding: 0 50px;
}
.login-utente label{
	display: block;
	width: 100%;
}
.login-utente input{
	display: block;
	width: 100%;
	height: 40px;
    border-radius: 0px;
}
.login-utente .login-username{
	margin-bottom: 5px;
}
.login-utente .login-password{
	margin-top: 0px;
}
.login-utente .login-remember{
	display: none;
}
.login-utente h3, .nuova-registrazione h3{
	font-weight: 400;
}
.button{
	border-radius: 0px;
    background-color: var(--brown) !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 20px !important;
    border: none !important;
    font-weight: 600 !important;
	height: auto !important;
}
.nuova-registrazione a{
	border-radius: 0px;
    border:1px solid var(--brown) !important;
    color: var(--brown) !important;
    font-size: 14px !important;
	line-height: 14px !important;
    padding: 20px !important;
    font-weight: 600 !important;
	width:100%;
	text-align: center;
	display: block;
	text-decoration: none;
}
.plus-registrazione{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.icona-plus-registrazione{
	width: 30px;
}
.plus-registrazione h4{
	width: calc(100% - 60px);
    font-size: 16px;
    font-weight: 400;
    margin: 8px;
}
.box-ospite{
	text-align: center;
}
.box-ospite a{
	color: #404040;
}
.box-spedizioni-disponibili{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 0 5px 0px #00000029;
}
.box-tipo-spedizione.attivo{
	border-color: var(--ocra);
}
.box-tipo-spedizione{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #eee;
    padding: 20px;
    margin-left: 20px;
    width: 75%;
    margin-bottom: 10px;
}
.li-spedizione{
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: -1px;
}
.input-tipo-spedizione{
	width: 30px;
}
.icona-tipo-spedizione{
	width: 30px;
}
.desc-tipo-spedizione{
	width: 70%;
	padding-left: 20px;
}
.desc-tipo-spedizione h4, .desc-tipo-spedizione h6{
	margin: 0px;
}
.spdedizioni-disponibili li{
	margin-bottom: 0px !important;
}
.blocco-checkout-spedizione{
	display: flex;
	flex-wrap: wrap;
}
.spdedizioni-disponibili, .review-spedizione{
	flex: 0 0 50%;
}
.review-spedizione{
	padding-left: 50px;
}
.box-review-spedizione{
	background-color: #fff;
	padding: 50px;
	box-shadow:0 0 5px 0px #00000029
}
.riga-review-spedizione{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top: -1px;
	padding: 20px 0;
}
.riga-review-spedizione .riga-label h3{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.riga-review-spedizione .riga-valore h3{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.riga-review-spedizione .riga-label h2{
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.riga-review-spedizione .riga-valore h2{
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.riga-review-spedizione .riga-label h2 small{
	font-size: 12px;
	font-weight: 400;
}
.vai-al-pagamento{
	display: block;
	width: 100%;
	border-radius: 0px;
    background-color: var(--azzurro) !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 20px !important;
    border: none !important;
    font-weight: 600 !important;
    height: auto !important;
	cursor: pointer;
	text-align: center;
	margin-top: 50px;
}
.vai-al-pagamento:hover{
	background-color: var(--ocra) !important;
}
.desc-tipo-spedizione h4{
	font-size: 18px;
	font-weight: 400;
}
.desc-tipo-spedizione h6{
	color: var(--ocra);
	font-size: 15px;
	font-weight: 400;
}
.blocco-checkout-pagamento{
	display: none;
}
.pagamenti-disponibili{
	flex: 0 0 50%;
}
.review-pagamento{
	flex: 0 0 50%;
	padding-left: 50px;
}
.pagamenti-disponibili .woocommerce-PaymentMethods{
	margin: 0px;
	padding: 50px;
	background-color: #fff;
	list-style: none;
	box-shadow: 0 0 5px 0px #00000029;
}
.pagamenti-disponibili .woocommerce-PaymentMethods li{
	padding: 20px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.pagamenti-disponibili .woocommerce-PaymentMethods li.attivo{
	border-color: var(--ocra);
}
.info-omaggio{
	display: flex;
	border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0 0 5px 0px #00000014;
	align-items: center;
	margin-bottom: 40px;
	background-color: #fff;
}
.img-info-omaggio{
	width: 60px;
}
.img-info-omaggio img{
	width: 100%;
	height: 60px;
	object-fit: cover;
}
.desc-omaggio{
	width: calc(100% - 60px);
	padding-left: 40px;
}
.desc-omaggio h3{
	margin: 0px;
}
.desc-omaggio h4{
	margin: 0px;
	font-weight: 400;
}
#place_order{
	width: 100%;
    text-transform: unset;
    margin-top: 30px;
	background-color: var(--azzurro) !important;
}
#place_order:hover{
	background-color: var(--ocra) !important;
}
.selettori-step{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.progresso-step{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	height: 4px;
	background-color: #40404050;
	z-index: -1;
}
.progresso-step:before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #404040;
}
.singolo-selettore-step{
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    border: 1px solid;
    padding: 10px 30px;
    border-radius: 20px;
    height: 40px;
	background-color:#E7E1DC;
	width: 160px;
	cursor: not-allowed;
}
.singolo-selettore-step a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.singolo-selettore-step h3{
	margin: 0px;
	font-size: 16px;
	color: #40404050;
}
.singolo-selettore-step svg{
	display: none;
	margin-right: 5px;
}
.singolo-selettore-step.completato{
	background-color: var(--besh);
	opacity: 1;
	cursor: pointer;
}
.singolo-selettore-step.completato h3{
	color: #404040;
}
.singolo-selettore-step.completato svg{
	display: block;
}
.singolo-selettore-step.attivo{
	background-color: #404040;
	cursor: pointer;
}
.singolo-selettore-step.attivo h3{
	color: #fff;
}
.titolo-checkout{
	font-size: 25px;
    font-weight: 400;
    margin-top: 0px !important;
}
.woocommerce-cart .site-main > .container, .woocommerce-checkout .site-main > .container{
	width: 100%;
}
.plus-checkout{
	background-color: #404040;
	margin-top: 100px;
}
.box-checkout-plus{
	text-align: center;
	padding: 40px 0;
}
.box-checkout-plus img{
	width: 100px;
}
.box-checkout-plus h3{
	margin: 0px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.box-checkout-plus h4{
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 400;
}
.woocommerce-cart footer, .woocommerce-checkout footer{
	margin-top: 0px;
}
.single-box-carrello{
	display: flex;
    flex-wrap: wrap;
}
.form-row.form-row.privacy{
	margin-top: 25px;
}
.form-row.form-row.privacy abbr{
	font-size: 14px;
	color: #404040 !important;
}
.form-row.form-row.privacy label a{
	color: #404040;
}
.checkout-tuoi-dati{
	margin-top: 40px;
}
.box-checkout-tuoi-dati{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px 0px #00000029;
}
.box-checkout-tuoi-dati-header{
	display: flex;
	flex-wrap: wrap;
}
.box-checkout-tuoi-dati-titolo{
	flex: 0 0 70%;
}
.box-checkout-tuoi-dati-modifica{
	flex: 0 0 30%;
	text-align: right;
}
.box-checkout-tuoi-dati-titolo h4{
	margin-top: 0px;
}
.box-checkout-tuoi-dati-modifica a{
	color: #404040;
}
.box-checkout-tuoi-dati-body p{
	margin: 0;
}
.woocommerce-form-coupon-toggle{
	display: none;
}
.box-dati-fatturazione{
	padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px 0px #00000029;
}
.box-dati-fatturazione .woocommerce-billing-fields{
	padding: 0px;
}
.box-dati-fatturazione .woocommerce-billing-fields label{
	font-size: 14px;
}
.box-dati-fatturazione .woocommerce-billing-fields abbr{
	font-size: 10px;
	color: #404040 !important;
}
.box-dati-fatturazione .woocommerce-billing-fields input{
	border-radius: 0px;
	border-color: #eee;
}
.box-dati-fatturazione .woocommerce-billing-fields h3{
	margin-top: 0px;
    font-weight: 400;
    font-size: 18px;
}
#billing_country_field span strong{
	font-weight: 400;
}
.box-dati-fatturazione .woocommerce-billing-fields select{
	height: 50px;
    padding: 10px;
    border-color: #eee;
}
.woocommerce-shipping-fields, .woocommerce-additional-fields{
	padding: 0px;
}
#ship-to-different-address span{
	font-weight: 400;
	font-size: 16px;
}
.woocommerce-shipping-fields__field-wrapper input{
	border-radius: 0px;
	border-color: #eee;
	height: 50px;
}
.woocommerce-shipping-fields__field-wrapper select{
	height: 50px;
    padding: 10px;
    border-color: #eee;
}
.woocommerce-shipping-fields__field-wrapper label{
	font-size: 14px;
}
.woocommerce-shipping-fields__field-wrapper abbr{
	font-size: 10px;
	color: #404040 !important;
}
.woocommerce-additional-fields__field-wrapper textarea{
	font-size: 14px;
    border-radius: 0px;
    border-color: #eee;
}
.blocco-fatturazione-utente{
	width: 55%;
    background-color: #fff;
    margin: 50px auto 50px auto;
    padding: 50px;
}
.blocco-fatturazione-utente h2{
	font-weight: 400;
	margin-top: 0px;
}
.box-field-fatturazione{
	position: relative;
	margin-bottom: 20px;
}
.box-field-fatturazione label{
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.box-field-fatturazione label abbr{
	font-size: 14px;
}
.box-field-fatturazione input, .box-field-fatturazione select{
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border:1px solid #eee;
}
.btn-fatturazione{
	background-color: var(--brown) !important;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
}
.blocco-input-nascita{
	display: flex;
}
.blocco-input-nascita input{
	width: 100px;
	margin-right: 8px;
}
.woocommerce a.remove:hover{
	background-color: transparent;
}
.woocommerce a.remove:hover svg path{
	fill:red;
}
.checkout-button{
	background-color: var(--azzurro) !important;
}
.gruppo-persona-giuridica fieldset{
	display: flex;
	border: none;
	padding: 0px;
}
.gruppo-persona-giuridica fieldset input{
	width: 18px;
	margin-right: 5px;
}
.gruppo-persona-giuridica fieldset p{
	display: flex;
	align-items: center;
	margin-right: 25px;
}
.box-field-fatturazione-aziende{
	display: none;
}
.input-radio, .shipping_method, .box-field-fatturazione fieldset input{
	filter: grayscale(1);
}
.scelta-spedizione{
	display: flex;
	align-items: center;
}
.scelta-spedizione input{
	margin-right: 30px;
}
.scelta-spedizione svg{
	width:30px;
	margin-right: 10px;
}
.scelta-spedizione h3{
	font-size: 18px;
	font-weight: 400;
}
.body-spedizione{
	display: none;
}
#billing_company_field{
	display: none;
}
.woocommerce-additional-fields__field-wrapper label{
	font-size: 14px;
}
.woocommerce-error {
    border-top-color: #ff000b;
    background-color: #ffbfbf;
}
.woocommerce-error li{
	margin-bottom: 10px;
	color: #f00;
}
.woocommerce-error li strong{
	font-weight: 400;
}
.woocommerce-error::before{
	display: none;
}
@media only screen and (max-width:1450px){
	.woocommerce-cart .site-main > .container, .woocommerce-checkout .site-main > .container{
		padding: 0px;
	}
}
@media only screen and (max-width:1200px){
	.colonna-riepilogo-carrello {
    	padding-left: 20px;
	}
	.blocco-info-utente{
		width: 100%;
	}
}
@media only screen and (max-width:991px){
	.content-carrello .col-md-8, .content-carrello .col-md-4{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blocco-info-utente{
		padding: 20px;
	}
	.spdedizioni-disponibili, .review-spedizione, .pagamenti-disponibili, .review-pagamento{
		flex: 0 0 100%;
	}
	.review-spedizione, .review-pagamento{
		padding-left: 0px;
		margin-top: 50px;
	}
	.blocco-checkout-pagamento{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width:767px){
	.single-img-cart, .single-info-cart, .single-footer-cart{
		flex: 0 0 100%;
	}
	.single-img-cart img{
		margin-bottom: 15px;
	}
	.cart-seleziona-qta{
		flex: 0 0 50%;
		order:1;
		justify-content: flex-start;
	}
	.cart-single-subtotal{
		flex: 0 0 50%;
		order:2;
	}
	.content-riepilogo-carrello{
		padding: 20px;
	}
	.colonna-riepilogo-carrello{
		padding-left: 0px;
	}
	.login-utente, .nuova-registrazione{
		flex: 0 0 100%;
		padding: 0px;
	}
	.box-ospite{
		margin-top: 20px;
	}
	.plus-checkout .col-md-3{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.singolo-selettore-step{
		width: 100px;
		padding: 8px 10px;
	}
	.singolo-selettore-step h3{
		font-size: 12px;
	}
	.singolo-selettore-step svg {
		margin-right: 2px;
		width: 16px;
		height: 16px;
	}
	.box-spedizioni-disponibili, .box-review-spedizione, .pagamenti-disponibili .woocommerce-PaymentMethods, .box-dati-fatturazione{
		padding: 20px;
	}
	.desc-tipo-spedizione {
    	width: 60%;
    	padding-left: 20px;
	}
	.woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-billing-fields__field-wrapper .form-row-last{
		width: 100% !important;
	}
}
/*NUOVO*/
.blocco-info-prodotto{
	clear: both;
	margin-top: 100px;
	margin-bottom: 60px;
}
.griglia-info-prodotto{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 100px;
}
.colonna-info-prodotto h3{
	margin-top: 0px;
	font-size: 25px;
}
.colonna-info-prodotto table td{
	padding: 10px 0;
	border-bottom: 1px solid var(--brown);
}
.colonna-info-prodotto table td:last-child{
	text-align: right;
}
.woocommerce div.product .product_title{
	margin-bottom: 0px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 20px;
}
.woocommerce-product-details__short-description h4{
	margin: 0;
	font-size: 16px;
}
.woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description h4 a{
	color: var(--brown);
}
.product-template-default.single .price{
	margin-bottom: 0px;
}
.info-paypal{
	margin-bottom: 20px;
}
.box-singolo-plus svg{
	width: 30px;
}
.plus-di-prodotto{
	width: 70%;
	padding:10px 20px;
	border: 1px solid var(--brown);
}
.box-singolo-plus{
	display: grid;
	grid-template-columns: 50px 1fr;
}
.box-singolo-plus p{
	margin: 0px;
}
.box-singolo-plus {
	display: grid;
	grid-template-columns: 50px 1fr;
	padding: 20px 0;
}
.plus-di-prodotto .box-singolo-plus{
	border-bottom: 1px solid var(--brown);
}
.plus-di-prodotto .box-singolo-plus:last-child{
	border-bottom: none;
}
.box-singolo-plus p {
	margin: 0px;
	font-size: 19px;
	font-weight: 600;
	line-height: 19px;
}
.box-singolo-plus p span{
	font-weight: 400;
	font-size: 16px;
}
.single-product .site-footer{
	margin-top: 0px;
}
.sezione-bundle{
	position: relative;
	padding: 0 5vw;
	display: block;
	margin-top: 100px;
}
.cards-bundle{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
}
.card-bundle{
	position: relative;
	flex: 0 0 18%;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 12px 0px #0000002b;
	height: 350px;
}
.card-bundle.card-cliccabile{
	flex: 0 0 22%;
	height: 420px;
}
.card-bundle h3{
	margin-bottom: 0px;
}
.check-bundle{
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid var(--brown);
	top: 10px;
	right: 10px;
}
.card-bundle.attivo{
	border: 2px solid #be9478;
}
.card-bundle.attivo .check-bundle{
	background-color: var(--brown);
}
.check-bundle svg{
	display: none;
	width: 100%;
	height: 100%;
}
.card-bundle.attivo .check-bundle svg{
	display: block;
}
.card-bundle h4{
	margin-top: 0px;
	font-size: 18px;
	color: #be9478;
}
.card-cliccabile{
	cursor: pointer;
}
.divisore-card{
	font-size: 40px;
	font-weight: 900;
	display: flex;
	align-items: center;
}
.sfondo-bundle{
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #F7F7F7;
	z-index: -1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.totale-bundle{
	position: absolute;
	top: 50%;
	right: 5vw;
	transform: translateY(-50%);
}
.totale-bundle h3{
	margin: 0 0 8px 0;
	font-size: 24px;
	line-height: 24px;
	text-decoration: line-through;
}
.totale-bundle h2{
	margin: 0  0 10px 0!important;
	font-size: 32px;
	line-height: 32px;
	color:#be9478;
}
.add-to-cart{
	background-color: var(--brown);
	padding: 20px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#variante-bundle{
	width: 100%;
	border: none;
	padding: 8px;
	background-color: #fff8f3;
	border-radius: 10px;
	position: relative;
	z-index: 5;
}
#variante-bundle:focus-visible{
	outline: none;
}
.seleziona-variante h3{
	margin-top: 0;
	padding: 5px 0 0 10px;
	color: #be9478;
}
.totale-bundle h5{
	margin: 0px;
}