/**!
 * b4st CSS
 */


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


	
:root {
--corpo: #000;
--orange:#F95312;

}

.outfit-<uniquifier> {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	color: var(--corpo);
font-family: "Outfit", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
	

}

body::-webkit-scrollbar {
  width: 0.3em;
}
 
body::-webkit-scrollbar-track {
  box-shadow:none;
}
 
body::-webkit-scrollbar-thumb {
	background-color: var(--orange);
}
body.rtl {
    direction: initial;
}

.bg-black {
	background: #000;
	color: #fff
}
.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
    color: var(--corpo) !important;
}
@media (min-width: 1200px) {
.container,
	.e-con-inner{
    max-width: 1340px !important
}
}

@media (min-width: 1600px) {
    .container, .e-con-inner {
        max-width: 1580px !important;
    }
}
.elementor-element-2ca865a .e-con-inner {
    padding:8em 0 30em 0;
}

@media (min-width: 1650px) {
	p {
		font-size:19px
	}
	.credits p{
    font-size: 14px;
}
}


a {
	color: var(--orange);
	text-decoration: none;
	cursor: pointer;
	position: relative;
  font-style: normal;


}
/*a:hover:not(.elementor-button) {
	color: #fff !important;
}
a:hover:not(.btn-primary) {
	color:#fff !important;
}
*/

a:hover {
	text-decoration: underline;
	color: #000
}

.btn:hover,
.elementor-button:hover {
	text-decoration: none
}
.topbar {
	z-index: 11
}
.topbar p {
	font-size: 15px
}
.topbar a {
	color: var(--corpo)
}
.topbar a:hover {
	color: var(--corpo) !important;
	text-decoration: underline
}
.menu-cart .dropdown-menu {
    top: 75%;
    left: auto;
	right: 0
}

.header-cart .dropdown-menu {
	  position: absolute !important;
    top: 45px !important;
    padding: 10px;
    left: -35px !important;
    width: 310px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    display: block !important;
	   /* background: #fff;*/
    
}
.header-cart .dropdown:hover .dropdown-menu,
.header-cart .dropdown .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.header-cart .fa.fa-heart {
	font-weight: 300
}
.account-link:hover{
	background: none !important
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background: #efefef;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	
}

.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: initial;
}
.woocommerce-MyAccount-navigation {
	padding: 20px
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
    padding: 0 !important;
}
.wpmm-col.wpmm-col-3 {

    padding-top: 0 !important;
    padding-bottom: 10px !important;
}

.wp-megamenu-sub-menu .menu {
	padding-top: 10px !important
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
    padding: 0;
    border-right: 1px solid #999;
}

/*.wpmm-col.wpmm-col-3 {
	padding-left: 25px !important
}

.wpmm-col.wpmm-col-3:first-child {
	padding-left: 10px !important
}*/
ul.cart_list li img, ul.product_list_widget li img {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
    width: 85px !important;
    height: auto !important;
    box-shadow: none !important;
}
.woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -20px;
    left: -20px;
    margin: 0;
    border-radius: 100%;
    background-color: var(--orange);
    color: #fff;
    font-size: .857em;
    z-index: 9;
    width: 60px;
    white-space: normal;
    height: 60px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.woocommerce-mini-cart__total.total {
    text-align: right;
    border-bottom: 1px solid;
    clear: both;
    font-size: 15px;
    padding: 5px;
}

.woocommerce-mini-cart__buttons.buttons .button.wc-forward {
    display: table;
    padding: 0.6rem 1.5rem !important;
    border: 1px solid var(--piink);
    background: var(--orange);
    border-radius: 0;
    color: var(--corpo);
    /* letter-spacing: 1.2px; */
    font-size: 14px;

}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
    display: table;
    padding: 0.6rem 1.5rem !important;
    border: 1px solid var(--corpo);
    background: var(--corpo);
    border-radius: 0;
    color: var(--orange) !important;
    /* letter-spacing: 1.2px; */
    font-size: 14px;

}
ul.cart_list li {
    padding: 5px 0 0 0 !important;
    border-bottom: 1px solid;
    position: relative;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    /* display: flex !important; */
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}
.woocommerce-order .addresses {
	  display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.woocommerce-order .addresses .col-1,
.woocommerce-order .addresses .col-2{
    float: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper {
	width: 100%
}
.related {
	clear: both
}
.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.woocommerce-mini-cart__buttons.buttons a {
    width: 100%;
    background: #e83f53;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout {
    display: none;
}
.header-cart .dropdown-menu {
    left: -240px !important
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}
.mini_cart_item a.remove {
position: absolute;
    right: 0;
    top: -5px;
    font-size: 15px !important;
    margin-top: 0 !important;
    color: red;
}
.woocommerce-mini-cart-item.mini_cart_item a {
    margin-top: 20px;
	    font-size: 12px !important;
    line-height: 10px;
}

.woocommerce-mini-cart {
	padding-left: 0;
    font-size: 12px;
}
.woocommerce-mini-cart__total.total {
	text-align:right;
	border-bottom: 1px solid;
	    clear: both;
    font-size: 15px;
    padding: 5px;
}
.mini_cart_item img {
	width:55px
}
.list .items-count {
    display: none !important;
}
.mini-cart-wishlist-info {
    display: none !important;
}

.fixed-header.sticky .header-cart {
	top:0
}
#evidenzacat-carousel picture {
	position:relative;
	float:left
}

#evidenzacat-carousel picture:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat center -90px;
    background-size: contain;
    width: 100%;
    height: 60%;
    right: 0;
}



.titolo-cat-ev {
	    z-index: 11;
    position: relative;
    color: var(--corpo);
    text-align: left;
}
#evidenzacat-carousel .titolo-cat-ev {
	  font-size:1.1em
}
.titolo-cat-ev:after {
    content: '';
    position: absolute;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid;
    top: 90%;
}

/**/
#collezioni-lista picture {
	position:relative;
	float:left;
	    width: 100%;

}

#collezioni-lista picture:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat center -30px;
    background-size: contain;
    width: 100%;
    height: 60%;
    right: 0;
}

#collezioni-lista .collezione-evidenza picture:before {
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/10/ElinorMarianne_StrappoCollezioni.png) no-repeat bottom;
    background-size: 100% auto;
    height: 32%;
}

#collezioni-lista picture img {
	aspect-ratio: 1;
    object-fit: cover;
}

#collezioni-lista .collezione-evidenza  picture img {
	aspect-ratio: auto;
    object-fit: cover;
	height: 600px;
		width: 100%;

}

.titolo-cat-ev {
	    z-index: 11;
    position: relative;
    color: var(--corpo);
    text-align: left;
}

#collezioni-lista .collezione-evidenza .titolo-cat-ev {
	  font-size: 22px
}
.titolo-cat-ev:after {
    content: '';
    position: absolute;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    border-top: 1px solid;
    top: 90%;
}
/**/

/*.elementor-element a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 50% 50%; 
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    right: 0;
    margin: auto;
}

.elementor-element a:hover:after {
    transform: scaleX(1);
}

.elementor-element a:hover:after {
    transform-origin: 50% 50%; 
}


.elementor-element a:hover:after {
    transform: scaleX(1);
}
*/

a.corpo {
	color: var(--corpo)
}
a.corpo:hover {
	color: var(--acidgreen)
}


.logo-svg {
	height: 75px;
    width: auto;
}

.member__image {
    display: block;
    opacity: 1;
    transition: .25s ease;
    cursor: pointer;
}
.member__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    width: calc(100% - 30px);
    margin: auto;
}
.member:hover .member__image--hover {
    opacity: 1;
}
a.black {
	color: #000
}
.titolo-post {
text-align: left;

font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 128.571% */
}

footer a:hover:after,
.nounderline:hover:after,
.elementor-button:hover:after,
.btn:hover:after{
	display: none
}

b, strong {
    font-weight: 600;

}

.custom-logo {
	width:360px;
	    z-index: 11;
    position: relative;
}


.num {
    color: var(--green);
    font-weight: 300;
}
.bg-orange {
	background-color:var(--orange);

}
.bg-lightgrey {
	background-color:var(--lightgrey);
}
.bg-grey {
	background-color:var(--grey);
}
.bg-beige {
	background-color:var(--beige);
}
.bg-green h2 {
	color: #fff
}
.bg-gradient {
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,236,219,1) 100%);


}

.bg-gradient-due {
background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(209,236,219,1) 100%);

}

.single-post h1 {
	font-size: 2.8rem;
	color: var(--corpo);
}
.breadcrumb {
	margin-bottom: 0;
	padding: 0;
	justify-content: left;
background:none;
	color: #B6AFAF;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */

	padding: 0
}

.single .breadcrumb {
	position: relative;
	z-index: 11;
	z-index: 11;
    justify-content: center;
	margin-top: -40px;
}
.breadcrumb a {
color: #B6AFAF;
font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 214.286% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;

	padding: 0
}
.breadcrumb a:after {
	display: none
}
.breadcrumb a.nav-link:hover {
color: #B6AFAF !important;
	background:none !important;
	text-decoration: underline !important
}
.breadcrumb .separator {
	padding: 0 5px;
		color: #B6AFAF;
}
.post-cont {
	padding: 20px 55px;
	line-height: 1.6em
}
.single-post h2 {
	font-size: 1.5em
}
blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
	    margin: 25px 35px;
		font-size: 19px;
    line-height: 2em;
}
main {
	flex: 1 0 auto;
} 
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */




	.navbar-toggler {
		border: none;
		padding: 0
	}
.navbar-toggler svg {
	height: 30px;
	width: auto
}






.navbar-toggler :focus {
    outline: none !important;
}

button:focus {
	outline: none !important
}

.fixed-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 11111;
}

.fixed-header.fixed {
    top: 0;
    padding: 10px 0 !important;
    margin-top: 0 !important;
    animation: .5s .3s fadeInDown both;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: #EBE9E4;
    /* -webkit-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%); */
    -moz-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%);
    /* box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%); */
}
.fixed-header.fixed .container-fluid {
	padding: 0 6em !important
}
.fixed-header.fixed .logo-svg {
	height: 65px;
    width: auto;
}
.fixed-header.fixed svg path {
	fill:#093F3F
}
.vertical-align{display:flex !important;justify-content:center;align-content:center;flex-direction:column;}
.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}


h1 {
color: #FFF;
/*text-align: center;*/
font-family: Outfit;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 100% */
text-transform: uppercase;
}
.woocommerce div.product .product_title {
color: #000;
font-family: Outfit;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 100% */
text-transform: uppercase;
	text-align: left;
	width: 100%;
    margin-bottom: 30px;
}

h2 {
color: #FFF;
font-size: 60px;
font-style: normal;
font-style: normal;
font-weight: 800;
line-height: 67px; /* 111.667% */
text-transform: uppercase;
}
p.h2 {
	color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-style: normal;
    font-weight: 800;
    line-height: 67px;
    text-transform: uppercase;
}

h2.h1 {
	font-size: 3.1rem
}
.home h1 {
	color: #F95312;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 50px;
text-transform: uppercase;
}
h2.black {
	color: #000
}
h2.orange {
	color: var(--orange)
}

h2.orange-small {
	    color: var(--orange);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
p.sottotitolo {
	color: #F95312;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 25px;

}
h1.orange {
		color: #F95312;
font-family: Outfit;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 25px !important;
	text-transform: none;
	text-align:left;
	margin-bottom: 15px
}

h1.orange-big {
	    color: var(--orange);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}
h3 {
	color: #000;
text-align: center;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 100% */
text-transform: uppercase;
}
h3.orange {
	color: var(--orange);

}
h3.titoletto {
	font-size: 45px;
	text-align: left
}

.bg-grey-roundend {
border-radius: 20px;
background: rgba(217, 217, 217, 0.30);
	height: 100%
}
ul.elenco li {
	font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 42px; /* 83.333% */
	margin-bottom: 30px;
	list-style: none;
	position: relative;
	padding-left: 60px;
}
ul.elenco li:before {
    content: '';
    background: url(/wp-content/uploads/2025/04/check.svg) no-repeat center;
    background-size: contain;
    width: 34px;
    height: 29px;
    position: absolute;
    left: 12px;
}
ul.elenco li p.big {
	margin-top: 20px
}
ul.elenco li span {
	font-size: 20px;
	font-weight: 400
}
.fasciaconcheck {
	position: relative;
	width:100%
}
.fasciaconcheck:before {
    content: '';
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2025/04/check.svg) no-repeat center;
    background-size: contain;
    width: 34px;
    height: 29px;
    position: absolute;
   left: 8px;
    top: 10px;
}
.testata h2 {
		font-size: 4.3rem;
    line-height: 4rem;
}

.obliqua {
	color: #fff
}
.obliqua:after {
    content: '';
    width: 100%;
    height: 300px;
    background: url(/wp-content/uploads/2025/04/obliqua.svg);
    width: 90%;
    top: 0;
    left: 0;
    height:100%;
    position: absolute;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
    background-position: right;
    background-size: cover;
}
body:not(.home) .obliqua:after {
width:89.5%;
	
}

body:not(.home) .obliqua {
margin-bottom: 6em;
	
}

/*body:not(.home) .obliqua:before {
    content: '';
    width: 100%;
    height: 300px;
    background: #000;
    width: 54.4%;
    bottom: -94px;
    left: 0;
    height: 95px;
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    top: auto;
}*/




