#menu-fillter:nth-child(1) {
  margin-bottom: 20px;
}
#menu-fillter a {
  font-size: 15px;
  margin-right: 10px;
  text-transform: uppercase;
}
#menu-fillter a:after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  line-height: 15px;
  margin-bottom: 3px;
  background-color: transparent;
  border: 0.5px solid #f8b500;
  border-radius: 50%;
  margin-left: 10px;
  padding-left: 0;
  vertical-align: middle;
}
#menu-fillter li:nth-last-child(1) a:after {
  display: none;
}
.order-btn {
  background-color: transparent;
  border: solid 1px #f8b500;
  border-radius: 6px;
  padding: 5px 20px;
  margin-top: 10px;
}

.svg-ham {
  width: 300px;
}

.icons .icons-title {
  margin-bottom: 75px !important;
  transition: all 0.3s;
}
.icons .icons-title.subtitle-on {
  margin-bottom: 25px !important;
}

.icons .icons-title--en {
  font-size: 6px;
  opacity: 0;
  transition: all 0.7s;
  display: block;
  font: normal normal normal 12px/15px Courgette;
  letter-spacing: 0.18px;
}

.icons .icons-subtitle {
  display: block;
  font-size: 6px;
  color: #f8b500;
  margin-top: 35px;
}

.overlay_item.hover .icons-title {
  margin-bottom: 5px !important;
}

.overlay_item.hover .icons-title--en {
  opacity: 1;
}
.badge-group {
  top: 10px !important;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  left: 0;
  right: 10px;
}
.badge {
  margin-left: 5px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  background-color: #f39800;
  padding: 4px 12px;
  font-size:1em;
}
.overlay_item.hover .badge {
  display: none;
}
.badge.red {
  background-color: #9b0001;
}
.badge.brown {
  background-color: #a56d35;
}
.banner .banner-content p:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 15px;
  margin-bottom: 6px;
  background-color: #fff;
}
.banner .banner-content p:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 40px;
  margin-left: 15px;
  margin-bottom: 6px;
  background-color: #fff;
}
.qrcode-modal {
  padding: 20px;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 200ms;
}
.qrcode-modal .modal-wrapper {
  background-color: #fff;
  position: relative;
  margin: auto;
  width: 300px;
  height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.qrcode-modal .modal-wrapper img {
  width: 250px;
  height: 250px;
}
.qrcode-modal .modal-wrapper .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  opacity: 0.5;
}
.qrcode-modal .modal-wrapper .close:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  #menu-fillter {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu-bar {
    padding: 0 !important;
  }
}

.dropdown {
  padding: 15px;
  display: none;
}
@media (max-width: 576px) {
  .dropdown {
    display: block;
  }
}
.dropdown .dropdown-btn {
  position: relative;
  padding: 10px 0;
  width: 100%;
  border: 0.1px solid #a76800;
  border-radius: 5px;
}
.dropdown .dropdown-btn.active {
  background-color: #f39800;
  border-color: #f39800;
}
.dropdown .dropdown-btn .arrow-up {
  position: absolute;
  right: 15px;
  top: 40%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid black;
}
.dropdown .dropdown-btn .arrow-down {
  position: absolute;
  right: 15px;
  top: 42%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid white;
}
.dropdown .dropdown-btn .arrow-down.hide,
.dropdown .dropdown-btn .arrow-up.hide {
  display: none;
}
.dropdown ul {
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #f39800;
  display: none;
  transition: all 5s;
}
.dropdown ul.open {
  display: block;
}
.dropdown ul li {
  border-bottom: 1px solid #f39800;
}
.dropdown ul li:nth-last-child(1) {
  border-bottom: none;
}
.dropdown ul li a {
  display: block;
  padding: 10px 0;
}
.dropdown ul li a:hover,
.dropdown ul li a:focus {
  background-color: #f39800;
  color: white;
}



.fa-bars {
  color: white;
}
.banner .banner-content p {
  font: normal normal normal 16px/20px Courgette;
}
.menu-title{
  font-size: 48px !important;
  font-family: 'Noto Sans TC';
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.dropdown-menu-item.active {
  background-color: #f39800;
}