/* Create by up3up team */
/* Global */
body{
	font-family: 'Be Vietnam Pro', sans-serif !important;
	background: #f4f4f4;
	color: #09121d;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
	letter-spacing: 1px;
}
.newsletter input:-webkit-autofill,
.newsletter input:-webkit-autofill:hover, 
.newsletter input:-webkit-autofill:focus, 
.newsletter input:-webkit-autofill:active  {
    transition: background-color 5000s;
    -webkit-text-fill-color: #f4f4f4 !important;
}

body.page-index,body.page-cms{
	background: #09121D;
	color: #F4F4F4;
}
#main .page-header h1{
	color: #09121d;
	font-size: 36px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	font-family: 'Be Vietnam Pro', serif !important;	
}
body.page-index #main .page-header h1 ,body.page-cms #main .page-header h1{
	color: #f4f4f4;
}
#wrapper {
    background: #f4f4f4;
}
body.page-index #wrapper,body.page-cms #wrapper,body#order-confirmation #wrapper{
	background: #09121D;
}
body#order-confirmation #footer {
	background: #09121D;
}

.h1, .h2, .h3 {
	text-transform: capitalize;
}
p {
	color: #09121d;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
body.page-index p ,body.page-cms p {
	color: #f4f4f4!important;
}

.ce-product-description-short>p, .ce-product-description>p, .elementor-accordion-content p, .elementor-image-hotspot-description p, .elementor-tab-content p, .elementor-text-editor p, 
.elementor-toggle-content p, 
.elementor-widget-call-to-action .elementor-cta-description
{
	font-family: 'Be Vietnam Pro', sans-serif !important;	
	color: #09121d !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 22px !important;
}




#header.fixed{
    position: fixed;
    width: 100%;
}
/* .fixed{
    animation: smoothScroll 1s forwards;
} */
a:hover{
    color: #866527;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}
.block_newsletter .custom_check{
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.block_newsletter .custom_check span p{
    padding: 0 !important;
    margin: 2px 0px 0 15px;
    line-height: 30px;
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
}
.block_newsletter .custom_check span p a{
    line-height: 25px;
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
.block_newsletter .custom_check span p a:hover{
    color: #866527;
}
.block_newsletter .custom_check span{
    position: relative;
    padding-left: 25px;
}
.block_newsletter .custom_check span:before{
    content: "";
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    border-radius: 0px;
    top: 7px;
    left: 0;
    border: 1px solid #f4f4f4;
}
.block_newsletter form .custom_check input{
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
}
.custom_check input[type="checkbox"]:checked+span:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 3px;
}

.custom_check .custom_error span{
    color: #fff;
}
#footer {
    padding-top: 80px;
	background: #09121d;
}
#footer #static-block-wrapper_4{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#footer #static-block-wrapper_4 .footer-service{
    background: var(--primary-color);
    padding: 0 52px;
}
#footer #static-block-wrapper_4 .footer-service ul{
    display: flex;
    min-height: 280px;
    align-items: center;
    justify-content: space-around;
}
#footer #static-block-wrapper_4 .footer-service ul li{
    text-align: center;
    margin-top: 20px;
    width: 33.333%;
}
#footer #static-block-wrapper_4 .footer-service ul li strong{
    font-size: 32px;
    line-height: 64px;
    font-weight: 600;
    color: #61534E;
}
#footer #static-block-wrapper_4 .footer-service ul li p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #FFFFFF;
}
#footer .footer-container .footer-Potrai{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .footer-container .footer-Potrai img {
	max-width: 70%;
    min-width: 30px;
}

#footer .footer-container .footer-Potrai .img-Stripe img{
     min-width: 70px;
}

#footer .footer-information-link{
    display: flex;
    justify-content: space-between;
}
#footer .footer-information{
    display: flex;
    flex-wrap: wrap;
	padding-right: 15px;
    padding-left: 15px;
}
#footer .f-item{
	padding: 0 0px 30px 50px;
	    max-width: 360px;
}
#footer .footer-all-link{
    display: flex;
    width: 64%;
}
#footer .container .social-network{
    display: flex;
}
#footer .container .social-network a{
    color: #fff;
    font-size: 34px;
	margin-right: 20px;
}
#footer .container .social-network a:hover {
	color: #bf563f ;
}
#footer .container .social-network .yt{
    margin-right: 0px;
}
.footer-container li {
    margin-bottom: 0;
}
#footer .footer-information .f-h6{
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
	margin: 0px 0 25px;
}
#footer .f-item .f-h5 {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    display: block;
	margin: 5px 0 8px;
}
#footer .f-item .text-p {
	margin: 0px 0 25px;
}
#footer .footer-information p,#footer .footer-information a{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
}
#footer .footer-information a:hover {
	color: #866527;
}
#footer .footer-info {
	padding: 0 0 10px 30px;
    width: 300px;
}
#footer .footer-info li {
	margin-bottom: 0px;
}

#footer .footer-information p.ser-time{
    max-width: 175px;
	margin-bottom: 15px;
}
#footer .footer-information p.ser-aperti{
    max-width: 265px;
	margin-bottom: 15px;
}
#footer .footer-information p.ser-aperti a {
	font-weight: 500;
	text-decoration: underline;
}

#footer .footer-information p{
    margin-bottom: 5px;
}
#footer .footer-information p.address-p {
    margin-bottom: 20px;
}

#footer .footer-information ul li p,
#footer .footer-information ul li a{
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
#footer .footer-information a:hover,#footer .footer-information ul li a:hover{
	color: #866527;
}
#footer .footer-social .f-h6{
    color: #f4f4f4;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
	margin: 5px 0 15px;
}



#footer .footer-contact p {
	display: flex;
}
#footer .footer-contact p i {	
	font-size: 15px;
	margin-right: 7px;
	width: 16px;
	text-align: center;
}
#footer .footer-payments {
	margin: 0;
    padding: 40px 0 25px;
	border-top: 1px solid #778082;
}
#footer .footer-payments .ser-bonifico {
	color: #f4f4f4;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

#footer .footer-contact-app{
    padding: 0 40px;
    position: relative;
    bottom: 10px;
}
#footer .footer-contact-app a{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #61534E;
    position: relative;
    padding-left: 55px;
}
#footer .footer-contact-app a:before{
    content: "";
    background: url(../images/icon-phone.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
#footer .footer-information .fcontact-info ul.social li {
	margin: 0 0 15px;
}
#footer .footer-information .fcontact-info ul.social li a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
}
#footer .footer-information .fcontact-info ul.social li a:hover {
	color: #866527;
}

#footer .footer-bottom {
    position: relative;
	background: #09121D;
	border-top: 1px solid #778082;
}
#footer .footer-bottom .footer-copyright p a.link-mb{
    display: none;
}
.footer-bottom .footer-copyright {
    display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 40px 0;
}
.footer-bottom .footer-copyright .yearcopy {
	margin-right: 4px;
}
.footer-bottom .footer-copyright p{
    margin-bottom: 0;
	color: #f4f4f4;
}

.footer-bottom .footer-copyright a.up_up{
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    color: #F4F4F4;
	display: none;
}
.footer-bottom .footer-copyright a.blab_studio{
    color: #F4F4F4;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.footer-bottom .footer-copyright a.blab_studio:hover{
    color: #866527;
}


.block-social {
	display: none;
}
.footer-line {
	position: relative;
}
.footer-line:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 100px;
    width: 1px;
    height: 140px;
    background: #778082;
}
.footer-middle {
	background: #09121D;
	padding: 25px 0 25px;
	border-top: 1px solid #778082;
}
.footer-copyright p a.up_up{
    padding: 2px 0px 0px 18px;
    background: url(../images/up3up-icon.png) no-repeat left;
}
.block_newsletter form {
	width: 100%;
}
#footer > .footer-container{
    padding-top: 0;
    background: #09121D;
	overflow: initial;	
}
.newsletter-wrapper {
	max-width: 430px;
	padding: 0 35px 0 0;
}
.newsletter-wrapper .container {
	max-width: 1050px;
}

