#custom-search-input {
        margin:0;
        top: 10px;
        padding: 0;
		width:650px;
		margin:auto;
		position:relative;
}
#custom-search-input .search-query {
		width:650px;
		padding:15px 30px;
		border:0;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:600;
		color:#444;
}
#custom-search-input input.btn_search{
	position:absolute;
	right:20px;
	top:13px;
	border:0;
	width:25px;
	height:25px;
	background: url(../images/search.svg) no-repeat center right;
	cursor:pointer;
}
#custom-search-input input.btn_search:focus, #custom-search-input .search-query:focus{outline:none;}
#custom-search-input input.btn_search:focus, #custom-search-input .search-query:focus{outline:none;}
.header-video {
  position: relative;
  overflow: hidden;
   background: #000;
}
#hero_video {
	position: relative;
    background-size: cover;
    color:#fff;
	width: 100%;
	font-size:16px;
	display:table;
	height:100%;
	z-index:99;
	text-align:center;
}
#hero_video > div{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding:0 10%;
}
#hero_video > div h1{
	margin-top:-60px;
}
video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity:0.5;
}
iframe {
  height: 100%;
  width: 100%;
}
video {
  width: 100%;
}
.teaser-video {
  width: 100%;
  height: auto; 
}
.header-video--media {
  width: 100%;
  height: auto;
}
#sub_content{
	 display: table-cell;
  	padding:0 15%;
    vertical-align: middle;
	text-align:center;
	font-size:16px;
}
#sub_content #thumb{
	width:130px;
	height:130px;
	overflow:hidden;
	text-align:center;
	padding-top:5px;
	box-sizing: border-box;
	margin:auto;
	margin-bottom:15px;
	background-color:#fff;
}
#sub_content #thumb img{
	width:120px;
	height:auto;
}
section.best-dishes {
    padding: 80px 0px;
}
.heading-title h2, .heading-title h3{
    font-size: 36px;
    font-weight: 700;
    color: #0c102d;
}
.heading-title p {
    color: #e57361;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 999999;
    line-height: 28px;
}
.heading-title p:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 110px;
    background: #fafafa;
    z-index: -1;
}
.dish-img{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.dish-img img {
    border-radius: 100%;
    height: 240px;
    width: 240px;
    object-fit: cover;
    margin-top: -120px;
    border: 3px solid #fff;
}
.dish-box {
    margin: 150px 0px 40px 0px;
    padding: 0px 40px;
    border-radius: 35px;
    margin-top: 170px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    background: #f9fdfe;
    background: -moz-linear-gradient(top, #f9fdfe 0%, #ecf9fc 100%);
    background: -webkit-linear-gradient(top, #f9fdfe 0%,#ecf9fc 100%);
    background: linear-gradient(to bottom, #f9fdfe 0%,#ecf9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdfe', endColorstr='#ecf9fc',GradientType=0 );
}
.dish-box:hover{
	transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-box-shadow: 0px 2px 0px 0px #ebedef;
    -moz-box-shadow: 0px 2px 0px 0px #ebedef;
    box-shadow: 0px 2px 0px 0px #ebedef;
}
.price-box {
    position: absolute;
    right: 30px;
    color: #fff;
    background: #fe5634;
    top: 50px;
    border: 3px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 100%;
}
.price-box a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}
ul.rating-list {
    padding: 0;
    list-style: none;
    text-align: center;
    margin:0px 0px 30px 0px;
}
ul.rating-list li {
    display: inline-block;
}
ul.rating-list li i {
    color: #ffa509;
}
ul.rating-list li:last-child a {
    color: #e8532f;
    font-weight: 700;
}
.dish-title {
    text-align: center;
    margin-bottom: 40px;
}
.dish-title h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.dish-title h3 a{
	color: #000;
	text-decoration: none;
}
.dish-title p {
    color: #717e9c;
    font-size: 18px;
}
a.btn.btn-order {
    color: #fff;
    font-size: 22px;
    background: #e8532f;
    border-radius: 40px;
    padding: 10px 35px;
    margin-bottom: -25px;
    text-transform: capitalize;
}
.order-btn {
    text-align: center;
}
section.best-dishes {
    padding: 30px 0px 80px 0px;
}
.food-img img {
    width: 100%;
}
.food-slider .carousel-control-next, .food-slider .carousel-control-prev{
	opacity: 1;
}
.food-slider .carousel-control-next i, .food-slider .carousel-control-prev i {
    font-size: 60px;
    color: #000;
}
.food-slider .carousel-control-prev {
    left: -15%;
}
.food-slider .carousel-control-next{
	right: -15%
}
.food-content {
    padding-top: 50px;
}
.food-content p {
    margin: 40px 0px;
}
.food-content h3 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0;
}
a.btn.btn-explore {
    padding: 12px 38px;
    color: #fff;
    font-size: 16px;
    background: #e97661;
    border-radius: 40px;
}
.create-meal{
  	height: auto;
  	padding:80px 0px 30px 0px;
	background-image: url("../images/meal.png");
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.heading-meal h3 {
    font-size: 36px;
    color: #0c102d;
}
.create-meal label.custom-control-label {
    color: #fe5634;
    font-size: 16px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fe5634;
    background-color: #fe5634;
}
.create-meal .custom-control-label::before {
    border: 1px solid #fe5634;
}
.create-meal-inner {
    width: 90%;
    margin: 0 auto;
}
.create-meal select, .create-meal .form-control:focus{
	width: 229px;
	height: 46px;
	cursor: pointer;
	color: #fe5634;
	background: transparent;
	border-radius: 5px;
	border: 2px solid #fe5634;
}
.check-meal {
    margin-top: 10px;
}
.create-meal select option { color: black; }
.create-meal select option:first-child{
  color: #fe5634;
}
.select-meal2 {
    margin: 50px 0px;
}
.meals-both {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
}
ul.meals-lunch-dinner {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.meals-lunch-dinner li {
    display: inline-block;
    width: 162px;
    text-align: center;
}
p.week-name {
    font-weight: 700;
    color: #fd5634;
    font-size: 16px;
}
ul.meals-lunch-dinner li span{
	width: 27px;
	height: 27px;
	color: #959595;
	font-weight: 700;
	line-height: 22px;
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
	border-radius: 13px;
	background-color: #ffffff;
	border: 2px solid #959595;
}
ul.meals-lunch-dinner li span:nth-child(2n+1){
	margin-right: 0;
}
p.both-meals {
    width: 60px;
    height: 23px;
    color:#959595;
    cursor: pointer;
    font-weight: 700;
    line-height: 18px;
    border-radius: 11px;
    background-color: #ffffff;
    border: 2px solid #959595;
    margin: 8px auto 0 auto;
}
button.btn.btn-submit {
    width: 166px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    border-radius: 23px;
    background-color: #fe5634;
    margin: 40px auto 0 auto;
    display: block;
}
ul.meals-lunch-dinner li span:hover, p.both-meals:hover{
    background: #e8532f;
    border-color: #e8532f;
    color: #fff;
}
section.dish-of-the-month {
    background: #fff;
    padding: 80px 0px;
}
.dish-tab {
    padding-top: 50px;
}
.vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
 .vertical-tabs .nav-tabs .nav-link{
    width: 72px;
	height: 72px;
	text-align: center;
    line-height: 42px;
	border-radius: 36px;
	background-color: #fe5634;
}
.vertical-tabs .nav.nav-tabs:after {
    content: "";
    position: absolute;
    background: url(../images/dottedline.png);
    height: 495px;
    width: 162px;
    bottom: 0;
    left: 0;
    top: -40px;
    z-index: 0;
}
.vertical-tabs .nav.nav-tabs li:nth-child(1) {
    margin-left: 100px;
    margin-top: -60px;
}
.vertical-tabs .nav.nav-tabs li:nth-child(2) {
    margin-left: -20px;
}
.vertical-tabs .nav.nav-tabs li:nth-child(3) {
    margin-left: -15px;
}
.vertical-tabs .nav.nav-tabs li:nth-child(4) {
    margin-left: 100px;
}
.vertical-tabs .nav.nav-tabs li {
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 253px;
    background: url(../images/dish.png);
    left: 160px;
    top: 80px;
}
.tab-content h3 {
    margin-bottom: 15px;
}
.vertical-tabs .nav.nav-tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    position: relative;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    padding-top:10px;
}
.product-detail-about-page{
	background: url(../images/bg-about-detail.png);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
.about-detail-tab{
    font-size:15px;
    padding:10px;
    color:#000
}
.about-detail-tab .nav-tabs .nav-item {
    margin-bottom: 20px;
}
 .about-detail-tab .nav-tabs .nav-link{
	width: 192px;
	font-size: 13px;
	color: #000;
	padding: 12px 10px;
	font-weight: 500;
	border-radius: 16px;
	border:none;
	background-color: #ffffff;
	filter: drop-shadow(5.29px 7.281px 14px rgba(108,119,84,0.09));
}
 .about-detail-tab .nav-tabs .nav-link.active {
 	position: relative;
    filter: drop-shadow(8.229px 11.326px 18px rgba(108,119,84,0.17));
    background-color: #fedad3;
}
 .about-detail-tab .tab-content>.active{
    display:block;
}
 .about-detail-tab .nav.nav-tabs{
    border-bottom:0;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
 .about-detail-tab .sv-tab-panel{
    padding-top:10px;
}
.desktop-none{
	display: none;
}
section.product-detail-about .container {
    max-width: 1260px;
}
.details-food-rating li i {
    color: #e7522e !important;
}
.details-food-rating {
    margin: 6px 0px 0px 20px !important;
}
.rate-food span {
    color: #e7522e;
    font-weight: 700;
    font-size: 22px;
}
section.product-detail-about .clearfix {
    margin-bottom: 10px;
}
.time-week span {
    font-size: 15px;
    color: #8d8d8d;
    margin-bottom: 10px;
    display: block;
}
.time-week span img {
    vertical-align: bottom;
    margin-right: 5px;
}
.about-detail-tab p {
    font-size: 14px;
    color: #a7aaa5;
}
.plate-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e3ebd1;
    border-radius: 10px;
}
.plate-menu ul li:nth-child(2) {
    border-left: 1px solid #e3ebd1;
    border-right: 1px solid #e3ebd1;
}
.plate-menu ul li {
    padding: 10px 20px;
    display: inline-block;
}
.plate-menu ul li a {
    text-decoration: none;
}
.plate-menu ul li p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
}
.plate-menu ul li p span {
    font-weight: 400;
}
.btn.btn-customisation {
    padding: 9px 12px;
    font-size: 11px;
	color: #000000;
	font-weight: 500;
	text-align: center;
    border-radius: 14px;
    background-color: #ffcabf;
}
.plate-menu {
    margin-bottom: 20px;
}
.btn.btn-add-to-basket {
    padding: 9px 12px;
    font-size: 11px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-left: 15px;
    border-radius: 14px;
    filter: drop-shadow(8.229px 11.326px 18px rgba(108,119,84,0.17));
    background-color: #fe5634;
}
button.btn.btn-add-to-basket.popup-btn-wht{
	color: #000;
	width: auto;
	font-size: 12px;
	background-color: #fff;
}
.about-detail-tab .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 38px;
    background: url(../images/drop-arrow.png);
    height: 9px;
    width: 6px;
}
.about-detail-tab .nav-tabs .nav-link img {
    margin-right: 10px;
}
.customisation-modal .modal-dialog {
    max-width: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.customisation-modal .modal-body {
    padding: 40px;
}
.customisation-modal .modal{
	bottom: 0;
	top: unset;
}
.customisation-modal form {
    width: 30%;
    margin: 0 auto;
}
.customisation-modal label {
    float: left;
    width: 20%;
    font-size: 14px;
    margin: 8px 20px 0px 0px;
}
.customisation-modal h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.customisation-modal select {
    float: right;
    width: 65%;
    color: #a8aaa5;
    border:none;
    border-radius: 10px;
    background: #f3f6eb;
}
.customisation-modal select option { color: black; }
.customisation-modal select option:first-child{
  color: #a8aaa5;
}
.customisation-modal span {
    margin: 15px auto 0 auto;
    display: block;
    font-weight: 700;
    color: #e8532f;
    text-align: center;
}
.customisation-modal .modal-content {
	border: none;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.modal-backdrop.show {
    opacity: 0;
}
.customisation-modal button.close:focus {
    outline: none;
}
.customisation-modal button.close span {
    height: 40px;
    line-height: 36px;
    color: #000;
    width: 40px;
    border-radius: 100%;
    background: #f3f6eb;
}
.revie-cmnt {
    margin: 0 !important;
}
.revie-cmnt ul.rating-list {
    margin: 0;
}
.revie-cmnt span {
    font-size: 12px;
    font-weight: 700;
}
.revie-cmnt span img {
    margin-right: 10px;
}
table.value-sarving {
    border: 1px solid #000;
}
.value-sarving thead th{
	background: #ddd;
}
section.product-detail-about .value-sarving td, section.product-detail-about .value-sarving th {
    padding: 0.15rem !important;
    height: auto !important;
}
.customisation-menu ul  {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e3ebd1;
    border-radius: 10px;
}
.customisation-menu ul li {
    padding: 5px 55px;
    display: inline-block;
}
.customisation-menu {
    margin-bottom: 20px;
}
.customisation-menu ul li a {
    text-decoration: none;
}
.customisation-menu ul li p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
}
.customisation-menu ul li p span {
    font-weight: 400;
}
.customisation-menu ul li:last-child{
	border-left: 1px solid #e3ebd1;
}
ul.list-chef {
    margin: 5px 0px;
    padding: 0;
    list-style: none;
}
ul.list-chef .dropdown-toggle::after{
    display: none;
}
ul.list-chef li a {
    color: #8d8d8d;
    font-size: 15px;
    text-decoration: none;
}
ul.list-chef li a .fa-angle-down {
    margin-left: 10px;
}
ul.list-chef a.dropdown-item i {
    color: #09d058;
}
ul.list-chef a.dropdown-item{
    color: #000;
}
ul.list-chef .dropdown-menu {
    width: 100%;
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.product-detail-about-page .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right:0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.discount-total {
    border-top: 1px solid #eee;
    padding: 10px 0px;
}
.product-detail-about-page .sidenav-inner {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.discount-total p {
    font-size: 12px;
    font-weight: 600;
    color: #ddd;
    margin-bottom:10px;
}
.total-fee .float-left p {
    color: #000;
}
.total-fee p {
    font-size: 16px;
    color: #e8532f;
}
button.btn.btn-confirm-order {
    width: 100%;
    padding: 9px 12px;
    font-size: 11px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    border-radius: 14px;
    background-color: #ffcabf;
}
.product-detail-about-page .sidenav-inner h2 {
    font-size: 22px;
    margin: 20px 0px;
}
.product-detail-about-page .sidenav-inner .your-order {
    margin-bottom: 20px;
}
.product-detail-about-page .number-style {
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    background: #eee;
    margin-left: -35px;
}
.product-detail-about-page .sidenav-inner .price-order span {
    margin: 10px 0px;
    display: block;
    color: #e7522e;
    font-size: 14px;
}
.product-detail-about-page .number-style .number.number-minus, .product-detail-about-page .number-style .number.number-plus{
    float: left;
}
.number-style .number {
    background: #eee;
    border: none;
    width: 20px;
    height: 20px;
    line-height:8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 0;
}
.product-detail-about-page .number-style .number.number-minus:focus, .product-detail-about-page .number-style .number.number-plus:focus{
    outline: none;
}
.product-detail-about-page .sidenav-inner .remove i {
    text-align: center;
    margin-left: -22px;
}
.product-detail-about-page .sidenav-inner .your-order h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.product-detail-about-page .sidenav-inner .remove {
    position: absolute;
    right: 28%;
    color: #222;
    z-index: 1;
    margin-top: -38px;
    font-size: 10px;
    background: #eee;
    border-radius: 10px;
    text-align: center;
}
.number-style .number .fa {
    font-size: 10px;
}
.number-style .form-control {
    max-width: 35px;
    min-width: 20px;
    font-size: 16px;
    border: 0px;
    height: 20px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 2px;
    width: auto;
    float: left;
    background: transparent;
}
.product-detail-about-page .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #333;
    display: block;
    transition: 0.3s;
}

.product-detail-about-page .sidenav .closebtn {
    width: 40px;
    height: 40px;
    color: #000;
    margin: 0 auto;
    line-height: 22px;
    border-radius: 100%;
    background: #f3f6eb;
    position: relative;
}
.product-detail-about-page .sidenav .closebtn span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.food-detail-nav .nav-tabs .nav-link, .food-detail-nav .nav-tabs .nav-link.active{
    width: auto;
    background: none;
    filter: unset;
}
.food-detail-nav .nav-tabs .nav-link.active:after{
    display: none;
}
.food-detail-nav ul.nav.nav-tabs {
    margin: 0;
    padding: 0;
}
.food-detail-img {
    padding-top: 150px;
}
.food-detail-img .tab-pane img {
    width: 100%;
}
.food-detail-nav ul.nav.nav-tabs li:first-child {
    margin-top:0px;
    margin-left: -10px;
}
.food-detail-nav ul.nav.nav-tabs li:nth-child(2) {
    margin-left: 38px;
    margin-top: 60px;
}
.food-detail-nav ul.nav.nav-tabs li:nth-child(3) {
    margin-top: 70px;
    margin-left: 18px;
}
@media screen and (max-height: 450px) {
  .product-detail-about-page .sidenav {padding-top: 15px;}
  .product-detail-about-page .sidenav a {font-size: 18px;}
}
