/*** header ***/
#sp-header > .row{
	position: static !important;
}
#sp-logo > .sp-column{
	position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    padding: 0 2%;
}
.logo-image{
	margin-top: -5px;
}
.logo-footer{
    display: inline-block;
	background: #fff;
    padding: 10px;
}
#sp-menu-right .sp-column{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
}
.sp-module-content .mod-languages ul.lang-inline{
	display: grid;
}
.sp-module-content .mod-languages ul.lang-inline li{
	margin: 0;
}
.sp-module-content .mod-languages ul.lang-inline li a{
    padding: 15px !important;
    display: block;
    transition: all 0.5s ease;
    margin-left: 10px;
}
.sp-module-content .mod-languages ul.lang-inline li a:hover{
	opacity: 0.8;
}
.sp-module-content .mod-languages ul.lang-inline li a img{
	min-width: 18px;
}

#sp-menu a.richiedi-offerta{
	background: #e71132;
    line-height: normal !important;
    padding: 6px 10px !important;
    margin-left: 8px !important;
    color: #fff !important;
}
.offcanvas-menu a.richiedi-offerta{
	background: #e71132;
    color: #fff !important;
	padding: 0.125rem 30px !important;
	margin: 0 -30px !important;
}
.form-search{
	position: relative;
}
.form-search input.search-query{
	padding: 8px 38px 8px 10px;
    width: 180px;
    font-size: 15px;
    color: #fff;
}
.form-search button.cerca{
	position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 38px;
    font-size: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.form-search button.cerca:hover:before{
	color: #fff;
}
.form-search button.cerca:before{
	content: "\f002";
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    color: #A78963;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 38px;
    transition: color 400ms;
}
.tooltip.fade{
	display: none !important;
}

header .bando-europeo-2023,
.offcanvas-menu .item-585,
.offcanvas-menu .item-586{
    display: none !important;
}
@media (max-width: 768px) {
    #sp-bottom .sp-module ul>li a {
        font-size: 14px;
        padding: 10px 0;
    }
}
@media only screen and (max-width: 991px){
	
	/* menu mobile */
	#sp-header{
		padding: 0;
	}
	body.ltr #offcanvas-toggler.offcanvas-toggler-right{
		right: 30px;
	}
	#sp-menu .justify-content-end{
	    justify-content: flex-end !important;
	}
	#sp-menu-right{    
		position: absolute;
	    padding: 10px;
	    width: auto;
	    right: 60px;
	    top: 14px;
	}
	#sp-logo > .sp-column{
	    padding: 0 5%;
	}
	.logo-image{
	    height: 60px !important;
	}
	.offcanvas-menu .offcanvas-inner .sp-module ul>li{
		overflow: visible;
	}
	.form-search input.search-query{
		width: 100%;
		color: #4A4A4A;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1489px){
	.sp-megamenu-parent > li:first-child{
		display: none;
	}
	.sp-megamenu-parent > li > a,
	.sp-megamenu-parent > li > span{
		padding: 0 6px;
		letter-spacing: -0.5px;
	}
	#sp-logo > .sp-column{
	    padding: 0 1%;
	}
	.logo-image{
	    height: 60px !important;
	}
}
@media only screen and (max-width: 1269px){
	#sp-header .sp-module.cerca{
		display: none;
	}
	.sp-megamenu-parent{
		margin-right: -120px;
	}
}
	
/*** form (generali) ***/
.alert{
	text-align: center;
}
.alert .close{
	display: none;
}
.control-group{
	margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea{
	font-size: 18px;
	padding: 14px 20px;
	line-height: 1.25;
    color: #A78963;
}
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="url"],
.has-error input[type="date"],
.has-error input[type="password"],
.has-error input[type="search"],
.has-error input[type="tel"],
.has-error input[type="number"],
.has-error select,
.has-error textarea{
	border-color: #cc1b1b;
	box-shadow: 0 0 4px 0px #cc1b1b;
}
.form-control:focus{
	box-shadow: none;
}
textarea{
	border: 1px solid #A78963;
	width: 100%;
	outline: none;
}
.fabrikErrorMessage,
.popover.fade{
	display: none !important;
}
.fabrikForm{
	font-size: 18px;
}
.fabrikForm .fabrikLabel{
	font-weight: 500;
}
.fabrikForm .plg-checkbox .fabrikLabel{
	margin-bottom: 10px;
    display: block !important;
}
.fabrikForm .fabrikActions{
	text-align: center;
}
.fabrikForm .btn.sppb-btn{
	line-height: 1.25;
}
.fabrikForm .fabrikgrid_checkbox label{
    display: block;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.fabrikForm .fabrikgrid_checkbox label input[type="checkbox"]{
    position: absolute;
    visibility: hidden;
}
.fabrikForm .fabrikgrid_checkbox label span{
	display: block;
	line-height: 25px;
}
.fabrikForm .fabrikgrid_checkbox label span:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #A78963;
    background: #fff;
}
.fabrikForm .fabrikgrid_checkbox label span:after{
    opacity: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    color: #A78963;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    line-height: 25px;
    width: 25px;
    text-align: center;
}
.fabrikForm .fabrikgrid_checkbox label input[type="checkbox"]:checked + span:after{
    opacity: 1;
}