.block_newsletter{
    background: transparent;
    max-width: 100%;
}
.block_newsletter > .row{
    
}
.block_newsletter > .row .sub-title{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-top: 0 !important;
	max-width: 535px;
	margin: 0 0 30px;
}
.block_newsletter > .row #block-newsletter-label{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	margin: 0px;
}
.block_newsletter > .row #block-newsletter-label strong {
	color: #09121D;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	display: block;
}
.newletter-text {}
.newletter-text span {
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
	display: block;
    padding: 0 0 15px;
}
.newletter-box {
	display: flex;
    align-items: center;
}
.footer-service {
	padding-top: 40px;
	padding-bottom: 35px;
	border-top: 1px solid #e7cf97;
}
.service .footer-service ul{
    display: flex;
    justify-content: center;
	margin: 0;
}
.service .footer-service ul li {
    text-align: left;
    margin: 0 27px;
	position: relative;
	padding: 0px 0px 0px 40px;
}
.service .footer-service ul li:before {
	content: "";
	position: absolute;	
	top: 3px;  
    left: 0; 
}
.service .footer-service ul li.item-1:before{
    content: "";
    background: url(../images/Icons/shipping.svg) no-repeat center top;
    background-size: contain;    
    width: 29px;
    height: 22px;
}
.service .footer-service ul li.item-1 {
	padding: 0px 0px 0px 50px;
}
.service .footer-service ul li.item-2:before{
    content: "";
    background: url(../images/Icons/payment.svg) no-repeat center top;
    background-size: contain;
    width: 24px;
    height: 22px;
}
.service .footer-service ul li.item-3:before{
    content: "";
    background: url(../images/Icons/lock.svg) no-repeat center top;
    background-size: contain;
    width: 18px;
    height: 22px;
}
.service .footer-service ul li.item-4:before{
    content: "";
    background: url(../images/Icons/help.svg) no-repeat center top;
    background-size: contain;
    width: 25px;
    height: 22px;
}
.service .footer-service h3 {
	color: #09121d;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	font-family: 'Be Vietnam Pro', serif;
}
.service .footer-service ul li h4 {
	text-align: left;
	margin: 0 0 0;
}
.service .footer-service ul li strong{
	color: #09121D;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
    display: block;
}
.service .footer-service ul li p,
.service .footer-service ul li p a{
	color: #09121d;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.service .footer-service ul li p a:hover{
    color: #866527;
}
.potrai {
}
.potrai .footer-Potrai{
    display: flex;
    justify-content: center;
    align-items: center;
}
.potrai .footer-Potrai > div{
    padding: 0 80px 15px 0;
	display: flex;
    align-items: center;
}
.footer-Potrai-m {
	display: none;
}
.potrai .footer-Potrai > div.img-Stripe {
	padding-right: 0;
}
.potrai .footer-Potrai > div i {
	color: #09121D;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
}  
.potrai .footer-Potrai span {
	color: #09121D;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	margin-left: 10px;
}
#footer > .container .newsletter-wrapper{
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
#footer .image-footer img{   
    width: 100%;
}
.form-newlester .row .col-xs-12 .input-wrapper > input{
    background: none;
    border: none;
	border-bottom: 1px solid #778082;
    border-radius: 0px;
    padding: 0px 0px 8px;
    height: auto;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.block_newsletter form input[type="email"]:focus{
    
}
.block_newsletter form input[type="email"]::-webkit-input-placeholder { /* Edge */
	opacity: 0.5;
    color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.block_newsletter form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.5;
    color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.block_newsletter form input[type="email"]::placeholder {
    opacity: 0.5;
    color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}
.form-newlester .row .actions-newlester {
	position: absolute;
	top: 0px;
    right: 0;
	width: auto;
}
.form-newlester .row .actions-newlester:before{
    content: "";
	height: 45px;
	width: 1px;
	opacity: 0.3;
    top: 0px;
    position: absolute;
    left: 0;
	/* background: #bf563f; */
}

.form-newlester .row .newlester-submit{
    background: none;
    max-width: inherit;
    width: auto;
    margin: 0;
	opacity: 0.60;
    height: 37px;
	min-width: 94px;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: right;
    text-transform: uppercase;
    transition: all .5s;
	border-radius: 0;
	padding: 0px 0px 8px;
}
.form-newlester .row .newlester-submit:hover {
	background: none;
    color: #f4f4f4;
	opacity: 1;
}

#footer .footer-icon-mb{
    display: none;
}
#footer .footer-all-link .f-link-item{
    width: 27.5%;
}
#footer .footer-all-link .f-link-item.center-link {
    margin: 0 20px 0 25px;
}
#footer .footer-all-link .f-link-item.center-link > .link-item{
    margin: 0;
}
#footer .footer-all-link .f-link-item:last-child{
    width: auto;
}
#footer .custom_check .checkeds-footer{
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
	cursor: pointer;
}
.question-link-fixed {
	width: 55px;
	height: 55px;
	z-index: 999;
	border-radius: 100%;
	background: #866527;
	position: fixed;
	right: 15px;
	bottom: 100px;
	/* display: flex; */
	display: flex;
	align-items: center;
	justify-content: center;	
}
.question-link-fixed:hover {
	background: #09121D;
}
.question-link-fixed i {
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
}
.footer-infoaddress {
    padding: 30px 0;	
	border-top: 1px solid #778082;
}
.footer-infoaddress p {
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 0 0px;
}


@media(min-width: 1900px) {    
    #footer #static-block-wrapper_4 .footer-service {
        padding: 0 130px;
    }
    #footer #static-block-wrapper_4 .footer-service ul li.spedi{
        width: 30%;
        text-align: left;
    }   
    #footer #static-block-wrapper_4 .footer-service ul li.spedi p{
        padding-left: 30px;
        text-align: left;
    }   
    
    #footer #static-block-wrapper_4 .footer-service ul li.reso {
        width: 40%;
    }
    #footer #static-block-wrapper_4 .footer-service ul li.chiamaci {
        width: 30%;
        text-align: right;
    }
    #footer #static-block-wrapper_4 .footer-service ul li.chiamaci p{
        text-align: right;
        padding-right: 35px;
    }   
    #footer .image-footer{
        background: unset !important;
        width: 49%;
    }
    #footer .image-footer img{
        display: block !important;
    }
}
@media(max-width: 1499px){
	.newsletter-wrapper {
		max-width: 480px;
	}
	#footer .footer-info {
		width: auto;
	}
    #footer .footer-all-link .f-link-item{
        width: 30%;
    }
    #footer .image-footer{
        background: url(../images/image-footer.png) no-repeat;
        background-size: cover;
        width: 49%;
    }
    #footer .image-footer img{
        display: none;
    }
}
@media(max-width: 1380px) {
	#footer .f-item {
		padding: 0 0px 30px 25px;
	}
	#footer .footer-info {
		padding: 0 0 10px 25px;
	}
	.newsletter-wrapper {
		max-width: 420px;
	}
}
@media(max-width: 1280px){
	#footer .footer-information-link {
		flex-wrap: wrap;
	}
	#footer .footer-information {
		width: 100%;
		margin: 45px 0 0;
		padding: 0px;
		justify-content: space-between;
	}
	.newsletter-wrapper {
		max-width: 600px;
	}
	#footer .footer-info {
		padding: 0 0 10px 15px;
	}
	
    #footer .footer-bottom{
        
    }
    .service .footer-service ul{
        flex-wrap: wrap;
		justify-content: center;
		max-width: 800px;
		margin: 0 auto;
    }
    .service .footer-service ul li{
        width: 40%;
        margin: 0 35px 30px 0;
		max-width: 300px;
    }
	.service .footer-service ul li {
		padding: 0px 0px 0px 40px;
	}
	.service .footer-service ul li.item-1 {
		padding: 0px 0px 0px 40px;
	}
	.product-service .service .footer-service ul li {
		width: 100%;
	}
	
}
@media(min-width: 1360px) {
    
}

@media(max-width: 1280px) {
   #footer .f-item {
	   width: auto;
	   padding: 0 0px 30px;
   }
}


