﻿
body {
    font-family: 'Raleway', sans-serif;
}
strong {
    font-weight: bold;
}
.centratore {
    max-width: 1170px;
    position: relative;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 1px;
}

#header {
    padding: 25px 0 25px 0;
    box-shadow: 0 4px 16px 0 rgba(44,50,65,0.08);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11; /* Lo ho porato ad 11 da 6 per andare sopra all'overlay esaurito di perte */
    background-color: #FFFFFF;
}

#body {
    padding-top: 100px;
    /*overflow: hidden;*/
    /* Per nascondere il rotator del veramente locale */
}

#header-insegne {
    display: flex;
}

    #header-insegne img {
        margin-left: 24px;
        height: 50px;
    }

        #header-insegne img:first-child {
            margin-left: 0;
        }

#menu-principale-button {
    position: absolute;
    top: 10px;
    left: 110px;
    z-index: 2;
}

    #menu-principale-button button {
        outline: none;
    }

    #menu-principale-button .hamburger {
        /*box-shadow: 0 5px 15px 5px rgba(74, 74, 74, 0.24);*/
        background-color: #375b95;
        border-radius: 50px;
        padding: 21px 14px 17px 14px;
    }

    #menu-principale-button .hamburger-box {
        width: 30px;
        height: 20px;
    }

    #menu-principale-button .hamburger-inner,
    #menu-principale-button .hamburger-inner:after,
    #menu-principale-button .hamburger-inner:before {
        width: 30px;
        background-color: #FFF;
    }

    /*#menu-principale-button .hamburger--collapse .hamburger-inner:after {
        top: -17px;
    }

    #menu-principale-button .hamburger-inner:before {
        top: -9px;
    }*/

    #menu-principale-button .hamburger-label {
        position: absolute;
        top: 22px;
        left: -22px;
        color: #4A4A4A;
        font-size: 17px;
        line-height: 21px;
        padding: 19px 15px 18px 15px;
    }

#menu-principale-container {
    position: absolute;
    top: 100px;
    left: -600px;
    background-color: #406BB1;
    height: calc(100vh - 100px);
    width: 600px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    -webkit-transition: left 0.8s; /* For Safari 3.1 to 6.0 */
    transition: left 0.8s;
    z-index: 1;
    overflow:auto;
}
#menu-principale-content {
    padding: 50px 100px 50px 100px;
}
    #menu-principale-container.is-active {
        left: 0;
    }

.menu-principale a:link,
.menu-principale a:visited {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.menu-principale .selezionato a:after,
.menu-principale a:hover:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 30px;
    height: 3px;
    background-color: #abca55;
}

#accedi-myduplicard-link {
    position: absolute;
    top: 33px;
    right: 235px;
    color: #2b292d;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

    #accedi-myduplicard-link img {
        vertical-align: middle;
        margin-left: 10px;
        width: 35px;
    }

#master {
    overflow: hidden;
}

    #master:after,
    #master:before {
        content: '';
        position: fixed;
        top: 100px;
        left: 0;
        width: 0;
        height: calc(100% - 100px);
        z-index: 5;
        opacity: 0;
        transition: opacity .8s ease;
    }

    #master:after {
        width: 100%;
        pointer-events: none;
        background-color: #000;
    }

    #master.menu-active:before {
        width: 100%;
        opacity: 1;
    }

    #master.menu-active:after {
        opacity: 0.4;
    }

#menu-forms {
    margin-top: auto;
}

    #menu-forms > li > a:link,
    #menu-forms > li > a:visited {
        margin-top: auto;
        font-size: 25px;
        margin-bottom: 5px;
        font-weight: 300;
    }

    #menu-forms.menu-principale .selezionato a:after,
    #menu-forms.menu-principale a:hover:after {
        bottom: 0;
    }

#duplicard-corner {
    position: absolute;
    top: 0;
    right: 0;
    width:238px;
}

#band-top {
    position: relative;
    overflow: hidden;
}

#band-veramentelocale,
.band-sliderhome1 {
    position: relative;
}

#band-top-bk {
    position: absolute;
    z-index: -1;
    width: 100%;
}

    #band-top-bk img {
        width: 100%;
    }

#band-top-bk-testata {
    width: 100%;
    height: 100vh;
    min-height: 665px;
    position: relative;
}
#band-top-bk-testata-link {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100vh;
    z-index: 1;
}
#band-top-bk-testata-picture {
    display: block;
}

#band-top-titolo {
    color: #ffffff;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase;
    padding: 17vh 0 40px 0;
}

#band-top-sottotitolo {
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}

#band-top-note {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin: 0 0 25px 0;
    min-height: 37vh;
}

#band-top-centratore {
    /*overflow: auto; Non mi ricordo perchè lo avevo messo, ma da problemi con la shadow delle promozioni*/
    min-height: 100vh;
}

#band-top-centratore-content {
    min-height: 475px;
}

a.cmdGeneral:link,
a.cmdGeneral:visited {
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    background-color: #406bb1;
    padding: 0 38px 0 38px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #406bb1;
}

a.cmdGeneral:hover {
    background-color: #35568B;
    border-color: #35568B;
}

a.cmdGeneralRosso:link,
a.cmdGeneralRosso:visited {
    background-color: #b5121b;
    border: 1px solid #b5121b;
}

a.cmdGeneralRosso:hover {
    background-color: #9c1119;
    border-color: #9c1119;
}

a.cmdGeneralAcqua:link,
a.cmdGeneralAcqua:visited {
    background-color: #0f7f75;
    border: 1px solid #0f7f75;
}

a.cmdGeneralAcqua:hover {
    background-color: #106961;
    border-color: #106961;
}

#band-top-box {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 80px 70px 80px 70px;
    margin-top: 10vh;
}

    #band-top-box .band-top-box-item {
        display: flex;
        justify-content: space-between;
        margin: 0 20px 0 20px;
        flex-wrap: wrap;
    }

    #band-top-box .band-top-box-item-dati {
        width: calc(100% - 430px);
    }

    #band-top-box .band-top-box-item-img {
        margin-left: 30px;
        width: 400px;
    }

        #band-top-box .band-top-box-item-img img {
            width: 100%;
        }

    #band-top-box .band-top-box-item-titolo {
        color: #fbad17;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    #band-top-box .band-top-box-item-testo {
        color: #4a4a4a;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.5px;
        line-height: 22px;
        margin-bottom: 15px;
    }

.cmdGeneral-link,
.cmdGeneral-link:link,
.cmdGeneral-link:visited {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.17px;
    line-height: 40px;
    position: relative;
    height: 40px;
    display: inline-block;
}

    .cmdGeneral-link:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 3px;
        background-color: #abca55;
        -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
        transition: width 0.8s;
    }

    .cmdGeneral-link:hover:before {
        width: 100%;
    }

#band-top-box .owl-prev span,
#band-top-box .owl-next span {
    display: none;
}

#band-top-box .owl-prev {
    background-image: url('../private_images/icons/arrow-prev.png');
    width: 29px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

#band-top-box .owl-next {
    background-image: url('../private_images/icons/arrow-next.png');
    width: 29px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

#band-veramentelocale-content,
.band-sliderhome1-content{
    padding-top: 5.5vw;
    display: flex;
    padding-bottom: 5.5vw;
    flex-wrap: wrap;
}
.band-sliderhome1-content{
    padding-top: 0;
}
.band-sliderhome1-index-0{
    padding-top: 5.5vw;
}

#band-veramentelocale-dati,
.band-sliderhome1-dati{
    width: calc(100% - 620px);
}

#band-veramentelocale-titolo,
.band-sliderhome1-titolo{
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 59px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#band-veramentelocale-interna #band-veramentelocale-titolo,
.band-sliderhome1-interna .band-sliderhome1-titolo {
    font-size: 24px;
}

#band-veramentelocale-testo,
.band-sliderhome1-testo{
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 23px;
}

#rotator-veramentelocale-container,
.rotator-sliderhome1-container {
    width: 570px;
    margin-left: 50px;
}

#rotator-veramentelocale,
#rotator-campagnaconvenienza,
.rotator-sliderhome1-container .rotator-sliderhome1 {
    width: 50vw;
}

    #rotator-veramentelocale.rotator-template1 .rotator-template1-item-title,
    .rotator-sliderhome1.rotator-template1 .rotator-template1-item-title {
        height: 45px;
    }

.rotator-template1 .owl-prev span,
.rotator-template1 .owl-next span {
    display: none;
}

.rotator-template1 .owl-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.rotator-documenti .owl-nav {
    width: 100%;
}

.rotator-template1.rotator-template1-570 .owl-nav {
    width: 570px;
}

.rotator-template1.owl-carousel .owl-nav button.owl-prev,
.rotator-documenti.owl-carousel .owl-nav button.owl-prev {
    background-image: url('../private_images/icons/arrow-prev.png');
    width: 29px;
    height: 20px;
}

.rotator-template1.owl-carousel .owl-nav button.owl-next,
.rotator-documenti.owl-carousel .owl-nav button.owl-next {
    background-image: url('../private_images/icons/arrow-next.png');
    width: 29px;
    height: 20px;
}

.rotator-salute-item img {
    width: 100%;
}

.rotator-veramentelocale-item {
    padding-bottom: 65px;
    position: relative;
    width: 570px;
}

.rotator-veramentelocale-item-img {
    width: 100%;
}

.rotator-veramentelocale-item-detail {
    position: absolute;
    bottom: 20px;
    left: 15%;
    width: 70%;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
}

.rotator-veramentelocale-item-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.rotator-veramentelocale-item-text-align {
    display: flex;
    justify-content: space-between;
}

.rotator-veramentelocale-item-text {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
}

.rotator-veramentelocale-item-link {
    display: flex;
    align-items: flex-end;
}

.rotator-veramentelocale-item-text-align img {
    margin-left: 20px;
}

.slider-counter {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 21px;
}

    .slider-counter span {
        height: 4px;
        width: 35px;
        margin: 0 5px 0 5px;
        display: inline-block;
        border-top: 2px solid #4A4A4A;
    }

#band-volantino {
    background-image: url('../private_images/paths/path-blu.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#band-volantino-titolo {
    padding-top: 60px;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 12px #3e66aa;
}

#band-volantino-date {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 21px;
    margin-bottom: 20px;
    text-shadow: 0 0 12px #3e66aa;
}

#band-volantino-cambia {
    height: 42px;
    border-radius: 21px;
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 75px 0 12px;
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
}

    #band-volantino-cambia img {
        position: absolute;
        top: 0;
        right: -1px;
        width: 42px;
    }

#container-filtri-volantino {
    position: relative;
    background-color: rgba(64, 107, 177, 0.05);
    margin-top: 25px;
    z-index: 2;
}

    #container-filtri-volantino .centratore {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #container-filtri-volantino .clear-after .DropDownList,
    #volantino .clear-after .DropDownList {
        float: left;
        width: calc(50% - (46px / 2));
        margin-right: 46px;
    }

    /*#volantino .clear-after .DropDownList
{
    width:calc(25% - (46px * 3 / 4));
}*/

    #container-filtri-volantino .clear-after .DropDownList {
        margin-bottom: 20px;
    }

        #container-filtri-volantino .clear-after .DropDownList:nth-child(2n),
        #volantino .clear-after .DropDownList:last-child {
            margin-right: 0;
        }

    #container-filtri-volantino .container-titolo {
        text-align: center;
    }

    #container-filtri-volantino .titolo {
        color: #4A4A4A;
        font-size: 32px;
        line-height: 37px;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        display: inline-block;
        font-weight: 400;
    }

    #container-filtri-volantino .padding-desc-accordion {
        padding: 26px 0 0;
    }

    #container-filtri-volantino .padding-container-filtri-volantino {
        padding: 26px 0 30px;
    }

#container-button-filtri-volantino,
#container-button-right-filtri-volantino {
    margin-top: 12px;
}

#container-button-filtri-volantino {
    text-align: center;
}

    #container-button-filtri-volantino a.cmdGeneral:link,
    #container-button-filtri-volantino a.cmdGeneral:visited {
        margin: 0 17px;
        width: 232px;
        text-align: center;
        box-sizing: border-box;
    }

