/* Create by up3up team */
/* Global */
body{
    font-family: "Open Sans", sans-serif !important;	
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #32281B;
}
.h1, .h2, .h3 {
	font-weight: 600;
	text-transform: none;
}
a {
    color: #32281B;	
}
p {
	color: #32281B;
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.text-primary {
    color: #32281B !important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #337D4D !important;
}
.page-cms strong {
	font-weight: 600;
}
main {
    overflow: hidden;
}
.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: "Open Sans", sans-serif !important;
	color: #32281B !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

@media (max-width: 767px) {
	.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: "Open Sans", sans-serif !important;
		color: #32281B !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
	}
}

#wrapper {
    background: #fff;
}

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

.fixed{
    /* animation: smoothScroll 1s forwards; */
}
a:hover{
    color: #ECAE2F;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}

.newsletter-bottom {
	margin-top: -200px;
}
.newsletter-banner {
	max-width: 1060px;
	margin: 0 auto;
	background: url(../images/newsletter-footer.webp) no-repeat;
}
.newsletter-box-space {
	padding: 85px 90px;
}
.newsletter-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
	background:#fff;
	padding: 40px 35px 40px;
	margin: 0 auto;
    max-width: 710px;
}
.newsletter-box h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 15px;
}
.newsletter-box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
}
.newsletter-box p strong {
	font-weight: 600;
}
.newsletter-box .action .s_btn {
	width: 193px;
	height: 50px;
	border-radius: 0px;
	background: #ef7f01;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-box .action .s_btn:lang(fr) {
	width: 193px;
	height: 50px;
	border-radius: 0px;
	background: #ef7f01;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.newsletter-box .action .s_btn:hover {
	background: #32281B;
}
@media (max-width: 768px) {
	.newsletter-banner {
		background: #fff;
	}
	.newsletter-box-space {
		padding: 0;
	}
	.newsletter-box {
		flex-wrap: wrap;
	    padding: 40px 15px 40px;
	}
	.newsletter-box .content {
		width: 100%;
		text-align: center;
	}
	.newsletter-box .action {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 25px 0 0;
	}
	.newsletter-box h2 {
	    margin: 0 0 15px;	
	}
	.newsletter-box p {
		max-width: 250px;
		margin: 0 auto;	
	}
}


.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 #32281B;
}
.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: #32281B;
    position: absolute;
    top: 5px;
    left: 3px;
}

.custom_check .custom_error span{
    color: #fff;
}

.footer-language {
	position: absolute;
	right: 0;
	top: 7px;
}
.footer-language .multi-store2 .current-label2 {
    color: #32281B;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
.footer-language-mobile .multi-store2 .current-label2 {
    color: #32281B;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}
.footer-language-mobile {
	display: none;
}
.multi-store2{
    position: relative;
}
.multi-store2 ul{
    position: absolute;
    right: 0px;
    top: 30px;
    padding: 12px;
    display: none;
    z-index: 10;
    background: #f5f5f5;
    cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.multi-store2 ul li:nth-child(2){
    margin: 5px 0;
}
.multi-store2 ul li a:hover {
    color: #ef7f01 !important;
}
.multi-store2 .current-label2:after {
    content:"";
	background:url(../images/Icons/angle-down.svg) no-repeat;
	width: 9px;
	height: 10px;
    position: absolute;
    top: 2px;
    right: -2px;
}
.multi-store2 .current-label2.active:after {
    transform: rotate(180deg);
}
.multi-store2 .current-label2:before {
    content:"";
	background:url(../images/Icons/lingua.svg) no-repeat;
	width: 14px;
	height: 14px;
    position: absolute;
    top: 0px;
    left: -22px;
}
.footer_spedizioni_wrapper {
	padding: 0px 0 0px;
}
#footer {
	background: #fff;
}
#category #footer {
	padding: 0px;
}
#category .footer_white_space {
	padding-top: 0px;
}

.footer_white_space {
	background:#fff;
	padding-top: 50px;
	padding-bottom: 145px;
}
.footer_newsletter_space {
    padding: 120px 0 0;
}
#footer .footer-information-link{
    display: flex;
}
#footer .footer-information{
    display: flex;
}
.infosite {
	width: 350px;
}
.infosite .info_address {
	color: #32281B;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0px;
}
.infosite .info_address strong {
	font-weight: 500;	
}
.infosite .info_address a {
	color: #32281B;	
	text-decoration: none;
}
.infosite .info_address a:hover {
	color: #40a42b;
}
.infosite .info_logo {
	margin: 0px 0px 15px;
}
#footer .f-item {
	
}
#footer .f-item .link-item {
	width: 230px;
    padding: 0 20px 10px 0;
}
#footer .f-item:last-child .link-item {
	width: 200px;
	padding: 0 0px 10px 0;
}
#footer .f-item .link-item h3 {
	margin: 0px;
}
#footer .container .social-network{
    display: flex;
    align-items: center;	
}
.social-item {
	display: flex;
    margin: 0px;	
}
.social-item li {
	margin-right: 20px;
}
#footer .container .social-network strong {
	color: #40a42b;
	font-size: 18px;
	font-weight: 600;
}
#footer .container .social-network a {
    color: #32281B;
    font-size: 25px;
	transition: all .5s;
}
#footer .container .social-network a:hover {
	color: #ECAE2F ;
}
#footer .footer-information .f-h6{
    color: #32281B;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    display: block;
	margin: 0px 0 5px;
}
#footer .link-item li {
	margin-bottom: 0px;
}

#footer .footer-information p,
#footer .footer-information a{
    color: #32281B;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
#footer .footer-information ul li p,
#footer .footer-information ul li a{
	color: #32281B;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}

#footer .footer-information a:hover,
#footer .footer-information ul li a:hover{
	color: #ECAE2F;
}

#footer .footer-payments {
	margin: 0 0 20px;
}

#footer .footer-bottom {
    position: relative;
	background: #32281B;
	padding: 15px 0;
}
#footer .footer-bottom:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background:#fff;
	/* opacity: 0.3; */
}
#footer .footer-bottom > .container .content-cp{
	
}
#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: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
#footer .footer-bottom .footer-iva p {
	color: #32281B;
	margin: 0;
	font-size: 10px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0.2px;
}
#footer .footer-bottom .footer-copyright a{
    font-family: Arial;
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;
    color: #32281B;
}
.site-copyright p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.site-copyright .site-cp {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.site-copyright .site-cp:hover {
	text-decoration: underline;
}
.payment-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-payment-social {
	background: #f6f3f1;
	padding: 35px 0 25px;
}
.footer-payment-logo {
    margin: 0px 0 0;	
}
.footer-payment-logo .payment-logo {
	display: flex;
	align-items: center;
}
.footer-payment-logo .payment-logo img {
    margin-right: 12px;
}

.footer-middle {
	background: #fff;
	padding-bottom: 10px;
	position: relative;
}
.footer-middle:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
    /* opacity: 0.3; */
}
.footer-container {
	background: #fff;
	padding-top: 50px;
}

.footer-top {
    padding: 40px 0 0;	
}
.service__primary ul {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none !important;
	margin: 0;
}
.service__primary li {
	padding: 0 25px 38px;
    box-sizing: border-box;
	display: flex;
	align-items: center;
}
.service__primary .img-box {
	display: flex;
	justify-content: center;
}
.service__primary .img-box .img {
	position: relative;
    margin: 0;
    padding: 0px 10px 0 0px;
}
.service__primary .img-box .img img {
	position: relative;
}

