/* Create by up3up team */
/* Global */
body{
    font-family: 'Source Sans Pro', sans-serif !important;	
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #001224;
}
.h1, .h2, .h3 {
	text-transform: capitalize;
}
p {
	color: #001224;
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.page-cms strong {
	font-weight: 600;
}

.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: 'Source Sans Pro', sans-serif !important;	
	color: #001224 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 25px !important;
}



#wrapper {
    background: #fff;
}

#header{
    position: fixed;
    width: 100%;
}
#header.fixed{
    position: fixed;
    width: 100%;
}

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

.custom_check .custom_error span{
    color: #fff;
}
#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: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer .footer-information-link{
    display: flex;
    justify-content: space-between;
}
#footer .footer-information{
    display: flex;
    flex-wrap: wrap;
}
#footer .f-item{
	padding: 0 45px 30px 0;
}
#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: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
	margin: 5px 0 5px;
}
#footer .footer-information p,#footer .footer-information a{
    color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
}
#footer .footer-contact {
	width: 230px;
}
#footer .footer-info {
	padding: 0 60px 30px 0;
	width: 210px;
}
#footer .footer-info li {
	margin-bottom: 6px;
}

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

#footer .footer-information ul li p,
#footer .footer-information ul li a{
    color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	position: relative;
}
#footer .footer-information p.address-p {
    margin-bottom: 0px;	
	padding: 0 0 0 20px;
}
#footer .footer-information p.address-p:before {
	content:"";
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	position: absolute;
	background: url(../images/Icons/map.svg) no-repeat;
}
#footer .footer-information p.address-p span {
	display: block;
	font-weight: 400;
}
#footer .footer-information a:hover,#footer .footer-information ul li a:hover{
	color: #fff;
	font-weight: 300;
	text-decoration: underline;
}
#footer .footer-information p.phone-p {
	position: relative;	
    margin-bottom: 0px;	
	padding: 0 0 0 22px;
}
#footer .footer-information p.phone-p:before {
	content:"";
	width: 20px;
	height: 12px;
	top: 8px;
	left: 0;
	position: absolute;
	background: url(../images/Icons/phone.svg) no-repeat center;
}
#footer .footer-information p.mail-p {
	position: relative;
    margin-bottom: 0px;	
	padding: 0 0 0 22px;
}
#footer .footer-information p.mail-p:before {
	content:"";
	width: 20px;
	height: 12px;
	top: 8px;
	left: 0;
	position: absolute;
	background: url(../images/Icons/email.svg) no-repeat center;
}
#footer .footer-information p.Linkedin,
#footer .footer-information p.Youtube {
	position: relative;
    margin-bottom: 0px;	
}
#footer .footer-information p.Linkedin i,
#footer .footer-information p.Youtube i {
	font-size: 16px;
}



#footer .footer-social .f-h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
	margin: 5px 0 15px;
}
#footer .footer-contact p i {	
	font-size: 16px;
	margin-right: 7px;
	width: 16px;
	text-align: center;
}
#footer .footer-payments {
	margin: 0 0 20px;
}
#footer .footer-payments .ser-bonifico {
	color: #fff;
    font-size: 16px;
    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: #fff;
    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 {
	display: flex;
}
#footer .footer-information .fcontact-info ul.social li a {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 30px;
}
#footer .footer-contact .footer-logos {
	display: none;
}
#footer .footer-logos {
	text-align: center;
}
#footer .footer-logos img {
	width: 100px;
	margin-bottom: 15px;
	margin-right: 20px;
}
#footer .footer-logos img.footer-logo-small {
	width: 60px;
}

#footer .footer-bottom {
    position: relative;
	background: #020e19;
}
#footer .footer-bottom > .container .content-cp{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .footer-bottom .footer-copyright p a.link-mb{
    display: none;
}
#footer .footer-bottom .footer-copyright{
    display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
#footer .footer-bottom .footer-copyright p{
    margin-bottom: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
#footer .footer-bottom .footer-iva p {
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
}
#footer .footer-bottom .footer-copyright a{
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
.block-social {
	display: none;
}
.footer-middle {
	background: #001224;
}
.footer-container {
	background: #001224;
	padding-top: 35px;
}
.footer-copyright p a.up_up{
    padding: 2px 0px 0px 18px;
    background: url(../images/up3up-icon.png) no-repeat left;
}
.footer-top {
	border-top: 1px solid #e5ebf0;
	padding-top: 30px;
}
.service__primary ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	max-width: 1060px;
	list-style: none !important;
}
.service__primary li {
	width: 25%;
	padding: 0 15px 30px;
    box-sizing: border-box;
}
.service__primary .img-box {
	display: flex;
	justify-content: center;
}
.service__primary .img-box .img {
	position: relative;
	margin: 0 0 12px;
	padding: 15px 20px 0 20px;
}
.service__primary .img-box .img img {
	position: relative;
}