#container-button-right-filtri-volantino {
    text-align: right;
}

#container-titolo-volantino {
    display: flex;
    padding-bottom: 10px;
    align-items: flex-end;
}

#insegna-volantino {
    margin-right: 15px;
}

    #insegna-volantino img {
        max-width: 100px;
        display: block;
        max-height: 80px;
        width: 100%;
        height: 50px;
    }

#titolo-volantino {
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-volantino {
    margin-top: 20px;
    display: block;
}

    .banner-volantino img {
        display: block;
        width: 100%;
    }

#container-cambia-negozio-volantino {
    padding-top: 15px;
}

.fascia-volantino {
    position: relative;
    overflow: hidden;
}

    .fascia-volantino.hide {
        height: 0;
        overflow: hidden;
    }

    .fascia-volantino.scelti-per-te {
        background-image: url(../private_images/paths/path-blu.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .fascia-volantino.bianco {
        background-color: #fff;
    }

    .fascia-volantino.grigio {
        background-color: rgba(169, 155, 135, .15);
    }

    .fascia-volantino .centratore {
        padding-top: 50px;
        padding-bottom: 50px;
    }

.centratore-fascia-volantino {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 2500px;
    position: relative;
    margin: auto;
}

#list-volantino {
    position: relative;
    margin-top: 100px;
}

#numero-sconta-tu-volantino {
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 68px;
    border-radius: 21px;
    background-color: #E5BD00;
    white-space: nowrap;
    padding: 0 39px;
    z-index: 2;
}

    #numero-sconta-tu-volantino * {
        display: inline-block;
        vertical-align: middle;
    }

    #numero-sconta-tu-volantino img {
        height: 48px;
    }

    #numero-sconta-tu-volantino span {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        line-height: 68px;
    }

#testo-numero-sconta-tu-volantino {
    vertical-align: top;
    display: inline-block;
}

#list-volantino .fascia-volantino .titolo-fascia-volantino {
    display: inline-block;
    position: relative;
    padding-right: 50px;
    color: #4A4A4A;
    font-size: 42px;
    font-weight: bold;
    line-height: 80px;
}

#list-volantino .fascia-volantino.scelti-per-te .titolo-fascia-volantino {
    color: #fff;
}

#list-volantino .fascia-volantino .titolo-fascia-volantino:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 13px;
    background-image: url('../private_images/icons/accordion-grigio.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#list-volantino .fascia-volantino.scelti-per-te .titolo-fascia-volantino:after {
    background-image: url('../private_images/icons/accordion-bianco.png');
}

.band-volantino-prodotti {
    display: flex;
    flex-wrap: wrap;
}

.container-band-volantino-prodotti .band-volantino-prodotti {
    padding-top: 30px;
}

/*.band-volantino-prodotti .gutter-sizer
{
    width:20px;
}*/

.band-volantino-prodotto {
    width: calc(25% - 20px);
    background-color: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

#container-fascia-volantino .band-volantino-prodotto,
.band-volantino-prodotti .band-volantino-prodotto {
    margin-right: 10px;
    margin-left: 10px;
}

    #container-fascia-volantino .band-volantino-prodotto.visible:nth-of-type(4) {
        margin-right: 0;
    }

@media (max-width:600px) {
    #list-volantino .band-volantino-prodotto {
        width: 100%;
    }
}

@media (min-width:600.1px) and (max-width:950px) {
    #list-volantino .band-volantino-prodotto {
        width: calc(50% - 20px);
    }
}

@media (min-width:950.1px) and (max-width:1350px) {
    #list-volantino .band-volantino-prodotto {
        width: calc(33.33% - 20px);
    }
}

@media (min-width:1350.1px) and (max-width:1750px) {
    #list-volantino .band-volantino-prodotto {
        width: calc(25% - 20px);
    }
}

@media (min-width:1750.1px) and (max-width:2050px) {
    #list-volantino .band-volantino-prodotto {
        width: calc(20% - 20px);
    }
}

@media (min-width:2050.1px) {
    #list-volantino .band-volantino-prodotto {
        width: calc(16.66% - 20px);
    }
}

.band-volantino-prodotti .band-volantino-prodotto {
    display: none;
}

    .band-volantino-prodotti .band-volantino-prodotto.visible {
        display: flex;
        flex-direction: column;
    }

.fascia-volantino.bianco .band-volantino-prodotto {
    box-shadow: 0 1px 10px 0 rgba(216,216,216,0.5);
}

.band-volantino-prodotto-container-etichette {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 2;
}

.titolo-prodotto-dettaglio {
    font-size: 40px !important;
    line-height: 40px !important;
}

.band-volantino-prodotto-etichetta {
    font-size: 14px;
    height: 33px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
    padding: 0 8px;
    min-width: 100px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

    .band-volantino-prodotto-etichetta.gialla {
        line-height: 13px;
    }

    .band-volantino-prodotto-etichetta span {
        font-weight: 400;
    }

    .band-volantino-prodotto-etichetta.blu {
        background-color: #406BB1;
    }

    .band-volantino-prodotto-etichetta.gialla {
        background-color: #E5BD01;
    }
    
    .band-volantino-prodotto-etichetta.rossa {
        background-color: #921510;
    }
    .band-volantino-prodotto-etichetta.gialla {
        background-color: #FBD14A;
        color:#000;
    }

    .band-volantino-prodotto-etichetta.duplicard img {
        max-height: 100%;
    }

.band-volantino-prodotto-link-dettaglio {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 25px;
    z-index: 2;
}

    .band-volantino-prodotto-link-dettaglio img {
        width: 100%;
    }

.band-volantino-prodotto-rotator {
    position: relative;
    margin-bottom: auto;
}

.container-band-volantino-prodotto-rotator-arrow {
    margin-top: 12px;
    text-align: center;
}

.band-volantino-prodotto-rotator-arrow-prev,
.band-volantino-prodotto-rotator-arrow-next {
    display: inline-block;
    margin: 0 15px;
}

    .band-volantino-prodotto-rotator-arrow-prev img,
    .band-volantino-prodotto-rotator-arrow-next img {
        width: 12px;
    }

.band-volantino-prodotto-immagine {
    position: relative;
    height: 175px;
}

    /* nascondo l'immagine fino a quando non è caricata da jquery lazy, per non vedere fastidiosi bordi */
    .band-volantino-prodotto-immagine img.contain[src=""] {
        opacity: 0;
    }

.band-volantino-prodotto-container-desc {
    text-align: center;
    color: #000000;
}

.band-volantino-prodotto-titolo {
    font-size: 20.22px;
    letter-spacing: -0.19px;
    line-height: 22.2px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
.band-volantino-prodotto-titolo span {
    text-transform: none;
}
.band-volantino-prodotto-titolo .titolo-base {
    text-transform: uppercase;
    font-weight:700;
}
.band-volantino-prodotto-titolo .sottotitolo {
    text-transform: uppercase;
}
.band-volantino-prodotto-titolo .griglia {
    text-transform: none;
}

.container-band-volantino-prodotto-produttore-quantita {
    font-size: 17.35px;
    line-height: 20.08px;
    font-weight: 700;
    margin-top: 2px;
}

    .container-band-volantino-prodotto-produttore-quantita span {
        vertical-align: top;
        display: inline-block;
    }

.band-volantino-prodotto-produttore {
    text-transform: uppercase;
}

.band-volantino-prodotto-prezzo-normale {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: line-through;
    margin-top: 13px;
}

.band-volantino-prodotto-prezzo-normale-empty {
    text-decoration: none;
}

.band-volantino-prodotto-prezzo-scontato {
    background-color: #4A4A4A;
    color: #fff;
    font-size: 26.8px;
    font-weight: bold;
    letter-spacing: -0.25px;
    font-size: 23.91px;
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 10px 8px 10px;
}

.band-volantino-prodotto-allergeni {
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    height: 28.7px;
    margin-top: 15px;
}

    .band-volantino-prodotto-allergeni img {
        margin-left: 1.5px;
        margin-right: 1.5px;
        height: 100%;
    }

.band-volantino-prodotto-prezzo-al-kg {
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    text-align: center;
}

#band-volantino-action {
    display: flex;
    justify-content: flex-end;
    padding: 25px 0 25px 0;
}

    #band-volantino-action a:link,
    #band-volantino-action a:visited {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #band-volantino-action img {
        vertical-align: middle;
        margin-left: 13px;
        width: 65px;
    }

    #band-volantino-action span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.17px;
        line-height: 30px;
        text-align: center;
        position: relative;
        display: inline-block;
    }

        #band-volantino-action span:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 35px;
            height: 3px;
            background-color: #abca55;
            -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
            transition: width 0.8s;
        }

    #band-volantino-action a:hover span:after {
        width: 100%;
    }

.container-button-band-volantino-prodotto {
    height: 44px;
    margin-top: 10px;
}

.band-volantino-prodotto a.cmdGeneral:link,
.band-volantino-prodotto a.cmdGeneral:visited {
    padding: 0 5px 0 5px;
    display: block;
    text-align: center;
    border: 1px solid #406BB1;
    height: 100%;
    line-height: 42px;
    box-sizing: border-box;
}

.band-volantino-prodotto a.cmdGeneral.cmdScontaTu:link,
.band-volantino-prodotto a.cmdGeneral.cmdScontaTu:visited,
.container-button-dettaglio-prodotto a.cmdGeneral.cmdScontaTu:link,
.container-button-dettaglio-prodotto a.cmdGeneral.cmdScontaTu:visited {
    background-color: #E5BD01;
    border: 1px solid #E5BD01;
    line-height: 38px;
}

.band-volantino-prodotto a.cmdGeneral.cmdScontaTu:hover,
.container-button-dettaglio-prodotto a.cmdGeneral.cmdScontaTu:hover {
    background-color: #D3AE00;
    border-color: #D3AE00;
}

.band-volantino-prodotto a.blocked.cmdGeneral.cmdScontaTu:link,
.band-volantino-prodotto a.blocked.cmdGeneral.cmdScontaTu:visited,
.container-button-dettaglio-prodotto a.blocked.cmdGeneral.cmdScontaTu:link,
.container-button-dettaglio-prodotto a.blocked.cmdGeneral.cmdScontaTu:visited {
    background-color: #cecece;
    border: 1px solid #cecece;
    cursor: default;
    color: #fff;
}

.band-volantino-prodotto a.cmdGeneral span,
.container-button-dettaglio-prodotto a.cmdGeneral span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5.92px;
    position: relative;
}

.band-volantino-prodotto a.cmdScontaTu img.hover,
.container-button-dettaglio-prodotto a.cmdScontaTu img.hover {
    display: none;
}
/*.band-volantino-prodotto .container-button-band-volantino-prodotto img,
.container-button-dettaglio-prodotto img
{
    transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -webkit-transition: all 800ms ease-out;
}

.band-volantino-prodotto a.cmdScontaTu img.hover,
.container-button-dettaglio-prodotto a.cmdScontaTu img.hover
{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}

.band-volantino-prodotto a.cmdScontaTu:hover img,
.container-button-dettaglio-prodotto a.cmdScontaTu:hover img
{
    opacity:0;
}

.band-volantino-prodotto a.cmdScontaTu:hover img.hover,
.container-button-dettaglio-prodotto a.cmdScontaTu:hover img.hover
{
    opacity:1;
}

.band-volantino-prodotto a.cmdScontaTu.blocked img,
.container-button-dettaglio-prodotto a.cmdScontaTu.blocked img
{
    opacity:1 !important;
}

.band-volantino-prodotto a.cmdScontaTu.blocked img.hover,
.container-button-dettaglio-prodotto a.cmdScontaTu.blocked img.hover
{
    opacity:0 !important;
}*/

#container-iframe-volantino {
    padding: 50px 0;
}

#band-volantino-pasta {
    position: absolute;
    top: -50px;
    left: 15px;
    z-index: 1;
    width: 20.75vw;
}

#band-volantino-pomodori {
    position: absolute;
    bottom: -65px;
    left: 200px;
    z-index: 1;
    width: 20.75vw;
}

#band-volantino-broccoli-mela {
    position: absolute;
    top: 120px;
    right: -50px;
    z-index: -1;
    width: 14.75vw;
}

