.loading {    
    background-color: #ffffff;
    background-image: url("../images_new/facebook.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.searchForm .btn-search{
height:42px;
padding:10px 20px;
background:#d9534f;
border:none;
font-size:18px;
line-height:13px;
color:#fff;
}

.restaurant-list-item {
    position: relative;
    border-bottom: 1px solid #E0DFDE;
    padding-bottom: 25px;
    margin-bottom: 25px;
	margin-top:50px;
}


.restaurant-list-item .content {
    padding: 0 0 30px;
    padding-left: 25px;
    width: 100%;
	position:relative;
}
.restaurant-list-item .content p{
margin-bottom:8px;
font-size:16px;
}

.restaurant-list-item .price {
    margin-bottom: 10px;
    text-align: right;
	font-size:15px;
}
.restaurant-list-item .right-bottom {
    position: absolute;
    right: 0;
    bottom: 32px;
}
.restaurant-list-item .meta {
    text-align: right;
    width: 100%;
}
.restaurant-list-item .cuisine {
    margin: 0;
    position: absolute;
    left: 25px;
    bottom: 0;
}
.restaurant-list-item .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    color: #DB3944;
    border-top: 1px solid #DB3944;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-list-item .price span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #DB3944;
}

.rating-wrapper .rating-item {
    display: inline-block;
    line-height: 1.45;
    vertical-align: middle;
    font-size: 13px;
}
.rating-wrapper .texting {
    display:block;
    line-height: 1.45;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0.5px;
	clear:both;
}
.rating { width: 80px; height: 16px; padding: 0; list-style: none; clear: both; position: relative; 
background: url(../images_new/stars.png) no-repeat 0 0; display: inline-block; margin:25px 0 10px 0; display: block; float:right; clear:both; overflow:hidden;}
.onestar { background-position: 0 -16px;}
.twostar { background-position: 0 -32px;}
.threestar { background-position: 0 -48px;}
.fourstar { background-position: 0 -64px;}
.fivestar { background-position: 0 -80px;}


ul.rating li { cursor: pointer; float: left; text-indent: -999em;}
ul.rating li a { position:absolute; left:0; top:0; width:16px; height:16px; text-decoration:none; z-index: 200;text-indent:100px;}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

h2.block-title{ color:#fff;}

/*Header Style Start Here*/
#flipkart-navbar {
    color: #FFFFFF;
	background:#fff;
}
.searchForm {
/*border-radius:5px;
overflow:hidden;
border:1px #bd1f1f solid;*/
display:inline-block;
width:100%;
max-width:700px;
}

.searchForm .form-control{
padding:0 12px;
border:1px solid #bd1f1f;
width:100%;
height:42px;
}
.searchForm .input-group-addon{
background-color: #fff;
font-weight:bold;
border: 1px solid #bd1f1f;
}

.nav-bar{
background-color: #bd1f1f;
}

.row1{
   /* padding-top: 10px;*/
}

.row2 {
    padding-top: 20px;
	padding-bottom:15px;
}
.largenav{
margin-bottom:0
}

.flipkart-navbar-input {
    padding: 10px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.flipkart-navbar-button {
    background-color: #bd1f1f;
    border: 1px solid #8d0005;
    border-radius: 0 2px 2px 0;
    color: #fff;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #bd1f1f;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
	padding:10px 20px;
}
.cart-button.login{ float:right}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 14px;
	font-weight:400;
}
.upper-links:hover {
background-color:#a71c1c;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #fff;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color: #fff;
    text-decoration: none;
}

.links:hover {
    color: #fff;
    text-decoration: none;
}

.profile-links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li{
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav{
    display: block;
}

.smallsearch{
    margin-left: 15px;
    margin-top: 15px;
}

.menu{
    cursor: pointer;
}
@media screen and (min-width: 768px) {
a.logo{ margin-top:-16px; float:left}
}
@media screen and (min-width: 1024px) {
.cart-button.signup{
margin-left:30px;
}


}


@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav{
        display: none;
    }
    .smallsearch{
        margin: 0px;
    }
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 555;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: -4px;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
    color: #fff;        
}
.sidenav hr{
	height:1px;
	margin:6px 0;
}
@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
 
}
@media screen and (max-width: 767px) {
	#flipkart-navbar h2{
	float:left;
	}
	#flipkart-navbar a.logo{
	/*float:right;*/
	max-width:100%;
	display:block;
	text-align:center;
	}
	#flipkart-navbar a.logo img{
		max-width:200px;
	}
  .sidenav a {font-size: 18px;}
  
  .searchForm {
  background:#f7f7f7;
  border:1px solid #ccc;
  }
   .searchForm .form-control, .searchForm .input-group-addon, .searchForm .input-group-btn, .searchForm .input-group{
   width:100%;
   text-align:left;
   display:block;
   white-space:inherit;
   float:left;
  }
  .searchForm .btn-search{
  width:100%;
  }
  .smallsearch{
  width:100%;
  margin:20px 0 0 0 !important;
 
  }
  .menu{ color:#d9534f;}
  
  
}
@media screen and (min-width: 768px) {
.searchForm .input-group-addon {
    border-right: none;
}
.searchForm .form-control {
    border-left: none;
    border-right: none;
}

}

.sidenav-heading{
    font-size: 24px;
    color: #fff;
}
.sidenav-heading a{
	padding:0 !important;
	color:#fff;
}
#sub_search_block, #map_wrapper{
	float:left;
	width:100%
}
.copyright{ border-top:1px solid #222; padding-top:20px}


/*Mobile Search Form*/
.mob-search-form {
  width: 100%;
 /* padding: 40px 30px;
  background: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.mob-search-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.mob-search-form .form-control {
  width: 100%;
  height: 40px;
  border: none;
  padding: 5px 7px 5px 35px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.mob-search-form .form-control:focus, .form-control:focus + .fa {
  border-color: #db3944;
  color: #db3944;
}

.mob-search-form .form-group .fa {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #999;
}

.mob-search-form .search-btn {
  background: #db3944;
  dispaly: inline-block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb{
padding:8px 0;
}
.nav>li>a{ padding:0;}

