body {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: slide-video 1.5s linear forwards;
}

::-webkit-scrollbar {
  width: 10px;
  background: #0a4445;
}

::-webkit-scrollbar-thumb {
  background: #f3e2ac;
}

@keyframes slide-video {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-100px);
  }
}
header {
  position: relative;
  display: block;
  padding: 25px;
  z-index: 100000001;
}
header.active {
  z-index: 100000001;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(#0a4445, transparent);
}

h1 {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 7rem;
  margin: 0;
}

h3 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 3rem;
  margin: 0;
}

.main-title {
  line-height: 100px;
  color: #f3e2ac;
  margin-bottom: 30px;
}

.nav-container {
  position: relative;
  display: block;
}

.main-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0;
}
.main-navigation li {
  position: relative;
  display: block;
}

.main-navigation li a {
  position: relative;
  display: block;
  padding: 0px 20px;
  transition: 0.3s;
  color: #f3e2ac;
  font-size: 16px;
  text-decoration: none;
}
.main-navigation li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: center/contain no-repeat url(../../../../../staging.rbdsinfotech.com/guchhi/wp-content/uploads/2023/11/nav-hover-icon.png);
  position: absolute;
  bottom: -15px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.main-navigation li a:hover {
  color: #c84c2f;
  transition: 0.3s;
}
.main-navigation li a:hover::before {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top {
  position: relative;
  display: block;
  padding: 0px 20px;
  transition: 0.3s;
  color: #f3e2ac;
  font-size: 14px !important;
  text-decoration: none;
	margin:0;
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top .lakit-nav-link-text,
.elementor-32 .elementor-element.elementor-element-2b3db8d .lakit-cart__heading-link{
  font-size: 16px !important;
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top::before,
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item.current-menu-item > .menu-item-link-top:before{
  content: "";
  width: 16px;
  height: 16px;
  background: center/contain no-repeat url(../../../../../staging.rbdsinfotech.com/guchhi/wp-content/uploads/2023/11/nav-hover-icon.png);
  position: absolute;
  bottom: -15px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top:hover,
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item.current-menu-item > .menu-item-link-top{
  color: #c84c2f;
  transition: 0.3s;
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top:hover::before,
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item.current-menu-item > .menu-item-link-top:before{
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.logo {
  position: relative;
  display: block;
  width: 130px;
}

.container {
  max-width: 1280px;
}

body section {
  position: relative;
  display: block;
  padding: 30px 0 0;
  z-index: 10000000;
}

.text-primary {
  color: #f3e2ac !important;
}

.btn-primary {
  background: #f3e2ac;
  border-color: #f3e2ac;
  color: #000;
  min-width: 150px;
}

.btn-primary:hover {
  background: #c84c2f;
  border-color: #c84c2f;
  color: #fff;
}

.dish-container {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 140px;
}

.smoke-video {
  position: absolute;
  left: 50%;
  bottom: 145px;
  transform: translateX(-50%);
  width: 100%;
  mix-blend-mode: screen;
  max-width: 410px;
}
section{
	z-index:10000000;
}
.footer {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 100px;
}

.social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 110px;
}
.social-links li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.social-links li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.social-links li a img {
  margin-right: 7px;
  width: 25px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.3s;
}
.social-links li:hover {
  color: #f3e2ac;
}
.social-links li:hover img {
  margin-right: 10px;
  transition: all 0.3s;
}

.mail-id, .explore-container {
  position: relative;
  display: block;
  height: 100%;
}

.mail-id a {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.mail-id a img {
  margin-left: 0.5rem;
}

.explore-container .explore-menu {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
}
.explore-container .explore-menu span {
  width: 100%;
  text-align: center;
}
.explore-container .explore-menu .arrow-down {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: #f3e2ac;
  transform: rotateZ(45deg);
  margin: 5px auto 0;
}
.explore-container .explore-menu .arrow-down:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid #f3e2ac;
  border-bottom: 1px solid #f3e2ac;
  left: 7px;
  top: 7px;
  animation: slide 1s linear infinite;
}

@keyframes slide {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(10px, 10px);
    opacity: 0;
  }
}
.main-content {
  width: 50vw;
}
.main-content h3 {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 300;
}
.main-content img {
  position: relative;
  display: block;
  max-width: 370px;
  margin-top: -65px;
}
.main-content p {
  font-size: 16px;
  margin-top: 20px;
  width: 40vw;
  max-width: 547px;
  color: #fff;
}



.form-container {
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 10px;
 
  margin-top: 80px;
  max-width: 750px;
}
.form-container h4 {
  position: relative;
  display: block;
  font-family: "Great Vibes", sans-serif;
  font-size: 65px;
  color: #f3e2ac;
  margin-top: -82px;
  left: 40px;
}
.form-container label {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  text-align: left;
  width: 100%;
}

input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background: #0a4445;
  border-radius: 50%;
  border: 1px solid #f3e2ac;
}
input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #f3e2ac;
  border-radius: 50%;
  display: none;
}
input[type=radio]:checked:before {
  display: block;
}

.form-container .form-control {
  background: #0a4445;
  border: 1px solid #f3e2ac;
  color: #f3e2ac;
}

.dropdown-caret {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #f3e2ac;
}

.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__delay-2-5s {
  animation-delay: 2.5s;
}

.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__delay-4-5s {
  animation-delay: 4.5s;
}

.animate__delay-5-5s {
  animation-delay: 5.5s;
}

.animate__delay-6s {
  animation-delay: 6s;
}

.animate__delay-6-5s {
  animation-delay: 1s;
}

.animate__delay-7s {
  animation-delay: 7s;
}

.animate__delay-7-5s {
  animation-delay: 2s;
}

.animate__delay-8s {
  animation-delay: 8s;
}

.animate__delay-8-5s {
  animation-delay: 3s;
}

.animate__delay-9s {
  animation-delay: 9s;
}

.animate__delay-9-5s {
  animation-delay: 4s;
}

.header-menu-bg {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: center/cover no-repeat url(../img/background/menu.jpg);
  padding: 120px 0;
  align-items: center;
  justify-content: center;
}
.header-menu-bg h1 {
  font-size: 50px;
  font-weight: 600;
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Poppins',sans-serif;
}
.header-menu-bg p.breadcrumb {
  font-weight: 600;
  color: white;
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
}

.header-inner {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
}
.header-inner:before {
  display: none;
}

.section-menu {
  position: relative;
  display: block;
  padding-top: 240px;
  background: center top/100% no-repeat url(../img/menu-bg-title.png);
}

.menu-container {
  margin-bottom: 50px;
}
.menu-container h4, .menu-container p {
  color: #000;
}
.menu-container h4 {
  font-size: 34px;
	font-family:'Poppins',sans-serif;
}
.menu-container h4 + p{
  font-size: 14px;
}
.menu-container:nth-child(even) .container .row:first-child{
	flex-direction:row-reverse;
}
.count-product{
  display:flex;
  flex-wrap:wrap
}
.count-product .menu-item{
    width:50%;
	margin-bottom:20px;
}
.elementor-location-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100000001;
}
.elementor-location-header svg path{
 fill:#f2e2ac;
}
.elementor-32 .elementor-element.elementor-element-5121edb .lakit-nav-id-5121edb > .menu-item-link-top,
.elementor-32 .elementor-element.elementor-element-2b3db8d .lakit-cart__heading-link span{
	color:#f3e2ac;
	font-size:16px !important;
}
.elementor-32 .elementor-element.elementor-element-2b3db8d .lakit-cart__heading-link:hover span{
	color:#c84c2f;
}
.dish-price {
  position: relative;
  display: block;
  text-align: end;
  color:#c84c2f;
}

.dish-name, .dish-price {
    font-size: 16px;
    font-weight: 500;
}

.dish-content {
  font-size: 13px;
  line-height: 17px;
  padding-top: 5px;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
.menu-item tr > td:last-child td {
  padding: 0;
}
.menu-item img {
    border-radius: 10px;
    min-width: 65px;
    min-height: 65px;
	background:#f7f7f7;
}
.menu-item p {
  border-bottom: 1px dotted #8b8e91;
  padding-bottom: 10px;
}

.footer-inner {
  position: relative;
  display: block;
  padding: 60px 0;
  background: #f7f7f7;
}
.footer-inner a {
  transition: 0.3s;
  color: #8b8e91;
}
.footer-inner a:hover {
  transition: 0.3s;
  color: #c84c2f;
}

.quick-links {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
.quick-links li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}
.quick-links li a {
  text-decoration: none;
}

.separator {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  background: #c84c2f;
  height: 1px;
}

.copyright {
  text-align: center;
  color: #8b8e91;
  margin: 0;
  position: relative;
  top: 20px;
}

.text-theme {
  color: #0a4445;
}

.social-links-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 110px;
}
.social-links-inner li {
  position: relative;
  display: block;
  margin: 0 5px;
}
.social-links-inner li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border: 1px solid #8b8e91;
  border-radius: 50%;
  color: #0a4445;
  transition: 0.3s;
}
.social-links-inner li a:hover {
  color: #c84c2f;
  border-color: #c84c2f;
  transition: 0.3s;
}