#band-volantino .centratore {
    z-index: 2;
}

#band-salute {
    padding: 45px 0 45px 0;
    background-image: url('../private_images/paths/path-grigio-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#band-salute-titolo {
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 30px;
}

#band-salute-testo {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 10px;
}

#band-salute-link {
    height: 40px;
    width: 105px;
    color: #4A4A4A;
    font-family: Raleway;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.17px;
    line-height: 40px;
    text-align: center;
}

#rotator-salute {
    margin: 40px 0 50px 0;
}

#band-socials {
    padding: 25px 0 25px 0;
    background-image: url('../private_images/paths/path-blu.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#band-socials-titolo {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
    margin: 15px 0 15px 0;
}

#band-socials-testo {
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin: 0 0 15px 0;
}

#band-socials-links {
    display: flex;
}

    #band-socials-links img {
        margin-right: 45px;
        width: 50px;
    }

#band-ricette-responsabilita-sociale {
    background-image: url('../private_images/paths/path-grigio-3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#band-ricette-titolo {
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
    margin-bottom: 10px;
}

#band-ricette-testo {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
}

#band-ricette-rotator {
    margin: 25px 0 25px 0;
}

#band-ricette .band {
    padding: 60px 0 50px 0;
}

.cards-template-2 .card {
    padding-bottom: 130px;
    position: relative;
    margin: 0 2px 0 2px;
}

.cards-template-2 .card-image img {
    width: 100%;
}

.cards-template-2 .card-detail {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    display: flex;
    min-height: 185px;
    flex-direction: column;
}

.cards-template-2.cards-template-2-promozioni .card-detail {
    min-height: 150px;
}

.cards-template-2 .card-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    flex-grow: 1;
}

.cards-template-2 .card-text-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards-template-2 .card-text {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 19px;
}

.cards-template-2 .card-link {
    display: flex;
    align-items: flex-start;
    align-self: flex-start;
}

    .cards-template-2 .card-link img {
        width: 43px;
    }

#band-responsabilita-sociale {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 50px 0;
}

.band-responsabilita-sociale-sx {
    width: 49%;
}

.band-responsabilita-sociale-dx {
    width: 49%;
    display: flex;
    align-items: center;
}

.band-responsabilita-sociale-titolo {
    color: #4A4A4A;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    margin: 15px 0 35px 0;
    text-transform: uppercase;
}

.band-responsabilita-sociale-testo {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 45px;
}

.band-responsabilita-sociale-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.band-responsabilita-sociale-item-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.band-responsabilita-sociale-item-detail {
    position: absolute;
    bottom: 20px;
    left: 13%;
    width: 74%;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
}

.band-responsabilita-sociale-item-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.band-responsabilita-sociale-item-text-align {
    display: flex;
    justify-content: space-between;
}

    .band-responsabilita-sociale-item-text-align img {
        margin-left: 20px;
    }

.band-responsabilita-sociale-item-link {
    display: flex;
    align-items: flex-end;
}

    .band-responsabilita-sociale-item-link img {
        width: 43px;
    }

#band-responsabilita-sociale-rotator .owl-nav,
#rotator-buona-idea-dettaglio .owl-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    width: 49%;
    margin-left: auto;
    margin-right: 0;
}

#band-responsabilita-sociale-rotator .owl-prev span,
#band-responsabilita-sociale-rotator .owl-next span,
#rotator-buona-idea-dettaglio .owl-prev span,
#rotator-buona-idea-dettaglio .owl-next span {
    display: none;
}

#band-responsabilita-sociale-rotator .owl-prev,
#rotator-buona-idea-dettaglio .owl-prev {
    background-image: url('../private_images/icons/arrow-prev.png');
    width: 29px;
    height: 20px;
}

#band-responsabilita-sociale-rotator .owl-next,
#rotator-buona-idea-dettaglio .owl-next {
    background-image: url('../private_images/icons/arrow-next.png');
    width: 29px;
    height: 20px;
}

#rotator-buona-idea-dettaglio {
    margin-bottom: 50px;
}

    #rotator-buona-idea-dettaglio .band-content {
        margin-bottom: 0;
    }

    #rotator-buona-idea-dettaglio .rotator-template1-item {
        margin-bottom: 0;
    }

.container-fascia-volantino-regina#band-volantino,
.scelti-per-te-regina,
#band-catalogo-regina {
    background-image: url('../private_images/paths/path-acqua.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    #band-catalogo-regina .centratore {
        display: flex;
        flex-wrap: wrap;
    }

#band-catalogo-regina-sx,
#band-catalogo-regina-dx {
    width: 50%;
    box-sizing: border-box;
}

#band-catalogo-regina-sx {
    display: flex;
    align-items: center;
    padding: 80px 80px 60px 0;
}

#band-catalogo-regina-dx {
    position: relative;
}

#band-catalogo-regina-titolo {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#band-catalogo-regina-testo {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.61px;
    line-height: 22px;
    margin-bottom: 20px;
}

.band-catalogo-regina-insegna {
    position: absolute;
    top: 0;
    right: -95px;
    z-index: 1;
    width: 200px;
}

#band-catalogo-regina .cmdGeneral-link:link,
#band-catalogo-regina .cmdGeneral-link:visited {
    color: #ffffff;
}

#band-servizi {
    background-color: #f5f5f5;
    padding: 35px 0 40px 0;
}

#band-servizi-titolo {
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
    margin-bottom: 25px;
}

#band-servizi-list {
    display: flex;
    justify-content: space-between;
}

    #band-servizi-list .band-servizi-servizio {
        display: flex;
    }

    #band-servizi-list .band-servizi-servizio-image {
        margin-right: 15px;
    }

    #band-servizi-list .band-servizi-servizio-text {
        color: #4a4a4a;
        font-size: 32px;
        font-weight: 400;
    }

    #band-servizi-list .band-servizi-servizio-text {
        color: #4a4a4a;
        font-size: 32px;
        font-weight: 400;
        position: relative;
    }

        #band-servizi-list .band-servizi-servizio-text:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 35px;
            height: 3px;
            background-color: #abca55;
            -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
            transition: width 0.8s;
        }

    #band-servizi-list .band-servizi-servizio:hover .band-servizi-servizio-text:after {
        width: 100%;
    }

    #band-servizi-list .band-servizi-servizio-link {
        margin-left: 20px;
    }

        #band-servizi-list .band-servizi-servizio-link img {
            width: 43px;
        }

#band-app {
    background-image: url('../private_images/paths/path-blu.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0 55px 0;
}

    #band-app .centratore {
        display: flex;
        justify-content: space-between;
    }

#band-app-titolo {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#band-app-sottotitolo {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

#band-app-testo {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin-bottom: 30px;
}

#band-app-servizi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin-right: -15px;
    margin-left: -15px;
}

    #band-app-servizi img {
        margin: 0;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        width: 70px;
    }

        #band-app-servizi img:first-child {
            margin-left: 0;
        }

#band-app-stores {
    display: flex;
    flex-wrap: wrap;
}

    #band-app-stores a {
        margin-left: 25px;
    }

        #band-app-stores a:first-child {
            margin-left: 0;
        }

#band-app-image {
    width: 277px;
    position: relative;
}

#band-app-detail {
    width: calc(80% - 277px);
}

#band-app-image img {
    position: absolute;
    left: 0;
    top: -75px;
    width: 277px;
}

#band-footer {
    margin-top: 75px;
}

#band-footer-menu {
    display: flex;
    /*    flex-wrap: wrap;*/
    margin: 30px 0 30px 0;
    justify-content: space-between;
}

#band-footer-menu-insegne {
}

    #band-footer-menu-insegne img {
        margin-top: 15px;
        display: block;
        height: 45px;
    }

        #band-footer-menu-insegne img:first-child {
            margin-top: 0;
        }

/*#band-footer-menu-insegne img.insegna_182
{
    width:79px;
}

#band-footer-menu-insegne img.insegna_308
{
    width:88px;
}

#band-footer-menu-insegne img.insegna_183
{
    width:88px;
}

#band-footer-menu-insegne img.insegna_251
{
    width:128px;
}*/


.menu-footer {
    list-style: none;
    padding: 0;
}

    .menu-footer li {
        float: none;
    }

    .menu-footer a:link,
    .menu-footer a:visited {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .menu-footer a:hover {
        text-decoration: underline;
    }

#band-footer-menu-socials-titolo,
#fesr-titolo {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#band-footer-menu-socials-list {
    display: flex;
    justify-content: space-between;
}

    #band-footer-menu-socials-list img {
        width: 50px;
    }

#band-footer-copyright {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #979797;
}

#band-footer-privacy {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0px 0 20px 0;
}

    #band-footer-privacy a:link,
    #band-footer-privacy a:visited {
        color: #4a4a4a;
        font-size: 15px;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
    }

    #band-footer-privacy a:hover {
        text-decoration: underline;
    }

#menu-home {
    position: fixed;
    left: 20px;
    bottom: 30vh;
    padding: 40px 20px 40px 20px;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

    #menu-home:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-color: #406BB1;
    }

    #menu-home a:link,
    #menu-home a:visited {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding-left: 25px;
        text-transform: uppercase;
    }

    #menu-home a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 20px;
        background-color: #FFFFFF;
        opacity: 0.8;
        border-radius: 3px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    #menu-home a:hover:before,
    #menu-home a.selected:before,
    #menu-home.hover a.selected:hover:before {
        height: 40px;
        background-color: #b3cc05;
    }

    #menu-home.hover a.selected:before {
        height: 20px;
        background-color: #FFFFFF;
    }

#breadcrumb-structureddata {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px 0 50px 0;
}

    #breadcrumb-structureddata li,
    #breadcrumb-structureddata li a:link,
    #breadcrumb-structureddata li a:visited {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 21px;
        text-transform: lowercase;
    }

        #breadcrumb-structureddata li.last a {
            font-weight: bold;
        }

        #breadcrumb-structureddata li a span {
            display: inline-block;
        }

            #breadcrumb-structureddata li a span:first-letter {
                text-transform: uppercase;
            }

.pagina-titolo {
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.pagina-sottotitolo {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 25px;
}

.pagina-titolo.has-sottotitolo {
    margin-bottom: 0;
}

.pagina-sottotitolo.no-margin-bottom {
    margin-bottom: 0;
}

.pagina-sottotitolo-template-1 {
    font-weight: 400;
    text-transform: uppercase;
}

.pagina-testo {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
}

    .pagina-testo h2 {
        color: #4A4A4A;
        font-size: 24px;
        font-weight: bold;
        line-height: 29px;
        margin: 20px 0 20px 0;
    }

        .pagina-testo h2.first {
            margin-top: 0;
        }

    .pagina-testo ul {
        list-style: none;
        padding: 30px 0 30px 0;
    }

        .pagina-testo ul li {
            position: relative;
            margin-bottom: 7px;
            padding-left: 15px;
        }

            .pagina-testo ul li:before {
                content: '';
                position: absolute;
                top: 8px;
                left: 0;
                height: 8px;
                width: 8px;
                border-radius: 10px;
                background-color: #4A4A4A;
            }

    .pagina-testo .line-through {
        text-decoration: line-through;
    }

.pagina-testo-actions {
    margin-top: 30px;
}

.filtri-pagina {
    margin: 15px 0 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .filtri-pagina .filtri-pagina-full {
        width: 100%;
        margin-bottom: 30px;
    }

    .filtri-pagina .filtri-pagina-half {
        width: 49%;
        margin-bottom: 30px;
    }

    .filtri-pagina .filtri-pagina-quater {
        width: 24%;
        margin-bottom: 30px;
    }

    .filtri-pagina .filtri-pagina-promozioni {
        width: calc(100% / 3 - 20px);
        margin-bottom: 30px;
    }

.DropDownList {
    width: 100%;
    height: 45px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    border: 0;
    position: relative;
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
}

    .DropDownList.disabled {
        opacity: .6;
    }

    .DropDownList span {
        display: block;
    }

    .DropDownList select {
        width: 100%;
        height: 45px;
        line-height: 45px;
        color: #4a4a4a;
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 400;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        border-top-right-radius: 23px;
        border-bottom-right-radius: 23px;
        background-color: #FFFFFF;
        outline: none;
        cursor: pointer;
    }

    .DropDownList span,
    .DropDownList select {
        padding: 0 20px;
    }

    .DropDownList.disabled select {
        pointer-events: none;
    }

    .DropDownList select:-ms-expand {
        display: none;
    }
    
    .DropDownList img,
    .DropDownList svg {
        position: absolute;
        top: 0;
        right: -1px;
        width: 45px;
        height: 100%;
        pointer-events: none;
        z-index: 3;
    }

#volantino #dropdown-cambia-negozio {
    width: 210px;
    margin-right: 18px;
}

#volantino #dropdown-scarica-volantino {
    width: 280px;
}

