﻿body {
    background-color: #f7f7f7;
}
.Header {
    background-color: #221c10;
    height:125px;
    width:100%;
    text-align:center;
}
.Header img{
    height:125px;
    width:auto;
    max-width:100%;
}
.FoodCategory {
    padding: 50px 0px 0px 0px;
}
.nav-link {
    color: #000;
    background-color: #caab50;
}
.nav-item{
    padding:0px 5px;
}
.Food-Item-Type1{
    padding:10px 0px;
}
.Food-Item-Type1 table{
    width:100%;
}
.Food-Item-Type2{
    display:grid;
    padding:5px 0px;
}

.Food-Item-Type2 .Food-Info,
.Food-Item-Type2 .Food-Image{
    width:100%;
}

.MainCategory-Title h6,
.SubCategory-Title h6 {
    padding: 10px 0px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    height:42px;
}
.SubCategory-Title a:hover{
    text-decoration:none;
}

.Food-Item-Type1 .Price div {
    padding: 0px 10px;
}

.Food-Item-Type1 .Price {
    display: flex;
    padding:5px 0px; 
}

.Food-Item-Type2 .Price {
    display: flex;
    justify-content: space-evenly;
}

.Food-Item-Type2 .Price div{
    background-color:#caab50;
    padding:5px 10px;
    text-align:center;
}

.list-group-item{
    background-color:rgba(0,0,0,0);
}
.MainCategoryImage img{
    height:125px;
    width:auto;
    max-width:100%;
}
.Food-Item-Type2 img {
    height: 94px;
    width: auto;
    max-width: 100%;
}

.Arrows{
    position:fixed;
    top:50%;
    z-index:1;
}

.Arrows .Next{
    right:10px;
    font-size:20px;
    position:inherit;
}

.Arrows .Prev{
    left:10px;
    font-size:20px;
    position:inherit;
}

.nav-item {
    padding: 5px 5px;
}
.Food-Item-Type2 .MinInfo {
    display: flex;
    padding: 5px 0px;
}

.Food-Item-Type2 .Info {
    height: 72px;
    overflow: auto;
}