@media(max-width: 1024px){
    #footer > .container .newsletter-wrapper{
        flex-direction: column;
    }    
    .block_newsletter{
        border: 0;
        max-width: 100%;
		padding-top: 0;
    }
    #footer .image-footer{
        width: 100%;
    }
    #footer .image-footer .image{
        background: url(../images/image-footer-mb.png) no-repeat;
        width: 293px;
    }
    #footer #static-block-wrapper_4 .footer-service ul{
        flex-direction: column;
    }
    #footer #static-block-wrapper_4.footer-service ul li strong{
        font-size: 25px;
        line-height: 45px;
    }
    #footer #static-block-wrapper_4 .footer-service ul li p{
        font-size: 18px;
    }
    #footer #static-block-wrapper_4 .footer-service{
        padding: 0 20px;
    }
    #footer #static-block-wrapper_4 .footer-service ul li{
        margin-top: 40px;
        width: 100%;
    }
    #footer #static-block-wrapper_4 .footer-service ul li.chiamaci{
        margin-bottom: 80px;
    }
	
	.footer-container {
		padding-top: 0;
	}
	.footer-middle {
		padding: 25px 0 0px;
	}
	.footer-middle .footer-container >.container {
		
	}
	.newsletter-wrapper {
		max-width: 100%;
		padding: 25px 0 10px;
	}
	#footer .footer-info {
		padding: 0 0 10px 0px;
	}
    #footer .footer-information-link{
        padding: 0;
		flex-direction: column;
    }
    #footer .footer-information{
		order: 2;
        flex-wrap: wrap;
		padding: 25px 15px 0px;
		margin: 0;
    }
	#footer .footer-information .f-h6 {
		font-size: 16px;
		margin: 0px 0 15px;
	}
	#footer .footer-information ul li p, #footer .footer-information ul li a {
		line-height: 32px;
	}
	#footer .f-item .f-h5 {
		font-size: 16px;
		font-weight: 700;
	}
	#footer .f-item.fcontact-info {
		width: 100%;
		padding-bottom: 0;
	}
	#footer .footer-information .fcontact-info ul.social {
		display: flex;
		align-items: center;
	}
	#footer .footer-information .fcontact-info ul.social li {
		margin-right: 35px;
	}
	#footer .footer-information .fcontact-info ul.social li a {
		font-size: 16px;
	}
    #footer #static-block-wrapper_6{
        width: 100%;
        order: 2;
        position: relative;
    }
    #footer .footer-contact .footer-icon-mb{
        position: absolute;
        right: 35px;
        top: 5px;
        text-align: right;
    }
    #footer .footer-contact .footer-icon-mb img{
        width: 75%;
    }
    #footer .footer-all-link{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #footer .footer-contact-app{
        padding: 0;
        margin-bottom: 30px;
        bottom: 0;
    }
    #footer .footer-icon-mb{
        display: block;
    }
    #footer .footer-icon{
        display: none;
    }
    #footer .footer-bottom{
        padding: 0;
        flex-wrap: wrap;
    }
    #footer .footer-bottom .footer-copyright{
        flex-wrap: wrap;
    }
    #footer .footer-bottom .footer-copyright p{
        width: max-content;
        display: block;
		font-weight: 200;
    }
    #footer .footer-all-link .f-link-item{
        margin-bottom: 20px;
    }
    #footer .footer-bottom .footer-copyright p a{
        font-size: 14px;
    }
    #footer .footer-contact-app a{
        line-height: 55px;
    }
    #footer .footer-bottom .footer-copyright p a.link-mb{
        display: block;
    }
    #footer .image-footer{
        background: unset !important;
        width: 100%;
    }
    #footer .image-footer img{
        display: block;
    }
    #footer .footer-contact{
        
    }
	#footer .footer-social .f-h6 {
		min-width: 210px;
	}
    #footer .container .social-network{
        margin-left: 0;
        width: 25%;
    }
	
	.block_newsletter > .row {
		flex-direction: column;
	}
	.block_newsletter .row > div {
		width: 100%;
	}
	.block_newsletter > .row .sub-title {
		margin: 0 0 15px;
		max-width: 100%;
		color: #f4f4f4;
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
	}
	.newletter-text span {
		color: #f4f4f4;
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
	}
	.block_newsletter > .row #block-newsletter-label strong {
		color: #866527;
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
	}
	.block_newsletter .custom_check {
		margin-top: 30px;
	}
	.block_newsletter .custom_check span p {
		color: #fff;
	}
	.block_newsletter .custom_check span p a {
		color: #fff;
	}
	#footer .footer-payments {
		margin: 0 15px;
		padding: 30px 0 0px;
		border-top: 1px solid #778082;
	}
	#footer .footer-container .footer-Potrai{
		flex-wrap: wrap;
		justify-content: center;
	}
	.potrai .footer-Potrai > div {
		padding: 0 15px 25px 15px;
		display: flex;
		align-items: center;
		width: 25%;
	}
	
}   
@media(max-width: 767px) {
	
    #header{
        background: #fff;
    }
    .form-newlester .row .newlester-submit {
		float: none !important;
		font-size: 16px;
		line-height: 22px;
		border-radius: 0;
		width: 100%;
		text-align: center;
		min-width: auto;
		height: 55px;
    }
	#footer .newsletter .block_newsletter {
		/* margin-bottom: 0; */
	}
	.block_newsletter {
		padding:0 15px;
	}
	.footer-middle {
		/* border: none; */
	}
    #footer .footer-bottom{
        justify-content: center;
		border: none;
    }
    #footer .footer-bottom .footer-copyright:last-child{
        margin-top: 0px;
    }
	.footer-bottom .footer-copyright {
		padding: 25px 0;
		display: block;
		border-top: 1px solid #778082;
	}
	#footer .footer-bottom .footer-copyright p {
		font-size: 14px;
	}
	
	#footer .footer-bottom .footer-copyright {
		flex-direction: column;
	}
    .block_newsletter > .row > .col-md-7.col-xs-12 .form-newlester .row .actions-newlester{
		text-align: center;
		position: relative;
		width: auto;
		padding: 0 15px;
		margin: 10px 0 0;
    }
    #footer > .container .potrai .footer-Potrai {
        flex-wrap: wrap;
    }
    #footer > .container .potrai .footer-Potrai > div{
        margin: 5px 15px 15px;
    }
    #footer > .container .potrai .titl-potrai{
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    #footer > .container{
        margin: 0px;
        width: auto;
    }
	.service .footer-service ul {
		justify-content: flex-start;
	}
	.service .footer-service ul li {
		width: 100%;
		padding: 0 0 0 60px;
		margin: 0 0px 25px 0;
	}
	.service .footer-service ul li.item-1 {
		padding: 0px 0px 0px 60px;
	}
	.service .footer-service ul li.item-1:before {
		width: 36px;
		height: 26px;
	}
	.service .footer-service ul li.item-2:before {
		width: 30px;
		height: 26px;
		left: 3px;
	}
	.service .footer-service ul li.item-3:before {
		width: 22px;
		height: 26px;
		left: 5px;
	}
	.service .footer-service ul li.item-4:before {
		width: 30px;
		height: 26px;
		left: 3px;
	}
	#footer .footer-container .footer-Potrai {
		justify-content: space-between;
		flex-wrap: wrap;
	}
    #footer .newsletter{
        width: auto;
    }
    .block_newsletter > .row #block-newsletter-label {
		font-size: 20px;
	}
	.block_newsletter > .row #block-newsletter-label strong {
		display:block;
	}
	#footer .footer-container .newsletter-wrapper {
		padding: 15px 0 0px;
	}
    .block_newsletter > .row > .col-md-7.col-xs-12{
        width: 100%;
        margin: 0;
        padding: 0;
    }
	.form-newlester .row .col-xs-12 .input-wrapper > input {
		padding: 10px 0px;
	}
    .block_newsletter > .row > .col-md-7.col-xs-12 .form-newlester .row{
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .block_newsletter > .row > .col-md-7.col-xs-12 .form-newlester .row > .col-xs-12.actions{
       
    }
    #footer .custom_check{
        
    }
    #footer .footer-mb{
        display: block !important;
    }
    #footer .footer-container .row >.footer-container{
        
    }
    #footer .footer-mb .footer-contact-mb{
        display: flex;
        flex-wrap: wrap;
    }
    #footer .footer-mb .footer-contact-mb .f-h6{
        width: 100%;
    }
    #footer .footer-mb .footer-contact-mb .footer-addres,
    #footer .footer-mb .footer-contact-mb .contact-link{
        width: 50%;
    }
    #footer .footer-mb .footer-all-link-mb{
        display: flex;
        margin-top: 20px;
    }
    #footer .footer-mb .footer-all-link-mb .f-link-item{
        width: 50%;
    }
    #footer .container .social-network{
        bottom: 0;
        margin-top: 15px;
		width: 100%;
    }
	#footer .container .social-network a i {
		font-size: 34px;
	}
    #footer .footer-mb .footer-contact-mb .footer-addres .address-p{
        color: #f4f4f4;
        font-size: 13px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
    #footer .footer-mb .footer-contact-mb .contact-link p{
        color: #f4f4f4;
        font-size: 13px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
        margin: 0;
    }
    #footer .footer-mb .footer-contact-mb .contact-link p a{
        color: #f4f4f4;
        font-size: 13px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
    #footer .footer-bottom .footer-copyright p a{
        
    }
	#footer .footer-bottom .footer-copyright:last-child p:first-child a {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
        margin: 0;
	}
	
    #footer .footer-container .row >.footer-container {
        border: 0;
    }
    #footer .footer-container .row >.footer-container .container{
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px;
        border-bottom: 1px solid;
    }
    body#checkout #footer .footer-container .row >.footer-container .container{
        border-bottom: 0px solid;
    }
    #footer .footer-information-mb{
        margin: 0 30px;
    }
    body#checkout #footer .footer-container .container{
        margin: 0;
        padding: 0;
    }
    body#checkout #footer .footer-information{
        
    }
    #checkout #footer .footer-contact .f-contact-inner ul{
        margin: 0;
    }
    #checkout #footer .footer-contact .f-contact-inner ul li{
        margin: 0;
    }
	#product #footer .footer-service {
		display: none;
	}
	#footer .footer-container .footer-Potrai img {
		
	}
	#footer .footer-payments .f-contact-inner{
		margin: 0 -15px;
	}
	#footer .footer-payments {
		padding: 35px 0 20px;
	}
	.potrai .footer-Potrai > div {
		padding: 0 15px 25px 15px;
		width: 25%;
	}
	.potrai .footer-Potrai > div.img-visa,.potrai .footer-Potrai > div.img-Klarna,.potrai .footer-Potrai > div.img-AMEX,.potrai .footer-Potrai > div.img-Stripe {
		display: none;
	}
	.potrai .footer-Potrai > div.img-maestro {
		padding-right: 0;
	}
	.footer-Potrai-m {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		max-width: 340px;
	}
	.footer-Potrai-m > div {
		padding: 15px 18px;
	}
	.footer-Potrai-m > div img {
		max-width: 45px;
	}
	.footer-Potrai-m > .img-AMEX img {
	    min-width: 20px;
	}	
	.footer-infoaddress {
		margin: 0 15px;		
	}
	.footer-infoaddress .container {
		padding: 0;	
	}
	
}
@media(max-width: 640px) {
	
}
@media(max-width: 414px) {
	.potrai .footer-Potrai > div {
		padding: 0 18px 15px 0;
	}
	.footer-Potrai-m > div {
		padding: 10px 18px;
	}
	.footer-Potrai-m {
		max-width: 250px;
	}
	.block_newsletter .custom_check span p {
		font-size: 14px;
	}
}
@media(max-width: 360px) {
	.potrai .footer-Potrai > div.img-postepay {
		width: auto;
	}
	.potrai .footer-Potrai > div.img-mastercard {
		width: auto;
	}	
	.potrai .footer-Potrai > div.img-maestro,.potrai .footer-Potrai > div.img-visa  {
		width: auto;
	}
	.potrai .footer-Potrai > div.img-visa {
		padding: 0 20px 15px 0;
	}
	#footer .footer-information .fcontact-info ul.social li {
		margin-right: 20px;
	}
	
}

body {
	padding: 202px 0 0;
}
body#checkout {
	padding: 135px 0 0;
}
@media(max-width: 1000px) {
	body {
		padding: 130px 0 0;
	}
}
@media(max-width: 767px) {
	body {
		padding: 95px 0 0;
	}
}
#header{
    background: #09121D;
    box-shadow: none;
	padding: 0px;
	z-index: 997;
	position: fixed;
    width: 100%;
	top: 0;
}
#index #header{
	
}
#header #_desktop_logo{
    width: auto;
}
#header .header-nav{
    border-bottom: 0;
    height: 30px;
    max-height: inherit;
	letter-spacing: 0;
}
#header.fixed .header-nav {
	display: none;
}
#index #header .header-nav {
	
}
#header .header-nav .right-nav {
	height: 30px;
	padding: 7px 0 0; 
}
#header .header-nav .container > .row .store{
    position: absolute;
    right: 0;
}
.multi-store{
    position: relative;
}
.multi-store ul{
    position: absolute;
    right: -5px;
    top: 20px;
    padding: 12px;
    display: none;
    z-index: 10;
    background: #f5f5f5;
    cursor: pointer;
}
.multi-store ul li:nth-child(2){
    margin: 5px 0;
}
.multi-store ul li a:hover {
    color: #866527 !important;
}
.multi-store .current-label:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
}
#header .right-nav span {
    color: #09121D;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}
#header .right-nav a {
	color: #f4f4f4;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
}
#header .right-nav .top-bisogno {
	width: 30%;
	text-align: left;
}
#header .right-nav strong {
	font-weight: 700;
}
#header .right-nav i {
	margin: 0 5px;
}
#header .right-nav .fa-phone {
	transform: rotate(90deg);
}
#header .right-nav .top-chiamaci {
	width: 40%;
	text-align: center;
}
#header .right-nav .top-message {
	width: 30%;
}
#header .right-nav .top-message ul {
	display: flex;
	justify-content: flex-end;
}
#header .right-nav .top-message li {
	padding: 0 12px;
}
#header .right-nav .top-message li:last-child {
	padding-right: 0;
}
#header .right-nav .top-message li a {
	color: #09121D;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
#header .right-nav .top-message li a:hover {
	color:#866527;
}
#header .right-nav a:hover {
	color:#866527;
}