/*#ricette-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/

#list-cards.cards-template-2 {
    margin-bottom: 50px;
}

    #list-cards.cards-template-2 .card {
        min-height: 85px;
        padding-bottom: 130px;
        position: relative;
        width: calc(100% / 3 - 4px);
    }

    #list-cards.cards-template-2.cards-template-2-spaced .card {
        width: calc(100% / 3 - 20px);
    }

    #list-cards.cards-template-2 .card-image {
        padding-top: 100%;
        position: relative;
    }

#NoResults {
    display: none;
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
}

#rotator-primia {
    margin: 20px 0 80px 0;
}

.rotator-primia-item {
    display: flex;
    position: relative;
}

.rotator-primia-item-img {
    width: 125px;
}

    .rotator-primia-item-img img {
        width: 100%;
    }

.rotator-primia-item-titolo {
}

    .rotator-primia-item-titolo span {
        color: #4a4a4a;
        font-size: 25px;
        font-weight: 400;
        margin: 0 5px 0 15px;
        position: relative;
    }

        .rotator-primia-item-titolo span strong {
            position: relative;
        }

        .rotator-primia-item-titolo span:before {
            content: '';
            position: absolute;
            bottom: -3px;
            right: 5px;
            width: 35px;
            height: 3px;
            background-color: #abca55;
            -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
            transition: width 0.8s;
        }

.rotator-primia-item:hover span:before {
    width: calc(100% - 10px);
}

.rotator-primia-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rotator-primia-item div {
    display: flex;
    align-items: center;
}

.band-video {
    padding-top: 50%;
    position: relative;
    margin-bottom: 50px;
}

    .band-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.padding-testo {
    padding-bottom: 60px;
}

.band-testo-img {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.band-testo-sx {
    width: calc(100% - 620px);
}

.band-testo-dx {
    width: 570px;
    margin-left: 50px;
}

.band-testo-dx-img {
    width: 100%;
}

.pagina-testo {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 23px;
}

.band-gallery-sapevi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#rotator-gallery {
    width: 770px;
}

    #rotator-gallery .rotator-gallery-item-img {
        width: 100%;
        height: 485px;
        position: relative;
        overflow: hidden;
    }

.box-sapevi-container {
    width: calc(100% - 800px);
}

.box-sapevi {
    background-color: #F8F8F8;
    padding: 35px 40px 35px 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.box-sapevi-titolo {
    color: #4A4A4A;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}

.box-sapevi-testo {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
}

.link-outside {
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.link-outside-text {
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    padding: 30px 30px 30px 0;
}

    .link-outside-text a,
    .link-outside-bk {
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100%;
    }

.link-outside-bk {
    z-index: -1;
}

.link-outside-text img {
    vertical-align: middle;
    margin-left: 30px;
}

#rotator-gallery-primia,
#rotator-gallery-contadino {
    width: 770px;
}

    #rotator-gallery-primia .rotator-gallery-item,
    #rotator-gallery-contadino .rotator-gallery-item {
        width: 260px;
        height: 260px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #rotator-gallery-primia .rotator-gallery-item-img,
    #rotator-gallery-contadino .rotator-gallery-item-img {
        width: 200px;
        height: 200px;
        position: relative;
        overflow: hidden;
        -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out; /* For Safari 3.1 to 6.0 */
        transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
    }

    #rotator-gallery-primia .zoom .rotator-gallery-item .rotator-gallery-item-img,
    #rotator-gallery-contadino .zoom .rotator-gallery-item .rotator-gallery-item-img {
        width: 260px;
        height: 260px;
    }

    #rotator-gallery-primia .owl-nav,
    #rotator-gallery-contadino .owl-nav {
        width: 260px;
        left: 50%;
        position: relative;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
    }

.path-grigio-4 {
    background-image: url('../private_images/paths/path-grigio-4.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pagina-testo-img-dx {
    float: right;
    margin: 0 15px 0 15px 0;
}

.rotator-gallery-template-1 {
}

.rotator-gallery-template-1 {
    margin: 20px 0 80px 0;
}

    .rotator-gallery-template-1 .rotator-gallery-item {
        width: 100%;
        padding-top: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .rotator-gallery-template-1 .rotator-gallery-item-img {
        top: 50%;
        width: 75%;
        height: 75%;
        position: absolute;
        overflow: hidden;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out; /* For Safari 3.1 to 6.0 */
        transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
    }

    .rotator-gallery-template-1 .zoom .rotator-gallery-item .rotator-gallery-item-img {
        width: 100%;
        height: 100%;
    }

.owl-nav-template1 .owl-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    width: calc(100% / 3);
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
}

    .owl-nav-template1 .owl-nav .owl-prev span,
    .owl-nav-template1 .owl-nav.owl-next span {
        display: none;
    }

    .owl-nav-template1 .owl-nav button.owl-prev {
        background-image: url('../private_images/icons/arrow-prev.png');
        width: 29px;
        height: 20px;
    }

    .owl-nav-template1 .owl-nav button.owl-next {
        background-image: url('../private_images/icons/arrow-next.png');
        width: 29px;
        height: 20px;
    }

#list-cards-title {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#list-cards.cards-template-1 .grid-sizer,
#list-cards.cards-template-1 .card {
    width: calc(100% / 3 - 20px);
    box-shadow: 0 10px 14px -6px rgba(0,0,0,0.15), 0 8px 41px 8px rgba(0,0,0,0.07);
    box-sizing: border-box;
    margin-bottom: 95px;
    overflow: hidden;
    background-color: #FFFFFF;
}

#list-cards.cards-template-1 .gutter-sizer {
    width: 20px;
}

#list-cards.cards-template-1 .card-content {
    margin: 15px 30px 15px 30px;
}

#list-cards.cards-template-1 .card-title {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 20px;
}

#list-cards.cards-template-1 .card-text,
#list-cards.cards-template-1 .card-text a:link,
#list-cards.cards-template-1 .card-text a:visited {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 27px;
}

.close-negozio,
.responsabile-negozio,
.negozio-infos,
.aperture-straordinarie {
    display: none;
}

.insegna-negozio {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

    .insegna-negozio img {
        height: 50px;
    }

.indirizzo-negozio {
}

.orari-negozio {
    margin-top: 15px;
}

.orario-negozio {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}

#list-cards.cards-template-1 .card .cmdGeneral {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #406BB1;
}

#list-cards.cards-template-1 .card .cmdApertureStraordinarie {
    background-color: #A9231C;
    border: 1px solid #A9231C;
}

    #list-cards.cards-template-1 .card .cmdApertureStraordinarie:hover {
        color: #A9231C;
        background: none;
    }

#list-cards.cards-template-1 .card.big {
    width: calc(100% / 3 * 2 - 20px);
    box-shadow: 0 10px 14px -6px rgba(0,0,0,0.15), 0 8px 41px 8px rgba(0,0,0,0.07);
    box-sizing: border-box;
    margin-bottom: 95px;
    z-index: 2;
}

    #list-cards.cards-template-1 .card.big .cmdDetail,
    #list-cards.cards-template-1 .card.big .cmdApertureStraordinarie {
        display: none;
    }

.big .close-negozio,
.big .responsabile-negozio,
.big .negozio-infos,
.big .aperture-straordinarie {
    display: block;
}

.negozio-details .card-title {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}

.big .card-content .negozio-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.big .card-content .negozio-detail,
.big .card-content .responsabile-negozio {
    width: 49%;
}

.responsabile-negozio {
    position: relative;
}

.responsabile-descrizione {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #FFF;
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
    padding-top: 5px;
}

.aperture-straordinarie,
.negozio-infos {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
}

.negozio-info-servizi {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.negozio-info-servizio {
    display: flex;
    align-items: center;
    width: calc(100% / 3 - 20px);
    height: 40px;
    margin: 0 10px 0 10px;
}

.negozio-info-servizio-image {
    width: 50px;
}

.negozio-info-servizio-text {
}

.negozio-actions-aligner {
    display: flex;
    justify-content: space-between;
}

#list-cards.cards-template-1 .card .negozio-actions-aligner .cmdGeneralMap {
    width: 100%;
}

#list-cards.cards-template-1 .card .negozio-actions-aligner .cmdGeneralCall {
    display: none;
}

#list-cards.cards-template-1 .card.big .negozio-actions-aligner .cmdGeneralMap,
#list-cards.cards-template-1 .card.big .negozio-actions-aligner .cmdGeneralCall {
    width: 49%;
    display: block;
}

.aperture-straordinarie {
    margin: 0 0 20px 0;
    font-size: 16px;
}

.close-negozio {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

#list-cards.cards-template-1 .card h2 {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

#list-cards.cards-template-1 .card.medium .cmdApertureStraordinarie {
    display: none;
}

.medium .aperture-straordinarie {
    display: block;
}

.medium .negozio-details,
.big .negozio-details {
    height: auto !important;
}

#NoResults {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
}

#container-fascia-volantino {
    font-size: 0;
}

.form .centratore {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field {
    width: 100%;
}

    .field.field-1-3 {
        width: 32%;
    }

    .field.field-2-3 {
        width: 65%;
    }

    .field.field-1-2 {
        width: 49%;
    }

    .field label {
        color: #4A4A4A;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 5px;
        display: block;
    }

    .field .field-text {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 5px;
        display: block;
    }

.TextBox .TextBox-Content {
    box-shadow: 0 1px 30px 0 rgba(0,0,0,0.3);
    border-radius: 18px;
    overflow: hidden;
}

.TextBox input {
    font-family: 'Raleway', sans-serif;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: none;
    border: 0;
    background-color: #FFFFFF;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
    outline: none;
}

.TextBox textarea {
    font-family: 'Raleway', sans-serif;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background: none;
    border: 0;
    background-color: #FFFFFF;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
}

.TextBoxLabel {
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    width: 100%;
    color: #4A4A4A;
    font-size: 18px;
}

textarea.TextBox {
    padding: 15px;
}

.field-center {
    display: flex;
    justify-content: space-around;
}

.validator {
    display: none;
}

.TextBox[type=date] {
    -webkit-appearance: none;
}

    .TextBox[type=date]::-webkit-inner-spin-button,
    .TextBox[type=date]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

.RadioButtonList {
    display: flex;
    flex-wrap: wrap;
}

    .RadioButtonList input {
        display: none;
    }

    .RadioButtonList label {
        position: relative;
        padding-left: 45px;
        line-height: 42px;
        margin-left: 35px;
        cursor: pointer;
        font-weight: 400;
    }

        .RadioButtonList label:nth-child(2) {
            margin-left: 0;
        }

        .RadioButtonList label:before {
            content: '';
            height: 30px;
            width: 30px;
            background-color: #FFFFFF;
            box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
            position: absolute;
            left: 0;
            top: 50%;
            border-radius: 15px;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
        }

        .RadioButtonList label.checked:after {
            content: '';
            height: 17px;
            width: 17px;
            background-color: #4A4A4A;
            position: absolute;
            left: 6px;
            top: 50%;
            border-radius: 15px;
            transform: translate(0,-50%);
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
        }

.CheckBox {
    position: relative;
}

    .CheckBox label {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 21px;
        cursor: pointer;
        padding-left: 45px;
        font-weight: 400;
        display:block;
    }

    .CheckBox input {
        display: none;
    }

    .CheckBox label:before {
        content: '';
        height: 28px;
        width: 28px;
        background-color: #FFFFFF;
        box-shadow: 0 1px 30px 0 rgba(0,0,0,0.3);
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 15px;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

    .CheckBox.checked label:after {
        content: '';
        height: 28px;
        width: 28px;
        position: absolute;
        left: 0;
        top: 50%;
        background-image: url('../private_images/icons/chb.png');
        background-repeat: no-repeat;
        background-position: center center;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

.CheckBox-white label:before {
    background-color: #FFFFFF;
}

a.cmdGeneralBig:link,
a.cmdGeneralBig:visited {
    border-radius: 30px;
    height: 57px;
    line-height: 57px;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
}

#dettaglio-prodotto-sx,
#dettaglio-prodotto-dx {
    width: 48%;
}

#dettaglio-prodotto-sx {
    float: left;
}

#dettaglio-prodotto-dx {
    float: right;
    position: relative;
    overflow: hidden;
}

