.header-003-simple-container {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
}

.header-003-simple-content {
    width:100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
} 

/*--- header ---*/
.header-003-simple-header {
    position:absolute;
    top:0;
    left:0;
    padding:0 0 0 0;
    height: 90px;
    z-index:1100;
/*
    background-color: transparent;
*/
    background-color: #cecece;
}

.header-003-simple-nav .logo {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    width: 240px;
    height:90px;
    float:left;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 320px) {

    .header-003-simple-nav .logo {
        width: 180px;
    }

}

.header-003-simple-nav .logo img {
    width: auto;
    height: 90px;
}

.header-003-simple-nav-menu {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 90px;
}

.header-003-simple-nav-menu ul {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 21px;
}

.header-003-simple-nav-menu ul li {
    position: relative;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    float: left;
}

.header-003-simple-nav-menu ul li:last-child {
    margin:0 20px 0 0;
}

.header-003-simple-nav-menu ul li.search {
    height:21px;
    padding: 29px 0 0 0;
}

.header-003-simple-nav-menu ul li.hamburger {
    float:right;
}

.header-003-simple-nav-menu ul li a {
    margin:0;
    padding:0;
    display: block;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: #000;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.header-003-simple-nav-menu ul li a:hover {
    color: #222;
    text-decoration: underline;
}

.header-003-simple-nav-menu ul li a.active {
/*
    box-shadow:0 2px 0px -1px rgba(255,255,255,0.5);
*/
    color:#ddd;
}

.header-003-simple-header-scroll .header-003-simple-nav-menu ul li a {
    color:#333;
}

.header-003-simple-header-scroll .header-003-simple-nav-menu ul li a:hover {
    color:#888;
}

.header-003-simple-header-scroll .header-003-simple-nav-menu ul li a.active {
/*
    box-shadow:inset 0 2px 0px -1px rgba(0,0,0,0.5);
*/
    color:#888;
}

.header-003-simple-div-left,
.header-003-simple-div-center,
.header-003-simple-div-right {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:90px;
}

.header-003-simple-div-left {
	display: flex;
/*
	float:left;
    width:30%;
    width: 240px;
*/
    flex-grow: 1;
}

.header-003-simple-div-center {
    display: flex;
/*
	float:left;
    width:40%;
*/
    flex-grow: 2;
    justify-content: center;
}

.header-003-simple-div-right {
    display: flex;
/*
	float:right;
    width:30%;
    width: 240px;
*/
    flex-grow: 1;
}

.header-003-simple-nav-right {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:90px;
    width: 100%;
	/*	
    display: flex;
    justify-content: flex-end;
    align-items: center;
	*/
}

.header-003-simple-nav-right ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:90px;
	width:100%;
    display: flex;
    align-items: center;
	justify-content:end;
}

.header-003-simple-nav-right ul li {
    position:relative;
    margin:0 0 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
    display: flex;
    align-items: center;
}

.header-003-simple-nav-right ul li:last-child {
    margin:0 20px 0 0;
}

.header-003-simple-nav-right ul li.actions-social {
    height:90px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
}

.header-003-simple-nav-right .for-shop {
    position:relative;
}

@media only screen and (max-width: 1100px)
{
	.header-003-simple-nav-right ul li:last-child {
		margin:0 20px 0 0;
	}
}

@media only screen and (max-width: 980px)
{
	.header-003-simple-div-left {
		width:50%;
	}

	.header-003-simple-div-center {
		width:40%;
		display:none;
	}

	.header-003-simple-div-right {
		width:50%;
	}
}

@media only screen and (max-width: 930px)
{

    .header-003-simple-nav-menu ul li {
        margin: 0 5px 0 0;
    }

}

@media only screen and (max-width: 768px)
{

	.header-003-simple-div-left {
		width:50%;
	}

	.header-003-simple-div-right {
		width:50%;
	}

	.header-003-simple-nav-menu ul li {
        margin: 0 0 0 0;
    }

    .span3.span3-50percento {
        width: 50% !important;
    }

    .header-003-simple-nav-right {
        justify-content: flex-end;
    }

}