#header .right-nav .multi-store .current-label{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
/* Menu */
#header .top-menu .category .dropdown-item{
	font-size: 16px;	
    color: #f4f4f4;
	line-height: 40px;
    text-transform: capitalize;
}
#header .top-menu .category.collant{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px 0 25px;
}
#header .top-menu .category.collant .top-menu-custom:last-child{
    margin-left: 75px;
}
#header .top-menu .category.imagemenu{
    min-width: 193px;
}
#header .top-menu .category.imagemenu .level1-image a:hover{
    visibility: unset !important;
}
#header .top-menu .top-menu{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#header .top-menu .sub-menu{
    width: 100%;
    position: fixed;
    top: 80px !important;
    margin: 0 auto;
}
/* Menu */

#header .whislist {
    padding: 20px 0 0 30px;
}
#header .whislist .whislist-ico{
    width: 20px;
    height: 23px;
    display: block;
    background: url(../images/Icons/wishlist.svg) no-repeat;
}

#header .search-control .search-head .search-ico{
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    background: url(../images/Icons/search.svg) no-repeat;
	background-size: contain;
	position: relative;
    z-index: 12;
}
#header .header-top .position-static1 {
    display: flex;
    justify-content: flex-end;
    padding-top: 3px;
    align-items: center;
	position: static;
    top: 3px;
    float: none;
    margin-left: auto;
	padding: 0 15px 0;
}
#header .header-top .position-static1 .menu {
    order: 1;
	display: none;
}

#header .header-top .position-static1 .menu ul li a{
    padding: 0 7px;
    color: #f4f4f4;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    text-transform: capitalize;
}
#header  .top-menu#top-menu{
    min-width: 380px;
}
#header .header-top .position-static1 .menu ul li#category-10 li a:after{
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
     position: absolute;
    top: 0;
}
#header .header-top .position-static1 .menu ul li a:hover{
    font-weight: 600;
    text-decoration: underline;

}
#header .header-top .position-static1 .menu ul li#category-10 li a:hover{
        visibility: hidden;
        font-weight: inherit; 
        
}
#header .header-top .position-static1 .menu ul li#category-10 li.last-two > a:after{
    display: none;
}
#header .header-top .position-static1 .menu ul li#category-10 li.last-two > a:hover{
    font-weight: 600;
    visibility: visible;
    text-decoration: underline;
}

#header .header-top .position-static1 .menu ul li#category-10 li a:hover:after {
    color: #111;
    height: auto;
    visibility: visible;
    overflow: visible;
}


#header .header-top .position-static1 .menu ul li a.first-link{
    font-style: italic;
}
#header .header-top .position-static > .top-menu >  .category > .popover > .top-menu > .category > .dropdown-item{
    color: #f4f4f4;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
}
#header .header-top .category-link a{
    color: #f4f4f4;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 23px !important;
    margin-bottom: 15px;
}
#header .header-top .position-static1 .search-control{
    order: 1;
	margin: 0px 35px 0 0;
}
#header .header-top .position-static1 .search-control .search-head{
    
}
#header .header-top .position-static1 .search-control .search-widgets{   
	min-width: 260px;
	margin-top: 3px;
	max-width: 100%;
	position: absolute;
    top: 3px;
    right: 2px;
}
#header .header-top .position-static1 #_desktop_user_info{
    order: 3;
}
#header .header-top .position-static1 #_desktop_cart{
    order: 4;
}
#header .header-top .position-static1 #_desktop_whislist{
    order: 3;
}
#_desktop_language_selector {
	order: 5;
}
#_desktop_language_selector .dropdown .expand-more {
	color:#fff;
}
#header a {
    color: #f4f4f4;
}
.list_store {
	order: 5;
	padding: 0 0 0 35px;
	margin: 0 0 0 80px;
	position: relative;
}
.list_store:before {
	content:"";
	position: absolute;
	bottom: -48px;
	left: 0;
	width:1px;
	height: 110px;
	background:#778082;
}
.list_store ul {
	display: flex;
	align-items: center;
	margin: 0;
}
.list_store ul li {
	margin-left: 30px;
}
.list_store ul li a {
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	font-style: normal;
	text-align: left;
	color: #f4f4f4 !important;
	opacity: 0.35;
}
.list_store ul li.active a,.list_store ul li a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#footer .dropdown-menu {
	left: 80px;
	top: inherit;
	bottom: 0;
}
#footer .dropdown:hover .expand-more {
    color: #000;
}
.footer-container li a:hover {
    color: #000;
}
.footer-language {
	padding: 0 0 20px;
}
.cart-center-container {}
.cart-center-container {
	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#header .cart-preview span {
	font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #f4f4f4;
}
#header .cart-preview .cart-center {
	margin: 3px 0 0;
}

#header .cart-preview .fa-shopping-cart {
	font-size: 16px;
    line-height: 19px;
    color: #f4f4f4;
}

#header .cart-preview .cart-products-count{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #f4f4f4;
}
#header .store .multi-store .current-label{
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
#header .user-info {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #f4f4f4;
	text-align: center;
	padding: 0px 0px 0 0px;
}
#header .user-info a:hover {
	color: #866527;
}
#header .cart-preview .cart-ico{
    width: 20px;
    height: 22px;
    display: block;
    background: url(../images/Icons/cart.svg) no-repeat;
    background-size: contain;
}
#header .cart-preview .cart-products-count{
    position: absolute;
    top: 0px;
    right: -15px;
    min-width: 20px;
    padding: 0;
    height: 20px;
    background: #e7cf97;
    color: #09121D;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 15px;
    justify-content: center;
}
#header .cart-preview.inactive .cart-products-count {
	display: none;
}
#header .user-info .accedi-ico{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/Icons/user.svg) no-repeat;
    background-size: contain;
}
#header .user-info .fa-user {
	font-size: 16px;
    line-height: 19px;
    color: #f4f4f4;
}
#header .blockcart{
    background: none;
    position: relative;
	padding: 0px 0px 0 35px;
}
#header .search-control .search-head{
    padding: 12px 0px 10px 0px;
}

#header .header-top{
    padding-bottom: 0;
    padding-top: 0;
	background: transparent;
}

.header-top .search-widgets{
    padding: 0;
    z-index: 10;
    background: #fff;
}
.header-top .search-widgets form button[type="submit"]{
    position: absolute;
    right: -26px;
    top: 20px;
    width: 64px;
    height: 35px;
    background: none;
    text-align: center;
    border: none;
    cursor: pointer;
	background: #09121d;
    outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-top .search-widgets form button[type="submit"]:hover {
	background: none;
}
#search_widget form i.search{
	color: transparent;
	position: relative;
	padding: 0;
	font-weight: 500;
	width: 28px;
    height: 28px;
	background: url(../images/Icons/search.svg) no-repeat;
}
#header .search-control{
    position: relative;
}

#header .logo{
    margin-top: 10px;
	margin-bottom: 18px;
	height: 88px;
}
#search_widget{
    background: transparent;
	overflow: initial;
}
#search_widget form input{
    height: 40px;
    background: transparent;
    border: 0px solid #c7d3c8;
    border-radius: 0px;
    padding: 6px 20px 8px 0px;
	color: #F4F4F4;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	width: 260px;
	transition: .3s;
	transition-delay: .3s;
	border-bottom: 1px solid #778082;
}
#search_widget form input:focus{
    border-bottom: 1px solid #F4F4F4;
}
#search_widget form input[type="text"]::-webkit-input-placeholder { /* Edge */
	opacity: 0.5;
    color: #F4F4F4;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Be Vietnam Pro', sans-serif !important;
}
#search_widget form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.5;
    color: #F4F4F4;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Be Vietnam Pro', sans-serif !important;
}
#search_widget form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #F4F4F4;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Be Vietnam Pro', sans-serif !important;
}


#header .header-top>.container>.row:first-of-type{
    justify-content: space-between;
}
#header .header-top .container >.row {
	position: relative;
}
.menu-mobile {
    display: none !important;
}
.menu-desktop{
    display: flex;
}
#header .header-top .top-menu > li.has-sub.active-m{
    position: fixed;
    width: 100%;
    z-index: 11;
}
#header .header-top .top-menu .top-menu li.has-sub.active-m{
    z-index: 12;
}
.nav-primary {
	border-top: 1px solid #778082;
	border-bottom: 1px solid #778082;
	background: #09121d
}
.nav-primary >.container {
	/* display: flex;
	justify-content: flex-start; */
}

.Spedizioni-header {
	text-align: center;
	background: #866527;
	padding: 10px 0 11px;
}
.Spedizioni-header strong {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
}
.Spedizioni-header p {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
}
#products .page-not-found, #pagenotfound .page-not-found {
	background: none;
}
#products .page-not-found h4, #pagenotfound .page-not-found h4 {
    color: #f4f4f4;
}
@media(max-width: 1199px) {
	#header .header-top .position-static1 {
		padding: 0 15px;
	}
	.list_store:before {
		bottom: -52px;
	}
}
@media(max-width: 1024px) {
	.list_store:before {
		bottom: -50px;
	}
	
	#footer .footer-container .footer-Potrai img {
		max-width: 75px;
	}
	.potrai .footer-Potrai > div.img-visa,
	.potrai .footer-Potrai > div.img-Klarna,
	.potrai .footer-Potrai > div.img-AMEX,
	.potrai .footer-Potrai > div.img-Stripe
	{
		max-width: 120px;
	}
	#footer .footer-container .footer-Potrai .img-visa img,
	#footer .footer-container .footer-Potrai .img-Klarna img,
	#footer .footer-container .footer-Potrai .img-AMEX img,
	#footer .footer-container .footer-Potrai .img-Stripe img{
		max-width: 80px;
	}
	
	.potrai .footer-Potrai > div.img-AMEX {
		max-width: 55px;
	}
	#footer .footer-container .footer-Potrai .img-AMEX img {
		
	}
}
@media screen and (max-width: 992px) {
	#header .right-nav .top-bisogno {
		display: none;
	}
	#header .right-nav .top-chiamaci {
		width: 50%;
		text-align: left;
	}
	#header .right-nav .top-message {
		width: 50%;
	}
	.list_store {
		display: none;
	}
	#header .search-control .search-head .search-ico {
		width: 22px;
		height: 22px;
		background-size: contain;
	}
	#header .user-info .accedi-ico {
		width: 20px;
		height: 20px;
	}
	#header .cart-preview .cart-ico {
		width: 20px;
		height: 20px;
	}
	#header .header-top .position-static1 .search-control .search-widgets {
		top: 40px;
	}
	#header .header-top .position-static1 .search-control {
		order: 1;
		margin: 0px 25px 0 0;
	}
	#header .blockcart {
		padding: 0px 0px 0 25px;
	}
	.nav-primary {
		border: none;
	}
	#header .header-top .position-static1 {
		position: absolute;
		top: 40px;
		right: 0;
	}
	#header #_desktop_logo {
		width: 100%;
		text-align: center;
	}
	#header .header-nav {
		height: 15px;
	}
}