/*body:not(.home) .obliqua:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}*/
/*.fascia-bassa {
	position: relative
}
.fascia-bassa:before{
	    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: #fff;
    top: 3px;
    right: 0;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}*/
.obliquabianca:after {
content: '';
width: 10%; /* Imposta la larghezza al 10% */
height: 100%;
background: #fff;
top: 0;
left: 40%; /* Spostato al 40% a partire dalla sinistra */
position: absolute;
z-index: 11;
clip-path:polygon(0 0, 100% 0, 15% 100%, 0% 100%); /* Inclinazione come nel tuo esempio originale */


}
.obliqua .elementor-element,
.obliquadue .elementor-element,
.obliquabianca .elementor-element{
	z-index: 11;
	position: relative
}


.obliquadue:after {
    content: '';
    width: 100%;
    height: 300px;
    background: #000;
    width: 69%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}

.obliquadue {
	height: 450px
}

.obliquadue .elementor-widget-text-editor {
	position: absolute;
    right: 20px;
    top: 40%;
    color: #fff;
    width: 50%;
}

.obliquadue .elementor-element {
	position: absolute;
    right: 20px;
    top: 30%;
    color: #fff;
    width: 50%;
}
.obliquadue .elementor-element h3 {
text-align: right;
    color: #fff;
    font-size: 40px;
}
.elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: -80px;
}

.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: -80px;
}

.elementor-element-197b9fe {
	padding: 0
}
#customNav {
	    position: absolute;
    top: 0;
    width: 100%;
}

#customNav #prev {
	position: absolute;
	left: -50px;
	cursor: pointer
}
#customNav #next {
		position: absolute;
	right: -50px;
		cursor: pointer
}
#customNav #prev svg:hover path,
#customNav #next svg:hover path{
	fill:var(--orange)
}

#customNavdue {
	    position: absolute;
    top: 0;
    width: 100%;
}

#customNavdue #prev {
	position: absolute;
	left: -50px;
	cursor: pointer
}
#customNavdue #next {
		position: absolute;
	right: -50px;
		cursor: pointer
}
#customNavdue #prev svg:hover path,
#customNavdue #next svg:hover path{
	fill:var(--orange)
}

.testi-testata {
	justify-content: center;
    height: 90%;
}
	.testi-testata h2{
color: #fff;
    font-size: 150px;
    margin-bottom: 20px;
    line-height: 140px;
}



h4 {
font-size: 28px;
}
h4.titoletto {
  font-weight: 500;
  font-style: normal;
	text-transform: uppercase;
	color: var(--green);
	font-size: 16px
}
h4.titoletto.yellow {
	color: var(--yellow);
}





.p-0 .elementor-element-populated {
	padding-left: 5px !important
}

.quote {
	font-size: 20px;
	text-align: center;
	border-radius: 25px;
	position: relative;
	
    background: #fff;
}
.home .quote {
	margin-top: -150px;
		font-weight: 600;

}
.separatore:after {
content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
.quote:before {
    content: '';
    position: absolute;
    left: -50px;
    background: url(https://www.ecoloitalia.it/wp-content/uploads/2024/04/quote1.svg) no-repeat center center;
    background-size: contain;
    width: 85px;
    height: 85px;
    top: 35px;
}

.quote:after {
    content: '';
    position: absolute;
    right: -50px;
    background: url(https://www.ecoloitalia.it/wp-content/uploads/2024/04/quote2.svg) no-repeat center center;
    background-size: contain;
    width: 85px;
    height: 85px;
    top: 35px;
}
.quote.nocit:before,
.quote.nocit:after {
	display: none
}
.quote p {
	margin-bottom: 0
}
.post-home-card img {
	height: 100%;
    object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.post-home-card {
	background: var(--corpo);
	color: #fff;
	border-radius: 20px;
}

.post-home-card h3 {
  font-size: 2.5rem;
	position: relative;
	    margin-bottom: 25px;
}

.post-home-card h3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    border-top: 5px solid var(--cyan);
    width: 80px;
    bottom: -12px;
}
/*.post-home-card picture img {
	-webkit-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
	transition: all ease 0.6s;
}
.post-home-card:hover picture img {
	-webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
	transition: all ease 0.6s;
}

.post-home-card:hover .bg-blue {
	background: var(--red);
	border-bottom: 10px solid var(--blue) !important
}
*/


a.readmore {
	position: relative;
	color: var(--cyan)
}
a.readmore:after {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    border-top: 1px solid var(--cyan);
    height: 1px;
    left: 0;
}
.blog a.readmore:after {

    border-top: 1px solid var(--blue);

}
.blog .post-home-card:hover h3 a,
.blog .post-home-card:hover a.readmore {
	color: var(--red) !important
}
.blog .post-home-card:hover a.readmore:after {

    border-top: 1px solid var(--red);

}
.relative {
	position: relative
}
	.testata-home {
    height: 100vh;
	}

.book-now a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50%; /* Modifica la larghezza al 50% per far sì che la linea si espanda da entrambi i lati */
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 50% 50%; /* Cambia l'origine della trasformazione al centro */
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    right: 0;
    margin: auto;
}

.book-now a:hover:after {
    transform: scaleX(1);
}

.book-now a:hover:after {
    transform-origin: 50% 50%; /* Mantieni l'origine della trasformazione al centro */
}


.book-now a:hover:after {
    transform: scaleX(1);
}
.book-now {
	font-size: 45px;
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
}
.book-now a:hover {
	color: var(--corpo) !important
}
.testata-interna div {
	display: flex;
	flex-direction:column;
	justify-content: center;
	height: 100%
}

#gform_submit_button_1 {
	width: 100%;
	text-align: left
}
.testate {
	/*box-shadow: inset 0 0 0 2000px rgba(77, 77, 77, 0.25);*/
	position: relative
}

.testate:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,77,77,0.25);
    mix-blend-mode: multiply;
}

.elementor-background-video-container:after{
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(77,77,77,0.25);
    mix-blend-mode: multiply;
}
	.testata-home-cont {
		display: flex;
    flex-direction: column;
	}

.contenitore-titolo-testata {
position: absolute !important;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 610px;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_semicerchio-giallo-testate_opacop.svg) no-repeat center bottom;
    background-size: contain;
    height: 305px;

}


.contenitore-titolo-testata h1 {
text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    font-size: 50px;
}

.contenitore-titolo-testata h2 {
text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	  font-size: 45px;

}
.elementor-element-611914c2 h2 {
	width: 101%
}
.contenitore-titolo-testata p {
	text-shadow:0px 3px 7px rgba(0,0,0,0.7);
    color: #fff;
    z-index: 111;
    position: relative;
    opacity: 1;

}
.contenitore-titolo-testata h1 span {
	font-size: 25px
}
.testata-home .e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: center;
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}

.quote .e-con-inner {
	padding-top: 0
}


.innerquote p {
	font-size: 22px;
	text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75%;
}

.innerquote:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_icona-virgolette.svg) center center no-repeat;
    width: 120px;
    height: 80px;
    background-size: contain;
    margin: auto;
}
.innerquote.button:before {
	display: none
}

.innerquote.button .elementor-button {
	margin-top: -30px
}



.prodotti-home {
	position: relative
}
.prodotti-home .elementor-widget-image a {
    float: left;
    width: 100%;
}
.prodotto-home-cont {
    position: absolute;
    bottom: 40px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
		z-index: 111;
    text-align: center;
	cursor: pointer
}
.img-hover a {
	width: 100%
}
.prodotti-home .elementor-widget-image,
.img-hover .elementor-widget-image{
position: relative;
	    overflow: hidden;
}
.prodotti-home .elementor-widget-image:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 300px;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.prodotti-home .elementor-widget-image img {
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	/*aspect-ratio: 4/3;*/
	height: 750px;
	object-fit: cover;
	    width: 100%;
}

.img-hover .elementor-widget-image img {
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	/*aspect-ratio: 4/3;*/
	object-fit: cover;
	    width: 100%;
}

.prodotti-home .elementor-widget-image:hover img,
.hovered-image img,
.img-hover:hover img{
    -webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.prodotti-home  {
	color: #fff
}
.prodotti-home h4 {
	color: #FFF;
text-align: center;
font-family: Outfit;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
text-transform: uppercase;
}


.elementor-70 .elementor-element.elementor-element-cc7f552 {
    padding-right: 0;
    padding-bottom: 0;
	    margin-right: -5px;
}

.elementor-70 .elementor-element.elementor-element-22b2df2 {
    padding-left: 0;
    padding-bottom: 0;
	margin-left: -5px;
}
.elementor-70 .elementor-element.elementor-element-cae80a5 {
    padding-right: 0;
	    margin-right: -5px;
}

.elementor-70 .elementor-element.elementor-element-7edeead {
    padding-left: 0;
	    margin-left: -5px;
}
.scroll-icon {
    position: absolute !important;
    bottom: 40px;
	z-index: 1;
    right: 40px;
}

.scroll-icon svg {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    z-index: 11;
    position: relative;
}
/*
.parole-chiave .elementor-widget-wrap{
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
    padding: 2em !important;
    position: relative;
}
.parole-chiave .elementor-widget-wrap a {
	color: #fff
}
.parole-chiave.bgblue .elementor-widget-wrap{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred  .elementor-widget-wrap{
	background: var(--red);
	    color: #fff;
}

.parole-chiave.bgblue .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid #678DD1
}
.parole-chiave.bgblue .elementor-widget-wrap:hover a,
.parole-chiave.bgblue .elementor-widget-wrap:hover{
	color: var(--blue) !important;
	cursor: pointer
}
.parole-chiave.bgred  .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid var(--red)
}
.parole-chiave.bgred .elementor-widget-wrap:hover a,
.parole-chiave.bgred .elementor-widget-wrap:hover{
	color: var(--red) !important;
	cursor: pointer
}
*/

.parole-chiave{
    height: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
   
    position: relative;
}
.parole-chiave a {
	color: #fff
}
.parole-chiave.bgblue{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred{
	background: var(--red);
	    color: #fff;
}



.parole-chiave .flip-card-front {
    background-color: transparent;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
     padding: 2em !important;
    /* border-radius: 35px 0; */
}
.parole-chiave:before {
content: '';
    position: absolute;
    top: -30px;
    right: 60px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}

.elementor-accordion .elementor-tab-title {
    padding: 15px 20px !important;
    background: #CEEAD7;
    border-radius: 10px;
    font-size: 24px;
    color: var(--green);
    font-style: italic;
}
.elementor-accordion .elementor-tab-title a{

    font-style: italic;
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 10px 20px 0 20px!important;
    border-top: none !important;
}

.elementor-accordion .elementor-accordion-item {
    border: none !important;
	    margin-bottom: 20px;

}

.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}

.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}

.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}

.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}
.chicome h3:before {
content: '';
    position: absolute;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/freccia.svg) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;

}
.chicomealt .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}


.elementor-widget .elementor-icon-list-item {
    padding: 30px 0 30px 50px!important;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.elementor-widget .elementor-icon-list-item:last-child {
	border-bottom: none
}

.elementor-icon-list-items {
  counter-reset: list-number;
}

.elementor-icon-list-items li {
  counter-increment: list-number;
}




.elementor-icon-list-items li:before {
  content: counter(list-number, decimal-leading-zero);
		position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: var(--red);
    border-radius: 50%;
	font-family: 'Outfit', sans-serif;
    font-weight: 600;
}
.elementor-icon-list-items li:nth-child(even):before {
    background: var(--white);
		color: var(--red);
}
.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: row;

}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: flex !important;
    /* max-width: 50%; */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-weight: 600;
    font-size: 1.6rem;
    justify-content: center;
	font-style: italic
}

#elementor-tab-title-1891 {
background: #CEEAD7;
    border-color: #CEEAD7;
    border-radius: 10px 10px 0 0;
    margin-left: 100px;
	margin-right: 20px;
    color: var(--green);
}

#elementor-tab-content-1891 {
	background: #CEEAD7;
	padding: 2em;
    border: none;
    border-radius: 10px;
}
#elementor-tab-content-1891 label {
	color:var(--green);
	font-style: italic
}

#elementor-tab-title-1892 {
background: #FDFBDA;
    border-color: #FDFBDA;
    border-radius: 10px 10px 0 0;
    margin-left: 20px;
	margin-right: 100px;
    color: var(--yellow);
}

#elementor-tab-content-1892 {
	background: #FDFBDA;
	padding: 2em;
    border: none;
    border-radius: 10px;
}
#elementor-tab-content-1892 label {
	color:var(--yellow);
	font-style: italic
}


.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
	display: none
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {

}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {

}
.orario {
	position: relative
}
.col-12.col-md-2.orario:after {
    content: '';
    position: absolute;
    right: 50px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #C7C7C7;
}

.privacy,
.telefonosi{
	font-size: 13px;
	text-transform: initial;
	text-align: left;

}
.privacy span.wpcf7-list-item{
    margin: 0;
}
.privacy input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    /* display: none; */
    position: absolute;
    left: -20px;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.privacy .wpcf7-list-item::before{
content: '';
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 1px #EAEAEA;
    margin-left: -20px;
    background: #EAEAEA;
    border-radius: 2px;
}
.telefonosi p {
	padding-left: 20px
}
.privacy p {
	padding-left: 20px
}
.telefonosi {
	margin-bottom:6px
}
.telefonosi span.wpcf7-list-item{
    margin: 0;
}
.telefonosi input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    /* display: none; */
    position: absolute;
    left: -20px;
    width: 20px;
    height: 20px;
    opacity: 0;
	top:0
}

