.menulogoonly img {
    max-width: 110px !important;
}

header {
    margin-top: 150px;
}

.sauton-hello-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sauton-hello-bar {
    background-color: #FFD930;
    color: #000;
    padding: 10px 2.5rem;
}

.sauton-hello-bar p {
    margin-bottom: 0;
}


#main_countedown_1 .countdown {
    margin-top: 0;
    margin-bottom: 0;
}

#main_countedown_1 .time_left,
#main_countedown_2 .time_left {
    background-color: #00b2a9 !important;
    color: #fff !important;
    padding: 10px;
    font-family: "Montserrat", Helvetica, sans-serif !important;
    display: block;
    width: 50px;
    margin: 0 auto;
    font-size: 20px !important;
    border-radius: 0 !important;
}

#main_countedown_1 .time_description,
#main_countedown_2 .time_description {
    font-family: "Montserrat", Helvetica, sans-serif !important;
    font-size: 15px !important;
    display: block;
    margin-top: 5px;
    color: #000 !important;
}

#main_countedown_1 .element_conteiner,
#main_countedown_2 .element_conteiner {
    min-width: 60px !important;
    display: inline-block !important;
}

section.blackfray {
    background-image: url('https://www.sauton.it/wp-content/uploads/2025/11/bfhero.jpg');
    padding: 7em 1em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.blackfray:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
}

section.blackfray .row {
    position: relative;
    z-index: 3;
}

section.blackfray h2 {
    color: #fff;
    font-size: 50px;
}

section.blackfray p {
    color: #fff;
    font-size: 22px;
}

a.btn.bfcontinua.button {
    font-size: 22px !important;
}

section.tuttoff {
    padding: 3em 0 3em;
}

section.tuttoff a.button {
    font-size: 22px !important;
}

section.oliococcoregalo .row {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

section.oliococcoregalo h2 {
    font-size: 30px;
}

section.oliococcoregalo,
section.bffaq .row {
    max-width: 1300px !important;
    margin: 0 auto !important;
    float: none;
    display: block !important;
}

section.blackfraybannerfin {
    background-image: url(https://www.sauton.it/wp-content/uploads/2025/11/ultimigiorni.jpg);
    padding: 7em 1em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.blackfraybannerfin:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.4;
}

section.blackfraybannerfin .row {
    position: relative;
    z-index: 3;
}

section.blackfraybannerfin h2 {
    color: #fff;
    font-size: 50px;
}

section.blackfraybannerfin p {
    color: #fff;
    font-size: 22px;
}


.blackfraybannerfin a.button {
    font-size: 22px !important;
}

@media only screen and (max-width: 1024px) {
    section.blackfray h2 {
        color: #fff;
        font-size: 40px;
    }

    section.blackfraybannerfin .row .columns {
        max-width: 100%;
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    section.blackfray h2 br {
        display: none;
    }

    section.blackfray h2 {
        color: #fff;
        font-size: 37px;
    }

    section.blackfray p {
        color: #fff;
        font-size: 20px;
    }

    section.blackfraybannerfin .row .columns {
        max-width: 100%;
        width: 70%;
    }

    section.blackfraybannerfin h2 {
        color: #fff;
        font-size: 40px;
    }
}

@media only screen and (max-width: 639px) {
    .sauton-hello-bar {
        padding: 10px 0px;
    }

    .sauton-hello-bar .columns {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }


    section.blackfray h2 {
        color: #fff;
        font-size: 26px;
    }

    section.blackfray {
        padding: 2em 1em;
    }

    section.blackfray .columns {
        padding: 0;
    }

    a.btn.bfcontinua.button {
        font-size: 18px !important;
        text-align: center;
    }

    section.blackfray:before {
        opacity: .6;
    }

    section.tuttoff a.button {
        font-size: 18px !important;
    }

    section.oliococcoregalo .row {
        display: block;
        padding-bottom: 30px;
    }


    section.blackfraybannerfin .columns {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    section.blackfraybannerfin h2 {
        color: #fff;
        font-size: 30px;
    }

    section.blackfraybannerfin p {
        color: #fff;
        font-size: 16px;
    }

    .blackfraybannerfin a.button {
        font-size: 18px !important;
        text-align: center;
    }

}