



.mpmw-id-root-menu{
    position: relative;
}
.animated{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* small screen */
.mpmw-menu-widget-parent-small-screen{
    height: 55px;
    padding-left: 10px;
    display: flex;
    background: #FFEEEE;
}

.mpmw-menu-widget-parent-small-screen2{
    display: block;
    padding-top: 10px;
    height: 55px;
    background-color: #FFEEEE;
}

.mpmw-menu-widget-parent-small-screen2 .aws-container .aws-search-field {
    height: 40px;
    border-radius: 10px!important;
}

@media only screen and (min-width : 1025px){
    .mpmw-menu-widget-parent-small-screen{
        display: none;
    }
    .mpmw-menu-widget-parent-small-screen2{
        display: none;
    }

}

.mpmw-menu-widget-parent-small-screen > p{
    font-size: 30px;
    color: #FFEEEE;
    cursor: pointer;
        margin: 0px;
    line-height: 40px;
}

.mpmw-mobile-navigation-container{

}

.mpmw-mobile-navigation-container a{
    text-decoration: none;
/*    color: #7e9cbd !important;*/
    padding-left: 0px;
}

a.mpmw-mobile-a-first-child{
    padding-left: 20px;
}

.mpmw-menu-small-span-links-container a{
    /*padding-left: 95px;*/
    font-size: 15px;
/*    font-weight: 700;*/
}

.mpmw-menu-small-span-links2-container a{
    padding-left: 95px  !important;

}
.mpmw-menu-small-level1-background{
    background: #FFEEEE !important;
}
.mpmw-menu-small-level2-background{
    background: #fff2ee !important;
}
.mpmw-menu-link-padding-top-bottom{
    padding-top: 5px;
    padding-bottom: 5px;
}

.mpmw-menu-link-paddings{
    padding-top: 5px !important;
    padding-bottom: 5px;
}

#af-preloader{
    display:none !important;
}
section.customer-support{
    display:none !important;
}
.mpmw-mobile-navigation-transparent{
    z-index: 999997;
    background: #00000054;
    position: fixed !important;
    overflow: auto;
    height: 100vh !important;
    width: 200% !important;
    top: 0;
    display: none;
}


.mpmw-mobile-navigation{
    padding-top: 20px;
    background: #fff;
    z-index: 9999999;
    position: fixed !important;
    width: 90% !important;
    max-width: 400px !important;
    overflow: auto;
    height: 100vh !important;
    top: 0;
    left: -200%;

}
.mpmw-mobile-navigation > div{
    position: relative;
}

.menu-one-menu-small{
    padding-top: 5px;
    padding-left: 5px;
}

.mpmw-menu-small-image-text-div{
    display: flex;
}
.mpmw-menu-small-image-div{
    flex: 0.7;
}
.mpmw-menu-small-text{
    flex: 4;
/*    font-size: 15px !important;
    font-weight: bold  !important;*/
    line-height: 40px;
    position: relative;
    display: flex;
/*    color: #000!important; */
}
.mpmw-icon-more-small{
    position: absolute;
    right: 0;
}

.mpmw-menu-small-text-before-plus{
    flex: 6;
    white-space: nowrap;
    font-size: 16px;
}
.mpmw-menu-small-text-before-plus-first-line{
    padding-left: 70px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom-style: dashed;
}
.mpmw-menu-small-text-before-plus-second-line{
    padding-left: 70px;
/*    padding-bottom: 5px;*/
    line-height:40px;
    border-bottom: 1px solid #e1e1e1;
    border-bottom-style: dashed;
}
.mpmw-padding-left-70{
    padding-left: 70px !important;
}
.mpmw-menu-small-text-plus{
    flex: 3;
    text-align: right;
    font-size: 18px;
    padding-right: 25px;
}
.mpmw-menu-text.mpmw-menu-small-text .mpmw-menu-small-text-plus {
    border-bottom: 1px solid #e1e1e1;
    border-bottom-style: dotted;
}
.mpmw-mobile-navigation-remove{
/*    border: 1px solid green; */
    float: right;
    padding: 5px 15px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    font-size: 35px;
/*    padding: 5px 18px;  */
    color: black;
    border-radius: 50%;
    width : -webkit-fit-content;
    width : -moz-fit-content;
    width : fit-content;
}