.telefonosi .wpcf7-list-item::before{
content: '';
    width: 15px;
    height: 15px;
    left: -20px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C2C2C2;
    /* margin-top: 5px; */
    position: absolute;
	top:0
}

.inputcheck .wpcf7-list-item::before {
    background: var(--orange);
    border: 2px solid #EAEAEA;
}

.inputchecktelefono .wpcf7-list-item::before {
    background: var(--green);
    border: 4px solid #fff;
}
.tipologia-prodotti .elementor-heading-title a{
	background: var(--orange);
	font-family: "Outfit", sans-serif;
	padding: 20px 10px;
	display: block;
	color: var(--corpo);
	
}

.tipologia-prodotti .elementor-heading-title a:hover {
	background: var(--corpo);
	font-family: "Outfit", sans-serif;
	padding: 20px;
	color: var(--orange)
	
}
.orari {
		font-family: "Outfit", sans-serif;
}
.orari p {
	margin-bottom: 10px;
	position: relative
}

.orari .elementor-shortcode {
	width: fit-content
}
#elementor-tab-content-1892 .form-control,
#elementor-tab-content-1892 input[type=date],
#elementor-tab-content-1892 input[type=datetime-local],
#elementor-tab-content-1892 input[type=month],
#elementor-tab-content-1892 input[type=time] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--yellow);
    background-color: #fff;
    background-clip: padding-box;
		border:none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 2px solid var(--yellow);
	border-radius: 10px
}
.form-control,
input[type=date], input[type=datetime-local], input[type=month], input[type=time], input[type=tel] {
    display: block;
    width: 100%;
    height: 55px;
		border: 1px solid #EAEAEA;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--corpo);
    border-radius: 5px;
		background: #EAEAEA;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}


select {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--orange);
    background-color: #fff;
    background-clip: padding-box;
		border:none;
    border-radius:0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 2px solid var(--orange);
	border-radius: 0
}

.select2-container--default .select2-selection--single {
       background-color: #D9D4CF;
    border:none;
    border-radius: 0;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--corpo);
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.mailchimp label {
	font-size: 13px
}
.mailchimp  input[type=checkbox] {
	position: relative !important;
    left: 0;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    margin: 0;
    position: absolute;
}
.bottone-img p {
	margin-bottom: 0
}
/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.bg-corpo {
	background: var(--corpo);
	color: #fff
}
.bg-corpo h2 {color: #fff}

/* Author bio */


.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

#video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
	top: 40px;
	
}
/* Main content */
.img-cont {
	position: relative;
	display: inline-block;
}

.bg-red {
	background: var(--red);
	    color: #fff;
}
.bg-blue {
	background: var(--blue)
}
.bg-superlightblue {
	background: var(--superlightblue);
	color: var(--blue)
}

.bg-gradient-blue {
	background: rgb(0,48,135);
background: -moz-linear-gradient(top, rgba(0,48,135,1) 0%, rgba(46,70,132,1) 50%, rgba(16,47,130,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,48,135,1) 0%,rgba(46,70,132,1) 50%,rgba(16,47,130,1) 100%);
background: linear-gradient(to bottom, rgba(0,48,135,1) 0%,rgba(46,70,132,1) 50%,rgba(16,47,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003087', endColorstr='#102f82',GradientType=0 );
}
.bg-superlightblue-blue {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 50%, #003087 50%, #003087 100% );

}

.bg-superlightblue-white {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 50%, #fff 50%, #fff 100% );

}

.bg-superlightblue-white-due {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 20%, #fff 20%, #fff 100% );

}

.white,
.white a {
	color: #fff !important
}


.dropdown-toggle::after {
	display: none
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
    position: relative;
    z-index: 1;
    padding: 1rem 1.8rem 1rem 1.8em;
    
    /*-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
		transition: none !important;
    font-family: "Outfit", sans-serif;
    font-size: 16px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
letter-spacing: 0.8px !important;
text-transform: uppercase !important;
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background-color: inherit;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    position: absolute;
    left: 0;
    width: auto;
    top: 100%;
    text-align: left;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    right: auto;
    padding: 0;
    border: none;
    opacity: 0;
    z-index: -1;
    display: none;
    list-style: none;
    margin: 0;
    box-shadow: none;
    background: #d9d9d9 !important;

}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {

    width: 250px !important;
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu ,
.wp-megamenu-item-181 .wp-megamenu-sub-menu {
	padding: 0 !important;
	border-radius: 0 0 10px 10px;
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu li:last-child,
.wp-megamenu-item-181 .wp-megamenu-sub-menu li:last-child{
/*border-radius: 0 0 10px 10px;*/
	margin-bottom: 8px !important
}
.wp-megamenu-item-176 .wp-megamenu-sub-menu .nav-link,
.wp-megamenu-item-181 .wp-megamenu-sub-menu .nav-link{
	padding:10px 30px !important
}

.wp-megamenu-sub-menu .nav-link.dropdown-toggle:before {
	display: none
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
    padding: 8px 5px;
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover {
    color: #fff !important;
    background-color: var(--orange) !important;
	/*border-bottom: 1px solid var(--corpo)*/
}

.elementor-element-1b345598 h3 span:last-child {
	display: block
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background-color: inherit;
    color: #000;
    /* font-family: Outfit; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 29px;
    text-transform: none !important;
    /*padding-bottom: 0;
    padding-top: 0;*/
	padding: 3px 15px;
	    white-space: normal;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-246 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-232 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-251 a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li#menu-item-258 a{
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 3px 15px;
}

#wp-megamenu-item-180 .wp-megamenu-sub-menu {
	width: 94%;
	margin: auto;
	left: 0;
	right: 0;
	background: #d9d9d9 !important
}

#wp-megamenu-item-180 .wp-megamenu-sub-menu  li .wp-megamenu-sub-menu{
	width: 100%;

}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-176 ul.wp-megamenu-sub-menu li a,
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-181 ul.wp-megamenu-sub-menu li a{
	text-transform: uppercase !important;
	font-weight: 600 !important
}
.wp-megamenu-sub-menu:hover ~ .nav-link.dropdown-toggle,
#wp-megamenu-item-176:nav-link dropdown-toggle a {
	background: var(--orange)
}
.btn-menu {
	margin-top: -8px
}

.navbar-light .navbar-nav .current-menu-item  .nav-link ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link {
	color: #fff !important;
	background: var(--orange)
}

.current-menu-item a.nav-link.dropdown-toggle:before {
	   filter: brightness(0) invert(1);
}
.navbar-nav .btn-menu .nav-link:hover {

    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--green) !important;
    padding: 15px 45px;
    line-height: unset;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}


.wpml-ls-menu-item .nav-link {
	padding: 0
}
.fixed .navbar-nav .nav-link {
	color: var(--corpo) !important
}


#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item a {
	background: var(--orange) !important;
	color: #fff !important
}

#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-page-ancestor.current-page-parent a {
	color: var(--orange) !important
}


#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-page-ancestor.current-page-parent:hover a {
	color: var(--orange) !important;
	background: none !important
}


.fixed .logo-sticky {
	display: block !important
}
.navbar-nav .nav-link:after {
	display: none
}
.navbar-nav .nav-link:hover,
.hover-active{
	color: #fff !important;
	background: var(--orange)
}

footer .navbar-nav .nav-link:hover{

	background: none
}

.info-head {
	font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
	margin: 10px 0
}


.nav-link.dropdown-toggle {
	position: relative;
		padding-right: 2.5em !important
}

a.nav-link.dropdown-toggle:before {
    content: '';
    position: absolute;
			right:20px;
	top: 20px;
    background: url(/wp-content/uploads/2025/04/down.svg) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
	    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.current_page_parent a.nav-link.dropdown-toggle:before {
	    filter: brightness(0) invert(1);
}

.nav-link.dropdown-toggle:hover:before,
.hover-active:before {
   filter: brightness(0) invert(1);
    transform: rotate(180deg);
	    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


.dropdown-menu {
    position: absolute;
    top: 52px;
    background: #D9D9D9;
    border: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 280px;
    left: 0;
    padding: 25px;
}

.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
}
.fixed .dropdown-menu {
    background: rgba(255,255,255,1);
}
.menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;

}


.dropdown-menu  li {
	margin-bottom: 10px
}

.dropdown-menu  li a {

    font-size: 15px;
    padding: 0;
    color: var(--corpo);

    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}


.dropdown-menu  li.current-menu-item.active a,
.dropdown-menu  li a:hover {
	color: var(--beige) !important
}

.dropdown.megamenu.show a.nav-link.dropdown-toggle{
	position: relative
}
.dropdown.megamenu.show a.nav-link.dropdown-toggle {
	color: var(--beige) !important
}
.dropdown.megamenu.show a.nav-link.dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--beige);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    bottom: -44px;
    z-index: 9999999999999;
}
.fixed .dropdown-menu  li a {
	color: var(--corpo);
}
.dropdown-menu  li a:hover {
    color: var(--orange) !important;
    background: transparent;
}
/*
.nav-link:before {
content: "";
    color: var(--acidgreen);
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    width: 12px;
    margin: auto;
    height: 12px;
    background: currentColor;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    border-radius: 50%;
}
footer .nav-link:before {
	width: 8px;
	height: 8px
}
.fixed-header.fixed .nav-link:before {

    bottom: -19px;
}

.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin:  50%;
    -ms-transform-origin:  50%;
    transform-origin:  50%;
    color: var(--acidgreen);
}

footer  .navbar-nav .nav-item.current-menu-item .nav-link:before {
	display: none
}
*/
.argomento {
		aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #CEC6B9;
}
.argomenti:nth-child(even) .argomento,
#argomenti-carousel .owl-item:nth-child(even) .argomento{
    background: #CEADA6;
}

.argomenti a:hover {
	color: var(--corpo) !important
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: var(--orange);
    font-size: 20px;
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: var(--corpo);
}
.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 4px solid var(--beige);
    background-color: var(--beige);
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    background-color: var(--beige);
}

.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single:before {
    border-top: 5px solid var(--beige);

}
.yith-wcan-filter.filter-price-slider h4 {
	margin-bottom: 25px
}
.data-post,
.data-post time{
	    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%
}
.illustrazione-crostata {
	position: relative;
}
.illustrazione-crostata:before {
content: '';
    position: absolute;
    right: 0px;
    top: -382px;
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/Crostata-2.png) no-repeat center center;
    height: 540px;
    width: 280px;
    background-size: contain;
    left: auto;
}
.single-progetto #menu-item-433 .nav-link:after
.dona a:hover{
	background-color:#FFCC00 !important ;
	color: #001E4B !important;
}
.dona a:after {
	display: none
}

.single-progetto .current_page_parent .nav-link {
	background: none;
	color: #001E4B
}

.single-progetto .current_page_parent .nav-link:after {
	display:none
}
.accordion p[aria-expanded="true"] svg{
    transform: rotate(180deg);
}
.slide {
height: 100vh;
}

.cont-slide-testi {
	position: absolute;
top: 250px
}

body.fisso .cont-slide-testi {
    top: 190px !important
}
.cont-slide-testi .item {
	background: #fff;
	padding: 3em;
	color: var(--blue);
	height: 325px;
	border-radius: 0 35px 0 0;
}
.video-container {
	display: flex;
  position: relative; 
  padding-bottom: 56.25%; 
  height: 650px; 
  overflow: hidden;
  max-width: 100%;
}

.video-container video {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
#owl-home-gallery {
	height: 100%;
}
.libro {
	height:400px;
	background-size:cover;
	background-position:  center center;
	background-repeat: no-repeat;
}

#searchform input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #003086;
    margin-right: 0 !important;
    border-right: none;
    background-color: transparent !important;
    height: 30px;
    font-weight: 300;
    width: 60%;
    margin-left: 0;
    padding: 0;
    outline: none;
    color: #003086;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--corpo) !important;
}
input[type=text]::-ms-input-placeholder { /* Edge */
  color: var(--corpo) !important;
}
input[type=text]::-placeholder { /* Edge */
  color: var(--corpo) !important;
}


#elementor-tab-content-1892 ::-webkit-input-placeholder { /* Edge */
  color: var(--yellow) !important;
}
#elementor-tab-content-1892 input[type=text]::-ms-input-placeholder { /* Edge */
  color: var(--yellow) !important;
}
#elementor-tab-content-1892 input[type=text]::-placeholder { /* Edge */
  color: var(--yellow) !important;
}
.form-control:focus {
	box-shadow: none
}
.form-control:focus {
    color: var(--corpo);
    border-color: var(--orange);

}
#searchsubmit {
    border-radius: 0;
    border: none;
    border-bottom: none;
    margin-right: 0 !important;
    border-left: none;
    background-color: transparent !important;
    padding: 0 5px;
    margin-left: -5px;
    height: 30px;
    background-clip: padding-box;
	position: absolute
}



owl-item.active .test-slide {
  visibility: visible !important;
  display: block !important;
}
#owl-home-gallery .owl-item.active h3 {
	animation: 2.3s 0.3s fadeIn both;
}

#owl-home-gallery .owl-item.active p {
	animation: 2.3s 0.3s fadeIn both;
}

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}

