body{
    background-color: #e5e9f0;
    font-family: 'New Tegomin', serif !important;
}
.navbar{
    background-color: #4c566a;
}
.imglogo{
    width:69px;
    height:39px;
}

.brand-name{
    color: #e67700;
    font-weight: bolder;
    font-style: normal;
    text-shadow:2px 2px #4c566a;
    
}
.menu-img{
    opacity: 0.2;
}

.menus .menu-icon{
        font-size: 100px;
        color: darkgoldenrod; 
     
}


.menu-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#e67700;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
}

.menu-tile{
    position: relative;
    cursor: pointer;
    height: 200px;
    width: 200px;
    text-align: center;
    border: 2px solid darkgoldenrod;
    padding: 10px;
    margin: 10px;
    box-shadow: 13px 13px 20px gray;
}

.menu-tile:hover{
    scale: 1.05;
}

.menu-img{
    width: 180;
   height: 180;
   position:relative
}


.nav{
    list-style: none;
}
.btn-primary{
background-color: #e67700;
border-color: #e67700;
}
.nav li .nav-link{
    font-weight: 700;
    color: #454748;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
}


.products .product-img{
    max-width:115px;
    
}

p.products{
    margin-bottom: auto;
}
.product-name{
color:#e67700;
font-weight: bold;
font-style: normal;
font-size: 14px;
line-height: 15px;
margin-bottom: 0px;
}
.product-price{
    color:rgb(49, 48, 48);
    font-weight: bold;
   margin-bottom: 0px;
}
.product-tile{
cursor: pointer;
height: 140px;
width: 160px;
text-align: center;
border: 2px solid darkgoldenrod;
padding: 5px;
margin: 15px;
box-shadow: 13px 13px 20px gray;
}
.product-tile:hover{
scale: 1.05;
}


.pos-table th a{
    color:#e67700;
}

footer{
    position: relative;
     background-color: #4c566a;
     bottom: 0px;
     width: 100%;
     margin-top: 20px;
    
}

.fa-chevron-left {
    color: #4c566a;
	font-size: 50px;
}

.fa-chevron-right {
    color: #4c566a;
	font-size: 50px;
}

.card{
	box-shadow: 0px 5px 5px gray;
}
.card-body{
    padding: 1rem !important;
}

.category-item{
    margin-bottom: 5px;
    border: 2px solid darkgoldenrod;
    cursor: pointer;
    text-align: center;
    color:#e67700;
    padding: 5px;

}

.category-item:hover{
    text-decoration: none;
    color:#e67700;
	box-shadow: 0px 5px 5px gray;

}
.carousel-item{
    height: 40px;

}


.veg-icon{
width: 15px;
height: 15px;
position: relative;
margin-top: -10px;
margin-left: -2px;
}