#container-rotator-immagini-dettaglio-prodotto {
    position: relative;
    padding: 0 62px;
}

.immagine-dettaglio-prodotto {
    position: relative;
    height: 385px;
}

#rotator-immagini-dettaglio-prodotto-prev,
#rotator-immagini-dettaglio-prodotto-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

#rotator-immagini-dettaglio-prodotto-prev {
    left: 0;
}

#rotator-immagini-dettaglio-prodotto-next {
    right: 0;
}

    #rotator-immagini-dettaglio-prodotto-prev img,
    #rotator-immagini-dettaglio-prodotto-next img {
        width: 35px;
    }

.desc-dettaglio-prodotto {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .desc-dettaglio-prodotto.visible {
        position: relative;
    }

    .desc-dettaglio-prodotto.block {
        display: block;
        position: relative;
    }

#dettaglio-prodotto-dx .container-accordion {
    padding: 40px 0;
}

.accordion .titolo-accordion {
    cursor: pointer;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
}

    .accordion .titolo-accordion:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 13px;
        background-image: url(../private_images/icons/accordion-grigio.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.accordion .desc-accordion {
    position: relative;
    overflow: hidden;
    height: 0px;
}

.accordion.fascia-volantino .desc-accordion {
    margin-left: -10px;
    margin-right: -10px;
}

#container-filtri-volantino .desc-accordion {
    width: calc(100% + 50px);
    padding: 0 25px;
    margin-left: -25px;
}

.accordion.open .desc-accordion {
    height: auto;
}

.accordion .desc-accordion .padding-desc-accordion {
    padding: 25px 0;
}

#dettaglio-prodotto .accordion .titolo-accordion {
    font-size: 22px;
    border-bottom: 1px solid #4A4A4A;
}

#dettaglio-prodotto .pagina-testo table {
    border-collapse: collapse;
}

    #dettaglio-prodotto .pagina-testo table tr th:first-child {
        border-left: 0;
    }

    #dettaglio-prodotto .pagina-testo table tr th {
        border-bottom: 2px solid #cccccc;
        border-left: 1px solid #cccccc;
        padding: 5px 10px 5px 10px;
    }

    #dettaglio-prodotto .pagina-testo table tr td:first-child {
        border-left: 0;
        text-align: left;
        white-space: normal;
    }

    #dettaglio-prodotto .pagina-testo table tr td {
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        padding: 5px 10px 5px 10px;
        text-align: center;
        white-space: nowrap;
    }

#dettaglio-prodotto .pagina-testo h3 {
    margin: 10px 0 5px 0;
    font-weight: 300;
}

.allergeni-dettaglio-prodotto {
    margin-top: 15px;
}

    .allergeni-dettaglio-prodotto img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        width: 28.69px;
        height: 28.69px;
    }

        .allergeni-dettaglio-prodotto img:last-child {
            margin-right: 0;
        }

.container-button-dettaglio-prodotto {
    margin-top: 40px;
}

    .container-button-dettaglio-prodotto a.cmdGeneral {
        width: 100%;
        line-height: 42px;
        height: 42px;
        margin-bottom: 15px;
    }

        .container-button-dettaglio-prodotto a.cmdGeneral:last-child {
            margin-bottom: 0;
        }

.rotator-anni {
    position: relative;
}

    .rotator-anni:before {
        content: '';
        position: absolute;
        top: calc(50% + 13px);
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4A4A4A;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
    }

    .rotator-anni .rotator-anni-item {
        height: 90px;
        padding-top: 25px;
        position: relative;
    }

        .rotator-anni .rotator-anni-item a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

.rotator-anni-content {
    position: relative;
    height: 65px;
}

.rotator-anni .rotator-anni-item span {
    color: #4A4A4A;
    font-size: 24px;
    letter-spacing: -0.67px;
    line-height: 22px;
    position: absolute;
    top: -13px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.rotator-anni .rotator-anni-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #4A4A4A;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.rotator-anni .rotator-anni-item.selected span {
    font-weight: 700;
    top: -20px;
}

.rotator-anni .selected .rotator-anni-content:before {
    width: 46px;
    height: 46px;
    border-radius: 23px;
}

.rotator-anni-nav {
    position: relative;
    z-index: 2;
}

    .rotator-anni-nav .rotator-anni-prev span,
    .rotator-anni-nav .rotator-anni-next span {
        display: none;
    }

    .rotator-anni-nav .rotator-anni-prev,
    .rotator-anni-nav .rotator-anni-next {
        background: none;
        border: none;
        padding: 0 !important;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .rotator-anni-nav button.rotator-anni-prev {
        background-image: url('../private_images/icons/arrow-link.svg');
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 65px;
        height: 66px;
        position: absolute;
        top: -65px;
        left: 0;
    }

    .rotator-anni-nav button.rotator-anni-next {
        background-image: url('../private_images/icons/arrow-link.svg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 65px;
        height: 65px;
        position: absolute;
        top: -65px;
        right: 0;
    }

        .rotator-anni-nav button.rotator-anni-prev:focus,
        .rotator-anni-nav button.rotator-anni-next:focus {
            outline: none;
        }

    .rotator-anni-nav button.disabled {
        display: none;
    }

.band-buona-idea {
    background-color: #F8F8F8;
    padding: 50px 0 50px 0;
}

#contents-anni-lista {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

    #contents-anni-lista .contents-anni-item {
        width: 100%;
    }

    #contents-anni-lista .contents-anni-item-zoomable {
        height: 320px;
        /*width: calc(1140px / 5); Ho tolto il margine a dx e sx con il band-buona-idea-aligner perciò lo ho messo al 100%*/
        width: calc(100% / 5);
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #contents-anni-lista.rotator-documenti .contents-anni-item-zoomable {
        width: 250px;
    }

    #contents-anni-lista .contents-anni-item-zoomable-img {
        width: 180px;
        height: 230px;
        position: relative;
        overflow: hidden;
        -webkit-transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
        transition: width 0.8s ease-in-out, height 0.8s ease-in-out;
    }

    #contents-anni-lista .contents-anni-item-zoomable:hover .contents-anni-item-zoomable-img {
        width: 250px;
        height: 320px;
    }

    #contents-anni-lista .contents-anni-item-zoomable .contents-anni-item-zoomable-img a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    #contents-anni-lista .contents-anni-item-zoomable .contents-anni-item-zoomable-img span {
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
        box-shadow: 0 1px 30px rgba(216, 216, 216, 0.5);
        background-color: #FFF;
        border-radius: 18px;
        padding: 7px 18px 7px 18px;
        color: #4a4a4a;
        font-size: 16px;
        opacity: 0;
        -webkit-transition: opacity 0.8s ease-in-out;
        transition: opacity 0.8s ease-in-out;
    }

    #contents-anni-lista .contents-anni-item-zoomable:hover .contents-anni-item-zoomable-img span {
        opacity: 1;
    }

        #contents-anni-lista .contents-anni-item-zoomable:hover .contents-anni-item-zoomable-img span:after {
            content: '';
            position: absolute;
            top: 0;
            right: -1px;
            width: 100%;
            height: 100%;
            background-image: url('../private_images/icons/download.svg');
            background-repeat: no-repeat;
            background-position: right center;
            background-size: contain;
        }

.band-buona-idea-aligner {
    margin-left: -25px;
}

.band-buona-idea-aligner {
    width: calc(100% + 50px);
}

.band-content.template-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: space-between;
}

    .band-content.template-1 .band-content-sx {
        width: calc(100% - 620px);
    }

    .band-content.template-1 .band-content-dx {
        width: 570px;
    }

    .band-content.template-1 .band-content-titolo {
        color: #4A4A4A;
        font-size: 24px;
        font-weight: bold;
        line-height: 29px;
        margin-bottom: 30px;
    }

    .band-content.template-1 .band-content-testo {
        color: #4A4A4A;
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 23px;
        margin-bottom: 30px;
    }

.rotator-template1 .rotator-template1-item {
    padding-bottom: 65px;
    position: relative;
    width: 570px;
}

.rotator-template1 .rotator-template1-item-img {
    width: 100%;
}

.rotator-template1 .rotator-template1-item-detail {
    position: absolute;
    bottom: 20px;
    left: 15%;
    width: 70%;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
}

.rotator-template1 .rotator-template1-item-title {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.rotator-template1 .rotator-template1-item-text-align {
    display: flex;
    justify-content: space-between;
}

.rotator-template1 .rotator-template1-item-text {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 22px;
}

.rotator-template1 .rotator-template1-item-link {
    display: flex;
    align-items: flex-end;
}

.overlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.rotator-template1 .rotator-template1-item-text-align img {
    margin-left: 20px;
}

#band-scopri-ricette {
    padding: 50px 0 50px 0;
}

    #band-scopri-ricette .centratore {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

#band-scopri-ricette-titolo {
    color: #4A4A4A;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#band-scopri-ricette-link {
    display: flex;
    align-items: center;
}

#band-scopri-ricette-link-text {
    color: #4a4a4a;
    font-size: 32px;
    font-weight: 400;
    position: relative;
}

    #band-scopri-ricette-link-text:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 3px;
        background-color: #abca55;
        -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
        transition: width 0.8s;
    }

#band-scopri-ricette-link:hover #band-scopri-ricette-link-text:after {
    width: 100%;
}

#band-scopri-ricette-link-image {
    margin-left: 15px;
}

#load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    z-index: 15000;
}

    #load.hide {
        display: none;
    }

    #load img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

#box-login {
    display: none;
    position: absolute;
    top: 100%;
    right: -100%;
    padding: 90px 50px 65px 50px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(44,50,65,0.08);
    text-align: center;
}

#box-login-padding {
    padding: 0 50px 0 50px;
}

#box-login-titolo {
    color: #406BB1;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    margin-bottom: 35px;
}

.box-login-TextBox {
    position: relative;
    margin-bottom: 25px;
}

    .box-login-TextBox input {
        font-family: 'Raleway', sans-serif;
        padding: 0 55px 0 15px;
        box-sizing: border-box;
        height: 42px;
        line-height: 42px;
        width: 280px;
        background: none;
        border: 0;
        border-radius: 18px;
        background-color: #ecf0f7;
        color: #4A4A4A;
        font-size: 18px;
    }

.box-login-TextBox-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-mail {
    width: 32px;
}

.icon-password {
    width: 21px;
}

#box-login .cmdGeneral {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    width: 280px;
}

.box-login-action {
    color: #2B292D;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    text-align: center;
}

    .box-login-action a:link,
    .box-login-action a:visited {
        color: #2B292D;
    }

.box-login-action-2 {
    font-size: 13px;
    margin-top: 0;
}

    .box-login-action-2 a:link,
    .box-login-action-2 a:visited {
        font-size: 13px;
        height: 33px;
    }

    .box-login-action-2 a:before {
        height: 2px;
    }

.box-login-TextBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4A4A4A;
}

.box-login-TextBox input:-ms-input-placeholder { /* IE 10+ */
    color: #4A4A4A;
}

.box-login-TextBox input::-moz-placeholder { /* Firefox 19+ */
    color: #4A4A4A;
    opacity: 1;
}

.box-login-TextBox input:-moz-placeholder { /* Firefox 18- */
    color: #4A4A4A;
    opacity: 1;
}

#box-utente-header {
    position: absolute;
    top: 28px;
    right: 235px;
    text-align: right;
    white-space: nowrap;
}