.slide-bg h3 {
	color: #FFCC00;
	font-weight: 900;
	/*font-size: 2.5rem;*/
	font-size: 2.2rem;
	text-transform: uppercase
}
.slide-bg p {
	/*color: #003087;*/
	color: #fff;
	font-weight: 600;
	/*font-size: 22px;*/
	font-size: 30px;
	margin-bottom: 0;
}
#owl-home-gallery .owl-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin: auto;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
margin: 5px 3px;
    background: transparent;
    border: 1px solid var(--orange);
}
.owl-theme .owl-dots .owl-dot span {
width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--orange);
}

.elementor-element-c20eed3 .elementor-swiper-button {
    display: none;
}
.blocchi-icona img {
	    width: 200px;
}
.blocchi-icona .img-cont,
.strumenti-valori .img-cont,
.cosafacciamo .img-cont{
	margin-bottom: 20px !important
}
.blocchi-icona .img-cont:after,
.strumenti-valori .img-cont:after,
.cosafacciamo .img-cont:after,
.testi-storie .img-cont:after{
	display: none
}
.strumenti-valori .img-cont {
	display: initial
}
.blocchi-icona a {
	text-decoration: none
}
.blocchi-icona h4{
	color: #FFCC00;
	font-weight: 700;
	font-size: 22px;
	padding: 0 20px;

}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}



.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.testi-storie {
	margin-top: 50px;
	margin-left: -50px;
	background: #FAF7F5;
	padding: 25px;
	width: 100%;
	font-size: 16px
}
.home .testi-storie {
    margin-top: 30px;
    margin-left: -75px;
    padding: 10px;

}
.testi-storie a {
	color: #000;
}
.testi-storie h5 {
	font-size: 16px;
	font-weight: 700
}

#storie-carousel.owl-carousel .owl-item img {
 display: block;
 width: auto
} 

.owl-prev {

    position: absolute;
    top: 40%;
    left: -80px;
    display: block !important;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: -80px;
    display: block !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover svg circle {
	opacity: 1
}
.grey,
.grey a {
	color: #5D5D5D
}

.read-more {
	color: #001E4B !important;
	background:#FFCC00;
	font-weight: 700;
	padding: 0 15px;

}
.newsletter h4 {
	font-weight: 700
}


.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary,
.elementor-button,
.woocommerce .wishlist_table a.add_to_cart.button.alt{
border-radius: 5px;
background: #FFF;
	border: 1px solid #fff;
	color: #000;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
padding: 10px 35px;
line-height: normal;
}

.btn-black,
.misha_loadmore{
border-radius: 5px;
background: #000;
	border: 1px solid #000;
	color: #fff;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
	padding: 10px 35px;
font-weight: 700;
line-height: normal;
}


.wpcf7-submit,
.wpcf7-submit.disabled, .wpcf7-submit:disabled{
border-radius: 5px;
background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
	padding: 10px 35px;
font-weight: 700;
line-height: normal;
}

.btn-white .elementor-button {
	border: 1px solid #000;
	color: #000;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
	background: #fff;
	padding: 10px 15px;
padding: 8px 45px;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn-white .elementor-button:hover {
	border: 1px solid #000;
	color: #fff;
	background: #000;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
	padding: 10px 15px;
	padding: 8px 45px;
    border-radius:5px;
    text-transform: uppercase;
}

.btnfreccia  .elementor-button {
	padding: 0;
font-style: normal;
font-weight: 800;
text-decoration-line: underline;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border: none !important

}
.btnfreccia  .elementor-button:hover {
	padding: 0;
font-style: normal;
font-weight: 800;
text-decoration-line: underline;
-webkit-transform: translateX(5px);
    transform: translateX(5px);
	background: none !important;
color: var(--orange) !important;
		border: none !important

}
.btnfreccia  .elementor-button:hover svg path {fill:var(--orange)}
.misha_loadmore {
	clear: both;
	padding: 10px !important;
		cursor: pointer;
}

.misha_loadmore span {
	cursor: pointer;
	padding: 30px;
}

.btn-primary:hover,
.elementor-button:hover,
.woocommerce .wishlist_table a.add_to_cart.button.alt:hover{
border-radius: 5px;
background: var(--orange);
color: #fff !important;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
	border: 1px solid var(--orange);
	    padding: 10px 35px;
}

.btn-black:hover,
.wpcf7-submit:hover,
.misha_loadmore:hover{
border-radius: 5px;
background: var(--orange) !important;
color: #fff !important;
text-align: center;
font-family: Outfit;
font-size: 18px;
font-style: normal;
	    padding: 10px 35px;
font-weight: 700;
line-height: normal;
	border: 1px solid var(--orange) !important;
}
.misha_loadmore:hover {
	padding: 10px !important;

}
.facetwp-facet-carica_altri {
	text-align: center;
	margin-bottom: 30px !important
}
.facetwp-reset,
.facetwp-load-more{
	background: var(--orange) !important;
	border:1px solid var(--orange) !important;
	padding: 10px 25px !important;
	color: var(--corpo);
	font-family: "Outfit", sans-serif;
	text-transform: uppercase
}
.facetwp-reset {
	padding: 5px 15px !important;
}

.facetwp-reset:hover,
.facetwp-load-more:hover{
		background: var(--corpo) !important;
	border:1px solid var(--corpo) !important;
	padding: 10px 25px !important;
	color: var(--orange);
	font-family: "Outfit", sans-serif;
}
.facetwp-reset:hover {
	padding: 5px 15px !important;
}
.woocommerce .wishlist_table a.add_to_cart.button.alt i {
	display: none
}
.woocommerce a.add_to_wishlist.button.alt {

    min-width: auto;
}
.woocommerce a.add_to_wishlist.button.alt:hover {

    min-width: auto;
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
    float: none;
    display: block;
    width: 100%;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt ,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover
{
    background-color: #DFDFDF;
    color: #000;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    height: 60px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #DFDFDF;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    height: 60px;
}
body .qib-button-wrapper {

    margin-bottom: 20px;
}

.yith-wcwl-add-button a{
	   display: table;
	width: fit-content;
	position: relative
}
.single-product  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, 
.single-product .yith-wcwl-wishlistaddedbrowse {
    align-items: flex-start !important;
}

.related .yith-wcwl-wishlistaddedbrowse,
.related .yith-wcwl-wishlistaddedbrowse a{
	color:#000 !important
}
.single-product .yith-wcwl-add-button a:before{
    content: 'Ci vuoi pensare?';
    position: absolute;
    left: 30px;
    top: 0;
    color: var(--corpo);
}


.related .yith-wcwl-add-button i {
    float: none;
}

.related img {
    width: 100%;
    height: auto; /* maintains aspect ratio until further customization */

    /* To ensure it's always square */
    aspect-ratio: 1 / 1; /* forces a 1:1 aspect ratio */

    /* Ensure it covers the whole area */
    object-fit: cover;
}
.yith-wcwl-add-button a span {
	padding-left: 128px;
}

.strappo,
.elementor-element-4068673b{
	position: relative
}
.strappo {
	z-index: 1;
}
.strappo:before {
    content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_StrappoCarta.png) top no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -39px;

}

.single-post .strappo:before {
    top: -72px;
}

.elementor-element-4068673b:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_Scritta_Contatti.png) top no-repeat;
    background-size: contain;
    height: 360px;
    width: 360px;
    position: absolute;
    top: 10px;
    right: 0;
    left: auto;
}
.pattern {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/bg-testata-elinormarianne.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pattern-blog {
	position: relative;
	overflow: hidden;
}


.pattern-blog:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaSX.png) no-repeat center center;
    width: 400px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 30%;
}

.pattern-blog:after {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaDX.png) no-repeat center center;
    width: 400px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    bottom: 0;
}

.single-post .pattern-blog:before {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaSX_Articolo.png) no-repeat center center;
width: 350px;
    height: 250px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

.single-post .pattern-blog:after {
content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_ScrittaDX_Articolo.png) no-repeat center center;
    width: 350px;
    height: 250px;
    background-size: contain;
    position: absolute;
    left: auto;
    right: -30px;
    top: 30%;
}
.pattern-blog {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_Blog-scaled.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
.pattern-due {
	    background-image: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/pattern-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yith-wcwl-add-button i{
	    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.btn-brown .elementor-button{
    background:url('https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/btn-brown-1.svg') no-repeat center center;
	background-size: contain;
    border: none;
    border-radius: 0;
    vertical-align: -webkit-baseline-middle;
    color: var(--corpo) !important;
	font-family: "Outfit", sans-serif;

}



.btn-brown .elementor-button:hover{
    background:url('/wp-content/uploads/2024/06/bottone-bg-hover.svg') no-repeat center center;
	background-size: contain;
    border: none;
    border-radius: 0;
    vertical-align: -webkit-baseline-middle;
    color: var(--orange) !important;
	font-family: "Outfit", sans-serif;

}

.yellow .wpcf7-submit:hover{
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--white);
   padding:15px 35px;
    line-height: unset;
	font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
	font-size: 17px;

}
.bg-yellow .btn-primary:hover,
.bg-yellow .elementor-button:hover{
    background-color: var(--corpo);
    border: 1px solid var(--corpo);
    color: #fff !important;

}



.white .elementor-button:hover{
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--green);
    padding:15px 35px;
    line-height: unset;
font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
	font-size: 17px;

}
.btn-primary:hover span.yellow,
.elementor-button:hover  span.yellow {
	color: var(--green)
}

.bg-yellow  .btn-primary:hover span.yellow, .bg-yellow  .elementor-button:hover span.yellow {
    color: #fff;
}
#mc4wp-form-1 {
	margin-top: 25px
}
#mc4wp-form-1 input {
    border: none;
    position: relative !important;
    left: 0;
}
#mc4wp-form-1 input[type=submit] {
	padding: 0 !important;
    color: var(--yellow) !important;
}
#mc4wp-form-1 input[type=submit]:hover {
	padding: 0 !important;
	background: none !important;
    color: var(--white) !important;
	padding: 0 !important
}
ol {
  counter-reset: my-awesome-counter;
  list-style: none;
    margin-top: 40px;
}
.page ol li {
    margin: 0 0 1.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 20px;
}
.single-post ol li {
    margin: 0 0 1rem -20px;
    counter-increment: my-awesome-counter;
    position: relative;
    padding-left: 5px;
}
.page ol li::before {
content: counter(my-awesome-counter);
    color: var(--green);
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    left: -38px;
    top: 0;
    text-align: center;
    font-style: italic;
    line-height: normal;
}

ol li ol li::before,
ol li ol li::after{
	content: none !important
}
ol li ol {
	padding-left: 15px;
	margin-top: 0;
}
ol li ol li {
list-style: disc;
    padding-left: 0 !important;
}
ol li ol li::marker {
	color: var(--green);
	font-size: 25px;
}

p.list {
position: relative;
    padding-left: 20px;
}
p.list:before {
content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
}
.single-post ol li::before {
content: counter(my-awesome-counter);
    color: var(--green);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    left: -20px;
    top: 0;
    text-align: center;
    font-style: italic;
    line-height: normal;
}

.page-link {
    position: relative;
    display: block;
       padding: 5px 8px;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--corpo);
    background-color: #fff;
    border: none;
}
.page-item span {
    padding: 5px 8px;
    font-size: 25px;
    font-weight: 600;
}
.page-link:hover {
    z-index: 2;
    color: var(--corpo);
    text-decoration: none;
    background:transparent;
    border: none;
}
.pagination  svg {
	height: 45px;
	width: auto
}

.pagination  svg:hover #Tracciato_17,
.pagination  svg:hover #Ellisse_16{
	fill:var(--yellow)
}
.pagination li {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.page ol li::after {
    content: counter(my-awesome-counter);
    color: var(--yellow);
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    left: -33px;
    top: 2px;
    text-align: center;
    font-style: italic;
    line-height: normal;
    z-index: -1;
}
.documenti-card:hover {
	background: #FDFBDA
}
.category .etichetta-cat {
	display: none
}
.etichetta-cat a{
display: table;
    background: var(--yellow);
    position: relative;
    z-index: 1;
    top: 0;
    border-radius: 10px;
    padding: 8px 15px;
    color: var(--green);
    font-style: italic;
    font-weight: 600;
    margin-bottom: -20px;
    margin-left: 20px;
}
.etichetta-documenti a{
display: table;
    background: var(--green);
    position: absolute;
    z-index: 1;
    top: -18px;
	left: 20px;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--yellow);
    font-style: italic;
    font-weight: 600;
}

.etichetta-documenti a:hover{
display: table;
    background: var(--yellow);
    position: absolute;
    z-index: 1;
    top: -18px;
	left: 20px;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--green) !important;
    font-style: italic;
    font-weight: 600;
}

.single-post .cat-list {
	position: sticky;
	top: 0
}
h2.wp-block-heading br {
	display: none
}

.team-ruolo {
	    display: flex;
    /* grid-column: auto; */
    gap: 15px;
}
.team-ruolo li,
.cat-list a{
display: table;
    background: var(--yellow);
    position: relative;
    z-index: 1;
    top: 0;
    border-radius: 10px;
    padding: 8px 15px;
    color: var(--green);
    font-style: italic;
    font-weight: 600;
	margin-bottom:10px
}
.cat-list a:hover,
.etichetta-cat a:hover{
    color: var(--yellow) !important;
	background: var(--green);
}
#post-home-carousel .owl-stage-outer{
	overflow-y: auto !important
}