/*** form richiedi offerta ***/
.fb_el_richieste___privacy{
	font-size: 15px;
}

/*** cards categorie ***/
.cards-same-height .sppb-row > div{
	margin-bottom: 30px;
}
.cards-same-height .sppb-addon-wrapper{
	margin-bottom: 0 !important;
}
.cards-same-height .sppb-addon-wrapper,
.cards-same-height .clearfix,
.cards-same-height .sppb-addon-image-layouts,
.cards-same-height .sppb-addon-content,
.cards-same-height .sppb-addon-image-layout-wrap{
	height: 100%;
}
.cards-same-height .clearfix{
	background-color: #f1f1f1;
}
.cards-same-height .sppb-addon-image-layout-wrap{
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cards-same-height .sppb-addon-image-layout-content{
	-webkit-flex: 1;
	flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	background: transparent;
}
.cards-same-height .sppb-addon-image-layout-content > .sppb-addon-image-layout-text{
	margin-bottom: 25px;
}
.cards-same-height .sppb-addon-image-layout-content > .sppb-btn{
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-top: auto !important;
}
.cards-same-height .sppb-addon-image-layout-content > .sppb-btn:before{
	content: "";
}

/*** addon articoli ***/
.sppb-addon-article{
	background-color: #f1f1f1;
}
.sppb-addon-article .sppb-article-info-wrap,
.sppb-addon-article .sppb-article-info-wrap h3 a{
	color: #4A4A4A;
}
.sppb-addon-article .sppb-article-img-wrap{
	width: 50%;
	height: 300px;
	margin-left: auto;
	transition: all 0.5s ease;
}
.sppb-addon-article .sppb-article-img-wrap:hover{
	opacity: 0.8;
}
.sppb-addon-article .sppb-article-img-wrap:after{
	z-index: -1;
    background-color: transparent;
}
.sppb-addon-article .sppb-article-img-wrap img{
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap{
    width: 50%;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3{
	margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: normal;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext{
	display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-readmore{
	margin-top: 5px;
}

/*** pagina prodotto ***/
.pagina-prodotto .dot-controller-with_image.sp-slider .sp-dots{
	height: auto;
    position: static;
    display: block;
    transform: none;
}
.pagina-prodotto .sp-slider .sp-item .sp-background{
	background-size: contain !important;
}

/*** homepage - gallery ***/
.spdiner-gallery .sppb-addon-single-image-container,
.spdiner-gallery .sppb-addon-single-image-container .sppb-img-responsive{
	width: 100%;
}

/*** risultati ricerca ***/
#finder-search [aria-controls="advancedSearch"],
#search-query-explained{
	display: none;
}
.finder .search-results.list-striped li{
    border-bottom: 1px solid #A78963;
}
body span.highlight{
	background-color: transparent;
    font-weight: inherit;
}
body #search-results span.highlight{
    background-color: rgb(167 137 99 / 15%);
}
#search-results .list-striped li h4 a{
    color: #A78963;
    font-weight: 600;
    font-size: 18px;
}
body .autocomplete-suggestions{
	border: 1px solid #A78963;
	box-shadow: none;
    width: 220px !important;
}
body .autocomplete-suggestions,
body .autocomplete-suggestions strong{
	color: #4A4A4A;
}
body .autocomplete-suggestions strong{
	font-weight: 700;
}
body .autocomplete-suggestion{
	cursor: pointer;
}
body .autocomplete-selected{
    background-color: rgb(167 137 99 / 15%);
}
#finder-search button{
	font-size: 0;
    padding: 0 15px;
}
#finder-search button:hover,
#finder-search button:focus{
    background-color: #4A4A4A;
}
#finder-search button span{
	font-size: 18px;
}
@media only screen and (min-width: 768px){
	.overlay-no-desktop .sppb-row-overlay{
		display: none !important;
	}
}
@media (max-width: 768px){
	body p,
	body p + ul,
	body p + ol{
	    font-size: 14px;
	}
}

.large-submenu + .sp-dropdown{
	width: 650px !important;
}
.large-submenu + .sp-dropdown li.sp-menu-item{
	margin-bottom: 4px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
	line-height: 1.25;
	padding: 7px 25px 7px 0;
}

/*** amazon ***/
.bottone-amazon i{
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

/*** form ***/
#form_1,
#form_2{
    margin-bottom: 100px;
}