.section-title h2 {
    font-weight: bold;
}

#navigator {
    width: auto;
    height: 30px;
    background-position: center;
    background-repeat: repeat-x;
}

body.adiconsum #navigator {
    background-image: url("images/categorie/navigator/navigator_adiconsum.png");
}

#navigator .passo {
    display: inline-block;
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("images/categorie/navigator/cursor-gost.png");
}

#navigator .passo.attivo {
    background-image: url("images/categorie/navigator/cursor.png");
}

#navigator .passo.attivo:hover {
    filter: brightness(1.5);
}

#navigator .passo.attuale {
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url("images/categorie/navigator/cursor.png");
}

#navigator-label .passo-label {
    font-size: 10px;
    color: #c8c8c8;
}

#navigator-label .passo-label.attivo {
    font-size: 11px;
    color: #000000;
}

#navigator-label .passo-label.attuale {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

body .button-azione {
    font-size: 22px;
}

body.adiconsum .button-azione {
    background-color: #dcede6;
    border-color: #006643;
    color: #006643;
}

body.adiconsum .button-azione:hover {
    background-color: #006643;
    color: #ffffff;
}

body.adiconsum #navigator-label .passo-label.attivo, body.adiconsum #navigator-label .passo-label.attuale {
    color: #006643;
}