
body {
    font-weight: 300 !important;
    line-height: 1.5em!important;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 16px;
}

*::-webkit-scrollbar-track {
background: #ffffff;
}

*::-webkit-scrollbar-thumb {
background-color: #c7c7c7;
border-radius: 28px;
border: 3px solid #ffffff;
}

/* ===== browser highlight ===== */
::selection {
    background: var(--color1-dark);
    color: white;
}
::-moz-selection {
    background: var(--color1-dark);
    color: white;
}




h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300 !important;
    line-height: 1.25em!important;
}
h1,
.TitoloSezione {
    margin: 20px 0 10px 0;
    line-height: 1.25em!important;
}


.WrapperTitoli {
    margin-bottom: 20px;
}


a:hover,
a:focus {
    text-decoration: underline solid var(--color1-light);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.btn-primary {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.breadcrumb {
    padding: 0;
    font-size: 0.7em;
    letter-spacing: 0.5px;
}


#Wrapper1Colonna,
#Wrapper2Colonne,
#Wrapper3Colonne {
    margin-bottom: 3rem;
}


/* ContainerBannerImg */
.carousel-caption .MBloccoDati {
    background-color: rgb(0 0 0 / 55%);
    width: fit-content;
    border-radius: var(--radius);
    padding: 40px;
}
.carousel-caption .MTitolo,
.carousel-caption .MTitolo a {
    color: var(--color1-light);
    font-weight: 200;
}
.carousel-caption .MTitolo b,
.carousel-caption .MTitolo strong {
    font-weight: 700;
}
.carousel-caption .MAbstract {
    color: white;
    font-weight: 200;
    margin: 30px 0;
}


/* #BannerCTA */
#BannerCTA {
    text-align: center;
    background-image: url('/temi/base/img/bannerCTA.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}


#WrapperBenefit .thumbnail {
    background-color: var(--color2);
    border-radius: var(--radius);
    overflow: hidden;
}
#WrapperBenefit .caption {
    padding: 0 15px 30px 15px;
}


.jumbotron {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0;
}
.jumbotron .MTitolo {
    font-size: 2.5rem;
}
.jumbotron .MAbstract p  {
    font-size: 24px;
}
.jumbotron p {
    font-size: 18px;
}


#ContainerJumbotron2 {
    background-image: url('/temi/base/img/bg-forest2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ContainerJumbotron2 .row {
    background-color: rgb(0 0 0 / 77%);
    border-radius: var(--radius);
    padding: 30px;
}
#ContainerJumbotron2 .MTitolo a {
    color: var(--color1-light);
}
#ContainerJumbotron2 .MAbstract {
    line-height: 1.25;
    color: white;
}


.ContainerDocumenti .MElemento:nth-child(odd) {
    background-color: var(--color2);
}
.ContainerVideo .MBloccoVideo  img {
    width: 100%;
    object-fit: cover;
}


#FormContatti .WrapperContattiMod {
    margin: 0 20px;
    padding: 40px;
    border-radius: var(--radius);
    background-color: var(--color1-light);
}


.ContainerVideo,
.ContainerDocumenti,
#News-WrapperElenco,
#Catalogo-WrapperCorrelati,
#Catalogo-WrapperCategorie,
#Catalogo-WrapperElenco {
    margin-top: 48px;
    border-top: 5px dotted var(--color1-light);
    padding-top: 20px;
}


#WrapperCommunityBarraLogin .MTitolo,
#WrapperNewsletter .MTitolo {
    line-height: 1.25em;
    margin-bottom: 25px;
}


#ComunityHome {
    position: relative;
}
#ComunityHome:after {
    content: '';
    display: inline;
    background-image: url(/temi/base/img/passport.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -36px;
    top: 0;
    z-index: 1;
}
#ComunityHome > .container {
    z-index: 2;
    position: relative;
}
#Community-NomeIscrittoBarra {
    text-align: center;
}