@media screen and (max-width: 767px){
		
	.top-logo-mobile {
		text-align: center;
	}
	.right-nav-mobile {
		position: absolute;
		top: 12px;
		right: 0;
	}
	#search_mobile {
		
	}
	#search_mobile .search-ico {
		width: 20px;
		height: 20px;
		display: block;
		cursor: pointer;
		background: url(../images/Icons/search.svg) no-repeat;
		position: relative;
		z-index: 12;
		background-size: contain;
		margin: 22px 20px 0;
	}
	#_desktop_whislist {
		display: none;
	}
    #footer .container .social-network .fb .fa-facebook:before{
        font-size: 34px;
    }
    #footer .container .social-network .insg .fa-instagram:before{
        font-size: 34px;
    }
    #footer .container .social-network .fb{
        margin-right: 40px;
    }
	#footer .container .social-network .insg{
        margin-right: 40px;
    }
    #header .top-menu#top-menu{
        min-width: inherit;
    }
    #header .header-top .top-menu > li.has-sub.active-m{
        top: 90px;
        left: 0;
    }
    .menu-desktop {
        display: none !important;
    }
    .menu-mobile {
        display: block !important;
    }
	#header {
		padding: 0 0 5px;
	}
	#header.fixed .logo {
		margin-top: 15px;
		margin-bottom: 10px;
		height: auto;
		width: 50px;
	}
	#header .navbar-header {
		position: absolute;
		top: -55px;
	}
	#header.fixed .navbar-header {
		position: absolute;
		top: -55px;
	}
	#header.fixed .right-nav-mobile {
		top: 12px;
	}
	#index #header {
		padding: 0px;
	}
    #header .search-control{
        width: 100%;
    }
	.header-top #search_widget input {
		padding: 10px 15px 10px 15px;
		width: 100%;
		border-radius: 0;
	}
	#search_widget form i.search {
		background-size: 22px;
	}
	#search_widget form input:focus{
		border-bottom: 1px solid #F4F4F4;
		width: 100%;
	}
	.header-top .search-widgets form button[type="submit"] {
		border-radius: 0;
		top: 25px;
		right: -15px;
		width: 50px;
	}
	.Spedizioni-header {
		padding: 8px 0 8px;
	}
	#_mobile_user_info {
		
	}
	#header .header-nav .blockcart {
		padding: 22px 0px 0 3px;
		background: none;
	}
	#header .header-nav .cart-preview.active {
		background: none;
	}
	#header .cart-preview .cart-products-count {
		top: 8px;
		right: -10px;
	}
    #search_widget{
        max-width: 100%;
        position: unset;
        background: transparent;
        border-radius: 30px;
    }
    #header > .header-top > .container{
        padding: 0 15px;
    }
    #search_widget form input{
        height: 44px;
    }
	#header .header-top .position-static1 .search-control .search-widgets {
		margin: 0;
		width: 100%;
		top: -10px;
		background: #09121d;
		border-radius: 0;
	}
	#_mobile_cart {
		margin: 0 20px 0 0;
	}
	#header .header-top .position-static1 {
		padding: 0 0px;
		top: 0;
	}
    #header .header-nav .store{
        right: 15px !important;
    }
    #header .header-nav > .container{
        
    }
	#header .header-nav .right-nav {
		display: none;
		height: auto;
		padding: 2px 0 2px;
		margin: 0 -15px;
		border-bottom: 1px solid #fae1a7;
	}
    #header .header-nav .container > .row{
        padding: 0 15px;
    }
	#header .right-nav .top-chiamaci {
		width: 100%;
		text-align: center;
	}
    #header .right-nav .top-message{
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
		display: none;
    }
    #header #_mobile_logo{
		position: static;
        top: 35px;
		left: 15px;
		width: 170px;
		height: 40px;
		margin-top: 3px;
		justify-content: center;
		display: none;
    }
	#header .logo {
		margin-top: 15px;
		margin-bottom: 10px;
		height: auto;
		width: 50px;
	}
	body#checkout #header .header-top {
		padding: 0;
	}
	body#checkout {
		padding: 100px 0 0;
	}
    #header .header-nav{
        height: auto;
    }
	#header.fixed .header-nav {
		display: block;
	}
    #header #_mobile_logo img{
        max-height: 35px;
		margin: 12px 0 0;
    }
    #header .blockcart .header{
        /* position: relative;
        top: 8px; */
    }
	#header .cart-preview .cart-ico {
		width: 17px;
		height: 18px;
	}
    #header .header-nav .user-info {
		margin: 0;
        padding: 22px 0px 15px 0px;
    }
	#header .header-nav .user-info .account {
		margin: 0;
	}
    #header .header-top .position-static{
        padding-right: 15px;
    }
    #header .header-top{
        margin-top: 0;
        padding-top: 0;
		padding-bottom: 0;
    }
	#header.fixed .header-top {
		
	}
    #search_widget form i.clear{
        display: none !important;
    }
	#header .header-top .position-static1 .search-control {
		margin: 0;
	}
	body#checkout #header .header-nav {
		height: auto;
	}
	

    #footer .footer-information-link{
        flex-direction: column;
    }
	#footer .footer-information {
		width: 100%;
	}
	#footer .f-item {
		width: 100%;
		padding: 0 0px 15px 0;
	}
	#footer .f-item .f-h5 {
		margin: 0px 0 5px;
	}
    #header .user-info .accedi-ico{
        /* position: relative;
        top: 8px; */
    }
	#search_widget form input[type="text"]::-webkit-input-placeholder { /* Edge */
		opacity: 0.5;
		color: #f4f4f4;
		font-size: 15px;
		font-weight: 400;
		line-height: 25px;
	}
	#search_widget form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
		opacity: 0.5;
		color: #f4f4f4;
		font-size: 15px;
		font-weight: 400;
		line-height: 25px;
	}
	#search_widget form input[type="text"]::placeholder {
		opacity: 0.5;
		color: #f4f4f4;
		font-size: 15px;
		font-weight: 400;
		line-height: 25px;
	}
	.Bonifico-head {
		display: flex;
		align-items: center;
		margin: 0 0 10px;
	}
	#footer .footer-payments .ser-bonifico {
		margin:0;
	}
	#footer .footer-information .Bonifico-head .f-h6 {
		margin: 0 5px 0 0;
	}
	
}
@media (max-width: 640px){
    #footer .f-item {
		padding: 0 0px 20px 0;
	}
	#footer .f-item.footer-sudinoi {
		padding-bottom: 0;
	}
	#footer .f-item ul {
		
	}
	#footer .footer-information p.ser-time {
		max-width: 190px;
	}
}
@media (max-width: 414px){
    #header #_mobile_logo{
        
    }
	
}
@media (max-width: 1080px){
    #header .top-menu .top-menu{
        justify-content: flex-start;
    }
    #header .top-menu .category.collant{
        padding: 0;
        margin-bottom: 20px;
    }
}
@media(min-width: 1000px){
    
}
@media(min-width: 768px){
    #header.fixed .header-top{
        /* margin-bottom: 17px; */
    }
}

/* Chi siamo */
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color: #f4f4f4;
}
.cms-id-4 {}
.cms-id-4 #main .page-header {
	margin: 0;
	text-align: center;
}

