@font-face {
	font-family: 'Sunflower';
	src: url('../fonts/Sunflower-Light.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Sunflower-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Sunflower-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:200;
}
@font-face {
	font-family: 'Sunflowernormal';
	src: url('../fonts/Sunflower-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Sunflower-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Sunflower-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:300;
}
@font-face {
	font-family: 'Sunflower';
	src: url('../fonts/Sunflower-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Sunflower-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Sunflower-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
	font-weight:500;
}

@font-face {
    font-family: 'sunflowerbold';
    src: url('../fonts/sunflower-bold-webfont.woff2') format('woff2'),
         url('../fonts/sunflower-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sunflower_lightregular';
    src: url('../fonts/sunflower-light-webfont.woff2') format('woff2'),
         url('../fonts/sunflower-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sunflower_mediumregular';
    src: url('../fonts/sunflower-medium-webfont.woff2') format('woff2'),
         url('../fonts/sunflower-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,html
{
	padding:0px;
	margin:0px;
	margin-top: 0!important;;
	font-family: 'sunflower_lightregular';
}
input, textarea, select, button, h1, h2, h3, h4, h5, select
{
	font-family: 'Sunflower';
	-webkit-appearance: none;
}
input, label, textarea, select , a
{
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	cursor:pointer;
}
input,
input[type="submit"], input[type="reset"],
input[type="button"],
select,
textarea,
button,
{
	-webkit-appearance: none;
}
input[type="button"]
{
	transition:all ease-in 0.1s;
	border-radius:28px;
}
input[type="button"]:hover 
{
	background: #569403;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::placeholder {
  color: #bbbbbb;
  opacity: 1; /* Firefox */
	font-size: 16px;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #bbbbbb;
	font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #bbbbbb;
	font-size: 16px;
}



h1,h2,h3,h4,p 
{
	margin:0px;
	margin-bottom:20px;
}
input 
{
	box-shadow:none;
}
p 
{
	font-size:16px;
	color:#000;
}
a 
{
	text-decoration:none;
	color:#b72025;
	cursor:pointer;
}
.clear 
{
	clear:both;
}
.blockbox{
width: 100%;
	height: 100%;
	display: inline-block;
}

.stick{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	transition:all 1s ease 0s;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; 
}
.stick-filter{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 1s ease 0s;
    width: -moz-available;
    width: -webkit-fill-available;
    padding: 20px;
    margin: 0!important;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.22);
	border-bottom: none!important;
}

.positiontop{
	position: fixed!important;
    width: 100%;
	height: 100%;
    z-index: 999!important;
	top: 0;
	left: 0;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; 
	transition:all 1s ease 0s;
}

.fixed-position{
	position: fixed!important;
    z-index: 999!important;
	top: 30px;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available; 
}
.catfixed-position{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    position: fixed;
    width: 100%;
    top: 0;
    transform: translateZ(0);
    z-index: 10;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.22);
	padding: 20px 0;
	margin-top: 0!important
}

.graychangeMob{
	background-color: #f7f7f7;
}


.container
{
	max-width:1200px;
	margin:0px auto;
	
}
.dishes-outer-wrap .container 
{
	position:relative;
}
.home-header
{
	min-height: 550px;
	background: url('../images/home-header.jpg') no-repeat;
	background-size: cover;
	padding-top:50px;
	position:relative;
	background-color: #8dc63f;
	background-position: center center;
}
/*.home-header::before 
{
content:"";
background-image: url(../images/tr.svg);
background-repeat: no-repeat;
position: absolute;
right: 0;
    right: 260px;
    bottom: -50px;
	width:400px;
	height: 515px;
background: rgba(0,0,0,0.4);
}
*/
.home-header::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}


.home-header .home-search
{
	z-index:2;
}
.home-header nav
{
	z-index:3;
}
.home-header .home-search
{
	position:relative;
}
.logo 
{
	float:left;
	width:auto;
}


.logo-inner
{
    background: url(../images/logo.svg) no-repeat;
    width: 150px;
    height: 50px;
    float: left;
    background-size: auto 50px;
}

.logo img 
{
	height:48px;
}
.logo-inner img 
{
	height:50px;
}
header .menu 
{
	float:right;
	margin-top: 4px;
}
header nav 
{
	position:relative;
}
header .menu ul.menu-items
{
	margin:0px;
	padding:0px;
}
header .menu ul.menu-items li
{
	float:left;
	margin-left:20px;
	line-height:40px;
	list-style:none;
	position:relative;
}
header .menu ul.menu-items li a
{
	display: block;
    line-height: 40px;
    vertical-align: middle;

}
.whatsapp span.link 
{
	background: url('../images/whatsapp-white.svg') no-repeat;
    background-size: auto;
	background-position: left;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	background-size: 20px;
	width: 25px;
	height: 40px;
}
.search-icon span.link 
{
	background: url('../images/search-light.svg') no-repeat;
    background-size: auto;
	background-position: left;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	background-size: 21px;
	width: 25px;
	height: 40px;
}
.cart span.link 
{
	background: url('../images/cart-icon-white.svg') no-repeat;
    background-size: auto;
	background-position: left;
	display: block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	background-size: 20px;
	width: 25px;
	height: 40px;
}
.cart.has-sub span.link 
{

    background-image: url('../images/cart-icon-red.svg');
	line-height: 43px;
text-align: center;
font-size: 13px;
color: #fff;
width: 20px;
}
.login
{
	  width: auto;
	  height: 40px;
	  text-align:center;
}
.login span.link 
{
	
	background-position: left;
	padding-left: 25px;
	line-height: 21px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #fff;
	background-size: contain;
	padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
}


.riderslide
{
	  width: auto;
	  height: 40px;
	  text-align:center;
}
.riderslide span.link 
{
	
	background-position: left;
	padding-left: 25px;
	line-height: 21px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #fff;
	background-size: contain;
	padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 6px;
}

.partnerslide
{
	  width: auto;
	  height: 40px;
	  text-align:center;
}
.partnerslide span.link 
{
	
	background-position: left;
	padding-left: 25px;
	line-height: 21px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #fff;
	background-size: contain;
	padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 6px;
}


.mobile-menu-toggle 
{
	float:left;
	display:none;
}
	.mobile-menu-toggle a {
    background: url('../images/menu-light.svg') no-repeat;
        background-size: auto;
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 15px;
    margin-top: 7px;
}
/*submenu */
.sub-menu 
{
	display:none;
	padding:0px;
	position: absolute;
	top: 46px;
	right:60px;
	z-index: 999;
list-style: none;
-webkit-box-shadow: 0px 1px 5px 1px rgba(189,189,189,1);
-moz-box-shadow: 0px 1px 5px 1px rgba(189,189,189,1);
box-shadow: 0px 1px 5px 1px rgba(189,189,189,1);
}
.sub-menu.account-submenu 
{
    top: 46px;
    right: 0px;
}
header .menu ul.menu-items li li
{
	margin-left:0px;
	padding-top:15px;
}
.sub-menu li 
{
	width:300px;
	text-align:left;
}
.sub-menu-head
{
	padding:0;
	border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.sub-menu-head .user-name 
{
	color: #333333;
margin-bottom: 5px;
font-size: 17px;
font-weight: 300;
line-height: 20px;
}
.sub-menu-head .user-email 
{
	font-size: 14px;
	line-height: 18px;
	color: #333333;
margin-bottom: 0px;
}
.account-links 
{
	background: #fff;
padding: 20px 20px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
.bg1 
{
	background:url('../images/personal-info.svg') no-repeat;
	background-size: 20px;
}
.bg2 
{
	background:url('../images/addresses.svg') no-repeat;
	background-size: 17px;
}
.bg3 
{
	background:url('../images/orders.svg') no-repeat;
	background-size: 20px;
}
.bg4 
{
	background:url('../images/logout.svg') no-repeat;
	background-size: 17px;
}
.sub-menu:before 
{
	content: "";
	width: 0px;
	height: 0px;
	margin: -8px 0 0 1.2em;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #646464;
	position: absolute;
	top: -6px;
	right: 50px;
}

.sub-menu.cart-submenu::before
{
	right:105px;
}
.account-links a 
{
font-size: 14px;
color: #000;
border-bottom: solid 1px #979797;
background-position: left center;
padding: 10px 20px 10px 30px;
display:block;
margin-bottom:10px;


}
.cart-items-on-sub
{
	background: #fff;
padding: 15px 0;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
.cart-items-on-sub table 
{
	width:100%;
	color:#333;
	font-size:14px;
	border-bottom: 1px solid #d7d7d7;
}
table.sub-total-onsub
{
	line-height:25px;
}
table.items-summary
{
	line-height:30px;
}
.items-summary img 
{
	width:20px;
	cursor:pointer;
}
.add-remove span 
{
	line-height: 20px;
display: inline-block;
height: 20px;
float: left;
}
span.item-count
{
	padding:0px 10px;
}
.align-right 
{
	text-align:right;
}
.align-center 
{
	text-align:center;
}
.cart-items-on-sub .checkout-button 
{
background: #b72025;
border: none;
color: #fff;
font-weight: 300;
width: 100%;
padding: 10px 20px;
display: block;
margin-top: 20px;
cursor: pointer;
font-size: 16px;
height: 42px;
}
.voucher-code 
{
	border: none;
width: 90%;
border-bottom: solid 1px #979797;
height: 40px;
font-weight: 200;
font-size: 14px;
background:none;
}
.voucher-code-form 
{
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;

}
.voucher-code-form input[type="button"] 
{
	border-radius: 2px;
	border: solid 1px #d7d7d7;
	color: #333;
	background: none;
	font-weight: 300;
	height: 40px;
	padding: 0px 20px;
	width: 100%;
}
.voucher-code-form table 
{
	padding: 10px;
background: #f7f7f7;
}
td.strong 
{
	color:#000;
	font-weight:300;
}
li:hover .sub-menu 
{
	
}



p.search-head 
{
	font-size: 50px;
	color: #ffffff;
	line-height: 1em;
	margin-bottom:50px;
	  margin-top: 50px;
}
p.deliverto
{
	font-size: 31px;
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom:10px
}
.home-search-form
{
	max-width: 1000px;
	background: #fff;
	border-radius: 3px;
}
.home-search-form input[type="text"]
{
	height: 80px;
	width: 100%;
	border: 0px;
	padding-left: 5%;
	float: left;
	border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
	font-family: 'sunflower_lightregular';
	font-size: 20px;
	color: #333333;
	position:relative;
	font-style: normal;
}
.home-search-form input[type="button"]
{
	height: 80px;
	border-radius: 40px;
	background: #b72025;
	font-size: 25px;
	font-weight: 300;
	border: 1px solid #b72025;
	float: left;
	width: 100%;
	color: #fff;
	 font-family: 'sunflower_lightregular';
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	cursor:pointer;
	transition:all ease-in 0.2s;
}
.home-search-form input[type="button"]:hover
{
	background:#8cc63f;
	border: 1px solid #8cc63f;
    background: #5E0003;
    border: #5E0003;

}

.search-box 
{
	padding: 20px 0px;
/*-webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.75);*/
display:none;
position:relative;
background:#fff;
	border-bottom: 1px solid #d8d8d8;
}
.search-box form 
{
	width:80%;
	float:left;
}
.search-clear 
{
	float:right;
}
span.x-icon 
{
	display: inline-block;
height: 40px;
line-height: 40px;
font-size: 22px;

cursor:pointer;
}
span.clear-button 
{
	display: inline-block;
height: 40px;
line-height: 40px;
font-size: 15px;
cursor:pointer;
padding-right: 20px;
border-right: 1px solid #979797;
margin-right: 20px;
}
.search-box input[type="text"]
{
	border: none;
	height: 40px;
	font-size: 15px;
	font-weight: 200;
	width: 100%;
	padding: 0px 10px;
	border-left: 1px solid #b72025;
}

/* app download section */
.app-section 
{
	padding: 120px 0px;
	background: #f7f7f7 url('../images/device-all.jpg') no-repeat;
    background-size: 452px;
    background-position: right 100px bottom -174px;
/*margin-top: 50px;*/
}
.app-section h2 
{
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.02;
	letter-spacing: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 30px;
	display: inline-block;
}

.app-downloadsection 
{
	    padding: 20px 0px;
    background-size: 340px!important;
    background-position: center bottom 0!important;

    background: #ffffff url(../images/device-all-1.jpg) no-repeat;
    margin-bottom: 28px;
        height: 640px;
}

.app-downloadsection h2 
{
	font-size: 26px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    /* line-height: 1.02; */
    /* letter-spacing: normal; */
    color: #333333;
    /* margin-top: 0px; */
    margin-bottom: 30px;
    /* display: inline-block; */
    text-align: center;
}

.app-downloadsectionlinks{
        display: inline-block;
    width: 100%;
    text-align: center;
}
.app-downloadsectionlinks a 
{
	display:inline-block;
	
}

.app-downloadsectionlinks img 
{
width: 130px;
	height: auto;
}



.app-links a 
{
	display:inline-block;
	margin-right:30px;
}

.app-links img 
{
width: 160px;
	height: auto;
}

/* join us section */
.join-team 
{
	padding:50px 0px 50px 0;
	background-color: #f7f7f7;
}
.join-team-container
{
	max-width:900px;
}
.join-team h2 
{
	  font-size: 51px;
	  font-weight: 300;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #333333;
}
.join-box 
{
	width: 400px;
	height: 400px;
	position:relative;
	-webkit-box-shadow: inset 0px 200px 91px -104px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 200px 91px -104px rgba(0,0,0,0.75);
	box-shadow: inset 0px 200px 91px -104px rgba(0,0,0,0.75);
	transition:all ease-in 0.2s;
}
.join-box:hover 
{
	background-position: 50%;
	
}
.as-rider
{
	background: url('../images/rider-bg.jpg') no-repeat;
	background-size: cover;
	float:right;
}
.as-partner 
{
	background: url('../images/partner-bg.jpg') no-repeat;
	background-size: cover;
	float:left;
}
.join-head 
{
	padding: 25px;
}
.join-head p 
{
	color:#fff;
}
.join-head .head1 
{
	font-size: 32px;
	font-weight: 200;
	margin-bottom:10px;
}
.join-head .desc 
{
	font-size: 15px;
	font-weight: 200;
}
.join-footer 
{
    position: absolute;
    bottom: 29px;
    left: 30px;
}
.join-footer a 
{
	display: inline-block;
	background: #8cc63f;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 200;
	padding: 15px 50px;
	transition:all ease-in 0.2s;
	border-radius:6px;
}
.join-footer a:hover 
{

    background: #5E0003;

	
}


/* footer */
footer 
{
	background:#1d1d1d;
	padding:40px 0px;

}
.footer-left 
{
	text-align: center;
}
.footer-right 
{
	float:right;
}
.footer-links a 
{
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	margin-right: 20px;
}
.footer-links a:hover 
{
	color:#b72025;
}
.copyright 
{
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	margin-top: 30px;
	text-align: center;

}
.copyright p 
{
	margin-bottom:0px;
	color:#ffffff;
	font-size: 13px;
}
.footer-right p 
{
	color:#fff;
}
.payment-options
{
	float:right;
}
.social-links 
{
   text-align: center;
	margin-bottom: 20px;
}
.social-links p
{
   color: #ffffff;font-size: 14px;
}
.social-links a 
{
	display:inline-block; 
	    margin: 0 10px;
}
.social-links a img 
{
	width:30px;
}
.payment-options img 
{
	margin: 5px 5px 0px 0px;
}

/* login signup side slide */
.shadow-box 
{
	position: fixed;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.59);
	z-index: 99;
	display:none;
}
.side-slide 
{
	position: absolute;
	width: 500px;
	top: 0px;
	bottom: 0px;
	background: #fff;
	right:-400px;
	display:none;
}
.slide-content 
{
	padding:20px;
	box-sizing: border-box;
	    height: 100vh;
	overflow-y: scroll;
}
.close-slide 
{
	cursor:pointer;
}
.close-slide img 
{
	width: 17px;
}
.slide-form-wrapper 
{
	width:70%;
	margin:20px auto;
	position:relative;
}
.slide-form-heading
{
	width: auto;
    /* height: 100px; */
    /* background: #8cc63f; */
    /* border-radius: 50%; */
    margin: 0;
    /* margin-bottom: 30px; */
}

.slide-form-heading h1 
{
	font-size: 28px;
    color: #333333;
    text-align: left;
    /* line-height: 100px; */
}
.slide-form-wrapper h3 
{
	  font-family: 'sunflower_mediumregular';
	font-size: 18px;
    color: #333333;
    text-align: left;
	margin: 10px 0 5px 0;
	padding: 0;
    /* line-height: 100px; */
}

.slide-form-wrappercont{
	margin-bottom: 20px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}


.slide-form-wrapper p 
{

	font-size: 14px;
    color: #646464;
    text-align: left;
	margin: 0;
	padding: 0;
    /* line-height: 100px; */
}

.slide-form-heading p 
{
	font-size: 14px;
    color: #333333;
    text-align: left;
    /* line-height: 100px; */
}
.login-form
{
	
}
.form-field 
{
	margin-bottom: 15px;
	position:relative;
}
input.normal ,
textarea.normal.full-width
{
	border: solid 1px #d8d8d8;
	height: 57px;
	font-size: 16px;
	font-weight: 200;
	color: #646464;
	border-radius: 3px;
}
input.normal.full-width,
textarea.normal.full-width
{
	padding: 0px 4%;
	width: 100%;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
textarea.normal.full-width
{
	padding:10px;
	height:auto;
}
.showpass 
{
	position: absolute;
	top: 23px;
	right: 10px;
	font-size: 14px;
	color: #646464;
}
.form-options 
{
	padding-bottom:15px;
	font-size: 14px;
	color: #646464;
}
.option1 
{
	float:left;
}
.option2 
{
	float:right;
}
.forgot-cta 
{
	color: #646464;
	line-height: 20px;
	display: inline-block;
}
.forgot-cta:hover 
{
	color:#000;
}
.button-proceed
{
	border-radius: 3px;
	background: #8cc63f;
	border: none;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	height: 53px;
	box-shadow:none;
}
.signup-link {
    padding: 15px 0px;
    text-align: center;
	border-bottom:1px solid #ccc;
}
.signup-link p
{
	font-size: 15px;
}
.or-condition p 
{
	text-align: center;
	font-size: 15px;
	padding: 25px 0px;
	margin-bottom:0px;
}
.order-without-account a 
{
	border: solid 1px #bbbbbb;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 28px;
	color: #000;
	transition:all ease-in 0.1s;
}
.order-without-account a:hover 
{
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.register-form 
{
	display:none;
	
}
.no-border 
{
	border:none !important;
}

.form-loading
{
	display:none;
	text-align: center;
position: absolute;
z-index: 100;
background: #fff;
left: 0px;
right: 0px;
bottom: 0px;
top: 100px;
height:500px;
}

.phone-field::before 
{
	content: "+91";
color: #646464;
position: absolute;
top: 20px;
left: 10px;
}
.phone-field input
{
	padding-left: 45px !important;
}


/*modern check box css */
input.css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input.css-checkbox + label.css-label {
	padding-left: 30px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	background-size: 20px;
}

input.css-checkbox:checked + label.css-label {
	background-image:url('../images/checkbox-selected.svg');
}
label.css-label {
	background-image:url('../images/checkbox.svg');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* end modern check box css */


.register-step-2 
{
	display:none;
}
.register-step-3 
{
	display:none;
}
.guest-step-1 ,
.guest-step-2
{
	display:none;
}
.form-error 
{
	border-radius: 3px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.33);
padding: 5px;
margin-bottom: 10px;
}
.form-error p 
{
	color: #f00;
font-size: 14px;
margin-bottom:0px;
text-align:center;
}


.form-field
{
	clear:both;
}
.form-field.one-half
{
	width:48%;
	clear:none;
}
.form-field.one-half.first
{
	float:left;
}
.form-field.one-half.last
{
	float:right;
}
.gender-selection input 
{
	visibility: hidden;
	position: absolute;
	left: -99999px;
}
.gender-selection label 
{
height:57px;
display: inline-block;
width: 50%;
float: left;
line-height: 55px;
text-align: center;
color: #646464;
border: 1px solid #bbb;
cursor:pointer;
}
.gender-selection input[type="radio"]:checked + label
{
	background:#8cc63f;
	color:#fff;
	border:1px solid #8cc63f;
}
.gender-selection #op1 
{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.gender-selection #op2
{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.date-field-bg:before 
{
	content: "";
    position: absolute;
    right: 0px;
    height:55px;
    width: 40px;
    background: url('../images/calendar.svg') no-repeat;
    background-size: 16px;
    background-position: center;

}
.agree-terms
{
	padding:0px 10px;
}
.agree-terms p 
{
	font-size:15px;
}
.agree-terms a
{
	color:#2c982c;
}
.forgot-step-1,
.forgot-step-2,
.forgot-step-3,
.forgot-step-4 
{
	display:none;
}
.login-instruction 
{
	color:#646464;
}
.strength p
{
	font-size:13px;
}
.form-error span 
{
	color:#646464;
	display:block;
	padding-top:10px;
}
.login-with-email 
{
	display:none;
}




/*-----------------
restaurant list page
------------------------*/
.header-dark 
{
	background: #8cc63f;
	padding: 10px 0px;
	transition:all 1s ease 0s;
}
.bakery-top-part 
{
	padding: 30px 0px;
	color: #333;
	display: none;
	background-color: #fff;
}
.location-dropdown 
{
	float:left;
	position:relative;
}
.selected-location 
{
	background: url('../images/location.svg') no-repeat;
    background-size: auto;
	background-size: contain;
	padding-left: 30px;
}
.open-location-search
{
	margin-left: 10px;
	background: url('../images/arrow-down.svg') no-repeat;
    background-size: auto;
	width: 16px;
	display: inline-block;
	background-size: contain;
	cursor:pointer;
	background-position: 0px 1px;
}
.search-for-location 
{
	display:none;
	position: absolute;
	bottom: -27px;
}
.search-for-location input[type="text"]
{
	border: 1px solid #8b8b8b;
    color: #8b8b8b;
    padding: 3px;
    width: 300px;
    font-weight: 200;
}

.sort-by 
{
	float:right;
}
.sort-by select 
{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	background: url('../images/arrow-down.svg') no-repeat;
	background-position: right;
	background-size: 14px;
	padding-right: 10px;
	font-weight: 200;
	font-size: 15px;
}
.sort-label 
{
	font-size: 15px;

font-weight: 300;
color:#333;
}
.sort-divider
{
	padding: 0px 10px 0px 15px;

display: inline-block;

color: #979797;
}
.bakeries-outer-wrap
{
	padding-top: 40px;
}
.options-heading 
{
	padding-bottom: 10px;

display: inline-block;
}
.options-heading.head2 
{
	padding-top:50px;
}
.option-box 
{
	width:100%;
	margin-bottom:10px;
}
.bakery-list-sidebar .option-box label 
{
	font-size:14px;
	padding-left: 30px !important;
}
.view-cuisines 
{
	color: #2c982c;
	display: block;
	margin-top: 15px;
	text-decoration: underline;
	font-size: 14px;
}
.bakery-list-sidebar
{
	width:15%;
	float:left;
}
.bakeries-inner-wrap
{
	float:right;
	width:85%;
}
.shop-box
{
	width: 30%;
margin-left: 3%;
float: left;
margin-bottom:35px;
}
.shop-box a 
{
	display:block;
}
.shop-img
{
	height: 200px;
background-repeat: no-repeat;
background-size: cover;
position:relative;
border-radius: 3px;
overflow:hidden;

}
.shop-name span 
{
	transition:all ease-in 0.2s;
}
.shop-box:hover .shop-name span 
{

	padding-bottom:10px;
	
}
.shop-img::before 
{
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.8) 95%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.8) 95%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.8) 95%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition:all ease-in 0.2s;
}
.shop-box:hover .shop-img::before 
{
	/*background: rgba(140, 198, 63,0.8);*/
}
.shop-name
{
	position: absolute;
bottom: 0px;
height: 100px;
left: 0px;
right: 0px;
}
.shop-name span 
{
	position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
color: #fff;
}
.shop-summary
{
	padding: 15px 0px;
}
.cat-list .cat 
{
	font-size: 14px;
color: #333;
margin-right: 10px;
font-weight:200
}
.cat-divider
{
	margin-right:10px;
	font-weight: 200;
}
.del-time
{
	padding-top: 10px;
	font-weight: 200;
}
.del-estimate
{
	color: #333;
    font-size: 14px;
    padding-left: 25px;
    background: url('../images/truck.svg') no-repeat;
    background-size: contain;
    margin-right: 20px;

}
.offer-tag
{
	color: #333;
    font-size: 14px;
    padding-left: 20px;
    background: url('../images/tags.svg') no-repeat;
    background-size: contain;
}
.cuisine-options-box 
{
	background: #fff;

width: 90%;

max-width: 700px;

top: 30%;

position: absolute;

left: 25%;

padding: 30px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	border-radius:3px;
}
.cuisine-options-box h4 
{
	font-size: 20px;

font-weight: 500;
}
.relative 
{
	position:relative;
}
.absolute 
{
	position:absolute;
}
span.close-this 
{
	position: absolute;
right: 0px;
cursor: pointer;
}
.cuisine-options-box .cols-3
{
	width:33%;
	float:left;
}
.cuisine-options-box .option-box 
{
	margin-bottom:20px;
}
.cuisine-options-box .option-box label 
{
	font-size: 15px;
padding-left: 30px !important;
}
.location-inner 
{
	position: absolute;
width: 55%;
left: 22.5%;
background: #fff;
box-sizing: border-box;
padding: 20px;
top: 200px;
}
.cart-shadow
{
	
}
.shadow-box .home-search-form input[type="text"]
{
	border: 1px solid #646464;
	border-right: 0px;
}
.existing-cart 
{
	position: absolute;
	background: #fff;
	padding: 30px;
	text-align: center;
	top: 35%;
	width: 90%;
	left: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 400px;
	border-radius:3px;
}
.existing-cart p 
{
	color: #646464;
}
.button-no 
{
	color: #979797;

border: 1px solid #979797 !important;

background: none !important;

height: 40px;

width: 46%;

float: left;

font-size: 17px;

font-weight: 200;

border-radius: 28px;
}
.button-yes 
{
	color: #fff;

border: 1px solid #b72025 !important;

background: #b72025 !important;

height: 40px;

width: 46%;

font-size: 17px;

font-weight: 200;

float: right;

border-radius: 28px;
}
.shop-search-box 
{
	padding-bottom: 10px;
	display:none;
	background-color: #fff;
}
.shop-search-box form 
{
	position:relative;
}
.shop-search-box input[type="text"]
{
	    width: 100%;
    color: #646464;
    font-size: 14px;
    font-weight: 200;
    height: 40px;
    border: 1px solid #ccc;
    background: url('../images/search-medium-dark.svg') no-repeat;
    background-size: 19px;
    background-position: 8px center;
    padding-left: 34px;
	border-radius: 3px;

}
.shop-search-box span.filter-icon 
{
position: absolute;
height: 40px;
right: 1px;
width: 40px;
background: url('../images/filter.svg') no-repeat;
background-size: contain;
background-size: 22px;
background-position: center;
border-left: 1px solid #ccc;
cursor:pointer;
top:0px;
}




/*--------------------
restauran single page
----------------------------*/
.bakery-header
{
background-size: cover;
min-height: 350px;
position:relative;
margin: 0 0 60px 0;
}
.bakery-breadcrumb
{
	padding: 15px 0px;
background: rgba(0,0,0,0.6);
}
.bakery-breadcrumb span 
{
	color: #fff;
font-size: 14px;
}
.opening-hours 
{
	padding-top: 10px;
}
.opening-hours span
{
	    color: #333;
    font-size: 14px;
    padding-left: 25px;
    background: url('../images/clock-icon.svg') no-repeat;
        background-size: auto;

    background-size: contain;
    font-weight: 200;
}
.bakery-meta
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	background: #fff;
width: 460px;
padding: 50px 30px 30px 30px;
border-radius: 3px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
position: absolute;
bottom: -40px;
}
.bakery-meta h3 
{
	font-size: 32px;
font-weight: 300;
margin-bottom: 0px;
}
.filter-bar
{
	background-color: #fff;
	transition: all ease-in 0.2s;
	    padding: 20px;
}

/*
veg only switch
*/
.on-off-switch {
  position: relative;
  display: inline-block;
  width: 41px;
	height: 22px;
}

.on-off-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
	

}

.on-off-switch input:checked + .switch-slider {
  background-color: #8dc63f;
}

.on-off-switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.on-off-switch input:checked + .switch-slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  left: initial;
right: 22px;
}
.switch-slider.round {
  border-radius: 21px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.first-filter 
{
	float:left;
}
.first-filter span.veg-title
{
	color: #333;
	font-size: 15px;
	padding-right: 10px;
}

.displayCondition .dish-links li ,
.original .dish-links li,
.more-sub li
{
  list-style:none;
  flex: none;
  height:auto;
}

.dish-filter{
	float:left;
	display: flex;
	position:relative;
	width: 84%;
	border-left: 1px solid #979797;
    margin-left: 15px;
	padding: 0 0 0 15px;
	

}



ul .dish-links{
  white-space: nowrap; 
  overflow-x: auto; 
  overflow-y: hidden; 
  overflow: -moz-scrollbars-none; }




ul.dish-links
{
display: flex;
flex: 1;
padding:0;
margin: 0px;
width: 100%;
max-width: 100%;
}
ul.hidden-links
{
margin:0px;
padding:0px;
}
.dish-links li ,
.original .dish-links li,
.more-sub li
{
  list-style:none;
  flex: none;
  height:auto;
}

.more-sub 
{
	z-index:1;
}
span.more-filters 
{
	
font-size: 13px;
line-height: 19px;
height: auto;
height: 19px;
}

span.more-filters i
{
	font-style: unset;
}
.dish-filter span 
{
	color: #333;
	font-size: 15px;
	margin-right: 22px;
	cursor: pointer;
	position:relative;
	line-height: 22px;
	display: inline-block;
}
.dish-filter span:hover 
{
	color:#b72025;
}

.dish-filter .active
{
	   background: #b72025;
    padding: 0px 14px;
    border-radius: 50px;
    color: #ffffff!important;
}

/*.dish-filter span.active::before
{
	content:"";
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 3px;
	background: #b72025;
}
*/
span.more-filters 
{
	background: #7b7b7b;
color: #fff !important;
padding: 2px 15px !important;
display: inline-block;
border-radius: 14px;
position:relative;
}
.more-sub 
{
	position:absolute;
	padding:20px;
	background:#fff;
	border: solid 1px #dcdcdc;
	width: 200px;
	left: -50px;
	border-radius:3px;
	top:30px;
	display:none;
}
.more-sub::before 
{
	content: "";
width: 0px;
height: 0px;
margin: -8px 0 0 1.2em;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
top: -3px;
right: 140px;
}
span.more-filters:hover .more-sub 
{
	
}


.choice-title.main-choice.error-found 
{
	color:#ff0000;
}
.choice-title.main-choice.error-found  span 
{
	font-weight:200;
	padding-left:20px;
}
.delete-current 
{
	cursor:pointer;
}
tr.border-grey td{
	border-bottom:1px solid #d4d4d4;
	padding-bottom: 15px;
}
.display-none 
{
	display:none;
}
.add-voucher-button 
{
	display: block;
	background: #f7f7f7;
	padding: 10px 0px;
	text-align: center;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}
.no-border-bottom 
{
	border-bottom:0px !important;
}
.more-sub span 
{
	color:#333;
	display:block;
	margin:0px 0px 15px 0px;
}

.dishes-inner-wrap
{
	width: 70%;
float: left;
}
.restaurant-busy 
{
	background: #fee9df;
margin: 32px 0px;
padding: 20px 10px;
text-align: center;
}
.restaurant-busy p
{
	color: #f00;
margin-bottom: 0px;
}
.dish-cat
{
	font-size: 30px;
font-weight: 200;
margin-top: 30px;
}
.dish-box
{
	width: 48%;
float: left;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.27);
border-radius: 3px;
margin-bottom: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
padding: 10px;
}
.dish-box.second
{
	margin-left: 4%;
}
.dish-desc
{
	width: 65%;
float: left;
}
.dish-desc h5 
{
	font-size: 15px;
color: #333;
margin: 10px 0px;
font-weight: 300;
}
.dish-desc p 
{
	font-size: 14px;
color: #979797;
margin-bottom: 10px;
}
.dish-desc .pricing 
{
	font-size: 16px;
color: #000;
}
.dish-img 
{
	float: right;
width: 30%;
height: 100px;
background-size: cover;
background-position:center;
background-repeat:no-repeat;
}
.side-cart 
{
	float: right;
width: 27%;
border-radius: 3px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
margin-top: 32px;
}
.side-cart .cart-heading 
{
	background: #646464;
text-align: center;
padding: 15px 0px;
}
.side-cart .cart-heading h4 
{
	margin-bottom: 0px;
font-weight: 200;
color: #fff;
font-size: 19px;
}
.empty-cart-message
{
	font-size: 14px;

margin-bottom: 0px;

padding: 80px 0px;

text-align: center;
}

#tab-1.myc.tab-content
{
	display:none;
}
.shop-single-header-wrap .fixed
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index:99;

}
.shop-single-header-wrap.fixed
{
	position:fixed;
	top:-94px;
	left:0px;
	right:0px;
	z-index:99;

}

.shop-single-header-wrap .login 
{
	float:right;
	display:none;
	margin-top: 30px;
}
.shop-single-header-wrap.fixed .login 
{
	display:block;
}
.shop-single-header-wrap.fixed .login  span.link 
{
	line-height: 40px;
background-size: 20px;
}
.shop-single-header-wrap.fixed .bakery-breadcrumb,
.shop-single-header-wrap.fixed .shop-summary
{
	display:none;
}
.shop-single-header-wrap.fixed  .bakery-header 
{
	min-height:50px;
}
.shop-single-header-wrap.fixed .bakery-meta 
{
	position: relative;
background: none;
box-shadow: none;
bottom: 0px;
padding: 30px 0px;
float:left;
}
.shop-single-header-wrap.fixed .bakery-meta h3
{
	color: #fff;
}
.shop-single-header-wrap.fixed .filter-bar {
    margin-top: 0px;
       padding: 24px 0px 10px 0px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.shop-single-header-wrap.fixed  .dish-filter span.active::before
{
	bottom:-10px;
}

.item-popup {

    position: absolute;
    width: 90%;
    max-width: 500px;
    background: #fff;
    top: 5%;
    left: 30%;
    border-radius: 3px;
	margin-bottom:20px;

}
.item-content 
{
	padding: 15px;

border: solid 1px #c5c5c5;
}
.item-popup-shadow{
	overflow-y:scroll;
}
.item-img 
{
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 3px;
    
}
.item-title 
{
	font-size: 26px;

font-weight: 300;

margin-bottom: 10px;
}
.item-desc 
{
	font-size: 14px;

color: #979797;

margin-bottom: 0px;
}
h5.choice-title 
{
	margin-top: 10px;

color: #333;

font-weight: 500;

font-size: 15px;

margin-bottom: 10px;
}
.choices table 
{
	width: 100%;
}
.choices .option-box {

    width: 100%;
    margin-bottom: 3px;

}
.choices label 
{
	font-size: 15px;

padding-left: 35px;

color: #333;
}
span.choice-price 
{
	float: right;

color: #333;

font-size: 15px;
}
span.actual-price
{
text-decoration: line-through;

color: #bbb;

margin-right: 20px;
}
.choices 
{
	margin-bottom:20px;
}
.position-it 
{
	padding-top:450px;
}
.offer-tag 
{
	background: url('../images/tags.svg') no-repeat;
	background-size: contain;
	margin-left: 20px;
}
input.note-for-shop 
{
	width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 300;
    margin-bottom: 5px;
}
.button-no.dark
{
	background: #646464 !important;

color: #fff;

border-color: #646464 !important;
}
.item-content table 
{
	width:100%;
}
.item-content  .items-summary img
{
	width:30px;
}
.item-content span.item-count {

    padding: 0px 10px;
    line-height: 30px;

}
.item-content td.align-center 
{
	vertical-align:top;
}
.veg-filter-mobile
{
	display:none;
	padding: 20px 0px;
}
.veg-filter-mobile span 
{
	color:#646464;
}
.mobile-cart-info
{
	display:none;
	position: fixed;

bottom: 0px;

left: 0px;

right: 0px;

padding: 15px 0px;

background: #fff;

box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
}
a.show-mobile-cart
{
    display: block;
    background: #b72025;
    color: #fff;
    padding: 15px 1px;
    border-radius: 28px;
    margin: 0px auto;
    width: 100%;
}
a.show-mobile-cart .cart-total-num 
{
border: 1px solid #fff;

padding: 4px 8px;

border-radius: 50%;

margin-right: 10px;

margin-left: 10px;	
}
a.show-mobile-cart .view-cart
{
	float: right;

margin-right: 10px;
}



/* ckeckout page 
----------------------------*/
.normal-breadcrumb
{
	padding: 30px 0px;
	color: #646464;
	font-size: 15px;
}

.paymenttab {
    width: 57%;
    /* float: left; */
    display: inline-block;
    position: relative;
}
.container-checkout 
{
    width:100%;
    display: inline-block;
    background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	    margin: 0 0 40px 0;
}
section.checkout-box
{
	padding-bottom: 50px;
    width: 1100px;
    margin:50px auto;
}
.top-tabs .tab 
{
	border: solid 1px #979797;

float: left;
position:relative;
border-bottom:0px;
padding: 15px 10px 15px 15px;
cursor:pointer;
}
.top-tabs .tab.first
{
	border-top-left-radius: 3px;
}
.top-tabs .tab.middle
{
	border-left: 0px;
}
.top-tabs .tab.last
{
	border-top-right-radius: 3px;
border-left: 0px;
}
.top-tabs .tab span
{
	color: #b0b0b0;
	font-size: 17px;
}
.top-tabs .tab span.step-num
{
	border: 1px solid #ccc;

border-radius: 50%;

width: 26px;

height: 26px;

display: inline-block;

text-align: center;

line-height: 26px;

margin-right: 10px;
}
.top-tabs .tab.active
{

}
.top-tabs .tab.active::before
{
	content:"";
	    bottom: 0px;
    position: absolute;
    right: 0px;
    left: 0px;
    height: 4px;
    background: #b72025;
}
.top-tabs .tab.active span
{
	color:#333;
}
.forms-box 
{
	border: solid 1px #979797;
border-radius: 3px;
border-top-left-radius: 0px;

}
.inner-padding
{
	padding: 20px 20px;
}
.map-bg
{
	background: url('../images/map.jpg') no-repeat;
    background-size: auto;
	padding: 30px;
	padding-left: 0px;
	background-size: cover;
}
.location-info 
{
	background: url('../images/location.svg') no-repeat;
	background-position: 10px center;
	padding-left: 60px;
}
.grey-title
{
	display: block;
	color: #646464;
	font-size: 13px;
}
.locality
{
	color: #000;
	font-size: 15px;
}
.divider-line
{
	border-bottom: 1px solid #979797;
}
.label-title 
{
	color: #646464;

padding-bottom: 5px;

display: block;
}
.label-title.red
{
	color:#b72025;
	font-weight: 300;
padding-bottom: 20px;
}
.modern-select 
{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('../images/select-arrow.png') no-repeat;
	border: 1px solid #979797;
	border-radius: 3px;
	background-position: 97% center;
	height: 40px;
	color: #646464;
	font-weight: 200;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
table.address-cat
{
	width:100%;
	margin-bottom: 20px;
}
table.address-cat input[type="checkbox"].css-checkbox + label.css-label,
.forms-box input[type="checkbox"].css-checkbox + label.css-label
{
	padding-left:30px;
	color: #646464;
}
.next-button 
{
	background: #b72025;
color: #fff;
font-weight: 300;
font-size: 15px;
width: 100%;
border: navajowhite;
border-radius: 28px;
height: 40px;
margin-top: 20px;
}
.selected-address
{
	color: #646464;
	font-size: 14px;
	line-height: 19px;
	margin: 10px 0px;
}
.add-new-address
{
	display: block;
text-align: center;
text-decoration: underline;
color: #646464;
padding: 20px;
font-weight: 500;
}
.form-field.no-margin 
{
	margin-bottom:0px;
}
.form-field.optional
{
	position:relative;
}
.form-field.optional::before
{
	content: "optional";
position: absolute;
right: 10px;
top: 12px;
font-size: 11px;
font-weight: 200;
background: #bbb;
color: #fff;
padding: 1px 5px;
border-radius: 6px;
}
.tab.completed span 
{
	color: #333;
}
.tab.completed span.step-num
{
	color: #fff;
background: #8cc63f;
border-color: #8cc63f;
}
.checkout-totals 
{
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.23);

padding: 20px;

margin-top: 40px;
}
.checkout-totals table 
{
	width:100%;
	color:#333;
}
.checkout-totals table td 
{
	padding: 8px 0px;
}
.checkout-totals table tr.bolded 
{
	color:#000000;
	font-weight:500;
}
.payment-methods 
{
	padding-top: 15px;
}
.payment-methods .option-box
{
	width:33%;
	float:left;
}
.payment-methods span 
{
	display: block;
color: #333;
font-size: 13px;
padding-top: 5px;
}


/*----------------------
thank you page 
-----------------*/
section.thank-page 
{
	padding-top:0;
    padding-bottom: 50px;
    width: 600px;
    margin: 50px auto 0 auto;
}
.container-thankyou {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
}


section.thank-page .forms-box {
    border: none;
}
.thankyou-title 
{
	color: #333333;
font-size: 21px;
font-weight: 200;
text-align: center;
padding-top: 15px;
margin-bottom: 10px;
}
.thankyou-desc 
{
	color: #333333;
text-align: center;
font-size: 14px;
}
.track-button 
{
display: inline-block;
padding: 13px 30px 13px 50px;
border: 1px solid #979797;
border-radius: 28px;
color: #000;
background: url('../images/tracking.svg') no-repeat;
background-position: 16px center;
background-size: 29px;
transition:all ease-in 0.2s;
}
.title-with-line
{
	border-bottom: 1px solid #979797;
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title-with-line span 
{
	color: #333;
	font-size: 14px;
	display: inline-block;
	top: 9px;
	position: relative;
	background: #fff;
	padding: 0px 10px;
}
.order-summary 
{
	width:100%;
}
.order-summary td 
{
	padding:5px 0px;
	color:#333333;
}
.line.grey 
{
	border-bottom: 1px solid #979797;

margin: 20px 0px;

clear: both;
}
.delivery-summary h4 
{
	font-size: 18px;

color: #333;

font-weight: 200;

margin-bottom: 10px;
}
.delivery-summary p
{
	color: #646464;

margin-bottom: 7px;

font-size: 14px;

}
.delivery-summary p.big
{
	color: #646464;

margin-bottom: 7px;

font-size: 16px;


}
.order-meta-summary
{
	width:100%
}
.order-meta-summary td 
{
	color: #646464;

padding: 5px 0px;

font-size: 14px;
}
.order-meta-summary .green td 
{
	color: #8cc63f;
}
.order-meta-summary .total-bold td 
{
	color: #000;

font-size: 16px;
}
.back-home
{
border-radius: 28.5px;
border: solid 1px #979797;
color: #000;
padding: 15px 30px;
display: inline-block;
margin: 20px 0px;
font-size: 16px;
transition: all ease-in 0.2s;
width: 45%;
}
.back-home:hover,
.track-button:hover 
{
	background:#b72025;
	color:#fff;
	border-color:#b72025;
}



/*------------------------
my account
-----------------------------*/
.container-myaccount
{
	width: 90%;
max-width: 725px;
margin: 0px auto;
}
.account-wrapper
{
	border: solid 1px #979797;
	background:#fff;
}
body.myaccount 
{
	background:#f7f7f7;
}
.account-tabs
{
	padding: 20px 30px;
	border-bottom: solid 1px #979797;
}
.account-tabs .tab 
{
	float: left;
margin-right: 40px;
color: #333;
font-size: 18px;
}
.account-tabs .tab span
{
	position:relative;
	cursor:pointer;
	display:block;
}
.account-tabs .tab.active span::after
{
	content:"";
	position: absolute;
	border-bottom: 5px solid #b72025;
	left: 0px;
	right: 0px;
	bottom: -22px;
}
.info-form 
{
	padding:30px 0px 30px 0px;
	max-width:460px;
	margin-left:30px;
}
.form-field input[type="text"].with-titles,
.form-field input[type="password"].with-titles,
.form-field input[type="email"].with-titles
{
	border: 1px solid #bbb;
width: 100%;
font-size: 16px;
color: #646464;
font-weight: 200;
padding: 30px 10px 5px 15px;
border-radius:3px;
}
.form-field span.field-title
{
	position: absolute;
left: 15px;
font-size: 14px;
color: #646464;
top: 10px;
}
.form-field span.actions
{
	position: absolute;
right: 15px;
font-size: 13px;
color: #2c982c;
top: 19px;
cursor: pointer;
}
#current-pass 
{
	/*-webkit-text-security: square;*/
}
.info-form .form-field 
{
	margin-bottom:20px;
}
.view-current-pass 
{
	margin-right:20px;
	color:#333;
}
.info-form .gender-selection label
{
	height:50px;
	line-height:50px;
}
.info-form .hasDatepicker
{
	height:50px;
	line-height:50px;
}
.info-form .date-field-bg::before {
    height: 50px;
    width: 50px;
    border-left: 1px solid #979797;
}
.info-form label.css-label
{
	padding-left:30px !important;
	color:#646464;
}
.big-update 
{
	background: #b72025;
color: #fff;
border: none;
font-size: 16px;
font-weight: 200;
width: 100%;
display: inline-block;
padding: 20px 0px;
margin-top: 10px;
border-radius:28px;
}
.big-update:hover 
{
	background:#8cc63f;
}
.big-update:disabled
{
	background: #f5dbdb;
}

.with-titles:disabled
{
	background:#fff;
}
.info-change-box 
{
	width:90%;
	max-width: 405px;
position: absolute;
background: #fff;
top: 20%;
left: 35%;
border-radius:3px;
}
.change-box-heading 
{
	padding: 20px 20px 15px 20px;
	border-bottom:1px solid #979797;
}
.change-box-heading  span 
{
	color: #646464;
font-size: 16px;
}
.change-box-heading  span.close-overlay 
{
	float: right;
font-size: 24px;
line-height: 17px;
cursor:pointer;
color:#000;
}
.change-box-content 
{
	padding: 20px;
}

.change-box-content input[type="button"]
{
	height: 50px;
	margin-top: 10px;
}
.change-box-content .without-title 
{
	border: 1px solid #bbb;
	border-radius: 3px;
	height: 50px;
	padding-left: 15px;
	width: 100%;
	color: #646464;
	font-weight: 200;
	font-size: 16px;
}
.mobile-step-2 ,
.mobile-step-3
{
	display:none;
}
.change-box-content .title-for-field
{
	font-size: 16px;
	color: #646464;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
}
.change-box-content .change-success 
{
	color: #2c982c;
	text-align: center;
	padding: 30px;
	margin-bottom: 0px;
}
.resend-otp 
{
	text-align: center;
	display: block;
	color: #646464;
	font-size: 14px;
	margin-top: 20px;
}

.email-step-2,
.password-step-2
{
	display:none;
}
.clear-email 
{
	position: absolute;
    right: 0px;
    height: 50px;
    line-height: 50px;
    width: 30px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
}

.adresses-wrapper,
.orders-wrapper
{
	padding:25px 30px;
}
img.no-item-image
{
	margin-top: 45px;
	margin-bottom: 30px;
	display: inline-block;
}
.no-item-notice 
{
	color:#646464;
}
.small-button 
{
	display: inline-block;
width: auto;
padding: 19px 40px;
height: auto;
}
.dividerheight100
{
	height:100px;
}
.add-address-wrapper
{
	background:#fff;
	padding:28px 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	width:90%;
	max-width:520px;
	position:absolute;
	left:30%;
	top:10%;
	border-radius:3px;
}
.add-address-wrapper .text-field 
{
	width:100%;
	border: 1px solid #979797;
	width: 100%;
	height: 45px;
	padding: 10px;
	font-size: 16px;
	font-weight: 200;
	color: #333;
	border-radius: 3px;
}
.add-address-wrapper textarea 
{
	border: 1px solid #979797 !important;
	color: #333 !important;
}
.add-address-wrapper .css-label 
{
	color:#676767;
}
.add-address-wrapper .next-button 
{
	height:55px;
}


.address-content 
{
	color: #646464;
border-bottom: solid 1px #979797;
padding-bottom: 25px;
margin-bottom: 25px;
}
.address-content .address-title
{
	float: left;
width: 25%;
padding-bottom: 8px;
}
.address-content .address-description
{
	float: left;
width: 75%;
}
.address-actions 
{
	text-align: right;
}
.address-description .address-actions
{
	float:right;
}
.only-mobile 
{
	display:none;
}
.address-actions .edit-address
{
	color: #2c982c;
cursor: pointer;
}
.address-actions .delete-address
{
	color: #f00;
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #676767;
cursor: pointer;
}
.add-address-grey 
{
	border: 1px solid #979797;
padding: 15px 40px;
color: #646464;
background: none;
font-weight: 200;
font-size: 16px;
}
.add-address-grey:hover 
{
	color:#fff;
	border-color:#8cc63f;
}


.order-content
{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #979797;
}
.order-details 
{
	float: left;
width: 40%;
}
.order-actions span.pending
{
	color: #ff6a00;
margin-left: 10px;
}
.order-actions span.success
{
	color:#8cc63f;
	margin-left: 10px;
}
.order-actions span.canceled
{
	color:#868686;
	margin-left: 10px;
}
.order-actions span 
{
	border: 1px solid #979797;
padding: 5px 10px;
border-radius: 3px;
padding: 7px 10px;
}
.order-content .order-details p 
{
	color: #676767;
line-height: 24px;
margin-bottom: 0px;
}
.order-actions 
{
	float: right;
width: 60%;
text-align: right;
}
.order-actions .view-order-button
{
	color: #b72025;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
	border: 1px solid #979797;
	padding: 5px 10px;
	border-radius: 3px;
	margin-left: 10px;
	margin-right: 10px;
	position:relative;
}
.order-actions .track-order-button
{
	border: 1px solid #979797;
	color: #333;
	padding: 5px 10px;
	padding-left: 40px;
	border-radius: 3px;
	background: url('../images/tracking.svg') no-repeat;
	background-size: 24px;
	background-position: 10px center;
	display: inline-block;
	position:relative;
}
.add-address-wrapper h4 
{
	font-weight:400;
}
.order-actions a.disabled
{
	pointer-events:none;
	border: 1px solid #dad7d7;
}
.order-actions a.disabled::after 
{
	content:"";
	position:absolute;
	right: 0px;
left: 0px;
top: 0px;
bottom: 0px;
background: rgba(255,255,255,0.7);
}
.order-details-popup-wrapper
{
	background:#fff;
	padding:28px 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
	width:90%;
	max-width:520px;
	position:absolute;
	left:30%;
	top:10%;
	border-radius:3px;
}
.order-res-name 
{
	color: #333;
font-size: 18px;
font-weight: 300;
}
.order-details-popup-wrapper .close-overlay 
{
	float: right;
font-size: 20px;
cursor: pointer;
}
.order-details-popup-wrapper table.order-summary
{
	margin-top: 15px;
}
.order-details-popup-wrapper .order-summary td
{
	color:#676767;
}
.order-details-popup-wrapper  .order-meta-summary td {
    font-size: 16px;
}
.no-address-notice
{
	color: #6f6f6f;
	margin-top: 30px;
}


/*--------------------------------------
new checkout
-----------------------------*/
.checkout-title 
{
	font-family: 'Sunflowernormal';
	color: #333;
	font-size: 18px;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 15px;
}
.checkout-title h5 
{
	margin-top: 10px;
}
.checkout-tabs .tab 
{
	background: #e6e6e6;
	color: #aaa;
	font-size: 18px;
	padding: 15px;
	border-radius: 3px;
	margin-top:5px;
}
.checkout-tabs .tab-content 
{
	padding:0;
}
table.cart-review 
{
	border-bottom: 1px solid #979797;
padding-bottom: 10px;
margin-bottom: 10px;
}
table.cart-review .delete-item
{
	cursor:pointer;
}
.checkout-tabs .tab.active 
{
	background: #d8d8d8;
	color: #333;
}
.checkout-tabs .map-bg 
{
	margin-bottom:20px;
}
.next-button.disabled 
{
	opacity: 0.4;
pointer-events: none;
}
.edit-tab 
{
	display:none;
	float: right;
cursor: pointer;
}
.selected-saved-address-inner
{
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
padding: 20px 20px;
}


.filter-tabs,
.confirm-filters
{
	display:none;
	padding: 20px 10px;
    border-bottom: solid 1px #979797;
	margin-bottom: 20px;
}
.confirm-filters 
{
	text-align:center;
	box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.11);
margin-top: 20px;
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
border:none;
}
.confirm-filters button 
{
	border: none;
padding: 10px 20px;
border-radius: 35px;
width: 110px;
font-weight: 200;
margin: 0px 10px;
cursor: pointer;
font-size: 16px;
}
.confirm-filters .clear-filter
{
	background: #d8d8d8;
}
.confirm-filters .apply-filter
{
	background: #b72025;
color: #fff;
}
.filter-tabs .tab {
    float: left;
    margin-right: 40px;
    color: #333;
    font-size: 18px;
}
.filter-tabs .tab span {
    position: relative;
    cursor: pointer;
    display: block;
}
.filter-tabs .tab.active span::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #b72025;
    left: 0px;
    right: 0px;
    bottom: -22px;
}
ul.menu-items li.whatsapp 
{
	display:none;
}

.home-search-form .part1
{
	width: 65%;
	float:left;
	position:relative;
}
.home-search-form .part2
{
	width: 30%;
	float:left;
}
a.track-live 
{
	background: #fff url('../images/location.svg') no-repeat;
	background-size: 22px auto;
    position: absolute;
    top: 19px;
    right: 12px;
    bottom: 1px;
    width: 44px;
    height: 44px;
    background-position: center;
    border-radius: 50%;
}
a.track-live:hover{
 -moz-box-shadow: 0px 0px 5px #dadada;
    -webkit-box-shadow: 0px 0px 5px #dadada;
        box-shadow:0px 0px 5px #dadada;
}

.addresss-live-location a.track-live 
{
	width:50px;
}
.close-sub-menu 
{
position: absolute;
right: 20px;
color: #fff;
top: 25px;
cursor: pointer;
}
.overflow-hidden 
{
	overflow:hidden;
}
.overflow-show 
{
	overflow-y:scroll;
	height:370px;
	padding-bottom:20px;
}
.displayCondition
{
	display:none;
}
.side-cart.fixed 
{
	position:fixed;
	bottom:0px;
	top:156px;
	width:310px;
	z-index:1000;
}
.side-cart-content.fixed 
{
	position:fixed;
	/*bottom:0px;*/
	top:98px;
	width:310px;
	z-index:98;
	left:0px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
	background:#fff;
}
/*.side-cart-content.fixed .cart-scrolling 
{
	height:100px;
	overflow-y:scroll;
}*/
.location-on-head
{
	float:left;
	margin: 0 0 0 15px;
}
.location-on-head .selected-location
{
	background: none;
padding-left: 0px;
display: inline-block;
margin-top: 20px;
color: #fff;
}
.location-on-head .open-location-search
{
	background-image: url('../images/arrow-down-white.svg');
margin-top: 20px;
}
.for-small-device 
{
	display:none;
}
.show-cuisine-mobile 
{
	display:none;
}
#tab-2.mobile-filters,
#tab-3.mobile-filters
{
	display:block;
}

.checkout-ordersummery {
    float: right;
    width: 40%;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
	background-color: #fff;
}
.checkout-ordersummery h4 {
font-weight: 300;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #646464;
    margin: 0;
}
.checkout-ordersummery h2 {
	font-family: 'Sunflowernormal';
	    font-weight: 300;
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
	font-size: 18px;
	color: #333;
}

.checkout-ordersummerymob {
	display: none;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22);
    background-color: #fff;
    margin-bottom: 40px;
}

.checkout-ordersummerymob h4 {
font-weight: 300;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #646464;
    margin: 0;
}
.checkout-ordersummerymob h2 {
	font-family: 'Sunflowernormal';
	    font-weight: 300;
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
	font-size: 18px;
	color: #333;
}




/***key values**/

.keyvalue{
	    padding: 58px 0px;
}
.keyvalue-inner{
    max-width: 1000px;
    margin: auto;
}

.keyvalue-cashback{
	width: 45%;
	text-align: center;	
	overflow: hidden;
    display: inline-block;
	margin: 0 0 0 15px;
}
.keyvalue-cashback span{
	float: left;
	width:60px;
	margin:0 15px 0 0;
}
.keyvalue-cashback h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	margin-bottom: 8px;
}

.keyvalue-cashback p{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #646464;
	font-size: 14px;
}


.keyvalue-track{
	width: 45%;
	text-align: center;	
	overflow: hidden;
    display: inline-block;
	float: right;
	margin: 0 15px 0 0;
}
.keyvalue-track span{
	float: left;
	width:60px;
	margin:0 15px 0 0;
}
.keyvalue-track h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	margin-bottom: 8px;
}
.keyvalue-track p{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #646464;
	font-size: 14px;
}

