body{
	font-family: 'NeueMontreal', sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
}
.padLtZero{
	padding-left: 0px;
}
.header{
	background: url(../images/Ipotesi-HOME-LANCIO-Aprile_1920x1080_neutro-per-home.jpg)no-repeat top center;
	background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
 
}
.mobile-hide {
	display: block;
  }
  .mobile-show {
	  display: none;
  }
@media screen and (max-width: 768px) {
	.mobile-hide {
	  display: none;
	}
	.mobile-show {
		display: block;
	}
}
.whb-general-header{
	border: none;
}
.topBar{
	background: url(../images/topbar-bg.png)no-repeat top center;
	text-align: center;
	padding: 10px 0px;
	color: #ffffff;
}
.topBar p{
	margin: 0px;
	font-family: 'NeueMontreal', sans-serif;
}
/*Menu and Logo Block*/
.menuBlock{
	padding: 30px 0px;
}
.mainMenu{
	margin: 35px 0px;
}
.whb-main-header ul.wd-nav > li{
	display: inline-block;
	padding: 0px 20px;
}
.whb-main-header ul.wd-nav > li > a span{
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.whb-main-header ul.wd-nav > li:hover a span, .wd-sub-menu li > a:hover{
	color: #FFBA00;
}
.adminMenu{
	margin: 35px 0px;
}
.adminMenu ul{
	padding: 0px;
	display: inline-flex;
	width: 100%;
  	justify-content: space-between;
}
h3.wd-entities-title {
	text-transform: capitalize;
	font-weight: initial;
}
.img-block span {
	vertical-align: top;
	line-height: 15px;
}
.accordion-button collapsed{

}
#tab-title-description, #tab-title-wd_additional_tab{
	display: none!important;
}
.wd-accordion.wd-style-default .wd-accordion-item{
	border-bottom: none;
}
.wd-accordion.wd-style-default::before {
	border-top: none;
}
.accordion-button:not(.collapsed){
	background: #cccccc;
	color: #333333;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
 background-image:var(--bs-accordion-btn-icon);
}
/*Slider Block*/

.sliderBlock{
/*	padding: 100px 0px 200px 0px;*/
	top: 50%;
    position: absolute;
}

.sliderBlock h1{
	color: #000;
	margin-bottom: 15px;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 0px 15px #fff;
	font-size: 46px;
	text-align: left;
    line-height: 1.2;
}
.sliderBlock p{
	border-top: 1px solid #FFBA00;
	padding-top: 25px;
	color: #000;
	font-size: 22px;
	text-align: left;
}
.sliderBtn{
	margin-top: 20px;
	text-align: left;
}
.sliderBtn a{
	display: inline-block;
	background: #FFBA00;
	padding: 12px 40px;
	color: #000;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.sliderBtn a:hover{
	  background-color: #ffc322;
  	box-shadow: 0 0 12px 0 rgba(255, 186, 0, 0.55);
    -webkit-transform: translate(0px, -0.3vw);
  	-ms-transform: translate(0px, -0.3vw);
 		transform: translate(0px, -0.3vw);
}
.secImgBlock img{
	width: 100%;
}
.introTextBlock{
	padding: 2vw 0px;
	background: url(../images/Home-LaTuaEssenza-011_26102023_lpdoDisco_2163.jpg) no-repeat;
	background-position: center center;
}
.introTextBlock h3{
	color: #fff;
	font-weight: 800;
	font-size: 40px;
	line-height: 1;
}
.introTextBlock h4{
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	line-height: 1;
}
.introTextBlock p{
	font-weight: 600;
}
.introBlock .secImgBlock{
	padding: 0px;
} 
.introTitle{
text-align: center;
}

.serBlockContainer{
	padding-top: 3vw;
    margin: 0 auto;
    max-width: 1600px;
}

.serviceBlock{
	padding-bottom: 50px;
	margin: 0 auto;
}
.introBlock p {
	color:#fff;
	line-height: 1;
	font-size: 20px;
}
/*.serviceBlock:nth-child(odd) {
	text-align: right;
}*/
.testimonial__desc p {
	color: #000;
}

ul.formato{
	display:flex;
	list-style:none;
	justify-content: space-evenly;
}