.service__primary .img-box .img:before {
	content:"";
	top: 0;
	left: 0;
	position: absolute;
	width: 45px;
	height: 45px;
	background: #e5ebf0;	
	-webkit-border-top-left-radius: 21px;
	-webkit-border-bottom-right-radius: 21px;
	-moz-border-radius-topleft: 21px;
	-moz-border-radius-bottomright: 21px;
	border-top-left-radius: 21px;
	border-bottom-right-radius: 21px;
}
.service__primary .text {
	margin: 0;
	color: #001224;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}

.block_newsletter form {
	width: 100%;
}
#footer > .footer-container{
    padding-top: 0;
    background: #fff;	
}
.newsletter-wrapper {
	max-width: 400px;
	padding: 0 0px 25px 0;
	display: flex;
    justify-content: space-between;
}
.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: 28px;
	padding-top: 0 !important;
	max-width: 375px;
	margin: 0 0 2px;
}
.block_newsletter > .row #block-newsletter-label{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0px;
}
.block_newsletter > .row #block-newsletter-label strong {
	color: #001224;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	display: block;
}
.newletter-text {}
.newletter-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.newletter-box {
	display: flex;
    align-items: center;
}
.footer-service {
	padding-top: 40px;
	padding-bottom: 35px;
	border-top: 1px solid #fff;
}
.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: #001224;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	
}
.service .footer-service ul li h4 {
	text-align: left;
	margin: 0 0 0;
}
.service .footer-service ul li strong{
	color: #001224;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
    display: block;
}
.service .footer-service ul li p,
.service .footer-service ul li p a{
	color: #001224;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.service .footer-service ul li p a:hover{
    color: #001224;
}
.potrai {
}
.potrai .footer-Potrai{
    display: flex;
    justify-content: center;
    align-items: center;
}
.potrai .footer-Potrai > div{
    padding: 0 30px 15px 0;
	display: flex;
    align-items: center;
}
.potrai .footer-Potrai > div i {
	color: #001224;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
}  
.potrai .footer-Potrai span {
	color: #001224;
	font-size: 16px;
	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: #fff;
    border: none;
    border-radius: 0px;
    padding: 5px 15px;
    height: 37px;
	color: #001224;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	width: 275px;
}

.block_newsletter form input[type="email"]:focus{
    
}
.block_newsletter form input[type="email"]::-webkit-input-placeholder { /* Edge */
	opacity: 0.5;
    color: #001224;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.block_newsletter form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.5;
    color: #001224;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.block_newsletter form input[type="email"]::placeholder {
    opacity: 0.5;
    color: #001224;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.form-newlester .row .actions {	
	clear:both;
	padding-top: 10px;
}
#footer .custom-checkbox label {
    text-align: left;
    color: #fff;
}
#footer .custom-checkbox input[type="checkbox"]+span {
    border: 1px #fff solid;
    background: #fff;
}
.form-newlester .row .actions-newlester {	
	width: 100%;
	display: flex;
    padding: 0 15px;
    box-sizing: border-box;
}

.form-newlester .row .newlester-submit{
    background: #003a70;
    padding: 0;
    max-width: inherit;
    width: auto;
    margin: 0;
    height: 42px;
	min-width: 108px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 42px;
    text-transform: uppercase;
    transition: all .5s;
	text-align: center;
	-webkit-border-top-left-radius: 21px;
	-webkit-border-bottom-right-radius: 21px;
	-moz-border-radius-topleft: 21px;
	-moz-border-radius-bottomright: 21px;
	border-top-left-radius: 21px;
	border-bottom-right-radius: 21px;
	margin: 10px 0 0;
}
.form-newlester .row .newlester-submit:hover {
	background: #fff;
    color: #003a70;
}

#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: #001224;
	position: fixed;
	right: 15px;
	bottom: 100px;
	/* display: flex; */
	display: flex;
	align-items: center;
	justify-content: center;	
}
.question-link-fixed:hover {
	background: #001224;
}
.question-link-fixed i {
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
}

