#masterContainer.chisiamo {
    font-size: 20px;
}

.prodotti_lista {
    padding-bottom: 60px !important;
    margin-bottom: 60px !important;
}


.item_prodotto {
    margin-bottom: 15px !important;
    border: 1px solid #000000 !important;
}


.sec-prodotto {
    padding: 30px 0 !important;
}


.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
}

.rosso {
    color: #b71c1c;
}

@media (min-width: 1350px) {
    #masterContainer {
        max-width: 1400px;
    }
}

.banner-richiesta {
    width: fit-content !important;
    margin: 0 auto;
    position: relative;
    animation-name: up-down;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    background: #b71c1c
}

    .banner-richiesta p {
        margin: 0
    }

@keyframes up-down {
    0% {
        top: -50px;
    }

    50% {
        top: -30px;
    }

    100% {
        top: -50px;
    }
}

/*@keyframes up-down {
    0% {
        top: -80px;
    }

    50% {
        top: -60px;
    }

    100% {
        top: -80px;
    }
}*/

.nav-link ul:hover {
    display: block !important
}