/* elencazione globali */
.MElemento.News,
.MElemento.Catalogo,
.MElemento.Faq,
.MElemento.Ricette,
.MElemento.Gallery {
    padding-bottom: 20px;
}
.MElemento.News .MTitolo,
.MElemento.Catalogo .MTitolo,
.MElemento.Faq .MTitolo,
.MElemento.Ricette .MTitolo,
.MElemento.Gallery .MTitolo {
    margin-top: 8px!important;
    font-size: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.MElemento.News .MAbstract,
.MElemento.Catalogo .MAbstract,
.MElemento.Faq .MAbstract,
.MElemento.Ricette .MAbstract,
.MElemento.Gallery .MAbstract {   
    margin: 8px 0 10px 0; 
    font-size: 14px;
    line-height: 1.25em;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.MElemento.News .MContinua a.btn,
.MElemento.Catalogo .MContinua a.btn,
.MElemento.Faq .MContinua a.btn,
.MElemento.Ricette .MContinua a.btn,
.MElemento.Gallery .MContinua a.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.MElemento.News .MBloccoImg img,
.MElemento.Catalogo .MBloccoImg img,
.MElemento.Faq .MBloccoImg img,
.MElemento.Ricette .MBloccoImg img,
.MElemento.Gallery .MBloccoImg img,
.Scheda > .MBloccoImg img,
.Scheda .WrapperImgCatalogo .MBloccoImg img  {
    border-radius: var(--radius)!important;
}

.Scheda > .MBloccoImg  .thumbnail,
.Scheda .WrapperImgCatalogo  .MBloccoImg .thumbnail {
    margin-top: 0;
}

.Scheda > .MAbstract {
    margin-bottom: 30px;
    margin-top: 0;
    color: var(--color1);
}


/* catalogo & carrello */
.MElemento.Catalogo .MCategoria,
.MElemento.Catalogo .MMarca,
.DatiPrincipali .MCategoria,
.DatiPrincipali .MMarca  {
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: 0.5px;
    color: var(--color1);
}
.DatiPrincipali .MAbstract {
    font-size: 1.5rem;
    color: var(--color1);
}
.MElemento .MWish a.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
.MElemento .alert,
.Scheda .alert {
    padding: 5px;
}

#WrapperSopraTestata #Carrello-WrapperBarra {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
#WrapperSopraTestata #Carrello-WrapperBarra .MContainerCarrello {
    line-height: 1.2em;
}

.WrapperContattiProd {
    padding: 30px 60px!important;
    background-color: var(--color2);
    margin: 30px 0;
    border-radius: var(--radius);
}

#Catalogo-WrapperCategorieSettori .MElemento.Catalogo.Settori .MBloccoImg img {
    width: 50%;
}

#CarrelloHome {
    position: relative;
}
#CarrelloHome:after {
    content: '';
    display: inline;
    background-image: url(/temi/base/img/ticket.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -36px;
    top: 0;
    z-index: 1;
}
#CarrelloHome > .container {
    z-index: 2;
    position: relative;
}
#CarrelloHome #TabCarrelloBarra {
    margin-bottom: 0;
}
#CarrelloHome #TabCarrelloBarra caption {
    border-bottom: 2px solid var(--color2-dark);
    text-transform: uppercase;
    font-weight: 400;
}
#CarrelloHome #TabCarrelloBarra thead th {
    font-weight: 400;
    text-transform: uppercase;
}
#CarrelloHome .MContainerCarrello {
    text-align: end;
    padding: 8px 50px;
    border-top: 1px solid #dddddd;
}





/* #region - mondo TAGS */
.tags_entity {
    font-size: 14px;
    margin-bottom: 20px;
    border-top: 1px solid var(--color1-light);
    border-bottom: 1px solid var(--color1-light);
}
.tags_entity a::after {
    content: '  |';
    display: inline;
    font-size: 16px;
    vertical-align: middle;
}
.tags_entity a:hover::after {
    color: black;
    text-decoration: none;
}
.WrapperTags {
    max-height: 2000px;
    overflow: auto;
}
.WrapperCatTag .titolocategoria {
    background-color: var(--color2);
    padding: 5px 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.WrapperCatTag ul {
    list-style-type: disclosure-closed;
    padding: 3px 0px 3px 15px;
}
.WrapperCatTag ul>li::marker {
    font-size: 0.7em;
}
.WrapperCatTag ul>li>a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.WrapperCatTag ul>li>a:hover {
    background-color: var(--color1-light);
}
/* #endregion - mondo TAGS */


/* #region - NEWS */
#ContainerNewsHome .MVaiAllElenco {
    margin-top: 5px;
    text-align: center;
}

#News-WrapperScheda .MData {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color1);
}
#News-WrapperScheda .MRitorna {
    margin-top: 30px;
}

.MElemento.News .MData {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--cookie-btn-background);
}
/* #endregion - NEWS */


/* #region - TESTATA */
#ContainerTestata {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;

    box-shadow: var(--box-shadow-light);
}

#ContainerTestata * {
    transition: all 0.2s ease;
}

