html {
  scroll-behavior: smooth;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c26500;
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  z-index: 100000;
  transition: 0.2s;
  background: #FFF;
}
.fixed-header nav.navbar.validnavs.navbar-box.logo-less {
  top: 0;
}
.navbar-nav li > a.active {
  color: #c26500 !important;
}
.bg-theme.top-bar-style-two {
  background: #000 !important;
}
.topbar-two-items img {
  height: 80px;
}
.topbar-two-items .logo a {
  padding: 10px 50px;
}
.opening-hour-items .text-fixed {
  top: 40px;
  font-size: 53px;
}
ul.opening-hours-table li::after {
  content: none;
}
.bg-dark ul.opening-hours-table li span, .bg-dark ul.opening-hours-table h6 {
  background: none;
}
.bg-dark nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
  background: #000000;
}
.bg-dark .navbar-box .navbar-brand > img {
  filter: none;
}
.navbar .navbar-collapse.collapse {
  flex: content;
}
/*#navbar-menu .order_online{background: #c26500; padding: 10px 20px; color: #FFF;}*/
.food-type-area .info .title {
  font-size: 30px;
}
.blog-area.home-blog {
  background: #363434 !important;
}
ul.meal-items li .content .bottom {
  grid-column-gap: 0;
}
ul.meal-items li .thumbnail img {
  width: 100px;
  height: 100px;
}
.about-style-two-thumb {
  border-radius: 50px;
}
.about-style-thumb-box .curve-text {
  left: 33%;
  bottom: -80px;
}
.food-menu-style-four-area .thumbnail {
  width: 100px;
  height: 100px;
}
footer .about {
  border-right: 0;
}
footer .widget-title {
  margin-bottom: 20px;
}
.food-menu-style-two-area {
	margin-bottom: 100px;
}
.food-menu-style-two-area #nav-id-1{background-color: #d34100; border-color: #d34100;}
@media (max-width: 1023px) {
  .bg-dark nav.navbar.validnavs {
    background: #000 !important;
  }
}
@media (max-width: 768px) {
  video {
    width: 100%;
  }
  .fixed-header {
    background: #000;
  }
}