.service__primary .text {
	margin: 0;
	color: #ef7f01;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
.service__primary p {
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
    margin: 0;	
}

.footer-service-wrapper {
	margin-top: 20px;
	padding: 43px 0px;
	background: #f5f5f5;
}
.footer-service-wrapper .elementor-widget-wrap {
	gap: 10px !important;
}
.footer-service-wrapper .elementor-heading-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 0px;
}
.footer-service-wrapper .elementor-text-editor {
	padding-right: 30px;
}
.footer-service-wrapper .elementor-text-editor a {
    text-decoration: none;
    color: #ecae2f;
    font-weight: 700;
}

#footer > .footer-container{
    padding-top: 0;
    background: #fff;	
}
.cms-id-7 #main .page-header {
    display:none;
}
.footer_newsletter {
	background: #32281B;
	padding: 50px 0 0px;
	min-height: 253px;
	position: relative;
}
.newsletter_container {
	margin: 0 auto;
    max-width: 1100px;
    padding: 0 15px;
}
.newsletter_wrapper {
	display: flex;
	position: relative;
	z-index: 1;
}
.newsletter_photo_fw {
	min-width: 335px;
}
.newsletter_photo_fw img {
	margin-top: -140px;
}

.newsletter_content {
	width: 100%;
}
.block_newsletter{
    background: transparent;
    max-width: 100%;
}
.block_newsletter {
	margin: 0;	
	padding: 0 0px 0 0;
}
.block_newsletter form {
	width: 100%;
}
.newsletter_head {
	width: 100%;
}
.block_newsletter .title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 5px;
	position: relative;
	line-height: 34px;
	padding: 0px !important;
}
.block_newsletter .sub_title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px;
	padding: 0px !important;
}

.block_newsletter form .form-control-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 8px;
}
.block_newsletter form input[type="email"] {
	height: 45px;
	width: calc(100% - 152px);
	padding: 0 15px !important; 
	border-radius: 5px;
	border: 0px solid #000 !important;	
	margin: 0 !important;
}
.block_newsletter form input:focus {
	outline:none !important;
	border: 0px solid #000 !important;
}
.input-wrapper-group {
	display:flex;
	margin:0 -8px 5px;
}
.input-wrapper-group .input-wrapper {
	padding: 0 8px;
	width:50%;
}
.input-wrapper-group-birthday {
	margin:0 0px 25px;
}
.input-wrapper-action {
	margin:0 0px 15px;
    max-width: 350px;
    padding-top: 15px;	
}
.block_newsletter form .btn-primary {
	height: 45px;
	color: #fff;
	border-radius: 5px;
	text-transform: none;
	border: 0px solid #ef7f01 !important;	
	margin: 0 !important;
	padding: 0 30px 0 30px !important;
	min-width: 130px;
	position: absolute;
    right: 14px;
    top: 0;
    opacity: 1;	
	background:#ECAE2F;
}
.block_newsletter form .btn-primary:hover {
	color: #32281B;
	background:#fff;
}

.custom-checkbox label {
	font-size: 12px;
	font-weight: 400;
    color: #32281B;
}
.custom-checkbox input[type="checkbox"]+span {
	border: 1px #32281B solid;
	width: 15px;
	height: 15px;
	border-radius: 5px;
	background: #fff;
}
.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
	margin: 1px;
	font-size: 12px;
	color: #232323;
	font-weight: 900;
}

.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: #32281B;
	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: #32281B;
	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: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
}
.service .footer-service ul li p a:hover{
    color: #32281B;
}
.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: #32281B;
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
}  
.potrai .footer-Potrai span {
	color: #32281B;
	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: #32281B;
	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: #32281B;
	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: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.block_newsletter form input[type="email"]::placeholder {
    opacity: 0.5;
    color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}
.form-newlester .row .actions {	
	clear:both;
	padding-top: 10px;
}
#footer .gdpr_consent {
    padding: 10px 0 0;	
}
#footer .custom-checkbox label {
    text-align: left;
    color: #fff;
	padding: 0;
}
#footer .custom-checkbox label span:last-child {
	position: relative;
	top: 2px;
}
#footer .custom-checkbox label span:last-child {
	position: relative;
	top: 2px;
}
#footer .custom-checkbox a {
    color: #fff;
	text-decoration: underline;
}
.form-newlester .row .actions-newlester {	
	width: 100%;
	display: flex;
    padding: 0 15px;
    box-sizing: border-box;
}

.form-newlester .row .newlester-submit{
    background: #ef7f01;
    padding: 0;
    max-width: inherit;
    width: auto;
    margin: 0;
    height: 50px;
	min-width: 108px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
    transition: all .5s;
	text-align: center;
	border-radius: 0px;
	margin: 10px 0 0;
}
.form-newlester .row .newlester-submit:hover {
	background: #fff;
    color: #32281B;
}

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

@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 .footer-information-link {
		display: flex;
		flex-wrap: wrap;
	}
	.infosite {
		width: 100%;
		margin: 0 0 20px;
	}
	.infosite br {
		display: none;
	}
	#footer .f-item {
	   
	}
	#footer .f-item .link-item {
	   
	}
}
@media(max-width: 1199px) {
   .service__primary ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.service__primary li {
		width: 33.333%;
	}
	.footer-payment-logo {
		width: 50%;
		margin: 0px 0 0;
	}
	.footer-service-wrapper .elementor-text-editor br {
		display: none;
	}
	
}

