.menu-items {
   display: flex;
   flex-wrap: wrap;
}

.menu-items > div[class*='col-'] {
  display: flex;
}


.menu-title{
  color: #03262c;
  font-family: "Barlow Condensed";
  font-weight: 600;
  border-bottom: 2px solid #000;
  margin-bottom: 25px;
}

.product_content{
  margin: 15px 0;
}

.product_content h4{
  color: #03262c;
  font-family: "Barlow Condensed";
  font-weight: 600;
  margin-bottom: 15px;
}

.product_content p{
  font-size: 16px;
  text-align: justify;
}

.food-set-card {
  font-family: "Rajdhani", sans-serif;
  border: 0px;
  border: 1px solid #b9a3a3 !important;
}

.food-set-card .card-text{
	height: 0px !important;
	max-height: 20px;
}

.red{
	color: red;
}

.cart-table td > * {
    vertical-align : middle;
}

.pointer{
	cursor: pointer !important;
}

.closed-warning{
    border: 1px solid red;
    border-radius: 5px;
    background-color: #efefef47;
    padding: 5px;
    display:inline-block;
}
    