﻿/* FONT STYLE IMPORT */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i"');
*,
:after,
:before {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
* {
margin: 0;
padding: 0;
}
body,
html {
	font-family: "Lato","Helvetica",sans-serif;
	color: #191919;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}
a{
	color: #191919 ;
    text-decoration: none !important;
}
.none {
	display: none !important;
}
.hidden {
	display: none !important;
}
.text-light-gray{color:#cecece;}
.text-red{color:#f73a36;}
.text-gray{color:#8d8d8d;}
.mt-10{margin-top:10px;}
.p-t-5{padding-top:48px;}
.plr-1{padding-left:24px; padding-right:24px;}
.pl-0{padding-left:0;}
.mr-10{margin-right: 10px;}
.bg-white{background-color:#fff !important;}
.bg-black{background-color:#262d39 !important;}
.bg-blue{background-color:#43d0c2 !important;}

.svg-color{
	fill:#cd2122;
	vertical-align:top;
}

/*****************NEW CLASS FOR COLOR & BACKGROUND-COLOR**********************/
/*.theme-category-btn{background-color:#43d0c2 !important; color:#fff !important;}
.theme-category-btn-text{color:#43d0c2;}
.theme-price-text-color{color:#43d0c2 !important;}
.theme-home-btn-text-color{color:#43d0c2 !important;}
.theme-menu-btn-bg-color{background-color:#43d0c2 !important;}
.theme-add-btn{border-color:#43d0c2 !important; color:#43d0c2;}
.theme-AddButton2-bg-color{background-color:#43d0c2; color:#fff;}*/
.my-bg-color{background-color:#43d0c2 !important;}
.bg-white{background-color:#ffffff;}
/*.text-white {color: #fff;}*/
/*.theme-bg-color{background-color:#43d0c2;}*/
.theme-text-color{color:#43d0c2;}
.theme-btn-border{border-color:#43d0c2;}
.cls_error {border-color:red !important;}
.theme-border{border:2px solid #af1000;}
/*****************END NEW CLASS FOR COLOR & BACKGROUND-COLOR**********************/
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffffa1;
  z-index: 99;
}

.preloader-image {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/* Preloader END*/
/* HOME PAGE */
.home-page {
	height: 100%;
	position: relative;
}
.home-bg {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.home-page-layer {
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4)
}
.home-logo {
	top: 45%;
    left: 50%;
    cursor: pointer;
    max-width: 200px;
    max-height: 80px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -10px;
}
.button-wrapper {
	width: 100%;
	bottom: 25px;
	padding: 15px;
	position: absolute;
	z-index: 3
}
.button-wrapper .btn-home {
	color: #231f20;
	font-size: 14px;
	padding: 10px 70px;
	letter-spacing: .5px;
	text-transform: uppercase;
	background-color: #e7e7e7;
	font-family: NunitoSans-SemiBold;
}
/* HOME PAGE */

.text-white {
    color: #C59B9D !important;
}


.svg-custom{
	width: 20px;
	height: 20px;
	touch-action: pan-y;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*background-color: rgb(230, 3, 75);*/
	/*-webkit-mask: url() center center / 20px no-repeat;*/
}
.bg-black-ovalay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.05) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.05) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 1%,rgba(0,0,0,0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#0d000000',GradientType=0 );
}
.bg-image{
	height: auto;
    overflow: hidden;
    position: relative;
    top: -92px;
    left: 0;
    right: 0;
    width: 100%;
}
.bg-image a img{
	height: auto;
    width: 100%;
    z-index: 0;
    position: relative;
    bottom: 0;
}
.no-shadow{box-shadow: none !important;}
.top-header{
	width:100%;
	padding:25px 0 0;
	/* position:fixed; */
	position:sticky;
	top:0;
	/* background-color:#fff; */
	z-index:100;
}
.top-header-2{
	width:100%;
	padding:25px 0;
}
.main-content{position: relative; top:0px;}
.image-box {
  position: relative;
}
.image-box__background,
.image-box__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-box__background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-image: var(--image-url);*/
  z-index: 1
}
.image-box__content {
  position: relative;
  z-index: 3;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-box__content h1>a{
	display:block;
	font-size:50px;
	letter-spacing:10px;
	color:#1ec7b6;
	margin:0;
	font-family: NunitoSans-SemiBold;
}
.image-box__overlay {
  background: rgba(37, 43, 54, 0.90);
  z-index: 2;
}

.home-btn{
	background-color: transparent;
	border: none;
	padding: 12px 16px;
	font-size: 20px;
	margin-bottom:10px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	border-radius:5px;
	white-space: nowrap;
	overflow: hidden;
}
.home-btn:focus{
	outline:none;
}

.back-btn{
	background-color: transparent;
	border: none;
	color: #43d0c2;
	padding: 15px 15px 8px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	border-radius:5px;
    margin-bottom: 10px;	
}
.back-btn:focus, .menu-btn:focus{
	outline:none;
}
.back-btn i, .backto-home-btn i{
	margin-top:-3px;
}
.backto-home-btn{
	background-color: transparent;
	border: none;
	color: #43d0c2;
	padding: 15px 15px 8px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	border-radius:5px;
    margin-bottom: 10px;	
}
.backto-home-btn:focus{
	outline:none;
}
.icon-back{
  background-image : url(../images/back.png);
  background-size: cover;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.icon-back-white{
  background-image : url(../images/back-white.png);
  background-size: cover;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}

.menu-btn{
	background-color:transparent;
	border: none;
	padding:12px 16px;
	margin:0 5px;
	font-size:20px;
	cursor: pointer;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}

.icon-play{
  background-image : url(../images/menu.png);
  background-size: cover;
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
}
.icon-menu {
    background-image: url(../images/menu-blue.png);
    background-size: cover;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}
.icon-search {
    /*background-image: url(../images/search.png);*/
    background-size: cover;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}
#search-form { 
	display:none;
	position: relative;
    margin: 0;
    width: 100%;
    top: 0;
}
#search-form .input-group > .form-control{
	border-radius:0.25rem;
	padding-right:19%;
}

.input-group .food-filters{
	width:auto;
	display: inline-block;
    position: absolute;
	top:3px;
	right:3px;
	bottom:3px;
	z-index:10;
}
.food-filters a{
	float:left;
	padding-right:20px;
    display: inline-block;
    vertical-align: middle;
}
.food-filters a svg{
	vertical-align:middle;
	fill:#939393;
}
.center-header{
	width:100%;
	padding:10px 0;
}

.lunch-btn{
	background-color: transparent;
	border: none;
	padding: 12px 25px;
	font-size: 20px;
	cursor: pointer;
	margin:10px 10px 10px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	border-radius:5px;
	outline: 0px transparent !important;
}
.theme-bg-color {
    background-color: #3B1E20 !important;
}

.bg-blue{
	background-color: #43d0c2;
	color:#fff;
}

.category-title{
	width:100%;
	padding:15px 15px 10px 15px;
	font-size:18px;
}

.category-title h3 {
  display: inline-block;
  padding-bottom: 0px;
  margin:0;
  position: relative;
  color:#292929;
  
}

/********************************/
.products-box {
  float: left;
  width: 100%;
  margin: auto;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
	border-radius:3px;
	min-height:345px;
}



.products-image {
  width: 100%;
  max-height:200px;
  margin: auto;
  overflow:hidden;
  border-radius:5px;
}
.products-image img {
  width: 100%;
  /*max-height:190px;*/
  margin: auto;
}
.products-details{
	padding:10px;
	display:inline-block;
	width:80%;
}
.addcart{
	padding-top:10px;
	width:20%;
	display:inline-block;
	float:right;
}
.price {
  font-size: 18px;
  display:inline-block;
  margin:0;
  font-weight:600;
  line-height:normal;
}
.pro-name{
	color:#292929;
	padding:5px 0;
	font-size:16px;
	line-height:16px;
	margin:0;
	height: 38px;
	overflow: hidden;
	font-family: NunitoSans-SemiBold;
}

.pro-customization{
	margin:0;
	padding:5px 0;
	color: #8d8d8d;
    font-size: 15px;
    font-family: sans-serif;
}
.pro-customization:hover{
	text-decoration:none;
}
.products-bottom{
	width:100%;
	padding:5px 10px;
}

.AddButton {
	float:right;
	background-color:transparent;
	border-radius:5px;
	border:1px solid;
	display:inline-block;
	cursor:pointer;
	padding:10px;
	text-decoration:none;
	position:relative;
	top:0;
	right:10px;
}
.AddButton:hover {
	color:#43d0c2;
}
/*.AddButton:active {
	position:relative;
	top:1px;
}*/

.category-box {
  width: 100%;
  height: auto;
  margin: 10px auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	border-radius:5px;
	-webkit-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}
.category-box-image {
  width: 100%;
  min-height: 102.58px;
  max-height:102.58px;
  margin: auto;
  overflow:hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  vertical-align: middle;
  display: inline-flex;
}
.category-box-image img {
  /*width: 100%;*/
  width: 250px;
  /* height: 120px; */
  height:auto;
  max-height:101.58px;
  margin: auto;
  object-fit: cover;
}
.category-details{
	padding:5px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	position: relative;
	border:none !important;
    margin-top: -34px;
	background: linear-gradient(#3B1E2000 , #00000082 );
	white-space:nowrap;
	overflow:hidden;
}
.category-name{
	padding:0px 0;
	font-size:14px;
	margin:0;
	line-height:normal;
	font-weight:600;
	color:#fff;
}
/* .category-box:hover .category-name{ */
	/* color:#43d0c2; */
/* } */

.rounded-container{
	width:100%;
	background-color:#fff;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	padding:25px 0;
	position:relative;
	top:160px;
}

.rounded-container2{
	position: relative;
    top: 0px;
    margin-top: -150px;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 25px 0;
}


.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 50px;
  height: 2px;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  background-size: 14px auto;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.category-button {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	margin-right:10px;
	border-radius: 50px;
	padding: 2px;
	color: #333;
	background: #fff;
	transition: all 0.2s ease-out 0s;
	position: relative;
	transform: translatez(0);
	text-decoration: none;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
}
.category-button:hover{
	background: #43d0c2;
	color:#fff;
}
a.category-button img{width:30%; border-radius: 50%; margin-right: 15px;}


.category-button-2 {
	display: inline-block;
	width: 100px;
	max-width: 100%;
	color: #fff;
	transition: all 0.2s ease-out 0s;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
}
a.category-button-2 img{width: 40%; border-radius: 50%; margin: 0 auto; display: block;}

.trynew{
	font-size:18px;
	color:#fff;
	width:114px;
	padding:5px 0px;
	background-color:#dc1400;
	border-top-left-radius:5px;
	border-top-right-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:40px;
	position: absolute;
	text-align:center;
	margin: 0;
    text-transform: capitalize;
}
.products-details .food-type-icon{
	float:left;
	max-width: 20px;
    padding-top: 7px;
	margin-right:5px;
}

.food-cat-icon{
	padding-bottom: 5px;
	width:100%;
	float:left;
	display: flex;
    padding-left: 10px;
    align-items: center;
}
.food-cat-icon img{
	max-height:20%;
	height: 20px;
    float: left;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.food-cat-icon h5{
	margin:0;
	font-size:18px;
}

.checkout-span {
/*    left: 0;
    top: 50%;
    line-height: 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.checkout-span img {
	width: 19px;
	margin-top: -8px;
	position: relative
}
.checkout-bag {
    top: 50%;
    left: 85%;
    font-size: 12px;
    position: absolute;
	font-family: inherit;
	font-weight:600;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

/****************ORDER REVIEW CSS START******************/
.order-review {
    width: 100%;
	float:left;
	border-radius: 5px;
}
.order-review-bottom {
    width: 100%;
	float:left;
    padding: 0 10px;
}
.order-item-details{
	float: left;
    	width: 100%;
	padding:10px 0;
	background-color: #f9f9f9;
	margin-bottom:10px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.order-item-details .remove-item{
	float:right;
	font-size:23px;
	padding:0 10px;
}
.order-item-details .order-item-name{
	margin-bottom: 2px;
    font-size: 18px;
    display: block;
    max-width: 100%;
	padding-left:10px;
}
.order-item-details .order-item-qty{
	float:right;
	margin-bottom:2px;
	font-size:18px;
}
.order-item-details .order-item-time{
	float:left;
	margin-bottom:2px;
	font-size:16px;
	padding-left:10px;
}
.order-item-details .order-item-price{
	float:right;
	margin-bottom:2px;
	font-size:16px;
}

.order-item-details .food-desc{
    width: 100%;
    float: left;
    font-weight: 600;
    padding: 10px;
}
.food-desc p{
	font-size: 16px;
	margin-bottom:6px;
	line-height:18px;
}
.food-desc span{
	font-weight:normal;
	font-size:15px;
}
/****************ORDER REVIEW CSS END******************/

/***********************product-listview*****************/
.listview-products-box {
	width: 100%;
	margin: auto;
	border-radius:3px;
	display:flex;
}
.listview-products-details{
	padding:10px;
	display:flex;
	width:80%;
}
.listview-products-image {
  width: 20%;
  max-height:250px;
  overflow:hidden;
  display:flex;
  padding:20px;
}
.listview-products-image img {
  width: 100%;
  border-radius:5px;
}
.pro-desc{
	color: #8d8d8d;
    padding: 5px 0;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    line-height: normal;
    width: 100%;
    display: inline-block;
    font-family: NunitoSans-Regular;
}
.listview-addcart {
    width: 10%;
    display: inline-block;
	text-align:center;
}

.listview-AddButton {
	background-color:transparent;
	border-radius:5px;
	border:1px solid #43d0c2;
	display:inline-block;
	cursor:pointer;
	color:#43d0c2;
	padding:10px;
	text-decoration:none;
	position:relative;
}
.listview-food-cat-icon{
	width: auto;
    float: right;
    display: flex;
    padding-left: 10px;
    align-items: center;
    position: relative;
    top: -20px;
}

.listview-food-cat-icon img{
	height: 20px;
    float: right;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

/****************************************/
.product-summary{
	width:100%;
	padding:15px 15px 10px 15px;
	font-size:18px;
}
.product-title {
	display: block;
    position: relative;
    color: #292929;
    max-height: 35px;
    overflow: hidden;
    max-width: 100%;
}
.product-summary .price {
    display: block;
}
.addons{
	width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.addons-title{
	margin: 20px 0px 0px 0px;
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;
    font-family: NunitoSans-Bold;
}
.addons ul{
	margin: 0 auto;
	max-width:1100px;
    text-align: left;
}
.addons ul li {
    display: block;
	padding:0 0px;
}
.addons ul li span {
    width: 30%;
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 16px;
    font-weight: 500;
}

.addons-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.addons-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: NunitoSans-Regular;
}

.addons-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #eae8e8;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50px;
}

.addons-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.AddButton2 {
	width: 50%;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
	
}
.AddButton2:hover {
	background-color:#43d0c2;
}
.AddButton2:active {
	position:relative;
	top:1px;
}

.product-summary .trynew{
	font-size: 18px;
    color: #fff;
    width: 76px;
    padding: 0px 0px;
    background-color: #dc1400;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    text-align: center;
    margin: 0;
    top: -20px;
    left: 30px;
    text-transform: capitalize;
}
.product-summary .food-new-icon {
    width: 100%;
    float: left;
    display: block;
    padding: 5px 0px;
    text-align: center;
}
.product-summary .food-new-icon img {
    /* max-width: 100%; */
    height: 30px;
    float: none;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.product-summary .food-new-icon span {
    float: none;
    padding-left: 5px;
}
.new-food-cal{
	width: 100%;
    float: left;
    display: block;
    padding: 5px 0px;
}
.new-food-cal ul{
	width:100%;
	margin:0;
	list-style:none;
}
.new-food-cal ul li{
	width:auto;
	display:inline-block;
	font-size:15px;
}
.new-food-cal ul li a{
	cursor:default;
	font-family:NunitoSans-SemiBold;
}
.subway-item::before{
   content: '';
   display: inline-block;
   width: 8px;
   height: 8px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #000;
   position: relative;
   top: -1px;
   margin: 0 10px;
}

.product-summary .food-type-icon{
	float:left;
	max-width: 20px;
    padding-top: 0px;
	margin-right:5px;
}

.product-summary .food-cat-icon{
	width:100%;
	float:left;
	display: flex;
    padding: 5px 0px;
    align-items: center;
}

.product-summary .food-cat-icon img{
	/* max-width:100%; */
	height: 18px;
    float: left;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.food-cat-icon .food-quantity{
	float:right;
	display:inline-block;
	position: relative;
    left: 81%;
}
.food-quantity h4{
	font-size:18px;
	margin:0;
	float:right;
	display:inline-block;
}
.food-quantity img{
	float:right;
	width:auto;
	
}
.udate-cancel-btn {
	width: auto;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    padding: 5px 20px;
	/* background-color:#43d0c2; */
	color:#fff;
	border:1px solid;
	margin-right:5px;
}
.details-add-btn {
	width: 25%;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    padding: 5px 20px;
	/* background-color:#43d0c2; */
	color:#fff;
	border:1px solid;
	float:left;
}
.details-add-btn:hover {
	background-color:#43d0c2;
}
.details-add-btn:active {
	position:relative;
	/* top:1px; */
}
.details-quantity-btn {
    color: #fff;
	border: 1px solid;
    /* margin-left: auto; */
    float: none;
    margin-bottom: 5px;
	width: 200px;
	max-width:300px;
	border-radius: 5px;
	display:inline-block;
	position: relative;
    top: -2px;
}
.details-quantity-btn .btn-quantity {
    width: 30%;
    color: #fff;
    padding: 8px;
    cursor: pointer;
	font-family: NunitoSans-Bold;
}
.details-quantity-btn .btn-quantity:nth-child(2) {
    cursor: default;
}
.bottom-btn{
	width:100%;
	float:left;
	background-color:#43d0c2;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
}
.feedback-bottom-btn{
	width:100%;
	float:left;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.review-bottom-btn{
	width:100%;
	float:left;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
}
.review-placeorder-btn {
	width: 25%;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    padding: 5px 20px;
	/* background-color:#43d0c2; */
	color:#fff;
	border:1px solid;
}
.select-table-label{
	font-family: NunitoSans-SemiBold;
    font-size: 18px;
	color:#fff;
}
#select-table{
	padding-top:7%;
}
.seat-counter{
	width:100%;
}
.seat-counter h4{
	font-family: NunitoSans-SemiBold;
	font-size:18px;
	margin-bottom:25px;
}
.seat-counter a{
	font-family: NunitoSans-SemiBold;
	font-size:16px;
	margin-bottom:25px;
	display:block;
}
.seat-counter a:hover{
	color:#af1000;
}
/***************************************/
/* Slider */

.slick-slide {
    margin: 0px 20px;
	padding-top:20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

	/* Custom CSS By Harsh */

	.food-add-price .builder-sidebar__info-price {
		margin: 0;
		width: 100px;
		display: inline-block;
		border-radius: 0.25rem;
		background-color: #ff5700
	}
	.food-add-price .builder-sidebar__info-price .btn {
		padding: 4px
	}
	.food-add-price .builder-sidebar__info-price .btn:nth-child(2) {
		padding: 6px;
		font-size: 13px
	}
	.builder-sidebar__info-price {
	    color: #8e8e8e;
	    /* margin-left: auto; */
		float:right;
		margin-bottom: 5px;
		position:absolute;
		right:0;
		top:130px;
	}
	.builder-sidebar__info-price .favourite-img {
		max-width: 18px
	}
	.builder-sidebar__info-price .delete-img {
		max-width: 15px;
		margin-left: 5px
	}
	.quantity-container .builder-sidebar__info-price {
		width: 110px;
		border-radius: 0.25rem;
		background-color: #ff5700;
		position: inherit;
	}
	.builder-sidebar__info-price .btn-quantity {
		width: 30%;
		color: #fff;
		padding: 6px;
		cursor: pointer
	}
	.builder-sidebar__info-price .btn-quantity:nth-child(2) {
		cursor: default
	}
	/**********Added by Vishal**********/
	.builder-sidebar__info-content{
		display:inline-block;
	}
	/**********Added by Vishal END**********/
.miniNoty {
	position: fixed;
	right: 0;
	/*bottom: 0;*/
	top:15px;
	max-width: 50%;
	min-width: 150px;
	z-index: 101;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.miniNoty_message {
	position: relative;
	right: 10px;
	opacity: 0;
	color: #fff;
	cursor: pointer;
	float: right;
	clear: both;
	padding: 0 10px;
	margin: 0;
	max-height: 0;
	border-radius: 5px;
	overflow: hidden;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s; 
}
.miniNoty_message-show {
	margin: 0 0 10px;
	padding: 10px 15px;
	max-height: 500px;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1); 
}
.miniNoty_message-remove {
	padding: 0;
	margin: 0;
	overflow: hidden; 
}
.miniNoty_message-success {
	background: mediumseagreen;
	box-shadow: 0 2px 5px mediumseagreen;
}
.miniNoty_message-error {
	background: indianred;
	box-shadow: 0 2px 5px indianred;
}
.miniNoty_message-normal {
	background: #fafafa;
	box-shadow: 0 2px 5px lightgrey;
	color: #000;
}
.miniNoty_message-normal .miniNoty_btn {
	color: #000;
}
.miniNoty_message-warning {
	background: goldenrod;
	box-shadow: 0 2px 5px goldenrod;
}
.miniNoty_btn {
	display: inline-block;
	padding: 5px 7px;
	border-radius: 4px;
	color: #fff;
	margin: 5px 5px 0 0;
	text-decoration: none;
	border: 1px solid #eee;
	background: rgba(255, 255, 255, 0.3);
}
.miniNoty_btn:hover {
	background: rgba(255, 255, 255, 0.5);
}
.cls_itm_qty_contain {
	border-radius: 0.25rem;
}
.builder-sidebar__info-container {
	margin-top: 10px;
}

/**********************************/
/***********************new-listview*****************/
.new-listview {
	width: 100%;
    height: auto;
    min-height: 190px;
    margin: auto;
    float: left;
    display: block;
	background-color:#fff;
	padding: 0 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    border :solid;
    border-color :#3B1E20;
    border-width :thin ;
}
.new-products-details{
	padding: 25px 0;
    display: inline-block;
    width: 75%;
    float: left;
}
.new-products-details .food-type-icon{
	float:left;
	max-width: 20px;
	padding-top: 5px;
	margin-right:5px;
}
.new-products-image {
	width: 15%;
    display: inline-block;
    float: left;
    padding: 20px 20px;
    border-radius: 5px;
    /* position: absolute; */
    /* right: 0; */
    padding-right: 0;
}
.new-products-image img {
  width: 100%;
  height:150px;
  max-height:150px;
  border-radius:5px;
  overflow:hidden;
  object-fit:cover;
}
.new-pro-desc{
	color:#8d8d8d;
	padding:5px 0;
	font-size:15px;
	line-height:15px;
	font-family: NunitoSans-Regular;
	margin:0;
	width:100%;
	max-height:35px;
	overflow: hidden;
	float:left;
}
.new-addcart {
    width: 10%;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 30px;
    float: left;
}
.pro-details-bottom .price{
	font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    line-height: normal;
    float: left;
	font-family: NunitoSans-SemiBold;
	
}
.new-listview-AddButton {
	background-color: transparent;
    border-radius: 5px;
    border: 1px solid #43d0c2;
    display: inline-block;
    cursor: pointer;
    color: #43d0c2;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    top: 130px;
	right:0;
	width:61px;
}

.new-listview-food-cat-icon{
	width: 100%;
    display: block;
	float: left;
    padding-left: 0px;
    align-items: center;
    position: relative;
    /* top: -60px; */
}

.new-listview-food-cat-icon img{
	height: 20px;
    float: left;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.new-listview-food-cat-icon span{
	float: left;
    padding-right: 5px;
}
.pro-details-bottom{
	position:relative;
	top:0px;
	float:left;
	width:100%;
}
.food-veg-icon{
	width: 18px !important;
    height: 18px !important;
    float: right;
    margin-top: -25px;
    position: relative;
    margin-right: 5px;
	border-radius:0!important;
}
.details-veg-icon{
	width: 20px;
    margin-top: 0;
    position: relative;
    float: right;
    top: -60px;
    right: 0px;
}
.details-veg-icon img{width:100%;}
#id_main_wrap{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	min-height:;
}
.feebback-send-btn {
	width: 300px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    padding: 5px 20px;
	/* background-color:#43d0c2; */
	color:#fff;
	border:1px solid;
}
	/****************************************/
	/*  For Mobile */

@media (max-width: 320px){
	.bg-image{
		height:auto;
	}
	.bg-image a img {
		height: 100%;
		width: 100%;
		z-index: 0;
		bottom: 0;
	}
	.rounded-container2 {
		position: relative;
		top: 120px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding: 25px 0;
	}
	/***********************new-listview*****************/
	.new-listview {
		width: 100%;
		margin: auto;
		float: left;
		display: block;
		height: auto;
		min-height: auto;
		margin-bottom:5px;
	}
	.new-products-details{
		padding:20px 0;
		display:inline-block;
		width:60%;
		float: left;
	}
	.new-products-details .food-type-icon{
		float:left;
		max-width: 10px;
		padding-top: 9px;
		margin-right:5px;
	}
	.new-products-image {
	  width: 25%;
		display: inline-block;
		float: left;
		padding: 20px 0 0;
		border-radius: 5px;
	}
	.new-products-image img {
	  width: 100%;
	  max-height:100px;
	  height:80px;
	  border-radius:5px;
	  overflow:hidden;
	}
	.pro-name{
		max-width: 95%;
		font-size: 14px;
		line-height:14px;
		max-height: 42px;
	}
	.new-pro-desc{
		color: #8d8d8d;
		padding: 5px 0;
		font-weight: 500;
		font-size: 13px;
		line-height: 13px;
		margin: 0;
		max-height: 30px;
		max-width: 86%;
	}
	.new-addcart {
		width: 15%;
		display: inline-block;
		position:relative;
		text-align:center;
		padding-top: 25px;
		padding-right: 5px;
	}

	.new-listview-AddButton {
		background-color: transparent;
		border-radius: 5px;
		border: 1px solid #43d0c2;
		display: inline-block;
		cursor: pointer;
		color: #43d0c2;
		padding: 5px 5px;
		text-decoration: none;
		position: absolute;
		top: 70px;
		right: 5px;
		width: 60px;
	}

	.new-listview-food-cat-icon{
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		float: left;
		/* top: -60px; */
	}

	.new-listview-food-cat-icon img{
		height: 15px;
		float: left;
		padding: 5px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	.new-products-image .trynew{
		width:70px;
		font-size:14px;
	}
	.builder-sidebar__info-price {
		position: absolute;
		top: 70px;
		right: 5px;
		width:61px;
	}
	.pro-details-bottom {
		position: relative;
		top: 0px;
	}
	.pro-details-bottom .price{
		font-size:14px;
		margin:0;
	}
	/****************************************/
	.category-box {
	  width: 100%;
	  height: auto;
	  margin:10px auto;
	}
	.category-box-image {
	  width: 100%;
	  max-height:200px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-box-image img {
	  width: 100%;
	  height: 150px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-details{
		padding:5px;
	}
	.select-table-label{
		font-size:14px;
	}
	.review-placeorder-btn{
		width:auto;
		font-size:14px;
		padding:5px 10px;
	}
	#select-table{
		padding-top:15%;
	}
}

@media (min-width: 321px) and (max-width: 480px) {
	.bg-image a img {
		height: 275px;
		width: 100%;
		z-index: 0;
		bottom:0;
	}
	.rounded-container2 {
		position: relative;
		top: 120px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		padding: 25px 0;
	}
	/***********************new-listview*****************/
	.new-listview {
		width: 100%;
		height:auto;
		min-height:auto;
		margin: auto;
		float: left;
		display: block;
		overflow: hidden;
		margin-bottom:5px;
	}
	.new-products-details{
		padding:20px 0;
		display:inline-block;
		width:60%;
		float: left;
	}
	.new-products-details .food-type-icon{
		float:left;
		max-width: 10px;
		padding-top: 9px;
		margin-right:5px;
	}
	.new-products-image {
	  width: 25%;
		display: inline-block;
		float: left;
		padding: 20px 0 0;
		border-radius: 5px;
	}
	.new-products-image img {
	  width: 100%;
	  max-height:100px;
	  height:100px;
	  border-radius:5px;
	  overflow:hidden;
	}
	.new-pro-desc{
		color: #8d8d8d;
		padding: 5px 0;
		font-weight: 500;
		font-size: 13px;
		line-height: 13px;
		margin: 0;
		max-width: 90%;
		max-height: 30px;
	}
	.new-addcart {
		width: 15%;
		display: inline-block;
		padding-top: 25px;
		float: left;
		padding-right: 5px;
	}

	.new-listview-AddButton {
		background-color: transparent;
		border-radius: 5px;
		border: 1px solid #43d0c2;
		display: inline-block;
		cursor: pointer;
		color: #43d0c2;
		padding: 5px 5px;
		text-decoration: none;
		position: absolute;
		top: 90px;
		right:5px;
		width:61px;
	}

	.new-listview-food-cat-icon{
		width: 100%;
		display: block;
		padding-left: 0px;
		float: left;
	}

	.new-listview-food-cat-icon img{
		height: 15px;
		float: left;
		padding: 5px;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	.new-products-image .trynew{
		width:70px;
		font-size:14px;
	}
	.builder-sidebar__info-price {
		position: absolute;
		top: 90px;
		right: 5px;
		width:61px;
	}
	.pro-details-bottom {
		position: relative;
		top: 0px;
	}
	/****************************************/
	.category-box {
	  width: 100%;
	  height: auto;
	  margin:10px auto;
	}
	.category-box-image {
	  width: 100%;
	  max-height:200px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-box-image img {
	  width: 100%;
	  height: 150px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-details{
		padding:5px;
	}
	.select-table-label{
		font-size:14px;
	}
	.review-placeorder-btn{
		width:auto;
		font-size:14px;
		padding:5px 10px;
	}
	#select-table{
		padding-top:30%;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.bg-image a img {
		bottom:0;
	}
	.rounded-container2 {
		position: relative;
		top: 0px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		padding: 25px 0;
	}
	/***********************new-listview*****************/
	.new-listview {
		width: 100%;
		height:auto;
		min-height:auto;
		margin: auto;
		float:left;
		display:block;
		margin-bottom:5px;
	}
	.new-products-details{
		padding:20px 0;
		display:inline-block;
		width:60%;
		float: left;
	}
	.new-products-details .food-type-icon{
		float:left;
		max-width: 10px;
		padding-top: 9px;
		margin-right:5px;
	}
	.new-products-image {
	  width: 25%;
	  display:inline-block;
	  float:left;
	  padding:20px 0;
	  border-radius:5px;
	}
	.new-products-image img {
	  width: 100%;
	  max-height:100px;
	  height:100px;
	  border-radius:5px;
	  overflow:hidden;
	}
	.new-pro-desc{
		color: #8d8d8d;
		padding: 5px 0;
		font-weight: 500;
		font-size: 13px;
		line-height: 13px;
		margin: 0;
		max-width: 90%;
		height: 30px;
	}
	.new-addcart {
		width: 15%;
		display: inline-block;
		padding-top: 25px;
		float: left;
		padding-right: 5px;
	}

	.new-listview-AddButton {
		background-color: transparent;
		border-radius: 5px;
		border: 1px solid #43d0c2;
		display: inline-block;
		cursor: pointer;
		color: #43d0c2;
		padding: 5px 5px;
		text-decoration: none;
		position: absolute;
		top: 90px;
		right:5px;
	}

	.new-listview-food-cat-icon{
		width: 100%;
		display: block;
		float:left;
	}

	.new-listview-food-cat-icon img{
		height: 15px;
		float: left;
		padding: 5px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	.new-products-image .trynew{
		width:90px;
		font-size:16px;
	}
	.builder-sidebar__info-price {
		position: absolute;
		top: 90px;
		right: 5px;
		width:60px;
	}
	.pro-details-bottom {
		position: relative;
		top: 0px;
	}
	.pro-name {
		font-size: 14px;
		line-height: 14px;
		margin: 0;
		max-height: 33px;
	}
	.pro-details-bottom .price {
		font-size: 14px;
		display: inline-block;
		margin: 0;
		font-weight: 600;
		line-height: 14px;
		float: left;
		font-family: NunitoSans-SemiBold;
	}
	/****************************************/
	.category-box {
	  width: 100%;
	  height: auto;
	  margin: auto;
	  margin-bottom:20px;
	}
	.category-box-image {
	  width: 100%;
	  max-height:200px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-box-image img {
	  width: 100%;
	  height: 150px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-details{
		padding:5px;
	}
	.select-table-label{
		font-size:14px;
	}
	.review-placeorder-btn{
		width:auto;
		font-size:14px;
		padding:5px 10px;
	}
	#select-table{
		padding-top:25%;
	}
}

 /*** for IPAD ****/

@media (min-width: 768px) and (max-width: 991px) {
	.bg-image {
		height: auto;
		width: 100%;
		overflow: hidden;
		position: relative;
		top: -92px;
		left: 0;
		right: 0;
	}
	.bg-image a img {
		height: auto;
		width: 100%;
		z-index: 0;
		bottom: 0;
	}
	.rounded-container2 {
		position: relative;
		top: 300px;
	}
	/***********************new-listview*****************/
	.new-listview {
		width: 100%;
		height:auto;
		min-height:150px;
		margin: auto;
		border-radius:3px;
		display:block;
		float:left;
		margin-bottom:5px;
	}
	.new-products-details{
		padding:10px;
		display:inline-block;
		max-width:70%;
		float:left;
	}
	.new-products-details .food-type-icon{
		float:left;
		max-width: 15px;
		padding-top: 9px;
		margin-right:5px;
		float:left;
	}
	.new-products-details .pro-name {
		color: #292929;
		width:95%;
		display:inline-block;
		padding: 5px 0;
		font-size: 16px;
		line-height:16px;
		margin: 0;
		float:left;
	}
	.new-products-image {
	  width: 20%;
	  max-height:200px;
	  overflow:hidden;
	  display:inline-block;
	  float:right;
	  padding:10px;
	}
	.new-products-image img {
	  width: 100%;
	  height:130px;
	  max-height:130px;
	  border-radius:5px;
	}
	.new-pro-desc{
		color:#8d8d8d;
		padding:5px 0;
		font-weight:500;
		font-size:15px;
		margin:0;
		line-height:15px;
		max-width:100%;
	}
	.new-addcart {
		width: 10%;
		display: inline-block;
		position:relative;
		text-align:center;
		padding-top:20px;
	}

	.new-listview-AddButton {
		background-color:transparent;
		border-radius:5px;
		border:1px solid #43d0c2;
		display:inline-block;
		cursor:pointer;
		color:#43d0c2;
		padding:5px;
		text-decoration:none;
		position:absolute;
		top:100px;
		right:0px;
		width:60px;
	}

	.new-listview-food-cat-icon{
		width: 100%;
		display: block;
		align-items: center;
		/* position: relative; */
		/* top: -50px;*/
	}

	.new-listview-food-cat-icon img{
		height: 20px;
		float: left;
		padding: 5px;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	.builder-sidebar__info-price {
		position:absolute;
		top:20px;
		z-index:10;
	}
	.pro-details-bottom {
		position: relative;
		top: 0px;
	}
	.pro-details-bottom .price {
		margin-top:5px;
	}
	/****************************************/
	.category-box {
	  width: 100%;
	  height: auto;
	  margin:10px auto;
	}
	.category-box-image {
	  width: 100%;
	  height:93px;
	  min-height:93px;
	  max-height:94px;
	  margin: auto;
	  overflow:hidden;
	}
	.category-box-image img {
	  width: 100%;
	  /* height: 110px; */
	  height:auto;
	  max-height:100%;
	  margin: auto;
	  overflow:hidden;
	}
	.category-details{
		padding:5px;
	}
	.details-quantity-btn {
		float: left;
		width: 50%;
		display: inline-block;
		margin-left:10px;
	}
	.details-add-btn {
		float:right;
		width: 40%;
		margin-right:10px;
	}
	.builder-sidebar__info-price {
		position: absolute;
		top: 100px;
		right: 0px;
		width:60px;
	}
	#select-table{
		padding-top:30%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) { 
	.bg-image {
		/* height: 50vh; */
		/* overflow: hidden; */
		/* position: absolute; */
		width:100%;
	}
	.bg-image a img {
		height: auto;
		width: 100%;
		z-index: 0;
		bottom: 0px;
	}
	/***********************new-listview*****************/
	.new-listview {
		width: 100%;
		height:auto;
		min-height:180px;
		margin: auto;
		border-radius:3px;
		display:block;
		float:left;
		margin-bottom:5px;
	}
	.new-products-details{
		padding:10px;
		display:inline-block;
		max-width:70%;
		float:left;
	}
	.new-products-details .food-type-icon{
		float:left;
		max-width: 15px;
		padding-top: 7px;
		margin-right:5px;
	}
	.new-products-details .pro-name {
		color: #292929;
		width:95%;
		display:inline-block;
		padding: 5px 0;
		font-size: 16px;
		line-height:16px;
		margin: 0;
	}
	.new-products-image {
	  width: 20%;
	  max-height:200px;
	  overflow:hidden;
	  display:inline-block;
	  float:right;
	  padding:10px;
	}
	.new-products-image img {
	  width: 100%;
	  max-height: 150px;
	  border-radius:5px;
	}
	.new-pro-desc{
		color: #8d8d8d;
		padding: 5px 0;
		font-weight: 500;
		font-size: 15px;
		line-height: 15px;
		margin: 0;
		max-width: 100%;
		float: left;
	}
	.new-addcart {
		width: 10%;
		display: inline-block;
		position:relative;
		text-align:center;
		padding-top:20px;
	}

	.new-listview-AddButton {
		background-color:transparent;
		border-radius:5px;
		border:1px solid #43d0c2;
		display:inline-block;
		cursor:pointer;
		color:#43d0c2;
		padding:5px;
		text-decoration:none;
		position:absolute;
		top:110px;
		right:0px;
		width:60px;
	}

	.new-listview-food-cat-icon{
		float: right;
		display: inline-block;
		padding-left: 0;
	}

	.new-listview-food-cat-icon img{
		height: 20px;
		float: left;
		padding: 5px;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
	.builder-sidebar__info-price {
		position:absolute;
		top:110px;
		z-index:10;
		width:60px;
	}
	.category-box {
	  width: 100%;
	  height: auto;
	  margin:10px auto;
	}
	.category-box-image {
	  width: 100%;
	  height:100px;
	  max-height:100px;
	  margin: auto;
	  overflow:hidden;
	  position:relative;
	}
	.category-box-image img {
	  width: 100%;
	  height: auto;
	  max-height:none;
	  margin: auto;
	  overflow:hidden;
	  position:absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
	}
	.category-details{
		padding:5px;
	}
	.pro-details-bottom {
		position: relative;
		top: 0px;
	}
	.pro-details-bottom .price {
		margin-top:10px;
	}
	#select-table{
		padding-top:30%;
	}
}	


/***********************OFFER SECTION CSS START*****************************/
.offer-box{
	width: 100%;
    border-radius: 5px;
	margin:10px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.offer-title{
	font-size:18px;
	padding:10px;
}
.offer-description{
	font-size:16px;
	padding:5px 10px;
}

#offer img {
  /* height: 75vw; */
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  #offer img {
    /* height: 35vw; */
	height: 170px;
  }
}
@media (min-width: 992px) {
  #offer img {
    /* height: 18vw; */
	height: 200px;
  }
}

.carousel-item img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .carousel-item img {
    height: auto;
  }
}


#offerModal .modal-content {
  background: none;
  border: none;
  top:50px;
}

#offerModal .modal-body {
  padding: 0;
  border: none;
  position: relative;
  background: white;
}

#offerModal .carousel-control-prev, #offerModal .carousel-control-next {
  font-size: 2em; 
  opacity: 0.5;
  display:inline-block;
  top:50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
#offerModal .carousel-control-prev:hover, #offerModal .carousel-control-next:hover {
	opacity:1;
}
@media (min-width: 768px) {
  #offerModal.carousel-control-prev, #offerModal .carousel-control-next {
    
  }
}
#offerModal .carousel-control-next-icon, #offerModal .carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  #offerModal .carousel-control-prev {
    left: 0px;
  }
}
@media (min-width: 768px) {
  #offerModal .carousel-control-next {
    right: 0px;
  }
}
#offerModal .close {
    float: right;
    font-size: 50px;
    /* width: 50px; */
    /* height: 50px; */
    font-weight: normal;
    line-height: 40px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0px;
	top:-50px;
    z-index: 100;
    /* background-color: #43d0c2; */
    text-align: center;
}
@media (max-width: 320px){
	#offerModal .modal-content {
	  top: 30%;
	  -ms-transform: translateY(30%);
	  transform: translateY(30%);
	}
	#desktop-menu {
		display: none !important;
	}
	#mobile-menu {
		display: block !important;
		max-width:100%;
	}
}
@media (min-width: 321px) and (max-width: 480px) {
	#offerModal .modal-content {
	  top: 40%;
	  -ms-transform: translateY(40%);
	  transform: translateY(40%);
	}
	#desktop-menu {
		display: none !important;
	}
	#mobile-menu {
		display: block !important;
		max-width:100%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#offerModal .modal-content {
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
	#desktop-menu {
		display: none !important;
	}
	#mobile-menu {
		display: block !important;
		max-width:100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#offerModal .modal-content {
	  top: 50%;
	  -ms-transform: translateY(30%);
	  transform: translateY(30%);
	}
	#offerModal .modal-dialog{
		max-width:70%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	#offerModal .modal-content {
	  top: 50%;
	  -ms-transform: translateY(30%);
	  transform: translateY(30%);
	}
}
/***********************OFFER SECTION CSS END*****************************/


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  /* background: transparent; */
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  background: transparent;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  background-color:transparent;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 90px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
	
  .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-top: 35px; */
    /* margin-left: 35px; */
    border: medium inset transparent;
}
	
.mfp-arrow:after, .mfp-arrow .mfp-a {
    top: 25px; 
}
.mfp-arrow-left {
  left: 40px;
  background-color:#cd2122;
  border-radius:5px;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	 background-image: url(../images/left-arrow.png);
  background-size: cover;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  margin-left: 25px;
}
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
}

.mfp-arrow-right {
  right: 40px;
  background-color:#cd2122;
  border-radius:5px;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	margin-left: 25px; 
	background-image: url(../images/right-arrow.png);
	background-size: cover;
	display: inline-block;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
}
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/******************Feedback css Start**********************/
.form-box{
	width:100%;
	padding:30px 10px;
	border:1px solid #d4d4d4;
	border-radius:5px;
	text-align:center;
	margin-top:30px;
}
.form-box a{width:100%; display:block;}
.form-box h4{font-size:22px;}
.form-box .icon{
	width:auto;
	padding:20px;
	text-align:center;
}
.feebback-form-box{
	width:100%;
	padding:30px 10px;
	display:block;
	/*background-color:#faf5f5;*/
	border-radius:5px;
}
.send-btn {
    width: 80%;
    background-color: #1ec7b6;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 32px;
}
.ambience-box h4{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.ambience-box ul{
	width:100%;
	padding: 0px;
}
.ambience-box ul li{
	display: inline-block;
    margin: auto;
    width: 50px;
    height: auto;
    margin-right: 10px;
    line-height: normal;
}

.ambience-box ul li a{
    background: transparent;
    color: #fff;
}
.ambience-box ul li a img{
	width:100%;
}
.swap img:last-child{display:none}
.swap:hover img:first-child{display:none}
.swap:hover img:last-child{display:inline-block}

.rate-food h4{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.rate-food ul{
	width:100%;
	padding: 0px;
}
.rate-food ul li{
	display: inline-block;
    margin: auto;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    line-height: 50px;
    border: 1px solid #212529;
    border-radius: 50%;
    text-align: center;
}

.rate-food ul li a{
    background: transparent;
    color: #212529;
	font-size:20px;
}
.rate-food ul li:hover:first-child{
	background-color:#f74b1d;
}
.rate-food ul li:hover:nth-child(2){
	background-color:#fe9900;
}
.rate-food ul li:hover:nth-child(3){
	background-color:#edc314;
}
.rate-food ul li:hover:nth-child(4){
	background-color:#74c63e;
}
.rate-food ul li:hover:nth-child(5){
	background-color:#1bc733;
}
/******************Feedback css End**********************/

/**********************************************/
.passcode-box{
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

.passcode-box .passcode-title{
	display: inline-block;
    padding-bottom: 0px;
    margin: 0;
    position: relative;
    color: #292929;
}
.passcode-box input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 79%;
  background: transparent;
  margin-right:10px;
  border-radius:5px;
}

.passcode-box button {
  float: left;
  width: 15%;
  padding: 10px;
  color: white;
  font-size: 17px;
  /* border-left: none; */
  cursor: pointer;
  border-radius:5px;
  outline:none;
  border:none;
}
.passcode-box button:focus , .passcode-box input[type=text]:focus{
	outline:none;
}
.passcode-box button:hover {
  background: #0b7dda;
}

.passcode-box::after {
  content: "";
  clear: both;
  display: table;
}

.select-tabel-box{
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:center;
}

.select-tabel-box .passcode-title{
	display: inline-block;
    padding-bottom: 0px;
    margin: 0;
    position: relative;
    color: #292929;
}
.select-tabel-box input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 100%;
  background: transparent;
  margin-right:10px;
  border-radius:5px;
}

.select-tabel-box a {
  float: right;
  width: 15%;
  padding: 10px;
  color: white;
  font-size: 17px;
  /* border-left: none; */
  cursor: pointer;
  border-radius:5px;
  outline:none;
  border:none;
  margin-top:-46px;
}
.select-tabel-box a:focus , .select-tabel-box input[type=text]:focus{
	outline:none;
}
.select-tabel-box a:hover {
  background: #0b7dda;
}

.select-tabel-box::after {
  content: "";
  clear: both;
  display: table;
}

.review-bottom-btn .select-tabel-bottom-btn {
    width: 15%;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-family: NunitoSans-SemiBold;
    font-size: 20px;
    padding: 5px 20px;
    /* background-color: #43d0c2; */
    color: #fff;
    border: 1px solid;
}
/*********************************************/
/********************ADD NOTES STARTS*************************/
.add-notes-box{
	width:100%;
	display:block;
}
.add-notes-box p {
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: NunitoSans-Bold;
}
.add-notes-box textarea{
	max-width:1100px;
	display:inline-block;
	outline:none;
	background-color:transparent;
	border:none;
	text-align:center;
}
.add-notes-box textarea:focus{
	box-shadow:none;
	background-color:transparent;
	border:1px solid;
}
.review-add-notes{
	width: 100%;
    padding: 5px 0;
    background-color: #f9f9f9;
    margin-bottom: 150px;
    border-radius: 6px;
}
.review-add-notes label{
	margin-bottom: 2px;
    font-size: 18px;
    display: block;
    max-width: 100%;
    padding-left: 10px;
}
.review-add-notes .input-box{
	width:100%;
	margin:0 auto;
	background-color:transparent;
	border:none;
	padding: 0 10px;
}
.input-box:focus{
	box-shadow:none !important;
	background-color:transparent !important;
	border:none !important;
	outline:none;
}
/********************ADD NOTES END*************************/
@media (max-width: 320px){
	/******************Feedback css Start**********************/
	.ambience-box ul li {
		display: inline-block;
		width: 40px;
	}
	.rate-food ul li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.send-btn{width:100%;}
	/******************Feedback css End**********************/
	.review-bottom-btn .select-tabel-bottom-btn{
		width:auto;
	}
}

@media (min-width: 321px) and (max-width: 480px) {
	/******************Feedback css Start**********************/
	.ambience-box ul li {
		display: inline-block;
		width: 40px;
	}
	.rate-food ul li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.send-btn{width:100%;}
	/******************Feedback css End**********************/
	.review-bottom-btn .select-tabel-bottom-btn{
		width:auto;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	/******************Feedback css Start**********************/
	.ambience-box ul li {
		display: inline-block;
		width: 40px;
		margin-right:5px;
	}
	.rate-food ul li{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right:5px;
	}
	.send-btn{width:100%;}
	/******************Feedback css End**********************/
	.review-bottom-btn .select-tabel-bottom-btn{
		width:auto;
	}
}

/*****************************Responsive Media Queries**************************/
@media (max-width: 320px){
	.top-header{
		padding-top:15px;
	}	
	.home-logo {
		top: 50%;
		left: 50%;
		cursor: pointer;
		max-width: 130px ;
		max-height: 80px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.text-center .home-logo{
		left: 37%;
		max-width: 130px ;
	}
	.menu-btn{
		width:50px;
		padding:12px;
	}
	.btn-group:last-child .menu-btn{
		margin-right:0;
	}
	.button-wrapper .btn-home{
		width: 180px;
		padding: 10px 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.food-cat-icon .food-quantity {
		float: right;
		display: inline-block;
		position: relative;
		left: 25%;
	}
	.product-summary .trynew {
		font-size: 12px;
		left:15px;
	}
	.products-box {
		min-height:auto;
	}
	.products-details {
		padding: 10px 0px 10px 10px;
		display: inline-block;
		width: 80%;
	}
	.addcart {
		width: 20%;
		display: inline-block;
		float: right;
		padding-top: 10px;
	}
	.checkout-bag{
		left:77%;
	}
	.rounded-container2 {
		position: relative;
		top: 0px;
		margin-top: -120px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding: 25px 0;
	}
	.product-summary {
		width: 100%;
		padding: 10px 0px 10px 0px;
		font-size: 18px;
	}
	.product-summary .trynew {
		font-size: 15px;
		left: 15px;
		padding: 2px 0;
	}
	.product-summary .product-title {
		width: 100%;
		max-width: 100%;
	}
	.product-title {
		display: inline-block;
		position: relative;
		color: #292929;
		font-size: 18px;
		line-height: 18px;
		max-width: 70%;
		margin: 0;
	}
	.details-quantity-btn {
		float: left;
		width: 140px;
		display: inline-block;
		margin-left:10px;
	}
	.details-add-btn {
		float:right;
		width: 140px;
		margin-right:10px;
	}
	.udate-cancel-btn {
		float: left;
		width: auto;
		padding: 8px 10px;
		margin-left: 0px;
		font-size: 15px;
	}
	#search-form {
		/* display: none; */
		/* position: absolute; */
		/* height: 100%; */
		/* left: -200px; */
		/* top: 100%; */
		/* width: 285px; */
		display:none;
		position: relative;
		height: 100%;
		right: 0;
		top: 0px;
		width: 100%;
		left: 0;
		margin: 0;
	}
	.mfp-arrow-right {
		right: 10px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-right:after{
		margin-left:10px;
		top:10px;
	}
	.mfp-arrow-left {
		left:10px;
		right: 10px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-left:after{
		margin-left:10px;
		top:10px;
	}
	/******************Search Filter css Start**********************/
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding-right:10px;
	}
	.input-group .food-filters {
		width: 100%;
		display: inline-block;
		position: relative;
		top: 0px;
		bottom: 0;
		left: 0;
		padding: 5px 0;
		right: 0;
		z-index: 10;
		background-color:#fff;
		text-align: center;
		border: 1px solid #ced4da;
		border-radius: 0.25rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.food-filters a {
		float: none;
		height: auto;
		padding:0 10px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-top: -8px;
	}
	/******************Search Filter css End**********************/
}

@media (min-width: 321px) and (max-width: 480px) {
	.top-header{
		padding-top:15px;
	}
	.home-logo {
		top: 50%;
		left: 50%;
		cursor: pointer;
		max-width: 140px ;
		max-height: 70px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.text-center .home-logo{
		left: 37%;
		max-width: 130px ;
	}
	.btn-group:last-child .menu-btn{
		margin-right:0;
	}
	.menu-btn{
		width:50px;
		padding:12px;
	}
	.button-wrapper .btn-home{
		width: 180px;
		padding: 10px 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.lunch-btn{
		background-color: transparent;
		border: none;
		/*color: #43d0c2;*/
		padding: 10px 14px;
		font-size: 10px;
		cursor: pointer;
		margin-right:8px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		border-radius:5px;
		margin-bottom: 10px;
	}
	.category-button {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin-right: 5px;
		border-radius: 50px;
		padding: 2px;
		color: #333;
		background: #fff;
		transition: all 0.2s ease-out 0s;
		position: relative;
		transform: translatez(0);
		text-decoration: none;
		box-sizing: border-box;
		font-size: 10px;
		font-weight: 600;
	}
	a.category-button img {
		width: 20%;
		border-radius: 50%;
		margin-right: 5px;
	}
	.category-button-2 {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		color: #fff;
		transition: all 0.2s ease-out 0s;
		position: relative;
		text-decoration: none;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: 600;
		text-align:center;
	}
	a.category-button-2 img{width: 50%; border-radius: 50%; margin: 0 auto; display: block;}
	
	.category-title {
		width: 100%;
		padding: 10px 15px 0px 15px;
	}
	.category-title h3 {
		display: inline-block;
		padding-bottom: 5px;
		position: relative;
		color: #292929;
		margin-bottom:0;
	}
	.products-box {
		min-height:auto;
	}
	.products-details {
		padding: 10px 0px 10px 10px;
		display: inline-block;
		width: 80%;
	}
	
	.pro-name {
		color: #292929;
		padding: 5px 0;
		font-size: 13px;
		/*line-height: 16px;*/
		margin: 0;
		max-height: 38px;
		max-width: 95%;
        white-space :normal;
	}
	.pro-details-bottom .price {
		font-size: 14px;
		line-height: normal;
		float: left;
		margin:5px;
	}
	.addcart {
		width: 20%;
		display: inline-block;
		float: right;
		padding-top: 10px;
	}
	.listview-products-image {
		width: 30%;
		max-height: 250px;
		overflow: hidden;
		display: flex;
		padding: 5px;
	}
	.pro-desc {
		color: #8d8d8d;
		padding: 5px 0;
		font-weight: 500;
		font-size: 10px;
		margin: 0;
		line-height: normal;
		max-width: 100%;
	}
	.pro-customization {
		margin: 0;
		padding: 0px;
		color: #8d8d8d;
		font-size: 12px;
		font-family: sans-serif;
	}
	.food-cat-icon .food-quantity {left:40%;}
	
	.rounded-container2 {
		position: relative;
		top: 0px;
		margin-top: -110px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding: 25px 0;
	}
	.product-summary {
		width: 100%;
		padding: 10px 0px 10px 0px;
		font-size: 18px;
	}
	.product-summary .trynew {
		font-size: 15px;
		left: 15px;
		padding: 2px 0;
	}
	.product-summary .product-title {
		width: 100%;
		max-width: 100%;
	}
	.addons {
		width: 100%;
		padding-bottom: 10px;
	}
	.addons-title {
		margin: 0;
		color: #292929;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 8px 0;
	}
	.addons-group label {
		position: relative;
		cursor: pointer;
		margin: 0;
		font-weight: 500;
		font-size: 13px;
	}
	.addons ul li span {
		width: 30%;
		display: inline-block;
		text-align: right;
		float: right;
		font-weight: 500;
		font-size: 13px;
	}
	.addons-group input:checked + label:after {
		content: '';
		display: block;
		position: absolute;
		top: 4px;
		left: 7px;
		width: 6px;
		height: 11px;
		border: solid #0079bf;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	}
	.product-title {
		display: inline-block;
		position: relative;
		color: #292929;
		font-size: 18px;
		max-width:75%;
		margin:0;
	}
	.AddButton2 {
		width: 100%;
		border-radius: 8px;
		display: inline-block;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 32px;
	}
	.checkout-bag {
		left:77%;
	}
	.details-quantity-btn {
		float: left;
		width: 140px;
		display: inline-block;
		margin-left:10px;
	}
	.details-add-btn {
		float:right;
		width: 140px;
		margin-right:10px;
	}
	#search-form {
		/* display: none; */
		/* position: absolute; */
		/* height: 100%; */
		/* left: -225px; */
		/* width: 325px; */
		/* top: 100%; */
		display:none;
		position: relative;
		height: 100%;
		right: 0;
		top: 0px;
		width: 100%;
		left: 0;
		margin: 0;
	}
	
	.udate-cancel-btn {
		float: left;
		width: auto;
		padding: 8px 10px;
		margin-left: 0px;
		font-size: 15px;
	}
	.mfp-arrow-right {
		right: 30px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-right:after{
		margin-left:10px;
		top:10px;
	}
	.mfp-arrow-left {
		left:30px;
		right: 10px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-left:after{
		margin-left:10px;
		top:10px;
	}
	/******************Search Filter css Start**********************/
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		padding-right:10px;
	}
	.input-group .food-filters {
		width: 100%;
		display: inline-block;
		position: relative;
		top: 0px;
		bottom: 0;
		left: 0;
		padding: 5px 0;
		right: 0;
		z-index: 10;
		text-align: center;
		border: 1px solid #ced4da;
		border-radius: 0.25rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background-color:#fff;
	}
	.food-filters a {
		float: none;
		height: auto;
		padding:0 10px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-top: -8px;
	}
	/******************Search Filter css End**********************/
}
@media (min-width: 481px) and (max-width: 767px){
	.top-header{
		padding-top:15px;
	}
	.home-logo {
		top: 30%;
		left: 50%;
		cursor: pointer;
		max-width: 150px;
		max-height: 60px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.text-center .home-logo {
		left: 37%;
		max-width: 130px;
	}
	.button-wrapper .btn-home{
		width: 180px;
		padding: 10px 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.rounded-container2 {
		position: relative;
		top: 0px;
		width: 100%;
		background-color: #fff;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding: 25px 0;
	}
	.max-100 {max-width: 100% !important;}
	.product-title {
		display: inline-block;
		position: relative;
		color: #292929;
		font-size: 18px;
		max-width: 75%;
		margin: 0;
	}
	.details-quantity-btn {
		float: left;
		width: 140px;
		display: inline-block;
		margin-left:10px;
	}
	.details-add-btn {
		float:right;
		width: 140px;
		margin-right:10px;
	}
	#search-form {
		/* display: none; */
		/* position: absolute; */
		/* height: 100%; */
		/* top: 100%; */
		/* left: -40px; */
		/* width: 200px; */
		display: none;
		position: relative;
		height: 100%;
		right: 0;
		top: 0px;
		width: 100%;
		left: 0;
		margin: 0;
		
	}
	.mfp-arrow-right {
		right: 30px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-right:after{
		margin-left:10px;
		top:10px;
	}
	.mfp-arrow-left {
		left:30px;
		right: 10px;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.mfp-arrow-left:after{
		margin-left:10px;
		top:10px;
	}
	
}


@media (min-width: 481px) and (max-width: 767px) {
	.lunch-btn{
		background-color: transparent;
		border: none;
		/*color: #43d0c2;*/
		padding: 12px 25px;
		font-size: 16px;
		cursor: pointer;
		margin-right:5px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		border-radius:5px;
		margin-bottom: 10px;
	}
	.category-button {
		display: inline-block;
		width: auto;
		max-width: 100%;
		margin-right: 5px;
		border-radius: 50px;
		padding: 2px;
		color: #333;
		background: #fff;
		transition: all 0.2s ease-out 0s;
		position: relative;
		transform: translatez(0);
		text-decoration: none;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: 600;
	}
	a.category-button img {
		width: 20%;
		border-radius: 50%;
		margin-right: 5px;
	}
	.AddButton2 {
		width: 100%;
		border-radius: 8px;
		display: inline-block;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 32px;
	}
	.checkout-bag {
		left: 75%;
	}
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		padding-right:50%;
	}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.products-box {
		min-height:290px;
	}
	.products-image {
		max-height:130px;
	}
	.products-details {
		padding: 10px;
		display: inline-block;
		width: 80%;
	}
	.addcart {
		width: 20%;
		display: inline-block;
		float:right;
	}
	.AddButton {
		padding:5px;
	}
	.category-button {
		display: inline-block;
		width: 150px;
		max-width: 100%;
		margin-right: 5px;
		border-radius: 50px;
		padding: 2px;
		color: #333;
		background: #fff;
		transition: all 0.2s ease-out 0s;
		position: relative;
		transform: translatez(0);
		text-decoration: none;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: 600;
	}
	a.category-button img {
		width: 25%;
		border-radius: 50%;
		margin-right: 10px;
	}
	.AddButton2 {
		width: 80%;
		background-color: #1ec7b6;
		border-radius: 8px;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		padding: 10px 32px;
	}
	.quantity-container .builder-sidebar__info-price {
		width: 115px
	}
	.builder-sidebar__info-price .btn-quantity {
		width: 28%
	}
	.builder-sidebar__info-price .btn-quantity:nth-child(2) {
		width: 35%;
		font-size: 14px;
		padding: 6px 2px
	}
	.rounded-container2 {
		position: relative;
		top: 0px;
	}
	.max-100{
		max-width:100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.max-100{
		max-width:100% !important;
	}
	.food-cat-icon .food-quantity {
		float: right;
		display: inline-block;
		position: relative;
		left: 70%;
	}
	.rounded-container2 {
		position: relative;
		top: 0px;
		margin-top: -120px;
	}
	.checkout-bag{
		left:85%;
	}
	.product-title {
		display: inline-block;
		position: relative;
		color: #292929;
		font-size: 18px;
		max-width: 85%;
		margin: 0;
	}
	.details-quantity-btn {
		float: left;
		width: 50%;
		display: inline-block;
		margin-left:10px;
	}
	.details-add-btn {
		float:left;
		width: 40%;
		margin-right:10px;
	}
	#search-form {
		/* display: none; */
		/* position: absolute; */
		/* height: 100%; */
		/* left: -40px; */
		/* width: 200px; */
		/* top: 65px; */
		display:none;
		position: relative;
		height: 100%;
		right: 0;
		top: 0px;
		width: 100%;
		left: 0;
		margin: 0;
	}
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		padding-right:34%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) { 
	.food-cat-icon .food-quantity {
		float: right;
		display: inline-block;
		position: relative;
		left: 77%;
	}
	.checkout-bag{
		left:85%;
	}
	.product-title {
		display: inline-block;
		position: relative;
		color: #292929;
		font-size: 18px;
		max-width: 90%;
		margin: 0;
	}
	.details-add-btn {
		float:left;
		width: 40%;
		margin-right:10px;
	}
	#search-form {
		/* display: none; */
		/* position: absolute; */
		/* height: 100%; */
		/* left: 20px; */
		/* width: 200px; */
		/* top: 65px; */
		display:none;
		position: relative;
		height: 100%;
		right: 0;
		top: 0px;
		width: 100%;
		left: 0;
		margin: 0;
	}
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		padding-right:25%;
	}
}


@media (min-width: 481px) and (max-width: 767px) {
	.home-logo {
		top: 50%;
		left: 50%;
		cursor: pointer;
		max-width: 150px;
		max-height: 70px;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.button-wrapper .btn-home{
		width: 180px;
		padding: 10px 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	.section_main_cls{
		padding-top:50px;
	}
}
@media (min-width:850px) and (max-width: 970px) and (max-height:540px) {
	.home-logo {
		max-height: 80px
	}
	.button-wrapper .btn-home,
	.btn-clearcart {
		width: 100%;
		padding: 10px;
		font-weight: 600
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {
	.section_main_cls{
		padding-top:55px;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
	.section_main_cls{
		padding-top:55px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.section_main_cls{
		padding-top:50px;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
	.section_main_cls{
		padding-top:50px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
	.section_main_cls{
		padding-top:50px;
	}
}

@media only screen and (device-width : 414px) and (device-height : 896px) {
	.section_main_cls{
		padding-top:55px;
	}
}

@media only screen and (device-width : 411px) and (device-height : 731px){
	.section_main_cls{
		padding-top:55px;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 740px) and (orientation : portrait) {
	.section_main_cls{
		padding-top:55px;
	}
}

@media only screen and (device-width: 360px) and (device-height: 640px) and (orientation: landscape) {
	.checkout-bag {
		left: 75%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.checkout-bag {
		left: 75% !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.checkout-bag {
		left: 85%;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 
	.checkout-bag {
		left: 85%;
	}
}

@media only screen and (min-device-width: 411px) and (max-device-height: 731px) and (orientation: landscape) { 
	.checkout-bag {
		left: 85% !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) { 
	.checkout-bag {
		left: 75%;
	}
}

@media (max-width: 640px){
	.btn-group .dropbtn{
		display:none;
	}
}
/******************NEW LIST VIEW 3 START************************/

.category-title .main-title {
  display: block;
  padding-bottom: 10px;
  position: relative;
  color:#292929;
  line-height:normal;
  font-family:NunitoSans-Bold;
}
.category-title .sub-title {
  display: block;
  padding-bottom: 0px;
  margin-bottom:5px;
  position: relative;
  color:#292929;
  line-height:normal;
  font-family:NunitoSans-Regular;
  font-size:13px;
  color:#8d8d8d;
}

#image-slide-menu{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#slide-menu{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#desktop-menu{
	display:block;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
#mobile-menu{
	display:none;
	width:100%;
	max-width:1140px;
	position:fixed;
	z-index:99;
	-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both
}
.mobile-menu-btn{
	width: 70%;
    padding: 0 5px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
}
.new-menu-btn{
	background-color: transparent;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    border-radius: 5px;
    width: 70%;
    outline: 0px transparent !important;
	text-align:center;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
}

.listview-add-btn {
    /* float: left; */
	width:100%;
	text-align:center;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    text-decoration: none;
}

.language-btn{
	position:absolute;
	top:30px;
	z-index:10;
	right:30px;
	padding:5px;
	border-radius:5px;
	text-transform: capitalize;
}
.dropdown .dropbtn {
  cursor: pointer;
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right:0;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: capitalize;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
.btn-group .dropdown-content {
	left:0;
	right:auto;
	top:55px;
}
#stars-example h4{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.rating-group {
  display: inline-flex;
}
.rating__icon {
  pointer-events: none;
}
.rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.rating__input--none {
  display: none;
}
.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  line-height:0;
  font-size: 2rem;
}

/*.gender-box {
  display: inline-block;
}*/
.gender-box h4{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.gender-box label {
  background-color:#fff;
  border-radius: 3px;
  padding: 10px 15px;
  border:1px solid #ccc;
  cursor: pointer;
  width: 100px;
  text-align: center;
  margin-right:5px
}

.gender-box input[type=radio] {
  display: none;
}
.gender-box input[type=radio]:checked + label {
  color: #fff;
  cursor: default;
}

@media (min-width: 576px){
	#mobile-menu {
		/* max-width: 540px !important; */
		max-width: 100% !important;
		width:100%;
		margin:auto;
		left:0;
		right:0;
	}
	
}
@media (min-width: 768px){
	#mobile-menu {
		/* max-width: 720px !important; */
		max-width: 100% !important;
		width:100%;
		margin:auto;
		left:0;
		right:0;
		-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both
	}
}
@media (min-width: 992px){
	#mobile-menu {
		/* max-width: 960px !important; */
		max-width: 100% !important;
		width:100%;
		margin:auto;
		left:0;
		right:0;
		-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both
	}
}
@media (min-width: 1200px){
	#mobile-menu {
		max-width: 100% !important;
		width:100%;
		margin:auto;
		-webkit-animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in-top .6s cubic-bezier(.39,.575,.565,1.000) both
	}
	.category-box-image{
		min-height: 96.58px;
		max-height: 98.58px;
	}
	.checkout-bag {
		left: 85%;
	}
}

@media screen and (min-width: 1600px) {
	.category-box-image{
		min-height: 147px;
		max-height: 147px;
		position:relative;
	}
	.category-box-image img{
		width:100%;
		max-height:100%;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	#search-form{
		width:100%;
	}
	#search-form .input-group > .form-control{
		border-radius:0.25rem;
		padding-right:14%;
	}
}

@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
.fade-out-top{-webkit-animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both;animation:fade-out-top .7s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes fade-out-top{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}@keyframes fade-out-top{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}


.item1 {

    padding :2px;
    margin :5px;
}                

.error {
    border-color :red;
    
    /*animation: shake .1s linear;
    animation-iteration-count: 3;*/
}

@keyframes shake {
    0% { left: -5px; }
    100% { right: -5px; }






}               

.closebtn {
  position: absolute;
  top: 5%;
  left: 90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}



                                                  