.chi-s1 {
	margin: 0 0 55px;
}
.chi-s1 .chi-s1-head {
	margin: 0 0 10px !important;
}
.chi-s1 .chi-s1-head .elementor-heading-title {
	color: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.chi-s1 p {
	color: #f4f4f4 !important;
	margin: 0 0 10px !important;
}

.chi-s2 {
	margin: 0 0 25px;
}
.chi-s2 .chi-s2-item p{
	text-align: center;
	margin: -10px 0 10px;
}
.chi-s2 .chi-s2-item p strong {
	font-weight: 600;
}
.chi-s2 .chi-s2-item {
	padding: 0 35px 15px;
}

.chi-s3 {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #eee;
	padding: 60px 15px 55px;
}
.chi-s3 h2{
	color: #f4f4f4;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-align: center;
	font-family: 'Be Vietnam Pro', serif !important;	
}
.chi-s3 p {
	color: #f4f4f4 !important;
	text-align: center;
}
.chi-s3 .scopri-i-servizi .elementor-button {
	width: 205px;
	height: 50px;
	background: #866527;
	border-radius: 15px;
	color: #fff !important;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
}
.chi-s3 .scopri-i-servizi .elementor-button:hover {
	background: #f4f4f4;
}
.chi-s4-title .elementor-heading-title{
	color: #f4f4f4;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-align: center;
	font-family: 'Be Vietnam Pro', serif !important;	
	margin: 45px 0 35px;
}
.chi-s4-text {
	margin: 0 -15px;
}
.chi-s4-text .elementor-container .elementor-row>.elementor-col-50 {
	padding: 0 15px;
}
.chi-s4-text p {
	color: #f4f4f4 !important;
}
.chi-s5 {
	margin: 30px -15px 50px;
}
.chi-s5 .elementor-container .elementor-row>.chi-s5-item {
	padding: 0 15px;
}
.chi-s5-item-child .elementor-container >.elementor-row {
	align-items: flex-end;
}
.chi-s5-item-child p {
	padding-left: 20px;
	margin: 0;
	font-style: italic !important;
}
.chi-s6 {
	margin: 0 -13px;
}
.chi-s6 .elementor-container .elementor-row>div {
	padding: 0 13px;
}
.chi-s6 .widget-image-caption {
	color: #f4f4f4;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	margin: 10px 0 0;
	font-style: italic;
	text-align: left;
}

.I-service-box .Farmacia-servizi {
	border: none;
	padding: 0;
}
.I-service-box {
	margin:0 0 0 !important;
}
.I-service-box ul {
    list-style: none !important;
}


@media(max-width: 1024px){
	.chi-s1 > .elementor-row {
		flex-direction: column;
	}
	.chi-s1 .elementor-row >div {
		padding: 0px;
		width: 100%;
	}
	.chi-s1-image {
		margin: 0 0 20px;
	}
	.chi-s3 {
		padding: 30px 30px 30px;
	}
	
	.chi-s4-text > .elementor-row {
		flex-direction: column;
	}
	.chi-s4-text .elementor-row >div {
		padding: 0px;
		width: 100%;
	}
	
}

@media(max-width: 767px){
	.page-content.page-cms {
		padding: 0;
	}
	#main .page-header h1 {
		margin: 0 0 15px;
		text-align: center;
		font-size: 28px;
		font-weight: 400;
		line-height: 32px;
	}
	#cms #main .page-header h1 {
		text-align: left;
	}
	.chi-s1 {
		margin: 0 0 15px;
	}
	.chi-s2 {
		margin: 0;
	}
	.chi-s2 .chi-s2-item {
		padding: 0 0px 15px;
	}
	.chi-s2 .chi-s2-item p,.chi-s2 .elementor-widget-image {
		text-align: left;
	}
	.chi-s3 {
		padding: 20px 15px 30px;
	}
	.chi-s3 p {
		text-align: left;
	}
	.chi-s3 h2 {
		text-align: left;
	}
	.chi-s4-title .elementor-heading-title {
		margin: 20px 0 10px;
		text-align: left;
	}
	.chi-s5 .elementor-container .elementor-row>.chi-s5-item {
		padding: 0;
	}
	.chi-s5 {
		margin: 0px 0 20px;
	}
	.chi-s5 .elementor-widget-image{
		text-align: left;
	}
	
	.chi-s5-item-child p {
		padding-left: 0;
		margin: 10px 0 15px;
	}
	.chi-s6 .elementor-container .elementor-row>div {
		margin: 0 0 15px;
	}
	.chi-s6 .elementor-widget-image{
		text-align: left;
	}
	.I-service-box .Farmacia-servizi {
		padding: 0 15px;
	}
	.chi-s3 .scopri-i-servizi {
		text-align: left;
	}
}

.cms-id-7 #main .page-header {
	margin: 0 0 15px;
}
.cms-id-7 #main .page-content {
	padding-top: 0;
}
.servizi1 {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 0 15px;
}
.servizi2 {
	max-width: 860px;
	margin: 0 auto;
}
.servizi1-text {}
.servizi1-text p {
	color: #f4f4f4 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
	text-align: center;
}
.servizi2-item-head {
	display: flex;
	position: relative;
}
.servizi2-item-img {
	position: absolute;
	top: -5px;
	left:0;
}
.servizi2-item-title {
	padding-left: 73px;
}
.servizi2-item-title h2 {
	color: #f4f4f4;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.servizi2-item-text {
	padding-left: 73px;
}
.servizi2-item {
	margin: 0 0 40px;
}
.servizi2-item-text a {
	color: #866527;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
	text-decoration: underline;
}
.servizi3-box {
	margin: 15px 0 0;
}
.servizi3-box .elementor-testimonial-wrapper .elementor-testimonial-image img {
	width: auto;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	max-width: 100%;
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-next,.servizi3-box .elementor-slick-slider .slick-slider .slick-prev {
	background: #e6edeb;
	width: 57px;
	height: 57px;
	color: #e6edeb;
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-next:hover,.servizi3-box .elementor-slick-slider .slick-slider .slick-prev:hover {
	background: #866527;
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-next {
	right: 0;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-next:before {
	content: "\f061";
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
    top: 18px;
    right: 18px;
    font-family: "Font Awesome 5 Free";
}

.servizi3-box .elementor-slick-slider .slick-slider .slick-prev {
	left: 0;	
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-prev:before {
	content: "\f060";
	color: #f4f4f4;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
    top: 18px;
    left: 18px;
    font-family: "Font Awesome 5 Free";
}
.servizi3-box .elementor-slick-slider .slick-slider .slick-next:hover:before,.servizi3-box .elementor-slick-slider .slick-slider .slick-prev:hover:before {
	color:#fff;
}
@media(max-width: 767px) {
	.servizi1-text p {
		font-size: 15px !important;
		line-height: 25px !important;
		text-align: left;
	}
	.servizi2-item {
		margin: 0 0 20px;
	}
	.servizi2-item-title {
		padding-left: 0;
		width: 100%;
	}
	.servizi2-item-img {
		position: static;
		width: 90px;
	}
	.servizi2-item-head {
		align-items: center;
		margin: 0 0 0px;
	}
	.servizi2-item-text {
		padding-left: 0;
		margin: 10px 0 0;
	}
}




.product_wk_advance {
	padding: 25px 0 25px;	
}
.wk_advance_container {
	display: flex;
}
.wk_advance_container >div {
	width: 50%;
	padding-right: 20px;
}
.wk_advance_right {
	padding-left: 25px;
	border-left: 1px solid #eee;
}
.product_wk_advance h2 {
	color: #f4f4f4;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	margin: 0 0 10px;
	padding: 5px 0 5px 30px;
	font-family: 'Lexend Deca', sans-serif !important;	
} 
.product_wk_advance .Caratteristiche {
	background:url(../images/cara-ico.svg) no-repeat left center; 
}
.product_wk_advance .Per-gustarlo {
	background:url(../images/per-ico.svg) no-repeat left center; 
}
.product_wk_advance .Premi {
	background:url(../images/star-ico.svg) no-repeat left center; 
}

.product_wk_advance p,.product_wk_advance strong {
	color: #f4f4f4;
	font-size: 15px;
	font-weight: 200;
	line-height: 25px;
}
.product_wk_advance p {
	display: flex;
}
.product_wk_advance p strong {
	min-width: 160px;
	padding-right: 40px;
}

.product_brand_advance {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 25px 0 15px;	
	margin: 0 0 30px;
}
.product_brand_advance h2 {
	color: #f4f4f4;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	position: relative;
	margin: 0 0 10px;
}
.product_brand_container {
	display: flex;
}
.product_brand_container >div {
	width: 50%;
}
.product_brand_text {
	padding-right: 20px;
}
.product_brand_container p{
	color: #f4f4f4;
	font-size: 15px;
	font-weight: 200;
	line-height: 25px;
}
.product_brand_photo {
	text-align: right;
}

.footer-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 90px;
    display: flex;
    width: 55px;
    height: 55px;
    background: #bf563f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 26px;
    margin: 0 0 2px 2px;
    z-index: 9;
}
.footer-whatsapp .fa-whatsapp {
	position: relative;
	width: 55px;
	height: 55px;
}
.footer-whatsapp .fa-whatsapp:before {
	content:"";
	background:url(../images/phone-chat.svg) no-repeat center;
	width: 55px;
	height: 55px;
	position: absolute;
    top: 0;
    left: 0;
}
.Nonsaicosascegliere {
	position: fixed;
    right: -120px;
    bottom: 50%;
    display: flex;	
    background: #f2f5fc;
    align-items: center;
    justify-content: center;
    color: #bf563f !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
    z-index: 10;
	width: 242px;
	height: 90px;
	padding: 0px 0 45px 0px;
	border-radius: 30px;
	border: 2px solid #bf563f;
	transform: rotate(-90.00008deg);
}
.social-sharing {
	display: none;
}
.product-middle-action .h1{
	display: none;
}
.product-middle-action .product-category-name{
	display: none;
}

.product-middle-action .product-available {
	display: none;
}
.list-static-box {
	display: flex;
	background:#bf563f;
	padding: 25px 40px 10px 30px;
	align-items: center;
	justify-content: space-between;
	margin: 35px 0 55px;
	position: relative;
}
.list-static-box p {
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	line-height: 25px;
	width: 48%;
}
.list-static-box img {
	position: absolute;
    right: 225px;
    top: -45px;
    max-width: 100%;
}
.list-static-box p strong {
	font-weight: 600;
	display: block;
}
.list-static-box .btn-static-box {
	outline: none !important;
    border-radius: 30px;
    height: 52px;
    background: #866527;
    color: #f4f4f4;
    font-size: 15px;
    line-height: 52px;
    transition: all .5s;
    padding: 0 25px;
    min-width: 165px;
    font-weight: 600;
	letter-spacing: 0;
    text-align: center;
	margin-top: -10px;
}

.marquees {
	color: #f4f4f4 !important;
	font-size: 80px;
	font-weight: 600;
	line-height: 97px;
	text-align: center;
	letter-spacing: 2.6666667px;
	font-family: 'Lexend Deca', sans-serif !important;
}
.marquees span {
	font-weight: 600;
    opacity: 0.3;
    color: #f4f4f4 !important;
	margin:0 20px;
}
@media (max-width: 480px) {
	
	#footer .f-item.footer-info {
		padding: 0 0 10px;
	}
	#footer .footer-information p.ser-aperti {
		max-width: 100%;
	}
	#footer .footer-information p.ser-aperti a {
		display:block;
	}
	
}
@media (max-width: 360px) {
	#footer .f-item {
		width: 100%;
	}
}

#pay-with-payment-option-2-form #xpay_list_icon {
	display: none !important;
}

#product #wrapper .product-middle-info .breadcrumb {
	display: block;
	margin: 0 0 8px;
}
#product #wrapper .product-middle-info .breadcrumb li:first-child{
	display: none;
}
@media (max-width: 767px) {
	#product #wrapper .product-middle-info .breadcrumb {
		display: none !important;
	}
}
.stripe-payment-form {
	padding-left: 40px;
}
.stripe-payment-form input {
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
	background: #eee;
	border: solid 0px #fff;
}
.ui-autocomplete.searchbar-autocomplete li a:hover {
    color: #000;
}

