/* Project Name: Pizza48 */
html, body {
    height: 100%;
    min-height: 100vh;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #f8f8f8;
}

.div-pdf-list-header {
    padding-bottom: 30px; margin-bottom: 10px;border-bottom: 2px #2b2b2b solid;
    padding-top: 10px;
}
.div-pdf-list {
    width: 35%; overflow: hidden; float: left;
    height: 25px;
}
.div-pdf-list-last {
    width: 30%; overflow: hidden; float: left;
    height: 25px;
}

a.div-pdf-list-link {
    color: #ee6900;
}

.div-filter-list-header {
    padding-bottom: 30px; margin-bottom: 10px;border-bottom: 2px #2b2b2b solid;
    padding-top: 10px;
}
.div-filter-list {
    width: 15%; overflow: hidden; float: left;
    height: 25px;
}
.div-filter-list-first {
    width: 35%; overflow: hidden; float: left;
    height: 25px;
}
.div-filter-list-last {
    width: 20%; overflow: hidden; float: left;
    height: 25px;
    text-align: center;
}

a.div-filter-list-link {
    color: #ee6900;
}

.p-xxs {
    padding: 5px !important;
}
.p-xs {
    padding: 10px !important;
}
.p-sm {
    padding: 15px !important;
}
.p-m {
    padding: 20px !important;
}
.p-md {
    padding: 25px !important;
}
.p-lg {
    padding: 30px !important;
}
.p-xl {
    padding: 40px !important;
}
.p-none {
    padding: 0 !important;
}
.p-t-none {
    padding-top: 0 !important;
}
.p-b-none {
    padding-bottom: 0 !important;
}
.p-l-none {
    padding-left: 0 !important;
}
.p-t-sm {
    padding-top: 10px !important;
}
.p-b-sm {
    padding-bottom: 10px !important;
}
.p-t-xs {
    padding-top: 5px !important;
}
.p-b-xs {
    padding-bottom: 5px !important;
}
.p-r-none {
    padding-right: 0 !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-none {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-xxxl {
    margin-top: 60px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

.m-r-10 {
    margin-right: 10px;
}


a:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
}

/* Bootstrap Overwrite */
.text-success {
    color: #42b42b;
}
.text-white {
    color: #fff;
}
.bg-grey {
    background: #f9f9f9;
}
.btn-primary {
    background-color: #1c3b79;
    border-color: #16326a;
}
.btn.btn-bordered-disabled {
    color: #bebebe;
    font-weight: 700;
    border: 2px solid #bebebe;
    padding: 7px 15px;
    min-width: 70px;
}
.btn.btn-bordered-orange {
    color: #e66801;
    font-weight: 700;
    border: 2px solid #e66801;
    padding: 7px 15px;
    min-width: 70px;
}
.btn.btn-rounded {
    border-radius: 30px;
}

.btn-warning{
    background-color: #d54700;
    border-color: #d54700;
}

.btn-warning:hover {
    background-color: #d54700;
    border-color: #d54700;
}

.help-block {
    font-size: 80%;
}

/*
 * Header with Search Bar
 */
header.header-with-searchbar {
    background: #1c3b79;
    padding: 20px 0;
}

.header-with-searchbar .header-wrapper {
    display: table;
    width: 100%;
    position: relative;
}
.header-with-searchbar .header-wrapper .logo,
.header-with-searchbar .header-wrapper .header-search,
.header-with-searchbar .header-wrapper .header-links {
    display: table-cell;
    vertical-align: middle;

}
.header-with-searchbar .header-wrapper .header-search{
    position: relative; 
}
.header-with-searchbar .header-wrapper .search-popup{
    position: absolute;
    top:94%;
    z-index: 999;
    left:0;
    padding: 15px;
    border-radius: 4px;
    border:1px solid rgba(0,0,0,.2);
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);

}
.header-with-searchbar .header-wrapper .logo {
    width: 188px;
    padding-right: 30px;
}
.header-with-searchbar .header-wrapper .logo a {
    display: block;
}
.header-with-searchbar .header-wrapper .logo img {
    width: 100%;
}

.header-with-searchbar .header-wrapper .header-search .search-wrapper {
    background: #fff;
    border-radius: 4px;
    display: table;
    width: 100%;
    box-shadow: 4px 0 9px rgba(4, 6, 45, 0.4);
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon,
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location,
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-keyword,
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-button {
    display: table-cell;
}

.header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon {
    padding: 10px 12px;
    width: 40px;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon i {
    width: 20px;
    height: 28px;
    display: inline-block;
    background: url(../images/icon_location.svg) no-repeat 0 0;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location {
    background: url(../images/search_arrow_bottom.svg) no-repeat 95% center;
    vertical-align: top;
    text-align: left;
    width: 180px;
    border-right: 1px solid #a4a4a4;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location a {
    display: block;
    padding-right: 5%;
    height: 53px;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location label {
    text-transform: uppercase;
    color: #8d8d8d;
    font-weight: 700;
    font-size: 13px;
    padding: 0;
    margin: 6px 0 0;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location p {
    color: #454782;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 18px;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-keyword {
    vertical-align: top;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-keyword input[type=text] {
    height: 53px;
    border: 0;
    box-shadow: none;
    font-size: 18px;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-button {
    width: 50px;
    vertical-align: top;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-button .btn {
    height: 53px;
    background: none;
}
.header-with-searchbar .header-wrapper .header-search .search-wrapper .search-button .btn i {
    background: url(../images/icon_search.svg) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.header-with-searchbar .header-wrapper .header-links {
    width: 280px;
    text-align: right;
    vertical-align: middle;
    padding-top: 8px;
}
.header-with-searchbar .header-wrapper .header-links > ul {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.header-with-searchbar .header-wrapper .header-links > ul > li {
    display: inline-block;
    padding: 0 9px;
}
.header-with-searchbar .header-wrapper .header-links > ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.header-with-searchbar .header-wrapper .header-links > ul > li > a.register {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 7px 20px;
}
.header-with-searchbar .header-wrapper .header-links > ul > li > a.cart{
    position: relative;
}
.header-with-searchbar .header-wrapper .header-links > ul > li > a.cart span {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #ee6900;
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: absolute;
    right: -6px;
    top: -10px;
}
/*
 * Header with Search Bar
 */


/* section : header without searchbar Start */
.header-restaurant {
    background: #1c3b79;
    padding: 20px 0;
}

.header-restaurant .logo {
    width: 155px;
}

.header-restaurant .logo img{
    width: 100%;
}

.header-links {
    text-align: right;
    vertical-align: middle;
    padding-top: 15px;
}

.header-links > ul {
    list-style-type: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header-links > ul > li > a {
    text-decoration: none;
    color: #ffffff;
}

.header-links > ul > li > a.usr-name {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 7px 20px;
}
/* header without searchbar */




/*
 * Main Section Start
 */


/* Search Result Page : Filter Area */
.main-content {
    padding: 40px 0;
}
.filter:after,
.filter:before {
    content: " ";
    display: table;
    clear: both;
}
.filter {
    padding-bottom: 15px;
   
}
.filter h5 {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}
.filter .filter-right {
    float: right;
    text-align: right;
}

.filter .filter-right a.popularity {
    display: inline-block;
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
}
.filter .filter-right a.popularity:hover {
    text-decoration: none;
}
.filter .filter-right a.popularity i {
    color: #ee6900;
    margin-left: 5px;
}

.filter .filter-right .filter-by {
    display: inline-block;
}
.filter .filter-right .filter-by > label {
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 6px;
}
.filter .filter-right .filter-by .filter-group {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: -8px;
}
.filter .filter-right .filter-by .filter-group .filter-cuisine,
.filter .filter-right .filter-by .filter-group .filter-radius,
.filter .filter-right .filter-by .filter-group .filter-closed {
    float: left;
    padding: 5px 12px;
    vertical-align: top;
    height: 34px;
}
.filter .filter-right .filter-by .filter-group .filter-cuisine {
    border-right: 1px solid #ccc;
    cursor: pointer; 
    position: relative;
    
}
.filter .filter-right .filter-by .filter-group .filter-radius {
    border-right: 1px solid #ccc;
     cursor: pointer;
     position: relative;
}

.filters-applied {
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad;
    padding: 15px 0;
    margin-bottom: 30px;
}
.filters-applied label {
    font-weight: normal;
}
.filters-applied a {
    display: inline-block;
    background: #ebebeb;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #373737;
    margin-left: 10px;
}
.filters-applied a i {
    color: #373737;
}
.filters-applied a:hover i {
    color: #e11414;
}
.filters-applied a:hover {
    text-decoration: none;
    background: #d5d5d5;
}
.filters-applied a.clear {
    background: none;
    color: #e11414;
    font-size: 14px;
    padding: 3px 0;
}
.filters-applied a.clear:hover {
    background: none;
    text-decoration: underline;
}

/* Search Result Page : Restaurant List */
.restaurant-list {}
.restaurant-list .list-item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin-bottom: 20px;
}
.restaurant-list .list-item:before,
.restaurant-list .list-item:after {
    content: " ";
    display: table;
    clear: both;
}
.restaurant-list .list-item .restaurant-image {
    float: left;
    width: 30%;
    height: 190px;
    background-size: cover;
    background-position: center;
    border: 1px solid #929292;
}
.restaurant-list .list-item .restaurant-info {
    float: left;
    width: 70%;
    padding-left: 15px;
    position: relative;
}
.restaurant-list .list-item .restaurant-info h3 {
    margin-bottom: 10px;
}
.restaurant-list .list-item .restaurant-info h3 a {
    color: #292e31;
    font-size: 24px;
    font-weight: 700;
}
.restaurant-list .list-item .restaurant-info h3 a.icon-favourite {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/favourite_enabled.svg) no-repeat 0 0;
    vertical-align: top;
    margin-right: 10px;
}
.restaurant-list .list-item .restaurant-info h3 a.icon-favourite.disabled {
    background: url(../images/favourite_disabled.svg) no-repeat 0 0;
}
.restaurant-list .list-item .restaurant-info h3 a.icon-favourite.loading {
    background: url(../images/loader.svg) no-repeat center;
    background-size: 120%;
}
.restaurant-list .list-item .restaurant-info h3 {
    width: 80%;
}
.restaurant-list .list-item .restaurant-info .address {
    color: #82888b;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
    width: 80%;
}
.restaurant-list .list-item .restaurant-info .address::before {
    content: " ";
    width: 15px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_address.svg) no-repeat 0 0;
    position: absolute;
    left: 3px;
    top: 3px;
}
.restaurant-list .list-item .restaurant-info .cuisine {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
    width: 80%;
}
.restaurant-list .list-item .restaurant-info .cuisine::before {
    content: " ";
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_cuisine.svg) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.restaurant-list .list-item .restaurant-info .opening-hours {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 27px;
    width: 80%;
}
.restaurant-list .list-item .restaurant-info .opening-hours::before {
    content: " ";
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_clock.svg) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.restaurant-list .list-item .restaurant-info .discounts:before,
.restaurant-list .list-item .restaurant-info .discounts:after {
    content: " ";
    display: table;
    clear: both;
}
.restaurant-list .list-item .restaurant-info .discounts {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    background: #d21332;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 10px;
}
.restaurant-list .list-item .restaurant-info .discounts i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon_discount.svg) no-repeat 0 0;
}

.restaurant-list .list-item .restaurant-info .rating-reviews {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.restaurant-list .list-item .restaurant-info .rating-reviews .rating {
    color: #fff;
    border: 2px solid #a94442;
    background: #a94442;
    border-radius: 4px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-bottom: 6px;
}
.restaurant-list .list-item .restaurant-info .rating-reviews .rating.open {
    background: #42b42b;
    border-color: #42b42b;
}
.restaurant-list .list-item .restaurant-info .rating-reviews .rating span {
    display: block;
    background: #fff;
    border-radius: 4px;
    color: #a94442;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 6px;
}
.restaurant-list .list-item .restaurant-info .rating-reviews .rating.open span {
    color: #42b42b;
}
.restaurant-list .list-item .restaurant-info .rating-reviews .reviews {
    color: #82888b;
    font-size: 14px;
}

.cuisine-popup, .radius-popup{   
    position: absolute;
    top: 94%;
    z-index: 999;
    left: -300px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.2);
    width: 730px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.filter-cuisine-open{
    display: block;
}
.radius-popup{ 
    width:400px;
}
.radius-popup .irs-from, .irs-to, .irs-single{
    background: #1c3b79;
}
.irs-from:after, .irs-to:after, .irs-single:after {
     border-top-color: #1c3b79;
}
.cuisine-popup input[type=checkbox].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;
}

.cuisine-popup input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
    padding-left:32px;
    height:23px; 
    display:inline-block;
    line-height:23px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
    font-weight: 400;

}

.cuisine-popup input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
    background-position: 0 -23px;
}
.cuisine-popup label.css-label {
    background-image:url(../images/blackcheck.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Pagination */
.pagination {
    text-align: center;
    display: block;
    padding: 20px 0;
}
.pagination ul:before,
.pagination ul:after {
    content: " ";
    display: table;
    clear: both;
}
.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #e5e5e5;
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}
.pagination ul li {
    float: left;
}
.pagination ul li a {
    display: inline-block;
    padding: 5px 12px;
    font-size: 24px;
    color: #5c5c5c;
}
.pagination ul li a:hover {
    text-decoration: none;
    background: #d4d4d4;
}
.pagination ul li a.active {
    background: #1c3b79;
    color: #fff;
}


/* Restaurant Details Page */
.restaurant-banner-panel {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.restaurant-banner {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-position: center;
}

.restaurant-banner .discounts:before,
.restaurant-banner .discounts:after {
    content: " ";
    display: table;
    clear: both;
}
.restaurant-banner .discounts {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    background: #d21332;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.7);
}
.restaurant-banner .discounts i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon_discount.svg) no-repeat 0 0;
}

.overview {
    margin-top: 30px;
}
.restaurant-primary-info {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.restaurant-primary-info h1 {
    font-size: 35px;
    font-weight: 800;
    color: #000000;
}
.restaurant-primary-info h1 a.icon-favourite {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/favourite_enabled.svg) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 10px;
}
.restaurant-primary-info h1 a.icon-favourite.disabled {
    background: url(../images/favourite_disabled.svg) no-repeat 0 0;
}
.restaurant-primary-info h1 a.icon-favourite.loading {
    background: url(../images/loader.svg) no-repeat center;
    background-size: 120%;
}

.restaurant-primary-info .restaurant-address{
    font-size: 18px;
    color: #000000;
}

.restaurant-banner-panel-caption{
    background-color: #d21332;
    padding: 5px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.restaurant-banner-panel .restaurent-rating{
    text-align: right;
}

.restaurent-rating .restaurant-rate-num{
    display: inline-block;
    background-color: #42b42b;
    padding: 3px 16px;
    color: #ffffff;
    font-weight: 800;
    font-size: 25.32px;
    border-radius: 6px;
    margin-left: 11px;
}

.restaurent-rating .restaurant-rate-num > span {
    font-size: 20px;
    color: #97e986;
    font-weight: 800;
}

.restaurent-rating .restaurant-votes{
    color: #333333;
    font-size: 16px;
    display: block;
    padding-top: 5px;
}

.fake-order-now {
    display: none;
}
.order-now-fixed .fake-order-now {
    display: block;
}

.order-now{
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    position: relative;
    background: #fff;
    z-index: 99;
}

.order-now-menu {
    display: inline-block;

}

.order-now .order-now-menu ul{
    margin: 0;
    padding:0;
    vertical-align: top;
    display: inline-block;
}

.order-now .order-now-menu ul li{
    display: inline-block;
    list-style-type: none;

}

.order-now .order-now-menu ul li a {
    padding: 15px;
    color: #2b2b2b;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 5px solid transparent;
    vertical-align: top;
}

.order-now .order-now-menu ul li a.active {
    font-weight: 800;
    font-size: 18px;
    color: #2b2b2b;
    border-bottom: 5px solid #ee6900;  
}
.order-now .order-now-menu ul li:first-child a {
    border-bottom-left-radius: 4px;
}

.order-now .order-now-menu ul li a:hover {
    border-bottom: 5px solid #ee6900;
}

.order-now .btn-order-now {
    float: right;
}

.order-now a.btn-order-now {
    background-color: #1c3b79;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin: 7px;
}

.panel-body.order-now-details{
    padding: 20px;
}

.panel-default .panel-body.order-now-details .feature {
    margin-bottom: 20px;
}
.panel-default .panel-body.order-now-details .feature label {
    color: #333333;
    font-size: 16px;
}

.panel-default .panel-body.order-now-details .feature p {
    color: #333333;
    font-size: 18px;
}

.restaurant-location iframe{
    display: block;
}

.restaurant-menu h4 {
    color: #333333;
    font-weight: 800;
    padding-bottom: 5px;
}

.restaurant-menu .panel-default .panel-body img {
    margin-right: 15px;
}
.customer-review h4 {
    color: #333333;
    font-weight: 800;
    padding-bottom: 5px;
}

.restaurent-rating .rating-count {
    color: #e16500;
    display: inline-block;
    padding-left: 18px;
}

.customer-review .panel-default .panel-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.customer-review .panel-default .panel-body ul li{
    display: inline-block;
}

.customer-review .panel-default .panel-body ul li a {
    padding: 15px 25px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
}

.customer-review .panel-default .panel-body ul li.active {
    border-bottom: 4px solid #000000;
}

.customer-review .panel-default .panel-body ul li:hover{
    border-bottom: 4px solid #000000;
}

.customer-review-text{
    background-color: #ffffff;
}
.customer-review-text .media .media-left img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.order-now-fixed .order-now {
    position: fixed;
    top:0;
    left:0;
    background: #fff;
}
#menudetail{
    margin-top: -75px;
    padding-top: 85px;
}
#reviews{
    margin-top: -75px;
    padding-top: 85px;
}

.customer-review .review-tabs{
    border-bottom: 2px solid #d2d2d2;
}

.review-tabs ul li{
    font-weight: 600;
    color: #2b2b2b;
}

.comments-panel .media .media-left img{
    width: 72px ;
    height: 72px;
    border-radius: 50%;
}

.comments-panel .customer-name{
    color:#2b2b2b;
    font-size: 18px;
    font-weight: 700;
}

.comments-panel .media .media-body .star-rating{
    padding: 12px 0 25px 0;
}

.comments-panel .media .media-body .customer-rated{
    color: #848484;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
}

.comments-panel .media .media-body .star-rating .rating-point{
    background: #42b42b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    padding: 0 6px;
}

.comments-panel .customer-comment{
    color: #848484;
    font-size: 14px;
}



/* Food Menu Page */
.foodmenu-restaurant-info {
    background: #f9f9f9;
    border-radius: 4px;
}

.discount-white-bg {
    border-top: 1px solid #ddd;
    color: #d21332;
}
.discount-white-bg i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/icon_discount_red.svg) no-repeat 0 0;
}

.food-category {
    padding: 0;
    margin: 0;
    list-style: none;
}
.food-category li {
    float: left;
    margin: 0 12px 12px 0;
    vertical-align: top;
}
.food-category li a {
    display: inline-block;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 18px;
    vertical-align: top;
}
.food-category li.active a {
    background: #ee6900;
    border-color: #ee6900;
    color: #fff;
    font-weight: 700;
}

.food-category-search.show-search .food-category,
.food-category-search.show-search .click-search,
.food-category-search .search-field,
.food-category-search .cancel-search {
    display: none;
}

.food-category-search.show-search .search-field,
.food-category-search.show-search .cancel-search {
    display: block;
}

.subcategory-header {
    background: #e3ecff;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
.panel .subcategory-header:first-child {
    border-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.subcategory-header h4 {
    font-weight: 700;
    color: #1c3b79;
    text-transform: uppercase;
}

.food-list .food-row {
    border-bottom: 1px solid #dfdfdf;
}
.food-list .food-row:last-child {
    border: 0;
}
.food-list .food-row .media-left .food-image {
    width: 85px;
    height: 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.food-list .food-row .media-body .media-heading {
    color: #333333;
    font-weight: 700;
}
.food-list .food-row .media-body {
    color: #7b7b7b;
    font-size: 14px;
}
.food-list .food-row .media-body a {
    color: #ee6900;
}
.food-list .food-row .food-price {
    color: #e66801;
    font-weight: 700;
}
.number-spinner {
    border: 2px solid #ee6900;
    background: #f5a566;
    border-radius: 4px;
    display: inline-block;
}
.number-spinner input[type=text]{
    border-left: 2px solid #ee6900;
    border-right: 2px solid #ee6900;
    border-top: 0;
    border-bottom: 0;
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 12px;
    height: 20px;
}
.number-spinner span {
    display: inline-block;
    width: 18px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    color: #be5400;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    height: 20px;
}
.order-summary .panel-default,.order-summary .panel-heading, .order-summary .panel-footer{
    background: #fff4eb;
}
.order-summary .panel-footer .btn{
    font-size:18px;
    font-weight: 700;
    width: 80%;
}
.order-summary .order-amount{
    background: #ffffff;
    border-top: 1px solid #ccc;
}
.order-summary .panel-heading h4{
    color:#1c3b79;
    font-size:18px;
    font-weight: 700;
}
.order-summary .billing-list{
    padding: 0;
    margin: 0;
}
.order-summary .billing-list li{
    list-style-type: none;

    border-bottom: 1px solid #b2b2b2;
    padding: 8px 15px;
}
.order-summary .billing-list li:last-child{
    border-bottom: 0;
}
.order-summary .billing-list li .order-title{
    font-size: 14px;
    color:#333333;
}
.order-summary .billing-list li .number-spinner, .order-summary .billing-list li .multiple-price
{
    float: left;
}
.order-summary .billing-list li .multiple-price{
    font-size:14px;
    color:#535353;
    padding-left: 8px;
    margin-top:6px;
}
.order-summary .billing-list li .totalsingle-price p{
    font-size:14px;
    font-weight: 600;
    color:#2e2d2d;
    margin-top: 6px;

}
/*
 * Main Section End
 */
/* end order list */


/* start profile address book */
.profile-pic img{
    width:175px;
    height: 175px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.profile-pic {
    position: relative;
}
.profile-pic .profile-actions {
    position: absolute;
    bottom: -8px;
    left:28%;
}
.profile-pic .profile-actions .uploadButton{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: url(../images/icon_camera.svg) no-repeat 10px 10px #ffffff;
    background-size: 17px;
    margin-right: 10px;
}
.profile-pic .profile-actions .edit-profile-link {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    background: url(../images/icon_pencil.svg) no-repeat 10px 10px #ffffff;
    background-size: 17px;
    display: inline-block;
    vertical-align: top;
}
.profile-pic .uploadButton input[type=file]{
    display: none;
}

.profile-pic .profile-actions .edit-profile-link:hover, .profile-pic .profile-actions .uploadButton:hover{
    background-color: #f3f3f3;
}
.profile-detail{
    display: inline-block;
    padding-left: 20px;
}
.profile-detail .name{
    font-size: 24px;
    font-weight: 700;
    color:#3a3a3a;
}
.profile-detail .email{
    color:#525252;
}

.days-list{
    padding: 0;
    margin: 0;
}
.days-list li {
    float: left;
    margin-right: 12px;
    position: relative;
    list-style: none;
}
.days-list li .checkbox-inline {
    width: 150px;
   
    padding-left: 0;
}
.days-list li .checkbox-inline span {
    display: inline-block;
    width: 150px;
    
    padding: 14px 5px;
    text-align: center;
    background: #eee;
}
.days-list li .checkbox-inline input[type=checkbox]:checked + span {
    background: #1c3b79;
    color: #fff;
}
.days-list li .checkbox-inline input[type=checkbox] {
    display: none;
}

.days-list-off{
    padding: 0;
    margin: 0;
}
.days-list-off li {
    float: left;
    margin-right: 12px;
    position: relative;
    list-style: none;
}
.days-list-off li .checkbox-inline {
    width: 150px;

    padding-left: 0;
}
.days-list-off li .checkbox-inline span {
    display: inline-block;
    width: 150px;

    padding: 14px 5px;
    text-align: center;
    background: #eee;
}
.days-list-off li .checkbox-inline input[type=checkbox]:checked + span {
    background: #1c3b79;
    color: #fff;
}
.days-list-off li .checkbox-inline input[type=checkbox] {
    display: none;
}

.new-address-book {
    padding: 48px;
    border:2px dotted #d9d9d9;
     background: #fff;
    border-radius: 4px;
    display: block;
}

.new-address-book h4{
    color:#a8a8a8;
    font-size: 20px;
    margin-bottom: 5px;
}
.new-address-book > i{
   color:#a8a8a8; 
}
.new-address-book:hover{
    text-decoration: none;
   
}

.customer-address .drop-more{
    position: absolute;
    right: 5px;
    text-align: right;
    top: 15px;
    
}
.customer-address  .drop-more > a{
    display: block;
    padding: 0 10px;    
}
.customer-address .drop-more > a > i{
    font-size: 20px;
    color: #a8a8a8;
}

.customer-address .drop-more .dropdown-menu{
    min-width: 100px;
}

.customer-address{
   border:1px solid #d9d9d9;
     background: #fff;
    padding: 15px 20px 40px;
    border-radius: 4px;
    position: relative;
}

.address-book .customer-address h4{
    color: #222222;
    font-weight: 600;
    font-size: 18px;
}

.address-book .customer-address p{
    font-size: 15px;
    color:#525252;
}

.address-book .customer-address h5{
    color:#5b5b5b;
    font-size: 15px;
}

/* end profile address book */
/* section : orderlist */

.main-content .order-statusbar{
    background-color: #1c3b79;
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: center;
    padding: 40px 15px 28px;
}

.main-content .order-statusbar a{
    display: inline-block;
    color:#ffffff;
    padding: 8px;
}

.main-content .order-statusbar a .fa-chevron-left{
    font-size: 19px;
}

.main-content .order-statusbar span{
    color:#ffffff;
    font-size: 21px;
    display:inline-block;
    font-weight: 600;
    padding-bottom: 15px;
}

.main-content .order-statusbar img{
    text-align: center;
    display: inline-block;
}

.order-panel .panel-body h3{
    float:left;
    font-weight: 700;
}

.order-panel .label-warning{
    font-weight: 400;
}

.order-panel > .panel-body{
    border-bottom: 1px solid #e4e4e4;
}

.order-basic-info a{
    display: inline-block;
    vertical-align: top;
}

.order-basic-info .order-no{
    display: inline-block;
    padding-left: 42px;
}


.order .media-body{
    vertical-align: middle;
}

.customer-contact .media .media-left img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
}

.customer-contact .media .media-body p{
    margin: 0;
}

.order-panel .contact-no{
    text-align: right;
    padding-top: 25px;
}

.order-panel .contact-no label{
    font-weight: 600;
    color: #44bb34;
    font-size: 18px;
}

.order-table{
    border-bottom: 1px solid #dfdfdf;
}

.order-table .table > tbody > tr > td,
.order-table .table > tbody > tr > th,
.order-table .table > thead > tr > td,
.order-table .table > thead > tr > th{
    border-top:0;
    padding: 11px 19px;
}


.order-table .table thead{
    background-color: #f4f4f4;
    border-bottom: 1px solid #dddddd;
}

.order-table .table .active td{
    font-weight: 700;
    color:#aeaeae;
}

.order-table .order-menu{
    font-weight: 700;
    font-size: 17px;
    color: #333333;
}

.order-panel .bg-light-blue{
    background-color: #f5f8ff;
}

.order-amount .table > tbody > tr > td{
    border-top:0;
    text-align: right;
}

.order-amount .table > tbody > tr .order-total{
    width:90%;
    font-weight: 600;
    color:#333333;
}
.order-time {
    font-size: 14px;
    opacity: 0.7;
}

.order-new {
    color: #ee6900;
    vertical-align: top;
    font-weight: 600;
}

.order-processing {
    color: #2656b6;
    vertical-align: top;
    font-weight: 600;
}
.order-processing i {
    background: url(../images/time-left.svg) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    margin-right: 4px;
    vertical-align: top;
}

.order-outfor-delivery {
    color: #ee6900;
    vertical-align: middle;
    font-weight: 600;
}
.order-outfor-delivery i {
    background: url(../images/motorcycle.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 100%;
    margin-right: 4px;
    vertical-align: middle;
}

.order-delivered {
    color: #2a981b;
    vertical-align: top;
    font-weight: 600;
}
.order-delivered i {
    background: url(../images/checked.svg) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    margin-right: 4px;
    vertical-align: top;
}
.accordion-toggle{
    position: relative;
    display: block;
}
.accordion-toggle:before {
    content: '';   
    float: left;       
    color: grey;  
    background: url("../images/minus.png") no-repeat;/* adjust as needed */
    width: 30px;
    height:30px;
    background-size: 30px;
    position: absolute;
    top:13px;
    left: 15px;
}
.accordion-toggle.collapsed:before {
    content: '';   
    float: left;       
    color: grey;  
    background: url("../images/plus.png") no-repeat;/* adjust as needed */
    width: 30px;
    height:30px;
    background-size: 30px;
    position: absolute;
    top:13px;
    left: 15px;
}

.accordion-toggle{
    padding: 10px 15px 0;
    background: #f5f8ff;
}
.accordion-toggle.collapsed {
    background: #fff;
}

.customer-details {
    background: #f5f8ff;
    border-bottom: 1px solid #e4e4e4;
}

.order-panel > a {
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
#accordion > .order-panel:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-blue{
    color: #1c3b79;
    font-weight: 600;
    font-size: 16px;
}

.order-date{
    margin: 0;
    color:#747474;
    font-size: 14px;
}

#customer-rating img {
    width: 25px;
    margin-right: 5px;
}



/* section : customer order */

/* section : profile favourites */

.restaurant-grid .list-item {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    position: relative;
}
.restaurant-grid .list-item:before,
.restaurant-grid .list-item:after {
    content: " ";
    display: table;
    clear: both;
}
.restaurant-grid .list-item .restaurant-image {
    height: 190px;
    background-size: cover;
    background-position: center;
    border: 1px solid #929292;
}
.restaurant-grid .list-item .restaurant-info {
    padding:0 10px;
}
.restaurant-grid .list-item .restaurant-info h3 {
    margin: 20px 0;
    color: #292e31;
    font-weight: 700;
}
.restaurant-grid .list-item .restaurant-info h3 a {
    color: #292e31;
    font-size: 24px;
    font-weight: 700;
}

.restaurant-grid .list-item .restaurant-info .address {
    color: #82888b;
    font-size: 16px;
    margin-bottom: 10px;
}
.restaurant-grid .list-item .restaurant-info .address i {
    width: 15px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_address.svg) no-repeat 0 0;
}
.restaurant-grid .list-item .restaurant-info .cuisine {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}
.restaurant-grid .list-item .restaurant-info .cuisine i {
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon_cuisine.svg) no-repeat 0 0;
}
.restaurant-grid .list-item .restaurant-info .opening-hours {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}
.restaurant-grid .list-item .restaurant-info .opening-hours i {
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/clock.svg) no-repeat 2px 1px;
    background-size: 19px;
}

.restaurant-grid .list-item .restaurant-info .rating-reviews {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating {
    color: #fff;
    border: 2px solid #b3b3b3;
    background: #b3b3b3;
    border-radius: 4px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-bottom: 6px;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating.open {
    background: #42b42b;
    border-color: #42b42b;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating span {
    display: block;
    background: #fff;
    border-radius: 4px;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 6px;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating.open span {
    color: #42b42b;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating.close span {
    color: #b4342a;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .rating.close {
    background: #b4342a;
    border-color: #b4342a;
}
.restaurant-grid .list-item .restaurant-info .rating-reviews .reviews {
    color: #82888b;
    font-size: 14px;
}

.remove-item {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0;
}

.remove-item .icon-remove{
    text-decoration: none;
    color:#333;
    font-size: 14px;
}

.remove-item .icon-remove:hover {
    color:#ff0000;
}

.restaurant-grid .list-item .remove-item .icon-remove i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rubbish-bin.svg) no-repeat 0 1px;
    background-size: 15px;
}


/* end dprofile favourites */
.addedAlready{
    color:#ccc;
}
/* order-confirm */
.customer-address.checkout{
    background: #fff url(../images/location-icon-grey.svg) no-repeat 15px 20px;
    background-size: 20px; 
    padding:20px 15px;
    padding-left: 42px;
}
.order-table-peocess{
    border:1px solid #dfdfdf;
    background: #fff;
}
.order-table-peocess .table > tbody > tr > td, .table > tbody > tr > th,  
.order-table-peocess .table > tfoot > tr > td, .table > tfoot > tr > th,  .order-table-peocess 
.table > thead > tr > td, .table > thead > tr > th{
    vertical-align: middle;
}


.offers h2{
    background:url(../images/discount-voucher.svg) no-repeat 0 4px;
    background-size: 23px; 
    padding-left: 35px;
    display: block;
    font-size:16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.corner-text-wrapper {
    -webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
    -ms-transform: rotate(45deg);  
    -o-transform: rotate(45deg);  
    transform: rotate(45deg);
    clip: rect(0px, 206.421px, 209.711px, 105px);
    height: 141.421px;
    position: absolute;
    right: 3.289px;
    bottom: -30px;
    width: 141.421px;
    z-index: 1;
}
.corner-text {
    color: white;
    -webkit-transform: rotate(-45deg);  
    -moz-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    -o-transform: rotate(-45deg); 
    transform: rotate(-45deg);
    left: 38px;
    bottom: 0px;
    background-color: #5cb85c;
    display: block;
    height: 95px;
    position: relative;
    width: 95px;
    z-index: 2;
    border-radius: 2px;
}


.corner-text span {
    display: block;
    right: 11px;
    position: absolute;
    text-align: center;
    bottom: 8px;
    z-index: 9;
    transition: all 1s ease 0s;
    font-size: 21px;
}
/* order-confirm end */
/* start social footer */

.social-footer {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0;
}

.social-footer .social-icon ul {
    padding: 0;
}

.social-footer .social-icon ul li:first-child {
    padding-left: 0; 
}
.social-footer .social-icon ul li {
    float:left;
    list-style-type: none;
    padding: 0 0 0 20px;
}

.social-footer .social-icon ul li a img {
    width:40px;
}

.social-footer .cust-care {
    vertical-align: middle;
}

.social-footer .cust-care span {
    color: #565656;
    font-size: 27px;
    margin: 8px 0;
    display: inline-block;
    padding-left: 10px;
}

.social-footer .service-regn-link {
    text-align: right;
}

.social-footer .service-regn {
    color:#565656;
    text-decoration: none;
    border:2px solid #565656;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 40px;
    margin: 5px 0;
    display: inline-block;
    text-transform: uppercase;
}
/* end social footer */

/* stat footer */

.footer {
    padding: 30px 0;
}

.footer .copyright {
    color: #565656;
    display: inline-block;
}

.footer .footer-menu {
    padding: 0;
    float: right;
}

.footer .footer-menu li {
    list-style-type: none;
    float: left;
}

.footer .footer-menu li a {
    text-decoration: none;
    text-decoration: none;
    color: #565656;
    padding: 0px 0 0 20px;
}

/* end footer */

/* start responsive css */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-pic img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    header.header-with-searchbar {
        padding: 10px 0;
    }
    .header-with-searchbar .header-wrapper{
        display: block;
    }
    .header-with-searchbar .header-wrapper .logo {
        width: 138px;
        padding-right: 15px;
    }
    .header-with-searchbar .header-wrapper .logo{
        display: inherit;
        float: left;
        width: 20%;
    }
    .header-with-searchbar .header-wrapper .header-search {
        display: inherit;
        float: left;
        width: 80%;
    }
    .header-with-searchbar .header-wrapper .header-links{
        float: right;
        display: block;
    }
    .header-with-searchbar .header-wrapper .header-links ul li a{
        display: block;
        font-size: 14px;
    }
    .header-with-searchbar .header-wrapper .header-links ul li a.register {
        padding: 3px 20px;
    }
    .header-with-searchbar .header-wrapper .header-links ul li:last-child{
        padding-right: 0;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon i {
        height: 21px;
        display: inline-block;
        background-size: 15px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location label{
        font-size: 12px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location p {
        line-height: 14px;
        font-size: 15px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon {
        padding: 13px 12px;}
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-keyword input[type="text"]{
        font-size: 15px;
    }

    .profile-info {
        text-align: center;
}
    .profile-pic {
        margin: 0 auto;
        display: inline-block;
}
    .social-footer .social-icon ul li a img {
    width: 30px;
}
.cust-care span img {
    width: 30px;
}
.social-footer .social-icon ul li {
    padding: 0 0 0 10px;
}
.social-footer .cust-care span {
    font-size: 20px;
}

.social-footer .service-regn {
    font-size: 12px;
}
.service-regn-link {
    padding-top: 0px;
    text-align: center!important;
}
}
@media (max-width: 767px)
{
.social-icon {
    text-align: center;
}
.social-icon ul {
    display: inline-table;
}
.footer .copyright {
    text-align: center;
    display: block;
}
.footer .footer-menu {
    padding-top: 20px;
}
.footer .footer-menu {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
}
.footer .footer-menu li {
    float: none !important;
    display: inline-block;
}

}
@media (max-width: 833px){
.cuisine-popup
{
    width: 98% ;
    left: 0px;
    right: 0px;
    top:28px;

}
.filter{
   position: relative ;
}

.filter-cuisine {
    position: static !important;
}
.filter-radius {
    position: static !important;
}
.radius-popup {
    width: 98% ;
    left: 0px;
    right: 0px;
    top:28px;
}


}
@media only screen and (max-width: 680px) {
    header{
        position: relative;
    }
    .header-with-searchbar .header-wrapper .logo{
        width: auto;
        float: none;
        display: inline-block;

    }
    .header-with-searchbar .header-wrapper .logo img{
        width: 138px;
        margin: 0px auto 15px;
    }
    .header-with-searchbar .header-wrapper .header-search{
        width: 100%;
    }
    .header-with-searchbar .header-wrapper .header-links{
        float: none;
        position: absolute;
        right: 0;
        top:5px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .location-icon {
        padding: 9px 12px 7px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location {
        width: 145px;

    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location label {
        display: none;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-location p {
        margin-top: 11px;
    }

    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-keyword input[type="text"] {
        height: 40px;
    }
    .header-with-searchbar .header-wrapper .header-search .search-wrapper .search-button .btn{
        height: 41px;
    }
   
}

@media(max-width:480px){
.filter h5 {
    padding-bottom: 20px;
}
}

.sub_cat_list_desc {
    display: none;
    min-height: 40px;
    padding: 10px;
}

.sub_cat_list_desc.active {
    display: block;
}
.infoIcon {
    font-family: fontello;
    font-weight: 500;
    line-height: 1;
    color: #777;
    border: 1px #777 solid;
    border-radius: 18px;
    margin-left: 7px;
    float: left;
    font-style: italic;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

/* cuisine 150223 */
.item-page{ 
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);border-color: #ddd; padding:50px 30px;}
            .item-desc{color: #000; padding-top: 2rem;font-family: "Open Sans", sans-serif;}
            .item-desc h1{color: #000;font-family: "Open Sans", sans-serif;}
            .item-desc h2{color: #000;padding: 15px 0px;font-family: "Open Sans", sans-serif;}
            .item-desc p{color: #000;font-family: "Open Sans", sans-serif;}
.restaurantslist{ margin-top: 2rem;
    background-color: #1A3A77;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);border-color: #ddd; padding:50px 30px;}
    .restaurantslist h3{color: #fff;padding:0  0 15px 0px;font-family: "Open Sans", sans-serif;}
    .restaurantslist ul{ margin: 0px; padding: 0px; list-style: none;display:flex;flex-wrap: wrap;
    width: 100%;}
    .restaurantslist ul li{display: inline-flex;width: 20%;}
    .restaurantslist ul li a{color: #fff;padding:10px 0px;}

        body,td,th {
    font-family: "Open Sans", sans-serif;
    /*color: #FFFFFF;*/
}