.box1 {
  border-radius: 7px;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border: 1px solid lightgray;
  height: 180px;
}

.stickySearchbar{
  position: sticky;
  top: 64px;
  z-index: 1000;
  /* border: 1px solid lightgray; */
  border-radius: 7px;
  border-color: black;
  /* background-color: #003b95; */
  margin-bottom: 50px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  /* height: 80px; */
 }
 
 .searchDiv {
  padding: 10px;
  margin: 0px;
  align-items: center;
  margin-bottom: 60px;
  }
  .searchDiv input {
  height: 50px;
  border: 1px solid #D4AF37;
  font-size: 16px;
  letter-spacing: 1.1px;
  text-transform: capitalize;
  color: #fefef;
  }
  #search {
    height: 50px;
    background: transparent;
    border: 1px solid #003b95;
    text-transform: capitalize;
    letter-spacing: 1.1px;
    color: #003b95;
  }
  #search:hover {
    background: #003b95;
    color: #fff;
    border: none;
    border: 1px solid #fff;
    transition: 0.3s;
    border-radius: 7px;
  }


  .box1 img {
    border-radius: 7px;
  }
  .box1 span {
    color: goldenrod;
    font-size: 12px;
  }
/*Fahad css start*/

.dot {
  content: "";
  position: absolute;
  top: -7px;
  right: -1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ff4800;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
}
.unique_body{
  padding: 1px;
}
.veg-flag {
  width: 16px;
  height: 18px;
  border: 1px solid #3DA66E;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 3px;
}

.veg-flag span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3DA66E;
  border-radius: 50% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.non-veg-flag {
  width: 16px;
  height: 18px;
  border: 1px solid #fd1615;
  text-align: center;
  background-color: #fff;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
  border-radius: 3px;
}

.non-veg-flag span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fd1615;
  border-radius: 50% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ItemAddedinCart {
  background: darkgreen;
  color: #fff;
}
.activeMhId {
  margin: 0px !important;
  cursor: pointer;
  font-weight: 500;
  background: #fff !important;
  color: #033f21 !important;
  border: 2px solid #033f21 !important;
}

.menu-item h6 {
margin-bottom: 0;
}

.menu-item .description {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-height: 20px;
transition: all 0.3s ease-in-out;
}

.menu-item.expanded .description {
white-space: normal;
max-height: none;
}
.discount-badge {
position: absolute;
top: 10px;
right: 10px;
}

.badge-success {
background-color: #28a745;
color: white;
padding: 5px;
border-radius: 5px;
}

.discount-box {
background-color: #f8f9fa;
padding: 10px;
border: 1px solid #dedede;
border-radius: 8px;
margin-top: 10px;
}

.discount-title {
font-size: 16px;
margin-bottom: 8px;
}

.discount-info {
font-size: 14px;
color: #333;
}
/* #profileList li {
    cursor: pointer;
    border: 1px solid black;
    padding: 10px;
    margin: 5px;
    text-transform: capitalize;
} */
.searchItem{
  position: sticky;
  top: 224px;
  z-index: 1000;
  border-radius: 7px;
  border-color: black;
  /* margin-bottom: 50px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
 }
 .onlineorderbox{
  position: sticky;
  top: 58px;
  z-index: 1000;
  border-radius: 7px;
  border-color: black;
  /* margin-bottom: 50px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
 }
 .single_menuhead{
    position: sticky;
    top: 127px;
    z-index: 1000;
    border-radius: 3px;
    border-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    background: #003b95 ;
    color: white;
    /* border: 2px solid white; */
  }
  
.searchBar{
  position: fixed;
  background: #003b95;
  margin: auto;
  z-index: 1000;  
  bottom: 0;
  /* left: 0; */
  /* right: 0; */
  padding: 5px;
  border-radius: 7px;
  border-color: black;
  /* display: flex; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  justify-content: space-evenly;
  border-radius: 12px;
  width: 50%;
}
  .btnGrpMinusQty{
    color: #df2200 !important;
    background: white !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    font-weight: 600;
  }
  .btnGrpMinusQty:hover{
    color: white !important;
    background: #df2200 !important;
  }
  .btnGrpPlusQty{
    color: green !important;
    background: white !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    font-weight: 600;
  }
  .btnGrpPlusQty:hover{
    color: white !important;
    background: green !important;
  }
  .dltItemBtn{
    color: #df2200 !important;
    background: white !important;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    font-weight: 600;
  }
  .dltItemBtn:hover{
    color: white !important;
    background: #df2200 !important;
  }
  
/*Fahad css end */