#category #left-column,#category #content-wrapper {
	width: 100%;
	padding: 0;
}
#amazzing_filter {
	position: relative;
	padding: 15px 0 0px;
}
#amazzing_filter:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #778082;
}
/* #amazzing_filter:after {
	content:"";
	position: absolute;
	top: 57px;
	left: 0;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #09121D;
} */
#amazzing_filter >.block_content {
	width: 90%;
    margin: 0 auto;
}
#amazzing_filter form {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#amazzing_filter .af_filter {
	min-width: 240px;
	padding-right: 20px;
}
.af_subtitle {
	text-transform: uppercase;
    font-weight: 400;
	display: inline-block;
}
.af_filter_content {
    padding-top: 35px;
}
#products #js-product-list  {
	width: 90%;
    margin: 0 auto;
}
.title_custom {
	width: 90%;
    margin: 0 auto;
}
.selectedFilters.inline {
	width: 90%;
    margin: 0 auto;
}
.product-customization {
	margin: 0;
}
.product-customization .card-block {
	padding:15px 0 25px;
	font-size: 14px;
	background:none;
}
.product-customization .card-block .card-title {
	color: #232323;	
	font-size: 16px;
	font-weight: 600;
}
.product-customization .product-message {
	border: 1px solid #09121d;
}
.attr-accordion {
	padding: 0 0 0 50px;
}
.item-accordion {}
.item-accordion .head-accordion {
	font-size: 22px;
	line-height: 40px;
	color: #866527;
	margin: 0;
	cursor: pointer;
	font-family: 'Baskervville', sans-serif !important;	
}
.item-accordion .head-accordion span {
	position: relative;
}
.item-accordion .head-accordion span:after {
	content:"+";
	position: absolute;
	top: 4px;
    right: -18px;
	font-size: 22px;
	line-height: 22px;
	color: #866527;
	margin: 0;
	font-family: 'Baskervville', sans-serif !important;	
	
}
.item-accordion .head-accordion.active span:after {
	content:"-";
	
}

.item-accordion .text-accordion {
	display: none;
}
.item-accordion .text-accordion.open {
	display: block;
}
.caratteristiche {
	padding: 10px 0 0;
}
.caratteristiche img {
	width: 100%;
	display:block;
}
@media (max-width: 1024px) {
	#amazzing_filter >.block_content {
		width: 100%;
		margin: 0 auto;
	}
	#products #js-product-list  {
		width: 100%;
		margin: 0 auto;
	}
	.selectedFilters.inline {
		width: 100%;
		margin: 0 auto;
	}
	.title_custom {
		width: 100%;
		margin: 0 auto;
	}
	#amazzing_filter .af_filter {
		min-width: 150px;
	}	
	.attr-accordion {
		padding: 0 0 0 0px; 
	}
}


@media (max-width: 767px) {
	.title_custom h1 {
		font-size: 50px !important;
		font-weight: 400;
		line-height: 50px !important;
		margin-bottom: 20px !important;
	}
	#amazzing_filter:before,#amazzing_filter:after {
		border: none;
	}
	#amazzing_filter form {
		display: block;
	}
	#amazzing_filter .af_filter {
		width: 100%;
	}
	.af_filter_content {
		padding-top: 10px;
	}
}



.submenu_item {
	position: relative;
	min-height: 460px;
}
.submenu_item > ul.level1 {
	display: flex;
}
.submenu_item ul.level1 li > a.level1 {
	color: #f4f4f4;
	font-size: 13px;
	line-height: 20px;
    display: block;
	padding: 0 30px 0 0;
	text-transform: uppercase;
}
.submenu_item ul.level1 li:last-child > a.level1 {
	padding-right: 0;
}
.submenu_item ul.level1 li > a:hover {
	color: #866527 !important;
}
.submenu_item .level2 {
	display: flex;
	padding: 30px 0 0;
	position: absolute !important;
    top: 40px;
    left: 0;
	opacity: 0;
	width: 100%;
	height: 90%;
	display:none;
	background:#09121d;
}
.submenu_item ul.level1 li > a.level1 .level1_subtitle {
	color: #f4f4f4;
	font-size: 11px;
	font-weight: 400;
	margin: -5px 0 0;
	display: block;
	text-transform: none;
}
.level2_wrapper {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.level2_group {
	display: flex;
	flex-wrap: wrap;
}
.level2_group .li_level2 {
	padding-right: 20px;
}

.submenu_item ul.level1 li {
	/* position: relative; */
}
.submenu_item ul.level1 li.active {
	max-height: none;
    position: absolute !important;
    background: #0a121d !important;
    top: -50px;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.submenu_item ul.level1 li:first-child .level2 {
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	top: 50px;
}
/* .submenu_item ul.level1 li:not(:first-child) ul.level2 {
	opacity: 0;
	display:none;
}
 */
.submenu_item ul.level1 li:hover .level2 {
	opacity: 1;
	display: flex;
}


.submenu_item .level2 li {
	padding-right: 20px;
}
.submenu_item .level2 li > a {
	text-transform: none;
}
.submenu_item .level2 .img {
	margin: 0 0 15px;
	display: block;
}
.submenu_item .level2 .head_title {
	font-size: 21px;
	line-height: 28px;
	color: #f4f4f4;
	font-weight: 400;
	display: block;
	margin: 0px 0 0;
	font-family: "Baskerville";
}
.submenu_item .level2 .sub_title {
	font-size: 16px;
	line-height: 22px;
	color: #f4f4f4;
	display: block;
	font-family: "Baskerville";
}
.submenu_item .level2 .sub_text {
	opacity: 0.502;
	width: 225px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	color: #f4f4f4;
	display: block;
	margin: 15px 0 10px;
}
.submenu_item .level2 .click_more {
	font-size: 13px;
	letter-spacing: 1px;
	color: #f4f4f4;
	font-weight: 600;
	display: block;
}


.submenu_item ul.level3 {
	margin: 20px 0 20px;
}
.submenu_item ul.level3 li > a {
	color: #f4f4f4;
	font-size: 13px;
	line-height: 25px;
	text-transform: capitalize;
}


.submenu_item > ul.il_level1 {
	display: flex;
	margin: 50px 0 0;
}
.submenu_item ul.il_level1 li {
	padding-right: 20px;
}
.submenu_item ul.il_level1 li > a.level1 {
	color: #f4f4f4;
	font-size: 13px;
	padding: 0 85px 0 0;
	text-transform: uppercase;
}
.submenu_item ul.il_level1 li:last-child > a.level1 {
	padding-right: 0;
}
.submenu_item ul.il_level1 li > a:hover {
	color: #866527 !important;
}

.submenu_item .il_level1 .img {
	margin: 0 0 15px;
	display: block;
}
.submenu_item .il_level1 .head_title {
	font-size: 21px;
	line-height: 28px;
	color: #f4f4f4;
	font-weight: 400;
	display: block;
	margin: 0px 0 0;
	max-width: 225px;
	font-family: "Baskerville";
}
.submenu_item ul.il_level1 li > .head_title:hover {
	color: #f4f4f4 !important;
}

.submenu_item .il_level1 .sub_title {
	font-size: 16px;
	line-height: 22px;
	color: #f4f4f4;
	display: block;
	font-family: "Baskerville";
}
.submenu_item .il_level1 .sub_text {
	opacity: 0.502;
	width: 225px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	color: #f4f4f4;
	display: block;
	margin: 15px 0 10px;
}
.submenu_item .il_level1 .click_more {
	font-size: 13px;
	letter-spacing: 1px;
	color: #f4f4f4;
	font-weight: 600;
	display: block;
}

.submenu_item ul.il_level2 {
	margin: 20px 0 20px;
}
.submenu_item ul.il_level2 li > a {
	font-size: 13px;
	line-height: 25px;
	text-transform: capitalize;
}
@media (min-width: 1001px) {
	.level2_group .li_level2.active {
		overflow-y: visible;
		visibility: visible;
	}
	.submenu_item ul.il_level1 li {
		overflow-y: visible;
	}
}
@media (max-width: 1000px) {
	.off-canvas-nav-megamenu .dropdown .active {
		max-height: none;
	}
	.submenu_item {
		min-height: none;
	}
	.submenu_item .level2 .img {
		display: none;
	}
	.submenu_item .il_level1 .img {
		display: none;
	}
	.submenu_item > ul.level1 {
		display: block;
	}
	.submenu_item ul.level1 li:first-child .level2 {
		opacity: 0;
		display: none;
	}
	.submenu_item ul.level1 li > a.level1 {
		font-size: 16px;
		font-weight: 300;
		line-height: 23px;
		padding: 8px 30px 8px 0;
	}
	.submenu_item ul.level1 li.active > a.level1 {
		color: #866527;
		text-align: right;
		padding: 8px 15px 8px 0;
	}	
	.submenu_item ul.level1 li > a.level1 .level1_subtitle {
		display: none;
	}
	.submenu_item ul.level1 li > .open {
		cursor: pointer;
		height: 20px;
		margin: 0;
		position: absolute;
		top: 10px;
		right: 0;
		width: 30px;
		margin: auto 0;
	}
	.submenu_item ul.level1 li > .open:after {
		content:"";
		position: absolute;
		top: 0px;
		right: 5px;
		width: 70px;
		height: 20px;
		background: url(../images/arrow_level2.png) no-repeat center;
	}
	.submenu_item ul.level1 li.active > .open {
		left: 5px;
		width: 70px;
	}
	
	.submenu_item ul.level1 li.active > .open:after {
		background: url(../images/arrow_level2_back.png) no-repeat center;
	}
	.submenu_item ul.level1 li.active > .level2 {
		opacity: 1 !important;
		display: block !important;
	}
	
	.submenu_item .level2.active {
		opacity: 1 !important;
		display: block !important;
	}
	
	.submenu_item > ul.il_level1 {
		display: block;
		margin: 0px 0 0;
	}
	.submenu_item ul.il_level2 {
		display: none;
	}
	.submenu_item li.active > ul.il_level2 {
		display: block;
	}
	.submenu_item ul.il_level2 li > a {
		font-size: 14px;
		line-height: 22px;
		text-transform: capitalize;
		color: #f4f4f4;
	}
	.submenu_item .il_level1 .head_title {
		max-width: none;
		position: relative;
	}
	.submenu_item .il_level1 .head_title:after {
		content:"";
		position: absolute;
		top: 5px;
		right: -5px;
		width: 20px;
		height: 20px;
		background: url(../images/plus.svg) no-repeat center;
	}
	.submenu_item .il_level1 .li_level1_nosub .head_title:after {
		background: none !important;
	}
	.submenu_item .il_level1 li.active .head_title {
		color: #866527;
	}
	.submenu_item ul.il_level1 li > .head_title:hover {
		color: #866527 !important;
	}
	.submenu_item .il_level1 li.active .head_title:after {
		background: url(../images/minus.svg) no-repeat center;
	}
	.submenu_item .il_level1 .sub_text {
		display: none;
	}
	.level2_wrapper {
		display: block;
	}
	.level2_group {
		display: block;
	}
	.level2_group_last {
		/* display: none; */
	}
	.submenu_item .level2 {
		padding: 10px 0 0;
		position: static !important;
	}
	.level2_group .li_level2 {
		padding-bottom: 10px;
	}
	.submenu_item .li_level2 .head_title {
		position: relative;
	}
	.submenu_item .li_level2 .head_title:after {
		content:"";
		position: absolute;
		top: 5px;
		right: -5px;
		width: 20px;
		height: 20px;
		background: url(../images/plus.svg) no-repeat center;
	}
	.submenu_item .li_level2.li_level2_nosub .head_title:after {
		background: none !important;
	}
	.submenu_item .li_level2.active .head_title {
		color: #866527;
	}
	.submenu_item .li_level2.active > .head_title:hover {
		color: #866527 !important;
	}
	.submenu_item .li_level2.active .head_title:after {
		background: url(../images/minus.svg) no-repeat center;
	}
	.submenu_item .li_level2 .sub_title {
		display: none;
	}	
	.submenu_item ul.level3 {
		display: none;
	}
	.submenu_item .li_level2.active > ul.level3 {
		display: block;
	}
	.submenu_item ul.level3 li > a {
		color: #f4f4f4;
		font-size: 14px;
		line-height: 22px;
		text-transform: capitalize;
	}
	.submenu_item .level2 .click_more {
		font-size: 14px;
		margin: 0 0 15px;
		text-decoration: underline;
	}
	.submenu_item .level2 .sub_text {
		display: none;
	}
	.offcanvas-mainnav .navbar-nav .nav-item.language_sub .dropdown-menu {
		display: block;
	}
	.offcanvas-mainnav .navbar-nav .nav-item.language_sub .has-category,.offcanvas-mainnav .navbar-nav .nav-item.language_sub .caret {
		display: none;
	}
	.list_store_mobile {
		margin: 25px 15px 0px 0;
		padding: 30px 0 15px;
		border-top: 1px solid #778082;
	}
	.list_store_mobile ul {
		display: flex;
		justify-content: space-between;
	}
	.list_store_mobile ul li{
		width: auto !important;
	}
	.list_store_mobile ul li a {
		color: #f4f4f4;
		font-size: 16px;
		line-height: 22px;
		padding: 30px 0 10px 0;
	}
	.list_store_mobile ul li a strong {
		font-weight: 400;
	}
	.list_store_mobile ul li a:hover {
		color: #866527;
	}
}
.main-color {
	/* display: flex; */
}
.main-color .title-color {
	margin-right: 10px;
}
.main-color ul li a {
	color: #09121d;
}
@media (max-width: 767px) {
	.main-color {
		display: block;
	}
}

.newsletter-ok-wrapper {}
.newsletter-ok-wrapper h2 {
	color: #09121d;
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin: 0 0 25px;
    font-family: 'Be Vietnam Pro', serif !important;
}

/* images termini */
.img-termini {
	text-align: center;
    float: inline-start;
    width: 100%;
}

.img-termini img.img-1 {
	float: left;
    padding-left: 5%;
}

.img-termini img.img-2 {
	float: right;
    padding-right: 5%;
}

@media (max-width: 940px) {
	.img-termini img.img-1 {
		padding-left: 0px;
	}

	.img-termini img.img-2 {
    	padding-right: 0px;
	}
}

@media (max-width: 850px) {
	.img-termini img.img-1 {
	    float: none;
    	margin-bottom: 5%;
	}

	.img-termini img.img-2 {
	    float: none;
	}
}
#product .featured-products {
	display: none;
}
#product .featured-products h2 {
	color: #09121d;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.slide_related {}
.slide_related.owl-carousel .owl-nav {
	display: none;
}
.slide_related.owl-carousel .owl-nav button.owl-prev, 
.slide_related.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: 15px;
	top: 25%;
	outline:none;
	font-size: 60px;
}
.slide_related.owl-carousel .owl-nav button.owl-next {
	right: 15px;
	left: auto;
}