/* big screen */
.mpmw-menu-widget-parent-big-screen{
/*    background: #dde6d3;*/
	background: #FFEEEE;
    /*padding-top: 15px;*/
    /*overflow-x: auto;*/
    display: flex;
    /* width: -moz-fit-content;
    width: -webkit-fit-content; */
    /*width: 80%;*/
    justify-content:center;
    margin:auto;
    max-width:1300px;
}
.mpmw-menu-widget-parent-big-screen-inner-div {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
@media only screen and (max-width : 1024px){
    .mpmw-menu-widget-parent-big-screen{
        display: none;
    }
}
.mpmw-one-menu{
    min-width: 60px !important;
    max-width: 250px !important;
    position: relative;
    flex: 1;
    padding:20px 0px 20px 0px;
}
.mpmw-one-menu:hover{
    opacity:0.6;
}
.mpmw-menu-link{

}
.mpmw-menu-opacity{
    opacity : 0.6;
/*    background-color: #ff9e9e;*/
/*    border-radius: 20px;*/
}
.mpmw-image-opacity{
/*filter: brightness(100);
-webkit-filter: brightness(100);*/
opacity:0.6;
}
.mpmw-text-opacity{
/*color: #fff;*/
opacity: 0.6;
}
.mpmw-icon-more{
    padding: 0px 10px;
}
.mpmw-menu-image-text-div{
    text-align: -webkit-center;
    text-align: center;
    width : -webkit-fit-content;
    width : -moz-fit-content;
    width : fit-content;
    margin:auto;
}
.mpmw-menu-small-image-text-div .mpmw-menu-image-div {
    margin-left: 10px;
}
.mpmw-menu-image-div{
    width : -webkit-fit-content;
    width: -moz-fit-content;
    width : fit-content;
    margin: auto;
}
.mpmw-menu-image{
    max-width:60px !important;
    min-width:60px !important;
    height:60px !important;
    background: transparent;
}
.menu-one-menu-small .mpmw-menu-image {
    max-width:40px !important;
    min-width:40px !important;
    height:40px !important;
}

.mpmw-menu-text{
    font-size: 15px;
    /*color: #98a8b9;*/
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    font-family:'Roboto';
}

.mpmw-menu-text:hover{
    color:#0d2842;
    /*font-weight: 600;*/
}

/** menu links */
.mpmw-menu-links-accordion-container{
    max-width: 280px !important;
    min-width: 280px !important;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding-bottom: 10px;
    position: absolute;
}
.mpmw-menu-link-image-container{
    margin: auto;
    width: fit-content;
    margin-bottom: 10px;
/*    display:none; RIMUOVERE QUANDO C'E' L'IMMAGINE */
}
.mpmw-menu-link-image{
    max-width: 300px !important;
    min-width: 100px !important;
    height: 150px !important;
    display:none!important;
}
.mpmw-menu-link-container{
font-size:15px;
text-transform: uppercase;
font-weight: 400;
font-family:'Roboto';
padding-top:10px; /*RIMUOVERE QUANDO C'E' L'IMMAGINE */
line-height:2;
}

.mpmw-menu-link-container a{
    display: block;
    text-decoration: none;
    color: #7e9cbd ;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.mpmw-menu-item-expand-background{
    background:  #e4e8ea !important;
}

.mpmw-menu-item-expand-background:hover{
    background: #a4a8aa !important;
}

.mpmw-menu-link-container a:hover{
    display: block;
    text-decoration: none;
    color: #fff !important;
    background: #ff9e9e !important;
}

/* level 1 */
.mpmw-menu-link-level-1-container{

}

.mpmw-menu-hover-level-one{
    background: #e4e8ea !important;
}
mpmw-menu-active-level-one{
    color: #fff !important;
    background: #ff9e9e !important;
}
a.mpmw-menu-active-level-one{
    color: #fff !important;
    background: #ff9e9e !important;
}
a.mpmw-menu-active-level-one > div > span{
    color: #fff !important;
    background: #ff9e9e !important;
}


.mpmw-menu-hover-level-one:hover{
    background: #d5ebf7 !important;
}

.mpmw-level1-first-link-div{

}
.mpmw-level1-first-link-div > a{
    position: relative;
}
.mpmw-level1-first-link-div > a:hover{
    position: relative;
    background: #e4e8ea !important;
    color: #7e9cbd !important;
}
.mpmw-level1-first-link-div > a > span{
    width: 20px !important;
    height: 20px;
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 0px;
    text-align: center;
    line-height: initial;
}

.mpmw-level1-other-links-div  a{
    padding-left: 40px;
/*    background: #e4e8ea ;*/
/*    color: #7e9cbd ;*/
}

/* level 2 */
.mpmw-menu-link-level-2-container{

}
.mpmw-level2-other-links-div{

}
.mpmw-level2-first-link-div > a{
    position: relative;
}
.mpmw-level2-first-link-div > a:hover{
    position: relative;
    background: #d5ebf7 !important;
    color: #7e9cbd !important;
}

.mpmw-level2-first-link-div > a > span{
    width: 20px !important;
    height: 20px;
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 0px;
    text-align: center;
    line-height: initial;
}
.mpmw-level2-other-links-div  a{
    padding-left: 60px;
    background: #d5ebf7 ;
    color: #7e9cbd !important;
}