@media(max-width: 1024px){
	.footer-middle {
		padding-top: 25px;
	}
    #footer > .container .newsletter-wrapper{
        flex-direction: column;
    }    
    .block_newsletter {
        border: 0;
		margin: 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 .footer-information-link{
        padding: 0;
    }
    #footer .footer-information{
        flex-wrap: wrap;
    }
    #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{
        flex-wrap: wrap;
    }
    #footer .footer-all-link .f-link-item{
        margin-bottom: 20px;
    }
	
	
    #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;
	}
	.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: #32281B;
		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%;
	}
	.footer-service-wrapper .elementor-column.elementor-col-25 {
		width: 50%;
		margin: 0 0 20px;
	}
	.newsletter_photo {
		display: none;
	}
} 
@media(max-width: 767px) {
	.service__primary ul {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -5px;
	}
	.service__primary li {
		width: 50%;
		flex-wrap: wrap;
		padding: 0 5px 22px;
	}
	.service__primary .img-box {
		width: 100%;
	}
	.service__primary .img-box .img {
		padding: 0;
	}
	.service__primary p {
		width: 100%;
		text-align: center;
		margin: 12px 0 0;
	}
	#footer .footer-bottom > .container .content-cp {
	    flex-wrap: wrap;	
	}
	.site-copyright {
		order: 2;
	}
	.site-copyright p {
		font-size: 12px;
		line-height: 20px;
	}
	.site-copyright p a {
		color:#fff;
	}
	.site-copyright .site-cp {
		color:#fff;
		font-size: 12px;
		line-height: 20px;		
	}
	.infosite .info_address {
		font-size: 14px;
		line-height: 24px;
	}
	.footer-iva {
		width:100%;
		padding-top: 10px;
		order: 1;
	}
	.footer-payment-logo {
		width: 100%;
        margin: 0px 0 5px;
	}
	.footer-payment-logo .payment-logo {
		justify-content: center;
	}
	.footer-payment-logo .payment-logo img {
		margin-left: 0px;
		margin-right: 10px;
	}
	
    #header{
        background: #fff;
    }
    #footer .footer-bottom{
        padding: 15px 0 15px;
    }
    #footer .footer-bottom .footer-copyright:last-child{
		margin-top: 10px;
		padding: 0;
    }
	#footer .footer-bottom .footer-copyright {
		flex-direction: column;
	}
	.footer-social-logo {
		flex-wrap: wrap;
		padding: 0px 0 5px;
	}
	.footer-logo {
		display: flex;
		justify-content: center;
	}
	.footer-language {
		display: none;
	}
	.footer-language-mobile {
		display: flex;
		justify-content: center;
		padding: 12px 0;
		border-top: 1px solid #f5f1f2;
	}
	.footer-language-mobile .multi-store2 ul {
		bottom: 19px;
		top:inherit;
	}
    .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;
	}
	
	#footer .footer-container .footer-Potrai {
		justify-content: flex-start;
	}
    #footer .newsletter{
        width: 100%;
    }
	.footer_newsletter_space {
		margin: 0 -15px;
		padding: 25px 0px 0px;
	}
	.newsletter_wrapper {
		display:block;
	}
	.footer_newsletter {
		min-height: 205px;
		padding: 20px 0 0px;
	}
	.block_newsletter .title {
		font-size: 28px;
		font-weight: 600;
	    margin: 0 0 5px;	
	}
	.block_newsletter .sub_title {
		font-size: 14px;
		margin: 0 0 20px;
		line-height: 20px;
	}
	.newsletter_content {
		padding: 0 0 25px;
	}
	.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 form input {
		padding: 0 15px !important;
	}
	.block_newsletter form input[type="email"] {
		width: 100%;
	}
	.block_newsletter form .btn-primary {
		position: static;
		width: 100%;
		padding: 0 20px 0 20px !important;
	}
	
	.newsletter_content .hidden-xs-down {
		display: none;
	}
	.newsletter_content .newsletter_buttonprimary {
		display:block;
		padding: 0 15px 0px;
	}
	.newsletter_content .newsletter_buttonprimary .hidden-sm-up {
        display: block !important;
		margin: 10px 0 0 !important;
    }
    #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-payment-social {
		padding: 20px 0 25px;
	}
	.payment-social {
		flex-wrap: wrap;
	}
	
    #footer .footer-mb .footer-contact-mb .footer-addres .address-p{
        color: #32281B;
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0.3px;
    }
    #footer .footer-mb .footer-contact-mb .contact-link p{
        color: #32281B;
        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: #32281B;
        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;
    }
    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;
	}
	body#checkout .footer-middle {
		padding-bottom: 10px;
	}
	.footer-middle:before {
		background:#fff;
	}
	
	.footer-service-wrapper {
		margin-top: 0px;
		padding: 30px 0px 15px;
		background: #f5f5f5;
	}
	
}
@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;
	}
	#footer .f-item:last-child .link-item {
		width: 100%;
	}
}
@media(max-width: 414px) {
	.footer-top {
		padding-bottom: 20px;
	}
	.footer-payment-logo .payment-logo {
		margin:0 -6px;
	}
	.footer-payment-logo .payment-logo img {
		padding:0 6px;
		margin: 0;
		width: 25%;
	}
	
}
@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;
	position: fixed;
    width: 100%;
}
#header #_desktop_logo{
	width: 20%;
	display: flex;
}
#header .header-nav{
    border-bottom: 0;
    max-height: inherit;
	letter-spacing: 0;
	background: #fff;
}

#header .header-nav .right-nav {
	height: 41px;
	padding: 7px 0 0;    
	border-bottom: 1px solid #32281B;
}
#header .header-nav .container > .row .store{
    position: absolute;
    right: 0;
}

.multi-store{
    position: relative;
}
.multi-store ul{
    position: absolute;
    right: 0px;
    top: 30px;
    padding: 12px;
    display: none;
    z-index: 10;
    background: #f5f5f5;
    cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.multi-store ul li {
    min-width: 50px;	
}
.multi-store ul li:nth-child(2){
    margin: 5px 0;
}
.multi-store ul li a:hover {
    color: #ef7f01 !important;
}
.multi-store .current-label:after {
    content:"";
	background:url(../images/Icons/angle-down.svg) no-repeat;
	width: 9px;
	height: 10px;
    position: absolute;
    top: 2px;
    right: -2px;
}
.multi-store .current-label:before {
    content:"";
	background:url(../images/Icons/lingua.svg) no-repeat;
	width: 14px;
	height: 14px;
    position: absolute;
    top: 0px;
    left: -22px;
}

#header .right-nav span {
    color: #32281B;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
}
#header .right-nav a {
	color: #32281B;
    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;
}
.top_header {
	background: #006ec6;
}
.header-message-wrapper {
	background: #32281B;
	padding: 10px 0px 9px 0px;
}
.top_message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_message p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 2px 0 3px;
	color:#fff;
}
.top_message .ico_assistenza {
	position: relative;
	padding-left: 25px;
}
.top_message .ico_spedizione {
	position: relative;
	padding-left: 25px;
	color:#fff !important;
	font-size: 12px;
	font-weight: 400;
}
.top_message .ico_partita {
	position: relative;
	padding-left: 25px;
	color:#fff !important;
	font-size: 12px;
	font-weight: 400;
}

.top_message .ico_assistenza:hover {
	text-decoration:underline;
}
.top_message .ico_assistenza:before {
	content:"";
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../Icone/ico_assistenza.svg) no-repeat;
}
.top_message .ico_partita:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../Icone/Aiuto.svg) no-repeat;
}
#header .top_message a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
#header .top_message a:hover {
	color:#fff;
}

#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: #32281B;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}
#header .right-nav .top-message li a:hover {
	color:#32281B;
}
#header .right-nav a:hover {
	color:#32281B;
}

#header .right-nav .multi-store .current-label{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #32281B;
}
/* Menu */
/* #header .top-menu .category .dropdown-item{
	font-size: 16px;	
    color: #32281B;
	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: 25px 0px 0 10px;
}
#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 .header-top-left {
	width: 40%;
	padding: 20px 15px 0;
}
#header .header-top .position-static1 {    
    padding-top: 10px;
	position: static;
	width: 88%;
}
#header .header-top .position-static1 .menu {
    order: 1;
	display: none;
}

#header .header-top .position-static1 .menu ul li a{
    padding: 0 7px;
    color: #32281B;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    text-transform: capitalize;
}
#header  .top-menu#top-menu{
    min-width: 300px;
}
#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: #32281B;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
#header .header-top .category-link a{
    color: #32281B;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 23px !important;
    margin-bottom: 15px;
}
#header .header-top .position-static1 .search-control{
    order: 1;
	/* width: 85%; */
	margin: 10px 25px 0 0;
	margin-left: 15%;
	float: left;
}
#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;
	float: right;
}
#header .header-top .position-static1 #_desktop_cart{
    order: 4;
	float: right;
}
#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: 14px;
    font-weight: 400;
    line-height: 15px;
    color: #32281B;
}
#header .cart-preview .cart-center {
	margin: 3px 0 0;
}

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

#header .cart-preview .cart-products-count{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #32281B;
}
#header .store .multi-store .current-label{
    color: #32281B;
    font-size: 12px;
    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: #32281B;
	text-align: center;
	padding: 25px 0px 0 25px;
}
#header .user-info .account {
	display: flex;
	align-items: center;
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
    text-align: left;	
}
#header .user-info a:hover {
	color: #32281B;
}
#header .cart-preview .cart-ico {
	width: 28px;
    height: 18px;
    display: block;
    background: url(../Icone/cart.svg) no-repeat;
}
#header .cart-preview .cart-products-count{
    position: absolute;
	top: 15px;
	left: 40px;
    min-width: 10px;
    padding: 0;
    height: 10px;
    background: #f3aa0f;
    color: #32281B;
    display: flex;
    align-items: center;
    font-size: 0px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 15px;
    justify-content: center;
}
#header .cart-preview.inactive .cart-products-count {
	display: none;
}
#header .user-info .accedi-ico{
	width: 15px;
	height: 19px;
    display: block;
    background: url(../Icone/account.svg) no-repeat;
}
#header .user-info .name {
	display: none;
    font-weight: 500;	
}
#header .user-info .name em {
	display: block;
	font-style:normal;
	font-size: 8px;
	font-weight: 400;
	line-height: 10px;
}
#header .user-info .name span {
	text-wrap-mode: nowrap;
}