/***key values end**/

span.more-filters.hidden 
{
	display:none;
}

.cart-items{
	padding: 0 10px;
}

.item-num{
	width: 24px;
	display: inline-block;
}
.remove-item{
	width: 100%;
	margin-bottom: 5px;
	color: #CE0003;
}
.item-name{
	width: 200px;
	display: inline-block;
}
.item-price{
	width: auto;
	display: inline-block;
	text-align: right;
	float: right;
}


/*location search bar*/

.location-search-form {
    width: 1000px;
    background: #fff;
    border-radius: 3px;
    margin: 10px auto;
}

.location-search-form input[type="text"]
{
    height: 45px;
    width: 100%;
    border: 0px;
    padding-left: 15px;
    float: left;
    /* border-top-left-radius: 40px; */
    /* border-bottom-left-radius: 40px; */
    font-family: 'sunflower_lightregular';
    font-size: 20px;
    color: #333333;
    position: relative;
    font-style: normal;
    border-left: 1px solid #d8d8d8;
}

.location-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    top: 69px;
}

.location-search-form .part1 {
    width: 100%;
    float: left;
    position: relative;
}

.location-search-form .part1 a.track-live {
    background: #fff url(../images/location.svg) no-repeat;
    background-size: 22px auto;
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0; 
    width: 44px;
    height: 44px;
    background-position: center;
    border-radius: 50%;
}