ul.formato li{
	padding: 15px;
}
ul.formato li.selected, .formato li:hover {
	box-shadow: inset 0px 0px 0px 2px #000;
}
/***********Featured Products**********************/
.featuredProducts{
	/*background: url(../images/feature-bg.png)no-repeat top center;
	background-size: cover;*/
	padding: 50px 0px;
}
.featuredProducts .sectionTitle h3{
	text-align: center;
	text-transform: uppercase;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 0px;
}
.secDesc p{
	text-align: center;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.categoryTitle{
	text-align: center;
	margin-bottom: 40px;
}
.categoryTitle p{
	text-align: center;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
}
.productImg img{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.addCartBtn{
	display: block;
	background: #FFBA00;
	padding: 12px 40px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.productContainer h5{
	color: #000000;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 800;
	margin-bottom: 0px;
    text-transform: uppercase;
}
.priceBlock {
    margin: 5px;
    font-size: 20px;
}
.addCartBtn a{
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 16px;
	color: #000;
}
.addCartBtn:hover{
	background-color: #ffc322;
  	box-shadow: 0 0 12px 0 rgba(255, 186, 0, 0.55);
    -webkit-transform: translate(0px, -0.3vw);
  	-ms-transform: translate(0px, -0.3vw);
 		transform: translate(0px, -0.3vw);
}
.productContainer{
	padding: 0px 10px;
	margin: 15px 20px 0px 20px;
	text-align: center;
}
/*.productContainer:hover{
	box-shadow: 0px 0px 13px 0px #ccc;
	border-radius: 10px;
}*/
/*.productContainer:hover .addCartBtn{
	bottom: 100px;
	opacity: 1;
}*/
.featuredProducts .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 30%;
}
.featuredProducts .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 30%;
	right: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #000;
}
.featuredProducts button span{
	font-size: 90px;
	line-height: 39px;
	display: inline-block;
	font-family: initial;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.featuredProducts button span:hover{
	color: #E20B17;
}
.sectionTitle, .secDesc{
	text-align: center;
}

.secContent{
	background: #000000;
	color: #ffffff;
}
.secContent{
	position: relative;
}
.secText{
	padding: 64px 100px;
	text-align: center;
}
.secText h3{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
	color: #ffffff;
}
.secText p{
	text-align: justify;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 500;
}
.secText .author p{
	text-align: center;
	margin-top: 50px;
	font-weight: 500;
	font-style: italic;
}
/*.sectionFullBg{
	background: url(../images/secColorBg.png)no-repeat center center;
	background-size: cover;
}
.scopBlock{
	background: url(../images/scop-bg.png)no-repeat top left;
	background-size: contain;
	padding: 200px 0px;
	color: #ffffff;
}*/
.scopBlock{
	background: url('../images/samples-set-lpdo-50.jpg')no-repeat top left;
	background-size: cover;
	padding: 200px 0px;
	color: #ffffff;
	background-position: center center;
}
.scopBlockDescp{
	text-align: center;
}
.scopBlock h3{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #ffffff;
}
.scopBlockDescp h4{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
}
.scopBlockDescp p{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.scopBlockDescp .contactBtn{
	margin-top: 15px;
}
.scopBlockDescp .contactBtn a{
	display: inline-block;
	background: #ffc322;
	padding: 12px 40px;
	color: #000;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.scopBlockDescp .contactBtn a:hover{
	color: #000;
	background-color: #ffc322;
  	box-shadow: 0 0 12px 0 rgba(255, 186, 0, 0.55);
    -webkit-transform: translate(0px, -0.3vw);
  	-ms-transform: translate(0px, -0.3vw);
 		transform: translate(0px, -0.3vw);

}
.galleryBlock img{
	width: 100%;
}
/***********Contact Block**********************/
.contactBlock{
	padding: 100px;
	background: #F8F8F8;
}
.contactBlock h3{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 800;
	font-size: 40px;
	color: #2C2C2C;
	text-align: center;
}
.contactBlock p{
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #2C2C2C;
	text-align: center;
}
.homeContactBlockLeft{
	text-align: center;
}
.contactFormBlock input, .contactFormBlock textarea{
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 16px;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #2C2C2C;
}
.contactFormBlock{
	text-align: center;
}
.contactFormBlock button{
	display: inline-block;
	background: #FFBA00;
	padding: 12px 40px;
	color: #000;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}
.contactFormBlock button:hover{
	background-color: #ffc322;
  	box-shadow: 0 0 12px 0 rgba(255, 186, 0, 0.55);
    -webkit-transform: translate(0px, -0.3vw);
  	-ms-transform: translate(0px, -0.3vw);
 		transform: translate(0px, -0.3vw);
}


.type-block{
	text-align: center;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.type-block h5{
	margin: 7px 0px 0px 0px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.type-block p{
	margin: 0px;
}
.serv-info-block {
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
.right-col{
	text-align: right;
}
.serv-info-block i{
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
}
.img-block{
	
}
.serv-block{
	margin-bottom: 30px;
}
.text-block{
	display: inline;
}
.serv-info-block img{
	width: 42px;
	float: left;
	margin-right: 20px;
}
.variation-block .product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper{
	display: none;
}
.variation-block .product-tabs-wrapper{
	border: none;
	padding-bottom: 0px;
}
.serv-info-block p{
	display: inline-block;
	margin: 0px 0px 30px 0px;
	line-height: 22px;
	vertical-align: top;
}
.wtsAppMessage {
	padding: 20px 0px 0px 0px;
}
.whoIsItContent {
	background-color: #F8F8F8;
	overflow: hidden;
	position: relative;
	padding: 40px 10px 60px;
	width: 100%;
}
.whoIsItContent::before {
	content: '';
	width: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: url('../images/illustrazioni/Cafe sup-1.png') no-repeat center center;
	background-size: 50%;
	opacity: 0.1;
}
/*.whoIsItContent::after {
	content: '';
	width: 100%;
	max-width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background: url(../images/flower-left.svg) no-repeat center center;
	background-size: 100%;
}*/
.whoIsItText {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.whoIsItTitle {
	font-size: 25px;
	line-height: 33px;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}
.whoIsItText p {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.ftIconFooter{
	text-align: center;
}
.ftIconFooter img{
	width: 68px;
}
.accordionLPDO-block{
	margin-top: 50px;
}
.accordion-item:first-of-type .accordion-button{
	color: #333333;
}
/***********Footer**********************/
.footer{
/*	background: #282F33;*/
	background: #000;
	padding: 50px 0px 20px 0px;
}
.widget{
	margin: 0px;
	padding: 0px;
}
.footerLogo{
	text-align: center;
}
.footerLogo img{
	width: 100px;
}
.socialMediaBlock ul{
	padding: 0px;
	margin: 0px;
}
.socialMediaBlock ul li{
	display: inline-flex;
	justify-content: space-between;
	padding: 7px 3px;
}
.socialMediaBlock ul li img{
	width: 30px;
}
.colTitle{
	margin-bottom: 20px;
}
.colTitle h4, h5.widget-title{
	color: #ffffff;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.securePaymentBlock{
	text-align: center;
}
.securePaymentBlock ul{
	padding: 0px;
}
.securePaymentBlock ul li{
	display: block;
	margin-bottom: 10px;
}
.securePaymentBlock img{
	max-width: 100%;
}
.widgetList ul{
	padding: 0px;
}
.widgetList ul li{
	display: block;
	margin-bottom: 10px;
}
.widgetList ul li a, .widgetList p, .textwidget p,.textwidget p a, .widgetList p a, :is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu) ul li a{
	color: #ffffff;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.col-1-img{
	padding: 10px 10px 10px 0px;
}
.col-2-img{
	padding: 10px 10px 10px 0px;
}
.col-3-img{
	padding: 0px!important;
}
.col-4-img{
	padding-left: 0px!important;
	padding-top: 10px;
	padding-right: 0px;
}




.copyrightBlock{
	margin-top: 30px;
	text-align: right;
	border-top: 1px solid #333;
	padding-top: 15px;
}
.copyrightBlock ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.copyrightBlock ul li{
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #333;
	color: #ffffff;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}
.copyrightBlock ul li a{
	color: #ffffff;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}
.copyrightBlock ul li:first-child{
	border-left: none;
}
.copyrightBlock p{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	border-left: 1px solid #333;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 300;
	font-size: 13px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 25px;
}
.copyrightBlock .menu-copyright-bar-menu-container{
	display: inline-block;
}
.mobileMainMenu{
	display: none;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-button-next, .swiper-button-prev{
    	color: #000000;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover{
    	color: #E20B17;
    }

.summary-inner form .single_add_to_cart_button{
	width: 84%;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-button:not(.collapsed){
	text-align: left;
}

@media (max-width: 767px) {
.summary-inner form .single_add_to_cart_button{
	width: 100%;
}
form.cart div.quantity, div.quantity input[type="number"]{
	width: 100%;
}
div.quantity input[type="button"]{
	min-width: 20%;
}
.whoIsItContent{
	margin-top: 20px;
}
}

.swiper-horizontal > .swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal, 
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	bottom: 0px;
	top: auto;
}
.featuredProducts .swiper{
	padding-bottom: 30px;
}



form.cart .single_add_to_cart_button{
	width: 80%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	display: inline-block;
	background: #FFBA00;
	padding: 12px 40px;
	color: #000;
	text-decoration: none;
	font-family: 'NeueMontreal', sans-serif;
	font-weight: 900;
	font-size: 16px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}

form.cart .single_add_to_cart_button:hover{
	  background-color: #ffc322;
  	box-shadow: 0 0 12px 0 rgba(255, 186, 0, 0.55);
    -webkit-transform: translate(0px, -0.3vw);
  	-ms-transform: translate(0px, -0.3vw);
 		transform: translate(0px, -0.3vw);
}
.hideme, .wd-social-icons, .wd-wishlist-btn{display: none;}

.featuredProducts form.cart .single_add_to_cart_button{
	width: 100%;
}

.wd-entities-title {
    line-height: 0.9;
}
.edpi {
	font-size: 60%;
}
.accordionkart {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all 200ms ease-out;
    min-width:220px;
}

.acactive, .accordionkart:hover {
    box-shadow: 0 0 6px rgb(255,186,0);
}

.accordionkart:after {
    content:url('/wp-content/themes/Avada-Child-Theme/chevron-down.svg');;
    color: #777;
    margin-left: 5px;
    font-family: dashicons;
    vertical-align:middle;
}

.acactive:after {
    content: url('/wp-content/themes/Avada-Child-Theme/chevron-up.svg');
}

.panelgift {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.float-whbtn {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 85px;
    right: 22px;
    background-color: rgb(77, 194, 71);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
}