#header .user-info .fa-user {
	font-size: 16px;
    line-height: 19px;
    color: #32281B;
}

#header .blockcart{
    background: none;
    position: relative;
	padding: 25px 0px 0 25px;
}
#header .blockcart .header {
	display: flex;
	align-items: center;
}
#header .blockcart .header a {
	display: flex;
	align-items: center;
}
#header .search-control .search-head{
    padding: 8px 0px 0px 0px;
}

#header .header-top{
    padding-bottom: 20px;
    padding-top: 0;
	background: #fff;
}
#header.fixed .header-top{
    
}

.search-control-content {
	
}
.search-control-inner {
	
}
#search_widget form{
	width: 577px;   
}

#search_widget form input[type="text"]::-webkit-input-placeholder { /* Edge */
	opacity: 0.7;
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#search_widget form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.7;
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
#search_widget form input[type="text"]::placeholder {
	opacity: 0.7;
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.search-widgets form button[type="submit"]{
    position: absolute;
    right: 0px;
    top: 7px;
    width: 46px;
    height: 46px;
    background: #ECAE2F;
	border-radius: 0px 5px 5px 0px;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: 0;
	align-items: center;
	justify-content: center;
}
.search-widgets form button[type="submit"]:hover {
	background: #ECAE2F;
}
#search_widget form i.search{
	color: #fff;
	position: relative;
	padding: 0;
	/* background: url(../Icone/cerca.svg) no-repeat; */
}
#header .search-control{
    position: relative;
}

#header .logo{
    margin-top: 20px;
}
#header .logo.fixed {
	display:none;
}
#index #header.fixed .logo.fixed,#cms.cms-id-9 #header.fixed .logo.fixed,#cms.cms-id-10 #header.fixed .logo.fixed {
	display:block;
}
#index #header.fixed .logo.no-fixed,#cms.cms-id-9 #header.fixed .logo.no-fixed,#cms.cms-id-10 #header.fixed .logo.no-fixed {
	display:none;
}
@media (max-width: 992px) {
	#index #header.fixed .leo-megamenu .navbar-toggler {
		background: transparent url(../Icone/menu.svg) no-repeat;
	}
}
#search_widget .search-action{
	color: #32281B;
	font-size: 12px;
	font-weight: 400;
    background: url(../Icone/cerca.svg) no-repeat center left;
    display: block;
	height: 22px;
    cursor: pointer;
	padding-left: 27px;
}
#search_widget .search-action-close {
    font-size: 0;
    background: url(../Icone/close.svg) no-repeat;
    display: block;
    width: 41px;
    height: 41px;
    cursor: pointer;
	position: absolute;
	right: 0;
	top: 15px;
}
#search_widget{
    background: transparent;
	overflow: initial;
	border: none;
	float: none;
}
#search_widget{
    min-width: auto;
}
.search-control-content {
	
}
.search-control-inner {
    position: relative;	
}
#search_widget form{
    
}
#search_widget form input{
	height: 46px;
	border-radius: 5px;
	background: #f5f5f5;
	border: 0px solid #fff;
	padding: 0px 15px 0px 20px !important;
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	transition: .3s;
	transition-delay: .3s;
	margin-left: 0px;
}
#search_widget form input:focus{
    border: 0px solid #f6f3f1;
}

#header .header-top .position-static1 #_desktop_whislist {
	float: right;
}
#_desktop_whislist .whislist a ._whislist {
    font-size: 0;
    background: url(../Icone/wishlist.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
}

#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: #32281B;
	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: 1380px) {
	#header #_desktop_logo {
	    min-width: 220px;	
	}
	#search_widget form {
		width: 577px;
	}
}
@media screen and (max-width: 1199px) {
	#header .header-top .position-static1 .search-control {
		margin-left: 0%;
	}
}
@media screen and (max-width: 1024px) {
	#search_widget form {
		width: 450px;
	}
}
@media screen and (max-width: 992px) {
	#search_widget form {
		width: 310px;
	}
	#header #_desktop_logo {
		padding-left: 50px;
	}
	#header .right-nav .top-bisogno {
		display: none;
	}
	#header .right-nav .top-chiamaci {
		width: 50%;
		text-align: left;
	}
	#header .right-nav .top-message {
		width: 50%;
	}
	.leo-megamenu .navbar-toggler {
		
	}
}

@media screen and (max-width: 767px){
	.top_message p {
		font-size: 10px;
		padding: 1px 0 2px;
	}	
	#_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 {
		height: 162px;
	}
	#index #header {
		
	}
	.top_message {
		overflow: auto;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
		scrollbar-width: none;
		white-space: nowrap;
		display: flex;
	}
	.header-assistenza {
		padding: 0 10px;
	}
	.header-spedizione {
		padding: 0 10px;
	}
	.header-partita {
		padding: 0 10px;
	}
	
	
	.header-bottom {
		display: none;
	}
    #header .search-control{
        /* width: 100%; */		
    }
	.search-control-content {
		
	}
	#search_widget form {
		top: 4px !important;
        width: 100%;		
	}
	.Spedizioni-header {
		padding: 8px 0 8px;
	}
	#_mobile_user_info {
		
	}
	#header .header-nav .blockcart {
		padding: 19px 3px 0px 3px;
		background: none;
	}
	#header .header-nav .cart-preview.active {
		background: none;
	}
	#header .cart-preview .cart-products-count {
		top: 16px;
		left: 25px;
	}
    #search_widget{
        display: block !important;
        max-width: 100%;
        position: unset;
        background: transparent;
        /* border-radius: 30px; */
    }
    #header > .header-top > .container{
        padding: 0 15px;
    }
	#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{
        margin: 0 0 0 40px;		
    }
    #header .header-nav{
        height: auto;
		background: none;
    }
    #header #_mobile_logo img{
        max-height: 30px;
		margin: 12px 0 0;
    }
    #header .blockcart .header{
        /* position: relative;
        top: 8px; */
    }
	#header .cart-preview .cart-ico {
		width: 23px;
		height: 23px;
		background-size: contain;
	}
    #header .header-nav .user-info {
		margin: 0;
		position: relative;
        padding: 20px 0px 0px 0px;
    }
	#header .header-nav .user-info .account {
		margin: 0;
	}
    #header .header-top .position-static{
        padding-right: 15px;
    }
    #header .header-top{
        margin-top: 0px;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
		background: none;
    }
	#header.fixed .header-top {
		
	}
	#header .search-control {
		position: static;
	}
	#search_widget .search-action {
		position: absolute;
		left: 60px;
		top: -28px;
	}
	
    #search_widget form i.clear{
        display: none !important;
    }
	#header .header-top .position-static1 .search-control {
		margin: 0;
	    width: 100%;	
	}
	.multi-store2 {
		padding-left: 20px;
	}
    #footer .footer-information-link{
        flex-direction: column;
    }
	#footer .footer-information {
		width: 100%;
		padding: 5px 0px 10px;
	}
	.footer-middle {
		padding-top: 30px;
        padding-bottom: 0;		
	}
	.infosite {
		width: auto;
		margin: 0 0 20px;
	}
	#footer .f-item {
		width: 50%;
		padding: 0 10px 20px 0px;
	}
	#footer .f-item .link-item {
		margin: 0;
		padding: 0px;
	}
	#footer .footer-information ul li p, #footer .footer-information ul li a {
	    font-size: 14px;
		line-height: 24px;		
	}
	#footer .fcontact-servizi {
		order: 3;
	}
	#footer .fcontact-prodotti {
		order: 1;
		width: 100%;
		padding: 0px;
	}
	#footer .fcontact-prodotti .f-h6 {
		padding-left: 15px;
	}
	#footer .fcontact-prodotti.f-item .link-item {
		width: 50%;
		padding: 0 15px 10px;
	}
	#footer .fcontact-aiuto {
		order: 2;
		width: 50%;
	}
	#footer .fcontact-legal {
		order: 4;
		width: 50%;
	}
	#footer .f-item.fcontact-assistenza {
		width: auto;
	}
	
	#footer .footer-information .f-h6 {
		margin: 0px;
		font-size: 14px;
	}
	.f-contact-inner {
		
	}
	.f-item.active .f-contact-inner {
		display: block;
	}
	#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; */
		width: 24px;
		height: 24px;
		background-size: contain;
    }
	
	.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;
	}
	#checkout #footer .f-item {
		width: 100%;
		border: none;
	}
	#checkout .f-contact-inner {
		display: block;
	}
}
@media (max-width: 640px){
    
}
@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: 110px;
		top: 38px;
		border: none;
		background: #fff;
		z-index: 1; */
    }
}

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