/*
.btn-primary:hover svg,
.elementor-button:hover svg,
.link:hover svg,
.wpcf7-submit:hover svg{
-webkit-transform: translateX(5px);
    transform: translateX(5px);
}
*/
.btn-large {
	height: 50px;
	padding: 20px 45px;
	line-height: 1;
	min-width: 280px;
}

.wpcf7-submit {
	width: 100%
}
.mc4wp-form-fields .privacy a {
color: #fff
}

/*#timeline p {
	font-weight:600
}*/
.owl-thumbs {
	padding-top: 10px;

}
.owl-thumb-item {
	position: relative;
	color: #003087 !important;
	font-weight: 600;
	cursor: pointer
}
.owl-thumb-item:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #003087;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}




.w-100.elementor-widget-button .elementor-button {
	width: 100%
}




h3.num {
	font-size: 4rem;
	font-weight: 700;
	color: #FFCC00
}

.bg-lightgrey {
	background: var(--lightgrey)
}
.team h5 {
	color: #003087;
	font-weight: 700
}

.ruolo {
	font-weight: 700;
	color: #000;
	font-size: 15px
}
.view {
	text-decoration: underline !important;
	cursor: pointer
}



.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0
}

button.close {
	right: 10px;
	position: absolute;
	border: 1px solid;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	top: 10px;
	z-index: 1;
}

#mc4wp-form-1 input {
	border: none
}

	.nocursor {
		cursor:context-menu
	}

.testata {
height: calc(92vh);
    margin-top: -152px;
	background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/06/bg-testata-elinormarianne.jpg) no-repeat center center;
    background-size: cover;
}



.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 10vh;
  overflow-x: hidden;
	margin: 0;
	font-family: "Outfit", sans-serif;
}


.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
	    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.track span {
padding: 0 20px;
    position: relative;
}
.track span:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: var(--corpo);
    border-radius: 50%;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgb(10,151,59,0.25)!important;
}


.puntochiave {
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	background: var(--green);
	min-height: 380px
}

.collezioni-menu a{
		font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-transform: none;
    font-size: 24px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--orange);
    margin-bottom: 20px;
}

.collezioni-menu  a span {
	    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 20px;
    font-style: italic;
}
@media (min-width: 1025px) {
	/*
	#menu-item-56954 .dropdown-menu:before {
	content: 'Scopri tutte le';
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid var(--orange);
    margin-bottom: 20px;
}

#menu-item-56954 .dropdown-menu:after {
    content: 'collezioni';
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    text-transform: none;
    font-size: 24px;
    padding-bottom: 0;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    font-style: italic;
    left: 165px;
}*/
	.scacchiera .e-con-inner {
		padding-top: 0;
		padding-bottom: 0
	}
	
	/*.scacchiera {
		background-size: 50% 100% !important
	}
	*/
	.utili {
		padding-left: 8em;
		position: relative
	}
		.utili:before {
		content: '';
			position: absolute;
			top: 0;
			left: 45px;
			border-right:1px solid var(--corpo);
			height: 100%;
			width: 1px
			
	}
	
			

	.newsletter-cont {
		border-left:1px solid var(--corpo);
	}
#text-search {
    width: 100%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 75px;
    opacity: 0;
    position: absolute;
    right: 0;
    margin-left: auto;
    padding: 20px 3em;
}
	
	#text-search.open, #text-search-mobile.open {
    opacity: 1;
    background: var(--red);
    text-align: center;
}
.elementor-element-8c3b26b,
.elementor-element-513774ed,
.elementor-element-48d65b08,
.puntichiave-row{
	margin-left: -10vh;
    margin-right: -10vw;
    width: 110vw !important;
    max-width: fit-content !important
}
.social-footer .fb,
.social-footer .yt {
	width: 100%

}
.social-footer .ig {
	margin-right: -100px;
	margin-top: -50px;
}
.social-footer .tw {
	margin-left: -100px
}

	
	
#collapseserviziaggiuntivi img {
	width: 265px;
	height: auto
}

.wpml-ls-item .nav-link{
text-transform: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;

	    padding-top: 5px;
}
	

.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    /* opacity: 0.5; */
    filter: contrast(0.3);
}
	.wpml-ls-current-language.wpml-ls-menu-item .wpml-ls-flag  {
    filter: none;
}
li#menu-item-wpml-ls-3-ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
}


.contenuto-dona {
	background: #fff;
	margin-top: -400px;
	margin-left: 380px;
}
.text-2.widget_text.col-sm {
	-ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}

.woocommerce-shop .yith-wcwl-add-button,
.tax-product_cat .yith-wcwl-add-button,
.related .yith-wcwl-add-button,
.tax-tipologia-prodotto  .yith-wcwl-add-button,
.tax-argomento-prodotto .yith-wcwl-add-button{
		position: absolute;
    top: 10px;
    right: 0;
}

.woocommerce-shop .yith-wcwl-add-button span,
.tax-product_cat .yith-wcwl-add-button span,
.related .yith-wcwl-add-button span,
.tax-tipologia-prodotto  .yith-wcwl-add-button span,
.tax-argomento-prodotto .yith-wcwl-add-button span{
	display: none;
}

.single-product .related .yith-wcwl-add-button a:before {
	display: none
}
.woocommerce-shop .products img,
.tax-product_cat {
	    width: 100%;
    height: auto; /* maintains aspect ratio until further customization */

    /* To ensure it's always square */
    aspect-ratio: 1 / 1; /* forces a 1:1 aspect ratio */

    /* Ensure it covers the whole area */
    object-fit: cover;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 10px 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 153.846% */
	color: #000
}

.wc-block-components-title.wc-block-components-title {

    color: #000;
}
.shop-desc p {
	color: #999;
/* Desk - p in evidenza */
font-family: Outfit;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
}
/**/
@media (min-width: 768px) {
.megamenu {
    position: static;
}
	.megamenu .dropdown-menu {
    background: 0 0;
    border-radius: 0;
    border: none;
    width: 100%;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    padding: 15px 0;
    text-transform: none;
}

/*	.dropdown-menu.show {
    display: flex;
    background: var(--yellow);
    justify-content: center;
    padding-left: 5em;
    padding-right: 5em;
		    z-index: -1;
}
	.megamenu .dropdown-menu .megamenu {
border: none;
    border-radius: 0;
    display: block;
    -ms-flex: 0 0 23%;
    flex: 0 0 21%;
    /* max-width: 20%; */
    /*position: relative;
    top: 0;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}
	*/
	.megamenu .dropdown-menu .megamenu .dropdown-menu {
display: block;
    position: initial;
    margin-top: 0;
    padding: 0;
}
	.megamenu .dropdown-menu .megamenu .dropdown-menu a {
		font-weight: 500
	}
}

@media (min-width: 768px) and (max-width:992px){
.dropdown-menu li a {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 1rem;
}
.dropdown-menu {

    top: 86px;
}
}
/**/

#accordion .card {
	border: none
}
#accordion .card-header {
	background: none
}
#accordion .card-header h5{
	color:#001e4b
}
#accordion .card-body {
  padding: 0.5rem 1.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
		max-width: 800px;
}
.modal-body {
	padding: 2rem
}
}



#accordion h5 {
	font-size: 15px;
	cursor: pointer;
	font-weight: 700
}
#accordion .active .aperto {
	display: none
}
#accordion .active .chiuso,
#accordion .blocco1.chiuso{
	display: block !important
}


@media (min-width: 992px) and (max-width: 1200px) {
	.contenitore-titolo-testata h1 {
		height: 50%
	}
}


iframe,
.wp-caption {
	max-width: 100%
}

.cercamenu {
	cursor: pointer;
	    
	       margin-top: 8px;
}

.cercamenu  a {
	padding:0 !important;
	    margin-top: 2px;

}
.cercamenu svg {
	    height: 20px;
    width: auto;
}
#text-search {

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 89px;
    opacity: 0;
    position: absolute;
    right: 0;
    /* margin-left: auto; */
	    width: 100%;
	padding: 10px;
    max-width: 100%;

}

#text-search.open, #text-search-mobile.open {
    opacity: 1;
    background: var(--orange);
    text-align: center;
	z-index: 1
}
/* Site footer */


.francobolli img {
	width: 90%;
	margin:auto
}
.elementor-element-842a111  {
	position: relative
}


.img-stondata img {
    border-radius: 45px 0;
}
.loghi img {
    padding: 0 20px;
}

.elementor-element-1f11765 {
margin-top: -50px
}

.blog .card h3,
.titolorisorsa {
	font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
}
.titolone h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 800;
    font-size: 180px;
}

.prodotti-card {
	color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.prodotti-card a {
color: #fff;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    padding: 30px;
    height: 140px;
    justify-content: center;
    flex-direction: column;
}

#categoria-0 .prodotti-card a,
#categoria-5 .prodotti-card a{
    height:300px;
	justify-content:flex-end;
}
.prodotti-card {
	background-color: rgba(0,179,255,0.7);;
	backdrop-filter: blur(10px);
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	
}
.prodotti-card:hover {
		background-color: rgba(0,179,255,1);;
}
.prodotti-card p span {
	max-width: 50%;
	line-height: 25px;
	display: block
}

.prodotti-card svg {
    height: 28px;
    width: auto;
    position: absolute;
    right: 10px;
}

#categoria-0 svg,
#categoria-5 svg {
	top:10px
}
#categoria-0,
#categoria-1,
#categoria-2,
#categoria-3,
#categoria-4,
#categoria-5 {
	margin-bottom: 20px
}
#categoria-0,
#categoria-1 {
	margin-top: -72px
}

.prodotti-card{
	height: 140px
}
#categoria-0 .prodotti-card {
	height: 300px;
	    justify-content: flex-end;
}

#categoria-5 .prodotti-card {
	height: 300px;
	    justify-content: flex-end;
}


#categoria-3,
#categoria-5 {
	margin-top: -160px
}


.elementor-element-1fc66f7b .e-con-inner {
	padding: 3em 0
}

.elenco h3,





.titolone-cat {
	font-size: 100px
}

.prodotto-cont {
		background: #F8F8F8;
    
    border-radius: 20px;
}

.prodotto-desc p,
.specifiche-prod p,
.specifiche-prod li {
	font-size: 16px
}
.specifiche-prod ul {
	list-style: none;
	padding-left: 0;
	display: flex;
    justify-content: flex-end;
	margin-bottom: 0
}
.specifiche-prod {
	    background: #F0F0F0;
    border-radius: 0 20px 20px 0;
}

.specifiche-prod .row {
	position: relative;
		padding: 4px 0;
}

.specifiche-prod .row:before {
content: '';
    width: calc(100% - 30px);
    bottom: 0;
    border-top: 1px solid var(--cyan);
    left: 15px;
    position: absolute;
}
.img-prodotto img {
	  margin-left: -70px;
    top: 0;
    transform: scale(1.5);
}

.facetwp-facet-tipologia {
	display: flex;
	justify-content: center
}
.facetwp-facet-tipologia .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-tipologia .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}

.facetwp-facet-voltaggio {
	display: flex;
	justify-content: center
}
.facetwp-facet-voltaggio .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-voltaggio .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}
.facetwp-facet-tipologia .facetwp-checkbox {
	background: none !important;
		    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.facetwp-facet-tipologia .facetwp-checkbox:hover {
	background: rgba(0,179,255,1) !important;
}
.facetwp-facet-tipologia  {
	margin-bottom: 20px !important
}
.facetwp-checkbox {

	    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.facetwp-facet-voltaggio .facetwp-checkbox {
    background-position: 3px 50% !important ;
    padding-left: 30px !important;
    cursor: pointer;
}
.facetwp-counter {
	display: none
}

p.big {
	font-size: 22px
}
.nozindex{
	z-index: -1 !important
}
.tondilaterali {
	position: relative;
	overflow: hidden
}
.tondilaterali:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 15%;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_cerchio-grigio.svg) center center no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
}
.tondilaterali:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 15%;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_cerchio-grigio.svg) center center no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
	z-index: -1
}

.benefit img {
	width: 150px
}

.testate-cerchio  {
	    height: 650px;
}

.bordo-esterno {

    background: #fff;
    position: relative;
}

.bordo-esterno.left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--lightgrey);
    width: 15px;
    height: calc(100%);
}

.bordo-esterno.left:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--lightgrey);
    width:100%;
    height: 15px;
}

.bordo-esterno.right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: var(--lightgrey);
    width: 15px;
    height: calc(100%);
	left: auto
}

.bordo-esterno.right:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--lightgrey);
    width:100%;
    height: 15px;
}

ul li::marker {
  font-size: 0.9em;
}

.elementor-element-43d5feb  span {
	float: right;
	margin-right: 80px
}



.elementor-element-4537b52,
.elementor-element-25857fdc {
	position: relative;
	z-index: 111
}
.custom-logo-link:after {
	display: none
}