.cmdMenuUtente {
    color: #406BB1;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

    .cmdMenuUtente img {
        margin-left: 5px;
        width: 20px;
    }

#utente-risparmio-header {
    color: #406BB1;
    font-size: 15px;
    line-height: 15px;
}

#box-menu-utente {
    display: none;
    position: absolute;
    top: 100%;
    right: -100%;
    padding: 30px 50px 15px 50px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 16px 0 rgba(44,50,65,0.08);
    overflow: auto;
    max-height: calc(100vh - 100px);
}

#box-menu-utente-content {
    width: 370px;
}

.box-menu-utente-titolo {
    color: #2d4d81;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

    .box-menu-utente-titolo:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #abca55;
    }

.box-menu-utente-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.box-menu-utente-item {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 30px;
}

.box-menu-utente-item-image {
    display: block;
    margin-bottom: 10px;
}

    .box-menu-utente-item-image img,
    .box-menu-utente-item-image svg {
        width: 60px;
        height: 60px;
    }

.box-menu-utente-item label {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}

    .box-menu-utente-item label strong {
        font-weight: 400;
    }

.table {
    margin: 25px -10px;
    border-bottom: 5px solid #406bb1;
}

.table-row .table-row-centered {
    display: flex;
}

.table-cell {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 8px 10px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    min-height: 47px;
    display: flex;
    align-items: center;
}

.table-cell-1-3 {
    width: calc(100% / 3);
}

.table > .table-row.table-header:first-child {
    height: 47px;
    background-color: #406bb1;
}

.table > .table-header:first-child .table-cell {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.table > .table-row:nth-child(odd) {
    background-color: #dfebff;
}

.fascia-azienda-content {
    display: none;
    padding-top: 50px;
}

.contents-anni-anno.has-image {
    display: flex;
    flex-wrap: wrap;
}

.contents-anni-anno:nth-child(odd) {
    flex-direction: row-reverse;
}

.contents-anni-anno-text {
    padding: 30px 0 30px 0;
}
/*.contents-anni-anno-text span {
        color:#b21031;
    }*/
.contents-anni-anno.has-image:nth-child(odd) .contents-anni-anno-text {
    padding-left: 40px;
}

.contents-anni-anno.has-image:nth-child(even) .contents-anni-anno-text {
    padding-right: 40px;
}

.contents-anni-anno-img,
.contents-anni-anno-img.contents-anni-anno-rotator {
    position: relative;
    height: 395px;
    width: 50%;
}

.has-image .contents-anni-anno-text {
    width: 50%;
    box-sizing: border-box;
}

.contents-anni-anno-text {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
}

    .contents-anni-anno-text h2 {
        color: #4A4A4A;
        font-size: 32px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 20px;
        /*
        color: #FFFFFF;
        padding:5px 10px 5px 10px;
	    font-size: 32px;
	    font-weight: 400;
	    line-height: 36px;
        margin-bottom:20px;
        position:relative;
        background-image:url('../private_images/icone_funzionali/sfondi/bk-titolo-azienda.png');
        background-size:100% 100%;
        background-repeat:no-repeat;
        display: inline-block;  */
    }

#fascia-azienda-contents .contents-anni-anno-text h2 {
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    position: relative;
    background-image: url('../private_images/icone_funzionali/sfondi/bk-titolo-azienda.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
}

.contents-anni-anno-text .cmdGeneralDownload {
    margin-top: 15px;
}

.contents-documenti-lista {
    display: flex;
    flex-wrap: wrap;
}

    .contents-documenti-lista .cmdGeneralDownload {
        margin: 15px 15px 0 0;
    }

.cmdGeneralDownload {
    display: inline-block;
    box-shadow: 0 1px 30px rgba(216, 216, 216, 0.5);
    background-color: #FFF;
    border-radius: 18px;
    padding: 7px 40px 7px 18px;
    color: #4a4a4a;
    font-size: 16px;
    position: relative;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

    .cmdGeneralDownload:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 100%;
        height: 100%;
        background-image: url('../private_images/icons/download.svg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }
    
.cmdGeneralArrowLeft {
    display: inline-block;
    box-shadow: 0 1px 30px rgba(216, 216, 216, 0.5);
    background-color: #FFF;
    border-radius: 18px;
    padding: 7px 40px 7px 18px;
    color: #4a4a4a;
    font-size: 16px;
    position: relative;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

    .cmdGeneralArrowLeft:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 100%;
        height: 100%;
        background-image: url('../private_images/icons/dd.svg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }
.cmdGeneralArrowUp{
    display: inline-block;
    box-shadow: 0 1px 30px rgba(216, 216, 216, 0.5);
    background-color: #FFF;
    border-radius: 18px;
    padding: 7px 40px 7px 18px;
    color: #4a4a4a;
    font-size: 16px;
    position: relative;
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

    .cmdGeneralArrowUp:after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        width: 100%;
        height: 100%;
        background-image: url('../private_images/icons/arrow-up.svg');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }

.fascia-azienda-content-titolo {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fascia-azienda-content-testo {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
}

    .fascia-azienda-content-testo h3 {
        margin: 15px 0 15px 0;
    }

.fascia-azienda-navigator {
    padding: 50px 0 30px 0;
}

    .fascia-azienda-navigator #list-cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

.servizi-pagina {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 50px 0;
}

    .servizi-pagina .servizio-pagina {
        width: 32%;
    }

        .servizi-pagina .servizio-pagina img {
            width: 100%;
        }

.path-grigio-2 {
    background-image: url('../private_images/paths/path-grigio-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

.path-grigio-2-back {
    position: relative;
}

    .path-grigio-2-back:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../private_images/paths/path-grigio-2.png');
        background-repeat: no-repeat;
        background-size: cover;
        overflow: auto;
        z-index: -2;
    }

.image-fullwidth {
    width: 100%;
}

a.tip {
    position: relative
}

    a.tip .tip_popup {
        display: none
    }

    a.tip:hover .tip_popup {
        padding: 5px 5px 5px 5px;
        display: block;
        z-index: 100;
        text-decoration: none;
        background-color: #FFFFFF;
        box-shadow: 0 5px 15px 5px rgba(74, 74, 74, 0.24);
        position: absolute;
        bottom: calc(100% + 5px);
        left: 50%;
        white-space: nowrap;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
    }

.card-search {
    display: none;
}

#menu-principale-tendine {
    position: fixed;
    top: 100px;
    width: calc(100% - 600px);
    height: calc(100% - 100px);
    left: 600px;
    z-index: 2;
    overflow:hidden;
    display:none;
}
#menu-principale-tendine-content {
    overflow:auto;
}
.menu-principale_liv2 {
    list-style-type: none;
    display:none;

    padding: 50px 100px 50px 100px;
    background-color: #FFFFFF;
    min-height: 100%;

    position:absolute;
    top:0;
    left:100%;
    width:100%;
    transition: left 400ms ease-in-out;
    -moz-transition: left 400ms ease-in-out;
    -webkit-transition: left 400ms ease-in-out;
}
#menu-principale-tendine .menu-principale_liv2 {
    display:block;
}
#menu-principale-tendine .menu-principale_liv2.hover {
    left: 0;
}
/*#menu-principale-container.is-active .menu-principale_liv2 {
    display: block;
}*/

.menu-principale_liv2 a:link,
.menu-principale_liv2 a:visited {
    color: #406BB1;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.menu-principale_liv2 a:after {
    display: none;
}

.menu-principale_liv2 .selezionato a:after,
.menu-principale_liv2 a:hover:after {
    display: block;
}

#duplicard-corner {
    z-index: 2;
    cursor: pointer;
}

.menu-principale_liv3 {
    display: none;
}

.gruppopoli-footer-logo {
    max-width: 27.5%;
}

.list-cards.cards-template-4 {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

    .list-cards.cards-template-4 .card-image {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .list-cards.cards-template-4 .card {
        display: flex;
        width: calc(100% / 4);
        padding-top: calc(100% / 4);
        position: relative;
    }

    .list-cards.cards-template-4 .grid-sizer {
        width: calc(100% / 4);
        height: 0;
    }

    .list-cards.cards-template-4 .card-content {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .list-cards.cards-template-4 .card.card-big {
        width: 100%;
    }

    .list-cards.cards-template-4 .card .card-detail {
        display: none;
    }

    .list-cards.cards-template-4 .card .card-detail-content {
        padding: 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .list-cards.cards-template-4 .card.card-big .card-detail {
        display: block;
    }

    .list-cards.cards-template-4 .card .card-title {
        color: #4A4A4A;
        font-size: 24px;
        font-weight: bold;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .list-cards.cards-template-4 .card .card-text {
        color: #4A4A4A;
        font-size: 18px;
        letter-spacing: -0.5px;
        line-height: 21px;
    }

    .list-cards.cards-template-4 .card .card-images {
        display: flex;
        flex-wrap: wrap;
    }

        .list-cards.cards-template-4 .card .card-images img {
            margin-left: 20px;
        }

            .list-cards.cards-template-4 .card .card-images img:first-child {
                margin-left: 0;
            }

/*.RadUpload .ruFileWrap.ruStyled {
    margin-top: 15px;
    box-sizing: content-box;
}*/

#band-ricette-rotator.cards-template-2 .card-title,
#lista-ricette .cards-template-2 .card-title {
    height: 60px;
}

#band-ricette-rotator.cards-template-2 .card-text-align {
    height: 50px;
    align-items: flex-start;
}

#lista-ricette .cards-template-2 .card-text-align {
    height: 100px;
    align-items: flex-start;
}

.ricetta-tempo-box {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.ricetta-tempo {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
    line-height: 15px;
}

    .ricetta-tempo img {
        width: 20px;
        margin-right: 10px;
    }

.ricetta-numeroPersone img {
    width: 35px;
    margin-right: 10px;
}

.path-grigio {
    background-image: url('../private_images/paths/path-grigio.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}

#ingredienti_ricetta ul {
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ricetta-box-img {
    display: flex;
    align-items: flex-end;
}

    .ricetta-box-img img {
        margin-right: 10px;
    }

    .ricetta-box-img div:first-child {
        /*display:flex;
            align-items:center;*/
    }

.ricetta-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ricetta-box {
    width: 49%;
}

.ricetta-box-big {
    width: 100%;
}

.ricetta-band,
.ricetta-box {
    margin-top: 55px;
}

.ricetta-crediti {
    margin-top: 10px;
}

.cards-template-2-promozioni .card-insegne {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
}

    .cards-template-2-promozioni .card-insegne img {
        height: 30px;
        margin: 0 10px 10px 10px;
    }

.cards-template-2-promozioni.cards-template-2 .card-text {
    font-size: 14px;
}

.testata-full-screen {
    width: 100%;
}

#list-cards.cards-template-1.cards-template-puntivendita .card-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

#li_menu_32886 a:link, #li_menu_32886 a:visited,
#li_menu_33185 a:link, #li_menu_33185 a:visited {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

.popup_v2_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

#popup_dettaglio_prodotto {
    z-index: 1499;
}

#close_dettaglio_prodotto {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 30px;
}

.popup_v2_container:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

.popup_v2_content_align {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.popup_v2_content {
    position: relative;
    max-width: 90%;
    min-width: 60%;
    padding: 50px 100px 50px 100px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 14px -6px rgba(0,0,0,0.15), 0 22px 34px 3px rgba(0,0,0,0.08), 0 8px 41px 8px rgba(0,0,0,0.07);
    max-height: 90%;
    overflow: auto;
}

.popup_v2_content_titolo {
    color: #3266A2;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}

.popup_v2_content_sottotitolo {
    color: #3266A2;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 20px;
}

.popup_v2_content_testo {
    color: #6B6B6B;
    font-size: 20px;
    line-height: 29px;
}

    .popup_v2_content_testo h2 {
        color: #3266A2;
        font-size: 18px;
        font-weight: 900;
        line-height: 22px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

.popup_v2_chiudi_container {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.popup_v2_azioni_container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.popup_v2_chiudi.cmdGeneral.cmdGeneral-inverted {
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 900;
    line-height: 64px;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #3266a2;
    border: 1px solid #3266a2;
    width: 45%;
}

    .popup_v2_chiudi.cmdGeneral.cmdGeneral-inverted:hover {
        color: #FFFFFF;
        background-color: #3266a2;
        border: 1px solid #FFFFFF;
    }

.popup_v2_content.nopadding {
    padding: 0;
}

    .popup_v2_content.nopadding .popup_v2_chiudi_container,
    .popup_v2_content.nopadding .popup_v2_azioni_container {
        margin-bottom: 20px;
    }

#popup_video_app .popup_v2_content {
    width: 800px;
}

#band-veramentelocale-interna {
    overflow: hidden;
}

#li_menu_32862 {
    margin-top: 30px;
}

    #li_menu_32862 a:link, #li_menu_32862 a:visited,
    #li_menu_32856 a:link, #li_menu_32856 a:visited,
    #li_menu_33008 a:link, #li_menu_33008 a:visited {
        font-size: 27px;
        margin-bottom: 0;
    }

.cmdGeneral-arrowlink {
    display: flex;
    align-items: center;
}

    .cmdGeneral-arrowlink span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.17px;
        line-height: 30px;
        text-align: center;
        position: relative;
        display: inline-block;
    }

    .cmdGeneral-arrowlink img {
        vertical-align: middle;
        margin-left: 13px;
        width: 65px;
    }

    .cmdGeneral-arrowlink span:after {
        content: '';
        position: absolute;
        bottom: -2px;
        right: 0;
        width: 35px;
        height: 3px;
        background-color: #abca55;
        -webkit-transition: width 0.8s;
        transition: width 0.8s;
    }

    .cmdGeneral-arrowlink:hover span:after {
        width: 100%;
    }

#list-cards.cards-template-2 .card.card-noimage {
    padding-bottom: 40px;
}

    #list-cards.cards-template-2 .card.card-noimage .card-detail {
        position: relative;
        bottom: auto;
    }

.fascia-azienda-navigator .card-text {
    min-height: 100px;
}

.fascia-azienda-navigator .card-text-align {
    min-height: 55px;
}

.contents-anni-anno-img-with-didascalia {
    position: relative;
}

.contents-anni-anno-img {
    height: auto;
}

    .contents-anni-anno-img img {
        width: 100%;
    }

.contents-anni-anno-img-desc {
    padding: 10px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .contents-anni-anno-img-desc:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        opacity: 0.7;
    }

    .contents-anni-anno-img-desc span {
        position: relative;
        z-index: 1;
    }

.field.password-semplice .TextBox {
    background-image: url('../private_images/icons/field-ko.svg');
    background-size: 25px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
/*
    .field.password-semplice:after {
        content:'La password è troppo semplice.';
        position: absolute;
        top: 105%;
        left: 0;
        color: red;
        font-size: 11px;
        line-height: 11px;
    }*/
.field.password-normale .TextBox {
    background-image: url('../private_images/icons/field-softko.svg');
    background-size: 25px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}
/*
    .field.password-normale:after {
        content:'La password è ancora troppo semplice.';
        position: absolute;
        top: 105%;
        left: 0;
        color: #e3950e;
        font-size: 11px;
        line-height: 11px;
    }*/
.field.password-difficile .TextBox {
    background-image: url('../private_images/icons/field-ok.svg');
    background-size: 25px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.pagina-testo .accordion .titolo-accordion {
    display: inline-block;
}

#dettaglio-prodotto .pagina-testo .accordion .titolo-accordion {
    display: block;
}

.fascia-infos {
}

.fascia-infos-bk {
    background-color: #f8f8f8;
    padding: 20px 0 20px 0;
}

.fascia-infos .centratore {
    display: flex;
    flex-wrap: wrap;
}

.fascia-infos-bk .centratore {
    justify-content: space-between;
}

.fascia-infos .fascia-infos-col {
    width: 45%;
}

.fascia-infos .fascia-infos-title {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 15px;
}

.fascia-infos .fascia-infos-text {
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 20px;
}

    .fascia-infos .fascia-infos-text a:link,
    .fascia-infos .fascia-infos-text a:visited {
        color: #4A4A4A;
        text-decoration: none;
    }

    .fascia-infos .fascia-infos-text a:hover {
        text-decoration: underline;
    }

.fascia-infos-box {
    padding: 50px 40px 50px 40px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    width: 405px;
    color: #4a4a4a;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 20px;
}

    .fascia-infos-box:first-child {
        margin-left: 0;
    }

    .fascia-infos-box img {
        margin-left: 20px;
        color: #4a4a4a;
        font-size: 24px;
        text-transform: uppercase;
        margin-left: 20px;
    }

#coltiviamo-andamento-grafico {
    border-left: 1px solid #4177b7;
    border-bottom: 1px solid #4177b7;
    position: relative;
    padding: 20px;
}

#coltiviamo-andamento-grafico-up {
    position: absolute;
    top: -2px;
    left: -11px;
    width: 21px;
}

#coltiviamo-andamento-grafico-right {
    position: absolute;
    right: -2px;
    bottom: -11px;
    height: 21px;
}

