.slide_menu {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.slide_menu .menu {
  display: flex;
  width: 100%;
  scroll-behavior: smooth;
  overflow: hidden !important;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
}

.MainArea {
  width: 100%;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

.slide_menu .current-menu-item {
  border-bottom: 2px solid #ff8000 !important;
}

@media (max-width: 1025px) {
  .slide_menu .menu {
    overflow: auto !important;
  }
}

#slide_menu svg {
  width: 15px;
}

.slide_menu li a:hover {
  text-decoration: none;
}

.slide_menu button {
  border: none;
  padding: 5px;
  background: none;
  font-size: 30px;
  line-height: 30px;
}

.slide_menu .custom-menu-class {
  display: flex;
  flex: 1 1 0%;
  overflow-x: auto;
}

.slide_menu li a {
  color: #0a3847;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.slide_menu li a:hover {
  color: #ff8000;
}

.slide_menu .menu li {
  margin: 5px;
}

.slide_menu li.active {
  border-bottom: 2px solid #ff8000 !important;
}

.slide_menu button {
  border: none !important;
  padding: 5px;
  line-height: 30px;
  margin: 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
}

.mcb-wrap {
  position: initial !important;
}

.food-icon svg {
  width: 50px !important;
  height: 50px !important;
}

.sticky {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 100000;
  background: white;
  left: 0px;
  right: 0px;
}

.food-icon {
  text-align: center;
  background: white;
  border-radius: 50%;
  padding: 10px 15px;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
}

.food-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 22px;
}