.home section.cerchiofooter:before {
    z-index: 111;

}
.caroselloimmagini {
	padding: 0;
	margin-top: -220px;
}
/*
.caroselloimmagini .swiper-slide-inner {
	margin:0 -35px !important
}

.caroselloimmagini img {
	    width: 100%;
    border-left: 20px solid #fff !important;
}
*/
.caroselloimmagini .elementor-swiper-button-prev {
	    top: -80px !important;
    left: 48% !important;
}
.caroselloimmagini .elementor-swiper-button-next {
	    top: -80px !important;
    right: 48% !important;
}
.elementor-element-53f0fc6b h2 {
		position: relative;
    z-index: 111;
}
.elementor-element-526cfcb4  .elementor-button  {
		position: relative;
    z-index: 111;
}

.elementor-testimonial--skin-default {
	overflow: hidden
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-size: 1em !important;
    font-style: normal !important;
    line-height: normal !important;
}
.elementor-widget-reviews .swiper-slide, .elementor-widget-testimonial-carousel .swiper-slide {
    height: auto !important;
    margin-left: 10px !important;
    padding: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    background: transparent;
    opacity: 1 !important;
    border: 1px solid var(--corpo);

}
.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    background: var(--corpo);
    opacity: 1 !important;
    border: 1px solid var(--corpo);
}
/*
.elementor-swiper-button-next{
content:url(/wp-content/uploads/2023/11/Componente-29-–-3.svg);
	width: 20px;
}
.elementor-swiper-button-prev{
content:url(/wp-content/uploads/2023/11/Componente-28-–-3.svg);
	width: 20px;
}
.elementor-lightbox  .elementor-swiper-button-prev {
    width: 30px !important;
	left: 30px !important
}
.elementor-lightbox  .elementor-swiper-button-next {
    width: 30px !important;
	right: 30px !important
}
.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    margin-left: 20px;
    margin-right: 15px !important;
}
.elementor-swiper-button-prev:hover,
.elementor-swiper-button-next:hover {
    filter: brightness(0) invert(0.3);
}
.elementor-element-998913c:before {
content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/11/KARMALOFT_icona-virgolette.svg) center center no-repeat;
    width: 65px;
    height: 60px;
    background-size: contain;
    margin: auto;
}
*/
.swiper-slide-image {
	border: none !important
}
.home .cta-footer {
	background: var(--lightgrey)
}


.page-id-38 .elementor-295,
.blog .elementor-295,
.single-post .elementor-295,
.page-id-44 .elementor-295 {
	display: none
}

.elementor-element-999f571 {
	margin-top: -90px
}

.immagini-macchine .e-con-inner {
	position:relative
} 
.immagini-macchine .e-con-inner .img-hover{
	position: absolute; 
	top: 10px;
	left: 0;
	z-index: -1;
			webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.immagini-macchine:hover .img-hover{
	z-index: 1;
			webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
} 




.storie-macchine svg {
		webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	   float: right;
	margin-top: 15px;
}

.storie-macchine h3[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.infocontatti p {
	font-size: 20px
}
.infocontatti a:hover:after {
	display: none
}
.infocontatti a:hover {
	font-weight: 600
}

.infocontatti img {
	height: 70px;
	width: 250px
}


.elementor-15 .elementor-element.elementor-element-8c3b26b .elementor-swiper-button.elementor-swiper-button-prev,
.elementor-15 .elementor-element.elementor-element-8c3b26b .elementor-swiper-button.elementor-swiper-button-next,
.elementor-66 .elementor-element.elementor-element-48d65b08 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-66 .elementor-element.elementor-element-48d65b08 .elementor-swiper-button.elementor-swiper-button-next {
	font-size: 50px
}



.puntichiave .elementor-swiper-button-prev {
position: absolute !important;
    top: 80px;
    left: 80% !important;
    cursor: pointer;
}

.puntichiave .elementor-swiper-button-next {
    left: 85% !important;
position: absolute !important;
    top: 80px;
    cursor: pointer;
}
.puntichiave .elementor-swiper-button-prev svg #Poligono_1,
.puntichiave .elementor-swiper-button-next svg #Poligono_1 {
	fill:#000
}

.puntichiave .elementor-swiper-button-prev svg:hover circle,
.puntichiave .elementor-swiper-button-next svg:hover circle {
	fill:var(--green)
}

.elementor-element-e43c2bf,
.elementor-element-484e4c21,
.elementor-element-4480351e,
.elementor-element-72bc10c0 {
overflow: hidden
}


.candidato-home {
	margin-top: 5em !important;
	position: relative
}
.candidato-home .e-con-inner {
	padding-bottom: 0;
	padding-top: 0
}
.elementor-element-c13a26f  {
	margin-top: 8em !important;
		margin-bottom: 8em !important
}
.candidato-home img {
	margin-top: -50px;
	    width: 65%;

}
.candidato-home .elementor-button {
    position: absolute;
    top: -35px;
    left: 20px;

}

.candidato-home {
	border-radius:15px;
	background: linear-gradient(to right, rgba(10,151,59,1) 0%,rgba(4,123,45,1) 100%);
}
.elementor-element-ee6743e  {
	overflow: hidden
}
.elementor-element-b380b96 {
	width: 150vw;
    margin-right: -50vw;
}

.titolocampagna {
	font-size: 26px;
}


.titolocampagna a {
	color: #000
}
#campagne-home-carousel .item:hover a{
	color:var(--yellow)
}
#campagne-home-carousel .cont-campagna {
	    overflow: hidden;
    border-radius: 15px;
	height: 350px
}
#campagne-home-carousel img {
	height: 350px !important;
	object-fit: cover;
	border-radius: 15px;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

#campagne-home-carousel picture:hover img {
	transform: scale(1.1)
}

#campagne-home-carousel .owl-stage-outer {
	margin-top: 100px
}
#campagne-home-carousel .owl-nav {
		position: absolute;
    top: -100px;
    left: 45%;
}
#campagne-home-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#campagne-home-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#campagne-home-carousel  .owl-prev {
    left: -55px;
}
#campagne-home-carousel  .owl-prev {
    right: -40px;
}

.elementor-element-77eb0d7  {
	overflow: hidden
}

.elementor-element-831a1d2 {
	width: 100vw;
    margin-right: -50vw;
} 
 
#post-home-carousel .item:hover a{
	color:var(--yellow)
}
#post-home-carousel .item:hover .etichetta-cat a{
	color:var(--green);

}
#post-home-carousel .etichetta-cat a:hover{
	color:var(--yellow) !important;
	background: var(--green)

		
}
.img-team,
.rounded-img,
#consiglio-carousel .cont-campagna{
	overflow: hidden;
	border-radius: 15px
}

.img-team img,
.rounded-img img{
		-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}
.img-team:hover img,
.rounded-img:hover img{
	transform: scale(1.1)
}

.singoloarticolo img {
	width: 100%;
	height: auto
}
#post-home-carousel .cont-campagna {
	    overflow: hidden;

	height: 300px
}
#post-home-carousel img {
	/*height: 300px !important;*/
	object-fit: cover;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
	aspect-ratio: 16/9;
	width:100%
}
.post-type-archive-team  #post-home-carousel img {
	height: auto !important;
}
#post-home-carousel picture:hover img {
	transform: scale(1.1)
}

#post-home-carousel .owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#post-home-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#post-home-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#post-home-carousel  .owl-prev {
    left: -55px;
}
#post-home-carousel  .owl-prev {
    right: -40px;
}

/**/

#consiglio-carousel.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#consiglio-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#consiglio-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#consiglio-carousel .owl-prev {
    left: -55px;
}
#consiglio-carousel  .owl-prev {
    right: -40px;
}

#consiglio-carousel .owl-nav{
	position: absolute;
    top: -110px;
    right: 85px
}
.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	width: 100%;
}
.tribe-events-venue-map {
	width: 100%;
}
/**/

#tappe-carousel.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#tappe-carousel .owl-nav svg {
	height: 50px;
	width: auto
}
#tappe-carousel .owl-nav svg:hover circle {
	fill:var(--green)
}
#tappe-carousel .owl-prev {
    left: -55px;
}
#tappe-carousel  .owl-prev {
    right: -40px;
}

#tappe-carousel .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}
#tappe-carousel img {
	    border-radius: 15px;
}
#tappe-carousel a:hover {
	color: var(--green) !important
}


#customNav.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#customNav .owl-nav svg {
	height: 50px;
	width: auto
}
#customNav .owl-nav svg:hover circle {
	fill:var(--green)
}
#customNav .owl-prev {
    left: -90px;
	    border: none;
    background: none;
}
#customNav  .owl-next {
    right: -40px;
	    border: none;
    background: none;
	
}

#customNav .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}
#customNav img {
	    border-radius: 15px;
}
#customNav a:hover {
	color: var(--green) !important
}

/**/

#customNavdue.owl-nav {
    position: absolute;
    top: -100px;
    left: 72%;
}
#customNavdue .owl-nav svg {
	height: 50px;
	width: auto
}
#customNavdue .owl-nav svg:hover circle {
	fill:var(--green)
}
#customNavdue .owl-prev {
    left: -90px;
	    border: none;
    background: none;
}
#customNavdue  .owl-next {
    right: -40px;
	    border: none;
    background: none;
	
}

#customNavdue .owl-nav{
	position: absolute;
    top: -110px;
    right: 45px;
}

.close {
    float: right;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    color: var(--green);
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.img-evidenza img {
	height: 550px;
	object-fit: cover;
	border-radius: 15px
}
footer {
	position: relative;
	background-size: cover;
	color: #fff;
	    font-weight: 300;
	font-size:16px
}

footer a {
	color: #fff;
	text-decoration: underline
}
footer a:hover {
	color: var(--orange) !important;
	text-decoration: underline !important
}

footer .social-foot a {
	text-decoration: none !important
}
footer .social-foot a:hover {
	text-decoration: none !important
}
footer .social-link svg {
	height:25px;
	width: auto;
	-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

footer .social-link svg:hover  path{
	fill:var(--orange)
}
footer .nav-link {
    display: block;
    padding: 0.1rem 1rem;
}

#menu-menu-footer {
	    list-style: disc;
}
#menu-menu-footer .nav-link {
	padding: 1px 0;
	font-weight: 500


}
#menu-menu-footer .nav-link {
	position: relative
}

#menu-menu-footer .nav-link:hover {
	color: var(--white) !important;
	text-decoration: none !important;
	/*-webkit-transform: translateX(15px);
    transform: translateX(15px);*/
}


.credits {
	color: #000;
	background: #D9D4CF

}
.credits a {
	color: var(--corpo);
}
.credits {
	font-size: 14px
}

.social-foot {
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social-foot  a {
	padding-left: 0 !important;
	padding-right: 8px !important;
	margin-bottom: 10px
}

#menu-menu-footer .nav-link  {
	text-decoration: none !important
}
#menu-menu-footer .nav-link:hover {
	background: none;
	text-decoration: underline !important
}
.square i {
		background:#FFCC00;
		color: #003087;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	left: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: rgba(206, 172, 165, 0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: var(--orange);
  opacity: 1;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}


.vertical-tab-left h3{
	font-size: 2.1rem
}
.vertical-tab-right h4{
	font-size: 1.2rem
}
.vertical-tab-right {
	background: #FAF7F5
}
.vertical-tabs .nav-pills .nav-link.active,
.vertical-tabs .nav-pills .show>.nav-link {
    color: #FFCD00;
    background-color: #FAF7F5;
	border-radius: 0
}
.vertical-tabs .tab-pane.fade.active.show {
	background-color: #FAF7F5;
}
.vertical-tabs .card {
	background: none;
	border-radius: 0
}
.vertical-tabs .card-header {
		background: none;
	border-radius: 0;
	    border-bottom: none;
}
.vertical-tabs .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card.active .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078"; 
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card-body p {
	font-size: 15px
}
.vertical-tabs .nav-link {
    padding: 0.6rem 1rem;
}


/*media queries*/

	#menu-menu-industria,
	#menu-menu-minuteria,
	#menu-menu-antiinfortuinistica,
	#menu-menu-casa-e-giardino{
		padding-bottom: 10px !important;
	}
@media (min-width: 1650px) {
.elementor-element-999f571 {
    margin-top: -90px;
    padding: 10em 0 !important;
}
	#menu-menu-industria a,
	#menu-menu-minuteria a,
	#menu-menu-antiinfortuinistica a,
	#menu-menu-casa-e-giardino a{
		padding: 4px 30px !important;
	}
}
@media (max-width: 1800px) {
body:not(.home) .obliqua:after {
width:100%;
	
}
}

@media (min-width: 1024px) {
#menu-menu-principale li#menu-item-927 {
		margin-left: 15px
	}
	.woocommerce div.product div.images .flex-control-thumbs li  {
    width: 20%;
	}
	.head-fissato {
		position: fixed;
		width: 100%;
		z-index: 11111;
		background: #fff;
		animation: 0.5s 0.3s fadeInDown both;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
	}
		.head-fissato .custom-logo {
    width: 250px;
	}
	
	.head-fissato .info-head p {
    font-size: 14px !important
	}
	.head-fissato .info-head p img {
		top: -5px !important
	}
	.woocommerce div.product div.summary {
    margin-bottom: 2em;
    position: relative;
}
	.woocommerce div.product div.summary .price {

font-family: Outfit;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
	}
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--corpo);
    font-size: 1.25em;
}
.pswp {

    z-index: 150000 !important;

}


.ventisei {
	font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 153.846% */
}


@media (min-width: 992px) and (max-width: 1200px) {
.custom-logo-link {
	width: 23%
}
#menu-menu-principale {
	font-size: 14px
}
.navbar-light .navbar-nav .nav-link {
padding-left: 1em;
        padding-right: 1em;
    font-size: 14px;
}
	.quote:after {
		right: 50px;
	}
	.quote:before {
		left: 50px;
	}