#scrollmenu {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 4px;
  background-color: #ffffff;

}

#scrollmenu ul{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	display: inline-block;
	margin: 0;
    padding: 0;
}


#scrollmenu ul li {
  list-style: none;
	width: 100%;
    box-sizing: border-box;
}

#scrollmenu ul li a{
  list-style: none;
  margin-bottom: 2px;
	padding: 12px 15px 12px 15px;
	width: 100%;
    box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	    color: #333;
}

#scrollmenu ul li img {
 display: none;
 
}

.scrollcont{
	width: 100%;
	margin-right: 10px;
	float: left;
}



.section_content {
  margin-top: 200px;
}

/*
 *Scrolling
 */

.section {
  -webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.srollwrapper
{
width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding-top: 60px;

}

.srollwrapper-left
{
width: 25%;
	height: auto;
	float: left;
    background-color: #ffffff;
	border-radius: 4px;
	    border: 1px solid #e0e0e0;
	margin-right: 20px;


}
.srollwrapper-right
{
width: 73%;
	height: auto;
	float: left;
	background-color: #ffffff;
    border-radius: 4px;
	    padding: 15px;
    box-sizing: border-box;
	margin-bottom: 50px;
	

}

.scrollcont p{
    font-size: 15px;
    color: #646464;
    line-height: 23px;
}

.scrollcont h1{
margin-bottom: 10px;
    font-size: 23px;
}


.scrollcont ul{
display: inline-block;
	float: left;
	    margin: 0 0 25px 0!important;
}

.scrollcont ul li{

	float: left;
	width: 100%;
		font-size: 15px;
    color: #646464;
    line-height: 23px;
}


.srollwrapper h1{
	font-family: 'sunflower_lightregular';
	font-size: 28px;
	color: #333333;
}
.scrollcont h1{
	font-family: 'sunflower_lightregular';
	font-size: 24px;
	color: #333333;
}

.scrollcont h2{
	font-family: 'sunflower_lightregular';
	font-size: 28px;
	color: #333333;
	margin: 10px 0 10px 0;}

#scrollmenu ul li:last-child a{border-bottom: none;}


.slide-content label.error {
    color: #fe0000;
    margin-bottom: 0;
	font-size: 11px;
}



.contactform-messages {
    display: none;
}
.active {
    display: block;
}


/***partner***/

.partnercol-wrapper{
}

.partnercol{
position: relative;
    display: inline-block;
    height: auto;
    margin: 30px 0;
	width: 100%;
}

.partnercol h1{
	font-family: 'sunflower_lightregular';
	font-size: 24px;
	text-align: center;
	display: block;
	width: 100%;
}

.partnercol p{
	font-size: 15px;
    color: #646464;
    line-height: 23px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.partnercol-keywrap{
	display: block;
	margin: 0 auto;
}


.partner-keyvln{
	width: 33.3%;
	display: block;
	text-align: center;
	float: left;
}

.partner-keyvln img{
	height: 70px;
	width: auto;
	text-align: center;
}

.partner-keyvln h3{
	display: block;
	font-size: 16px;
	margin: 5px 0;
}

.partner-keyvln p{
	display: block;
	font-size: 14px;
}

.partnercol-form-wraper{width: 100%; display:inline-block; background-color: #f7f7f7; margin: 20px 0 50px 0;}

.partnercol-form-wraperinner{width: 1200px; margin: 0 auto;}
.partnercol-form-wraperinnerleft{
	width: 40%;float: left; 
	display: inline-block; 
	background: url("../images/partnerpage.jpg") no-repeat;
    background-size: cover;
}

.partnercol-form-wraperinnerleft h3{
    font-size: 18px;
	width: 100%;
	float: right;
	margin: 220px 0 0 0;
	text-align: center;
}

.partnercol-form-wraperinnerleft p{
    font-size: 14px;
	width: 100%;
	float: right;
	margin: 5px 0;
	text-align: center;
}

/*.partnercol-form-wraperinnerleft::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}*/

.partnercol-form-wraperinnerright{
	width: 60%;
	float: right;
}

.partner-form-wrapper {
    width: 50%;
    margin: 50px auto;
    position: relative;
}

.partner-form-field{
	width: 100%;
	    margin-bottom: 15px;
}

.be-arider{
	width: 100%;
	float: left;
}

.be-arider h1{
	    font-family: 'sunflower_lightregular';
    padding: 10px 10px 0 10px;
    margin: 20px 20px 0 20px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}

.be-arider h2{
	font-family: 'sunflower_lightregular';
	padding: 10px;
	margin: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.be-arider p{
	font-family: 'sunflower_lightregular';
	padding: 5px 20px 0 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

label.error {
    color: #fe0000;
    margin-bottom: 0;
	font-size: 11px;
}




.ridercol-form-wraperinnerleft{
	width: 40%;float: left; 
	display: inline-block; 
	background: url("../images/rider-bg.jpg") no-repeat;
    background-size: cover;
}

.ridercol-form-wraperinnerleft h3{
    font-size: 18px;
	width: 100%;
	float: right;
	margin: 220px 0 0 0;
	text-align: center;
}

.ridercol-form-wraperinnerleft p{
    font-size: 14px;
	width: 100%;
	float: right;
	margin: 5px 0;
	text-align: center;
}


.contactcol-form-wraper{
	width: 100%; 
	display:inline-block; 
	margin: 0;
    box-sizing: border-box; }

.contactcol-form-wraperinner{
	width: 1200px; 
    margin: 0 auto;
	display: block;
    min-height: 500px;
}

.contactcol-form-wraperinnerleft{
	width: 40%;float: left; 
	display: inline-block; 
	/*background: url("../images/rider-bg.jpg") no-repeat;*/

    background-size: cover;
	padding: 100px 0 0 100px;
	box-sizing: border-box;
}

.contactcol-form-wraperinnerleft h3{
    font-size: 16px;
	width: 100%;
	

}

.contactcol-form-wraperinnerleft p{
    font-size: 14px;
	width: 60%;
	margin: 5px 0;
}

.logo-appdownload {
    width: auto;
        text-align: center;
}

.logo-appdownload img {
    height: 48px;
}

.menu ul {
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center;
}

.menu li{
	display: inline-block;
	
}


.contactuswrap h1{

font-size: 22px;
margin: 60px 0 0 0;
padding: 0px!important;
}

.contactuswrap p{

margin-bottom: 0!important;
}

.contactuswrap{
width: 700px;
margin: 80px auto;
}


.contactuswrap textarea{
	height: 100px;
background: transparent!important;
}

.contactuswrap input{
	height: 35px;
background: transparent!important;
	width: 100%;
border-color: #333333!important;
border-radius: 3px!important;
}




.ridercol-form-wraperinnerleft{
	width: 40%;float: left; 
	display: inline-block; 
	background: url("../images/rider-bg.jpg") no-repeat;
    background-size: cover;
}

.ridercol-form-wraperinnerleft h3{
    font-size: 18px;
	width: 100%;
	float: right;
	margin: 220px 0 0 0;
	text-align: center;
}

.ridercol-form-wraperinnerleft p{
    font-size: 14px;
	width: 100%;
	float: right;
	margin: 5px 0;
	text-align: center;
}


.contactcol-form-wraper{
	width: 100%; 
	display:inline-block; 
	margin: 0;
    box-sizing: border-box; }

.contactcol-form-wraperinner{
	width: 1200px; 
    margin: 0 auto;
	display: block;
    min-height: 500px;
}

.contactcol-form-wraperinnerleft{
	width: 40%;float: left; 
	display: inline-block; 
	/*background: url("../images/rider-bg.jpg") no-repeat;*/

    background-size: cover;
	padding: 100px 0 0 100px;
	box-sizing: border-box;
}

.contactcol-form-wraperinnerleft h3{
    font-size: 16px;
	width: 100%;
	

}

.contactcol-form-wraperinnerleft p{
    font-size: 14px;
	width: 60%;
	margin: 5px 0;
}



.restaurant-form{
	 font-family: 'sunflower_lightregular';
	width:400px;
	margin: 0 auto 60px auto;
    min-height: 73vh;
    overflow: hidden;

}

.restaurant-form input{
	 font-family: 'sunflower_lightregular';
	border: 1px solid #dcdcdc;
	width: 100%;
		    border-radius: 4px;
	       padding: 0 10px;
    box-sizing: border-box;
    font-size:16px;

}
.restaurant-form textarea.form-control{
	 font-family: 'sunflower_lightregular';
	border: 1px solid #dcdcdc;
	width: 100%;
	font-size: 16px;
    padding: 8px;
    box-sizing: border-box;
    border-radius:4px;

}

.restaurant-form h1{
    font-family: 'sunflower_lightregular';
font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px;
        box-sizing: border-box;

}

.form-control {
    height: 55px;
}

.form-group label{
	 font-family: 'sunflower_lightregular';
	color:#333333;
	width: 100%;
    display: inline-block;
	margin-bottom: 3px;
}

.restaurant-form input::-webkit-input-placeholder { /* Edge */
  color: #CDCDCD;
		font-size: 13px;
}

.restaurant-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CDCDCD;
	font-size: 13px;
}

.restaurant-form input::placeholder {
  color: #CDCDCD;
	font-size: 13px;
}

.timediv{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.timegroup{
    float:left;
    width:100%;
    display:block;
}

.timegroup div:nth-of-type(1){
	width: 78%;
	float: left;
}
.timegroup div:last-child {
	width: 20%;
	margin-left: 5px;
	float: right;
}
.form-group select{
	height: 45px;
	width: 100%;
	float: left;
    border: 1px solid #ccc; 
    height: 55px;
}

.form-group span{
    color:red;
}

.form-group select{
	 font-family: 'sunflower_lightregular';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 16px;
	padding-left: 5px;
	background-color: #fff;
	 height: 55px;
    border-radius: 4px;    
  
  &:after
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: right 7px center;
	    background-size: 13px auto;
    content: '\2228';
    text-align: center;
    border: 1px solid #D8D8D8;
    z-index: -1;
}

.restaurant-form select {
    font-size: 16px;
        height: 55px;
}
.restaurant-form textarea {
    font-size: 16px;
}

.thankyou{
	width: 400px;
    margin: 53px auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    min-height: 68vh;
}
.backlink{
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: underline;
	
}

.form-group{
	margin: 0 0 15px 0;
}


/*------------------------------*/

.resultview{
	width: 500px;
	    margin: 30px auto;
	    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 73vh;
}
.resultview h1{
	width: 500px;
	    margin: 0 auto;
}

.resultview label{
	 font-family: 'sunflower_lightregular';
	color:#A1A1A1;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 3px;
}
input {
    font-family: 'sunflower_lightregular';
    border: 1px solid #dcdcdc;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
	height: 55px;
	font-size: 16px;
}


select{
	 font-family: 'sunflower_lightregular';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-size: 16px;
	    padding-left: 5px;
	    background-color: #fff;
  
  &:after
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: right 7px center;
	    background-size: 13px auto;
    content: '\2228';
    text-align: center;
    border: 1px solid #D8D8D8;
    z-index: -1;
}
input::-webkit-input-placeholder { /* Edge */
  color: #CDCDCD;
font-size: 13px;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CDCDCD;
	font-size: 13px;
}

input::placeholder {
  color: #CDCDCD;
	font-size: 13px;
}

textarea{
	font-family: 'sunflower_lightregular';
	border: 1px solid #dcdcdc;
	width: 100%;
	font-size:16px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	

}

.contcontrol{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	
}

.resulttitle{
	width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 81vh;
	
}
.resulttitle h1{
	font-family: 'sunflower_lightregular';
	font-size: 20px;
	width: 100%;
	padding: 60px 20px 0px 20px!important;
	text-align: center;
	box-sizing: border-box;
}

.viewpage{
	width:1200px;
	margin: 30px auto;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.viewpageresname{
	width: 100%;
	float: left;
	    border-bottom: 1px solid #dcdcdc;
	    margin-bottom: 30px;
}

.viewform-group {
    width: 33.3333333%;
    float: left;
    padding: 10px 40px 10px 0;
    box-sizing: border-box;
    min-height: 75px;
   
}

.viewpageresname span{display: block; width: 100%; padding: 10px 0; float: left;}
.viewpageresname h1{
    float: left;
    font-size: 28px;
    margin: 0;
    padding: 10px 15px 0 0;
}


.viewform-group h2{
    font-family: 'sunflower_lightregular';
    width: auto;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 1px 0;
    color: #898989;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
	
}
.viewform-group h1{
	font-family: 'sunflower_lightregular';
	width: 100%;
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #000000;
	
}


.footerpage{
width: 100%;
    float: left;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
    padding:30px 0;
}

.listview{
	width: 1000px;
	margin: 10px auto;
	padding: 20px;
	box-sizing: border-box;
	display:block;
	min-height: 78vh;
}

/*.viewform-group h1:empty {
  background: #ff0000;
    width: 10%;
    height: 2px;
}*/

.viewform-group h1:empty::after {
    content: "Not available";
    color: #ff0000;
    width: 10%;
    height: 10px;
    font-size: 14px;
}



.timegroup h1:nth-of-type(1){
	width: auto;
	float: left;
    margin-right:8px;
}
/*.timegroup h1:last-child {
	width: 20%;
	float: left;
}*/

.login-wrapper {
    width:350px;
    margin: 50px auto;
    
    
}
.status{
    font-size: 14px;
    color: #979797;
    margin: 18px 20px 0 20px;
}

.status p{
    font-family: 'sunflower_mediumregular';
    font-size: 16px;
    color:#8cc63f;
    display: inline-block;
}

.status-home{
    font-size: 14px;
    color:#8cc63f;
    display: inline-block;
    margin: 0 3px 0 15px;
    float:right;
}

.viewpageresname a{color:#8cc63f;}

.invalidNumber{
   color:#32c5b8;
}

.noanswer{
    color:#0066ff;
}

.modified{
    font-size: 15px;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.modified p{
       display: inline-block; 
    margin: 0;
    padding: 0;
}

.resremark{
    padding: 30px 20px;
    box-sizing: border-box;
    font-size: 13px;
    color: #f00;
    background-color: #fff5f5;
    border-radius: 6px;
    margin: 0 0 25px 0;
    float: left;
    width: 100%;
    
}

.resremark:empty {
	/* To hide the div set: display: none; */
	display: none;
}

.resremarktext{
    background-color: #fff5f5;
        height: 80px;
}

.resremarkhome {
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    color: #f00;
    background-color: #fff5f5;
    border-radius: 4px;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
}

.resremarkhome:empty {
	/* To hide the div set: display: none; */
	display: none;
}

.totalcount{
        display: block;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 15px 15px;
    background-color: #eaeaea;
    border-radius: 5px;
    /* width: 31.3333%; */
    box-sizing: border-box;
    float: left;
    color: #333333;

}

.totalcount h1{
    float: left;
    margin: 0  5px;
        padding: 0;
    color: #b62126;
}

.totalcount h2{
        float: left;
    margin: 0;
        padding: 4px 0;
}

.totalcount h3{
        float: left;
        margin: 0;
        padding: 8px 0;
}

@media all and (max-width : 500px ){
    
        .login-wrapper {
    width: 100%;
}
	
	.restaurant-form{
	width:100%;
		padding: 20px;
		    box-sizing: border-box;
	}
	.thankyou{
		width: 100%	
	}
	
	.resultview{
	width: 100%;
}
	.viewpage, .viewform-group, .listview{width: 100%}
    .viewpageresname h1 {float: none;}
	
}



@media all and (max-width : 768px ){
	
.viewform-group{width: 100%}
    .status   { float: left; margin: 10px 0 0 0; width: 100%; }
	
}


@media all and (max-width : 1000px ){
	
.listview{width: 100%}
	
}

.mainwrapper{
    margin: auto;
    width: 1200px;
    display: block;
        overflow: auto;
}
.contentwrapper{
    float: left;
    width: 100%;
    display: block;
}

.titlediv{
    position: relative;
    width: 100%;
    float: left;
}

 .titlebox{
            padding: 10px;
     font-size: 15px;
     font-weight: normal;
      border: 1px solid #dcdcdc;
     text-align: left;
     background-color:#9c9c9c;
        }

.tablebox{
    font-size: 14px;
    padding: 10px 5px 10px 10px;
    border: 1px solid #d7d7d7
}

input{
    width: 100%;
    padding: 5px;
    margin-bottom: 18px;
    height: 45px;
    
}

.selectbox{
        float: left;
    margin-bottom: 20px;
    padding: 5px;
    width: 145px;
    border-radius: 4px;
    height: 45px;
    font-size: 13px;
}
.add-datadiv{
    width: 600px;
    display: block;
    float: left;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.add-data span{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 13px;
}

.add-data{
        display: block;
    float: left;
    width: 100%;
}

.btn_div{
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.add-rider-data{
    display: block;
    margin: 40px auto;
    overflow: auto;
}
.add-rider-data h3{
font-family: 'sunflower_lightregular';
}

.titlediv h3{
font-family: 'sunflower_lightregular';
}

.editrider_btn{
        width: 200px;
    margin-top: 20px;
    height: 45px;
}
.riderhead{
        display: block;
    font-size: 18px;
    margin: 20px 0;
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
}

.rider-form {
    font-family: 'sunflower_lightregular';
    width: 1200px;
    margin: 40px auto 60px auto;
    min-height: 73vh;
    overflow: hidden;
    
}

.viewform-group label {
    font-family: 'sunflower_lightregular';
    color: #333333;
    width: 100%;
    display: inline-block;
    margin-bottom: 3px;
}

.regform-control {
    height: 45px;
    width: 100%;
}

.m-t-30{
    margin-top: 30px;
}
.m-t-40{
    margin-top: 40px;
}
.tablebox p {
    margin: 0 0 0 0;
    padding: 0;
    height: 20px;

}
.tablebox p:empty::after {
    content: "0";
    color: #ff0000;
    width: 100%;
    height: 10px;
    font-size: 14px;
    font-weight: normal;

}
.daterange{
        display: inline-table;
    float: left;
    border: 1px solid #d7d7d7;
    height: 45px;
    border-radius: 4px;
    width: 312px;
}

.view-history-footer{
    display: block;
    float: left;
    width: 100%;  
    margin: 30px 0;
}
.view-history-footer span{
    width: auto;
    display: inline-block;
    margin-right: 20px;
    
}
.btn-style{
    width:314px;
    float: left;
    height: 45px;
}
.leftalingdiv-style{
    width:100%;
    float: left;
    height: 45px;
    display: inline-table;
}
.cancel-btn{
    width: 200px;
    margin-top: 20px;
    height: 45px;
    padding: 14px 30px;
    background-color: #dcdcdc;
    border-radius: 3px;
}

.update-btn{
    width: 200px;
    margin-top: 20px;
    height: 45px;
    padding: 14px 30px;
    background-color: #8cc63f;
    border-radius: 3px;
}

.riderphotoid{   
padding: 10px;
    border: 1px solid #d7d7d7;
    /* float: left; */
    display: inline-block;
    /* border-radius: 50%; */
    width: 110px;
	height: 110px;}


.riderphotoid img {
    width: 100%;
    /* height: auto; */
    /* align-items: center; */
    /* text-align: center; */
    /* margin: 0 auto; */
}


.add-datadiv_holder{
    width:45%;
    position: relative;
    float: left;
    margin-right: 15px;
}
.extrawidth{
    min-width: 200px;
}

.full-width{
    width: 100%;
}

.corner-radius{
    border-radius: 4px;
}

.hide{
    display: none;
}

.agree-btn{
        width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
    background: #8cc63f;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}