@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: 1420px){
    #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: 1200px){
    #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: 50%;
   }
}

@media(max-width: 1024px){
    #footer > .container .newsletter-wrapper{
        flex-direction: column;
    }    
    .block_newsletter {
        border: 0;
        max-width: 100%;
		padding-top: 0;
    }
	.newsletter-wrapper .footer-logos {
		display: none;
	}
    #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 .footer-container >.container {
		padding: 0;
	}
	.newsletter-wrapper {
		max-width: 100%;
		padding: 25px 0 10px;
		background: #001224;
	}
    #footer .footer-information-link{
        padding: 0;
    }
    #footer .footer-information{
        flex-wrap: wrap;
		padding: 25px 15px 45px;
    }
    #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{
        margin: 0 -15px;
		padding: 5px 15px;
		flex-wrap: wrap;
		background: #001224;
    }
    #footer .footer-bottom .footer-copyright p{
        width: max-content;
        display: block;
		font-weight: 200;
    }
    #footer .footer-bottom .footer-copyright p:nth-child(2){
        margin: 0 10px;
    }
    #footer .footer-all-link .f-link-item{
        margin-bottom: 20px;
    }
	#footer .footer-bottom > .container .content-cp {
		flex-direction: column;
		align-items: flex-start;
	}
	#footer .footer-bottom .footer-iva p {
		color: #ffffff;
		font-weight: 300;
		font-size: 11px;
		margin: 10px 0;
		line-height: 18px;
	}
    #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 {
        width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0 0 15px;
    }
	#footer .footer-contact .footer-logos {
		display: block;
	}
	#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%;
	}
	.newletter-text span {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
	.block_newsletter > .row #block-newsletter-label strong {
		color: #001224;
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
	}
	.block_newsletter .custom_check span p {
		color: #fff;
	}
	.block_newsletter .custom_check span p a {
		color: #fff;
	}
}  
@media(max-width: 992px) {
	.service__primary ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.service__primary li {
		width: 33.333%;
	}
} 
@media(max-width: 767px) {
	.service__primary ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.service__primary li {
		width: 50%;
	}
    #header{
        background: #fff;
    }
    #footer .footer-bottom{
        justify-content: center;
    }
    #footer .footer-bottom .footer-copyright:last-child{
        margin-top: 10px;
    }
	#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: flex-start;
	}
    #footer .newsletter{
        width: 100%;
    }
	.block_newsletter > .row #block-newsletter-label strong {
		display:block;
	}
	#footer .footer-container .newsletter-wrapper {
		padding: 25px 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 15px;
		width: 100%;
	}
    .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: #001224;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
    #footer .footer-mb .footer-contact-mb .contact-link p{
        color: #001224;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
        margin: 0;
    }
    #footer .footer-mb .footer-contact-mb .contact-link p a{
        color: #001224;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
	
    #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;
	}
	
}
@media(max-width: 640px) {
	.potrai .footer-Potrai > div.img-postepay {
		width: 50%;
	}
	.potrai .footer-Potrai > div.img-mastercard {
		width: 40%;
	}	
	.potrai .footer-Potrai > div.img-maestro,.potrai .footer-Potrai > div.img-visa  {
		width: 30%;
	}
	.potrai .footer-Potrai > div.img-visa {
		padding: 0 0px 15px 0;
	}
	.potrai .footer-Potrai > div.img-Bonifico {
		padding-right: 0;
	}
}
@media(max-width: 414px) {
	.potrai .footer-Potrai > div {
		padding: 0 18px 15px 0;
	}
	.service__primary ul {
		margin: 0 0 10px;
	}
	.service__primary li {
		width: 270px;
		padding: 0 0 10px;
		display: flex;
		align-items: center;
	}
	.service__primary .img-box {
		width: 110px;
	}
	.service__primary .text {
		text-align: left;
	}
}
@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;
	}
}


#header{
    background: #fff;
    box-shadow: none;
	padding: 0px;
}
/* #index #header{
	position: fixed;
    width: 100%;
	background: none;
}
#index #header:before {
	content: "";
	opacity: 0.6520153;	
	background: #001224;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
} */
#header #_desktop_logo{
    width: auto;
}
#header .header-nav{
    border-bottom: 0;
    max-height: inherit;
	letter-spacing: 0;
	background: #fff;
}
#index #header .header-nav {
	
}
#header .header-nav .right-nav {
	height: 41px;
	padding: 7px 0 0;    
	border-bottom: 1px solid #001224;
}
#header .header-nav .container > .row .store{
    position: absolute;
    right: 0;
}