.page-header ~ #ContainerTestata {
    top: 35px;
}

#ContainerTestata.JFixed #MLogo img {
    width: 180px;
}   

#WrapperSopraTestata {
    background: var(--color1-dark);
    color: white;
    font-size: 12px;
    font-weight: 200;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#WrapperSopraTestata a.btn-primary,
#WrapperSopraTestata .MLingue a {
    color: white;
}

#MMenuCentrale {
    border-top: 1px solid var(--color1-light);
}
#MMenuCentrale .yamm > .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.nav>li>a, .nav-pills>li>a {
    text-transform: uppercase;
    font-weight: 400;
}


.TerzoLivello .thumbnail{
    display: none;
}
/* #endregion - TESTATA */


/* #region - MEDIA QUERY */

/* --------------------- MAX ------------------------- */
@media screen and (max-width: 1199px) {
    /* TESTATA */
    .nav>li>a, .nav-pills>li>a {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    h1, .TitoloPagina, .Titolopagina, .TitoloSezione,
    #BannerCTA .MTitolo,
    #WrapperNewsletter .MTitolo,
    #WrapperCommunityBarraLogin .MTitolo { 
        font-size: 2rem;
    }
    #BannerCTA .MAbstract,
    #WrapperNewsletter .MAbstract,
    #WrapperCommunityBarraLogin  .MAbstract,
    #Community-NomeIscrittoBarra .MBenvenuto {
        font-size: 1.5rem;
        line-height: 1.5em;
    }

    .carousel-caption {
        bottom: 5%;
    }
    .carousel-caption .MAbstract {
        font-size: 18px;
    }

    /* TESTATA */
    #WrapperSopraTestata {
        padding: 5px 15px;
    }
}


/* --------------------- MIN ------------------------- */
@media (min-width: 768px) {
    h1, .TitoloPagina, .Titolopagina, .TitoloSezione,
    #BannerCTA .MTitolo,
    #WrapperNewsletter .MTitolo,
    #WrapperCommunityBarraLogin .MTitolo,
    #Community-NomeIscrittoBarra .MBenvenuto { 
        font-size: 2rem;
    }
    #BannerCTA .MAbstract,
    #WrapperNewsletter .MAbstract,
    #WrapperCommunityBarraLogin  .MAbstract {
        font-size: 1.5rem;
        line-height: 1.5em;
    }
    .carousel-caption .MAbstract {
        font-size: 24px;
    }

    /* TESTATA */
    #WrapperSopraTestata {
        padding: 5px 50px;
    }
}

@media (min-width: 992px) {
    h1, .TitoloPagina, .Titolopagina, .TitoloSezione,
    #BannerCTA .MTitolo,
    #WrapperNewsletter .MTitolo,
    #WrapperCommunityBarraLogin .MTitolo { 
        font-size: 3rem;
    }

    .carousel-caption {
        bottom: 15%;
    }
    .carousel-caption .MTitolo {
        font-size: 3.5rem;
    }
    #ContainerBannerImgXS .carousel-caption .MTitolo {
        font-size: 2rem;
        margin: 0;
    }
    #ContainerBannerImgXS .carousel-caption .MAbstract {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    /* TESTATA */
    .nav>li>a, .nav-pills>li>a {
        font-size: 15px;
        padding: 2px 10px;
    }
    .container {
        width: 1300px;
      }
}

/* #endregion - MEDIA QUERY */

.wrapperunafoto{
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

.WrapperLoghiPiede {
    display: flex;
    padding: 0 15px !important;
}
.WrapperLoghiPiede .col {
    padding-right: 15px;
}
.WrapperLoghiPiede .col img {
    width: 70px;
    border-radius: var(--radius);
}


.faq-associate summary {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    border-bottom: 1px solid lightgrey;
    cursor: pointer;
    transition: all 0.1s ease;
}
.faq-associate summary::marker {
    list-style: none;
}
.faq-associate summary::after {
    content: '+';
    display: inline;
    float: right;
    padding: 2px 8px;
}
.faq-associate details[open] summary {
    background-color: #f5f5f5;
}
.faq-associate details[open] summary::after {
    content: '-';
}
.faq-associate summary:hover,
.faq-associate summary:focus {
    color: var(--color1);
    transition: all 0.1s ease;
}
.faq-associate summary h4 {
    font-weight: 500 !important;
    margin: 0;
    padding: 8px;
}
.faq-associate .answer {
    padding: 10px;
}