#coltiviamo-andamento-titolo {
    font-size: 25px;
    font-weight: 700;
    color: #4177b7;
    text-transform: uppercase;
}

.coltiviamo-associazione {
    padding: 20px 0 20px 0;
}

.coltiviamo-associazione-titolo-punti {
    display: flex;
    justify-content: space-between;
    font-weight: 900;
    font-size: 22px;
    color: #d2222a;
}

.coltiviamo-associazione-titolo {
}

.coltiviamo-associazione-punti {
}

.coltiviamo-associazione-progress-titolo {
    font-size: 16px;
    font-weight: 400;
    color: #3e3e3e;
    font-style: italic;
    margin-top: 10px;
}

.coltiviamo-associazione-progress {
    height: 5px;
    background-color: #8fbce5;
    position: relative;
    margin-top: 8px;
}

.coltiviamo-associazione-progress-value {
    position: absolute;
    top: -12px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #4177b7;
}

.coltiviamo-associazione-verde {
    color: #b3d57e;
}

.coltiviamo-associazione-bkverde {
    background-color: #b3d57e;
}

.testo-con-lo-spevi-che {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .testo-con-lo-spevi-che .pagina-testo {
        width: 55%;
    }

    .testo-con-lo-spevi-che .box-sapevi-container {
        width: 40%;
    }

#popup_mylist_progetto_content {
    width: 30%;
}

.uppercase {
    text-transform: uppercase;
}

.valore-complessivo-ordine {
    background: none;
    box-shadow: none;
}

#mylist-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: space-around;
    z-index: 20;
}

    #mylist-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        opacity: 0.5;
    }

#mylist-header {
    background-color: #406BB1;
    box-shadow: 0 1px 25px 0 rgba(216,216,216,0.5);
    display: flex;
    justify-content: space-between;
    padding: 25px 20px 25px 20px;
    align-items: center;
}

#mylist {
    width: 100%;
    max-width: 1170px;
    background-color: #FFFFFF;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 1px 25px 0 rgba(216,216,216,0.5);
}

#mylist-content {
    overflow: auto;
    max-height: 100vh;
}

#mylist-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
}

#mylist-header-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    justify-content: space-evenly;
}

#mylist-add,
#mylist-delete,
#mylist-print {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    cursor: pointer;
}

    #mylist-delete img {
        width: 17px;
        margin-left: 20px;
    }

    #mylist-print img {
        width: 28px;
        margin-left: 20px;
    }

    #mylist-add img {
        width: 28px;
        margin-left: 20px;
    }

#mylist-close {
    cursor: pointer;
}

    #mylist-close img {
        width: 31px;
    }

#box-mylist {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    #box-mylist span {
        display: flex;
        color: #4a4a4a;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    #box-mylist img,
    #box-mylist svg{
        width: 57px;
        margin: 0 15px 0 15px;
    }

#box-utente-header {
    display: flex;
    align-items: center;
}

.mylist-product:nth-child(odd) {
    background-color: #F6F6F6;
}

.mylist-product,
#mylist-totale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 25px 25px;
    color: #4A4A4A;
    font-size: 21px;
    line-height: 25px;
}

.mylist-product-promozione {
    width: 33px;
}

    .mylist-product-promozione img {
        width: 100%;
    }

.mylist-product-title-qty {
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 40px);
    margin: 0 20px 0 20px;
}

.mylist-product-title {
    width: calc(70% - 40px);
    box-sizing: border-box;
}

.mylist-product-qty {
    margin: 0 20px 0 20px;
    font-style: italic;
    width: calc(30% - 40px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.mylist-product-edit {
    margin: 0 20px 0 20px;
    cursor: pointer;
}

    .mylist-product-edit img {
        width: 20px;
    }

.mylist-product-delete {
    margin: 0 0 0 auto;
    cursor: pointer;
}

    .mylist-product-delete img {
        width: 21px;
    }

#home-sito-button {
    position: absolute;
    top: 19px;
    left: 188px;
    width: 40px;
    z-index: 100;
}

    #home-sito-button img {
        width: 100%;
    }

    #home-sito-button span {
        position: absolute;
        top: 53px;
        left: -5px;
        color: #4A4A4A;
        font-size: 17px;
        line-height: 21px;
    }

#IsotopePackeryFixer {
    display: none;
}

.desktop {
}

.mobile {
    display: none !important;
}

#messaggio-personalizzato-stick {
    position: fixed;
    top: 125px;
    left: -10000px;
    z-index: 6;
    padding: 15px 25px 15px 25px;
    display: none;
    cursor: pointer;
}

    #messaggio-personalizzato-stick img {
        width: 40px;
    }

#messaggio-personalizzato {
    display: none;
    position: fixed;
    top: 125px;
    left: -10000px;
    z-index: 7;
    max-width: 100%;
    box-shadow: 0 10px 14px -6px rgba(0,0,0,0.15), 0 8px 41px 8px rgba(0,0,0,0.07);
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

#messaggio-personalizzato-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
}

#messaggio-personalizzato-titolo {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 0;
}

#messaggio-personalizzato-body {
    background-color: #FFFFFF;
    padding: 20px 30px 20px 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#messaggio-personalizzato-img {
    margin-right: 20px;
    width: 110px;
}

    #messaggio-personalizzato-img img {
        width: 100%;
    }

#messaggio-personalizzato-text {
    color: #4A4A4A;
    font-size: 16px;
    letter-spacing: -0.44px;
    line-height: 21px;
    max-width: 400px;
}

    #messaggio-personalizzato-text h2 {
        color: #4A4A4A;
        font-size: 18px;
        font-weight: bold;
        line-height: 21px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

#messaggio-personalizzato-close {
    cursor: pointer;
}

    #messaggio-personalizzato-close img {
        width: 13px;
    }

#messaggio-personalizzato-cmd {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

#arrow-up-site {
    display:none !important;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    z-index: 4;
}

#tutorial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.tutorial-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tutorial-content {
    position: relative;
    height: 100%;
}

#tutorial-close {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 10;
    cursor: pointer;
}

#tutorial-navigator {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#tutorial-navigator-align {
    display: flex;
    flex-wrap: wrap;
}

#tutorial-navigator img {
    width: 40px;
    margin: 10px 10px 10px 10px;
}

#tutorial-navigator .selected img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pagina-titolo-tutorial {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cmdTutorial {
    display: flex;
    align-items: center;
    color: #4A4A4A;
    font-size: 24px;
    letter-spacing: -0.67px;
    line-height: 33px;
    font-weight: 400;
    text-transform: none;
}

    .cmdTutorial span {
        position: relative;
        margin-right: 10px;
    }

    .cmdTutorial img {
        width: 40px;
    }

    .cmdTutorial span:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 35px;
        height: 3px;
        background-color: #abca55;
        -webkit-transition: width 0.8s; /* For Safari 3.1 to 6.0 */
        transition: width 0.8s;
    }

    .cmdTutorial:hover span:before {
        width: 100%;
    }

#tutorial.step-overview #tutorial-navigator {
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}

    #tutorial.step-overview #tutorial-navigator img {
        width: 100px;
        margin: 10px 20px 10px 20px;
    }

.only_print {
    display: none;
}

.owl-nav button.disabled {
    visibility: hidden;
}