#tappe-carousel .owl-nav,
	#consiglio-carousel .owl-nav{

    right: 10%;
}
#menu-menu-principale li#menu-item-927 {
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
#wp-megamenu-navbar>.wpmm-nav-wrap ul.wp-megamenu>li>a, .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a, .wpmm-menu-cart .cart-icon .fa-shopping-cart, .wp-megamenu-wrap .form .submit, .wpmm-menu-cart span.cart-icon i {

    padding: 1rem 1rem 1rem 1em;

    font-size: 16px !important;

}
}

@media (min-width: 769px) and (max-width: 991px) {
#menu-menu-principale li#menu-item-927 {
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
.custom-logo {
    width: 300px;
}
	.navbar>.container {
		max-width: 910px;
		padding: 0
	}
.navbar-light .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
}


@media (min-width: 1200px) and (max-width: 1550px) {
	h2 {
		font-size: 50px;
		line-height: 57px
	}
	p.h2 {
		font-size: 50px;
		line-height: 57px
}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.testata-home,
			.testata-home .container,
	 .container{
		width: 100% !important;
		max-width: 100%
	}
	.testata-home .container .pl-md-5 {
		padding-left: 0 !important
	}
	.slide-bg h2 {
    font-size: 1.5rem !important;
}
}
@media (min-width: 768px) {
#sidebar {
	display: none
}
}
	.filtri-shop-mobile {
		display: none;
		    position: sticky;
    top: 170px;
    z-index: 1;
    background: #fff;
	}
	.filtri-shop {
    position: sticky;
    top: 8em;
	}
@media (max-width: 767px) {
	.shop-desc p {

    font-size: 20px;
		line-height: 25px

}
	.mx-mobile-0 {
		margin: 0
	}
	.carosello-mobile-marchi img {
	    width: 220px !important;
    margin: auto;
    height: auto;
	}

	
	.carosello-mobile-marchi	.owl-dots {
		margin-top: 50px !important
	}
	.btnfreccia .elementor-button {
    font-size: 20px !important;
		        text-align: left;
	}
	.prodotti-home .elementor-widget-image img {
   aspect-ratio: 3 / 4;
    height:auto

}
	
	    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 10px 0;
    }
		.head-fissato {
position: fixed;
        width: 100%;
        z-index: 1111;
        background: #fff;
        animation: 0.5s 0.3s fadeInDown both;
        -webkit-transition: top 0.3s 
ease;
        transition: top 0.3s 
ease;
        top: 0;
	}

	.head-fissato .custom-logo {
    width: 210px;
}
	.account-link {
		display: none
	}
	
	.elementor-72 .elementor-element.elementor-element-c8daba6:not(.elementor-motion-effects-element-type-background), .elementor-72 .elementor-element.elementor-element-c8daba6 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: #000 !important
	}
	
	.blog .container.pb-5.elementor {
		margin-top: -20px !important
	}
	.fascia-bassa-mappa {
		display: none
	}
	.topbar .container {
		padding: 0
	}
	.obliqua {
		background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
	}
	
	p.sottotitolo {
 
    font-size: 24px !important;
    line-height: 35px !important;
}
	
	.cont-image {
    margin-top: -40px !important;
 
}
	.obliqua:after {
		display: none
	}
	.topbar p {
    font-size: 13px;
}
	.home .obliqua .e-con-inner {
		margin-top: 280px
	}
	body:not(.home) .obliqua {
    margin-bottom: 0em;
    padding-top: 0 !important;
		background:#000
}
	body:not(.home) .obliqua .e-con-inner {
		margin-top: 250px
	}
		body:not(.home) .obliqua .e-con-inner .elementor-widget-container{
		padding: 0 !important
	}
	.py-5.mt-5 {
		margin-top: 0 !important
	}
	p.h2 {
    font-size: 38px;
		line-height: 48px;
	}
	h1 {
    font-size: 36px !important;
    line-height: 45px;
	}
	.elementor-widget-container {
		padding: 0 !important
	}
	.py-5 {
		padding-bottom: 10px !important;
		padding-top: 10px !important
	}
	.fascia-bassa {
    position: absolute;
    right: 0;
    width: 100% !important;
    left: auto;
    height: auto !important;
    background-size: cover;
    z-index: 11;
    min-height: 250px !important;
}
	.prodotti-home {
		padding: 0 !important;
    margin: 10px !important;
		        margin-bottom: 3px !important;
	}
	.elementor-70 .elementor-element.elementor-element-b1df83a,
	.elementor-70 .elementor-element.elementor-element-0d72aeb {
    gap: 0;
}
	.obliquadue {
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
		        padding: 0;
				margin-bottom: -5px;
		height: auto
	}
	.obliquadue:after {
		display: none
	}
	
	.obliquadue .elementor-widget-text-editor {
		background: #000;
		    margin-top: 270px;
    padding: 20px;
		    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    width: 100%;;

	}
		.obliquadue .elementor-widget-text-editor h4,
		.obliquadue .elementor-widget-text-editor h3,
	.obliquadue .elementor-widget-text-editor p {
		text-align: center !important
	}
	
	.obliquabianca:after {
		display: none
	}
	
	.map-container {

    height: auto !important;
	}
	.home h1 {
		font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 40px;
text-transform: uppercase;
	}
	.woocommerce #cerca-mobile {
		display: none !important
	}
	.elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 0;
}
	
	.obliquadue .elementor-element h3 {

    font-size: 32px;
}

	.single-product form.cart .button {
    vertical-align: middle;
    float: right;
    margin-top: 30px;
    width: 100%;
}
	.blog .strappo:before {
    top: -23px;
}
	.cercamobile {
		margin: 10px
	}
	.css-a1jvfi .ywcas-input-field-wrapper > div {
    width: 100%;
    padding: 0px;
    background: #fff;
    padding: 5px;
}
	.blog .strappo .col-12.col-md-9.p-md-3 {
		border-right: none !important
	}
	
	
	
	.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar {
 width: 6px;
}
 
.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar-track {
  background: transparent;
}
 
.menu-categorie-mobile-sub.open-sidebar-sub::-webkit-scrollbar-thumb {
	background-color: var(--orange);
}
.iphone .simplebar-scrollbar::before {
  background-color: var(--orange);
  opacity: 1 !important;
}


	footer .col-12.col-md-4:after,
	footer .order1:after{
content: '';
        width: 100%;
        height: 1px;
        border-top: 1px solid #333;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}
	footer .col-12.col-md-4,
	footer .order1 {
		position: relative
	}
	
		
	footer .col-12.col-md-4:last-child:after {
		display:  none
	}
	.facetwp-flyout {
z-index: 999999999 !important;
        padding-top: 60px;

}
	.facetwp-flyout-close {
    text-align: right;
    line-height: 20px;
    cursor: pointer;
    font-size: 30px;
    color: var(--orange);
    font-weight: 600;
}
	
	.facetwp-flyout-content h3 {
	    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--corpo);
    font-size: 16px;
	}
	
	.scrollattivo {
		visibility: hidden;
		opacity: 0
	}
#customNavdue #next,
#customNav #next{

    right: -25px;

}
	#customNavdue #prev,
	#customNav #prev{

    left: -25px;

}
	#video-bg-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    top: 120px;
}
	.testata h2 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-bottom: 5px !important;
}
.testata {
    height: calc(100vh);

}
	.testo-testata-video {
		justify-content: flex-start !important;
		padding-top: 150px
	}
.wp-block-button__link {
    padding: 10px !important;
    font-size: 13px !important;
}
	.ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root img, .ywcas-search-mobile .wp-block-yith-product-results-block .ywcas-search-results-grid.grid.lapilliUI-Grid__root .search-result-item__thumbnail {
    width: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
	.home .quote {
    margin-top: -100px;

}
	.filtri-shop {
		display: none
	}

	.candidato-home img {
    margin-top: 80px;
    width: 90%;
}
	.candidato-home {
    max-width: 90% !important;
}
	#customNav .owl-prev,
	#customNav .owl-next {
		display: none !important
	}
	.choose-amount .content {
        margin: 20px 20px 16px !important
    }
	.testata-interna {
		background-position: 100% center !important;
    background-size: cover;
    height: 25vh !important
	}
	.puntichiave-row {
		padding: 0 20px
	}
.testi-testata h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 50px;
}
	.social-footer .social-cont {
		display: flex
	}
	.social-footer .social-cont div {
		padding: 0 10px
	}
	#post-home-carousel .owl-stage-outer{
	overflow-y: hidden !important
}
.quote:after {
    right: 0;
    width: 65px;
    height: 65px;
    bottom: -30px;
    left: 0;
    margin: auto;
	top: auto
}
	
	.quote:before {
    content: '';
    position: absolute;
    right: 0;
    width: 65px;
    height: 65px;
    top: -30px;
    left: 0;
    margin: auto;
}


.elementor-element-8c3b26b, .elementor-element-513774ed {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
	.elementor-element-b380b96 {
    width: 100%;
    margin-right: 0;
}
	.elementor-element-831a1d2 {
    width: 100%;
    margin-right: 0;
}
	.elementor-element-5da1f4a {
		order: 2
	}
	.fixed-header.fixed {
padding: 10px 15px!important;
}
	.book-now {
    padding-left: 0
}
	.fixed-header.fixed .container-fluid {
    padding: 0 !important
}
	.contenitore-titolo-testata h1 {
		font-size: 40px
	}
	.contenitore-titolo-testata h1 span {
    font-size: 18px;
}

.navbar-toggler .box {
    width: 73px;
    height: 65px;
    position: relative;
}
	
	.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	
	.btn-menu-link {
    height: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    display: table;
    width: fit-content;
    margin-left: 15px;
    margin-top: 20px;
}
	.btn-menu-link .nav-link {
		background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--yellow) !important;
    padding: 15px 45px !important;
    line-height: unset;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
	}
	
		.btn-menu-link .nav-link:hover {
		background-color: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 10px;
    vertical-align: -webkit-baseline-middle;
    color: var(--green) !important;
    padding: 15px 45px !important;
    line-height: unset;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
	}
	.home .candidato-home {
		padding-top: 3em !important
	}
	

.scroll-icon {
    right: auto;
    left: auto;
}

	#menu-menu-footer { 
 text-align: left;
        padding-left: 40px;
		    list-style-position: inside;
}
	#menu-menu-footer li {
		margin: 8px
	}
footer .nav-link {
    display: contents;
	font-weight: 400
	}
	.address br {
		display: none
	}
	
	.tel,
	.email {
		display: inline;
        margin: 0 20px;
	}
	
	.social-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
		gap: 10px;
}
.wpml-ls-item .nav-link{
text-transform: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.btn-menu span {
    display: block;
    width: 60%;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%); */
    border-radius: 0;
    height: 3px;
    background: #000;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
	

	.btn-menu.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}
	
.btn-menu span + span {
  margin-top: 10px;
}
.fixed .btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background:#000
}
.btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #000
}
.home .btn-menu.active span:nth-child(1) {
	background: #000
}
.btn-menu.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.btn-menu.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.btn-menu.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: #000
}
.fixed .btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: #000
}
.home .btn-menu.active span:nth-child(3)  {
	background: #000
}
.btn-menu.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
	
	
	.fixed .btn-menu span {
		background: #000 !important
	}
	.testata-interna h1 {
font-size: 2.6rem !important;
    line-height: normal !important;
    padding-top: 50px;
}

.testata-interna p {
    font-size: 1.4em !important;

    max-width: 100% !important;
}
	.singoloarticolo {
    overflow: hidden;

	}
	.single-post .singoloarticolo p a {
		display: block
	}
	.testata-inenra {
		height: 18vh !important
	}
	

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

