.etelek-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.etelek-details {
    flex: 1;
}


.etelek-price {
    font-size: 24px;
    color: #df4c2b;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Bebas Neue", Sans-serif;
}


.etelek-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #131F20;
    font-family: "Bebas Neue", Sans-serif;
    letter-spacing: 0.4px;
}

.etelek-description {
    font-size: 15px;
    color: #666;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 400;
}


.desszert .etelek-title {
    color: #ffffff;
}


.desszert .etelek-description {
    color: #fff;
}

.desszert .etelek-price {
    color: #ffffff;
}


.koret .etelek-title {
    color: #ffffff;
}


.koret .etelek-description {
    color: #fff;
}

.koret .etelek-price {
    color: #ffffff;
}


.asztalfoglalas {
    background-color: #df4c2b;
    border: 1px solid #df4c2b;
    padding: 9px 8px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 280px;
    justify-content: center;
}

svg#fi_685352 {
    width: 33px;
    height: auto;
    fill: white;
}


@media (max-width: 767px) {

    .etelek-title {
        font-size: 25px;
    }

    .etelek-description {
        font-size: 14px;

    }

    .asztalfoglalas {
        background-color: #df4c2b;
        border: 1px solid #df4c2b;
        padding: 9px 8px;
        font-size: 21px;
        gap: 10px;
        width: 246px;
        justify-content: center;
    }

    .footerer {
        color: #505050;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

}