#cmdCercaAction {
    position: absolute;
    top: 16px;
    right: 485px;
    cursor: pointer;
}

#cmdCercaLogged {
    margin-right: 20px;
    cursor: pointer;
}

    #cmdCercaAction img,
    #cmdCercaLogged img {
        width: 58px;
    }

#box-cerca {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    left: -100%;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

    #box-cerca:before {
        content: '';
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background-color: #406bb1;
    }

#box-cerca-titolo {
    font-size: 90px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 65px;
    font-weight: 800;
}

#box-cerca.aperto {
    left: 0;
}

#box-cerca-allinea {
    width: 90%;
    text-align: center;
    position: relative;
    z-index: 1;
}

#box-cerca-chiudi {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 25px;
    cursor: pointer;
    font-size: 25px;
    color: #b9d32d;
    font-weight: bold;
}

.pnlCerca {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .pnlCerca .TextBox {
        width: 70%;
        border-radius: 40px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .pnlCerca a.cmdGeneral:link,
    .pnlCerca a.cmdGeneral:visited {
        border-radius: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 58px;
        line-height: 58px;
        background-color: #35568b;
        border-color: #35568b;
        box-shadow: 0 1px 30px 0 rgba(0,0,0,0.3);
    }

    .pnlCerca .TextBox input {
        height: 58px;
        line-height: 58px;
    }

#messaggio-personalizzato-link-app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#cmdCercaAction,
#cmdCercaLogged {
    display: none;
}

.zoho-hide .zsiq_custommain,
.zoho-hide #zsiqcustomcss,
.zoho-hide .zls-sptwndw {
    display: none !important;
}

#windowwidth {
    width: 100vw;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

#windowheight {
    width: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.fascia-volantino .dati-categoria {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fascia-volantino .immagini-categoria {
    width: 48%;
}

.fascia-volantino .descrizione-categoria {
    width: 48%;
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 23px;
}

.fascia-volantino .immagini-categoria img {
    width: 100%;
}

.container-fascia-volantino-regina#band-volantino #band-volantino-pasta,
.container-fascia-volantino-regina#band-volantino #band-volantino-pomodori,
.container-fascia-volantino-regina#band-volantino #band-volantino-broccoli-mela {
    display: none;
}

.container-fascia-volantino-regina #band-volantino-titolo,
.container-fascia-volantino-regina #band-volantino-date {
    text-shadow: 0 0 12px #75d6cd;
}

#list-volantino .fascia-volantino.scelti-per-te-regina .titolo-fascia-volantino {
    color: #ffffff;
}

    #list-volantino .fascia-volantino.scelti-per-te-regina .titolo-fascia-volantino:after {
        background-image: url(../private_images/icons/accordion-bianco.png);
    }

#prenotaingresso-inizio-scegli {
    margin: 20px 0 30px 0;
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
}

#prenotaingresso-inizio-boxes {
    margin: 0 0 60px 0;
}

    #prenotaingresso-inizio-boxes #list-cards {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    #prenotaingresso-inizio-boxes .insegna-negozio {
        justify-content: flex-start;
    }

    #prenotaingresso-inizio-boxes #list-cards.cards-template-1 .card {
        width: 370px;
        margin-bottom: 0;
    }

        #prenotaingresso-inizio-boxes #list-cards.cards-template-1 .card a {
            margin-top: 25px;
        }

#prenotaingresso-inizio-oppure {
    box-sizing: border-box;
    height: 142px;
    width: 1px;
    background-color: #4A4A4A;
}

#prenotaingresso-inizio-areageografica {
    width: 370px;
    display: flex;
    align-items: center;
}

#prenotaingresso-inizio-box-pdv a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#prenotaingresso-inizio-areageografica-titolo {
    color: #4A4A4A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

#prenotaingresso-inizio-areageografica-testo {
    margin: 15px 0 50px 0;
    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 24px;
}

#prenotaingresso-data-orari {
    display: none;
}

#prenotaingresso-data-orari-lista {
    display: flex;
    width: 101%;
    flex-wrap: wrap;
}

.prenotaingresso-data-orario {
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.16);
    border-radius: 28px;
    background-color: #406bb1;
    color: #ffffff;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 0 15px 0;
    width: calc(97% / 3);
    margin: 0 1% 15px 0;
    text-align: center;
    cursor: pointer;
}

#prenotaingresso-data-boxes {
    display: flex;
    flex-wrap: wrap;
    width: 101%;
}

.prenotaingresso-data-box {
    width: 24%;
    border-radius: 28px;
    background-color: #ABCA55;
    box-shadow: 0 5px 15px 5px rgba(0,0,0,0.16);
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 1% 15px 0;
    cursor: pointer;
}

    .prenotaingresso-data-box.nondisponibile {
        background-color: #921510;
        cursor: default;
    }

    .prenotaingresso-data-box.selected {
        background-color: #8CA449;
    }

#prenotaingresso-data-legenda {
    display: flex;
    align-items: center;
    margin: 30px 0 50px 0;
}

.prenotaingresso-data-legenda-box {
    height: 30px;
    width: 30px;
    border-radius: 8px;
    background-color: #ABCA55;
    margin-right: 4px;
}

    .prenotaingresso-data-legenda-box.nondisponibile {
        background-color: #921510;
        margin-left: 50px;
    }

.prenotaingresso-data-legenda-text {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.56px;
    line-height: 24px;
    text-transform: uppercase;
}

.pagina-sottotitolo.hasfiltri {
    margin-bottom: 10px;
}

#negozi-data-selezionata {
    display: block;
    margin-bottom: 30px;
}

#prenotaingresso-data-orari-titolo {
    color: #4A4A4A;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
}

#prenotaingresso-data-orari-sottotitolo {
    color: #4A4A4A;
    font-size: 20px;
    letter-spacing: -0.56px;
    line-height: 24px;
    margin: 15px 0 20px 0;
}

#prenotaingresso-data-orari-data {
    display: none;
}

#riepilogo-prenotazione {
    display: flex;
    margin: 50px 0 50px 0;
}

#riepilogo-prenotazione-sx {
    width: 50%;
    text-align: center;
    color: #4A4A4A;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 37px;
    text-align: center;
}

    #riepilogo-prenotazione-sx img {
        width: 90%;
    }

#riepilogo-prenotazione-dx {
    width: 50%;
    display: flex;
    align-items: center;
}

#riepilogo-prenotazione-dx-separator {
    display: inline-block;
    box-sizing: border-box;
    height: 1px;
    width: 60%;
    background-color: #4A4A4A;
    margin: 30px 0 30px 0;
}

#riepilogo-prenotazione-dx .cmdGeneral {
    width: 90%;
}

#riepilogo-prenotazione-dx-content {
    text-align: center;
    width: 100%;
}

#riepilogo-prenotazione-dx .cmdEliminaPrenotazione {
    background-color: #921510;
    border: 1px solid #921510;
}

    #riepilogo-prenotazione-dx .cmdEliminaPrenotazione:hover {
        background-color: #770e09;
        border: 1px solid #770e09;
    }

#areageografica-scegli {
    margin: 20px 0 30px 0;
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
}

#areageografica-boxes {
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#areageografica-oppure {
    box-sizing: border-box;
    height: 142px;
    width: 1px;
    background-color: #4A4A4A;
}

.areageografica-box {
    text-align: center;
    position: relative;
}

.areageografica-box-titolo {
    color: #4A4A4A;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 5px;
}

.areageografica-box-testo {
    color: #4A4A4A;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 25px;
}

.areageografica-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#filtri-fascia-boxes {
    margin: 50px 0 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #filtri-fascia-boxes .DropDownList {
        width: 280px;
    }

#filtri-fascia-seleziona {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

#filtri-fascia-cmdVediNegoziDisponibili-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 50px;
}

    #filtri-fascia-cmdVediNegoziDisponibili-container .cmdGeneral {
        width: 400px;
    }

#fesr {
    margin-right: 30px;
}

    #fesr img {
        width: 100%;
        max-width: 250px;
    }
.band-video-item,
.band-video-list {
    padding:25px 0 25px 0;
}
.band-video-item-titolo {
    margin-bottom:25px;

    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #4A4A4A;
}
.band-video-item-testo {
    margin-top:25px;

    color: #4A4A4A;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 23px;
}
.band-video-list .band-video {
    margin-bottom: 0;
}
#band-duplicardrive {
    background-image:url('../private_images/paths/path-duplicarddrive.png');
    background-repeat:no-repeat;
    background-size:cover;
}
#band-duplicardrive-mobile {
    background-image:url('../private_images/paths/path-duplicarddrive-mobile.png');
    background-repeat:no-repeat;
    background-size:cover;
    display:none;
}
#band-duplicardrive .centratore {
    padding:25px 0 60px 0;    
}
#duplicardrive-banner {
    margin:0 0 15px -75px;
}
#duplicardrive-scopri {

}
#duplicardrive-negozi {
    position:absolute;
    top:0;
    left:485px;
}
#duplicardrive-mobile-banner {
    text-align:center;
    margin-bottom:15px;
}
#duplicardrive-mobile-scopri {
    text-align:center;
}
#duplicardrive-mobile-negozi {
    margin:-25px 0 0 -15px;
    width:calc(100% + 30px);
}
#anniversario20anni_desktop {
    position:fixed;
    top:50%;
    right:0;
    transform:translateY(-50%);
    z-index: 10;
    width:20%;
}
#anniversario20anni_mobile {
    display:none;
    width:35%;
    position:fixed;
    top:20px;
    right:0;
    z-index: 10;
}
    
#anniversario20anni a {
    transition: opacity 0.5s linear;
} 

#anniversario20anni a img {
    width:100%;
}

#anniversario20anni.hidden a {
    opacity:0;
}
    
@media screen and (max-width: 768px) {
    #anniversario20anni_desktop {
        display:none;
    }
    #anniversario20anni_mobile {
        display:block;
    }
    #anniversario20anni.hidden a {
        opacity:1;
    }
}
.calendar {
	position:relative;
	display:inline-block;
}
.calendar .placeholder {
	position:absolute;
	top:2px;
	left:4px;
	height:calc(100% - 4px);
	width:calc(100% - 30px);
	background-color:#FFFFFF;
	overflow:hidden;
	pointer-events:none;
}
.calendar input:focus ~ .placeholder{
	display:none;
}
.rotator-template2 {
    margin:5rem 0 5rem 0;
}
.rotator-template2 img {
    object-fit:cover;
    width:100%;
    height:100%;
}
.TextBox-bordered {
    position:relative;
}
.TextBox-bordered input,
.TextBox-bordered textarea {
    font-family: 'Raleway',sans-serif;
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: none;
    border: 1px solid #4a4a4a;
    background-color: #fff;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 21px;
    outline: none;
}
    .TextBox-bordered textarea {
        line-height: 30px;
        height: 100px;
    
    }
.chbNotaReginaDriveContainer {
    position:relative;
}
.TextBox-bordered .error,
.chbNotaReginaDriveContainer .error {
    position:absolute;
    top:100%;
    color:red;
}


.CheckBoxListInsegne {
    margin-top:50px;
    margin-bottom:25px;
    list-style:none;
    padding:0;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:25px;
}
.CheckBoxList li{
        
}
.CheckBoxList input {
    display:none;
}
.CheckBoxList label {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    padding-left: 45px;
    font-weight: 400;
    display:block;
    position:relative;
}
.CheckBoxList label:before {
    content: '';
    height: 28px;
    width: 28px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 30px 0 rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 15px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    content: '';
    height: 28px;
    width: 28px;
}
.CheckBoxList input:checked + label:after {
    background-image: url('../private_images/icons/chb.png');
    content: '';
    height: 28px;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
    
@media (max-width:768px) {
    .CheckBoxListInsegne {
        grid-template-columns: 1fr 1fr;
    }
}
.AppMyDuplicard #header,
.AppMyDuplicard #arrow-up-site,
.AppMyDuplicard #breadcrumb-structureddata,
.AppMyDuplicard #band-app,
.AppMyDuplicard #band-footer {
    display: none;
}
.AppMyDuplicard #body {
    padding-top:0;
}
.AppMyDuplicard #body > div {
    padding-top:30px;
}