.servizi1 {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 0 15px;
}
.servizi2 {
	max-width: 860px;
	margin: 0 auto;
}
.servizi1-text {}
.servizi1-text p {
	color: #32281B !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: #32281B;
	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: #32281B;
    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: #32281B;
}
.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: #32281B;
	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: #32281B;
	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 #32281B;
}
.product_wk_advance h2 {
	color: #32281B;
	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: #32281B;
	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 #32281B;
	border-bottom: 1px solid #32281B;
	padding: 25px 0 15px;	
	margin: 0 0 30px;
}
.product_brand_advance h2 {
	color: #32281B;
	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: #32281B;
	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: #32281B;
    color: #32281B;
    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: #32281B !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: #32281B !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: "Open Sans", sans-serif !important;	
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #32281B;
}
#blog_list_items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	position: relative;
}
#blog_list_items .blog-grid {
	width: 33.333%;
	padding: 0 12px 20px;
}
#blog_list_items .block_cont {
	border: none;
}
#blog_list_items .block_top {
	width: 100%;
}
#blog_list_items .block_top img {
	display: block;
	width: 100%;
}
#blog_list_items .block_bas {
	width: 100%;
	padding: 0px 20px 15px 0;
	margin-top: 20px;
	position: relative;
}
#blog_list_items .block_bas .blog_desc {
	display: none;
}
.block_bas_box {
	
}

.block_bas h3 {
	min-height: 50px;
}
.block_bas h3 a {
	color: #32281B;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}
.block_bas h3 a:hover {
	color: #ecae2f;
}
.block_bas .prestablog_desc {
	color: #32281B;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 15px;
	max-height: 50px;
	overflow: hidden;
}
.block_bas .prestablog_more {
	margin: 15px 0px 0px;
}
.block_bas .prestablog_more a {
	color: #32281B;	
	font-size: 14px !important;
	font-weight: 400;
}
.block_bas .prestablog_more a span {
	padding-right: 30px;
	background:url(../images/arrow-right-small.svg) no-repeat right;
}
.block_bas .prestablog_more a:hover {
	color: #32281B;
}

.date_blog-cat {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 7px;
    display: block;
	color: #706E66;
	text-transform: capitalize;
    font-family: "Open Sans", sans-serif;	
}
.date_blog-cat a {
	color: #ecae2f;
	font-weight: 600;
}
.article_content {
	margin: 0 auto;
    max-width: 840px;
}
.article_content h1 {
	font-family: "Open Sans", sans-serif;	
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
    margin: 0 0 25px;	
}
.article_content p {
	color: #32281B;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}
.article_content p a {
	color: #32281B;
}
.article_content > .elementor {
	margin: 0 0 15px;
}

.article_content .date_blog-cat {
	display:flex;
	align-items: center;
}
#prestablogfont h3,
#prestablogfont h4,
#prestablogfont h5,
#prestablogfont h6 {
	color: #32281B;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 0 15px;
}
#prestablogfont p {
	color: #32281B;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 25px;
}
#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: #32281B;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	position: relative;
    margin: 0 0 10px;	
}
#prestablogfont ul li:before,.article_content ul li:before {
	content:"";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
    left: -20px;
	background:#32281B;
}
#prestablogfont ol li {
	list-style: none;
    color: #32281B;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	position: relative;
}
#prestablogfont ol li:before {
	content:"";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	top: 10px;
    left: -20px;
	background:#32281B;
}
time.date, .info_blog {
	color: #32281B;
	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 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.blog_link_back .back-to-blog:hover {
    color: #337d4d;	
}
.blog_link_back .back-to-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 8px;
    background: url(../images/slide-arrow.svg) no-repeat;
}
.prestablogExtra {
    margin: 0 auto;
    max-width: 1080px;
}
#index .prestablog {
	margin: 50px 0 0px;
	position: relative;
}
#index #blog_list_items .blog-grid {
	width: 33.333%;
}
.prestablogtitle {
	border: none;
    margin: 0px 0 40px;
    padding-bottom: 0;
	color: #32281B;
	font-size: 36px;
	font-weight: 600;
	line-height:50px;
}
.blog_viewall {
	position: absolute;
	top: 30px;
	right: 0;
}
.blog_viewall a {
	color: #32281B;
	font-size: 15px;
	font-weight: 500;
}
.blog_viewall a:hover {
    color: #337d4d;
}
.cat_desc_blog {
	display: none;
}
.prestablog_newsletter {
	margin: 0 0 200px;
	position: relative;
	z-index: 1;
}
.prestablog_data {
}
.prestablog_intro {
	
}

.prestablog_intro h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 40px;
}
.prestablog_intro .block_newsletter {
	padding: 0;
}
.prestablog_intro .sub-title2 {
	color: #32281B;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 50px;
}
.prestablog_intro .form-newlester .row .col-xs-12 .input-wrapper > input {
	height: 45px;
	width: 335px;
	border: 1px solid #32281B;
}
.prestablog_intro .block_newsletter .custom_check span p {
	color: #32281B;
}
.prestablog_intro .block_newsletter .custom_check span p a {
	color: #32281B;
}
.prestablog_intro .block_newsletter .custom_check span:before {
	border: 1px solid #32281B;
}
.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;
}
.product-blog-top-bkg {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.product-blog-top-bkg:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background:#fff;
}
.article-blog-top {
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}
.article_content .main-img {
    position: relative;
    margin: 0 0 50px;	
}
.article_content .main-img img {
	width: 100%;
}
#prestablog_menu_cat {
	display: none;
}
#module-prestablog-blog #right-column {
	padding-right: 0px;
	padding-left: 40px;
	width: 33%;
}
#module-prestablog-blog #content-wrapper {
	padding-left: 0px;
	width: 100%;
}
.lastliste {
	display: flex;
	align-items: center;
}
.lastliste .photo {
	width: 31%;
}
.lastliste .photo img.lastlisteimg {
	border-radius: 10px;
	max-width: 125px;
}
.lastliste .content {
    width: 69%;	
	padding-left: 25px;
}
.lastliste .content .date_blog-cat {
	margin: 0 0 5px;
}
.lastliste .content .title {
	display:block;
}
.lastliste .content .title .link_block {
	display:block;
	color: #32281B;
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	text-decoration: none;
}
.lastliste .content .title .link_block:hover {
	color:#337d4d;
}
#prestablog_menu_cat #menu-mobile {
	background: url(../Icone/filtra-blog-icon.svg) no-repeat;
    width: 36px;
    height: 83px;
    position: fixed;
    top: 210px;
    left: 0px;
    z-index: 1;
	display: none;
}
#filter-menu-blog {
	background: url(../Icone/filtra-blog-icon.svg) no-repeat;
    width: 36px;
    height: 83px;
    position: fixed;
    top: 210px;
    left: 0px;
    z-index: 2;
	display: none;
}