.nav-toggle-bars {
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0a4445;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 100000001;
  cursor: pointer;
}
  .menu-item, .menu-item table, .menu-item tr > td {
    border:none;
	margin:0;
	padding:0 8px;
  }
.elementor-location-footer .elementor-widget-container p{
	color: #212529!important;
    font-size: 1.5rem;
    font-weight: 300;
}
.btn-cart-custom{
	position:relative;
	display:block;
	background:#0a4545;
	border:1px solid #0a4545;
    padding: 7px;
    border-radius: 5px;
	transition:0.3s;
	color:#ffff;
    font-size: 14px;
    float: right;
    top: 4px;
}
.btn-cart-custom:hover{
	background:#f1e0aa;
	border-color:#f1e0aa;
	transition:0.3s;
  color: #0a4545;
}
.btn-cart-custom svg{
	margin-right:3px;
}
.btn-cart-custom:hover svg{
	stroke:#0a4545 !important;
	transition:0.3s;
}
.mobile-menu-item{
	display:none;
}
img.food-type{
    width: 20px;
    display: inline-block;
    position: relative;
    padding: 0;
    height: auto;
    min-width: initial;
    min-height:initial;
    margin-right: 3px;
    border-radius: 6px;
}
.popup-container{
  position: fixed;
  bottom:0;
  left:0;
  z-index:100000003;
  width:100%;
  display: none;
}
.popup-container:before{
  content:'';
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:15px;
  border-radius:10px 10px 0 0;
  background: rgba(0, 0, 0, 0.1);
  z-index:100000002;
  width:100%;
}
.popup-content{
  position: fixed;
  bottom:-100%;
  padding:15px;
  background: #fff;
  z-index:999;
  width:100%;
  transition:0.3s;
  max-height:90vh;
  overflow: auto;
}
.popup-content.active{
  bottom:0;
  transition:0.3s;
}
.popup-container p{
    color:initial;
    font-size: 14px;
}
.customize-link{
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    color: #c84c2f;
}
.quickviewwoo-product .product{
	display:flex;
}
.quickviewwoo-product .product > div:first-child{
	opacity:1 !important;
}
.quickviewwoo-product .product > div{
	padding:15px;
}
.quickviewwoo-product .product > div:first-child img{
	border-radius:10px;
	width:120px;
}
.quickviewwoo-summary h1{
	font-size:2.5rem;
    margin-bottom: 15px;
}
.quickviewwoo-summary .quickviewwoo-price{
    font-size: 2rem;
	font-weight:500;
    color: #c84c36;
}
.quickviewwoo-product_meta{display:none;}
.pofw-product-options-wrapper{
	margin-top:20px;
	display:block;
	position:relative;
}
form.cart{
	font-size:13px;
}
.pofw-product-options-wrapper .field.pofw-required > label{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    color: #d14c36;
}
.options-list .choice{
	position:relative;
	display:flex;
	align-items:start;
    margin-bottom: 5px;
}
.options-list .choice label{
	margin:0;
}
.options-list .choice input{
    margin: 0 8px 0 0;
	width:22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.options-list .choice input:before{
	width:11px;
}
.options-list .choice input[type="checkbox"]:before{
    color: #0a4545;
    font-size: 18px;
    margin-left: -6px;
}
.options-list .choice input[type="checkbox"]:checked{
    border-color: #0a4545;
}
.quickviewwoo-product_meta,
.lakit-wrap-cart-cta{
	margin-top:15px;
}
.field.pofw-required .control .options-list{
	column-count:3;
}
.field.pofw-required .control .options-list .choice {
    padding: 6px;
    border: 1px solid #e3e3e3;
}
.lakit-site-wrapper input[type=radio]{
    background: transparent;
    border: 1px solid #d9d9d9;
}
.lakit-site-wrapper input[type=radio]:before{
    background: #0a4545;
}
.lakit-site-wrapper input[type=radio]:checked{
    border-color: #0a4545;
}
.product_list_widget dl dt {
    font-weight: 600;
}
.dynamiccontent{
	margin-top:10px;
}
.branchdiv{
	position:relative;
}
.change-location-login-btn{
    background: #f3e2ac;
    margin-left: 10px;
    white-space: nowrap;
}
.change-location-login-btn:hover{
    background: #c84c2f;
    border-color: #c84c2f;
    color: #fff;
}
.landing-formcls .ui-widget.ui-widget-content {
    max-width: 468px !important;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.autocompleteparent{
	position:relative;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.updatebuttondetect button svg{
    fill: #f3e2ac;
}
.ui-autocomplete{
    position: absolute;
    top: 100%;
    width: 95% !important;
    max-width: initial !important;
    max-height: 250px;
    overflow: auto;
    background: #fff;
    list-style: none;
    left: 24px;
    padding: 0;
    z-index: 1;
}
.ui-autocomplete li a{
    color: initial;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
	padding:3px 15px;
	cursor:pointer;
}
.ui-autocomplete li a:hover{
    background: #0a4445;
    color: #fff;
}
.form-search-bar{
	position:relative;
	z-index:10000001;
}
.form-search-bar form{
    position: absolute;
    display: block;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 5px;
    top: 40px;
    width: 100%;
    left: 0;
}
.form-search-bar input[type="search"]{
    position: relative;
    display: block !important;
    padding: 10px 65px 10px 15px !important;
    background: 99% center/36px no-repeat url(../../../uploads/2023/12/search-icon.png),#fff;
    border-radius: 5px;
    font-size: 16px !important;
    width: 100% !important;
}
.form-search-bar form input[type=checkbox]{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 3px;
    border-color: #ce6047;
}
.form-search-bar form input[type=checkbox]:checked{
    border-color: #0a4545;
}
.form-search-bar form input[type=checkbox]:checked:before{
    color: #0a4545 !important;
}
.form-check {
	display: flex;
}
#search-menu-result{
	position:relative;
	display:block;
	margin-top:115px;
}
@media (max-width: 992px) {
  .main-content p {
    width: 100%;
    max-width: initial;
  }
  .main-content {
    width: 100%;
  }
  .footer {
    position: relative;
    margin-top: 70px;
  }
  .form-container h4 {
    left: 0;
  }
  .main-content img {
    max-width: 280px;
    margin-top: -40px;
  }
  .main-content h3 {
    font-size: 25px;
    text-align: left;
  }
  @keyframes slide-video {
    from {
      transform: translateX(0px);
    }
    to {
      transform: translateX(-100px);
    }
  }
  .nav-toggle-bars {
    display: flex;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 280px;
    display: block;
    z-index: 999;
    margin: 0;
    transform: translateX(100%);
    transition: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .main-navigation li > a.sub-item {
    margin-top: 0;
    color: #8b8e91;
    padding: 10px 0 10px 18px;
    border-bottom: 1px solid #e1e1e1;
  }
  .main-navigation li > a.sub-item:hover {
    color: #c84c2f;
  }
  .main-navigation li:first-child div > div {
    background: #0a4445;
  }
  .main-navigation li:first-child div > div h5, .main-navigation li:first-child div > div i {
    color: #fff;
  }
  .main-navigation.active {
    transform: translateX(0);
    transition: 0.5s;
    transition-timing-function: ease-in-out;
  }
  [class*=animate__delay-] {
    animation-delay: 0s !important;
  }
	.main-navigation li a::before{
		display:none;
	}
	.field.pofw-required .control .options-list{
		column-count:2;
	}
}
@media (max-width: 767px) {
.count-product .menu-item{
	display:none;
}
.mobile-card{
    position: relative;
    padding: 7px;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
}
.mobile-menu-item{
	display:block;
}
.mobile-dish{
	line-height:0;
}
.mobile-dish img{
    position: relative;
    min-width: 60px;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    padding: 0 30px;
    margin-bottom: 15px;
}
.btn-cart-custom{
	top:0;
    padding: 3px 7px;
}
.customize-link{
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    color: #c84c2f;
}
  .dish-container {
    top: 38px;
    max-width: 390px;
    height: 260px;
  }
  .dish-container img {
    position: absolute;
    bottom: 0;
  }
	.dish-content{
	text-align:left;
}
.dish-content.read-more{
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
	display:none;
}
	.dish-content.read-more.active{
		display:block;
	}
  .smoke-video {
    bottom: 75px;
  }
  .logo {
    margin: auto;
  }
  .form-container {
    padding: 30px 15px;
  }
  .form-container h4 {
    font-size: 43px;
    margin-top: -68px;
  }
  .form-container label {
    font-size: 16px;
  }
  .btn-primary {
    min-width: 135px;
    font-size: 14px;
  }
  .social-links {
    width: 100%;
    justify-content: center;
  }
  .section-menu {
    padding-top: 125px;
  }
	.form-search-bar form {
		top: -25px;
		left: 0;
		padding:10px;
	}
}
@media (max-width: 535px) {
  .dish-container {
    top: 38px;
    height: 220px;
  }
  .dish-container img {
    position: absolute;
    bottom: 0;
  }
  .dish-name, .dish-price {
    font-size: 15px;
    font-weight: 500;
  }
  .dish-price{
	color:#c84c2f;
  }
  .dish-content {
    font-size: 10px;
    line-height: 13px;
  }
  .smoke-video {
    bottom: 40px;
  }
  .mail-id a {
    position: relative;
    padding: 15px 0;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .mail-id a img {
    margin-left: initial;
    margin-right: 0.5rem;
  }
  .explore-container .explore-menu {
    position: relative;
    display: block;
    bottom: 0;
    right: initial;
    width: 100%;
    margin: 35px 0;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .content-center {
    text-align: center;
  }
  .video-bg {
    -o-object-position: right center;
       object-position: right center;
    animation: none;
  }
  header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0a4445 0%, rgba(0, 0, 0, 0.5) 40%);
  }
  section, footer {
    z-index: 99;
  }
  .social-links {
    margin: 0;
  }
  .explore-container .explore-menu {
    margin: 10px 0 50px;
  }
  .section-menu {
    padding-top: 95px;
  }
  .menu-item tr > td {
    padding: 4px !important;
    display: block;
  }
  .menu-item tr > td img {
    width: 100%;
  }
  .menu-item tr > td .dish-name, .menu-item tr > td .dish-price {
    font-size: 25px;
    font-weight: 500;
  }
  .menu-item tr > td .dish-content {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .menu-item tr > td .dish-price {
    text-align: left;
  }
  .count-product .menu-item{
      width:100%;
		margin-bottom:30px;
  }
.menu-item tr > td .dish-name, .menu-item tr > td .dish-price {
    font-size: 16px;
}
.menu-container h4 {
    font-size: 25px;
}
.quickviewwoo-product .product{
	display:block;
}
.quickviewwoo-product .product > div {
    padding: 15px 0px;
}
.quickviewwoo-summary h1{
	font-size:2.5rem;
}
.quickviewwoo-summary .quickviewwoo-price {
    font-size: 2rem;
}
	.field.pofw-required .control .options-list{
		column-count:1;
	}
.ui-autocomplete{
    max-height: 100px;
}
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item > .menu-item-link-top::before,
.elementor-32 .elementor-element.elementor-element-5121edb .menu-item.current-menu-item > .menu-item-link-top:before{
  bottom: 11px;
}
	.elementor-32 .elementor-element.elementor-element-5121edb .lakit-nav-id-5121edb > .menu-item-link-top{
		color:#0a4545;
		padding: 7px 0;
	}
}/*# sourceMappingURL=custom.css.map */