/* #index #header.fixed:before {
	opacity: 1;	
	background: #fff;
}
#index #header.fixed .leo-top-menu .megamenu .nav-item > a {
	color: #141a29;
}
#index #header.fixed .store .multi-store .current-label {
    color: #141a29;
}
#index #header.fixed .leo-top-menu .megamenu .nav-item > a:hover {
	color: #003A70;
} */
.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: #001224 !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: #001224;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}
#header .right-nav a {
	color: #001224;
    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: #001224;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
#header .right-nav .top-message li a:hover {
	color:#001224;
}
#header .right-nav a:hover {
	color:#001224;
}

#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: #001224;
	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: 20px;
    height: 26px;
    display: block;
    cursor: pointer;
    background: url(../images/Icons/search.svg) no-repeat;
}
#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;
}
#header .header-top .position-static1 .menu {
    order: 1;
	display: none;
}

#header .header-top .position-static1 .menu ul li a{
    padding: 0 7px;
    color: #001224;
    font-size: 16px;
    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: #001224;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
#header .header-top .category-link a{
    color: #001224;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 23px !important;
    margin-bottom: 15px;
}
#header .header-top .position-static1 .search-control{
    order: 1;
	margin: 12px 25px 0 0;
}
#header .header-top .position-static1 .search-control .search-head{
    
}
#header .header-top .position-static1 .search-control .search-widgets{   
	min-width: auto;
	margin-top: 3px;
	max-width: 100%;
}
#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 {
	display: none;
}
.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: #001224;
}
#header .cart-preview .cart-center {
	margin: 3px 0 0;
}

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

#header .cart-preview .cart-products-count{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #001224;
}
#header .store .multi-store .current-label{
    color: #001224;
    font-size: 14px;
    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: #001224;
	text-align: center;
	padding: 10px 0px 0 0px;
}
#header .user-info a:hover {
	color: #001224;
}
#header .cart-preview .cart-ico{
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/Icons/cart.svg) no-repeat;
    background-size: contain;
}
/* #index #header .cart-preview .cart-ico {
	background: url(../images/Icons/cart-white.svg) no-repeat;
    background-size: contain;
}
#index #header.fixed .cart-preview .cart-ico {
	background: url(../images/Icons/cart.svg) no-repeat;
    background-size: contain;
}
 */
#header .cart-preview .cart-products-count{
    position: absolute;
    top: 0px;
    right: -5px;
    min-width: 15px;
    padding: 0;
    height: 15px;
    background: #001224;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    border-radius: 15px;
    justify-content: center;
}
#header .cart-preview.inactive .cart-products-count {
	display: none;
}
#header .user-info .accedi-ico{
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/Icons/user.svg) no-repeat;
    background-size: contain;
}
/* #index #header .user-info .accedi-ico {
	background: url(../images/Icons/user-white.svg) no-repeat;
	background-size: contain;
}
#index #header.fixed .user-info .accedi-ico{
    background: url(../images/Icons/user.svg) no-repeat;
    background-size: contain;
}
 */
#header .user-info .fa-user {
	font-size: 16px;
    line-height: 19px;
    color: #001224;
}
#header .blockcart{
    background: none;
    position: relative;
	padding: 13px 0px 0 30px;
}
#header .search-control .search-head{
    padding: 8px 0px 0px 0px;
}

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

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

#header .logo{
    margin-top: 20px;
}
#header .logo.fixed {
	display:none;
}
/* #index #header.fixed .logo.fixed {
	display:block;
}
#index #header.fixed .logo.no-fixed {
	display:none;
}
@media (max-width: 992px) {
	#index #header.fixed .leo-megamenu .navbar-toggler {
		background: transparent url(../images/Icons/hamburger-mobile.svg) no-repeat;
		background-size: 21px;
	}
}
 */
#search_widget{
    background: transparent;
	overflow: initial;
	border: 1px solid #e5ebf0;
	float: none;
}
#search_widget form input{
	height: 52px;
	background: transparent;
	border: 0px solid #c7d3c8;
	border-radius: 0px;
	padding: 16px 20px 16px 22px;
	color: #001224;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: 190px;
	transition: .3s;
	transition-delay: .3s;
	border-bottom: 0px solid #fff;
}
#search_widget form input:focus{
    border-bottom: 0px solid #fae1a7;
}
#search_widget form input[type="text"]::-webkit-input-placeholder { /* Edge */
	opacity: 0.5;
    color: #001224;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