@media (min-width: 1199px) {
	.prestablog_newsletter {
		margin-bottom: 200px;
	}
	.prestablog_intro {
		margin: 0px;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 992px) {
	#module-prestablog-blog #right-column {
		display: none;
	}
	#module-prestablog-blog #right-column.openside {
		display: block;
		width: 100%;
        padding: 15px 15px 15px 40px;
        position: fixed;
        top: 35px;
        left: 0px;
        z-index: 1;
        height: 100%;
		background:#fff;
	}
	#module-prestablog-blog #right-column .block-categories {
		display:block;
	}
	
	#module-prestablog-blog #content-wrapper {
		width: 100%;
        padding: 0px;		
	}
	#filter-menu-blog {
		display: block;
	}
	#blog_list_items .blog-grid {
		width: 50%;
	}
	#index #blog_list_items .blog-grid {
		width: 50%;
	}
	
	#blog_list_items .blog-grid {
		width: 50%;
		padding: 0 15px 15px;
	}
}
@media (max-width: 767px) {
	.mobile {
		display: block;
	}	
	.desktop {
		display: none;
	}	
	#prestablog_menu_cat {
		display: block;
		min-height: auto;
	}
	.prestablog_newsletter {
		background: none;
		margin: 0 0 130px;
	}
	.prestablog_data {
		padding: 0;
	}
	.prestablog_intro {
		height: 100%;
		min-height: auto;
		width: auto !important;
		background: #fff;
		margin: 0;
		padding: 0;
		display: block;
	}
	.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 {
		font-size: 30px;
		font-weight: 600;
		text-align: left;
		margin: 0 0 30px;
	}	
	.article_content h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.prestablog_intro .sub-title2 {
		margin: 0 0 10px;
	}
	#index .prestablog {
		margin: 15px 0 0;
	}
	.prestablogtitle {
		border: none;
		margin: 0px 0 25px;
		padding-bottom: 0;
		color: #32281B;
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
	}
	.block_bas h3 {
		min-height: auto;
	}
	.block_bas h3 a {
		font-size: 18px;
		line-height: 24px;
	}
	.blog_viewall {
		margin: 0 0 30px;
        position: static;
        text-align: center;
	}
	#blog_list_items {
		margin-top: 0px;
	}
	#blog_list_items .blog-grid {
		width: 100%;
		padding: 0 15px 15px;
	}
	#blog_list_items .block_cont {
		display: flex;
		flex-wrap: wrap;
	}
	#blog_list_items .block_top {
		width: 100%;
		margin: 0px 0 0px;
	}
	#blog_list_items .block_bas {
		width: 100%;
	}
	.block_bas_box {
		
	}
	.article-blog-top {
		margin: 0 0 115px;
	}
	.article_content .main-img {
		margin: -90px 0 25px;
	}
	.container_wrapper {
		margin: 0 -15px 0px;
	}
	.blog-product {
		margin: 0 -15px 0px;
	}
	#blog_article_linked .prestablogtitle {
		margin: 25px 0 20px;
		text-align: center;
	}
	#index #blog_list_items {
		margin: 0px;
	}
	#index #blog_list_items .blog-grid {
		width: 100%;
		padding: 0px 0px 20px;
	}
}






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


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

.imballaggi_table p.grass{
    color: #ef7f01;
    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: #ef7f01;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 18px;
} 
.off-canvas body {
	top: 0px !important;
} 
}



/* Mega Menu */
#header .leo-top-menu .megamenu .nav-link {
	color: #32281B;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1001;
}
#header .leo-top-menu .megamenu .nav-item.offerte .nav-link .menu-title{
	position: relative;
	padding-right: 25px;
}
#header .leo-top-menu .megamenu .nav-item.offerte .nav-link .menu-title:after {    
    content: "";
	position: absolute;
    background: url(../Icone/tab-tag.svg) no-repeat;
    width: 19px;
    height: 20px;
	right: 0px;
	bottom: 2px;
}
#header .leo-top-menu .megamenu .nav-item.offerte .nav-link:hover .menu-title:after {
    filter: invert(79%) sepia(97%) saturate(1962%) hue-rotate(337deg) brightness(100%) contrast(101%);
}
/*
.header-top .leo-top-menu .megamenu .nav-link:lang(fr) {
	color: #32281B;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
} */

#header .leo-top-menu .megamenu .nav-link:hover {
	color:#ECAE2F !important;
}
#header .leo-top-menu .megamenu .nav-item.active .nav-link {
	color:#ECAE2F !important;
}
#header .leo-top-menu .megamenu .nav-item.parent .nav-link:after {
	content:"";
	width: 12px;
	height: 12px;
	opacity: 1;
	margin-left: 5px;
	position: static;
	display: inline-block;
	background: url(../Icone/angle-down-white.svg) no-repeat center;
}
#header .leo-top-menu .megamenu .nav-item.parent:hover .nav-link:after {
	
}
#header .leo-top-menu .megamenu .nav-item.active .nav-link:after {
	
}
#header .header-nav #menu-icon {
	/* display: none; */
}
.nav-primary {
	border-top: 1px solid #dddd;
	border-bottom: 1px solid #dddd;
}
.leo-megamenu {
	
}
.leo-megamenu .navbar-toggler {
	color: #32281B;
	background: none;
}
.off-canvas-active main {
	/* position: static; */
}

.submegamenu .content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1360px;
    margin: 0 auto;
}
.submegamenu .content .item {
	width: 275px;
}
.submegamenu .content .item h2 {
	color: #32281B;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	margin: 0 0 7px;
}
.submegamenu .content .item .title .title_link {
	color: #32281B !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
}

.submegamenu .content .item .title .a_title:hover {
	color: #32281B !important;
}
.submegamenu .content .item .sub_level2 .a_link {
	color: #32281B;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 0px;
    display: block;
}
.submegamenu .content .item .sub_level2 .a_link:hover {
	color: #ECAE2F !important;
	text-decoration: underline;
}
.submegamenu .content .item .sub_level2 .a_link.last {
	font-weight: 500;
	text-decoration: underline;
}
.submegamenu .content .item.bestseller {
	
}
.submegamenu .content .item.bestseller .a_link_best .img {
	display:block;
	margin: 0 0 10px;
}
.submegamenu .content .item.bestseller .a_link_best .img img{
	display:block;
}
.submegamenu .content .item.bestseller .a_link_best .text{
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.submegamenu .content .item .sub_level2 {
	margin-bottom: 10px;
}

.fullw_sub {
	position: static;
}
.fixw_submenu {
	position: relative !important;
}
.leo-top-menu .dropdown:hover > .dropdown-menu {
	background:none;
    padding: 0px 0px 0px 0px;	
}
.fixw_submenu .dropdown-menu-inner .widget-subcategories {
	padding: 0px;
}
.leo-top-menu .megamenu .fixw_submenu.dropdown:hover > .dropdown-menu {
	background: #87be4b;
	top: 30px !important;
	left: -5px;
	border-radius: 0 0 10px 10px;
	padding: 40px 15px 15px 15px !important;
}
.leo-top-menu .megamenu .fixw_submenu.lastitem.dropdown:hover > .dropdown-menu {
	left: inherit;
    right: -17px;
}
.leo-top-menu .horizontal .widget-links li a {
	font-size: 14px;
	font-weight: 300;
}
.leo-top-menu .horizontal .widget-links li {
    margin: 0 0 5px !important;
}

@media (min-width: 768px) {
	#_desktop_top_menu {
		display: none !important;
	}
}
@media (min-width: 993px) {
	.submegamenu {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
		padding: 20px 25px 35px;
		background: #fff;
		border-top: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        margin-top: -1px;
	}
}
@media (max-width: 1380px) {
	.leo-megamenu {
		padding-right: 0px;
	}
	.header-top .leo-top-menu .megamenu .nav-link {
	}
	.leo-top-menu .dropdown:hover > .dropdown-menu {
		/* top: 55px;   */  
	}
	
	
}
@media (max-width: 1199px) {
	#header .leo-top-menu .megamenu .nav-link {
		
	}
	#header .header-top .position-static1 {
	    
	}
}

