.napojove_polozky{
    display:flex;
    justify-content: space-between;
    width: 25em;
}

.oteviracka {
    display: flex;
    justify-content:space-between;
    width: 100%;
}

.jidlo {
    width: 100%;
}

.jidelni-polozky {
    display:flex;
    justify-content: space-between;
    width: 100%;
}

.jidlo-hr{
    color: yellow;
    width: 30%;
    margin-left: 0.3em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {
    .napojove_polozky{
        display:flex;
        justify-content: space-between;
        width: 20em;
    }

    .jidlo-cena{
        margin-top:0.6em;
    }



    .maly-telefon {
        font-size: 0.9em;
    }

    .menu-maly-telefon{
        background: wheat;
        padding: 1em;
        border-radius: 1em;
        margin-left: 1em;
        text-align: center;
    }


}