#search_widget form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.5;
    color: #001224;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
#search_widget form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #001224;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}


#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 {
	
}
.nav-primary >.container {
	/* display: flex;
	justify-content: flex-start; */
}

.Spedizioni-header {
	text-align: center;
	background: #001224;
	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;
}
@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%;
	}
}

@media screen and (max-width: 767px){
	#_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;
    }
	/* #index #header {
		padding: 0px 0 5px;
	} */
    #header .search-control{
        width: 100%;
    }
	.header-top #search_widget input {
		padding: 10px 15px 10px 0px;
		width: 100%;
		border-radius: 0;
		background: #fff;
	}
	#search_widget form i.search {
		background-size: 22px;
	}
	#search_widget form input:focus{
		border: 0px solid #e5ebf0;
		width: 100%;
	}
	.header-top .search-widgets form button[type="submit"] {
		border-radius: 0;
		top: 24px;
		right: -15px;
		width: 50px;
	}
	.Spedizioni-header {
		padding: 8px 0 8px;
	}
	#_mobile_user_info {
		
	}
	#header .header-nav .blockcart {
		padding: 20px 0px 0 3px;
		background: none;
	}
	#header .header-nav .cart-preview.active {
		background: none;
	}
	#header .cart-preview .cart-products-count {
		top: 10px;
		right: -10px;
	}
    #search_widget{
        display: block !important;
        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;
	}
	#_mobile_cart {
		margin: 0 0px 0 0;
	}
	#header .header-top .position-static1 {
		padding: 0 15px;
		top: 0;
	}
    #header .header-nav .store{
        right: 16px !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: 177px;
		height: 40px;
		background: none;
		margin-top: 3px;
		justify-content: center;
		padding-left: 40px;
    }
    #header .header-nav{
        height: auto;
		background: none;
    }
    #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;
		position: relative;
        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;
	}

    #footer .footer-information-link{
        flex-direction: column;
    }
	#footer .footer-information {
		width: 100%;
		order: 2;
		padding: 5px 15px 15px;
	}
	#footer .f-item {
		width: 50%;
		padding: 0 0px 15px 0;
	}
	#footer .f-item.footer-contact {
		width: 100%;
		justify-content: space-between;
	}
	#footer .footer-information p.address-p br {
		display: none;
	}
    #header .user-info .accedi-ico{
        /* position: relative;
        top: 8px; */
    }
	#search_widget form input[type="text"]::-webkit-input-placeholder { /* Edge */
		opacity: 0.5;
		color: #001224;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
	#search_widget form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
		opacity: 0.5;
		color: #001224;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}
	#search_widget form input[type="text"]::placeholder {
		opacity: 0.5;
		color: #001224;
		font-size: 16px;
		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 0px 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){
    #header .header-top .position-static1 .search-control .search-widgets{
        
    }
}
@media(min-width: 768px){
    #header.fixed .header-top{
        /* margin-bottom: 17px; */
    }
	#header .header-top .position-static1 .search-control {
		position: static;
	}
	#header .header-top .position-static1 .search-control .search-widgets{
		position: absolute;
		right: 146px;
		top: 57px;
		background: #fff;
		z-index: 1;
    }
}

/* Chi siamo */
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color: #001224;
}
.cms-id-4 {}
.cms-id-4 #main .page-header {
	margin: 0;
	display: none;
	text-align: center;
}
#main .page-header h1{
	color: #003a70;
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif !important;	
}
.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: #001224;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}
.chi-s1 p {
	color: #001224 !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: #e5ebf0;
	padding: 60px 15px 55px;
}
.chi-s3 h2{
	color: #001224;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif !important;	
}
.chi-s3 p {
	color: #001224 !important;
	text-align: center;
}
.chi-s3 .scopri-i-servizi .elementor-button {
	width: 205px;
	height: 50px;
	background: #001224;
	border-radius: 15px;
	color: #fff !important;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
}
.chi-s3 .scopri-i-servizi .elementor-button:hover {
	background: #001224;
}
.chi-s4-title .elementor-heading-title{
	color: #001224;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-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: #001224 !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: #001224;
	font-size: 16px;
	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: 600;
		line-height: 32px;
	}
	.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;
	}
}