@media (max-width: 992px) {
	/* .nav-primary {
		position: absolute;
		transform: none;
		left: 0;
		top: 29px;
		width: auto;
		z-index: 1;
	} */
	#header .header-top .container .row .hidden-md-up.text-sm-center.mobile .right-top #menu-icon {
	    opacity: 0;	
		display: none;
	}
	
	.fullw_sub {
		position: relative;
	}
	.submegamenu .content {
		justify-content: flex-start;
	}
	.submegamenu .content .item {
		width: 100%;
	}
	.off-canvas-nav-megamenu .dropdown-sub {
	    padding: 0 0 10px 30px;	
	}
	.off-canvas-nav-megamenu .mega-col {
		padding: 0 0px 0 0;
	}
	/* .off-canvas-active #wrapper,.off-canvas-active #footer {
		display: none;
	} */
	.submegamenu .content .item .sub_level2 {
		padding-left: 20px;
		padding-bottom: 15px;
	}
	.submegamenu .content .item .sub_level2 .a_link {
		color: #32281B;
		font-size: 14px;
		font-weight: 400;
		padding: 0 0 0;
	}
	.submegamenu .content .item .sub_level2 .a_link:hover {
		color: #32281B !important;
	}
	.off-canvas-nav-megamenu .leo-widget p {
	    margin: 0 0 0px;
	}
	.submegamenu .content .item .title .title_link {
		font-size: 16px;
		color: #32281B !important;
	}
	.offcanvas-mainnav .navbar-nav li {
		border: none;
	}
}
.selectedFilters {
	position: relative;
	z-index: 1;
}
.block-category-top,#js-product-list-top {
	position: relative;
}


#js-product-list {
	padding-top: 0px;
}
#js-product-list-top {
    
}
.product-list-top-group {
	position: relative;
	padding-top: 15px;
}
#wrapper .breadcrumb {
	z-index: 1;
    padding: 12px 0 0;	
	position: relative;
}
.top-category-name h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 20px;
}
.product-list-top-group h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 20px;
}
.top-additional-category {
	margin: 0 0 45px;
}
.top-additional-category p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px;
}
.bottom-category-description h2, 
.bottom-category-description h3, 
.bottom-category-description h4, 
.bottom-category-description h5, 
.bottom-category-description h6 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin: 18px 0 6px 0;
}

.bottom-category-description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 8px;
}
.bottom-category-description ul {
	padding-left: 25px;
}
.bottom-category-description ul li {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 16px;
    line-height: 26px;
}
.bottom-category-description ul li:before {
	content:"";
	position: absolute;
	left: 0px;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background:#32281B;
}
.block-category-inner-photo {
	display:flex;
	align-items: center;
}
.block-category-inner-photo {
	display:flex;
	align-items: center;
}
.block-category-inner-photo .block-category-inner-content {
	
}
.block-category-inner-photo .category-cover {
	
}
.block-category-inner-photo .category-cover img {
	width: 100%;
}
.compact-toggle-text {
	color: #32281B;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}
.has-compact-filter.show-filter #amazzing_filter {
    transform: translateX(0px);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.compact-toggle .compact-toggle-icon:before {
	content:"";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../Icone/compact-toggle-icon.png) no-repeat;
}
@media (min-width: 1380px) {
	.block-category-inner-photo {
		
	}
	.products-wrapper-related {
		margin-right: -60px;
	}
}
@media (max-width: 1024px) {
	.block-category-inner-photo {
		flex-wrap: wrap;
	}
	.block-category-inner-photo .block-category-inner-content {
		width: 100%;
		padding: 0 0px 0 0;
	}
	.block-category-inner-photo .category-cover {
		width: 100%;
		display: block;
	}
}
@media (max-width: 767px) {
	.top-category-name h1 {
		font-size: 25px;
		font-weight: 600;
		line-height: 35px;
		margin: 0 0 12px;
	}
	.block-category-top h1 {
		font-size: 25px;
		font-weight: 600;
		line-height: 35px;
		margin: 0 0 12px;
	}
	.top-additional-category {
		margin: 0 0 25px;
	}
	.top-additional-category p {
		font-size: 14px;
		line-height: 24px;
	}
	.bottom-category-description h2, 
	.bottom-category-description h3, 
	.bottom-category-description h4, 
	.bottom-category-description h5, 
	.bottom-category-description h6 {
		font-size: 22px;
		font-weight: 600;
		line-height: 32px;
		/*margin: 0 0 15px;*/
		margin: 18px 0 10px 0;
	}
	
	.bottom-category-description ul li {
		position: relative;
		padding: 0 0 0 15px;
		font-size: 14px;
		line-height: 24px;
	}

	
	.product-list-top-group {
		padding-top: 10px;
	}
	.block-category-inner-photo .category-cover {
		width: auto;
		display: block;
		margin: 0 -15px;
	}
	.block-category-inner-photo .category-cover img {
		width: 100%;
		margin: 0px;
	}
	#js-product-list-top {
	    position: static;	
	}
	.block-category-inner-photo .block-category-inner {
		margin: 0 0 15px;
	}
	#amazzing_filter .compact-toggle {
		transform: none;
		position: fixed;
		background: #f3aa0f !important;
		color: #fff;
		border-radius: 0;
		text-transform: none;
		left: -100%;
	}
	.has-compact-filter .af.block .block_content {
		padding: 20px 0px 20px 0px;
	}
}
.product_box_logo_amazon {
    display: none;
}
.product_box_logo_amazon p {
	margin: 0 0 10px;
	display: none;
}
.product_box_logo_amazon strong {
	font-size: 13px;
	font-weight: 600;
}
.product_logo_amazon {
	margin: 5px 0 20px;
}
.product_logo_amazon .btn_amazon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 0px;
	background: #f8d84b;
	padding: 0 25px;
	font-weight: 600;
}
.product_logo_amazon .btn_amazon.btn_amazon_disabled {
	cursor: default;
	pointer-events: none;
	opacity: .5;
}
.product_logo_amazon .btn_amazon span {
	padding-right: 15px;
}

.product_box_spedizione p {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.product_box_spedizione strong {
	font-size: 13px;
	font-weight: 600;
}

.product_box_logo_payment {
	margin: 0 0 25px;
}
.product_box_logo_payment p {
	margin: 0 0 10px;
}
.product_box_logo_payment strong {
	font-size: 13px;
	font-weight: 600;
}
.product_logo_payment {
	display: flex;
	align-items: center;
}
.product_logo_payment img {
	margin-right: 30px;
}
.product_logo_payment img:last-child {
	margin-right: 0px;
}
.product_box_logo_rapido {
	margin: 0 0 25px;
}
.product_box_logo_rapido p {
	margin: 0 0 10px;
}
.product_box_logo_rapido strong {
	font-size: 13px;
	font-weight: 600;
}
.product_logo_rapido {
	display: flex;
	align-items: center;
	border-radius: 22.5px;
	background: #ffffff;
}
.product_logo_rapido .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width:33.333%;
	height: 45px;
	padding: 0 15px;
}
.product_logo_rapido .item.middle {
	border-left: 1px solid #f5f1f2;
	border-right: 1px solid #f5f1f2;
}