@media (max-width: 767px) {
	.slide_related.owl-carousel .owl-nav {
		display: block;
	}
	#product .product-accessories .owl-item > .js-product.product {
	    width: 100%;	
	}
}

.faq strong{
    font-weight:600
}

.faq p{
    font-weight:300 !important
}

.faq li{
        font-family: 'Be Vietnam Pro', sans-serif !important;
    color: #f4f4f4 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 22px !important;
}


.faq p br{
    display:none;
}

.faq .tit{
    margin-bottom:20px;
    margin-top:50px !Important;
}

.faq .tit strong{
    font-size:1.4em;
}


.faq p:has(strong){
    margin-bottom:0;
}
.spedizione_gratuita h4 {
	color: #09121d;
	font-size: 22px;
	font-weight: 600;
	display: block;
	line-height: 25px;
	margin: 15px 0 10px;
	font-family: 'Baskervville', serif;
}
.spedizione_gratuita p {
	color: #09121d;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 0 5px;	
}

/* New Menu Drilldown Mobile */
.drilldown_open #amazzing_filter {
	z-index:995;
}
.nav-drilldown {
	display: none;		
}
.openNav {
	display: none;
}
.nav-drilldown-header {
	position: relative;
	text-align: center;
	padding: 0 0 30px;
}
.nav-drilldown-header .closebtn {
    width: 22px;
    height: 22px;
    background: url(../images/Icons/close.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 999;
    color: transparent !important;
}
@media (max-width: 992px) {
	.navbar-header {
		display: none;
	}
	.openNav {
		display: block;
		position: absolute;
		left: 15px;
		top: -75px;
		background: url(../images/Icons/hamburger-mobile.png) no-repeat;
		width: 26px;
		height: 22px;
		color: transparent;
		font-size: 0px;
		margin: 0;
		outline: none;
		padding-right: 0;
		cursor: pointer;
	}
	.nav-drilldown {
		display: block;	
	}
	.nav-drilldown {
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 999; /* Stay on top */
		top: 0; /* Stay at the top */
		left: 0;
		background-color: #111; /* Black*/
		overflow-x: hidden; /* Disable horizontal scroll */
		padding-top: 20px; /* Place content 60px from the top */
		transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}
	.drilldown a {
		color: #f4f4f4 !important;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		text-decoration: none;
		text-transform: capitalize;
	}
	.drilldown ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.drilldown li {
		padding: 10px 15px;
	    position: relative;	
	}
	.drilldown {
		overflow: hidden;
		width: 100%;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.drilldown-sub { display: none; }
	.drilldown-back { font-weight: bold; display: flex; justify-content: center; }
	.drilldown-back a { color: #866527 !important;  }
	.parent_link a { color: #866527 !important; text-decoration: underline; }
	
	
	.drilldown .caret {
		position: absolute;
		right: 0;
		top: 16px;
		width: 40px;
		height: 20px;
	}
	.drilldown .caret:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 0px;
		z-index: 9;
		width: 12px;
		height: 22px;
		background: url(../images/arrow-right-m.svg) no-repeat;
	}	
	.drilldown .caret_back {
		position: absolute;
		left: 15px;
		top: 13px;
		width: 40px;
		height: 30px;
	}
	.drilldown .caret_back:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 9;
		width: 12px;
		height: 22px;
		transform: rotate(180deg);
		background: url(../images/arrow-left-back-m.svg) no-repeat;
	}	
	
	.nav-drilldown-bottom {
		padding: 0px 15px 0;
		position: absolute;
		bottom: 20px;
		width: 100%;
	}
	.list_links_mobile ul {
		margin: 0;
	}
	.list_links_mobile li {
		padding: 2px 0;
	}
	.list_links_mobile a {
		color: #f4f4f4 !important;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		text-decoration: none;
	}
	.nav-mobile-bottom {
		border: 1px solid #fff;
		padding: 20px 20px;
		display: flex;
		justify-content: space-between;
	}
	.nav-mobile-account {
		margin: 0;
	}
	.nav-mobile-account .icon {
		display: block;
		width: 22px;
		height: 22px;
		background: url(../images/Icons/user.svg) no-repeat;
	}
	.nav-mobile-account .icon span {
		font-size: 0;
	}
	.nav-mobile-cart {
		margin: 0;
	}
	.nav-mobile-cart .icon {
		display: block;
		width: 22px;
		height: 22px;
		background: url(../images/Icons/cart.svg) no-repeat;
	}
	.nav-mobile-cart .icon span {
		font-size: 0;
	}
	.nav-mobile-language {
		margin: 0;
		position: relative;
	}
	.nav-mobile-language .language_icon {
		margin: 0;
		color: #fff;
		font-size: 22px;
		position: relative;
		z-index: 1;
	}
	.nav-mobile-language.active .language_icon {
		color: #09121d;
	}
	
	.nav-mobile-language ul {
		background:#fff;
		padding: 10px 45px 10px 10px;
		display: flex;
		margin: 0 -12px;
		position: absolute;
		right: 5px;
		top: -10px;
		display: none;
	}
	.nav-mobile-language.active ul {
		display: flex;
	}
	.nav-mobile-language ul li {
		margin: 0;
		padding: 0 12px;
	}
	.nav-mobile-language ul li a {
		font-size: 14px;
		font-weight: 400;
		color: #09121d !important;
	}
	
	
}
@media (max-width: 767px) {
	.openNav {
		top: -55px;
	}
}