.servizi1 {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 0 15px;
}
.servizi2 {
	max-width: 860px;
	margin: 0 auto;
}
.servizi1-text {}
.servizi1-text p {
	color: #001224 !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: #001224;
	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: #001224;
    font-size: 16px;
    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: #001224;
}
.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: #001224;
	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: #001224;
	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: 16px !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 #e5ebf0;
}
.product_wk_advance h2 {
	color: #001224;
	font-size: 16px;
	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: #001224;
	font-size: 16px;
	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 #e5ebf0;
	border-bottom: 1px solid #e5ebf0;
	padding: 25px 0 15px;	
	margin: 0 0 30px;
}
.product_brand_advance h2 {
	color: #001224;
	font-size: 16px;
	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: #001224;
	font-size: 16px;
	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: 16px;
	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: 16px;
	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: #001224;
    color: #001224;
    font-size: 16px;
    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: #001224 !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: #001224 !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) {
	
}

#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;
	}
}

.elementor-widget-text-editor {
	font-family: 'Source Sans Pro', sans-serif !important;	
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #001224;
}
#blog_list_items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -12px;
    max-width: 1080px;
}
#blog_list_items .blog-grid {
	width: 50%;
	padding: 0 12px 45px;
}
#blog_list_items .block_cont {
	display: flex;
}
#blog_list_items .block_top {
	width: 58%;
}
#blog_list_items .block_top img {
	display: block;
	width: 100%;
	-webkit-border-bottom-right-radius: 70px;
	-moz-border-radius-bottomright: 70px;
	border-bottom-right-radius: 70px;
}
#blog_list_items .block_bas {
	width: 40%;
	padding: 0 0 0 25px;
}
.block_bas h2 {}
.block_bas h2 a {
	color: #001224;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.block_bas .prestablog_desc {
	color: #001224;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	margin: 0 0 5px;
}
.block_bas .prestablog_more a {
	color: #001224;	
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
}
.article_content {
	margin: 0 auto;
    max-width: 840px;
}
.article_content h1 {
	color: #003a70;
	font-size: 32px;
	font-weight: 600;
}
.article_content p {
	color: #001224;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.article_content p a {
	color: #003a70;
	font-weight: 600;
}
.article_content > .elementor {
	margin: 0 0 15px;
}

#prestablogfont ul, #prestablogfont ol {
	padding-left: 40px;
	margin-bottom: 15px;
}
.article_content ul, .article_content ol {
	padding-left: 40px;
	margin-bottom: 15px;
}