nav.navbar {
    z-index: 1111111;
	        padding-top: 0 !important;
}
#sidebar {
    width: 100%;
    position: fixed;
    left: -120%;
    height: 100vh;
    z-index: 0;
	top: 106px;
    background-color: #000;
    color: #000;
    transition: all 0.3s;
    overflow-y: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
    z-index: 111111;
}
.headmobile-tabletport.head-fissato #sidebar.active {
    top:75px
}
#menu-menu-mobile,
	#menu-menu-principale-italiano-1{
    height: 100%;
    display: flex;
    flex-direction: column;

    text-align: left;
}
	
    .menu-categorie-mobile, .menu-categorie-mobile-due{
         opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: -260px;
        list-style: none;

        background: #F8FAFA;
        width: 100%;
			padding-left: 0;
    }
	
	 .menu-categorie-mobile-sub {
         opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: -260px;
        list-style: none;

        background: #F8FAFA;
        width: 100%;
			padding-left: 0;
    }
	    .menu-categorie-mobile.open-sidebar{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #3D3D3D;
        opacity: 1;
        visibility: visible;
        top: -3px;
				        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	
	.menu-categorie-mobile-due.open-sidebar{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #3D3D3D;
        opacity: 1;
        visibility: visible;
        top: -3px;
		        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	.menu-categorie-mobile-sub {
	    height: 80% !important;
    overflow: auto;
		  -webkit-overflow-scrolling: touch;
	}
	

.menu-categorie-mobile-sub.open-sidebar-sub{
        display: block;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: #3D3D3D;
        opacity: 1;
        visibility: visible;
        top: -3px;
	        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
	
	.noscroll {
		overflow: hidden
	}
	#menu-menu-mobile #menu-item-87510 {
		position: relative
	}
	.aprisottomenu  {
		position: relative
	}
    .aprisottomenu-mobile {
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 25px;
        color: #fff !important;
			z-index: 1
    }
	#sidebar ul li {
		     border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	
	#menu-item-1021,
	#menu-item-1025,
	#menu-item-1022,
	#menu-item-1026,
	#menu-item-1029,
	#menu-item-1030 {
		border-bottom: none !important
	}
#sidebar ul li a {
padding: 25px 20px;
        /* text-transform: uppercase; */
        color: #fff;
        /* font-weight: 600; */
        position: relative;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1px;
        text-transform: uppercase;
width: 85%;
        display: table;
}
	#menu-menu-mobile li:hover {
		background: var(--orange)
	}
	.menu-categorie-mobile-sub li a {
		padding: 15px 20px !important;
		width: 100%
	}
	.navbar-nav .nav-link:hover, .hover-active {
    color: #fff !important;
    background: none;
}
	#sidebar ul li a:before {
		display: none
	}

	.wpml-ls-menu-item .wpml-ls-flag {
    display: inline;
    vertical-align: baseline;
    filter: contrast(0.3);
}
	.wpml-ls-current-language   .wpml-ls-flag {
		filter: none
	}
	.testata-home .container {
		margin-top: -75px
	}
	.menu-categorie-mobile a ,
		.menu-categorie-mobile-sub a {
		color: #FFF;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(121, 119, 119, 0.50);
font-family: Outfit;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.05px;
		text-transform: none !important
	}
.custom-logo {
	width:190px;
	
}
.ywcas-search-mobile {
    top: 145px !important
	}
	#text-search {
		display: none
	}
	.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item.current-menu-item .nav-link:before {
		display: none
	}
	

	body.fisso .cont-slide-testi {
    top: 0 !important;
}




h2 {
        font-size: 33px;
        line-height: 45px;
}
	.map-container {
		display: flex;
    flex-direction: column;
	}
#map_wrapper {
    position: relative !important;
    width: 100% !important;
	height: 500px;
	order:2
}

	footer {
		text-align: center;
		height: auto;
    position: relative;
    background-size: cover;
    color: #fff;

	}
	
	.py-5.elementor-widget-shortcode,
	.elementor-element.pr-md-5.elementor-widget__width-initial{
		max-width: 100% !important;
		width: 100% !important;
		--container-widget-width: 100% !important;
	}
	
	
}


/*Default styles for Gravity Forms single-column-form class*/

input[type=checkbox]:checked+label,
input[type=checkbox]:not(:checked)+label {
  margin-left:19px;
  font-weight: 400;
  font-size: 15px;
}

/*Custom subscribe box for .single-column-form class*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute!important;
  left: -9999px;
}

.yith-wcan-filter [type="checkbox"]:not(:checked), .yith-wcan-filter [type="checkbox"]:checked {
	position: relative !important;
	left: 0 !important
}
.woocommerce-result-count {
	display: none !important
}
 [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative!important;
  padding-left: 1.0em!important;
  cursor: pointer!important;
}

 [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
    position: absolute;
    left: -17px;
    top: 2px;
    width: 1.3em;
    height: 1.3em;
    border: 1px solid var(--white);
    background: #fff;
    /* box-shadow: inset 0 1px 3px rgba(0,0,0,.1); */
    padding: 2px;
    border-radius: 50%;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
top: 6.5px;
    left: -12.5px;
    /* font-size: 1.3em; */
    line-height: 0.8;
    background-color: var(--corpo);
    transition: all .2s;
    border-radius: 50%;
}
#field_3_3 input{
	color: var(--corpo)
}
/* checked mark aspect changes */
.ginput_container_consent input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.ginput_container_consent input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
 .ginput_container_consent input[type="checkbox"]:disabled:not(:checked) + label:before,
.ginput_container_consent input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

 .ginput_container_consent input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.ginput_container_consent input[type="checkbox"]:disabled + label {
  color: #aaa;
}
.gform_confirmation_message {
	background: green;
	padding: 10px;
	font-weight: 600;
	color: #fff !important
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px;
}

.gform_button.button.btn.btn-primary {
	padding: 0;
    font-size: 40px;
    color: var(--corpo);
    background: none; 
    border: none;
}
#gform_submit_button_3,
#gform_submit_button_2,
#gform_submit_button_1{
		padding: 0;

    font-size: 40px;
    color: var(--corpo);
    background: none;
    border: none;
}
#gform_submit_button_3:focus,
#gform_submit_button_2:focus,
#gform_submit_button_1:focus{
	box-shadow: none
}
.gform_button.button.btn.btn-primary:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 50%;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
    right: 0;
    margin: auto;
}

.gform_button.button.btn.btn-primary:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: currentColor;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	border: 1px solid #fff;
	width: 100%
}

#gform_wrapper_2 .gform_footer.top_label  {
	display: block;
	text-align: center
}
#gform_wrapper_3 .gform_footer.top_label  {
	display: block;
	text-align: center
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}
.elementor-widget-image a:hover:after {
   display: none !important
}
.wp-block-table {
    overflow-x: inherit;
}
table {
       /* border-collapse: collapse; */
    border-radius: 10px;
    border-radius: 15px;
    border-style: hidden;
    width: 100% !important;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {

}

table > thead > tr > th, table > tbody > tr > th {

}



.woocommerce table.shop_table {
    border: none;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}

.cart_totals  h2 {
    margin-top: 25px;
    margin-bottom: 15px !important;
}
.grecaptcha-badge {
	bottom: 80px !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 3em !important
} 
.tribe-events-before-html {
	padding-bottom: 3em !important
}

.post-type-archive-tribe_events .testata-interna.tribe-common--breakpoint-xsmall.tribe-common--breakpoint-medium.tribe-common--breakpoint-full {
	display: none !important
}
.woocommerce-page .woocommerce-checkout #customer_details, .woocommerce-page.woocommerce-order-pay #customer_details {
    width: 53%;
    float: left;
}
.woocommerce-page .woocommerce-checkout #customer_details .col-1, .woocommerce-page .woocommerce-checkout #customer_details .col-2, .woocommerce-page.woocommerce-order-pay #customer_details .col-1, .woocommerce-page.woocommerce-order-pay #customer_details .col-2 {
    width: 100%;
    float: none;
    max-width: 100%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper {
	width: 100%
}

.cart-collaterals .cross-sells {
	display: none
}

.ywcas-popover-results .popover-content {
	overflow-y:scroll !important;
	    max-height: 500px !important
}

.ywcas-popover-results .popover-content::-webkit-scrollbar {
  width: 0.2em;
}
 
.ywcas-popover-results .popover-content::-webkit-scrollbar-track {
  box-shadow:none;
}
 
.ywcas-popover-results .popover-content::-webkit-scrollbar-thumb {
	background-color: var(--beige);
}
.ywcas-popover-results .popover-content.rtl {
    direction: initial;
}


.py-10 {
    padding-bottom: 8em;
    padding-top: 8em;
}

.yith-wcpb-product-bundled-item-data__description {
	display: none
}

.yith-wcan-pro.filtered .term-description,
.yith-wcan-pro.filtered .page-description{
	display:	none
}

.facetwp-checkbox {
    background-color:transparent !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 0;
    text-align: left !important;
    color: var(--corpo) !important;
}



.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: none !important;
}

.fs-wrap {
    width: 100% !important
}

.fs-label-wrap .fs-label {
    padding: 10px 22px 10px 8px !important
}

.fs-arrow {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid var(--orange)!important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: var(--orange) !important;
	    border: 3px solid #fff !important;
}

.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail img {
    height: auto;
    border: 1px solid #C3C3C3;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.css-13epnul {
    color: var(--orange) !important;
	
}

.facetwp-facet {
    margin-bottom: 20px !important
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    border-radius: 50% !important;
    border: none !important;
    box-shadow: 0 0 0 1px #aeaeae;
}

.facetwp-color {
    box-shadow: none !important;
    border-radius: 50%;
}

.fs-dropdown {
    border: 1px solid var(--orange) !important;
}

.fs-label-wrap {
    border: 1px solid var(--orange) !important
}
#privacy_policy_field {
	width: 100%
}
#privacy_policy {
	position: relative !important;
    left: 0;
    /* background: red; */
    opacity: 1;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Colore di sfondo durante il caricamento */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

#preloader img {
    width: 600px;
    height: auto
}
#content-preload {
    display: none;
    opacity: 0; /* Inizia invisibile */
    transition: opacity 1s ease-in-out; /* Effetto di dissolvenza */
}

#content-preload.fade-in {
    opacity: 1; /* Diventa visibile */
}


ul.products .facetwp-facet-carica_altri {
	display: none !important
}



.woocommerce-MyAccount-navigation li {
	list-style: none;
	position: relative;
	margin-bottom: 30px
}

.woocommerce-MyAccount-navigation li:before {
    content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_StrappoCarta.png) top no-repeat;
    background-size: cover;
    height: 15px;
    width: 100%;
    position: absolute;
    top: -88px;
    left: 0;
}
.woocommerce-MyAccount-navigation li a{
display: block;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	height: 100%;
    background: #fff;
    padding: 20px;
	position: relative
}
/*.woocommerce-MyAccount-content:before {
    content: '';
    background: url(https://elinormarianne.filaretedev.it/wp-content/uploads/2024/07/Elinor_StrappoCarta.png) top no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
    position: absolute;
    top: -39px;
    left: 0;
}*/

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding: 20px !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
    width: 100px !important;

}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	text-align: center
}
 
.actions .coupon button {
	    background: var(--orange);
    border-radius: 0; 
    height: 45px;
    border: none;
}
.actions .coupon button:hover {
	    background: var(--corpo);
    color:var(--orange)
}


.wc-block-cart__submit-button,
button.wc-block-components-checkout-place-order-button {
    box-sizing: border-box;
    margin: 0;
    background: var(--orange);
	border:1px solid var(--orange);
    color: var(--corpo);
    font-weight: 600;
}

.wc-block-cart__submit-button:hover,
button.wc-block-components-checkout-place-order-button:hover{
    box-sizing: border-box;
    margin: 0;
    background: var(--corpo);
		border:1px solid var(--corpo);
    color: var(--orange);
    font-weight: 600;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  position: relative!important;
  left: 0 !important
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1;
}

#fog-app-666bffe7cb9390a5b7f61fb7 .fog-panel-heading {
    display: block !important;
    padding: 0 !important;
}

.fog-fields-flexbox {
	margin-top:-60px !important
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: auto;
}

.footer-tablet-portrait {
	display: none
}



.skip-link {
  position: absolute;
  top: -540px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}
.elementor-button:focus,
.btn:focus {
  outline: 2px solid #005fcc !important; /* blu accessibile */
  outline-offset: 2px;
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  transition: outline 0.2s ease-in-out;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}


.nav-tabs .nav-link {
	border-radius: 0;
	color: var(--corpo);  
}
.nav-tabs .nav-link[aria-selected="true"] {
	font-weight: 600;
	color: var(--corpo);
}
.nav-tabs .nav-link[aria-selected="false"] {
    /* sfondo chiaro */
    color: var(--corpo);            /* testo grigio */
    border-color: #dee2e6;     /* bordo grigio chiaro */
}

.nav-tabs .nav-link:hover {
    color: var(--corpo) !important;
    background: none !important;
}
/*
.hidden {
    display: none !important;
}*/
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    color: var(--corpo);
    font-size: 25px;
}

.woocommerce .woocommerce-customer-details address {

    height: 100%;
}

.woocommerce-checkout footer {
	margin-top: 30px
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 30px;
}
.nozindex {
	z-index: -2
}



.woocommerce-shop .titolo-prod,
.woocommerce-shop .prezzo{
	    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.shop-img-product img {
	max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.woocommerce-shop .plus-cart {
	content: '';
	position: 	absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	width: 100px;
	height: 50px;
	transition: all ease 0.3s;
	background: #000;
	line-height: 42px
	
}

.woocommerce-shop .prod-cont:hover .plus-cart {
	content: '';
	position: 	absolute;
	bottom: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	width: 100px;
	height: 50px;
	transition: all ease 0.3s;
	background: #000;
		line-height: 42px
	
			
}

.woocommerce-shop .prod-cont svg {
	    height: 20px;
    width: 20px;
    stroke-width: 3px;
}


.woocommerce-shop .breadcrumb {
    margin-bottom: 20px;
    color: var(--corpo);
}

.woocommerce-shop .breadcrumb a {
    color: var(--corpo);
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/* sensible default focus for keyboard users */
:focus-visible {
  outline: 3px solid Highlight;      /* system-aware fallback color */
  outline-offset: 3px;
}

/* apply to common interactive elements (for older browsers that don't support :focus-visible) */
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 3px dashed rgba(0,0,0,0.9);
  outline-offset: 3px;
}

/* keep mouse click from showing dashed fallback if browser supports :focus-visible */
:focus:not(:focus-visible) {
  outline: none;
}

/* optional: smoother visual ring using box-shadow (works well with rounded corners) */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,120,215,0.35); /* subtle ring */
  border-radius: 6px; /* match your element rounding */
}