/*GENERAL*/
*
{
    box-sizing: border-box;
}
body
{
    background-color: #E5E5E5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
img
{
    width: 144px;
    height: 87px;
    border-radius: 4px;
    
    display: flex;
    margin-top: 3px;
}

.icon
{
    color: #10c036;
    font-size: 18px;
    display: flex;
    margin-right: 0px;
    margin-left: 60px;
}

.boxes b
{
    color: #333333;
    font-weight: 400;
    font-family: 'Righteous';
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.018em;

    display: flex;
    margin-bottom: 17px;
    margin-top: 31px;
}

/*Fixed bar*/
.top-bar
{
    background-color: #CF2B2B;
    width: 100%;
    height: 92px;

    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    position: fixed;

}
.bottom-bar
{
    background-color: #FFFFFF;
    width: 100%;
    height: 92px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;

    position: fixed;
}

.top-bar b
{
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 400;
    font-family: 'Righteous', cursive;
    line-height: 55px;
    letter-spacing: -0.012em;

    display:flex;
    margin-left: 21px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.top-bar p
{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 21px;

    display: flex;
    margin-left: 21px;
    margin-top: 1px;
}

.box
{
    background-color: #FFFFFF;
    width: 172px;
    height: 216px;
    border-radius: 9px;
    display:flex;
    flex-direction: column;
    align-items: left;
    padding: 14px;
    border: none;
    margin-right: 16px;
    cursor: pointer;
}

.box b
{
    color: #333333;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    display: flex;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 8px;

}

.box p
{
    color: #A6A6A6;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: start;
}

.box .price
{
    color: #000000;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: start;

    display: flex;
    margin-top: 8px;
}
.dishes, .drinks, .desserts
{
    display: flex;
    flex-direction: row;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;

    
}
.container
{
    margin: 0;
    padding: 0%;
}
.none
{
    display: none;
}

.check
{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.selectDish, .selectDessert, .selectDrink
{
    padding: 9px;
    border: solid 5px #10c036;
}

.feed
{
    display: flex;
    flex-direction: column;
    margin-left: 19px;
    margin-top: 92px;
    margin-bottom: 108px;
}

.finish
{
    background-color: #CBCBCB;
    width: 364px;
    height: 61px;
    border-radius: 50px;

    display:flex;
    flex-direction: column;
    align-items: left;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.finish p
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.enable
{
    background-color: #10c036;
}

.value
{
    display:flex;
}

.container
{
    z-index: 0;
}
.overlay
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

    background-color: rgba(255, 255, 255, 0.6);

}

.cart
{
    width: 377px;
    height: 353px;
    background-color: #10c036;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);

    display: flex;
    border-radius: 9px;
    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.pay
{
    width: 329px;
    height: 52px;
    border-radius: 100px;
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
}

.pay p
{
    color: green;
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;

}
.cart b, .cancel
{
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 700;
    font-size: 22px;
}

.details p
{
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    line-height: 25.78px;
}

.order-dish, .order-drink, .order-dessert, .order-price
{
    width: 290px;
    display: flex;
    justify-content: space-between;
}
.cancel
{
    width: 329px;
    height: 40px;
    cursor: pointer;
    background-color: #10c036;
    border: none;
}
.disable
{
    display: none;
}