.product_logo_capelli {
	display: flex;
	align-items: center;
	margin: 0 -25px;
	flex-wrap: wrap;
}
.product_logo_capelli .item {
	padding: 0 25px 15px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.product_logo_capelli .item h3 {
	color: #ef7f01;
	font-size: 14px;
	font-weight: 400;
	margin: 15px 0 20px 20px;
}

@media (max-width: 767px) {
	.product_box_logo_group {
		margin: 0 0 15px;
	}
	.product_logo_capelli {
		margin: 0 -15px;
	}
	.product_logo_capelli .item {
		padding: 0 15px 10px;
	}
}
.wk_custom_variant {
	margin: 10px 0 25px;
}
.wk-product-variants {
    background-color: #fff;
    padding: 15px 25px 15px;
}
.wk-product-variants>.wk-product-variants-item {
    margin: 0 0 10px;
}
.wk-product-variants>.wk-product-variants-item .control-label {
    font-family: "Open Sans", sans-serif;
	margin-bottom: 10px;
}
.wk_product_opt_container .label_bottom {
    padding-top: 8px;
    font-size: 14px;
}
.wk_color_input {
	display: none;
}
.wk_option_info_icon {
	color:#32281B;
}
.wk-product-variants>.wk-product-variants-item .control-label .wk_option_require {
	display: none;
}
.wk-product-variants>.wk-product-variants-item .control-label .wk_option_checkbox_parent {
	display: none;
}
.wk-product-variants>.wk-product-variants-item .control-label .wk_option_tooltip {
	display: none;
}
.product_box_wishlist {
	position: relative;
}
.col-sm-auto .txt-wishlist {
	display: none;
}
.product_box_wishlist .col.col-sm-auto {
	position: absolute;
    right: 4px;
    top: -37px;
}
#nice-wishlist-product-btn {
	opacity: 1;
}

#product .row.product-container .product-quantity .col.col-sm-auto {
    display: none;
}
#product .row.product-container #nice-wishlist-product-btn i {
	font-size: 0 !important;    
    cursor: pointer;
	position: relative;
}
#product .row.product-container #nice-wishlist-product-btn i:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/Icons/wishlist.svg) no-repeat;
    display: block;
    width: 24px;
    height: 18px;
    background-size: contain;
}

@media (max-width: 767px) {
	.wk_custom_variant {
		margin: 10px -15px 25px;
	}
	.wk-product-variants {
		padding: 15px 15px 15px;
	}
	.wk_product_opt_container .label_bottom {
		max-width: initial;
	}
	.product_box_wishlist .col.col-sm-auto {
		position: absolute;
		right: -4px;
		top: -43px;
	}
	.endbottom .product-add-to-cart {
		background: #ef7f01;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index:998;
	}
	.endbottom .qty-container {
		display: none;
	}
	#product .endbottom .row.product-container .product-actions .add-to-cart {
		font-size: 14px;
		width: 70%;
		text-align: left;
		justify-content: flex-start;
		padding: 0;
	}
	#product .endbottom .row.product-container .product-actions .add-to-cart span {
		background: none;
		padding: 0 0 0 15px;
	}
	#product .endbottom .row.product-container .product-prices.js-product-prices {
		position: fixed;
		bottom: 3px;
		right: 55px;
		width: 20%;
		z-index: 999;
	}
	#product .endbottom .row.product-container .product-quantity .col.col-sm-auto {
		display: block;
		position: absolute;
		right: 37px;
		top: 0;
		border-left: 1px solid #fff;
		height: 53px;
		padding: 0 0 0 15px;
	}
	#product .endbottom .row.product-container #nice-wishlist-product-btn i:before {
		top: 5px;
		filter: invert(99%) sepia(49%) saturate(2%) hue-rotate(256deg) brightness(111%) contrast(100%);
	}
	#product .endbottom .row.product-container span.current-price-value {
		color: #fff;
	    font-size: 15px;		
	}
	#product #footer {
		padding-bottom: 50px;
	}
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 16px;
    text-transform: none;
}
#cart #wrapper {
	background: #fff;
    padding-bottom: 0px;	
}
#cart .newsletter-bottom {
	display: none;
}
.products-wrapper-related-cart {
	background: #f5f1f2;
	padding: 60px 0 20px;
}

#cart .card.cart-container {}
#cart .card.cart-container .cart-items {
	display:flex;
	flex-wrap: wrap;
	border-bottom: 0px solid #f0ebea;
	max-width: 100%;
}
#cart .card.cart-container .cart-items .cart-item {
	width: 100%;
}
#cart .card.cart-container .cart-items .cart-item .product-line-grid {
}
#cart .card.cart-container .cart-items .cart-item:nth-child(2n) .product-line-grid {
    
}
#cart .card.cart-container .cart-items .cart-item .product-image {
	width: 109px;
	display: block;	
}
#cart .card.cart-container .cart-items .cart-item .product-image img {
	border: 0px solid #ede8e3;
	border-radius: 0px;
}

#cart .card.cart-summary {
	display: flex;
	flex-direction: column;
}
#cart .card.cart-summary .cart-detailed-totals {
	order: 1;
}
#cart .card-block.checkout {
	order: 2;
}
#cart .card.cart-summary .cart-customcartTottal {
	order: 3;
}
#cart .potraipaga_wrapper {order: 4;}
#cart .product-plus-block {order: 5;}


.continue_shopping {
	margin: 15px 0 0;
}
.continue_shopping .label {
	color: #32281B;
	font-size: 12px;
	font-weight: 300;
	line-height: 26px;
}
.continue_shopping .label:hover {
	color: #ef7f01 !important;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#cart .card.cart-container .cart-items .cart-item .product-line-grid {
		border-right: 0px solid #f0ebea;
	}
	#cart .product-line-grid-body .cart-line-product-actions {
		justify-content: flex-end;
	}
	#cart #wrapper {
		padding-bottom: 10px;
	}
	#cart #footer {
		padding-top: 1px;
	}
	.products-wrapper-related-cart {
		padding: 35px 0 20px;
	}
	.products-wrapper-related-cart .catalog-products .products-section-title {
		font-size: 25px;
		line-height: 26px;
	}
}

#checkout #wrapper .breadcrumb[data-depth="1"] {
    display: block;
}
/*
.product-miniature .thumbnail-container .product-thumbnail {
	overflow: hidden;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    transition: all 0.5s;
    overflow: hidden;
}
.product-miniature .thumbnail-container .product-thumbnail:hover img {
    transform: scale(1.1);
}
*/

.cms-id-14 p:has(strong) {
    margin-top: 0 !Important;
    margin-bottom: 0 !Important;
}
.b2b_login {
	position: absolute;
    right: 15px;
    top: -34px;
	color: #32281B;
}
.b2b_login_link a {
	font-size: 12px;
    font-weight: 500;
}
@media (max-width: 767px) {
	.b2b_login {
		display: none;
	}
}
.product-customization {
    margin: 15px 0 20px;
}
.product-customization.js-product-customization form {
	padding: 0 0 15px;
}
.product-customization.js-product-customization .card {
	background:#fff;
}
.product_box_logo_group {
	display: flex;
    flex-wrap: wrap;
}
.product_box_logo_item {
	width: 50%;
	padding:0 15x 0 0;
}
.product_box_logo_item .title {
	margin: 0 0 10px;
}
.product_box_logo_item .title strong {
	font-size: 14px;
	font-weight: 500;
}
.paypal_payment_form div {
    width: 100% !important;	
}
.product-additional-info.js-product-additional-info [paypal-button-container]  {
	width: 100% !important;
}
#module-prestablog-blog .breadcrumb li.Default {
	display: none;
}