#prestablogfont ul li,.article_content ul li {
	list-style: none;
    color: #001224;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	position: relative;
}
#prestablogfont ul li:before,.article_content ul li:before {
	content:"";
	width: 3px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
    left: -25px;
	background:#001224;
}
#prestablogfont ol li {
	list-style: none;
    color: #001224;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	position: relative;
}
#prestablogfont ol li:before {
	content:"";
	width: 3px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
    left: -25px;
	background:#001224;
}
time.date, .info_blog {
	color: #001224;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 10px;
	text-align: left;
}
time.date:before, .info_blog:before {
    border: none;
}
time.date span, .info_blog span {
    background: #fff;
    padding: 0px;
}
#prestablogfront, .prestablogExtra {
	padding: 15px 0;
	background-color: #fff;
	border: none;
}
.blog_link_back .back-to-blog {
	position: relative;
	padding: 0 0 0 15px;
}
.blog_link_back .back-to-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 12px;
    background: url(../images/arrow_back.png) no-repeat;
}
.prestablogExtra {
    margin: 0 auto;
    max-width: 1080px;
}
.prestablogtitle {
	border: none;
    margin: 25px 0 40px;
    padding-bottom: 0;
    text-align: center;
    color: #003a70;
    font-size: 32px;
    font-weight: 600;
}
.blog_viewall {
	text-align: center;
	margin: 0 0 45px;
}
.blog_viewall a {
	background: #003a70;
    padding: 0;
    max-width: inherit;
    width: auto;
    margin: 0;
    height: 42px;
    min-width: 108px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    text-transform: uppercase;
    transition: all .5s;
    text-align: center;
    -webkit-border-top-left-radius: 21px;
    -webkit-border-bottom-right-radius: 21px;
    -moz-border-radius-topleft: 21px;
    -moz-border-radius-bottomright: 21px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
    padding: 0 25px;
    display: inline-block;
}
.blog_viewall a:hover {
    background: #001224;
}
.cat_desc_blog {
	display: none;
}
.prestablog_newsletter {
	margin: 0 0 50px;
}
.prestablog_data {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	padding: 0 15px;
}
.prestablog_intro {
	display: flex;
    align-items: center;
    justify-content: center;
}
.prestablog_intro {}
.prestablog_intro h1 {
	color: #003a70;
	font-size: 32px;
	font-weight: 600;
}
.prestablog_intro .block_newsletter {
	padding: 0;
}
.prestablog_intro .block_newsletter .sub-title2 {
	color: #001224;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.prestablog_intro .form-newlester .row .col-xs-12 .input-wrapper > input {
	height: 45px;
	width: 335px;
	border: 1px solid #e5ebf0;
}
.prestablog_intro .block_newsletter .custom_check span p {
	color: #001224;
}
.prestablog_intro .block_newsletter .custom_check span p a {
	color: #001224;
}
.prestablog_intro .block_newsletter .custom_check span:before {
	border: 1px solid #e5ebf0;
}
.prestablog_intro .block_newsletter form > .row {
	display: flex;
}
.prestablog_intro .form-newlester .row .newlester-submit {
	padding: 0 25px;
	height: 45px;
	margin: 0;
}
.prestablog_intro .form-newlester .row .actions-newlester {
	padding: 0;
	margin-top: 32px;
}
.prestablog_newsletter_img {
	margin: 0 0 25px;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.prestablog_newsletter_img img {
	width: 100%;
}

.mobile {
	display: none;
}
.newletter-img-mobile {
	display: none;
}
@media (min-width: 1199px) {
	.prestablog_newsletter {
		margin-bottom: 30px;
	}
	.prestablog_intro {
		margin: 0 90px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.mobile {
		display: block;
	}	
	.desktop {
		display: none;
	}	
	
	.prestablog_newsletter {
		background: none;
		margin: 0 0 20px;
	}
	.prestablog_intro {
		height: 100%;
		min-height: auto;
		width: auto !important;
		background: #fff;
		margin: 0;
		padding: 0;
	}
	.prestablog_intro .block_newsletter .sub-title2 {
		text-align: center;
		padding: 0 20px;
	}
	.prestablog_intro .block_newsletter form > .row {
		display: block;
	}
	.prestablog_intro .block_newsletter form > .row .row_flex {
		margin: 0 0 15px;
		overflow: hidden;
	}
	.prestablog_intro .form-newlester .row .actions-newlester {
		justify-content: center;
	}
	.prestablog_intro .form-newlester .row .col-xs-12 .input-wrapper > input {
		width: 100%;
	}
	.newletter-img-mobile {
		display: block;
		margin: 0 0 10px;
	}
	.newletter-img-mobile img {
		display: block;
		width: 100%;
	}
	.prestablog_intro h1 {
		color: #003a70;
		font-size: 28px;
		font-weight: 600;
		text-align: center;
	}	
	.article_content h1 {
		font-size: 28px;
	}
	.prestablogtitle {
		border: none;
		margin: 15px 0 25px;
		padding-bottom: 0;
		text-align: center;
		color: #003a70;
		font-size: 28px;
		font-weight: 600;
	}
	.blog_viewall {
		margin: 0 0 25px;
	}
	#blog_list_items {
		margin: 0;
	}
	#blog_list_items .blog-grid {
		width: 100%;
		padding: 0 0px 15px;
	}
	#blog_list_items .block_cont {
		display: flex;
		flex-wrap: wrap;
	}
	#blog_list_items .block_top {
		width: 100%;
		margin: 0px 0 10px;
	}
	#blog_list_items .block_bas {
		width: 100%;
		padding: 0;
		text-align: center;
	}
}






.imballaggi_table td{
    text-align:center;
    width:33%;
}


.imballaggi_table p{
    font-weight: 600;
    font-size: 1.1em;
}

.imballaggi_table p.grass{
    color: #003a70;
    font-weight: 700;
    font-size: 1.5em;
}


@media (max-width:768px){
  .imballaggi_table td{
    text-align:center;
    width:33%;
    padding:8px;
}


.imballaggi_table p{
    font-weight: 600;
    font-size: 0.7em;
    line-height: 14px;
    margin: auto;
}

.imballaggi_table p.grass{
    color: #003a70;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 18px;
} 
.off-canvas body {
	top: 0px !important;
} 
}