@media only screen and (max-width: 575px)
{

    .header-003-simple-nav-menu ul li {
        margin: 0 0 0 0;
    }

    .header-003-simple-nav-menu .for-shop {
        position:absolute;
        right:5px;
        top:21px;
    }
    
    .header-003-simple-nav .logo {
        padding: 0 0 0 10px;
        width: 180px;
    }
    
}

@media only screen and (max-width: 320px)
{

    .header-003-simple-nav-menu ul li {
        margin: 0 0 0 0;
    }

}

/*--- ! ---*/

/*--- menu categorie header ---*/
.menuHolder-header-001 {
    width:fit-content; 
    position:relative; 
    height: 90px;
}

.menu-shop-inline-header-001 {
    display:inline-block;
    margin: 0 0 0 0;
    height: 90px;
}

.menu-shop-inline-header-001 ul li {
    margin:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li {
    margin:0 20px 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul li:last-child {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001.menu-categorie-header-mono ul.menucategorie-header-mono-pul li {
    margin:0 0 0 0;
}

.menu-shop-inline-header-001 ul {
    margin:0; 
    padding:0; 
    list-style:none; 
    text-align:left;
    height: 90px;
}

.menu-shop-inline-header-001 li {
    display:block; 
    position:relative;
}

.menu-shop-inline-header-001 ul ul {
    position:absolute; 
    left:-99999px; 
    top:50px; 
    padding:5px 0; 
    z-index:99; 
    border-radius:0 0 0 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    background-color:rgba(255,255,255,1);
    height: max-content;
    max-width: 200px;
    -webkit-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    transition: opacity 0.5s, top 0.3s ease-out;
}

.menu-shop-inline-header-001 ul ul ul {
    left:100%; 
    top:auto; 
    margin-top:-55px; 
    margin-left: -10px;
    border-radius:0;
    -webkit-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
}

.menu-shop-inline-header-001 ul li.left > ul {
    left:auto; 
    right:0; 
    top:50px;
}
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:auto; 
    right:100%; 
    top:auto; 
    margin-top:-35px;
}

.menu-shop-inline-header-001 > ul {
    margin:0 auto; 
    display:inline-block;
}

.menu-shop-inline-header-001 > ul {
    *display:inline;
}

.menu-shop-inline-header-001 > ul > li {
    float:left; 
    position:relative;
}

.menu-shop-inline-header-001 ul {
    background:transparent;
}

.menu-shop-inline-header-001 > ul > li > a {
    line-height:90px; 
    height:90px;
    display: flex;
    align-items: center;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-shop-inline-header-001 ul > li > ul > li {

}

.menu-shop-inline-header-001 ul > li > ul > li > a {
    line-height: inherit;
    height: inherit;
    padding: 0 10px;
    margin: 5px 0;
    width: 200px;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    display: block;
    word-break: break-word;
    white-space: pre-wrap;
    text-transform: none;
}

.menu-shop-inline-header-001 li.left ul a {
    text-align:right; 
    padding:0 20px 0 30px;
}
/*
.menu-shop-inline-header-001 li:hover > a,
*/
.menu-shop-inline-header-001 ul li:hover > a {
    color:#ccc; 
    background:transparent; 
    text-decoration:none;
}
/*
.menu-shop-inline-header-001 ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: 400;
}
*/

.menu-shop-inline-header-001.menu-categorie-header-mono ul li:hover > a.hassub {
    color:#000; 
    text-decoration:none;
    font-weight: inherit;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul.oriz-submenu li:hover > a,
.menu-shop-inline-header-001 ul.oriz-visibile li:hover > a {
    color:#000; 
    background:transparent; 
    text-decoration:none;
    font-weight: 400;
}

.menu-shop-inline-header-001 ul li:hover > a.hassub .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.ico {
    position: relative;
    float: right;
    display: none;
}

.menu-shop-inline-header-001 li.left ul li > a.hassub .ico {
    display: block;
}

.menu-shop-inline-header-001 li.left ul li:hover > a.hassub {
    color:#ccc; 
    background-color:transparent; 
    text-decoration:none;
}

.menu-shop-inline-header-001 ul ul,
.menu-shop-inline-header-001 ul ul ul,
.menu-shop-inline-header-001 ul li.left > ul,
.menu-shop-inline-header-001 ul li.left ul li > ul {
    left:-9999px; 
    right:auto; 
    opacity:0;
}

.menu-shop-inline-header-001 ul li:hover > ul {
    left:0; 
    top: 70px;
    opacity:1;
}

.menu-shop-inline-header-001 ul ul li:hover > ul {
    top: 60px;
    left:60%; 
    opacity:1;
    margin-left:0;
}

.menu-shop-inline-header-001.menu-categorie-header-multi ul ul.oriz-submenu {
/*
    width: 200px;
*/
}

.menu-shop-inline-header-001 ul li.left:hover > ul {
    left:auto; 
    right:0; 
    opacity:1;
}

.menu-shop-inline-header-001 ul li.left ul li:hover > ul {
    left:auto; 
    right:100%; 
    opacity:1;
}

/* for narrow screens, tablets and smartphones */

@media only screen and (max-width: 768px) {
    .menuHolder-header-001 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .menuHolder-header-001 {
        display: none;
    }
}


/*--- ! ---*/

/*--- menu inline ---*/
a.toggle-001 {
    width:50px; 
    height:50px; 
    position:absolute; 
    left:10px; 
    top:auto; 
    cursor:pointer; 
    display:none;
}

.menuHolder-001 {
    width:100%; 
    position:relative; 
    right:0; 
    top:0; 
    background-color:transparent; 
    z-index:400; 
    height:50px; 
    text-align:center;
}

.menuHolder-001.sx {
    text-align:left;
}

.menuHolder-001.cx {
    text-align:center;
}

.menuHolder-001.dx {
    text-align:right;
}

.menu-shop-inline-001 {
    display:inline-block;
    height: 50px;
    margin: 0 0 0 30px;
}

.menu-shop-inline-001 ul li {
    margin:0;
}

.menu-shop-inline-001 ul {
    margin:0; 
    padding:0; 
    list-style:none; 
    white-space:nowrap; 
    text-align:left;
}

.menu-shop-inline-001 li {
    display:block; 
    position:relative;
}

.menu-shop-inline-001 ul ul {
    position:absolute; 
    left:-99999px; 
    top:20px; 
    padding:5px 0; 
    z-index:11; 
    border-radius:0 0 0 0;
    -webkit-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -o-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    -moz-transition: opacity 0.5s ease-out, top 0.3s ease-out;
    transition: opacity 0.5s, top 0.3s ease-out;
}

.menu-shop-inline-001 ul ul ul {
    left:100%; 
    top:auto; 
    margin-top:-55px; 
    margin-left: -20px;
    border-radius:0;
    -webkit-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out;
}

.menu-shop-inline-001 ul.oriz-submenu,
.menu-shop-inline-001 ul.oriz-visibile,
.menu-shop-inline-001 ul.visibile {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

.menu-shop-inline-001 ul li.left > ul {
    left:auto; 
    right:0; 
    top:50px;
}
.menu-shop-inline-001 ul li.left ul li > ul {
    left:auto; 
    right:100%; 
    top:auto; 
    margin-top:-35px;
}

.menu-shop-inline-001 > ul {
    margin:0 auto; 
/*
    display:inline-block;
*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-shop-inline-001 > ul {
    *display:inline;
}

.menu-shop-inline-001 > ul > li {
    float:left; 
    position:relative;
}

.menu-shop-inline-001 ul {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.menu-shop-inline-001 ul li a {
    display:block; 
    font-size: 20px;
    line-height: 32px;
    color:#333; 
    text-decoration:none; 
    padding:0 30px 0 0px; 
    position:relative; 
    z-index:10;
}

.menu-shop-inline-001 > ul > li > a {
    line-height:50px; 
    height:50px;
}

.menu-shop-inline-001 > ul > li > a img {
    margin-left: 5px;
}

.menu-shop-inline-001 > ul > li > a img {
    position: relative;
}

.menu-shop-inline-001 ul > li > ul > li > a {
    line-height: inherit;
    height: inherit;
    padding: 0 10px;
    margin: 10px 0 10px 0;
    width: 200px;
    word-break: break-word;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 20px;
}

.menu-shop-inline-001 li.left ul a {
    text-align:right; 
    padding:0 20px 0 30px;
}
/*
.menu-shop-inline-001 li:hover > a,
.menu-shop-inline-001 ul li:hover > a {
    color:#000; 
    background:transparent; 
    text-decoration:none;
    font-weight: 400;
}
*/
ul li:hover > a.first-item {
    color:#000; 
    background:transparent; 
    text-decoration:none;
}

.menu-shop-inline-001 ul li ul li:hover > a {
    color:#000; 
    background:transparent; 
    text-decoration:none;
    font-weight: 400;
}

.menu-shop-inline-001 ul li:hover > a.hassub {
/*
    color:#000; 
    font-weight: 400;
    text-decoration:none;
*/
}

.menu-shop-inline-001 li.left ul li:hover > a.hassub {
    color:#999; 
    background-color:transparent; 
    text-decoration:none;
}

.menu-shop-inline-001 ul ul,
.menu-shop-inline-001 ul ul ul,
.menu-shop-inline-001 ul li.left > ul,
.menu-shop-inline-001 ul li.left ul li > ul {
    left:-9999px; 
    right:auto; 
    opacity:0;
}

.menu-shop-inline-001 ul li:hover > ul {
    left:0; 
    top: 50px;
    opacity:1;
}

.menu-shop-inline-001 ul ul li:hover > ul {
    left:100%; 
    opacity:1;
    margin-left:0;
}

.menu-shop-inline-001 ul li.left:hover > ul {
    left:auto; 
    right:0; 
    opacity:1;
}

.menu-shop-inline-001 ul li.left ul li:hover > ul {
    left:auto; 
    right:100%; 
    opacity:1;
}

/* for narrow screens, tablets and smartphones */

@media only screen and (max-width: 768px) {
    .menuHolder-001 {
        display: none;
    }
}

@media only screen and (min-width: 769px) {
    .menuHolder-001-panel {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .menuHolder-001-panel {
        display: flex;
        justify-content: center;
    }
}

/*--- ! ---*/

    .footer-003-simple-container {
/*
        position: fixed;
*/
        position: relative;
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        z-index: 3;
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    
    .footer-003-simple-content {
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
    } 
    
    .footer-003-simple-div-left {
        width: 75%;
        float: left;
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #888888;
        line-height: 18px;
        position: relative;
        margin: 0 0 0 0;
        padding: 0 0 0 20px;
        height: 90px;
        line-height: 18px;
    }
    
    .footer-003-simple-div-left a {
        position: relative;
        color: #888888;
        text-decoration: underline;
        outline: none;
    }
    
    .footer-003-simple-div-left a:hover {
        position: relative;
        color: #333;
        text-decoration: none;
        outline: none;
    }
    
    .footer-003-simple-div-right {
	    width: 25%;
	    float: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 12px;
        color: #888888;
        line-height: 18px;
        position: relative;
        margin: 0 0 0 0;
        padding: 0 20px 0 0;
        height: 90px;
        text-align: right;
    }
    
    .footer-003-simple-div-right a {
        position: relative;
        color: #888888;
        text-decoration: underline;
        outline: none;
    }
    
    .footer-003-simple-div-right a:hover {
        position: relative;
        color: #333;
        text-decoration: none;
        outline: none;
    }
    
    .footer-003-divisore {
        color: #888888;
    }
    
    .footer-003-simple-div-right .credits a {
        width: 146px;
        display: inline-block;
    }
    
    .footer-003-simple ul li.actions-social {
        display: flex;
        align-items: center;
        padding: 0 10px 0 0;
        float: right;
    }

@media only screen and (max-width: 768px) {
    .footer-003-simple-container {
/*
        position: fixed;
*/
        position: relative;
    }
    .footer-003-simple {
        height: auto;
    }
    .footer-003-simple-div-left {
        padding: 20px 20px 0 20px;      
        height: auto;
    }
    .footer-003-simple-div-right {
        width: 100%;
        float: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        padding: 20px 20px 20px 20px;       
        clear: both;
        height: auto;
        text-align: left;
    }
    .footer-003-simple-ul-social {
        list-style: none;
        position: relative;
        padding: 20px 20px 0 20px;
        margin: 0 0 0 0;
        display: flex;
        justify-content: flex-start;
    }
    .footer-003-simple-ul-social li {
        float: left;
        margin: 0 10px 0 0;
    }
    .footer-003-simple-ul-social li:last-child {
        margin: 0 0 0 0;
    }
}


:root {
    --border-radius-language-footer:25px;
    --border-radius-language-tendina-footer:10px;
}
.language-selector.footer-selector {
    margin: 30px 0 0 0;
}

.language-selector.immagini.footer-selector {
    margin: 0px 0 10px 0;
}

.language-selector.footer-selector.tendina .langs-container {
    display: none; /* Nascondi di default */
    position: absolute;
    bottom: 100%; /* Posiziona sopra il pulsante del footer */
    left: 0;
    background-color: rgba(0, 0, 0, 1); /* Colore di sfondo del menu */
    border: 1px solid #ccc; /* Bordo per il menu */
    z-index: 2; /* Assicurati che sia sopra altri elementi */
    padding-top: 10px;
    transform: translateY(15px);
    padding-bottom: 25px;
    border-bottom: 0px;
}
.language-selector.tendina.footer-selector .selected-lang {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 1);
}

.language-selector.lista .selected-lang {
    padding: 8px 28px 8px 8px;
    margin-bottom: 10px;
}
.language-selector.lista.footer-selector.entrambi .langs-container {
    margin-bottom: 10px;
}

.language-selector.immagini.footer-selector {
    margin: 22px 0 5px 0;
}


.language-selector.footer-selector .langs-container {
    border-radius: var(--border-radius-language-tendina-footer) var(--border-radius-language-tendina-footer) 0 0;   
}

.language-selector.footer-selector.entrambi {
    margin: 22px 0 5px 0;
}

.footer-002 .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);
}

.footer-002 .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-003-simple-container .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);    
    margin: 0 0 0px 0;
}

.footer-003-simple-container .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-008-1600-footer .language-selector.tendina .selected-lang  {
    background-color: #efefef;
}

.footer-008-1600-footer .language-selector.tendina .langs-container  {
    background-color: #efefef;
}
/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

/*--- panel menu shop ---*/
:root {
    --bg-panel-menu-shop-001:#fff;
    --border-left-sub-menu-shop:#ddd;
    --border-bottom-items-shop:#ddd;
    --link-shop:#111;
    --link-over-shop:#777;
}
.panel-menu-shop-001 {
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    max-width: 420px;
    height:100%;
    z-index:90001;
    margin:0;
    padding:0 0 0 0;
    background-color:var(--bg-panel-menu-shop-001);
    overflow:hidden;
    display: none;
}

.panel-menu-shop-001.panel-left {
    left:-100%;
    right:auto;
}

.panel-menu-shop-001.panel-right {
    right:-100%;
    left:auto;
}

.panel-menu-shop-001 .header {
    position: relative;
    margin: 0;
    padding: 0;
    width:100%;
    height:90px;
}

.panel-menu-shop-001 .header a.close {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 0;
    z-index: 888;
}

.panel-menu-shop-001 .header .title {
    position: relative;
    margin: 0;
    padding: 0;
    width: 240px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .header .title a img {
    width: auto;
    height: 90px;
}

.panel-menu-shop-001 .panel-menu-shop-001-container {
    position: relative;
    margin:0 0 0 0;
    padding:0 0 10px 0;
    width:100%;
    height:calc(100% - 130px);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.panel-menu-shop-001 .panel-menu-shop-001-shadow {
    position: absolute;
    top: 90px;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 50px;
    z-index: 1;
    background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-shop-001 .content {
    position: relative;
    margin:0;
    padding:0 0 0 0;
    font-family: 'Lato', sans-serif;
}

.panel-menu-shop-001 .content .section {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    display: table;
    width: 100%;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .content .section.no-border:last-child,
.panel-menu-shop-001 .content .section.no-border {
    border-bottom: none;
}

.panel-menu-shop-001 .section .title {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    width: 100%;
    height: 51px;
    border-left: 10px solid transparent;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .section .title.active {
    border-left: 10px solid var(--border-left-sub-menu);
    background-color: #f8f8f8;
}

.panel-menu-shop-001 .section .title a {
    display: inline;
    align-items: center;
    float: left;
    width: calc(100% - 47px);
    padding: 0 0 0 25px;
    line-height: 20px;
}

.panel-menu-shop-001 .section .title a.with-icon {
    display: flex;
    font-family: Gotham Book;
    font-size: 14px;
    letter-spacing: 0px;
}

.panel-menu-shop-001 .section li .title {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .section a.submenu-open {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
    width: 25px;
    height: 51px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .page-link {

}

.panel-menu-shop-001 .page-link.with-icon {
    font-size:20px;
}

.panel-menu-shop-001 .page-link.with-icon img {
    float:left;
    margin-right:15px;
    width: 25px;
    height: 25px;
}

.panel-menu-shop-001 .content ul {
    position: relative;
    margin:0;
    padding:0 0 0 40px;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-shop-001 .content ul li ul {
    position: relative;
    margin:0;
    padding:0 0 10px 0;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid transparent;
}

.panel-menu-shop-001 .content ul li ul.visibile {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .content ul li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li a {
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li:last-child {
    border-bottom:none;
}

.panel-menu-shop-001 .vetrina {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .vetrina a {
    line-height: 50px;
    color: #111;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    width: calc(100% - 60px);
    padding: 0 0 0 35px;
}

.panel-menu-shop-001 .vetrina a.magnifier {
    width: 50px;
    padding: 0 0 0 0;
    float: right;
}

.panel-menu-shop-001 .vetrina a.magnifier img {
    opacity: 0.5;
}

.panel-menu-shop-001 .content ul li a {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 10px 0 0px;
    display: inline-block;
    width: 82%;
    font-size: 20px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel-menu-shop-001 .content ul li a.page-link {
    float:right;
    width:50px;
    padding:0;
    margin:0 10px 0 0;
}

.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    display: inline-block;
    width: calc(100% - 60px);
}

/*
.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 40px 0 0px;
    display: inline-block;
    float: right;
    width: 8%;
}
*/
.panel-menu-shop-001 .content ul li a span {
    font-weight: 700;
    margin-left: 6px;
}

.panel-menu-shop-001 .section .title a:hover,
.panel-menu-shop-001 a.single:hover,
.panel-menu-shop-001 .content ul li a:hover {
    color: var(--link-over);
}

.panel-menu-shop-001 .content ul li a.evidence {
    font-weight: 400;
}

.panel-menu-shop-001 .content ul li a.submenu-open {
    border:none;
}

.panel-menu-shop-001 .shop-plain {
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
    display: block;
    clear: both;
}

.panel-menu-shop-001 .shop-plain .section .title {
    font-size: 20px;
    font-weight: 400;
}

.panel-menu-shop-001 .content .single-image {
    position: relative;
    margin: 25px 10px 10px 10px;
    padding: 0 0 0 0;
    clear: both;
    display: flex;
    justify-content: center;
}

.panel-menu-shop-001 .content .single-image a {
}

.panel-menu-shop-001 .content .single-image a img.round {
    border-radius: 10px;
}

.panel-menu-shop-001 .footer {
    position: absolute;
    bottom:0;
    top: auto;
    margin: 0;
    padding: 0;
    width:100%;
    max-width: 420px;
    height:50px;
    clear: both;
    border-top: 1px solid var(--border-bottom-items);
    background-color: #fff;
}

.panel-menu-shop-001 .footer a {
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 400;
    color: var(--link);
    text-transform: uppercase;
    font-family: Gotham Medium;
}

.panel-menu-shop-001 .footer a:hover {
    color: var(--link);
}

.panel-menu-shop-001 .footer a span {
    font-family: Gotham Black;
    padding-left: 5px;
}

.panel-menu-shop-001 .for-shop {
    position:absolute;
    right:60px;
    top:21px;
    width:80px;
}

@media only screen and (max-width: 590px) {

    .panel-menu-shop-001 .header-menu .title {
        padding: 0 0 0 0;
    }

}

@media only screen and (max-width: 480px) {

    .panel-menu-shop-001 .section .title {
        line-height: 20px;
    }

    .panel-menu-shop-001 .section .title a.page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001 .page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001-content ul li a {
        padding: 0 60px 0 28px;
        background-position: 18px center;
    }

    .panel-menu-shop-001-content ul li ul li a {
        padding: 0 40px 0 40px;
        background-position: 30px center;
    }

    .panel-menu-shop-001 ul li a.page-link {
/*
        display: contents;
*/
    }

    .panel-menu-shop-001 a.single {
        padding: 0 0 0 30px;
    }

}

@media only screen and (max-width: 320px) {

    .panel-menu-shop-001 .section .title {
        font-size: 20px;
    }

    .panel-menu-shop-001 .content ul li a {
        padding: 0 20px 0 0px;
        font-size: 18px;
    }

    .panel-menu-shop-001 .for-shop {
        top:15px;
    }

    .panel-menu-shop-001 .header a.close {
        top: 15px;
    }

}
/*--- ! ---*/

	.share-001 {
		position: fixed;
		top: auto;
		right: auto;
		bottom: 20px;
		left: 20px;
		width: 50px;
		height: 50px;
		z-index: 9999999999999999999;
		opacity: 0;
	}
	.share-ombra-001 {
		filter: drop-shadow(1px 1px 4px rgb(0 0 0 / 0.1));
	}
    .blueimp-gallery > .prev, 
    .blueimp-gallery > .next {
        width: auto;
        height: auto;
        background: transparent;
        border: none;
        opacity: 0.9;
    }
    
    .blueimp-gallery > .close {
	    width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0;
        opacity: 0.9;
        padding: 0;
    }
    
    /*--- personalizzazoione pulsante intro ---*/
    .intro-001-intro-block a {
        position: relative;
        display: inline-block;
        padding: 8px 50px 10px 50px;
        text-align: center;
        border-style: solid;
        border-width: 2px;
        border-color: rgba(255,255,255,0.40);
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        letter-spacing: -1px;
        background-color: transparent;
        border-radius: 100px;
    }
    
    .intro-001-intro-block a:hover {
        background-color: #fff;
        color: #333;
    }
    
    .intro-001-intro-block a.eventi {
        position: relative;
        display: inline-block;
        padding: 8px 50px 10px 50px;
        text-align: center;
        border-style: solid;
        border-width: 2px;
        border-color: rgba(255,255,255,0.40);
        color: #753b3e;
        font-family: 'Lato', sans-serif;
        font-size: 20px;
        letter-spacing: -1px;
        background-color: rgba(255,255,255,1);
        border-radius: 100px;
    }
    
    .intro-001-intro-block a.eventi:hover {
        background-color: transparent;
        color: #fff;
    }
    
    /*--- personalizzabile tramite override end ---*/
    
    /*--- typography ---*/
    
    p {
        font-size:16px;
        font-family: 'Poppins', sans-serif;
    }
    
	ul li, ol li {
		font-size: 16px;
	}
	
	ul, ol {
		font-family: 'Poppins', sans-serif;
	}
	
    h1.nuovofont, 
    h2.nuovofont, 
    h3.nuovofont, 
    h4.nuovofont, 
    h5.nuovofont, 
    h6.nuovofont { 
        font-family: 'Poppins', sans-serif;
        color: #333;
    }
    
    
    h1.nuovofont {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: -3px;
    margin: 20px 0 30px 0;
    }
    
    h2.nuovofont {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 20px 0 25px 0;
    }
    
    h3.nuovofont {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 20px 0 20px 0;
    }
    
    h4.nuovofont {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
    }
    
    h5.nuovofont {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 20px 0 10px 0;
    }
    
    h6.nuovofont {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: -1px;
    font-style: italic;
    margin: 20px 0 10px 0;
    }
    /*--- ! ---*/
    
@media only screen and (max-width: 640px) {

    h1.nuovofont {
    font-size: 45px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 20px 0 30px 0;
    }
    
    h2.nuovofont {
    font-size: 40px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 20px 0 25px 0;
    }

}

    .shop-row {
        padding: 90px 10px 0 10px;
    }

@media only screen and (min-width: 769px) {
    .hide-override {
        display: none !important;
    }
}

/* form "became a model" */

    .form-group {
        justify-content: center;
    }
    
    .form-group .input-btn {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
        border-radius: 0px;
        max-width: 300px;
    }
    
    .form-group .input-btn:hover {
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
    }

@media only screen and (max-width: 480px) {
    
        .form-group .input-btn {
            font-size: 16px;
        }
        
        .form-group label {
            font-size: 12px;
        }
    
    }

.footer-003-simple-div-left {
    font-family: 'Poppins', sans-serif;
}
.footer-003-simple-div-right {
    font-family: 'Poppins', sans-serif;   
}
