@charset "UTF-8";
/*buttons variables starts here*/
/*Home deals colors*/
/*$wallet: #251E16;
$deal: #251E16;
$book: #251E16;
$video: #251E16;*/
/*header variable starts here*/
/*menu variable starts here*/
/* review page variables start here */
/* review page variables end here */
/* profile page variables starts here */
/* profile page variables ends here */
/* restaurant info page variables start here */
/* restaurant info page variables end here */
/*header css starts here*/
.mobile-menu-bar-icon {
  color: white !important; }

.dropdown-menu-header li a:hover {
  background: #4A4A4A !important;
  color: white !important; }

/*header css ends here*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*@import "bootstrap/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #5b9bd1;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3175af;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fff3cd;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fff3cd; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffe79a; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fff3cd; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffedb4; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fff3cd; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #5b9bd1;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #3175af;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #d2d2d2;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #5b9bd1; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #5b9bd1;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #3175af;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #5b9bd1;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5b9bd1; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffe0b4;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #ffd69a; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fff3cd; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #ffedb4; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #ffe0b4; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fff3cd;
    border-color: #ffe0b4; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffe0b4; }
    .panel-warning > .panel-heading .badge {
      color: #fff3cd;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffe0b4; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 0px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #fff;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

#group-home-wrapper {
  /*basket in header*/
  /*basket in header*/
  /*Search home field css starts here*/
  /*search restaurant results css*/
  /*restaurant-new-design-listing  starts here page*/
  /*.row {
    margin-right: -15px;
    margin-left: -15px;
}*/
  /*Loader Css*/
  /*End of Loader Css*/ }
  #group-home-wrapper .sortBy {
    display: none; }
  #group-home-wrapper .change-ordertype-btn {
    font-size: 13px;
    color: #2196F3; }
  #group-home-wrapper .groupSearchHeading {
    font-weight: bold; }
  #group-home-wrapper .section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    margin-bottom: 40px; }
  #group-home-wrapper .section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%; }
  #group-home-wrapper .error-message-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    transition: opacity 1s;
    text-align: center; }
  #group-home-wrapper .error-message-group .error-messagge {
    background: #ffc0cb;
    color: #ed0000;
    padding: 1px 10px;
    border-radius: 10px; }
  #group-home-wrapper .error-message-group .error-message {
    background: #ffc0cb;
    color: #ed0000;
    padding: 1px 10px;
    border-radius: 10px; }
  #group-home-wrapper .opacity-1 {
    opacity: 1; }
  #group-home-wrapper .change-ordertype-btn:hover {
    text-decoration: underline; }
  @media (min-width: 1200px) {
    #group-home-wrapper .container {
      width: 1300px; } }
  #group-home-wrapper .navbar-header a.navbar-brand {
    display: inline-block;
    height: 70px;
    padding: 10px 0px; }
  #group-home-wrapper .log-image-header {
    width: 50px;
    border-radius: 50%;
    border: 1px solid #d2d2d2; }
  #group-home-wrapper .header {
    background: #fff;
    height: 80px;
    line-height: 77px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0px 15px; }
  #group-home-wrapper .mobile-menu-bar-icon {
    color: white !important;
    display: none; }
  #group-home-wrapper .logo img {
    border: 2px solid #fff;
    border-radius: 50%; }
  #group-home-wrapper .logo span {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-left: 5px; }
  #group-home-wrapper .main-navi a {
    color: #099b47 !important;
    margin-left: 40px;
    position: relative;
    font-size: 14px;
    cursor: pointer; }
    #group-home-wrapper .main-navi a.active, #group-home-wrapper .main-navi a:hover {
      color: #099b47 !important; }
    #group-home-wrapper .main-navi a.activated {
      color: #008952 !important;
      padding: 4px 7px;
      border-bottom: 2px solid #ffc317; }
  #group-home-wrapper .Guest-user-icon {
    width: 50px;
    color: white;
    display: inline-block;
    height: 50px;
    background-color: #4A4A4A;
    border-radius: 50%;
    margin: 10px 10px 0px 0px;
    line-height: 50px;
    text-align: center;
    font-size: 28px; }
  #group-home-wrapper .username-header-label {
    max-width: 120px;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px; }
  #group-home-wrapper .no-display {
    display: none; }
  #group-home-wrapper .display-inline-block {
    display: inline-block; }
  #group-home-wrapper #cart_block_top {
    position: relative;
    line-height: 40px;
    float: right;
    margin-top: 20px;
    color: #333;
    z-index: 111;
    margin-right: 10px;
    margin-left: 20px; }
    #group-home-wrapper #cart_block_top span.fa {
      color: #099b47;
      line-height: 40px;
      overflow: visible;
      position: relative;
      font-size: 20px;
      cursor: pointer;
      display: inline-block; }
    #group-home-wrapper #cart_block_top span.cart-products-count {
      background: #0BC113;
      color: #fff;
      display: inline-block;
      margin-top: -15px;
      position: absolute;
      right: 0px;
      top: 12px;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      border-radius: 30%;
      padding: 1px 6px; }
    #group-home-wrapper #cart_block_top .click-cart {
      float: right; }
    #group-home-wrapper #cart_block_top .cart_top_ajax {
      z-index: 10;
      display: none;
      position: absolute;
      left: auto;
      right: 0px;
      top: 50px;
      min-width: 270px;
      border-top: 3px solid #ed0000;
      border-top-color: #ed0000;
      line-height: normal;
      padding: 0 0 10px;
      background: #fff;
      margin-top: 7px;
      box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 0 1px rgba(0, 0, 0, 0.35); }
      #group-home-wrapper #cart_block_top .cart_top_ajax:before {
        color: #ed0000;
        content: "ïƒ˜";
        font-family: "FontAwesome";
        font-size: 29px;
        position: absolute;
        right: 8px;
        top: -22px;
        width: 18px; }
    #group-home-wrapper #cart_block_top .card-block-top {
      float: left;
      width: 100%;
      padding: 10px 15px;
      border-top: 1px solid #ebebeb; }
      #group-home-wrapper #cart_block_top .card-block-top .totals-top {
        float: left;
        width: 100%;
        line-height: 25px; }
        #group-home-wrapper #cart_block_top .card-block-top .totals-top .value-top {
          float: right; }
    #group-home-wrapper #cart_block_top .price {
      color: #4A4A4A;
      font-size: 14px;
      font-weight: 600; }
    #group-home-wrapper #cart_block_top .cart_top_ajax a.view-cart {
      line-height: normal;
      height: auto;
      font-size: 12px;
      text-transform: uppercase;
      background: #222223;
      color: #fff;
      padding: 8px 20px;
      margin-top: 10px;
      float: right;
      cursor: pointer; }
  #group-home-wrapper .Search-home-wrap {
    position: absolute;
    top: 0px;
    z-index: 8;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #group-home-wrapper .Search-home-inner-wrap {
    width: 600px; }
    #group-home-wrapper .Search-home-inner-wrap h1 {
      color: #fff;
      text-shadow: 0px 1px 1px #000;
      font-size: 45px;
      margin-bottom: 60px; }
    #group-home-wrapper .Search-home-inner-wrap input {
      width: 80%;
      border: none;
      padding-left: 20px;
      font-size: 18px;
      height: 60px;
      line-height: 60px;
      font-weight: 600;
      border: 1px solid #d2d2d2;
      border-bottom-left-radius: 35px;
      border-top-left-radius: 35px;
      color: #333; }
    #group-home-wrapper .Search-home-inner-wrap a {
      width: 210px;
      height: 60px;
      line-height: 60px;
      display: inline-block;
      padding: 0px 30px;
      text-transform: uppercase;
      font-size: 22px;
      background: #ffc20d;
      color: #008952;
      /* border-top-right-radius: 30px; */
      font-weight: 600;
      border-radius: 30px;
      margin-top: 20px;
      position: relative;
      cursor: pointer; }
      #group-home-wrapper .Search-home-inner-wrap a i {
        margin-left: 22px;
        font-size: 25px;
        position: absolute;
        top: 17px; }
  #group-home-wrapper .res-list-fooditem-wrap {
    float: none;
    display: inline-block;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    vertical-align: top;
    position: relative;
    text-align: left; }
  #group-home-wrapper .res-list-fooditem-inner-wrap {
    position: relative;
    width: 100%;
    float: left; }
  #group-home-wrapper .res-list-fooditem-image-wrap, #group-home-wrapper .res-list-fooditem-details-wrap {
    float: left;
    width: 100%; }
  #group-home-wrapper .res-list-fooditem-image-wrap {
    position: relative; }
  #group-home-wrapper .ecash-or-discount-wrap {
    float: left;
    position: absolute;
    z-index: 1; }
  #group-home-wrapper .res-ecash-label {
    float: left;
    color: #fff;
    padding: 0px 0px 0px 17px;
    font-size: 20px;
    font-weight: normal;
    clear: both;
    text-shadow: 1px 1px 1px #000;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    font-size: 16px;
    text-align: center; }
    #group-home-wrapper .res-ecash-label span:first-child {
      font-size: 45px;
      color: yellow;
      font-weight: 700; }
      #group-home-wrapper .res-ecash-label span:first-child + span {
        font-size: 20px; }
    #group-home-wrapper .res-ecash-label span:last-child {
      display: block;
      margin-top: -5px;
      text-transform: uppercase; }
  #group-home-wrapper .image-lazy {
    position: relative !important;
    display: block !important;
    padding-top: 58% !important;
    border-radius: 3px !important;
    overflow: hidden !important; }
  #group-home-wrapper .lazy-new {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/no-image.jpg); }
  #group-home-wrapper .res-logo-image {
    position: absolute;
    top: 13px;
    right: 20px;
    height: auto;
    width: 75px; }
    #group-home-wrapper .res-logo-image img {
      width: 100%;
      border: 3px solid #fff;
      border-radius: 50%;
      vertical-align: middle;
      height: 75px;
      box-shadow: 0px 0px 12px #777;
      background: #f2f2f2; }
  #group-home-wrapper .res-list-fooditem-image-wrap, #group-home-wrapper .res-list-fooditem-details-wrap {
    float: left;
    width: 100%; }
  #group-home-wrapper .res-list-fooditem-name-heading {
    font-size: 18px;
    padding: 5px 0px 0px 0px;
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
    color: #333; }
  #group-home-wrapper .res-rating-address-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    float: left; }
    #group-home-wrapper .res-rating-address-wrap span:last-child {
      float: left;
      color: #777; }
    #group-home-wrapper .res-rating-address-wrap span i {
      padding: 0px 5px 0px 0px; }
  #group-home-wrapper .res-list-fooditem-stars-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    margin-top: -15px; }
    #group-home-wrapper .res-list-fooditem-stars-wrap .stars-off, #group-home-wrapper .res-list-fooditem-stars-wrap .stars-on {
      position: relative;
      float: left;
      margin-right: 15px;
      /*background-image: url('');*/ }
    #group-home-wrapper .res-list-fooditem-stars-wrap .stars-off, #group-home-wrapper .res-list-fooditem-stars-wrap .stars-on {
      background: url("../img/bg-rate-star-h20-w20.png") repeat-x 0px -4px;
      height: 17px; }
    #group-home-wrapper .res-list-fooditem-stars-wrap .stars-on {
      position: absolute;
      background-position: 0 -20px; }
    #group-home-wrapper .res-list-fooditem-stars-wrap .stars-off + span, #group-home-wrapper .res-list-fooditem-stars-wrap .stars-on + span {
      color: #777; }
  #group-home-wrapper .res-list-fooditem-cusines-name {
    padding: 0px 0px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px; }
  #group-home-wrapper .res-list-fooditem-order-distance {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-bottom: 10px;
    display: flex; }
    #group-home-wrapper .res-list-fooditem-order-distance span {
      font-size: 12px;
      margin: 0px 15px 0px 0px;
      color: #777; }
      #group-home-wrapper .res-list-fooditem-order-distance span i {
        padding: 0px 5px 0px 0px;
        font-size: 14px; }
  #group-home-wrapper .offers-serach-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #333;
    padding: 6px 5px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
    border-radius: 3px;
    border: 2px dashed #ed0000; }
    #group-home-wrapper .offers-serach-wrap span:first-child {
      margin-right: 10px;
      color: #fff !important;
      background: #ed0000;
      border-radius: 50%;
      font-size: 14px;
      width: 25px;
      height: 25px;
      display: inline-block;
      line-height: 24px;
      text-align: center; }
      #group-home-wrapper .offers-serach-wrap span:first-child i {
        color: #fff !important; }
  #group-home-wrapper .ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    #group-home-wrapper .ribbon span {
      font-size: 13px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 100px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#2989d8 0%, #1e5799 100%);
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      right: -20px; }
      #group-home-wrapper .ribbon span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #1e5799;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1e5799; }
      #group-home-wrapper .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #1e5799;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1e5799; }
  #group-home-wrapper .pre-order-wrap {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background: #fff;
    border-bottom-left-radius: 45px;
    line-height: 19px;
    width: auto;
    padding-left: 25px;
    padding-right: 10px;
    text-align: left;
    border-top-left-radius: 45px;
    color: #333;
    padding-bottom: 10px; }
  #group-home-wrapper .pre-order-text-label {
    display: block;
    font-size: 12px;
    margin-top: 10px; }
  #group-home-wrapper .pre-order-time-label {
    display: block;
    font-size: 16px;
    font-weight: bold; }
  #group-home-wrapper .show-res, #group-home-wrapper .hide-web {
    display: none; }
  #group-home-wrapper .collection-active {
    background-image: url(../images/collection-atcive.png);
    background-size: contain; }
  #group-home-wrapper .eat-in-active {
    background-image: url(../images/eat-in-active.png);
    background-size: contain; }
  #group-home-wrapper .restaurant-list-wrap {
    float: left;
    width: 100%;
    margin: 00px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; }
  #group-home-wrapper .container-wrap {
    max-width: 1325px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  #group-home-wrapper .res-cusines-list-wrap {
    position: relative; }
  #group-home-wrapper .res-cusines-wrap, #group-home-wrapper .res-cusines-list-wrap, #group-home-wrapper .res-sorting-wrap, #group-home-wrapper .res-gird-list-fooditem-wrap {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  #group-home-wrapper .res-cusines-list-wrap {
    margin-bottom: 10px; }
  #group-home-wrapper .res-sorting-wrap {
    margin-bottom: 25px; }
  #group-home-wrapper .res-order-type-dropdown-wrap {
    float: left;
    width: auto;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 15px;
    color: #484848;
    margin-top: 11px; }
  #group-home-wrapper .res-dynamic-cusines-wrap {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 2px;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #484848; }
    #group-home-wrapper .res-dynamic-cusines-wrap a {
      display: inline-block;
      margin: -5px 8px; }
  #group-home-wrapper .res-selected-cusine-wrap {
    color: #ed0000;
    font-weight: normal;
    position: relative;
    background: #f2f2f2;
    padding: 0px 10px;
    cursor: pointer;
    display: inline-block;
    line-height: 22px; }
    #group-home-wrapper .res-selected-cusine-wrap:hover .res-selected-cusine-cross, #group-home-wrapper .res-selected-cusine-wrap:hover .res-selected-cusine-change-btn {
      background: #ed0000;
      color: #fff; }
  #group-home-wrapper .res-selected-cusine-cross {
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;
    z-index: 1; }
  #group-home-wrapper .res-selected-cusine-wrap span {
    font-weight: lighter;
    border-radius: 50%;
    font-size: 12px;
    background: #484848;
    padding: -1px 0px 0px 0px;
    color: #fff;
    width: 13px;
    height: 13px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 12px;
    letter-spacing: 0px; }
  #group-home-wrapper .res-selected-cusine-change-btn {
    position: absolute;
    top: -10px;
    font-size: 11px;
    background: #777777;
    color: #fff;
    padding: 1px 6px;
    right: -25px;
    line-height: 16px;
    border-radius: 10px;
    font-weight: normal;
    letter-spacing: 0px; }
  #group-home-wrapper .res-cusines-inner-list {
    float: left;
    width: 70%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 25px;
    line-height: 25px;
    color: #484848;
    overflow: hidden; }
    #group-home-wrapper .res-cusines-inner-list li a span:hover {
      color: #ed0000; }
    #group-home-wrapper .res-cusines-inner-list span {
      padding: 0px 15px 0px 0px; }
      #group-home-wrapper .res-cusines-inner-list span + span:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #ed0000; }
  #group-home-wrapper .res-list-more-btn-wrap {
    float: right;
    width: 40%;
    min-height: 1px;
    padding-right: 15px;
    margin-top: -3px;
    color: #484848; }
  #group-home-wrapper .refine-search-results-wrap {
    position: relative;
    /*width: 60%; */
    float: right;
    margin-top: 5px; }
    #group-home-wrapper .refine-search-results-wrap span {
      position: absolute;
      left: 10px;
      top: 6px; }
      #group-home-wrapper .refine-search-results-wrap span i {
        color: #aaa;
        font-size: 14px; }
    #group-home-wrapper .refine-search-results-wrap .form-control {
      padding: 5px 0px 5px 27px;
      width: 100%;
      display: inline-block;
      border: 1px solid #d2d2d2;
      background: #f2f2f2;
      border-radius: 20px;
      font-size: 14px; }
  #group-home-wrapper .dropdown-more {
    float: right; }
  #group-home-wrapper .res-list-more-btn-wrap .dropdown-icon-right {
    float: right;
    margin: 0px 10px 0px 10px; }
  #group-home-wrapper .res-list-more-btn-wrap .dropdown-order-label {
    display: inline-block !important;
    margin: 0px 0px 0px 0px;
    float: right;
    font-size: 14px;
    color: #ed0000; }
  #group-home-wrapper .res-list-more-btn-wrap .dropdown dt a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: auto;
    border: none;
    border-radius: 0px;
    text-decoration: none;
    float: right; }
  #group-home-wrapper .res-list-more-btn-wrap .dropdown dd ul {
    top: 30px; }
  #group-home-wrapper .res-sorting-inner-wrap {
    float: left;
    width: 82%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #484848; }
    #group-home-wrapper .res-sorting-inner-wrap span {
      margin: 0px 10px 0px 0px;
      cursor: pointer;
      color: #777; }
    #group-home-wrapper .res-sorting-inner-wrap a {
      color: #888; }
    #group-home-wrapper .res-sorting-inner-wrap span.selected a {
      color: #333;
      border: 1px solid #777;
      padding: 1px 5px;
      background: #f2f2f2; }
    #group-home-wrapper .res-sorting-inner-wrap a:hover {
      color: #333; }
  #group-home-wrapper .res-sorting-map-wrap {
    width: 18%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    color: #484848;
    float: right; }
    #group-home-wrapper .res-sorting-map-wrap span {
      cursor: pointer; }
  #group-home-wrapper .res-sorting-inner-wrap span i {
    font-size: 14px;
    padding: 0px 6px; }
  #group-home-wrapper .res-sorting-map-wrap .selected {
    color: #484848; }
    #group-home-wrapper .res-sorting-map-wrap .selected i {
      color: #ed0000; }
  #group-home-wrapper .res-sorting-inner-wrap span.selected {
    color: #484848; }
    #group-home-wrapper .res-sorting-inner-wrap span.selected i:first-child {
      color: #ed0000; }
  #group-home-wrapper .res-sorting-map-wrap span {
    float: right;
    margin: 0px 10px 0px 0px;
    color: #777; }
  #group-home-wrapper .label-sort-by {
    color: #484848 !important; }
  #group-home-wrapper .res-sorting-map-wrap span i {
    font-size: 14px;
    padding: 0px 6px; }
  #group-home-wrapper .res-list-fooditem-wrap {
    float: none;
    display: inline-block;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    vertical-align: top;
    position: relative; }
  #group-home-wrapper .res-list-fooditem-for-map-wrap {
    width: 300px !important;
    padding: 0px; }
    #group-home-wrapper .res-list-fooditem-for-map-wrap .res-list-fooditem-image-wrap {
      min-height: 170px !important; }
  #group-home-wrapper .res-result-text {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 25px 15px;
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    border-top: 1.5px dashed #777; }
  #group-home-wrapper .opening-icon {
    margin-right: 10px;
    font-size: 22px;
    margin-top: 14px; }
  #group-home-wrapper .res-list-fooditem-image-wrap, #group-home-wrapper .res-list-fooditem-details-wrap {
    float: left;
    width: 100%; }
  #group-home-wrapper .res-list-fooditem-image-wrap {
    position: relative; }
  #group-home-wrapper .ecash-or-discount-wrap {
    float: left;
    position: absolute;
    z-index: 1; }
  #group-home-wrapper .res-ecash-label {
    float: left;
    color: #fff;
    padding: 0px 0px 0px 17px;
    font-size: 20px;
    font-weight: normal;
    clear: both;
    text-shadow: 1px 1px 1px #000;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    font-size: 16px;
    text-align: center; }
    #group-home-wrapper .res-ecash-label span {
      color: #fff; }
      #group-home-wrapper .res-ecash-label span:first-child {
        font-size: 45px;
        color: yellow;
        font-weight: 700; }
        #group-home-wrapper .res-ecash-label span:first-child + span {
          font-size: 20px; }
      #group-home-wrapper .res-ecash-label span:last-child {
        display: block;
        margin-top: -5px;
        text-transform: uppercase; }
  #group-home-wrapper .sponser-label {
    float: left;
    color: #333;
    padding: 2px 5px 2px 2px;
    background: #d2d2d2;
    font-size: 12px;
    font-weight: normal;
    clear: both;
    margin-bottom: 8px; }
  #group-home-wrapper .res-list-fooditem-image-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f2f2f2;
    z-index: 0; }
  #group-home-wrapper .pre-order-wrap {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background: #fff;
    border-bottom-left-radius: 45px;
    line-height: 19px;
    width: auto;
    padding-left: 25px;
    padding-right: 10px;
    text-align: left;
    border-top-left-radius: 45px;
    padding-bottom: 10px; }
  #group-home-wrapper .pre-order-time-label {
    display: block;
    font-size: 16px;
    font-weight: bold; }
  #group-home-wrapper .pre-order-text-label {
    display: block;
    font-size: 12px;
    margin-top: 10px; }
  #group-home-wrapper .line-sep {
    border-bottom: 1px solid #d2d2d2;
    height: 1px;
    float: left;
    width: 70%;
    color: #f2f2f2;
    margin: 3px 15% 3px 15%;
    padding-top: 3px; }
  #group-home-wrapper .res-rating-address-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    float: left; }
  #group-home-wrapper .res-logo-image {
    position: absolute;
    top: 13px;
    right: 20px;
    height: auto;
    width: 75px; }
  #group-home-wrapper .res-logo-image-new {
    position: absolute;
    top: 13px;
    right: 20px;
    height: auto;
    width: 20%;
    height: 35%;
    border-radius: 70%;
    border: 2px solid #fff;
    background: url(/resources/lefttoright/images/logo-for-res.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
  #group-home-wrapper .res-logo-image img {
    width: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    height: 75px;
    box-shadow: 0px 0px 12px #777;
    background: #f2f2f2; }
  #group-home-wrapper .res-rating-address-wrap span i {
    padding: 0px 5px 0px 0px; }
  #group-home-wrapper .res-rating-address-wrap span:last-child {
    float: left;
    color: #777; }
  #group-home-wrapper .res-list-fooditem-name-heading {
    font-size: 18px;
    padding: 5px 0px 0px 0px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-transform: uppercase; }
    #group-home-wrapper .res-list-fooditem-name-heading span {
      font-size: 14px;
      font-weight: normal;
      text-transform: none; }
  #group-home-wrapper .res-list-fooditem-cusines-name {
    padding: 0px 0px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    margin-bottom: 10px; }
  #group-home-wrapper .res-list-fooditem-inner-wrap {
    position: relative;
    width: 100%;
    float: left; }
  #group-home-wrapper .res-list-fooditem-order-distance {
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-bottom: 10px;
    display: flex; }
    #group-home-wrapper .res-list-fooditem-order-distance span {
      font-size: 12px;
      margin: 0px 15px 0px 0px;
      color: #777; }
      #group-home-wrapper .res-list-fooditem-order-distance span i {
        padding: 0px 5px 0px 0px;
        font-size: 14px; }
  #group-home-wrapper .offers-serach-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
    color: #333;
    padding: 6px 5px;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
    border-radius: 3px;
    border: 2px dashed #ed0000; }
    #group-home-wrapper .offers-serach-wrap span:first-child {
      margin-right: 10px;
      color: #fff !important;
      background: #ed0000;
      border-radius: 50%;
      font-size: 14px;
      width: 25px;
      height: 25px;
      display: inline-block;
      line-height: 24px;
      text-align: center; }
      #group-home-wrapper .offers-serach-wrap span:first-child i {
        color: #fff !important; }
  #group-home-wrapper .res-cusines-inner-list span i {
    font-size: 13px;
    padding: 0px 7px 0px 0px; }
  #group-home-wrapper .dropdown-icon-right {
    float: right;
    margin: 0px 0px 0px 10px; }
  #group-home-wrapper .order-type-change-wrap {
    width: 100%;
    margin-bottom: 10px; }
  #group-home-wrapper .order-type-change-wrap > div {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 0px; }
  #group-home-wrapper .order-type-change-wrap .order-type-icon {
    font-size: 13px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 27px;
    min-width: 27px;
    height: 27px;
    display: inline-block !important; }
  #group-home-wrapper .order-type-label {
    margin-top: 0px;
    display: inline-block;
    font-size: 16px;
    text-align: left; }
  #group-home-wrapper .order-type-change-wrap .deliver-bg {
    background: #ed0000; }
  #group-home-wrapper .order-type-change-wrap .collection-bg {
    background: #3c75ba; }
  #group-home-wrapper .order-type-change-wrap .eatin-bg {
    background: #0dac4b; }
  #group-home-wrapper div#ha-header {
    text-align: center;
    margin-bottom: 25px; }
  #group-home-wrapper .section-headline h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    position: relative; }
  #group-home-wrapper .star-yallow {
    color: #ffc20d; }
  #group-home-wrapper .section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%; }
  #group-home-wrapper .area-padding {
    padding-top: 40px; }
  #group-home-wrapper .restaurantSearchResult {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  #group-home-wrapper .lds-ring {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 36px; }
    #group-home-wrapper .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      margin: 6px;
      border: 6px solid #fff;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #fff transparent transparent transparent; }
      #group-home-wrapper .lds-ring div:nth-child(1) {
        animation-delay: -0.45s; }
      #group-home-wrapper .lds-ring div:nth-child(2) {
        animation-delay: -0.3s; }
      #group-home-wrapper .lds-ring div:nth-child(3) {
        animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #group-home-wrapper .loaderWrapper {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #group-home-wrapper .home-right-search-wrap {
    width: 100%;
    clear: both;
    display: flex;
    margin: auto;
    margin-top: 15px;
    max-width: 700px; }
  #group-home-wrapper .home-right-search-wrap input {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    padding-left: 20px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    border: 1px solid #d2d2d2;
    border-right: none;
    outline: none !important;
    padding-right: 80px; }
  #group-home-wrapper .home-right-search-wrap a {
    width: 63px;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #4A4A4A;
    color: white;
    border-top-right-radius: 10px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    position: relative;
    cursor: pointer; }
  #group-home-wrapper .home-right-search-wrap a span {
    position: absolute;
    right: 23px;
    font-size: 24px; }
  #group-home-wrapper .home-right-search-wrap a i {
    margin-left: 0px;
    font-size: 25px;
    position: absolute;
    top: 17px; }
  #group-home-wrapper .search-display-flex {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #group-home-wrapper .headingShadow {
    text-shadow: 1px 1px 0px #000;
    color: #fff;
    text-align: center;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: lighter;
    margin-top: 0; }
  #group-home-wrapper .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute; }
  #group-home-wrapper .search-display-wrapper {
    padding: 0px 20px;
    width: 100%;
    z-index: 8; }
  #group-home-wrapper .find-all-restaurant {
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    cursor: pointer;
    font-weight: lighter;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    border-top: 1px solid #fff; }
  #group-home-wrapper .restaurant-find-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 25px;
    float: left; }
  #group-home-wrapper .carousel-inner > .item > img {
    object-fit: cover; }
  #group-home-wrapper .carousel-inner {
    top: 0;
    position: absolute; }
  @media (max-width: 1000px) {
    #group-home-wrapper .cusines-mobile-wrap li, #group-home-wrapper .sorting-mobile-wrap li {
      display: inline-block;
      margin: 0px 0px;
      line-height: 25px;
      width: 100%;
      border-bottom: 1px solid #d2d2d2; }
    #group-home-wrapper .cusines-mobile-wrap li a, #group-home-wrapper .sorting-mobile-wrap li a {
      float: left;
      width: 100%;
      padding: 7px 15px;
      color: #484848; }
    #group-home-wrapper .sorting-mobile-wrap li a i {
      margin-right: 10px;
      display: none; }
    #group-home-wrapper .res-list-fooditem-wrap {
      float: none;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      margin-bottom: 30px;
      text-align: left; }
    #group-home-wrapper .groupSearchInputdv {
      position: relative;
      display: block !important; }
    #group-home-wrapper .sr-controls-responsive {
      margin-bottom: 25px;
      display: flex;
      justify-content: center; }
    #group-home-wrapper .sortBy {
      justify-content: space-between !important;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 25px; }
    #group-home-wrapper .groupSearchInput {
      padding: 6px 0px 6px 30px;
      width: 100%;
      display: inline-block;
      border: 1px solid #d2d2d2;
      background: #fff;
      border-radius: 30px;
      font-size: 13px;
      margin-bottom: 20px; }
    #group-home-wrapper .groupSearchInputdv span {
      position: absolute;
      left: 10px;
      top: 6px; }
    #group-home-wrapper .groupSearchInputdv span i {
      color: #aaa; }
    #group-home-wrapper .relevance {
      position: relative;
      padding-right: 20px;
      cursor: pointer; }
    #group-home-wrapper .relevance:after {
      position: absolute;
      top: 11px;
      right: 4px;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-top: 5px solid;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      color: #999;
      content: "";
      pointer-events: none; }
    #group-home-wrapper .m-r-5 {
      margin-right: 5px; }
    #group-home-wrapper .mobile-res-btn {
      background: #f2f2f2;
      padding: 7px 3px;
      cursor: pointer;
      text-decoration: none;
      border-radius: 4px;
      width: 30%;
      display: inline-block;
      margin: 0px 1%;
      box-shadow: 0px 1px 1px #aaa;
      font-size: 12px;
      position: relative;
      text-align: center;
      color: #777;
      width: 100%; }
    #group-home-wrapper .res-sorting-wrap {
      display: none; } }
  @media (max-width: 800px) {
    #group-home-wrapper {
      /*.area-padding {
            padding-top: 70px;
        }*/ }
      #group-home-wrapper .slider-area {
        top: -36px; }
      #group-home-wrapper #group-home-wrapper {
        top: 50px; }
      #group-home-wrapper .ecash-or-discount-wrapl {
        font-size: 16px; }
      #group-home-wrapper .res-logo-image img {
        height: 60px;
        width: 60px; }
      #group-home-wrapper .pre-order-wrap {
        position: absolute;
        bottom: 10px;
        padding-left: 18px;
        padding-bottom: 5px; }
      #group-home-wrapper #group-home-wrapper {
        position: absolute;
        top: 44px !important; }
      #group-home-wrapper .res-list-fooditem-wrap {
        width: 330px; }
      #group-home-wrapper .restaurantSearchResult {
        display: inline-block;
        text-align: center; }
      #group-home-wrapper .section-headline h2 {
        font-size: 30px; }
      #group-home-wrapper .groupSearchHeading {
        font-size: 20px;
        font-weight: bold; }
      #group-home-wrapper .Search-home-inner-wrap h1 {
        font-size: 35px; } }
  @media (max-width: 680px) {
    #group-home-wrapper {
      /*.home-right-search-wrap {
            display: inline-block !important;
        }*/
      /*.home-right-search-wrap input {
            border-radius: 30px;
        }*/
      /*.home-right-search-wrap a {
            text-align: center;
            width: 200px;
            height: 60px;
            line-height: 60px;
            position: relative;
            display: flex;
            border-radius: 30px;
            margin: auto;
            margin-top: 20px;
            justify-content: center;
        }*/ }
      #group-home-wrapper .res-list-fooditem-wrap {
        width: 100%; }
      #group-home-wrapper .Search-home-inner-wrap a {
        width: 130px;
        height: 45px;
        line-height: 45px;
        padding-left: 21px; }
      #group-home-wrapper .res-ecash-label span:first-child {
        font-size: 30px;
        font-weight: 700; }
      #group-home-wrapper .home-right-search-wrap a i {
        right: 20px; }
      #group-home-wrapper .headingShadow {
        font-size: 30px;
        margin-bottom: 20px; }
      #group-home-wrapper .find-all-restaurant {
        font-size: 15px; } }
  @media (max-width: 480px) {
    #group-home-wrapper .home-right-search-wrap input {
      padding-right: 40px; }
    #group-home-wrapper .locate-me {
      float: left;
      text-align: center;
      width: 100%;
      margin-top: 20px;
      display: block; }
    #group-home-wrapper .locate-me a {
      background: #ffdd33;
      padding: 6px 18px;
      font-size: 16px;
      border-radius: 30px;
      position: relative;
      padding-right: 36px;
      color: #000;
      cursor: pointer; }
    #group-home-wrapper .locate-me a span {
      position: absolute;
      right: 8px;
      top: 4px; }
    #group-home-wrapper .map-icon-new {
      display: none; }
    #group-home-wrapper .orc-field-img-remove-icon {
      margin: 4px 0 0 60px !important; }
    #group-home-wrapper .sr-no-result-found {
      font-size: 22px;
      padding: 0px; }
    #group-home-wrapper .order-type-label {
      font-size: 14px; }
    #group-home-wrapper .section-headline h2 {
      font-size: 22px;
      line-height: 30px; }
    #group-home-wrapper .Search-home-inner-wrap h1 {
      margin-bottom: 25px; }
    #group-home-wrapper .modal-dialog {
      position: relative;
      width: auto;
      margin: 0px;
      height: 100%; }
    #group-home-wrapper .modal-content {
      position: relative;
      background-color: #ffffff;
      border: 1px solid #999999;
      border: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: none;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      outline: 0;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    #group-home-wrapper .modal-header {
      padding: 10px 15px;
      border-bottom: 1px solid #e5e5e5;
      min-height: 16.42857143px;
      position: fixed;
      width: 100%;
      background: #fff;
      z-index: 3;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      height: 70px; }
    #group-home-wrapper .modal-title {
      position: relative;
      height: 100%;
      width: 100%;
      float: left; }
    #group-home-wrapper .responsive-topping-scroll {
      width: 100%; }
    #group-home-wrapper .topping-scroll-modal {
      max-height: none;
      overflow-y: hidden;
      width: 100%;
      padding-bottom: 55px; }
    #group-home-wrapper .common-modal-responsive .m-t-60 {
      padding-top: 60px; }
    #group-home-wrapper .modal-footer {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #e5e5e5;
      position: fixed;
      bottom: 0px;
      width: 100%;
      background: #fff;
      z-index: 3;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -webkit-box-sizing: border-box; } }
  @media (max-width: 420px) {
    #group-home-wrapper .Search-home-inner-wrap h1 {
      font-size: 20px; }
    #group-home-wrapper .Search-home-inner-wrap h1 {
      margin-bottom: 5px; }
    #group-home-wrapper .Search-home-inner-wrap input {
      height: 40px;
      margin-bottom: -10px; } }
  @media (max-width: 360px) {
    #group-home-wrapper .res-list-fooditem-wrap {
      width: 100%; } }

/*loaders another css starts here*/
/**
 *
 *
 */
/*.back-plus-logo {
    .back-btn {
        height: 60px;
    }
}*/
.radio label,
.checkbox label {
  color: #666; }

input[type=text], input[type=tel], input[type=email], input.form-control, textarea {
  font-weight: 600 !important; }

.m-w-400 {
  max-width: 400px; }

/*ticker css starts here*/
/* eocjsNewsticker v0.6.2 */
.eocjs-newsticker {
  padding: 10px 0;
  background-color: #eee; }

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 20px;
  overflow: hidden; }

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 14px; }

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  width: 16px;
  height: 16px;
  display: block;
  border: 2px solid #555555;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite; }

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg); } }

.color-7 {
  color: #666; }

/*ticker css ends here*/
/*.old-price {
    text-decoration: none!important;

    span {
        text-decoration: line-through;
    }
}*/
/*jquery image uploader css starts here*/
.jquery-uploader * {
  box-sizing: border-box; }

.jquery-uploader {
  display: block;
  box-sizing: border-box;
  position: relative; }

.jquery-uploader-preview-container {
  height: 100%;
  width: 100%;
  background-color: white; }

.jquery-uploader-card {
  vertical-align: middle;
  width: 55px;
  height: 55px;
  border: 1px solid #d2d2d2;
  padding: 1px;
  margin: 5px;
  display: inline-block;
  box-shadow: none !important;
  border-radius: 0px; }

.jquery-uploader-select-card {
  vertical-align: middle;
  width: 55px;
  height: 55px;
  border: 1px solid #d2d2d2;
  padding: 1px;
  margin: 5px;
  display: inline-block;
  box-shadow: none !important;
  border-radius: 0px; }

.jquery-uploader-select-card:hover {
  border-color: #8989f8;
  cursor: pointer; }

.jquery-uploader-preview-main {
  position: relative;
  height: 100%;
  width: 100%; }

.jquery-uploader-preview-main > .files_img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.jquery-uploader-preview-main > .file_other {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNjU1NDM1NzYzMDI4IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjU5MjMiIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHN0eWxlIHR5cGU9InRleHQvY3NzIj48L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNjc3LjMxOTIyNyA4MjMuMzY2ODM2SDI3OS4xNzgwMjZWMTI4Ljc1NTIzOWg1MjAuODU0NTI3djU3Mi45Mzk5OHoiIGZpbGw9IiM3Q0IzNDIiIHAtaWQ9IjU5MjQiPjwvcGF0aD48cGF0aCBkPSJNMzY1Ljg0ODIyIDUyOC4xNDY0OUg2OTUuODYxNjQ4djM0LjU4NDc0MUgzNjUuODQ4MjJ6TTM2NS44NDgyMiAzODkuMTgyNTAzSDY5NS44NjE2NDh2MzQuNzkzMDgySDM2NS44NDgyMnpNMzY1Ljg0ODIyIDI1MC4yMTg1MTVINjk1Ljg2MTY0OHYzNC43OTMwODJIMzY1Ljg0ODIyeiIgZmlsbD0iIzlGQThEQSIgcC1pZD0iNTkyNSI+PC9wYXRoPjxwYXRoIGQ9Ik02NDIuMzE3ODAzIDg5NS4yNDQ3NjFIMjIzLjk2NzQ0N3YtNzI5LjE5NjMzOGg1NDcuMTA1NTk1djYwMS42OTExNXoiIGZpbGw9IiM5Q0NDNjUiIHAtaWQ9IjU5MjYiPjwvcGF0aD48cGF0aCBkPSJNMzE1LjIyMTE2IDU4NS40NDA0ODhoMzQ2LjI2NDA4OXYzNi40NTk4MTdIMzE1LjIyMTE2ek0zMTUuMjIxMTYgNDM5LjYwMTIyMWgzNDYuMjY0MDg5djM2LjQ1OTgxN0gzMTUuMjIxMTZ6TTMxNS4yMjExNiAyOTMuNzYxOTUzaDM0Ni4yNjQwODl2MzYuNDU5ODE3SDMxNS4yMjExNnpNNjU2LjY5MzM4OCA3NzIuMTE0NzUxaDEwOS4zNzk0NWwtMTA5LjM3OTQ1IDEwOS4zNzk0NXoiIGZpbGw9IiM3Q0IzNDIiIHAtaWQ9IjU5MjciPjwvcGF0aD48L3N2Zz4="); }

.jquery-uploader-select {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.jquery-uploader-select i {
  color: black; }

.jquery-uploader-select > .upload-button {
  font-size: 12px; }

.jquery-uploader-preview-action {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.36); }

.jquery-uploader-preview-action i {
  color: white; }

.jquery-uploader-preview-action:hover {
  opacity: 100; }

.jquery-uploader-preview-action > ul {
  margin: 0;
  padding-left: 0;
  text-align: center;
  padding-top: 14px;
  list-style: none;
  display: inline-block; }

.jquery-uploader-preview-action > ul > li {
  cursor: pointer;
  padding: 10px;
  float: left;
  margin: -5px; }

.jquery-uploader-preview-action > ul > li:hover {
  transform: scale(1.3); }

.jquery-uploader-preview-progress {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 3;
  width: 100%;
  height: 100%; }

.jquery-uploader-preview-progress > .progress-mask {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.jquery-uploader-preview-progress > .progress-loading {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center; }

.jquery-uploader-preview-progress > .progress-loading > i {
  color: white; }

/*jquery image uploader css ends here*/
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none; }

.word-break {
  word-break: break-all; }

.lg-outer.lg-visible {
  opacity: 1;
  z-index: 1111;
  background: #000; }

p {
  font-size: 14px; }

.hide-some-where {
  display: flex; }

.btn.res-btn-checkout-disable + .disabled-checkout {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

/*.zoompro-wrap.zoompro-2 {
    border: 1px solid #d2d2d2;
}
.zoompro-wrap .zoompro-span img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}*/
.c-bubble {
  display: inline-block;
  margin-top: 0;
  position: absolute;
  left: auto;
  right: -7px;
  top: -6px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  padding: 0px;
  font-weight: 500;
  font-size: 11px;
  min-width: 20px;
  min-height: 20px;
  color: #fff;
  background: #ed0000; }

.header-links .c-bubble {
  right: -6px;
  top: -21px; }

.gro-search .c-bubble {
  right: 2px;
  top: 0px; }

.h-basket-w {
  font-size: 18px;
  float: right;
  margin-left: 5px; }

/*#filterShowRes .c-bubble {
    right: -15px !important;
    top: -9px !important;
}*/
#filterShowRes .c-bubble {
  position: relative;
  top: auto; }

.b-img {
  height: 55px;
  width: 55px;
  position: relative;
  border: 1px solid #d2d2d2d2; }
  .b-img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    left: 0; }

.b-img-checkout {
  height: 130px;
  width: 130px;
  position: relative;
  border: 1px solid #d2d2d2d2; }
  .b-img-checkout img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }

/*.color-6{
    color:#666!important;
}*/
.badge {
  font-weight: 600 !important;
  padding: 3px 7px !important;
  border-radius: 5px !important; }

.badge-delivery {
  background-color: #FC2E5D; }

.badge-pickup {
  background-color: #01B5ED; }

.active-g {
  color: #000 !important; }

#showList, #showGird {
  border: 1px solid #d2d2d2;
  text-decoration: none;
  color: #aaa;
  padding: 0px 6px;
  border-radius: 3px;
  height: 27px; }

#showList i, #showGird i {
  margin-top: 1px; }

#showList:hover, #showGird:hover {
  border: 1px solid #000;
  color: #333; }

#showList.active-g, #showGird.active-g {
  border: 1px solid #000;
  color: #333; }

.commonPageLoader {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0; }
  .commonPageLoader .spinner {
    color: #fff;
    z-index: 1; }
    .commonPageLoader .spinner .sk-fading-circle .sk-circle:before {
      background-color: #fff !important; }

.common-loader-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.common-header-icon {
  font-size: 28px;
  margin-top: 5px; }

.zoomWindowContainer div {
  border: 2px solid #d2d2d2 !important; }

.slider-active-3.owl-carousel {
  display: none; }

.slider-active-3.owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }

.slider-active-3 .owl-item {
  width: 100%; }

.cursor-pointer {
  cursor: pointer; }

.checkout-item-wrap .item-main-row {
  font-size: 16px; }

.checkout-basket {
  /*overflow: auto;
    overflow-x: hidden;
    flex: 1;*/
  max-height: initial;
  border-bottom: 1px solid #d2d2d2; }

.qty-dropdown .dropdown-toggle::after {
  display: none !important; }

.qty-dropdown .dropdown {
  position: relative;
  top: 0px !important; }

.qty-dropdown .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  min-width: initial !important; }

.qty-dropdown .dropdown-item {
  font-size: 14px !important; }

.qty-dropdown .dropdown-item:hover {
  background: #f2f2f2; }

.qty-dropdown .qty-arrow {
  color: #666; }

.qty-dropdown .dropdown .btn {
  background: #f2f2f2;
  border: 1px solid #d2d2d2;
  color: #000;
  padding: 6px 8px;
  font-size: 14px;
  /*box-shadow: none !important;*/ }

.qty-dropdown .dropdown .btn:hover {
  background-color: #d2d2d2 !important;
  border: 1px solid #d2d2d2;
  color: #000 !important; }

.qty-dropdown .dropdown .btn:focus, .qty-dropdown .dropdown .btn:active {
  background-color: #d2d2d2 !important;
  border: 1px solid #d2d2d2;
  color: #000 !important; }

.qty-dropdown .btn-outline-secondary {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #d2d2d2; }

.qty-dropdown .btn-outline-secondary:hover {
  color: #000;
  background-color: #d2d2d2;
  border-color: #d2d2d2; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 2rem !important; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: initial; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: .25rem; }

.form-control {
  font-size: 18px;
  color: #000; }

.m-t-0 {
  margin-top: 0px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.search-w-300 {
  width: 300px; }

#pDiscountErrorMessage {
  font-size: 16px; }

#pDiscountErrorMessage h4 {
  margin: 15px 0px 0px 0px;
  font-size: 16px;
  font-weight: 500; }

.verification-fields-wraper .form-control {
  height: 40px; }

main.loaded {
  transition: opacity .25s linear;
  opacity: 1; }

main header {
  width: 100%; }
  main header > div {
    width: 50%; }
  main header > .left,
  main header > .right {
    height: 100%; }

main .loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }
  main .loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
    perspective: 500px; }
    main .loaders .loader .tooltip {
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease;
      -webkit-transform: translate3d(-50%, 0%, 0);
      transform: translate3d(-50%, 0%, 0);
      -webkit-transform-origin: 0 10px;
      transform-origin: 0 10px;
      background-color: #fff;
      border-radius: 4px;
      color: #2f2f2f;
      display: block;
      font-size: 14px;
      line-height: 1;
      left: 50%;
      opacity: 0;
      padding: 4px 20px;
      position: absolute;
      text-align: left;
      top: 80%;
      pointer-events: none;
      white-space: nowrap; }
      main .loaders .loader .tooltip:before {
        border: 6px solid;
        border-color: transparent;
        border-bottom-color: #fff;
        content: ' ';
        display: block;
        height: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        top: -12px;
        width: 0; }
      main .loaders .loader .tooltip:after {
        content: ' ';
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 20px; }
      main .loaders .loader .tooltip:hover {
        -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
        transform: rotateX(0deg) translate3d(-50%, -10%, 0);
        opacity: 1;
        pointer-events: auto; }
    main .loaders .loader:hover .tooltip {
      -webkit-transform: translate3d(-50%, -10%, 0);
      transform: translate3d(-50%, -10%, 0);
      opacity: 1;
      pointer-events: auto; }

/*loaders another css starts here*/
/*JQUERY Auto complete Plugin css*/
.autocomplete-suggestions {
  border: 1px solid #d2d2d2;
  background: #FFF;
  color: #000000;
  overflow: auto;
  z-index: 150;
  font-weight: normal; }

.autocomplete-suggestion {
  padding: 6px 5px 6px 6px;
  font-size: 14px;
  white-space: pre-wrap;
  overflow: hidden;
  font-weight: normal; }

.autocomplete-selected {
  background: #f2f2f2;
  cursor: pointer;
  color: #000000;
  padding: 5px;
  border: 1px solid #d2d2d2; }

.autocomplete-suggestions strong {
  font-weight: 500; }

.affix {
  top: 0px; }

.menu-plus-btn {
  font-weight: lighter;
  font-size: 16px;
  cursor: pointer;
  width: 30px;
  color: #fff !important;
  background: #333;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative; }

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff !important; }

.modal-change-type-wraper {
  width: 100% !important;
  float: left;
  margin-top: 15px; }

.modal-collection-btn, .modal-eat-in-btn {
  background: #3c75ba;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  width: 100px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer; }

.modal-eat-in-btn {
  background: #0dac4b; }

.loader-icon-add {
  position: relative; }
  .loader-icon-add .form-control {
    padding-right: 50px; }

.loader-icon-add .yes-icon {
  position: absolute;
  top: 38px;
  right: 10px;
  color: green; }

.profile-address-loader {
  position: absolute;
  top: 36px;
  right: -10px; }
  .profile-address-loader .sk-child {
    background: #333 !important;
    width: 7px !important;
    height: 7px !important; }

.login-loader-height {
  height: 40px; }

.book-loader {
  position: absolute;
  top: 5px;
  margin-left: -20px; }
  .book-loader .sk-child {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important; }

.checkout-loaderwrap {
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -40px; }

.checkout-item-loader .sk-child {
  background: #333 !important;
  width: 10px !important;
  height: 10px !important; }

.login-btn-height {
  width: 90px !important;
  height: 40px !important;
  padding: 0px;
  text-align: center;
  /*font-size: 20px !important;*/ }

.register-btn-height {
  width: 200px;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px; }

.login-loader {
  position: relative;
  top: 8px;
  margin-left: 0px; }
  .login-loader .sk-child {
    background: #fff !important;
    width: 7px !important;
    height: 7px !important; }

.register-loader {
  position: relative;
  top: -3px; }
  .register-loader .sk-child {
    background: #fff !important;
    width: 7px !important;
    height: 7px !important; }

.forgot-loader {
  position: relative; }
  .forgot-loader .sk-child {
    background: #fff !important;
    width: 7px !important;
    height: 7px !important; }

.for-got-btn-height {
  height: 40px;
  width: 100%;
  text-align: center; }

.res-ecash-label-new {
  float: left;
  color: #fff;
  padding: 0px 15px 10px 15px;
  font-size: 20px;
  font-weight: normal;
  clear: both;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 20px; }

.res-ecash-label-new span {
  color: #fff; }

.res-ecash-label-new span:first-child {
  font-size: 45px;
  color: yellow;
  font-weight: 700; }

.res-ecash-label-new span:first-child + span {
  font-size: 20px; }

.res-ecash-label-new span:last-child {
  display: block;
  margin-top: -5px;
  text-transform: uppercase; }

.ewallet-icon {
  color: #333;
  background: #00a65a; }
  .ewallet-icon i {
    color: #fff !important; }

.book-table-icon {
  color: #333;
  background: #00c0ef; }
  .book-table-icon i {
    color: #fff !important; }

.top-five-picks-heading-wrap {
  color: #000000;
  font-size: 50px;
  font-weight: 300;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  float: left;
  width: 100%;
  text-transform: capitalize; }
  .top-five-picks-heading-wrap hr {
    border-top: 2px solid #aaa;
    width: 130px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px; }

.note-account-page {
  padding: 10px;
  color: #000;
  background-color: #fff3cd;
  border-color: #ffeeba;
  font-weight: normal; }

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #d2d2d2;
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
  font-weight: 600; }

.placeholder-label input:-webkit-autofill {
  padding: 22px 8px 10px 40px !important; }

.placeholder-label input:-webkit-autofill + label {
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  color: #aaa;
  font-weight: 700;
  font-size: 12px; }

.placeholder-label input:-moz-autofill + label {
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  color: #aaa;
  font-weight: 700;
  font-size: 12px; }

.pageheading {
  font-size: 16px !important;
  display: block;
  font-weight: 500;
  white-space: nowrap; }

.pageheading {
  display: none !important; }

.area-on-header-wrap {
  display: none;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  margin-top: 6px; }

.logo img {
  height: 55px;
  width: auto;
  padding: 2px;
  border-radius: 0px;
  margin-left: 0px; }

a[style*="display:none"] + .logo img {
  margin-left: 20px; }

a[style*="display:none"] + .mobile-menu-bar-icon {
  margin-left: 15px; }

.placeholder-label input[data-empty="false"] + .tooltip + label, .placeholder-label input:focus + .tooltip + label {
  color: #aaa;
  font-weight: 700;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.common-back-button {
  text-transform: uppercase;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 20px;
  text-decoration: none;
  color: #333;
  text-align: center;
  margin: 5px 0px;
  display: inline-block;
  font-size: 16px; }

.menu-star-label {
  display: flex; }

.reviews-count {
  display: flex;
  align-items: center;
  margin-left: 10px; }

.home-price-label {
  font-weight: 900;
  font-size: 18px;
  margin-left: 5px; }

#con_address p span {
  cursor: pointer; }

.term-conditions-wrapper p {
  margin: 15px 0; }

.error-field {
  color: #a94442;
  font-size: 13px; }

.user-profile-image {
  background: #f2f2f2;
  font-size: 25px;
  padding: 7px 16px 7px 14px;
  border-radius: 50%;
  color: #333;
  border: 1px solid #d2d2d2; }

.user-profile-page-image {
  background: #f2f2f2;
  font-size: 50px;
  border-radius: 50%;
  color: #333;
  border: 1px solid #d2d2d2;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-top: 5px;
  line-height: 100px;
  text-align: center; }

.order-placed-not {
  width: 60%;
  display: inline-block; }

.a-remove-all-item-wrapper {
  padding: 5px 15px;
  clear: both;
  width: 100%;
  text-align: right; }

.a-remove-all-item {
  color: #ed0000; }

.a-remove-all-item:hover {
  color: #8c0000;
  text-decoration: underline; }

.no-display {
  display: none; }

.bg-white {
  background: #fff; }

.mar-bottom-10 {
  margin-bottom: 10px !important; }

.mar-bottom-15 {
  margin-bottom: 15px !important; }

.mar-bottom-20 {
  margin-bottom: 20px !important; }

.m-t-10 {
  margin-top: 10px; }

.custom-menu {
  cursor: pointer; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.bold {
  font-weight: 500; }

.mar-top-10 {
  margin-top: 10px; }

.mar-right-8 {
  margin-right: 8px; }

.mar-right-5 {
  margin-right: 5px !important; }

.mar-right-10 {
  margin-right: 10px; }

.padding-left-20 {
  padding-left: 20px !important; }

.mar-left-5 {
  margin-left: 5px !important; }

.mar-bottom-10 {
  margin-bottom: 10px !important; }

.mar-bottom-15 {
  margin-bottom: 15px !important; }

.mar-bottom-23 {
  margin-bottom: 23px !important; }

.mar.bottom-0 {
  margin-bottom: 0px !important; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

.font-13 {
  font-size: 13px !important; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px !important; }

.font-20 {
  font-size: 20px !important; }

.font-22 {
  font-size: 22px !important; }

.font-24 {
  font-size: 24px !important; }

.font-26 {
  font-size: 26px !important; }

.font32 {
  font-size: 32px !important; }

p {
  margin: 0px 0px 0px 0px; }

.asap-time-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right; }

.back-btn {
  float: left;
  font-size: 20px;
  color: #fff !important;
  padding: 0px 20px 0px 0px;
  cursor: pointer;
  display: flex; }

.menu-tab-bar {
  margin-top: 20px;
  text-align: left; }

.menu-tab-bar a {
  color: #000 !important;
  display: inline-block;
  font-size: 14px;
  margin: 0 11px 0px 0px;
  text-transform: uppercase;
  padding: 10px;
  font-weight: normal; }

.menu-tab-bar a.active {
  font-weight: 500; }

.menu-page-bar-only {
  margin-top: 0px;
  float: left; }

/*registration confrim starts here css*/
.registration-confirm-wrap {
  background: #f6f6f6;
  font-size: 18px;
  padding: 20px 30px; }
  .registration-confirm-wrap .registration-confirm-detail-row {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 40px; }
  .registration-confirm-wrap .registration-confirm-detail-row span {
    width: 100px;
    font-size: 16px;
    font-weight: 500; }
    .registration-confirm-wrap .registration-confirm-detail-row span i {
      margin-right: 10px;
      font-size: 15px; }
  .registration-confirm-wrap .registration-confirm-detail-row span + span {
    font-size: 16px;
    font-weight: normal; }

/*registration confrim starts ends here css*/
.grocery-con-wrap {
  display: flex;
  flex-direction: column; }

/*restaurant offline css starts */
.offline-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 70px;
  color: #d2d2d2;
  margin-top: 30px; }
  .offline-wrap span {
    background: #ed0000;
    color: #fff;
    padding: 10px 20px; }

.offline-heading {
  font-weight: 500;
  font-size: 30px;
  text-align: center; }

.offline-p {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 30px; }

/*restaurant offline css ends */
/*Notification css starts here*/
.notification-header {
  color: #fff;
  font-size: 20px;
  margin-left: 16px;
  /*margin-top: 20px;*/ }
  .notification-header a {
    position: relative;
    width: 100%;
    display: flex;
    cursor: pointer;
    color: #fff !important; }
  .notification-header .notification-bubble {
    background: #ff6708;
    color: #fff;
    display: inline-block;
    margin-top: -13px;
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 30%;
    padding: 1px 6px;
    font-weight: 500; }

.no-notificaton-wrap {
  font-size: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100vh; }

.cd-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 20px; }

.cd-timeline-block {
  position: relative;
  padding: 15px 0px 0px 0px;
  border-bottom: 1px solid #d2d2d2; }

.cd-timeline-block.unread {
  background: #f7f7f7; }

.cd-timeline-block.normal {
  background: #fff; }

.cd-timeline-img {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 36px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  background: #fff;
  text-align: center;
  z-index: 1; }

.cd-timeline-img span {
  font-size: 23px;
  margin-top: 2px;
  display: block;
  color: #222; }

.cd-timeline-img img {
  display: block;
  width: 27px;
  position: relative;
  left: 47%;
  top: 45%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-content {
  position: relative;
  padding: 0px 10px 15px 70px; }

.cd-timeline-content .res-title {
  font-size: 16px;
  margin-bottom: 3px;
  position: relative; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent; }

.timestamp {
  font-size: 13px;
  color: #666;
  margin-top: 5px !important; }

.timestamp i {
  margin-right: 5px;
  color: #333; }

/*Notification css ends here*/
/*new addition css*/
.locate-me {
  display: none; }

.orc-field-img-remove-icon, .clearable.x {
  width: 15px !important;
  opacity: 1; }

.map-icon-new {
  position: absolute;
  font-size: 22px;
  top: 6px;
  right: 6px;
  color: #00BCD4;
  padding: 10px;
  cursor: pointer; }

.travel-image {
  text-align: center;
  margin: 15px 0 20px 0; }

.travel-image img {
  width: 110px; }

p.country-modal-text {
  font-size: 16px;
  text-align: center; }

/*.pac-target-input:not(:-webkit-autofill) {
animation-name: endBrowserAutofill;
}*/
.search-area-map-modal {
  position: relative; }

.cursor-pointer {
  cursor: pointer; }

.icon-l {
  margin-right: 10px; }

.icon-l {
  font-size: 18px; }

.icon-l i {
  color: #333; }

.orc-field-img-remove-icon {
  height: 16px;
  position: absolute;
  left: 78% !important;
  width: 6px !important;
  padding: 0px 6px 0px 2px !important;
  top: 0px; }

.orc-field-img-remove-icon, .rm-field-img-remove-icon {
  height: 23px;
  width: 18px;
  float: right;
  margin: 6px 8px 0px 3px;
  /*background-position: -96px -55px;*/
  cursor: pointer; }

.pac-container {
  border-radius: 10px;
  margin-top: 2px;
  z-index: 111111 !important; }

.pac-item {
  padding: 7px 16px;
  text-align: left;
  position: relative;
  padding-left: 40px;
  line-height: 18px;
  cursor: pointer; }

.pac-icon-search, .pac-icon.pac-icon-marker {
  position: absolute;
  left: 10px;
  top: 9px; }

.pac-item-query {
  font-size: 14px;
  padding-right: 3px;
  color: #000;
  display: block; }

.area-order-type {
  font-size: 13px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px; }

.dv-area-dtls-popup-wrap {
  color: #333;
  float: left;
  font-size: 14px;
  margin-top: 5px;
  width: 100%;
  /*margin-left: 10px;*/ }

.area-pop-msg-wrap {
  width: 100%;
  display: flex;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .75rem 1.25rem;
  /*margin-bottom: 1rem;*/
  border: 1px solid transparent;
  border-radius: .25rem;
  box-sizing: border-box;
  justify-content: space-around; }

.area-order-type span + span {
  float: right;
  margin-left: 10px; }

.disable-btn-map {
  cursor: not-allowed !important;
  background: #d2d2d2 !important; }

.dm-display {
  color: #ed0000;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 0 0 0 0;
  margin-top: 5px;
  width: 100%; }

.padding-alert-wrap {
  padding: 15px; }

.search-postcode-field-wrap {
  /*margin-bottom: 5px;*/
  float: left;
  width: 100%; }

.no-delivery-alert-wrap {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  /*margin-bottom: 15px;*/
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 14px;
  line-height: 22px; }

.clr-head-gray {
  color: #333;
  float: none;
  font-size: 20px;
  display: inline-block;
  width: 94%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 500; }

.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute; }

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #666; }

.checkbox-custom-label, .radio-custom-label {
  position: relative; }

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 17px; }

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
  flex-shrink: 0; }

.radio-custom:checked + .radio-custom-label {
  font-weight: bold;
  color: #000;
  outline: none !important; }

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  color: #000;
  font-weight: 900;
  background: #fff;
  border: 1px solid #000;
  font-size: 13px; }

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; }

.search-m-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 20px;
  padding: 0px 20px;
  box-sizing: border-box; }

.map-search-field {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box; }

.map-search-field input {
  display: block;
  width: 100%;
  height: 50px !important;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143 !important;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  box-sizing: border-box;
  padding-right: 40px; }

.map-search-field input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.map-search-field i {
  position: absolute;
  top: 17px;
  font-size: 18px;
  left: 12px; }

.map-input-cross {
  margin: 0px 0 0 15px;
  height: 30px;
  width: 30px !important;
  line-height: 30px;
  position: absolute;
  cursor: pointer;
  background: none;
  text-align: center;
  font-size: 16px;
  color: #666;
  right: 10px !important;
  left: auto !important;
  top: 17px !important; }

#dvSelectArea .icon-l {
  font-size: 18px; }

.login-to-see {
  top: 50px;
  width: 70%;
  left: 15%;
  font-size: 18px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0px;
  height: 45px;
  line-height: 45px;
  margin-top: 15px;
  text-decoration: underline;
  position: absolute;
  z-index: 1;
  background: #fff;
  text-align: center;
  color: #333; }

.login-to-see b {
  color: #00BCD4; }

.login-to-see:hover {
  color: #009fb3; }

.search-filter-res-wrap {
  display: flex;
  width: 100%; }

.sidebar-filter-wrap a {
  border: 1px solid #d2d2d2;
  margin-bottom: 8px;
  border-radius: 4px;
  padding: 7px 16px;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 65px;
  min-height: 48px;
  padding-right: 55px; }

.sidebar-filter-wrap a .icon-l {
  font-size: 18px;
  width: 50px;
  margin: 0px;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  background: #f2f2f2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 1px solid #d2d2d2; }

.icon-l i, .text-label {
  color: #333; }

.search-filter-res-wrap a + a {
  width: 60px;
  flex: none;
  margin-left: 10px;
  font-size: 20px;
  justify-content: center; }

.search-filter-res-wrap a {
  flex: 1; }

/*----- Order Time MODAL ------*/
.change-order-type-section {
  padding: 10px 20px; }

.change-type-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  padding-top: 20px;
  position: relative; }

.change-type-row i, .sr-order-type-label {
  color: #666; }

.change-type-row i {
  margin-right: 10px;
  margin-left: 10px; }

.change-type-row:last-child {
  border: none; }

.type-selected .left-type-row i, .type-selected .sr-order-type-label {
  color: #000; }

.type-selected .sr-order-type-label {
  font-weight: 500; }

.change-type-row i {
  margin-right: 10px;
  margin-left: 10px; }

.change-type-row i, .sr-order-type-label {
  color: #666; }

.left-type-row {
  font-size: 16px; }
  .left-type-row label {
    cursor: pointer; }

.left-type-row i {
  font-size: 20px; }

.phone-wrap {
  position: absolute !important;
  z-index: 1;
  top: 1px !important;
  width: 110px !important;
  left: 1px; }

.btn-select-drop {
  display: inline-block;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 7px 7px;
  background-color: #fff;
  color: #000;
  transition: height .2s,box-shadow .3s;
  margin-bottom: -1px;
  transition-property: box-shadow;
  transition-duration: .3s;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none; }

.phone-wrap .dropdown-toggle {
  margin-top: 0;
  height: 55px;
  border-radius: 0;
  border-left: 0;
  padding-left: 10px;
  background: none;
  font-weight: normal;
  font-size: 14px;
  border: none; }

.flag-wrap {
  position: relative;
  padding-left: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-right: 10px; }

.flag-wrap img {
  position: absolute;
  left: 0;
  width: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 50%; }

.flag-wrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed #000;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  padding: 0 !important; }

.dropdown-menu-country {
  background: #fff;
  width: 100%;
  border: 1px solid #d2d2d2;
  position: absolute;
  z-index: 1;
  padding: 0;
  display: none;
  top: 57px;
  left: 0;
  box-sizing: border-box;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 20px; }

.dropdown.open .dropdown-menu-country {
  display: block; }

.filter-drowdown-new li {
  width: 100%;
  display: flex;
  padding: 8px 11px;
  cursor: pointer;
  align-items: center;
  color: #000;
  font-weight: normal;
  font-size: 14px; }

.flag-wrap {
  position: relative;
  padding-left: 30px;
  height: auto;
  display: flex;
  align-items: center;
  padding-right: 10px; }

.flag-wrap img {
  position: absolute;
  left: 0;
  width: 25px;
  border: 1px solid #d2d2d2;
  border-radius: 50%; }

.asap-dropdown-modal-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px; }

.asap-dropdown-modal-wrap div {
  float: left;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative; }

.select-core-asap {
  margin-bottom: 20px; }

.select-core-asap span {
  margin: 0px 25px 0px 0px;
  font-size: 18px;
  background: #f2f2f2;
  height: 100%;
  width: 50px;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0px;
  border: 1px solid #ccc;
  box-sizing: border-box; }

.select-core-asap .form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-left: 45px; }

.btn-default {
  border-color: #ccc !important; }

.phone-main-wrap input {
  padding-left: 120px !important; }

.phone-main-wrap label {
  left: 120px !important; }

.placeholder-label.phone-main-wrap input[data-empty="false"], .placeholder-label.phone-main-wrap input:focus {
  padding: 22px 8px 10px 120px !important; }

.gender-wrap {
  display: flex; }

.rbc-form-field-wrapper {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  position: relative; }

.gender-wrap .rbc-form-field-label {
  width: auto;
  margin-bottom: 0; }

.rbc-form-field-label {
  font-size: 16px;
  width: 100%;
  float: left;
  display: block;
  margin: 2px 0 10px 0;
  text-align: left;
  color: #000; }

div#dvNoAreaPopup {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  text-align: center; }

.gender-wrap .registration-gndr-wrapper {
  display: flex;
  align-items: center;
  flex: 1; }

.label-style .registration-gndr-wrapper {
  font-size: 14px; }

.registration-gndr-wrapper {
  margin: -5px 0 0 7px;
  float: left; }

.gender-wrap .flb-gender-wrapper {
  border: 1px solid #d2d2d2;
  padding: 12px;
  border-radius: 4px;
  margin-left: 20px;
  width: 135px; }

label.flb-gender-wrapper {
  cursor: pointer; }

.flb-gender-wrapper {
  display: inline-block;
  padding: 12px 0 0;
  width: 80px; }

span.flb-gender-value {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }

.flb-gender-value input[type="radio"] {
  display: inline-block;
  margin: 0 4px 0 0; }

.flb-gender-value input, .flb-gender-value label {
  cursor: pointer; }

.flb-gender-value input, .flb-gender-value label {
  cursor: pointer; }

.flb-gender-value label {
  margin-left: 5px;
  margin-bottom: 0px; }

.save-address-div {
  background: #fff;
  padding: 2px 10px;
  border-radius: 30px;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  line-height: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 215px;
  cursor: pointer; }

.save-icon {
  background: #00bcd4;
  padding: 4px 7px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 8px; }

span.save-icon i {
  color: #fff; }

.save-text {
  width: 100%;
  float: left; }

.save-h {
  font-weight: 500;
  color: #000;
  font-size: 12px;
  float: left;
  width: 100%; }

.save-p {
  color: #666;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
  padding-right: 10px; }

.save-address-carousel {
  display: flex; }

.save-address-carousel .owl-prev {
  top: 2px;
  right: -20px;
  position: absolute;
  left: -20px;
  border: 1px solid #999;
  background: #fff !important;
  color: #000;
  border: 1px solid #d2d2d2 !important;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  outline: none; }

.save-address-carousel .carouselCommon {
  color: #000 !important;
  padding: 0 !important;
  font-size: 16px; }

.save-address-carousel .owl-next {
  top: 2px;
  right: -20px;
  position: absolute;
  right: -20px;
  border: 1px solid #999;
  background: #fff !important;
  color: #000;
  border: 1px solid #d2d2d2 !important;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  outline: none; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px; }

.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #666 !important;
  white-space: nowrap;
  cursor: pointer; }

.dropdown-menu li a.text-primary {
  color: #007bff !important; }

.dropdown-menu li a.text-primary:hover {
  color: #0056b3 !important; }

.dropdown-menu li a:hover {
  background: #f2f2f2; }

.cat-drop {
  margin-right: auto; }

.breadcrumb-line {
  margin: 0px 10px;
  color: #666;
  font-weight: normal;
  font-size: 16px; }

#spSelectedCategoryName {
  color: #666; }

.caret-right {
  border: none;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  justify-content: flex-start; }
  .caret-right .caret {
    margin-left: 10px; }

.add-field-btn {
  color: #03a9f4 !important;
  padding: 15px 0 15px 0 !important;
  display: inline-block !important; }

.contact-name-list {
  margin-bottom: 0px; }
  .contact-name-list a {
    width: 100%; }

.pricing-meta li {
  margin-right: 5px; }

.image-top-item {
  position: relative !important;
  display: block !important;
  padding-top: 80% !important;
  border-radius: 3px !important;
  overflow: hidden !important; }

.image-popular-cate {
  position: relative !important;
  display: block !important;
  padding-top: 70% !important;
  border-radius: 0px !important;
  overflow: hidden !important; }

.image-top-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
  display: none; }

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem; }

a.dropdown-overlay {
  display: none !important; }

/*li.nav-item.dropdown.open .dropdown-overlay {
        display: flex !important;
        position: fixed;
        background-color: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        left: 0px;
        z-index: -2;
        margin-top: 100%;
    }*/
.slick-slider {
  padding-top: 25px;
  /*margin-right: 15px;*/ }

/*----- Order Time MODAL ------*/
.shop-header-wrap {
  transition: top 0.3s ease-in-out !important; }

.nav-up {
  top: -175px !important; }

.hover-bg-secoundary:hover {
  background-color: #f2f2f2; }

.list-view-only {
  display: none; }

.list-view {
  flex-wrap: wrap; }
  .list-view .list-view-only {
    display: flex;
    flex-direction: column;
    margin-right: 30px; }
  .list-view .col-xs-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .list-view .gro-single-item-pad {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row !important;
    align-items: self-start; }
  .list-view .gro-single-item-main-wrap {
    margin-bottom: 0px !important;
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
    flex: 1; }
  .list-view .image-height {
    width: 180px;
    margin-right: 30px;
    margin-bottom: 0px !important;
    max-height: 180px;
    min-height: 180px; }
  .list-view .list-view-p-img {
    flex: 2;
    padding-right: 50px; }
  .list-view .list-view-box {
    flex: 1;
    flex-direction: column; }
  .list-view .add-cart-wrap {
    margin-top: 10px;
    max-width: 100% !important; }
  .list-view .gro-single-item-inner-wrap {
    width: 100%;
    min-height: 0px !important;
    display: flex !important;
    flex-direction: row !important; }
  .list-view .add-cart-wrap {
    margin-top: 5px;
    max-width: 250px; }
  .list-view .gro-single-item-inner-wrap h3 a {
    font-size: 20px !important; }
  .list-view .rating-star {
    font-size: 16px; }
  .list-view .a-price-symbol {
    top: -7px;
    font-size: 14px; }

.autocomplete-img {
  height: 80px;
  width: 80px;
  position: relative;
  border: 1px solid #d2d2d2d2;
  margin-right: 1rem !important; }
  .autocomplete-img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }

/* Hide scrollbar for Chrome, Safari and Opera */
.nav-scroller::-webkit-scrollbar {
  display: none; }

/* Hide scrollbar for IE, Edge and Firefox */
.nav-scroller {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

#listSlider {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

#listSlider::-webkit-scrollbar {
  display: none; }

.order-type-checkboxes {
  padding: 0px;
  padding-top: 10px;
  max-width: 1100px;
  margin: auto;
  display: flex;
  width: 100%; }
  .order-type-checkboxes ul {
    width: 100%;
    display: flex; }
    .order-type-checkboxes ul li {
      margin-right: 30px; }

.my-order-inner-wrap {
  flex: 1;
  margin-top: 0px; }

.my-order-collapse-btn {
  border: 1px solid #d2d2d2 !important;
  width: 30px;
  height: 30px;
  padding: 0px;
  min-height: 30px;
  margin-top: 6px; }

.order-upload-photo {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  cursor: pointer; }

#dvContactPerson .dropdown-toggle::after {
  display: none !important; }

.header-arrow-mt {
  font-size: 24px;
  /*margin-top: 18px;*/ }

.item.profile-img-wrap {
  padding: 15px;
  background: #f2f2f2; }
  .item.profile-img-wrap .profile-homeicon {
    display: flex;
    justify-content: flex-end; }
    .item.profile-img-wrap .profile-homeicon a {
      background: #000;
      /* padding: 10px 10px; */
      border-radius: 100%;
      color: #fff;
      font-size: 13px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .item.profile-img-wrap .profile-label-name {
    color: #000;
    /*font-size: 12px;
            margin: 7px 6px;*/ }

span.wallet-h-bg-color-wrap {
  background: #0bc113;
  color: #fff !important;
  padding: 2px 12px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 16px; }

.sidebar-inner-page li a {
  padding: 12px 10px;
  width: 100%;
  transition: .3s ease-in all;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  text-decoration: none !important; }
  .sidebar-inner-page li a i {
    font-size: 16px !important;
    width: 35px; }

.sidebar-inner-page li a.active {
  background: #f2f2f2;
  color: #000;
  font-weight: bold; }

.sidebar-inner-page li a:hover {
  background: #f2f2f2;
  color: #000;
  font-weight: bold; }

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sidebar-w {
  width: 280px; }

.flex-1 {
  flex: 1; }

.order-star .caption {
  display: none !important; }

.modal-star-space span.star {
  margin: 0px 10px !important; }

.offer-include, .offer-starts {
  padding: 5px 10px;
  font-size: 11px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: lighter;
  z-index: 1; }

.offer-starts {
  background-color: #000;
  color: #fff;
  border: none; }

.offer-active {
  border-radius: 6px;
  background: #000;
  color: #fff;
  left: 15px;
  line-height: 24px;
  padding: 0 9px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  z-index: 42;
  border: 1px solid #fff;
  font-weight: bold; }

.sale-on {
  border-radius: 6px;
  background: #000;
  color: #fff;
  left: 5px;
  /* line-height: 24px; */
  padding: 2px 6px;
  position: absolute;
  text-transform: uppercase;
  z-index: 42;
  font-size: 10px;
  font-weight: bold;
  top: 6px;
  border: 1px solid #fff; }

/*.list-view {
    .offer-starts {
        display:none;
    }
}*/
li#saleItem {
  display: flex;
  align-items: center;
  margin: 0px 30px 0px 9px;
  transform: skew(-20deg);
  background: #ed0000; }

li#saleItem a {
  transform: skew(20deg);
  background: none;
  color: #fff !important;
  padding: 12px 15px !important;
  background: none !important;
  height: auto; }

.category-image {
  width: 55px;
  height: 55px;
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 2px !important;
  border-radius: 18px;
  flex-shrink: 0; }

.category-image img {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 90%;
  max-height: 90%;
  border-radius: 18px;
  border: 1px solid #d2d2d2; }

.category-image.border-ion-icon {
  border: 1px solid #d2d2d2;
  width: 50px;
  height: 50px; }

.cate-shop-heading-web .dropdown-item {
  padding-left: 0px !important; }

.next-wrap-show-1 .category-image, .cate-shop-heading-web .category-image, .cat-section .category-image {
  width: 40px;
  height: 40px;
  border-radius: 15px; }
  .next-wrap-show-1 .category-image img, .cate-shop-heading-web .category-image img, .cat-section .category-image img {
    border-radius: 15px; }

.nav-scroller-content li a:hover {
  /*.category-image + span {
                    -webkit-box-shadow: inset 0 -3px #000000;
                    box-shadow: inset 0 -3px #000000;
                    line-height: 40px;
                }*/ }
  .nav-scroller-content li a:hover .category-image.border-ion-icon {
    border: 1px solid #000; }
  .nav-scroller-content li a:hover .category-image > img {
    border: 1px solid #000; }
  .nav-scroller-content li a:hover span {
    -webkit-box-shadow: inset 0 -3px #000000;
    box-shadow: inset 0 -3px #000000;
    line-height: 40px; }

.nav-scroller-content li .link-active > .category-image.border-ion-icon {
  border: 1px solid #000; }

.nav-scroller-content li .link-active > .category-image img {
  border: 1px solid #000; }

/*.nav-scroller-content li a:hover .category-image.border-ion-icon {
    border: 1px solid #000 !important;
}*/
/*.nav-scroller-content li a:hover .category-image.border-ion-icon + span {
    -webkit-box-shadow: inset 0 -3px #000000;
    box-shadow: inset 0 -3px #000000;
    line-height: 40px;
    font-weight: bold;
}*/
.nav-scroller-content li {
  display: flex;
  align-items: center; }

.res-list-autocomplete-wrap a .offer-active {
  left: 0px;
  top: 0; }

.text-normal {
  text-transform: initial !important; }

/*.dropdown-item {
    display: flex!important;
    align-items: center;
    justify-content: center;
}*/
/*.nav-scroller-content {
    li.nav-item.dropdown {
        .dropdown-toggle {
            display: flex !important;
            align-items: center;
            justify-content: center;
        }
    }
}*/
.need-help-icon {
  font-size: 35px;
  transform: rotate(5deg); }

.order-l-row {
  width: 100%;
  display: flex;
  color: inherit; }
  .order-l-row .order-row-width {
    width: 550px; }
  .order-l-row .item-row-width {
    width: 590px; }
  .order-l-row .my-order-rating-width {
    position: relative;
    right: 0px;
    justify-content: start;
    height: 100%;
    flex: 1;
    margin-left: 1.5rem; }
  .order-l-row .common-comments, .order-l-row .order-comments-wrap, .order-l-row .item-comments-wrap {
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 48px;
    width: 100%;
    margin-top: 10px;
    float: left; }
  .order-l-row .order-comments-wrap {
    background: #f7fdab;
    color: #000; }
  .order-l-row .item-comments-wrap {
    background: #f2f2f2;
    color: #000; }

.category-image-space {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 2px !important;
  border-radius: 10px;
  flex-shrink: 0; }

.show-total-detail.collapsed .show-details-label {
  display: inline-flex !important; }

.show-total-detail .hide-details-label {
  display: inline-flex !important; }

.show-total-detail.collapsed .show-details-label + .hide-details-label {
  display: none !important; }

.b-t-l {
  margin-top: 50px !important; }

#pageHeight {
  min-height: 600px; }

.quickview-big-img .tab-content > .active {
  display: flex; }

.quickview-big-img .tab-pane {
  height: 400px;
  width: 400px;
  position: relative;
  border: 1px solid #d2d2d2d2;
  margin-right: 1rem !important; }
  .quickview-big-img .tab-pane img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }

.quickview-slide-active a {
  height: 55px;
  width: 55px;
  position: relative;
  border: 1px solid #d2d2d2;
  margin-right: 1rem !important;
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 0rem !important;
  justify-content: center; }
  .quickview-slide-active a:hover {
    border: 1px solid #000; }
  .quickview-slide-active a img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }

.zoomContainer {
  z-index: 110; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-top: -10px;
  box-shadow: 0px 0px 2px; }

.link-active > .category-image + span {
  -webkit-box-shadow: inset 0 -3px #000000;
  box-shadow: inset 0 -3px #000000;
  line-height: 40px; }

.link-active > span + span {
  -webkit-box-shadow: inset 0 -3px #000000;
  box-shadow: inset 0 -3px #000000;
  line-height: 40px; }

.link-active .category-image {
  box-shadow: none !important; }

.border-one {
  border: 1px solid #d2d2d2;
  padding: 1.5rem; }

#dvShippingAddressList .hover-add {
  max-width: 400px; }

.register-tab .check-box-small label::before {
  width: 14px;
  height: 14px;
  top: 2px;
  font-size: 9px; }

.register-tab .check-box-small label::after {
  top: 3px !important;
  font-size: 9px !important; }

.register-tab .hover-add {
  padding: 1rem; }
  .register-tab .hover-add:hover {
    background: #f2f2f2;
    cursor: pointer; }

.register-tab .nav-item {
  font-size: 16px;
  width: 50%; }

.register-tab .nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  width: 100%; }

.register-tab .nav-item.active a {
  color: #fff !important;
  background-color: #000 !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  font-weight: bold; }

.register-tab .nav-tabs {
  border-bottom: 0px; }

.register-tab .nav-tabs .nav-link:focus, .register-tab .nav-tabs .nav-link:hover {
  background-color: #000 !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  color: #fff !important; }

.register-tab .badge-light {
  background: #f2f2f2;
  font-weight: 500;
  border: 1px solid #000;
  font-weight: normal; }

.radio-custom + .column-radio:before {
  margin-bottom: 5px; }

.default-radio-max-width {
  max-width: 150px; }

.order-view-image-wrap .product-item-image {
  min-width: 50px !important;
  height: 50px;
  width: 50px; }
  .order-view-image-wrap .product-item-image img {
    /*max-width: 35px !important;
            max-height: 35px !important;
            width: 35px !important;*/
    margin: auto;
    padding: 2px; }

.checkout-address-wrapper.common-loader {
  margin: auto;
  width: 60px;
  height: 60px; }

.seprator-wrap {
  display: flex;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 1rem;
  color: #666; }
  .seprator-wrap .left-b, .seprator-wrap .right-b {
    height: 1px;
    flex: 1;
    background: #d2d2d2; }
  .seprator-wrap .s-text-label {
    margin: 0px 25px; }

.valid-mobile-check {
  position: absolute;
  top: 11px;
  right: 8px;
  width: 25px !important;
  font-size: 20px !important; }
  .valid-mobile-check i {
    left: auto !important;
    top: 5px !important;
    position: relative !important;
    color: #28a745 !important;
    font-size: 12px !important; }

#divBreadcrumb a {
  color: #666; }
  #divBreadcrumb a:hover {
    text-decoration: underline !important;
    color: #333 !important; }

.product-loader {
  position: fixed;
  z-index: 111;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0px; }

.shop-menu .empty-basket {
  float: left;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px;
  text-align: center;
  width: 100%; }

.shop-menu .empty-like-menu {
  color: #666;
  float: left;
  font-size: 13px;
  text-align: center;
  width: 100%; }

.text-danger[style*="visibility:hidden;"] {
  display: none; }

.checkout-baskest .b-img {
  overflow: hidden; }

.fadeIn {
  animation: fadeIn .5s ease-in 1 forwards; }

.fadeOut {
  opacity: 1;
  animation: fadeOut 2s ease-out 1 forwards; }

@keyframes fadeIn {
  to {
    opacity: 1; } }

@keyframes fadeOut {
  to {
    opacity: 0; } }

#dvShippingAddressList .radio-custom:checked + .radio-custom-label {
  font-weight: normal; }

/*.ui-tooltip-content {
    display: flex;
    white-space: nowrap;
 margin-left:5px;
}*/
.login-modal .login-form {
  padding: 0px !important; }
  .login-modal .login-form .user-login {
    border-left: none !important; }

/*new css for home page starts here*/
.home-one {
  width: 100% !important;
  max-width: 100% !important; }
  .home-one .slider-area h1 {
    font-size: 35px !important; }
  .home-one .slider-area p {
    font-size: 18px !important; }
  .home-one .shop-btn {
    padding: 0px 15px;
    min-width: 140px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 16px; }
  .home-one .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5; }
  .home-one .slider-content-1 {
    position: absolute;
    background: transparent !important;
    right: 0px;
    max-width: 100%;
    width: 100%;
    top: 60px;
    z-index: 2;
    text-align: center !important;
    margin: auto; }
    .home-one .slider-content-1 h1, .home-one .slider-content-1 .slider-p, .home-one .slider-content-1 div {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  .home-one .home-one-full-container {
    width: 100% !important;
    padding: 0px 15px;
    max-width: 100% !important; }

.featured-items-home {
  display: none; }

.product-item-image img + span {
  max-width: 120px;
  padding: 0px 10px;
  text-align: center; }

/*home page component css here*/
.slider-with-wrap {
  width: 100%;
  height: 100%; }
  .slider-with-wrap .slider-box {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-user-select: none;
    user-select: none; }
  .slider-with-wrap .empty-box-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 3px dashed #2196f3;
    cursor: pointer;
    min-height: 180px; }
    .slider-with-wrap .empty-box-wrap span {
      font-style: initial;
      text-transform: initial !important; }
    .slider-with-wrap .empty-box-wrap i {
      font-size: 35px; }

.category-with-products-wrap .grid-reverse {
  grid-column: 4/span 2 !important;
  grid-row: 1/span 2 !important; }

.category-with-products-wrap .category-box {
  grid-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-user-select: none;
  user-select: none; }
  .category-with-products-wrap .category-box .common-img-bg {
    display: flex;
    background: #000;
    z-index: 2;
    filter: none;
    opacity: 0.5;
    top: 0;
    left: 0px;
    background-image: none !important; }
  .category-with-products-wrap .category-box .cate-item-text {
    position: absolute;
    z-index: 11;
    color: #000 !important;
    top: auto;
    left: auto;
    padding: 15px;
    text-align: center;
    background-color: #FFFFFFE6;
    /* width: 240px; */
    border-radius: 5px;
    /* font-size: 20px; */
    font-weight: 700;
    padding: 15px 30px; }
    .category-with-products-wrap .category-box .cate-item-text h3 {
      color: #000 !important;
      font-size: 16px !important; }
  .category-with-products-wrap .category-box .cate-item-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: 1px solid #d2d2d2; }
    .category-with-products-wrap .category-box .cate-item-wrap .mb-3 {
      margin-bottom: 0px !important; }
  .category-with-products-wrap .category-box .cate-item-wrap:hover {
    border: 1px solid #000; }
  .category-with-products-wrap .category-box .cate-item-wrap img {
    width: 100%;
    transition: transform .8s ease 0s; }
  .category-with-products-wrap .category-box .cate-item-wrap img:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }
  .category-with-products-wrap .category-box .cate-item-wrap:first-child {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    min-height: 360px;
    z-index: 1; }
    .category-with-products-wrap .category-box .cate-item-wrap:first-child h3 {
      color: #000 !important;
      font-size: 22px !important; }

.category-with-products-wrap .empty-box-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 3px dashed #2196f3;
  cursor: pointer;
  min-height: 180px; }
  .category-with-products-wrap .empty-box-wrap i {
    font-size: 35px; }

.slider-edit {
  position: absolute;
  width: 100%;
  z-index: 11;
  height: 100px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0px 20px;
  border-bottom: 1px solid #3e3e3e;
  left: 0px; }
  .slider-edit .slide-edit {
    width: 130px;
    color: #fff !important;
    border: 1px solid #d2d2d2;
    margin-right: 20px;
    cursor: pointer; }
    .slider-edit .slide-edit span {
      padding: 5px;
      font-size: 12px;
      color: #fff !important;
      margin-bottom: 5px !important; }
    .slider-edit .slide-edit .slide-edit-bg-img {
      height: 45px;
      background-size: cover;
      background-repeat: no-repeat; }
    .slider-edit .slide-edit img {
      width: 100%; }
  .slider-edit .add-slide-btn {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    border: 1px solid #d2d2d2;
    color: #fff !important;
    cursor: pointer;
    padding: 10px; }
    .slider-edit .add-slide-btn div {
      padding: 5px;
      font-size: 12px; }

.empty-slider-box-text {
  display: flex;
  flex-direction: column;
  color: #000; }
  .empty-slider-box-text div {
    font-size: 16px;
    margin-bottom: 15px; }

.show-component-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 3px dashed #2196f3;
  cursor: pointer;
  min-height: 110px; }
  .show-component-wrap span {
    font-size: 35px; }

.text-on-image .cate-item-wrap {
  justify-content: center;
  align-items: center; }

.text-on-image h3 {
  position: absolute;
  z-index: 11;
  top: auto;
  left: auto;
  text-align: center !important;
  background-color: #FFFFFFE6;
  width: 150px !important;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px; }

.add-section-wrap {
  display: flex;
  padding: 20px; }
  .add-section-wrap .slider-preview-l, .add-section-wrap .s-title, .add-section-wrap .s-desc, .add-section-wrap .s-btn {
    background: #d2d2d2; }
  .add-section-wrap .h3, .add-section-wrap h3 {
    font-size: 1.7rem;
    font-weight: 500; }
  .add-section-wrap .add-left-wrap {
    margin-right: 50px;
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
    width: 230px; }
  .add-section-wrap .add-s-preview {
    min-height: 300px;
    background: #fefefe; }
    .add-section-wrap .add-s-preview .slider-preview-l {
      height: 180px;
      width: 100%;
      margin-right: 30px; }
    .add-section-wrap .add-s-preview .slider-preview-r {
      width: 290px; }
    .add-section-wrap .add-s-preview .s-title {
      height: 18px;
      margin-bottom: 15px; }
    .add-section-wrap .add-s-preview .s-desc {
      height: 1px;
      margin-bottom: 12px; }
    .add-section-wrap .add-s-preview .s-btn {
      width: 70px;
      height: 25px;
      border-radius: 30px; }
  .add-section-wrap .preview-slider-w-cate .left-slider-right-text-preview {
    display: flex;
    align-items: stretch; }
  .add-section-wrap .preview-slider-w-cate .slider-preview-r {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .add-section-wrap .preview-slider-w-cate .slider-preview-r .s-desc {
      flex: 1;
      margin-bottom: 15px; }
  .add-section-wrap .p-f-screen .slider-preview-r * {
    background: #aaa; }
  .add-section-wrap .p-f-screen .slider-preview-r {
    width: 210px;
    margin-top: 40px;
    margin-left: 40px; }
  .add-section-wrap .categories-preview .slider-preview-r {
    display: flex;
    width: 100%; }
    .add-section-wrap .categories-preview .slider-preview-r .s-desc {
      height: 50px !important;
      flex: 1;
      margin: 0px 15px 0px 0px; }
  .add-section-wrap .c-p-with-product input {
    height: 40px;
    line-height: 40px; }
  .add-section-wrap .c-p-with-product .left-slider-right-text-preview {
    display: flex;
    align-items: flex-start; }
  .add-section-wrap .c-p-with-product .slider-preview-l {
    height: 175px !important;
    width: 50% !important;
    margin-right: 0px !important; }
  .add-section-wrap .c-p-with-product .slider-preview-r {
    width: 50% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
  .add-section-wrap .c-p-with-product .s-title {
    height: 80px !important;
    margin-bottom: 15px !important;
    width: 28%; }
  .add-section-wrap .c-p-with-product .form-group input {
    max-width: 300px !important; }
  .add-section-wrap .c-p-with-product .radio-container input:checked ~ .checkmark {
    background: #fff; }
  .add-section-wrap .categories-preview .form-group input {
    max-width: 300px !important; }
  .add-section-wrap .categories-preview .c-preview-box {
    flex: 1;
    margin: 0px 15px 0px 0px;
    position: relative; }
    .add-section-wrap .categories-preview .c-preview-box .text-box {
      background: #aaa;
      height: 10px;
      margin-top: 7px;
      width: 65%;
      margin: auto;
      margin-top: 7px; }
  .add-section-wrap .category-text-on-image .c-preview-box {
    display: flex;
    align-items: center;
    justify-content: center; }
    .add-section-wrap .category-text-on-image .c-preview-box .text-box {
      position: absolute;
      top: auto;
      margin: auto; }

.preview-common-box {
  height: 50px;
  flex: 1;
  background: #d2d2d2; }

.left-slider-right-text-preview {
  display: flex;
  align-items: flex-end; }

.add-s-links {
  display: flex;
  flex-direction: column;
  padding: 0px; }
  .add-s-links h3 {
    margin-bottom: 15px;
    font-size: 1.7rem !important; }
  .add-s-links a {
    margin: 0px 0px;
    padding: 5px 8px;
    font-size: 14px;
    display: flex;
    align-items: self-start;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    flex-direction: column; }
    .add-s-links a .option-title {
      color: #000; }
  .add-s-links a.active .option-title {
    color: #000;
    font-weight: 900; }
  .add-s-links a:hover .option-title {
    color: #000;
    font-weight: 900; }

.product-section-modal .p-badge {
  padding: 6px 10px;
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px; }
  .product-section-modal .p-badge:hover {
    background: #d2d2d2; }

.product-section-modal .cusi-or-autocomplete-wrap {
  top: 110px !important;
  width: 580px !important; }

.product-section-modal .autocomplete-img {
  height: 50px;
  width: 50px; }

.edit-mode {
  background: #d2d2d2;
  padding: 10px 20px !important; }
  .edit-mode .edit-mode-row {
    position: relative;
    right: 0px;
    top: 0px;
    display: flex;
    z-index: 1; }
    .edit-mode .edit-mode-row a {
      padding: 12px 15px;
      font-size: 18px;
      cursor: pointer;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      border-top: 0px; }
      .edit-mode .edit-mode-row a:hover {
        background: #00bcd4;
        color: #fff; }

.edit-mode + .container {
  border: 1px solid #03a9f4;
  padding: 20px !important;
  position: relative; }

.edit-mode.d-none + .container {
  border: none !important;
  padding: 0px 15px !important;
  position: relative; }

.edit-mode.d-none + #sliderTheme {
  padding: 0px !important; }

.select-combobox-wrap .dropdown-toggle {
  background: #fff !important;
  border: 1px solid #d2d2d2 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 40px;
  line-height: 23px; }

.select-combobox-wrap .dropdown-menu {
  font-size: 14px; }

.select-combobox-wrap .dropdown-menu > .active > a, .select-combobox-wrap .dropdown-menu > .active > a:hover, .select-combobox-wrap .dropdown-menu > .active > a:focus {
  background-color: #d2d2d2 !important; }

.select-combobox-wrap .caret {
  display: none !important; }

.select-combobox-wrap .form-control {
  height: 40px; }

.select-combobox-wrap .bs-caret {
  margin-right: -10px; }

.select-combobox-wrap .bs-caret:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #000; }

.select-combobox-wrap .dropdown-toggle:after {
  border: none; }

.sortable-products-wrap ul {
  width: 100%; }
  .sortable-products-wrap ul li {
    display: flex;
    margin-bottom: 2rem; }
    .sortable-products-wrap ul li .sort-badge {
      border: 1px solid #d2d2d2;
      width: 60px;
      cursor: pointer;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px; }
    .sortable-products-wrap ul li a {
      background: #f2f2f2; }
    .sortable-products-wrap ul li .autocomplete-img {
      height: 40px;
      width: 40px; }

.sortable-products-wrap .product-cross-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #777;
  justify-content: center;
  background: #d2d2d2; }

.drag-icon {
  border: 1px solid #d2d2d2;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px; }

/*sale collection css starts here front*/
.sale-collection-bg-wrap {
  padding: 60px 15px; }
  .sale-collection-bg-wrap .banner-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
  .sale-collection-bg-wrap .desc {
    color: #ffffff !important;
    font-size: 30px;
    font-family: 'Segoe Script';
    font-weight: 700;
    margin-bottom: 16px; }
  .sale-collection-bg-wrap .s-title {
    font-size: 50px;
    margin-bottom: 7px;
    font-weight: 700;
    color: #fff; }
  .sale-collection-bg-wrap .s-title-desc {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500; }

/*new css for home page ends here*/
.slider-h-box {
  height: calc(100vh - 160px); }

.container.edit-mode {
  padding: 10px 20px !important; }

.login-main-p-wrap ion-icon {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  display: block; }

.user-icon-h ion-icon {
  padding: 12px;
  border-radius: 50%; }

/*left category responsive starts*/
.left-category-responsive-wrap {
  /**
 * Styling top level items
 */
  /**
 * Styling first level lists items
 */
  /**
 * Styling second level list items
 */
  /**
 * Styling third level list items
 */
  /**
 * Hide nested lists
 */
  /**
 * Rotating chevron icon
 */ }
  .left-category-responsive-wrap header {
    margin-right: auto;
    margin-left: auto;
    max-width: remy(360px); }
  .left-category-responsive-wrap .nav {
    display: block !important; }
  .left-category-responsive-wrap .nav a,
  .left-category-responsive-wrap .nav label {
    display: block !important;
    padding: 2rem;
    color: #000;
    background-color: #fff !important;
    box-shadow: inset 0 -1px #dadada;
    transition: all .25s ease-in;
    font-size: 16px;
    margin-bottom: 0px !important; }
    .left-category-responsive-wrap .nav a:focus, .left-category-responsive-wrap .nav a:hover,
    .left-category-responsive-wrap .nav label:focus,
    .left-category-responsive-wrap .nav label:hover {
      color: rgba(0, 0, 0, 0.5);
      background: #fff; }
  .left-category-responsive-wrap .nav label {
    cursor: pointer; }
  .left-category-responsive-wrap .group-list a,
  .left-category-responsive-wrap .group-list label {
    padding-left: 2rem;
    background: #f2f2f2 !important;
    box-shadow: inset 0 -1px #e4e4e4; }
    .left-category-responsive-wrap .group-list a:focus, .left-category-responsive-wrap .group-list a:hover,
    .left-category-responsive-wrap .group-list label:focus,
    .left-category-responsive-wrap .group-list label:hover {
      background: #fff; }
  .left-category-responsive-wrap .sub-group-list a,
  .left-category-responsive-wrap .sub-group-list label {
    padding-left: 4rem;
    background: #f2f2f2 !important;
    box-shadow: inset 0 -1px #e4e4e4; }
    .left-category-responsive-wrap .sub-group-list a:focus, .left-category-responsive-wrap .sub-group-list a:hover,
    .left-category-responsive-wrap .sub-group-list label:focus,
    .left-category-responsive-wrap .sub-group-list label:hover {
      background: #fff; }
  .left-category-responsive-wrap .sub-sub-group-list a,
  .left-category-responsive-wrap .sub-sub-group-list label {
    padding-left: 6rem;
    background: #fff;
    box-shadow: inset 0 -1px #e4e4e4; }
    .left-category-responsive-wrap .sub-sub-group-list a:focus, .left-category-responsive-wrap .sub-sub-group-list a:hover,
    .left-category-responsive-wrap .sub-sub-group-list label:focus,
    .left-category-responsive-wrap .sub-sub-group-list label:hover {
      background: #fff; }
  .left-category-responsive-wrap .group-list,
  .left-category-responsive-wrap .sub-group-list,
  .left-category-responsive-wrap .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out; }
  .left-category-responsive-wrap .nav__list input[type=checkbox]:checked + label + ul {
    /* reset the height when checkbox is checked */
    max-height: 1000px; }
  .left-category-responsive-wrap label > span {
    float: right;
    transition: transform .65s ease; }
  .left-category-responsive-wrap .nav__list input[type=checkbox]:checked + label > span {
    transform: rotate(90deg); }

/*left category responsive Ends*/
.btn-medium-h {
  height: 40px !important; }

.btn-large-h {
  height: 60px !important; }

.btn-medium-h.item {
  display: flex !important;
  column-gap: 5px; }

.arch-deg.option-disable {
  background: linear-gradient(139deg, #fff, #fff 49%, #ed0000 50%, #fff 51%, #fff 100%); }

.estimated-delivery-wrap h4 {
  line-height: 23px; }

.varity-text {
  background: #f2f2f2;
  padding: 10px 15px;
  margin: auto;
  font-size: 20px;
  color: #000;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  font-weight: bold; }

.seclected-item-dot {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #fff;
  font-size: 14px;
  color: #4CAF50; }

.h-auto.dropdown {
  top: 0px !important;
  left: -13px; }

.h-auto ul {
  max-height: initial !important;
  /*overflow: initial !important;*/
  margin-bottom: 0 !important; }

.left-nav-category.h-auto .dropdown-menu li.dropdown-submenu > .submenu-c {
  padding: 3px 15px 3px 40px !important; }

.left-nav-category.h-auto .dropdown-menu li > a {
  padding: 3px 15px 3px 40px !important; }

@media (min-width: 800px) {
  .mt-6 {
    margin-top: 4rem; }
  .mb-6 {
    margin-bottom: 4rem; }
  /*component base css starts here*/
  .container.full-slider-wrap {
    max-width: 100% !important;
    margin: 0px !important;
    width: 100% !important; }
    .container.full-slider-wrap .slider-content-1 {
      position: absolute;
      background-color: transparent !important;
      left: 100px;
      top: auto;
      display: flex;
      justify-content: center;
      height: 100%; }
    .container.full-slider-wrap .slider-heading {
      font-size: 45px !important;
      line-height: 45px !important; }
    .container.full-slider-wrap .slider-content-1 {
      width: 100%;
      max-width: 600px; }
    .container.full-slider-wrap .shop-btn.slider-btn {
      border-radius: 3px; }
  /*component base css ends here*/
  .cate-overlay {
    top: 160px; }
  .sticky-element .cate-overlay {
    top: 60px; }
  .sl-home {
    align-items: center;
    display: flex;
    width: 100%;
    overflow: hidden; }
  .sl-home .bg-img {
    filter: blur(50px);
    -webkit-filter: blur(50px);
    width: 100%;
    height: 100%; }
  /*category scroll and animation css starts here added*/
  .nav-scroller-content .open .dropdown-dynamic-web-inner-wrap > .dropdown-menu {
    display: block;
    top: 0; }
  .dropdown-dynamic-web-wrap {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-400px);
    transition: .5s ease all; }
  .nav-scroller-content .dropdown.open .dropdown-dynamic-web-wrap {
    position: absolute;
    left: 0px;
    top: 81px;
    width: 100%;
    height: 460px;
    display: flex;
    background: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
    box-shadow: 0px 2px 5px 0px #333; }
  /*.nav-scroller-content .dropdown.open .dropdown-dynamic-web-wrap.dropdown-top-space {
        top: 120px;
    }*/
  .dropdown-dynamic-web-inner-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    float: left;
    z-index: 1; }
  /*category scroll and animation css ends here added*/
  /* Scrollbar Styling */
  ::-webkit-scrollbar {
    width: 6px; }
  ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; }
  /*search control css*/
  .nav-scroller-btn--left {
    left: 0; }
  .nav-scroller-btn--right {
    right: 0;
    margin-right: 0px !important;
    margin-left: 15px !important; }
  .nav-scroller-btn.opacity {
    display: block !important; }
  .nav-scroller-btn:not(.active) {
    opacity: 0.3;
    pointer-events: none;
    display: none;
    margin-left: 0px; }
  .nav-scroller-wrapper {
    position: initial;
    overflow: initial;
    padding: 5px 0px; }
  .nav-scroller {
    position: initial;
    overflow-x: auto;
    overflow-y: initial;
    white-space: nowrap; }
  .nav-scroller-content {
    position: initial;
    display: flex;
    justify-content: space-around;
    float: left;
    width: min-content;
    min-width: 100%;
    transition: transform .4s ease-in-out;
    margin-bottom: 0px; }
  .no-transition {
    transition: none; }
  .nav-scroller-btn {
    position: relative;
    top: 0px;
    bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.25rem;
    transition: opacity .3s;
    margin: auto;
    background-color: #fff;
    bottom: 0;
    box-shadow: none !important;
    cursor: pointer;
    font-size: 20px;
    height: 34px;
    padding: 0px 15px;
    min-width: 60px;
    min-height: 30px;
    z-index: 11111;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer; }
  .nav-scroller-btn ion-icon {
    font-size: 25px !important; }
  .nav-scroller-btn--left {
    left: 0;
    padding: 0px !important;
    margin-right: 15px !important;
    height: 10px;
    line-height: 10px;
    min-height: 25px;
    width: 10px;
    padding: 0px !important;
    min-width: 30px; }
  .nav-scroller-btn--right {
    right: 0; }
  .filter-inner-wrap {
    overflow-y: scroll;
    /*mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);*/
    mask-size: 100% 20000px;
    mask-position: left bottom;
    -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 17px, black 17px);
    -webkit-mask-size: 100% 20000px;
    -webkit-mask-position: left bottom;
    transition: mask-position 0.3s, -webkit-mask-position 0.3s; }
  .filter-inner-wrap:hover {
    -webkit-mask-position: left top; }
  .shop-sub-navigation .dropdown-menu > li > a:hover, .shop-sub-navigation .dropdown-menu > li > a:focus {
    text-decoration: none;
    /*background: #000;
            color: #fff !important;

            i {
                color: #fff !important;
            }*/ }
  .shop-sub-navigation a.dropdown-item.dropdown-toggle.active {
    background: #000;
    color: #fff !important; }
    .shop-sub-navigation a.dropdown-item.dropdown-toggle.active i {
      color: #fff !important; }
  .shop-sub-navigation .dropdown {
    position: initial; }
  .shop-sub-navigation .dropdown-submenu {
    position: initial;
    margin-top: -1px !important; }
  .shop-sub-navigation .dropdown-menu {
    width: 25%; }
  .shop-sub-navigation .dropdown-menu .dropdown-menu {
    width: 100%;
    margin-left: 20px; }
  .shop-sub-navigation .dropdown.open:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 90vh;
    background-color: white;
    min-height: 90%;
    z-index: -1;
    box-shadow: 0px 5px 5px #aaa; }
  .m-back-btn, .view-all-responsive {
    display: none !important; }
  /*.menu-tab-bar{
        display:none;
    }
    .restruant-menu {
        padding-top: 30px;
    }*/
  /*.search-menu-item-wrap {
        display: none;
    }
    #appMenu{
        padding-top:30px;

    }*/
  .cd-timeline-img {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    background: #fff;
    text-align: center;
    z-index: 1;
    line-height: 50px; }
    .cd-timeline-img img {
      display: block;
      width: 30px;
      position: relative;
      left: 47%;
      top: 45%;
      margin-left: -12px;
      margin-top: -12px; }
  .cd-timeline-content .res-title {
    font-size: 18px;
    margin-bottom: 3px;
    position: relative; }
  .timeline-heading {
    font-size: 15px; }
  .cd-timeline-content {
    position: relative;
    padding: 0px 10px 15px 80px; }
  .cd-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px; } }

/*migration css starts here*/
.migration-main-wrap {
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center; }

.migrate-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 30px;
  color: #666; }

.migration-wrap {
  width: 100%;
  max-width: 630px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0px 15px;
  /*migration verification csss*/ }
  .migration-wrap .check-box-wrap {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    align-items: center; }
  .migration-wrap .checkbox label::before {
    width: 25px;
    height: 25px;
    top: -2px;
    border-radius: 50%; }
  .migration-wrap .checkbox label::after {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #36ce01;
    outline: none;
    text-align: center;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 4px;
    font-size: 13px;
    top: -2px;
    color: #fff; }
  .migration-wrap .checkbox label {
    padding-left: 12px; }
  .migration-wrap .migrat-logo-wrap {
    text-align: center;
    margin-bottom: 20px; }
    .migration-wrap .migrat-logo-wrap img {
      width: 100px;
      border-radius: 100%;
      padding: 3px;
      border: 2px solid #d2d2d2;
      display: inline-block; }
  .migration-wrap .migrate-heading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px; }
  .migration-wrap .migration-p-wrap p {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 16px;
    word-break: break-word; }
  .migration-wrap .migration-p-wrap .bold {
    color: #333; }
  .migration-wrap .migrate-note-wrap {
    border: 2px solid #FFC107;
    padding: 10px 20px;
    background: #f6f6df;
    margin-bottom: 30px;
    font-size: 16px; }
  .migration-wrap .migrat-btn-wrap {
    text-align: center;
    /*.migrat-ldr-mig-profile:hover {
			background: #0c1506;
		}

		.migrat-ldr-mig:hover {
			background: #0c1506;
		}

		.migrat-ldr-ver-one:hover {
			background: #0c1506;
		}

		.migrat-ldr-ver-two:hover {
			background: #0c1506;
		}

		.migrat-ldr-ver-thank:hover {
			background: #0c1506;
		}*/ }
    .migration-wrap .migrat-btn-wrap .migrat-btn {
      background: #00BCD4;
      color: #fff;
      font-size: 24px;
      padding: 10px 50px;
      border-radius: 4px;
      cursor: pointer;
      white-space: nowrap;
      border: none; }
    .migration-wrap .migrat-btn-wrap .migrat-ldr-mig-profile, .migration-wrap .migrat-btn-wrap .migrat-ldr-mig, .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-one, .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-two, .migration-wrap .migrat-btn-wrap .migrat-ldr-thank {
      background: #00BCD4;
      color: #fff;
      font-size: 24px;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block;
      white-space: nowrap;
      border: none; }
    .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-resend {
      background: #333;
      color: #fff;
      font-size: 24px;
      border-radius: 4px;
      cursor: pointer;
      display: inline-block;
      white-space: nowrap;
      border: none; }
  .migration-wrap .email-mig-verification {
    width: 100%;
    text-align: center;
    margin: 50px 0px 30px 0px; }
  .migration-wrap .email-code-form {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px; }
  .migration-wrap .email-code-send-wrap {
    margin: 0px 0px 20px 0px; }
  .migration-wrap .email-code-send-wrap a {
    background: #293c1a;
    color: #fff;
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap; }
  .migration-wrap .migration-not-my-email-link {
    color: #00BCD4;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer; }
  .migration-wrap .migration-profile-email-wrap .verification-label {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  .migration-wrap .migration-profile-email-wrap .migration-profile-email {
    max-width: 340px;
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    .migration-wrap .migration-profile-email-wrap .migration-profile-email input {
      display: block;
      width: 100%;
      padding: 10px 10px 10px 50px;
      font-size: 18px;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 4px;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .migration-wrap .migration-profile-email-wrap .migration-profile-email i {
      position: absolute;
      top: 13px;
      left: 16px;
      font-size: 22px;
      color: #666; }
  .migration-wrap .mig-verification-code-wrap {
    width: 100%;
    text-align: center;
    margin: 50px 0px; }
  .migration-wrap .mig-verification-code-field {
    display: inline-block;
    width: 250px;
    position: relative;
    margin-bottom: 30px; }
  .migration-wrap .mig-verification-code-field input {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 24px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .migration-wrap .mig-verification-code-field i {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 30px;
    color: #666; }
  .migration-wrap .profile-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; }

/*migration css ends  here*/
/*home links tabs css*/
.responsive-menu-tab-bar-wrap {
  display: block;
  width: 100%;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 0px 0px;
  float: left;
  margin-top: 20px; }

.restaurant-info-details-wrap {
  position: relative;
  align-items: center;
  text-align: center;
  width: 33.33%;
  float: left; }

.info-detail-icon {
  border: 1px solid #d2d2d2;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  top: 6px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-right: 0px;
  margin-bottom: 10px;
  text-align: center; }

.restaurant-info-details-wrap:hover .info-detail-icon {
  background: #00BCD4;
  color: #fff; }

.info-detail-label {
  text-transform: capitalize;
  font-size: 16px;
  color: #333;
  display: block; }

.category-block i {
  font-size: 30px; }

.category-block h6 {
  font-size: 14px; }

.mobile-resonsive-tabs {
  display: none !important; }

/*offline restaurant basket*/
/*#offlineBasket {
        .offline-thanks-wrap {
            text-align: center;
            padding: 10px 30px;
        }

        .offline-res {
            width: 100%;
            margin-bottom: 10px;
            font-size: 60px;
            color: #d2d2d2;
            text-align: center;
            margin-top: 0px;
        }

        padding: 15px;

        p {
            font-size: 18px;
            margin-bottom: 15px;
            color: #333;
        }

        .contact-basket-wrap {
            text-align: center;
            margin-bottom: 15px;
            width: 100%;

            .btn-primary {
                font-size: 18px;
            }
        }
    }*/
/*.container {
        min-height: 600px;
    }*/
.respsonive-row-search-filter {
  float: left;
  width: auto;
  clear: both;
  margin-top: 15px; }

.container-no-height {
  min-height: 0px; }

p {
  color: #333; }

a {
  color: #5b9bd1;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #3175af; }

.position-relative {
  position: relative; }

.common-label-pragraph {
  padding: 0px 10px;
  margin-bottom: 10px;
  font-size: 16px; }

.display-block-width {
  display: inline-block;
  width: 100%; }

.heading-common {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 100%;
  font-size: 30px;
  display: none; }

.restaurant-asap-filter-responsive-wrap.affix {
  background: #fff;
  z-index: 111;
  padding: 15px 5px;
  width: 760px; }
  .restaurant-asap-filter-responsive-wrap.affix .restaurant-asap-select-filter {
    float: right !important;
    display: inline-block !important; }

.show-mobile {
  display: none !important; }

.mobile-search-icon-wrap {
  border: none; }

.mobile-resonsive-tabs {
  display: none; }

#spCashBack, #dvCashBackWrap {
  background-color: #a5fa6c !important;
  color: #333 !important;
  text-shadow: none !important;
  border: 1px solid #55BB0E !important; }

#dvCashBackInfo, #spCashbackInfoMes {
  background-color: #fcf2bf !important;
  color: #000000;
  border: 2px dashed #ed0000; }

#dvQualifiedVoucherMsg {
  background-color: #fcf2bf !important;
  color: #000000;
  border: 2px dashed #ed0000; }

.float-btn {
  position: relative;
  width: 30px;
  height: 30px;
  bottom: 8px;
  right: 0px;
  border-radius: 50px;
  text-align: center;
  line-height: 65px; }

.common-help {
  background: #fff;
  border-radius: 50%;
  font-size: 11px;
  padding: 0px 6px;
  color: #333;
  font-weight: 500;
  margin-left: 6px;
  cursor: pointer; }

/*restaurant menu css starts here*/
#dvSelectArea .modal-footer {
  display: inline-block !important;
  width: 100% !important; }

/*form placeholder input  css style*/
.placeholder-label {
  position: relative; }

/*.placeholder-label label {
    position: absolute;
    top: 15px;
    left: 37px;
    color: #909090;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
 .placeholder-label input:focus {
    padding: 22px 8px 10px 35px!important;
}
 .placeholder-label input:focus + label {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}*/
/*.guest-checkout-main {
        .form-control {
            font-weight: 700;
        }
    }*/
.placeholder-label {
  position: relative; }
  .placeholder-label label {
    position: absolute;
    top: 15px;
    left: 40px;
    color: #666;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
    font-size: 14px; }

.placeholder-label input[data-empty="false"], .placeholder-label input:focus {
  padding: 22px 8px 10px 35px !important; }

.placeholder-label input:focus {
  outline: 0;
  background: white; }

.placeholder-label input[data-empty="false"] + label,
.placeholder-label input:focus + label {
  color: #aaa;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.placeholder-label input[data-empty="false"], .placeholder-label input:focus {
  padding: 22px 8px 10px 40px !important; }

.placeholder-label input:focus {
  outline: 0;
  background: white; }

.placeholder-label input[data-empty="false"] + label,
.placeholder-label input:focus + label {
  color: #aaa;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

/*form placeholder input css style*/
.left-category, .right-category, .middle-category {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.menu-item-detail-wrapper {
  padding: 0px 15px;
  width: 100%;
  float: left; }

.left-middle-wrapper {
  width: 65%;
  float: left; }

.show-full-menu-btn {
  background: #f2f2f2;
  box-shadow: 1px 1px 1px #717171;
  font-size: 14px;
  padding: 8px 0px;
  border-radius: 3px;
  color: #000000;
  text-transform: uppercase;
  float: left;
  border: 1px solid #d2d2d2;
  width: 100%;
  text-align: center;
  cursor: pointer; }

.left-category {
  width: 33%; }

.middle-category {
  width: 67%; }

.right-category {
  width: 35%; }

.right-category #right-nav {
  max-width: 500px; }

.mobile-menu {
  color: white;
  display: none; }

label {
  font-weight: normal; }

/*.basket-menu {
    font-size: 28px;
    position: absolute;
    right: 60px;
    top: -3px;
    cursor: pointer;
    color: $basket-menu-icon;
}*/
.baskit-res-wrap i {
  float: right; }

.show-total-detail {
  clear: both;
  font-weight: normal;
  display: inline-block;
  float: right;
  font-size: 12px;
  text-transform: initial;
  color: #4A4A4A; }

.show-total-detail:hover {
  color: white; }

.show-total-detail:after {
  content: "\f138";
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  float: right;
  color: #03a9f4;
  font-size: 16px;
  margin: -1px 0px 0px 5px;
  text-align: center;
  font-weight: 900; }

.show-total-detail.collapsed:after {
  content: "\f13a";
  content: "\f138";
  float: right; }

.panel-heading-warp .restruant-menu-color:after {
  /*content: "\f107";
    font-family: FontAwesome;
    float: right;
    color: $menu-accordian-color;
    font-size: 18px;
    margin-top: 0px;*/
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  float: right;
  color: #d2d2d2;
  font-size: 30px;
  margin-top: 0px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900; }

.panel-heading-warp .restruant-menu-color.collapsed:after {
  content: "\f105";
  float: right; }

.panel-heading-warp .discount-label-color:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 18px;
  margin-top: 4px;
  font-weight: 900; }

.restaurant-asap-select-filter {
  display: none; }

.panel-heading-warp.collapsed .discount-label-color.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f107";
  float: right;
  /* adjust as needed, taken from bootstrap.css */ }

.special-offer {
  margin-bottom: 10px; }

.offer-icon {
  font-size: 25px !important;
  color: #ea0000;
  margin-top: 5px;
  float: left;
  margin-right: 20px; }

.offer-label {
  margin-left: 45px;
  color: #aaa; }

.offer-label-inner {
  margin-left: 45px;
  margin-top: 10px; }

.special-offer .panel {
  border: 2px dashed #ed0000 !important; }

.hide-web {
  display: none; }

h4.menu-category, h4.info {
  text-transform: uppercase;
  font-size: 16px; }

h3.panel-title.baskit-res-wrap i {
  font-size: 18px; }

.panel-title {
  font-weight: 500; }

/*wizards css starts here*/
.fieldset-wrapper {
  padding: 0px 0px;
  border: 1px solid #d2d2d2;
  width: 90% !important;
  margin: 0px 5% !important;
  border-bottom: 0px;
  position: relative;
  float: left;
  margin-bottom: 60px !important;
  height: 85px; }

.fieldset-book-detail-wrap .wait-wizard-label {
  left: 40% !important; }

.fieldset-wrapper legend {
  margin-bottom: 0px;
  padding: 10px;
  width: auto;
  color: #444444;
  font-size: 12px;
  display: block;
  border-style: none;
  border-color: initial;
  text-align: center;
  color: #666;
  line-height: 12px;
  text-transform: uppercase; }

.fieldset-book-detail-wrap {
  width: 70% !important;
  clear: both;
  margin: 0px 15% !important;
  margin-bottom: 60px !important; }

.fieldset-cancelled {
  width: 50% !important;
  margin: 0px 25% 30px 25% !important; }

.order-details-wizards {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  border: none;
  position: absolute; }

.progress-indicator .tab-icon {
  position: absolute;
  top: -45px;
  margin-left: -10px !important; }

.progress-indicator .tab-icon i {
  font-size: 24px; }

.order-status-type-label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0px;
  font-size: 14px;
  text-transform: capitalize; }

.wait-wizard-label {
  white-space: nowrap;
  left: 30%;
  top: 10px;
  position: absolute;
  font-size: 12px;
  text-transform: lowercase;
  line-height: 18px;
  color: #aaa; }

.wait-wizard-label span {
  color: #333; }

.restaurant-label-new {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: -20px;
  font-size: 16px; }

.restaurant-comments-label {
  display: block;
  color: #666; }

.flexer, .progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.no-flexer, .progress-indicator.stacked {
  display: block; }

.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0; }

.flexer-element, .progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }

.progress-indicator {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
  margin-bottom: 1em; }
  .progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #d2d2d2;
    display: block;
    /*&:hover {
            color: darken($incomplete, $darken-amount);
        }*/ }
  .progress-indicator > li .bubble-new {
    border-radius: 1000px;
    width: 13px;
    height: 13px;
    background-color: #d2d2d2;
    display: block;
    margin: 0 auto 0.5em auto; }
  .progress-indicator > li .bubble-new .tab-icon {
    opacity: 0.3; }
  .progress-indicator > li .bubble-new:before,
  .progress-indicator > li .bubble-new:after {
    display: block;
    position: absolute;
    top: 6.5px;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #d2d2d2; }
  .progress-indicator > li .bubble-new:before {
    left: 0; }
  .progress-indicator > li .bubble-new:after {
    right: 0; }
  .progress-indicator > li:first-child .bubble:before,
  .progress-indicator > li:first-child .bubble:after {
    width: 50%;
    margin-left: 50%; }
  .progress-indicator > li:last-child .bubble:before,
  .progress-indicator > li:last-child .bubble:after {
    width: 50%;
    margin-right: 50%; }
  .progress-indicator > li.completed {
    color: #4A4A4A; }
    .progress-indicator > li.completed .bubble {
      background-color: #4A4A4A;
      color: #333; }
      .progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after {
        background-color: #4A4A4A;
        border-color: black; }
  .progress-indicator > li.active {
    color: #333; }
    .progress-indicator > li.active .bubble-new {
      background-color: #4A4A4A;
      color: #333; }
      .progress-indicator > li.active .bubble-new:before, .progress-indicator > li.active .bubble-new:after {
        background-color: #4A4A4A;
        border-color: black; }
  .progress-indicator > li.active .tab-icon {
    opacity: 1; }
  .progress-indicator > li a:hover .bubble-new {
    background-color: #5671d0;
    color: #333; }
    .progress-indicator > li a:hover .bubble-new:before, .progress-indicator > li a:hover .bubble-new:after {
      background-color: #5671d0;
      border-color: #1f306e; }
  .progress-indicator > li.danger .bubble-new {
    background-color: #d3140f;
    color: #333; }
    .progress-indicator > li.danger .bubble-new:before, .progress-indicator > li.danger .bubble-new:after {
      background-color: #d3140f;
      border-color: #440605; }
  .progress-indicator > li.warning .bubble-new {
    background-color: #edb10a;
    color: #333; }
    .progress-indicator > li.warning .bubble-new:before, .progress-indicator > li.warning .bubble-new:after {
      background-color: #edb10a;
      border-color: #5a4304; }
  .progress-indicator > li.info .bubble-new {
    background-color: #333;
    color: #333; }
    .progress-indicator > li.info .bubble-new:before, .progress-indicator > li.info .bubble-new:after {
      background-color: #333;
      border-color: black; }
  .progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block; }
  .progress-indicator.stacked > li .bubble-new:before,
  .progress-indicator.stacked > li .bubble-new:after {
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 100%; }
  .progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em; }
  .progress-indicator.stacked > li a {
    border: none; }
  .progress-indicator.stacked.nocenter > li .bubble-new {
    margin-left: 0;
    margin-right: 0; }
  .progress-indicator.stacked.nocenter > li .bubble-new:before,
  .progress-indicator.stacked.nocenter > li .bubble-new:after {
    left: 6.5px; }
  .progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 26px !important; }

.has-error .help-block {
  font-size: 14px;
  color: #d10101;
  float: left;
  width: 100%; }

.eye-show-wrap + .help-block {
  margin-top: 0px; }

.a-price-symbol {
  top: -4px;
  font-size: 12px;
  position: relative; }

.shopping-cart.position-relative {
  margin-right: 6px; }

.btn-select-drop .caret {
  display: none !important; }

.loader-btn-height {
  height: 40px;
  line-height: 40px; }

.body-link-color {
  border: none !important; }

.link-hover:hover, .body-link-color:hover {
  text-decoration: underline !important; }

@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%; } }

/*scroll set according window height*/
.sidebar.affix .nav-stacked {
  /*margin-top: 0px;
    float: left;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    position: absolute;
    height: 100%;
    top: 44px;*/ }

/*scroll set according window height*/
.menu-star-label .rating-md {
  font-size: 20px !important; }

.back-btn[style*="display:none;"] + div + a {
  margin-left: 15px; }

.mobile-menu-bar-icon[class*="d-none"] + .logo {
  margin-left: 20px; }

/*Home page css starts here*/
.category-block {
  text-align: center;
  border: 1px solid #e5e7ef;
  padding: 10px;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  display: flex; }
  .category-block i {
    font-size: 24px;
    color: #3e434b; }
  .category-block h6 {
    color: #3e434b;
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400; }

.login-action-active {
  display: block; }
  .login-action-active .info-detail-icon.money-icon {
    background: #00a65a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px; }
    .login-action-active .info-detail-icon.money-icon i {
      color: #fff !important; }
  .login-action-active i {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500; }
  .login-action-active i, .login-action-active p {
    color: #333 !important;
    display: inline-block;
    font-size: 20px !important; }

/*.custom-menu:hover .login-action-balance {
		background: #00a65a;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.custom-menu:hover .login-action-balance i {
		color: #fff;
	}

	.custom-menu:hover .login-action-balance h6 {
		color: #fff;
		text-decoration: none;
	}

	.custom-menu:hover .book-home-table {
		background: #00c0ef;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.custom-menu:hover .book-home-table i {
		color: #fff;
	}

	.custom-menu:hover .book-home-table h6 {
		color: #fff;
		text-decoration: none;
	}*/
.home-page-section {
  margin-bottom: 30px; }

.home-top-wrapper {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: flex-end; }
  .home-top-wrapper .col-xs-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
    width: 100%; }
  .home-top-wrapper .category-responsive {
    flex: 1; }

.home-top-wrapper + .home-top-wrapper {
  justify-content: flex-start; }

.logo span {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  margin-left: 1.5rem; }

.small-box .inner, .small-box p {
  color: #cacaca !important; }

.home-action-balance {
  background-color: #00a65a; }

.home-action-deal {
  background-color: #f39c12; }

.home-action-book {
  background-color: #00c0ef; }

.home-action-video {
  background-color: #9a2993; }

.food-details {
  color: #666; }

.menu-block .food-name {
  font-size: 20px !important;
  margin-top: 10px;
  font-weight: 500; }

.home-price-label {
  font-weight: 900;
  margin-left: 5px; }

.menu-block > div {
  padding: 0px; }

.menu-block .description {
  padding: 0px; }

.menu-block .home-price-label {
  font-weight: 900;
  margin-left: 5px;
  color: #333;
  font-size: 20px; }

.menu-block .starting-label {
  font-size: 14px;
  color: #333; }

.category-left {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #4A4A4A;
  padding: 5px 10px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  text-align: center; }

.restaurant-cover-photo-wrap {
  margin: -3px 0px 30px 0px;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  border: none;
  height: auto;
  overflow: hidden;
  /*max-height: 200px;*/
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat; }
  .restaurant-cover-photo-wrap .restaurant-cover-photo-image-wrap {
    overflow: hidden;
    display: block;
    height: auto !important; }
    .restaurant-cover-photo-wrap .restaurant-cover-photo-image-wrap img {
      width: 100%;
      max-height: 200px;
      min-height: 200px; }
  .restaurant-cover-photo-wrap .restaurant-header-detail-wrap {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    top: 0;
    float: left;
    padding: 0px;
    margin-top: 0px; }
    .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .rdw-logo-wrapper {
      float: left;
      width: 135px;
      /* border-radius: 50%; */
      /* border: navajowhite; */
      border: none !important;
      margin-left: 40px;
      position: absolute;
      height: 100%; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .rdw-logo-wrapper .rdw-restaurant-logo {
        padding: 5px;
        border: 3px solid #fff;
        float: left;
        width: 100%;
        height: auto !important;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 50%;
        outline: none;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        min-height: 135px; }
    .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap {
      float: left;
      color: #fff;
      margin-left: 210px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-shadow: 1px 1px 0px #000; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-title {
        font-size: 30px;
        font-weight: 500;
        color: #fff; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-address-wrap {
        float: left;
        margin-bottom: 5px; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-address-wrap .menu-address-label i {
          color: #fff;
          padding: 10px 5px 0px 0px; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-address-wrap .rm-content-multi-addresses {
          cursor: pointer; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-address-wrap .rm-content-multi-addresses-wrap {
          width: auto;
          float: inherit;
          margin-top: 6px;
          font-size: 13px;
          color: #fff;
          padding-left: 0px; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-cusines-wrap {
        float: left;
        width: 100%; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-list-fooditem-order-distance {
        float: left;
        width: 100%; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-list-fooditem-order-distance span {
          font-size: 12px;
          margin: 0px 11px 0px 0px; }
          .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-list-fooditem-order-distance span i {
            padding: 10px 5px 0px 0px;
            font-size: 14px; }
          .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-list-fooditem-order-distance span span {
            font-size: 12px;
            margin: 0px 11px 0px 0px; }
    .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-ecash-or-discount-wrap {
      position: absolute;
      top: 90px;
      right: 0px; }
    .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .res-ecash-label {
      float: left;
      color: #333;
      background: #FFEB3B;
      font-size: 20px;
      font-weight: 500;
      clear: both;
      padding: 5px 5px 5px 7px; }

/*item not served modal*/
.item-not-served-modal-wrap {
  /*float: left;*/
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

.keep-cont-msg {
  padding: 6px 0 0 0;
  float: left;
  font-size: 13px;
  font-weight: 500; }

/*modal restaurant detail css starts here */
.more-takeaway-wrapper {
  position: relative;
  width: 100%;
  padding-left: 95px;
  margin-bottom: 50px;
  float: left; }
  .more-takeaway-wrapper .more-takeaway-logo {
    width: 80px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80px; }
    .more-takeaway-wrapper .more-takeaway-logo img {
      border: 2px solid #fff;
      background: #fff;
      float: left;
      width: 100%;
      height: auto !important;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 50%;
      outline: none;
      position: relative; }
  .more-takeaway-wrapper .more-takeaway-restaurant-name {
    color: #333;
    float: left;
    margin-top: 10px;
    font-size: 26px; }

.more-takeaway-heading {
  font-size: 22px;
  color: #ed0000;
  margin-bottom: 5px;
  padding-left: 5px; }

.more-takeaway-detail-wrapper {
  float: left;
  width: 100%;
  color: #333;
  margin-bottom: 15px;
  padding-left: 5px; }
  .more-takeaway-detail-wrapper .restaurant-name-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px; }
  .more-takeaway-detail-wrapper .restaurant-name-detail {
    font-size: 14px;
    color: #666; }

.restaurant-select-city-wrap {
  float: right;
  width: 100%;
  margin-bottom: 10px; }
  .restaurant-select-city-wrap .orc-city-label {
    float: left;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500; }
  .restaurant-select-city-wrap .form-control {
    float: left;
    width: 50%; }

/*modal restaurant detail css ends here */
/*Home page css ends here*/
/*order type change location modal*/
.change-order-type-wraper {
  width: 100%;
  padding: 20px;
  display: inline-block; }

.change-order-heading {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  width: 100%; }

.order-type-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: horizontal;
  -moz-flex-direction: horizontal;
  -ms-flex-direction: horizontal;
  flex-direction: horizontal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #000000;
  margin-bottom: 20px; }

.order-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
  max-width: 176px; }

.order-type-icon {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto; }

/*.deliver-bg {
        background: #ed0000;
    }

    .collection-bg {
        background: #3c75ba;
    }

    .eatin-bg {
        background: #0dac4b;
    }*/
.order-type-selected > .deliver-bg {
  background: #ed0000; }

.order-type-selected > .collection-bg {
  background: #3c75ba; }

.order-type-selected > .eatin-bg {
  background: #0dac4b; }

.order-type-selected > .deliver-bg + .order-type-label {
  border-bottom: 3px solid #ed0000;
  padding-bottom: 5px;
  width: 100%; }

.order-type-selected > .collection-bg + .order-type-label {
  border-bottom: 3px solid #3c75ba;
  padding-bottom: 5px;
  width: 100%; }

.order-type-selected > .eatin-bg + .order-type-label {
  border-bottom: 3px solid #0dac4b;
  padding-bottom: 5px;
  width: 100%; }

.order-type-label {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px; }

.order-type-change-location-btn {
  font-size: 16px; }

.btn-cancel {
  border: 1px solid #d2d2d2;
  background: #fff;
  display: block;
  padding: 0px 30px;
  margin: 20px auto 20px auto; }

.order-type-change-wrap > div {
  cursor: pointer;
  padding: 10px 10px; }

.order-type-location {
  margin-top: 15px;
  float: left;
  color: #333;
  text-decoration: underline;
  cursor: pointer; }

.order-type-change-wrap {
  float: left;
  margin-right: 10px; }
  .order-type-change-wrap .order-type-icon {
    font-size: 12px;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block !important; }
  .order-type-change-wrap .deliver-bg {
    background: #ed0000; }
  .order-type-change-wrap .collection-bg {
    background: #3c75ba; }
  .order-type-change-wrap .eatin-bg {
    background: #0dac4b; }

.asap-dropdown-modal-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }
  .asap-dropdown-modal-wrap div {
    float: left;
    margin-right: 15px; }

.title-label {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px; }

.change-area-loader .sk-three-bounce {
  margin-top: 0px;
  padding-left: 5px;
  width: 35px;
  /*.processing-label {
            color: #333;
            font-size: 12px;
        }*/ }
  .change-area-loader .sk-three-bounce .sk-child {
    background: #ffffff !important;
    width: 7px !important;
    height: 7px !important; }

/*order type change location modal ends here*/
.order-type-labels {
  float: left;
  width: 80%;
  margin: 10px 0 0 33px;
  color: #999; }
  .order-type-labels i {
    float: left; }
  .order-type-labels .order-type-span {
    width: 70%;
    float: left;
    margin: -2px 0px 0px 5px;
    font-size: 12px; }

/*wizards css ends here*/
.restruant-menu {
  /*offer applied css */
  /*promotion message css starts here*/
  /*promotion message css ends here*/
  /*search-menu-page starts css*/
  /*search-menu-page ends css*/
  /*search popup  starts css*/
  /*search popup ends here*/
  /*menu deals css starts here*/
  /*menu deals css ends here*/
  /*toppig popup css starts here*/
  /*.topping-cost-wrap span {
    float: right;
    margin: 0px 10px;
    font-weight: 500;
    font-size: 20px;
}*/
  /*topping popup css ends here*/
  /*search field ends here*/
  /*search field starts here*/
  /*search field ends here*/
  /*search bar starts here*/
  /*seargch bar css ends here*/
  /*menu basket css starts here*/
  /*menu item de*/
  /*extras modal popup starts here css*/
  /*extras modal popup starts ends css*/
  /*price range field css starts here*/
  /*price range field css ends here*/ }
  .restruant-menu .right-category .affix {
    margin-top: 10px; }
  .restruant-menu .btn-repeat-remove-padding {
    padding: 0px !important;
    margin-top: 0px; }
  .restruant-menu .offer-applied-wraper {
    border: 2px dashed #ed0000 !important;
    background: #fff;
    color: #333;
    float: left;
    font-size: 16px;
    padding: 25px 10px 25px 65px !important;
    width: 100%;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px; }
    .restruant-menu .offer-applied-wraper i {
      border-radius: 50%;
      padding: 10px;
      margin: 0px 10px 0 5px;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px !important;
      margin-left: 10px;
      position: absolute;
      left: 0px;
      color: #fff;
      background: #ed0000; }
    .restruant-menu .offer-applied-wraper .cancelled-offer {
      position: absolute;
      right: 10px;
      font-size: 20px;
      color: #fff;
      top: 7px;
      background: #ee0000;
      width: 18px;
      height: 19px;
      line-height: 17px;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer; }
  .restruant-menu .select-asap {
    float: left;
    margin-right: 10px; }
    .restruant-menu .select-asap label {
      margin-top: 8px; }
      .restruant-menu .select-asap label i {
        color: #4A4A4A; }
  .restruant-menu .basket-order-empty {
    float: left;
    padding: 20px 20px;
    width: 100%; }
  .restruant-menu .empty-basket {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
    text-align: center;
    width: 100%; }
  .restruant-menu .empty-like-menu {
    color: #666;
    float: left;
    font-size: 13px;
    text-align: center;
    width: 100%; }
  .restruant-menu .scroll-basket {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 145px; }
  .restruant-menu .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0); }
  .restruant-menu .bg-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.3); }
  .restruant-menu .menu-category-image-wraper:hover .bg-image {
    webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    cursor: pointer; }
  .restruant-menu .menu-category-image-wraper {
    float: left;
    overflow: hidden;
    padding: 0px 0px;
    width: 100%;
    min-height: 80px;
    background: #000000;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px; }
  .restruant-menu .menu-heading-desc-wrapper {
    position: absolute;
    color: #fff;
    z-index: 1;
    text-shadow: 0px 1px 0px #000;
    height: 100%;
    width: 100%;
    padding: 0px 20px;
    top: 0;
    left: 0px; }
  .restruant-menu .menu-heading-desc-wrapper h2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0px;
    font-weight: 300; }
  .restruant-menu .allergy-wrapper {
    width: 100%;
    color: #03A9F4;
    /*margin: 15px 0px;*/
    float: left;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    font-size: 12px; }
  .restruant-menu .allergy-wrapper i {
    background: #00BCD4;
    color: #fff;
    padding: 3px 7px;
    margin-right: 4px;
    font-size: 10px;
    border-radius: 3px; }
  .restruant-menu .allergy-label {
    padding: 0px 10px; }
  .restruant-menu .plus-minus-topping-wrap {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 6px; }
  .restruant-menu .plus-icon, .restruant-menu .minus-icon {
    border-radius: 50%;
    border: 1px solid #333;
    font-size: 12px;
    font-weight: lighter;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-left: 4px;
    cursor: pointer;
    background: #FFF;
    margin-top: -2px; }
  .restruant-menu .topping-note-label {
    width: 100%;
    display: inline-block;
    margin-top: 3px;
    color: #666;
    padding: 10px 10px 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; }
  .restruant-menu .topping-scroll-modal {
    max-height: 300px;
    overflow-y: auto; }
  .restruant-menu .promotion-message-wrapper {
    display: inline-block;
    font-size: 16px;
    padding: 20px 10px 20px 65px !important;
    width: 100%;
    margin: 0px;
    text-align: left;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 15px;
    background: #39b3d7 !important;
    color: #fff;
    border: 2px dashed #333 !important; }
  .restruant-menu .promotion-message-wrapper i {
    position: absolute;
    border-radius: 50%;
    padding: 5px;
    margin: 0px 10px 0 5px;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px !important;
    color: #39b3d7 !important;
    background: #fff;
    float: left; }
  .restruant-menu .promotion-message-text-wrapper {
    float: left;
    text-overflow: ellipsis;
    width: 100% !important;
    text-shadow: 0px 1px 0px #000; }
  .restruant-menu .panel-heading-warp .menu-category {
    padding: 0px !important; }
  .restruant-menu .panel-heading-warp .restruant-menu-color {
    display: inline-block;
    width: 100%;
    padding: 10px; }
  .restruant-menu .panel-heading-warp .discount-bg-color {
    padding: 10px !important; }
  .restruant-menu .item-title-row {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center; }
  .restruant-menu .Search-filter-show-wraper {
    font-size: 22px;
    /* color: #666; */
    margin: 0px 0px 0px 10px;
    cursor: pointer;
    background: #f2f2f2;
    padding: 0px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px; }
  .restruant-menu .Search-filter-show-wraper.active {
    background: #4A4A4A;
    color: #cacaca; }
  .restruant-menu .search-menu-page {
    float: left; }
  .restruant-menu .filter-wrap.search-menu-filter-page {
    float: left; }
  .restruant-menu .center-block {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .restruant-menu .input-group .icon-addon .form-control {
    border-radius: 0; }
  .restruant-menu .icon-addon {
    position: relative;
    color: #555;
    display: block; }
    .restruant-menu .icon-addon .form-control {
      height: 40px; }
  .restruant-menu .icon-addon:after,
  .restruant-menu .icon-addon:before {
    display: table;
    content: " "; }
  .restruant-menu .icon-addon:after {
    clear: both; }
  .restruant-menu .icon-addon.addon-md .glyphicon,
  .restruant-menu .icon-addon .glyphicon,
  .restruant-menu .icon-addon.addon-md .fa,
  .restruant-menu .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px; }
  .restruant-menu .icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px; }
  .restruant-menu .icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5; }
  .restruant-menu .icon-addon.addon-lg .fa,
  .restruant-menu .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px; }
  .restruant-menu .icon-addon.addon-md .form-control,
  .restruant-menu .icon-addon .form-control {
    padding-left: 10px;
    float: left;
    font-weight: normal; }
  .restruant-menu .icon-addon.addon-sm .fa,
  .restruant-menu .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px; }
  .restruant-menu .icon-addon .form-control:focus + .glyphicon,
  .restruant-menu .icon-addon:hover .glyphicon,
  .restruant-menu .icon-addon .form-control:focus + .fa,
  .restruant-menu .icon-addon:hover .fa {
    color: #2580db; }
  .restruant-menu .area-pop-charges-wrap {
    float: left;
    width: 100%;
    padding: 20px 20px; }
  .restruant-menu .table, .restruant-menu .table-cart, .restruant-menu .table-opening-hours, .restruant-menu .table-delivery-areas {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px; }
  .restruant-menu .ricw-mi-varity-extras-wrapper {
    float: left;
    display: none;
    margin: 5px 0 0px;
    padding: 0px 0px;
    width: 100%; }
  .restruant-menu .mi-vew-center-content-wrapper {
    color: #000000;
    float: left;
    min-height: 100px;
    padding: 15px;
    font-size: 16px;
    background-color: #E9E9E9;
    width: 100%; }
  .restruant-menu .vew-header-wrapper {
    margin: 0 0 10px; }
  .restruant-menu .vew-cw-min-extras-num {
    font-style: italic;
    padding: 1px 0 0; }
  .restruant-menu .vew-cw-extras-item-row-group {
    line-height: 18px;
    margin: 0 0px 0 0;
    min-width: 65px;
    float: left;
    padding: 0 0 5px 0px;
    width: 100%; }
  .restruant-menu .vew-cw-extras-item-check {
    float: left;
    padding: 0px 5px 0px; }
  .restruant-menu .cew-extras-item-name-cmb {
    float: left;
    margin: 0px;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: start; }
  .restruant-menu .checkbox label::before {
    top: 4px; }
  .restruant-menu .vew-cw-extras-item-row, .restruant-menu .vew-cw-extras-item-row-group {
    float: left;
    padding: 0 0 15px 0px;
    width: 100%; }
  .restruant-menu .vew-cw-extras-item-row-group select {
    border: 1px solid #d2d2d2;
    color: #000000;
    float: left;
    font-weight: 500;
    height: 36px;
    padding: 7px;
    width: 100%;
    font-size: 12px;
    clear: both; }
  .restruant-menu .vew-cw-extras-item-row-group select option {
    border-bottom: 1px solid #DADADA;
    font-weight: 500;
    padding: 7px; }
  .restruant-menu .btn-xtras-done {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5cb85c;
    background: #5cb85c;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none; }
  .restruant-menu .btn-extras-cancel {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #000000;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: none; }
  .restruant-menu .pizza-name-label {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px; }
  .restruant-menu .clr-head-gray {
    color: #000000;
    float: none;
    font-size: 20px;
    display: inline-block;
    width: 94%; }
  .restruant-menu .topping-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  .restruant-menu .add-topping-catag-label {
    font-size: 16px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 8px; }
  .restruant-menu .add-topping-wrap {
    width: 48%;
    float: left;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative; }
  .restruant-menu .add-topping-wrap label {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 7px 10px 7px 70px; }
  .restruant-menu .add-topping-wrap input {
    margin: 4px 8px 0px 0px;
    float: left; }
  .restruant-menu .light-green-color {
    background-color: #dbffa8; }
  .restruant-menu .selected-topping {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px; }
  .restruant-menu .selected-topping-item-wrap {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
  .restruant-menu .topping-item {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #ed0000; }
  .restruant-menu .topping-cost-wrap {
    float: none;
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 black;
    border-top: 1px solid #d2d2d2;
    background: #f2f2f2;
    padding: 10px 20px 10px 0px;
    margin-bottom: -5px;
    color: #000000; }
  .restruant-menu .icow-action-wrapper {
    float: left;
    padding: 0;
    text-align: right; }
  .restruant-menu .total-topping {
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin-top: 10px; }
  .restruant-menu .total-topping span {
    padding: 0px 10px; }
  .restruant-menu .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  .restruant-menu .message-warring-wrap {
    float: left;
    width: 50%;
    font-size: 12px; }
  .restruant-menu .total-price-wrap {
    float: right;
    width: 40%;
    padding: 0px 0px 0px 0px; }
  .restruant-menu .total-price-wrap span {
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
    float: left;
    text-align: right; }
  .restruant-menu .message-warring-wrap {
    color: #000;
    position: relative;
    background: #fcf2bf;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #fcbf06;
    margin: 0px 2%; }
  .restruant-menu .itlic-font-size {
    font-size: 12px;
    font-style: italic;
    color: #888; }
  .restruant-menu .food-item-font {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    color: #888; }
  .restruant-menu .food-item-font i {
    color: #000000;
    cursor: pointer; }
  .restruant-menu .form-inline-custom {
    width: 145px;
    padding: 0px 0px;
    display: inline-block; }
    .restruant-menu .form-inline-custom .form-group {
      float: right; }
  .restruant-menu .restruant-menu .filter-wrap.search-menu-filter-page {
    text-align: center; }
  .restruant-menu .form-inline-custom label {
    font-size: 16px;
    font-weight: 500; }
  .restruant-menu .form-inline-custom select.form-control {
    background: #f2f2f2;
    border-radius: 15px !important; }
  .restruant-menu .offer-common-wrapper {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 0;
    padding: 8px 10px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    float: left; }
  .restruant-menu .txt-for-nodisc i {
    font-size: 16px;
    color: #ed0000;
    margin-right: 5px;
    padding: 5px;
    background: #fff;
    border-radius: 6px; }
  .restruant-menu .minOrderInfo {
    background-color: #007074;
    color: #f2f2f2;
    text-align: center;
    padding: 10px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-size: 12px; }
  .restruant-menu .minOrderInfo i {
    margin: 0px 5px; }
  .restruant-menu .symbol-label {
    float: right;
    padding: 0px 15px 5px 15px;
    font-size: 12px; }
  .restruant-menu .area-name {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-top: 7px; }
  .restruant-menu .topping-option-btn, .restruant-menu .customise-btn-toppying {
    float: right;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #aaa;
    padding: 2px 5px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 15px;
    background: #f2f2f2;
    color: #000000;
    text-decoration: none; }
  .restruant-menu .customise-btn-toppying {
    float: left;
    margin-bottom: 5px; }
  .restruant-menu .topping-option-btn:hover, .restruant-menu .customise-btn-toppying:hover {
    background: #ed0000;
    color: #fff;
    border: 1px solid #ed0000; }
  .restruant-menu .item-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 8px;
    padding-left: 8px;
    background: #eee; }
  .restruant-menu .menu-column {
    margin-top: 20px; }
  .restruant-menu .discount-bg-color {
    background: #fff;
    margin: 0px; }
  .restruant-menu .discount-label-color {
    color: #484848 !important; }
  .restruant-menu .discount-label-color-icon {
    color: #ed0000 !important; }
  .restruant-menu .restruant-accordian-bg-color {
    background-color: #f2f2f2;
    margin: 0px; }
  .restruant-menu .restruant-menu-color {
    color: #373737; }
  .restruant-menu .panel {
    box-shadow: none; }
  .restruant-menu .panel-body {
    padding: 10px; }
  .restruant-menu .panel-group {
    margin-bottom: 10px; }
  .restruant-menu .panel-group .panel {
    margin-top: 0px;
    border-radius: 0px; }
  .restruant-menu .panel-group .panel + .panel {
    margin-top: 0px;
    border-radius: 0px; }
  .restruant-menu .mar-bottom-10 {
    float: left;
    min-height: 66px;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0px; }
  .restruant-menu .table, .restruant-menu .table-cart, .restruant-menu .table-opening-hours, .restruant-menu .table-delivery-areas {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px; }
  .restruant-menu .mar-right-5 {
    margin-right: 5px; }
  .restruant-menu .item-not-available-icon {
    position: absolute;
    top: 6px;
    left: 8px;
    color: #ffc500;
    font-size: 14px; }
  .restruant-menu .note {
    color: #000;
    position: relative;
    background: #fcf2bf;
    padding: 5px 30px;
    margin-top: 5px;
    border: 1px solid #fcbf06;
    font-size: 12px; }
  .restruant-menu .item-label-price-cs {
    font-weight: normal;
    margin-right: 30px;
    float: right;
    color: #666;
    text-align: right; }
  .restruant-menu .item-base-price {
    float: left;
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .restruant-menu .item-button-container {
    width: auto;
    float: right;
    padding: 0px;
    margin-left: 15px; }
    .restruant-menu .item-button-container .deal-minus-btn {
      background-color: #ed0000 !important; }
  .restruant-menu .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px; }
  .restruant-menu .input-group-btn .btn-group {
    display: flex !important; }
  .restruant-menu .btn-group .btn {
    border-radius: 0;
    margin-left: -1px; }
  .restruant-menu .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .restruant-menu .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .restruant-menu .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0; }
  .restruant-menu .filter-btn-deactive {
    background: #fff;
    padding: 0px 10px !important;
    height: 39px !important;
    min-height: 39px !important;
    border-radius: 0px !important;
    line-height: 34px !important;
    margin-left: 15px !important;
    font-size: 18px;
    float: left;
    border: none;
    display: table-cell;
    border: 1px solid #d2d2d2; }
  .restruant-menu .filter-btn-active {
    background: #d2d2d2;
    padding: 0px 10px !important;
    height: 34px !important;
    min-height: 34px !important;
    border-radius: 0px !important;
    line-height: 34px !important;
    margin-left: 15px !important;
    font-size: 18px;
    float: left;
    border: none;
    /* display: table-row-group; */
    display: table-cell; }
  .restruant-menu .filter-btn-deactive:before, .restruant-menu .filter-btn-active:before {
    font-size: 20px !important; }
  .restruant-menu .search-menu-item-wrap {
    background: #fff;
    padding: 20px 0px 20px 0px; }
  .restruant-menu .btn-small-wrap {
    font-size: 9px;
    padding: 0px 0px;
    width: 18px;
    min-width: 18px;
    /* float: left; */
    background: none;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    color: #444;
    height: 18px;
    line-height: 18px;
    border-color: #aaa;
    margin: 0px 0px 0px 3px; }
  .restruant-menu .btn-small-wrap:hover {
    background: #000000;
    color: #fff; }
  .restruant-menu .cross-filter {
    float: none;
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer; }
  .restruant-menu .offer-not-included {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    background: #ed0000;
    padding: 1px 5px;
    font-weight: normal; }
  .restruant-menu .label-ite-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; }
  .restruant-menu .label-ite-name + p {
    margin-bottom: 20px; }
  .restruant-menu .label-ite-name i {
    color: #4A4A4A;
    margin-left: 5px;
    cursor: pointer; }
  .restruant-menu .label-ite-name i:hover {
    color: #4A4A4A; }
  .restruant-menu #adv-search .form-control {
    border: 1px solid #d2d2d2;
    border-radius: 45px;
    padding: 5px 0;
    color: #000;
    font-size: 16px;
    background: #fff;
    margin: 0;
    text-indent: 0;
    width: 100%;
    padding: 10px 5px 10px 40px;
    margin: 0;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px; }
  .restruant-menu #adv-search i {
    position: absolute;
    left: 15px;
    top: 14px;
    z-index: 10;
    color: #aaa;
    font-size: 18px; }
  .restruant-menu .select-time-wrap .form-control {
    background: #f2f2f2;
    border-radius: 15px !important; }
  .restruant-menu .item-div-wrap {
    float: left;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px; }
  .restruant-menu .item-name-wrap {
    float: left;
    width: 75%;
    /* padding: 0px 2%; */
    padding: 0px 2% 0px 0px; }
  .restruant-menu .item-price-wrap {
    float: right;
    width: 25%;
    padding: 0px 0%;
    text-align: right; }
  .restruant-menu .qctx-row {
    float: left;
    padding: 0 15px 4px;
    width: 100%;
    text-align: right;
    margin-top: 5px; }
  .restruant-menu .a-extras-edit {
    color: #7a7a7a;
    font-size: 12px;
    text-decoration: underline;
    text-align: left;
    cursor: pointer; }
  .restruant-menu .qctx-items-dtl-wrap {
    font-size: 12px;
    text-align: left; }
  .restruant-menu .qctx-items-dtl-wrap span {
    float: left;
    width: 100%;
    font-size: 11px; }
  .restruant-menu .basket-checkout-btn-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    position: relative; }
  .restruant-menu .res-btn-checkout {
    padding: 10px;
    display: inline-block;
    background: #000000;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    width: 75%; }
  .restruant-menu .checkOutBtn {
    width: 100%;
    color: #fff;
    background: #ed0000;
    border-radius: 0 !important; }
    .restruant-menu .checkOutBtn i {
      margin-right: 10px; }
    .restruant-menu .checkOutBtn a {
      font-size: 18px !important; }
  .restruant-menu .res-btn-checkout:hover {
    background: #ed0000;
    color: #fff; }
  .restruant-menu .res-btn-checkout-disable {
    color: #8c8f91 !important;
    background-color: #f2f2f2 !important;
    cursor: default !important;
    border: 1px solid #d2d2d2 !important; }
  .restruant-menu .res-btn-checkout-disable:hover {
    color: #8c8f91 !important;
    background-color: #f2f2f2 !important;
    cursor: default !important;
    border: 1px solid #d2d2d2 !important; }
  .restruant-menu .total-item-row {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0px 15px; }
  .restruant-menu .item-total-label {
    float: left; }
  .restruant-menu .item-total-price-label {
    float: right; }
  .restruant-menu .total-text-wrap {
    padding: 10px 15px 30px 15px !important;
    font-size: 18px !important;
    font-weight: bold; }
  .restruant-menu .deal-edit {
    width: 100%;
    text-align: left; }
  .restruant-menu .deal-edit i {
    cursor: pointer; }
  .restruant-menu .vew-cw-min-extras-num {
    padding: 10px 10px;
    width: 100%;
    float: left;
    background: #d2d2d2;
    margin-bottom: 15px;
    position: relative; }
  .restruant-menu .mandatory-label {
    float: right;
    margin: 0px 15px 0px 0px;
    position: absolute;
    right: 0px;
    top: 11px;
    padding: 0px 0px 0px 15px; }
  .restruant-menu .mandatory-label span {
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    top: -4px;
    left: 0px;
    color: #ed0000; }
  .restruant-menu .extras-check-div {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  .restruant-menu .mar-botm-5 {
    margin-bottom: 5px; }
  .restruant-menu .form-control-min, .restruant-menu .form-control-max {
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px 10px 30px;
    font-size: 16px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 45px;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px; }

/*restaurant menu css ends here*/
/* map page css starts here */
.map-section iframe {
  width: 100%;
  height: 450px;
  margin: 20px 0px; }

.map-section h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  margin-bottom: -10px; }

/* map page css ends here */
/*.deliver-bg {
		background: #ed0000;
	}

	.collection-bg {
		background: #3c75ba;
	}

	.eatin-bg {
		background: #0dac4b;
	}*/
/*checkout css starts here*/
.dropdown.contact-person-field {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.contact-person-field {
  cursor: pointer;
  position: relative; }

.ch-or-addres-wrap {
  position: relative;
  float: left;
  min-height: 52px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  color: #000;
  text-indent: 15px; }

span.address-input-label {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 25px; }

span.address-input-label + i {
  color: #000;
  position: absolute;
  left: -3px;
  top: 15px;
  font-size: 18px; }

.contact-p-name {
  display: flex;
  padding: 25px 0 5px 25px;
  line-height: 18px;
  flex-wrap: wrap; }

.contact-p-name span {
  font-weight: 500; }

.contact-p-name span + span {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  text-indent: 5px; }

.contact-p-name + .caret {
  position: absolute;
  top: 50%;
  right: 15px; }

div#dvContactNumber {
  width: 100%;
  float: left; }

.save-contact-wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px; }

a.save-contact {
  color: #03a9f4;
  cursor: pointer; }

.dropdown-menu {
  background: #fff;
  width: 100%;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  padding: 15px 15px 10px;
  display: none;
  box-sizing: border-box;
  margin: 0 0 0 0;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  top: auto; }

.contact-p-inner-name {
  display: flex;
  flex-direction: column;
  padding: 8px 40px;
  line-height: 18px;
  text-align: left; }

.contact-p-inner-name span {
  color: #666; }

.contact-p-inner-name span + span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-indent: 5px;
  margin-top: 5px; }

.contact-person-field .dropdown-menu {
  width: 100%;
  top: 50px;
  padding: 0;
  box-shadow: 0 3px 5px #aaa; }

#ddlTakeawayAddress {
  padding-left: 40px;
  -webkit-appearance: none;
  padding-right: 40px; }

.checkout-addres-drop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px !important;
  min-height: 57px;
  text-align: left; }
  .checkout-addres-drop i {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    color: #333;
    position: absolute;
    left: 15px !important;
    top: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; }

.checkout-addres-drop:after {
  top: 50% !important; }

.order-type-icon-checkout {
  font-size: 11px;
  line-height: 22px;
  margin-right: 0px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block !important; }

.checkout-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
  /*.order-guest-add-more-item-btn:hover {
        background: #ed0000;
        font-size: 12px;
        color: #fff;
        padding: 3px 6px;
        float: left;
        border-radius: 3px;
        text-decoration: none;
        cursor: pointer;
    }*/
  /*checkout voucher css starts here*/ }
  .checkout-wrap .login-form .padding-responive-0 {
    /*.login-btn-height {
                width: 76.36px !important;
                height: 39px !important;
                padding-top: 4px;
            }*/ }
    .checkout-wrap .login-form .padding-responive-0 .login-btn-singup {
      width: 179px !important;
      height: 39px !important; }
  .checkout-wrap .checkout-restaurant-title-wrap {
    float: left;
    width: 100%;
    background: #f2f2f2;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 10px; }
  .checkout-wrap .checkout-title-heading {
    float: left;
    width: 80%; }
    .checkout-wrap .checkout-title-heading a {
      color: #333;
      cursor: pointer; }
  .checkout-wrap #divLoginPanel {
    background: none !important;
    position: relative !important;
    margin-top: 0px !important; }
    .checkout-wrap #divLoginPanel .input-icon-wraper input, .checkout-wrap #divLoginPanel .input-icon-wraper textarea {
      color: #333 !important; }
    .checkout-wrap #divLoginPanel .forgot-label {
      color: #333 !important; }
    .checkout-wrap #divLoginPanel .login-form {
      background: none;
      padding: 0px;
      color: #333; }
      .checkout-wrap #divLoginPanel .login-form input {
        background-color: #fff;
        border: 1px solid #d2d2d2; }
      .checkout-wrap #divLoginPanel .login-form i {
        color: #666; }
      .checkout-wrap #divLoginPanel .login-form .col-md-6 {
        width: 100%;
        clear: both; }
    .checkout-wrap #divLoginPanel .user-login {
      border-left: none !important; }
    .checkout-wrap #divLoginPanel .btn-facebook, .checkout-wrap #divLoginPanel .btn-google-plus {
      color: #fff !important;
      font-size: 18px;
      margin-bottom: 15px; }
      .checkout-wrap #divLoginPanel .btn-facebook i, .checkout-wrap #divLoginPanel .btn-google-plus i {
        color: #fff !important;
        line-height: 40px; }
    .checkout-wrap #divLoginPanel .social-btn-main-wrapper h2 {
      margin-top: 0px; }
    .checkout-wrap #divLoginPanel .separter {
      color: #333 !important;
      text-shadow: none !important; }
  .checkout-wrap .save-card-number-drop-down {
    float: left;
    margin-bottom: 15px;
    margin-left: 20px; }
  .checkout-wrap .restaurant-asap-filter-wrap {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 5px; }
    .checkout-wrap .restaurant-asap-filter-wrap .restaurant-asap-select-filter {
      display: inline-block;
      margin-left: 5px;
      font-size: 15px; }
      .checkout-wrap .restaurant-asap-filter-wrap .restaurant-asap-select-filter .select-asap {
        position: relative;
        display: inline-block;
        flex: 1;
        vertical-align: middle;
        margin-right: 0px; }
      .checkout-wrap .restaurant-asap-filter-wrap .restaurant-asap-select-filter label {
        vertical-align: middle;
        font-size: 15px;
        display: inline; }
      .checkout-wrap .restaurant-asap-filter-wrap .restaurant-asap-select-filter .order-time-change {
        font-size: 12px;
        color: #39b3d7;
        padding: 3px 6px;
        text-decoration: underline;
        cursor: pointer; }
  .checkout-wrap .checkout-back-login-btn-wrap {
    text-align: center; }
  .checkout-wrap .checkout-detail-wrap {
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    display: inline-block;
    width: 58%;
    float: left; }
  .checkout-wrap .checkout-item-wrap {
    padding: 10px 10px 0px 10px;
    display: inline-block;
    width: 100%;
    /*max-height: 450px;
        overflow-y: auto;*/ }
  .checkout-wrap .item-div-wrap {
    float: left;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px; }
  .checkout-wrap .item-name-wrap {
    float: left;
    width: 75%;
    padding: 0px 2% 0px 0px; }
  .checkout-wrap .item-price-wrap {
    float: right;
    width: 25%;
    padding: 0px 0%;
    text-align: right; }
  .checkout-wrap .qctx-row {
    float: left;
    padding: 0 20px 4px;
    width: 100%;
    text-align: right; }
  .checkout-wrap .a-extras-edit {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    text-align: left; }
  .checkout-wrap .qctx-items-dtl-wrap {
    font-size: 12px;
    text-align: left; }
  .checkout-wrap .qctx-items-dtl-wrap span {
    float: left;
    width: 100%;
    font-size: 11px;
    color: #888; }
  .checkout-wrap .itlic-font-size {
    font-size: 12px;
    font-style: italic;
    color: #888; }
  .checkout-wrap .food-item-font {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    color: #888; }
  .checkout-wrap .order-guest-add-more-item-btn-wrap {
    /*width: 100%;*/
    padding: 0px 10px;
    display: inline-block; }
  .checkout-wrap .order-guest-add-more-item-btn {
    background: #000000;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    float: left;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 20px; }
  .checkout-wrap .order-item-charges-wrap {
    float: left;
    background: #f2f2f2;
    width: 100%;
    padding: 20px 2% 20px 2%; }
  .checkout-wrap .order-item-deliver-charges-total-wrap {
    float: right;
    width: 100%; }
  .checkout-wrap .order-item-d-c-inner {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px; }
  .checkout-wrap .order-item-ch {
    /*width: 50%;*/
    margin: 0px 0px 0px 0px;
    text-align: right; }
  .checkout-wrap .order-item-prc {
    /*width: 50%;*/
    margin: 0px 0px 0px 0px;
    text-align: right; }
  .checkout-wrap .order-total-payable-wrap {
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
    position: relative;
    padding-right: 0px;
    display: flex; }
  .checkout-wrap .order-pay-rs-name {
    padding: 0px 20px 0px 0px;
    text-align: right;
    color: #000000;
    flex: 1; }
  .checkout-wrap .total-pay-rs {
    color: #000000;
    text-align: right; }
  .checkout-wrap .basket-checkout-btn-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    position: relative; }
  .checkout-wrap .checkout-btn-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
    .checkout-wrap .checkout-btn-loader .sk-three-bounce .sk-child {
      width: 10px !important;
      height: 10px !important;
      background-color: #333; }
  .checkout-wrap .processing-label {
    white-space: nowrap;
    color: #333; }
  .checkout-wrap .res-btn-checkout {
    padding: 5px 40px;
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 14px; }
  .checkout-wrap .res-btn-checkout:hover {
    background: #ed0000;
    color: #fff; }
  .checkout-wrap .total-price-item-wrap {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding: 10px 10px 0px 10px;
    border-top: 1px solid #d2d2d2; }
  .checkout-wrap .total-item-row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0px 15px; }
  .checkout-wrap .item-total-label {
    float: left; }
  .checkout-wrap .item-total-price-label {
    float: right; }
  .checkout-wrap .mar-bottom-10 {
    margin-bottom: 10px !important; }
  .checkout-wrap label.checkout-radio-label {
    font-size: 14px;
    margin-left: 5px; }
  .checkout-wrap .checkout-radio-label .blance {
    font-size: 14px;
    color: #666; }
  .checkout-wrap .discount-voucher-wrap .discount-label {
    margin-top: 5px;
    display: inline-block;
    margin-left: 5px; }
  .checkout-wrap .radio-button-wrap input[type="radio"] {
    float: left;
    margin-top: 4px; }
  .checkout-wrap .row1 {
    width: 100%;
    float: left; }
  .checkout-wrap .discount-icon-wrap {
    font-size: 20px;
    display: inline-block;
    color: #ed0000; }
  .checkout-wrap .discount-voucher-wrap .discount-label {
    margin-top: 5px;
    display: inline-block;
    margin-left: 5px; }
  .checkout-wrap .cashback {
    text-align: center;
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    display: inline-block;
    width: 100%; }
  .checkout-wrap .sign-in-btns-main {
    float: left;
    width: 100%;
    margin-top: 30px; }
    .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap {
      width: 330px;
      display: block;
      overflow: hidden;
      margin: 0 auto; }
      .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap h2 {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        font-size: 28px;
        width: 100%;
        font-weight: normal;
        text-align: left; }
      .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap h6 {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        float: left;
        margin-bottom: 5px; }
      .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div {
        display: block;
        overflow: hidden;
        clear: both;
        margin-top: 40px; }
        .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div a {
          padding: 0px;
          height: 43px;
          line-height: 43px;
          font-size: 16px;
          text-align: left;
          width: 100%;
          color: #fff;
          display: inline-block;
          text-indent: 10px;
          margin: 0px 0px 10px 0px; }
          .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div a span {
            height: 43px;
            float: left;
            width: 60px; }
        .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div a:hover {
          text-decoration: none; }
        .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .guest {
          background-color: #282828; }
          .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .guest span {
            border-right: 1px solid #444343; }
            .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .guest span i {
              background: url("../img/guest-checkout-btn-icon.png") no-repeat;
              background-size: 100% 100%;
              width: 32px;
              height: 25px;
              float: left;
              margin: 9px 0px 0px 14px; }
        .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .fb {
          background-color: #43609c; }
          .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .fb span {
            border-right: 1px solid #34528f; }
            .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .fb span i {
              background: url("../img/fb-icon.png") no-repeat;
              background-size: 100% 100%;
              width: 32px;
              height: 25px;
              float: left;
              margin: 9px 0px 0px 14px; }
        .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .google {
          background-color: #de4931; }
          .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .google span {
            border-right: 1px solid #d1432f; }
            .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap .sign-in-btns-div .google span i {
              background: url("../img/google-icon.png") no-repeat;
              background-size: 100% 100%;
              width: 28px;
              height: 25px;
              float: left;
              margin: 9px 0px 0px 18px; }
  .checkout-wrap .guest-checkout-main {
    float: right;
    width: 40%;
    margin: 10px auto 0 auto;
    padding: 0px 0px 0px 40px; }
    .checkout-wrap .guest-checkout-main .guest-checkout-wrap {
      width: 100%;
      display: block;
      overflow: hidden;
      margin: 0 auto;
      padding: 10px 0px;
      /*border: 1px solid #d2d2d2;*/ }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap h1 {
        font-size: 26px;
        padding-bottom: 15px;
        text-align: left; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap h1 span {
          color: #ed0000;
          padding-left: 10px; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .min-order {
        display: block;
        overflow: hidden;
        margin: 10px 0px;
        padding: 10px;
        font-size: 12px;
        text-align: center;
        background-color: #f2f2f2; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .name {
        float: left;
        width: 100%;
        position: relative; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .name .form-group .input-group {
          position: relative;
          display: table;
          border-collapse: separate;
          width: 100%; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .name .form-group .input-group .input-group-addon {
            padding: 9px 20px 9px 11px;
            position: absolute;
            left: 0px;
            background-color: #eee;
            border: 1px solid #ccc;
            z-index: 4; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .name .form-group .input-group input.form-control {
            padding-left: 43px; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-radio-btns {
        float: left;
        width: 100%;
        margin-top: 10px; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options {
        float: left;
        width: 100%; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .relative {
          position: relative; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options select {
          padding: 6px 12px 6px 42px; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options label {
          float: left; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea {
          float: left;
          width: 100%;
          margin-bottom: 10px; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea textarea {
            margin-top: 10px;
            padding: 10px 12px 50px 12px;
            line-height: 25px;
            width: 100%;
            text-indent: 0px;
            min-height: 140px;
            font-weight: 500; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea .checkout-addres-change-wrap {
            float: left;
            position: absolute;
            bottom: 0px;
            margin: 0px 0px 1px 0px;
            width: 100%;
            padding: 7px 0px 7px 0px;
            background: #f2f2f2;
            font-size: 14px;
            border-left: 1px solid #d2d2d2;
            border-right: 1px solid #d2d2d2;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea .checkout-addres-change-addres {
            float: left;
            margin: 0px 0px 0px 10px;
            width: 78%;
            text-align: left;
            font-weight: 500; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea .checkout-addres-change-btn {
            float: right;
            background: #282828;
            color: #d2d2d2;
            border-radius: 3px;
            padding: 2px 5px;
            font-size: 12px;
            margin: 0px 10px 0px 0px; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-check-out-options .change-address-txtarea button {
            position: absolute;
            width: 100%;
            bottom: 0px;
            left: 0px;
            bottom: 0px;
            margin: 0px; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address {
        float: left;
        width: 100%;
        position: relative; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .guest-checkout-address-btm {
          float: left;
          position: absolute;
          bottom: 15px;
          margin: 0px 0px 1px 1px;
          width: 99.7%;
          padding: 7px 0px 7px 0px;
          background: #f2f2f2;
          font-size: 12px;
          text-align: left; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .guest-checkout-address-btm span {
            float: left;
            margin: 0px 0px 0px 10px;
            width: 78%; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .guest-checkout-address-btm a {
            float: right;
            background: #282828;
            color: #d2d2d2;
            border-radius: 3px;
            padding: 2px 5px;
            font-size: 12px;
            margin: 0px 10px 0px 0px; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .collection-eatin {
          width: 100%;
          margin: 0px 0px 15px 0px;
          padding: 18px 3% 10px 3%;
          float: left;
          border: 1px solid #d2d2d2;
          border-radius: 3px; }
          .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .collection-eatin ul {
            float: left;
            width: 100%;
            margin-top: 8px; }
            .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .collection-eatin ul li {
              background-color: #f2f2f2;
              float: left;
              width: 100%; }
              .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .collection-eatin ul li a {
                color: #333;
                text-align: left; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form h4 {
        margin: 0px;
        padding: 0px 0px 15px 0px;
        text-align: left; }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form i {
        /*margin-right: 10px;*/ }
      .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .radio {
        margin: 0px;
        padding: 0px; }
        .checkout-wrap .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .radio label {
          text-align: left;
          width: 100%;
          float: left;
          margin-bottom: 10px;
          cursor: inherit;
          padding-left: 0px;
          cursor: pointer;
          outline: none; }
    .checkout-wrap .guest-checkout-main .radio label, .checkout-wrap .guest-checkout-main .checkbox label {
      min-height: 0px !important;
      color: #666; }
    .checkout-wrap .guest-checkout-main .guest-checkout-terms {
      display: block;
      overflow: hidden;
      clear: both;
      margin-top: 0px;
      padding-left: 0px;
      margin-bottom: 15px;
      text-align: center;
      font-size: 16px; }
      .checkout-wrap .guest-checkout-main .guest-checkout-terms label {
        /*width: 100%;*/ }
        .checkout-wrap .guest-checkout-main .guest-checkout-terms label a {
          color: #ed0000; }
      .checkout-wrap .guest-checkout-main .guest-checkout-terms .checkbox {
        margin-bottom: 0px;
        display: flex; }
    .checkout-wrap .guest-checkout-main a {
      font-size: 14px;
      text-align: center;
      margin: 0px 0px 0px 0px;
      display: inline-block; }
    .checkout-wrap .guest-checkout-main .checkbox-checkout-card {
      display: block;
      overflow: hidden;
      clear: both;
      /*checkbox */
      /*.checkbox-primary input[type="checkbox"]:checked + label::before {
                    background-color: #ffdd33;
                    border-color: #ffdd33;
                }*/ }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox {
        padding-left: 40px;
        margin: 0px; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 0px; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 4px;
        padding-top: 1px;
        font-size: 13px;
        color: #000; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox input[type="checkbox"] {
        opacity: 0; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        font-weight: 900; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox.checkbox-circle label::before {
        border-radius: 50%; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox.checkbox-inline {
        margin-top: 0; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-primary input[type="checkbox"]:checked + label::after {
        color: #000; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-danger input[type="checkbox"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-danger input[type="checkbox"]:checked + label::after {
        color: #fff; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-info input[type="checkbox"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-info input[type="checkbox"]:checked + label::after {
        color: #fff; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-warning input[type="checkbox"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-warning input[type="checkbox"]:checked + label::after {
        color: #fff; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-success input[type="checkbox"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c; }
      .checkout-wrap .guest-checkout-main .checkbox-checkout-card .checkbox-success input[type="checkbox"]:checked + label::after {
        color: #fff; }
    .checkout-wrap .guest-checkout-main .res-btn-new-checkout {
      padding: 7px 40px;
      display: inline-block;
      background: #ed0000;
      border-radius: 4px;
      font-size: 22px;
      color: #fff;
      width: 100%;
      text-decoration: none;
      cursor: pointer; }
  .checkout-wrap .btn-small-wrap {
    font-size: 9px;
    padding: 0px 0px;
    width: 18px;
    min-width: 18px;
    /* float: left; */
    background: none;
    border-radius: 50%;
    margin: 0px 0px 0px 0px;
    color: #444;
    height: 18px;
    line-height: 18px;
    border-color: #aaa;
    margin: 0px 0px 0px 3px; }
  .checkout-wrap .btn-small-wrap:hover {
    background: #000000;
    color: #fff; }

/*Deals css starts here*/
.deals-wrap .restaurant-list-wrap {
  float: left;
  width: 100%;
  margin: 30px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

.deals-wrap .container-wrap {
  max-width: 1270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.deals-wrap .res-gird-list-fooditem-wrap {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.deals-wrap .res-list-fooditem-wrap {
  float: left;
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px; }

.deals-wrap .res-list-fooditem-cusines-name {
  padding: 0px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #666;
  font-weight: normal; }

.deals-wrap .res-list-fooditem-order-distance {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 10px; }

.deals-wrap .res-list-fooditem-inner-wrap {
  position: relative;
  width: 100%;
  float: left;
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid #eaebeb;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fafaf8;
  min-height: 320px; }

.deals-wrap .res-list-fooditem-image-wrap {
  position: relative;
  height: 180px;
  overflow: hidden; }

.deals-wrap .res-list-fooditem-image-wrap img {
  width: 100%;
  margin-top: -60px; }

.deals-wrap .res-list-fooditem-details-wrap {
  float: left;
  width: 100%; }

.deals-wrap .res-list-fooditem-name-heading {
  font-size: 18px;
  padding: 0px 15px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500; }

.deals-wrap .price {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  display: inline-block; }

.deals-wrap .theme-btn-dash {
  border: 2px dashed #ed0000;
  color: #fff;
  background-color: #ed0000;
  transition: all .4s; }

.deals-wrap .theme-btn-dash:hover {
  border: 2px solid #ed0000;
  color: #fff;
  background-color: #ed0000; }

.deals-wrap .res-list-fooditem-wrap:nth-child(3n+1) {
  clear: both; }

.deals-wrap .vew-cw-extras-item-check {
  float: left;
  padding: 11px 0 0; }

.deals-wrap .cew-extras-item-name-cmb, .deals-wrap .cew-extras-item-name {
  float: left;
  margin: 10px 0px 5px 5px;
  min-width: 67px;
  font-weight: normal;
  text-align: left; }

.deals-wrap .mandatory-label-req {
  display: inline-block;
  margin-top: 10px;
  color: #ed0000;
  margin-left: 5px; }

.deals-wrap .vew-cw-extras-item-row-group select {
  border: 1px solid #d2d2d2;
  color: #000000;
  float: left;
  font-weight: 500;
  height: 36px;
  padding: 7px;
  width: 100%;
  clear: both; }

.deals-wrap .vew-cw-extras-item-row-group {
  width: 100%;
  float: left;
  margin-bottom: 5px; }

.deals-wrap .deal-add-item-button-wrap {
  float: left;
  width: 100%;
  margin-top: 5px; }

.deals-wrap .extera-deal-wrap {
  float: left;
  width: 100%;
  padding: 10px 20px; }

.deals-wrap .title-deal {
  float: right;
  width: 100%;
  text-align: right;
  font-weight: 500; }

.deals-wrap .btn.done-btn {
  background: #000000;
  color: #fff; }

.deals-wrap .btn.cancel-btn {
  border: 1px solid #d2d2d2;
  color: #000000;
  margin-left: 10px; }

/*Deals css ends here*/
/*Restaurant Review css starts here*/
.restaurant-review-page {
  margin: 25px 0px 0px 0px; }
  .restaurant-review-page .no-review-dv {
    display: flex;
    justify-content: center;
    width: 100%; }
  .restaurant-review-page .user-rating-wraper .rating-md {
    font-size: 18px !important; }
  .restaurant-review-page h3.general-page-heading {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0px;
    padding: 0px 0px 30px 0px; }
  .restaurant-review-page .align-center {
    float: none;
    display: block;
    overflow: hidden;
    margin: 0 auto; }
  .restaurant-review-page .review-summary {
    width: 200px;
    padding: 27px 0 15px 0;
    float: left; }
    .restaurant-review-page .review-summary h1 {
      color: #4A4A4A;
      font-size: 64px;
      font-weight: 100;
      line-height: 64px;
      text-align: center;
      white-space: nowrap;
      margin: 0px;
      padding-bottom: 10px; }
    .restaurant-review-page .review-summary .rating-review-star-wrap .rating-md {
      font-size: 30px !important; }
    .restaurant-review-page .review-summary span.total-reviews-number {
      font-size: 16px;
      display: block;
      width: 99px;
      margin: 7px auto 0px auto;
      text-align: center;
      overflow: hidden;
      float: none; }
      .restaurant-review-page .review-summary span.total-reviews-number i {
        font-size: 16px; }
  .restaurant-review-page .review-summary-dist {
    /*display: inline-block;*/
    display: block;
    width: 60%;
    margin: 0 auto; }
    .restaurant-review-page .review-summary-dist .review-bars {
      width: 100%;
      /*height: 50px;*/
      clear: both;
      display: block;
      overflow: hidden;
      margin-bottom: 2px; }
      .restaurant-review-page .review-summary-dist .review-bars span {
        float: left;
        /*width: 7%;*/
        text-align: center;
        margin: 0px 5px 0px 0px;
        font-size: 11px;
        white-space: nowrap;
        line-height: 18px;
        text-align: left; }
        .restaurant-review-page .review-summary-dist .review-bars span i {
          font-size: 12px;
          margin-right: 4px;
          color: #ed0000; }
        .restaurant-review-page .review-summary-dist .review-bars span p {
          font-size: 12px;
          color: #ed0000;
          float: left;
          width: 45px;
          margin: 0px; }
      .restaurant-review-page .review-summary-dist .review-bars div.five-star-bar {
        background-color: #88b131;
        float: left;
        width: 70%;
        /*height: 48px;*/
        padding: 2px 0px 2px 5px;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        text-align: left;
        height: 23px; }
      .restaurant-review-page .review-summary-dist .review-bars div.four-star-bar {
        background-color: #99cc00;
        float: left;
        width: 60%;
        /*height: 48px;*/
        padding: 2px 0px 2px 5px;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        text-align: left; }
      .restaurant-review-page .review-summary-dist .review-bars div.three-star-bar {
        background-color: #ffcf02;
        float: left;
        width: 50%;
        /*height: 48px;*/
        padding: 2px 0px 2px 5px;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        text-align: left;
        height: 23px; }
      .restaurant-review-page .review-summary-dist .review-bars div.two-star-bar {
        background-color: #ff9f02;
        float: left;
        width: 40%;
        /*height: 48px;*/
        padding: 2px 0px 2px 5px;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        text-align: left;
        height: 23px; }
      .restaurant-review-page .review-summary-dist .review-bars div.one-star-bar {
        background-color: #ff6f31;
        float: left;
        width: 30%;
        /*height: 48px;*/
        padding: 2px 0px 2px 5px;
        font-size: 11px;
        line-height: 18px;
        white-space: nowrap;
        text-align: left;
        height: 23px; }
  .restaurant-review-page .review-dtls-cmnts-main {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 80px;
    position: relative;
    font-size: 16px; }
    .restaurant-review-page .review-dtls-cmnts-main .dp {
      position: absolute;
      left: 0px;
      top: 0px; }
      .restaurant-review-page .review-dtls-cmnts-main .dp img {
        width: 60px;
        height: 60px;
        border: 2px solid #ccc;
        border-radius: 50%; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side {
      float: left;
      margin: 6px 0px 0px 0px;
      width: 100%; }
      .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper {
        width: 100%;
        float: left; }
        .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span {
          float: left;
          margin-bottom: 6px; }
        .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span + span {
          float: right;
          color: #666;
          font-size: 14px; }
      .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span {
        font-size: 16px;
        padding-top: 5px;
        display: inline-block;
        width: 100%; }
        .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span i {
          margin-right: 3px;
          color: #4A4A4A; }
      .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side p {
        margin: 5px; }
  .restaurant-review-page .review-wrap {
    padding-bottom: 50px; }
  .restaurant-review-page .bx_slider {
    width: 82%;
    float: right; }
    .restaurant-review-page .bx_slider .reviews-column {
      float: left;
      width: 45%; }
  .restaurant-review-page .reviews-column:nth-child(odd) {
    float: left; }
  .restaurant-review-page .reviews-column:nth-child(even) {
    float: right; }
  .restaurant-review-page .reviews-column:nth-child(2n+1) {
    clear: both; }
  .restaurant-review-page .top-section-review {
    /*width: 57%;*/
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 80px; }

/*Restaurant Review css ends here*/
/* Verification page css starts here */
.verification-fields-wraper {
  width: 100%;
  float: left;
  padding-right: 100px;
  margin: 10px 0px;
  position: relative; }
  .verification-fields-wraper a {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 15px;
    padding-right: 15px; }

.dont-receive-label, .verification-check-email-label {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px; }

.registration-main-right-content {
  float: left;
  width: 100%; }
  .registration-main-right-content .email-addres-veri-wrap {
    display: block;
    overflow: hidden;
    width: 400px;
    padding-top: 50px;
    margin: 0 auto; }
    .registration-main-right-content .email-addres-veri-wrap .rbc-login-heading-wrapper .rbc-reg-form-required-msg span.registration-header-name {
      font-size: 18px; }
    .registration-main-right-content .email-addres-veri-wrap .rbc-login-heading-wrapper .rbc-reg-form-required-msg span + span {
      color: #736d6d;
      margin: 5px 0 15px 0px;
      float: left; }
    .registration-main-right-content .email-addres-veri-wrap .verification-content-wrap-stp-1 {
      float: left;
      width: 100%; }
      .registration-main-right-content .email-addres-veri-wrap .verification-content-wrap-stp-1 span {
        float: left;
        width: 100%; }
      .registration-main-right-content .email-addres-veri-wrap .verification-content-wrap-stp-1 .vr-save-wrap {
        width: 100%;
        margin: 10px 0px;
        position: relative; }
        .registration-main-right-content .email-addres-veri-wrap .verification-content-wrap-stp-1 .vr-save-wrap input[type="text"] {
          padding: 6px 12px 6px 40px; }
        .registration-main-right-content .email-addres-veri-wrap .verification-content-wrap-stp-1 .vr-save-wrap i {
          position: absolute;
          left: 0px;
          top: 0px;
          padding: 9px 10px 8px 10px;
          background-color: #d2d2d2;
          color: #f2f2f2;
          width: 35px;
          font-size: 16px;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
  .registration-main-right-content .resend-verification-wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center; }

/* Verification page css ends here */
.padding-left-40 {
  padding-left: 40px !important; }

/*Payment Methods css starts here*/
.payment-methods-main-wrap {
  float: left;
  width: 100%;
  padding-left: 8px; }
  .payment-methods-main-wrap span {
    width: auto !important; }

.payment-methods-main-wrap ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.payment-methods-main-wrap ul li .cardnumber {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center; }

.payment-methods-main-wrap ul li .cardnumber i {
  float: left;
  color: #000000;
  margin: 0px 7px 0 0;
  font-size: 15px; }

.payment-methods-main-wrap ul li div {
  float: left;
  color: #a7a0a0; }

.payment-methods-main-wrap ul li a {
  float: right;
  margin: 0 !important;
  padding: 2px 8px !important;
  height: auto;
  line-height: 1.42857;
  font-size: 14px; }

/*Payment Methods css ends here*/
/*Restaurant info css starts here*/
.restaurant-info-page .address-map-wrap-main {
  width: 400px;
  float: left;
  overflow: hidden; }
  .restaurant-info-page .address-map-wrap-main .sr-map-imgs {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden; }
    .restaurant-info-page .address-map-wrap-main .sr-map-imgs img {
      width: 100%; }
  .restaurant-info-page .address-map-wrap-main .address-map-wrap-inner {
    float: left;
    width: 263px;
    padding: 10px 0px 0px 10px; }
    .restaurant-info-page .address-map-wrap-main .address-map-wrap-inner .address-map-heading {
      float: left;
      width: 100%;
      margin: 0px 0px 5px 0px;
      color: #4A4A4A;
      font-size: 16px;
      font-weight: normal; }
    .restaurant-info-page .address-map-wrap-main .address-map-wrap-inner .map-full-address {
      float: left;
      color: #777; }

.restaurant-info-page .rest-info-img {
  border: 1px solid #d2d2d2;
  width: 190px;
  height: 140px;
  display: block;
  overflow: hidden;
  float: none;
  margin: 20px auto 0px auto;
  border-radius: 5px; }

.restaurant-info-page .rest-info-img img {
  width: 100%;
  height: auto; }

.restaurant-info-page .rest-info-head h3 {
  color: #333;
  font-size: 18px;
  float: left;
  width: 100%;
  font-weight: 500; }

.restaurant-info-page .rest-info-head h3 i {
  margin-right: 8px;
  color: #4A4A4A; }

.restaurant-info-page .rest-info-head p {
  font-size: 15px;
  float: left;
  width: 100%;
  color: #666; }

.restaurant-info-page .rest-info-head ul {
  float: left; }

.restaurant-info-page .rest-info-head ul li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  width: 100%; }

.restaurant-info-page .rest-info-head ul li span {
  width: 50%;
  float: left; }

.restaurant-info-page .rest-info-head ul li span + span {
  text-align: center;
  float: right;
  width: auto; }

.restaurant-info-page .full-width {
  width: 100%; }

.restaurant-info-page .rest-info-head button {
  color: #fff;
  background-color: #ed0000;
  width: 170px;
  display: block;
  overflow: hidden;
  float: none;
  margin: 25px auto 0 auto; }

.restaurant-info-page .rest-info-head button:hover {
  color: #fff; }

.restaurant-info-page .padding-top-15 {
  padding-top: 15px; }

.restaurant-info-page .rest-info-head select {
  /*width:45%;*/
  float: left; }

.restaurant-info-page .rest-info-head select.city-select {
  width: 150px;
  padding-top: 0px !important;
  padding-bottom: 0 !important; }

.restaurant-info-page .rest-info-head select.area-select {
  width: 230px;
  padding-top: 0px !important;
  padding-bottom: 0 !important; }

.restaurant-info-page .margin-left-10 {
  margin-left: 10px; }

.restaurant-info-page .margin-top-0 {
  margin-top: 0px; }

.restaurant-info-page .area-dlvry-dtls {
  margin-top: 10px;
  float: left;
  width: 100%; }

.restaurant-info-page .area-dlvry-dtls table {
  width: 50%;
  float: left; }

.restaurant-info-page .area-dlvry-dtls table thead {
  margin-top: 10px; }

.restaurant-info-page .area-dlvry-dtls table thead tr th {
  color: #b3b3b3;
  font-weight: normal;
  text-align: left;
  font-size: 12px; }

.restaurant-info-page .area-dlvry-dtls table thead tr td {
  padding: 10px 0; }

.restaurant-info-page .area-dlvry-dtls table tbody tr td {
  font-size: 12px;
  padding-bottom: 5px; }

.restaurant-info-page .area-dlvry-dtls table tbody tr td.block-sector {
  width: 184px; }

.restaurant-info-page .rest-info-head h5 {
  color: #000000;
  font-size: 17px;
  padding: 10px 0px; }

.restaurant-info-page .rest-info-map iframe {
  width: 100%;
  height: 220px; }

.restaurant-info-page .no-img-gallery a {
  margin: 0 auto;
  float: none;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: none;
  width: 250px;
  clear: both; }

.restaurant-info-page .rest-gallery-img a img {
  width: 60px;
  border: 1px solid #d2d2d2;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin: 10px 10px 10px 0px;
  float: left; }

.restaurant-info-page .clear-both {
  clear: both; }

.restaurant-info-page .font-size12 {
  font-size: 12px; }

.restaurant-info-page .width55 {
  width: 54px; }

.restaurant-info-page .restaurant-info-working-hours-inner-div {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center; }

.restaurant-info-page .restaurant-info-working-working-hours-days {
  width: 100%;
  float: left;
  padding: 5px 0px 0px 1px;
  font-size: 14px; }

.restaurant-info-page .restaurant-info-working-working-hours-days-bold {
  width: 100%;
  float: left;
  padding: 5px 0px 0px 1px;
  font-size: 14px;
  font-weight: 500; }

/*Restaurant info css ends here*/
/* E-Wallet page css starts here */
.e-wallet-main {
  /*checkbox */
  /*.checkbox-primary input[type="checkbox"]:checked + label::before {
        background-color: #ffdd33;
        border-color: #ffdd33;
    }*/ }
  .e-wallet-main .e-wallet-bal {
    display: block;
    overflow: hidden;
    padding: 10px 0px;
    border-bottom: 1px solid #d2d2d2;
    width: 100%; }
    .e-wallet-main .e-wallet-bal .e-wallet-icon {
      padding: 5px 10px;
      background-color: #00a65a;
      float: left; }
    .e-wallet-main .e-wallet-bal i {
      font-size: 36px;
      color: #fff;
      float: left; }
    .e-wallet-main .e-wallet-bal .current-balance h6 {
      font-size: 14px;
      text-align: center;
      margin: 5px 0px 5px 0px; }
    .e-wallet-main .e-wallet-bal .current-balance i {
      font-size: 36px;
      color: #000000;
      float: left; }
    .e-wallet-main .e-wallet-bal .current-balance i.fa-gbp {
      font-size: 18px;
      margin-top: 10px; }
    .e-wallet-main .e-wallet-bal .current-balance .cuurent-bal {
      color: #000000;
      font-size: 24px;
      display: inline-block;
      margin: 0px;
      font-weight: 800; }
      .e-wallet-main .e-wallet-bal .current-balance .cuurent-bal span {
        font-size: 16px;
        font-weight: 300; }
  .e-wallet-main .current-balance {
    float: left;
    margin-left: 10px; }
  .e-wallet-main .cashback-select-div {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 19px; }
    .e-wallet-main .cashback-select-div .cashback-label {
      font-size: 14px;
      text-align: left;
      margin: 0px;
      padding: 0px;
      float: left;
      line-height: 26px; }
    .e-wallet-main .cashback-select-div select {
      float: right;
      padding: 3px; }
  .e-wallet-main .cashback-referral {
    float: none;
    display: block;
    overflow: hidden;
    width: 280px;
    margin: 22px auto 0 auto; }
    .e-wallet-main .cashback-referral .cashback-check-div {
      float: left; }
      .e-wallet-main .cashback-referral .cashback-check-div i {
        float: left;
        color: #000000;
        font-size: 16px;
        margin-right: 34px; }
  .e-wallet-main .list-main {
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
    font-size: 16px; }
    .e-wallet-main .list-main .list-main-wrapper {
      width: 100%;
      padding: 10px 0px; }
      .e-wallet-main .list-main .list-main-wrapper i {
        font-size: 18px;
        margin: 0px 5px 0px 0px; }
      .e-wallet-main .list-main .list-main-wrapper span {
        margin: 0px 4px 0px 0px; }
  .e-wallet-main .no-record-div {
    padding: 20px 0px;
    display: block;
    overflow: hidden;
    width: 100%; }
    .e-wallet-main .no-record-div h3 {
      color: #000000;
      text-align: center;
      font-weight: 300; }
  .e-wallet-main .checkbox {
    padding-left: 20px;
    margin: 0px; }
  .e-wallet-main .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 0px; }
  .e-wallet-main .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .e-wallet-main .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -21px;
    padding-left: 4px;
    padding-top: 1px;
    font-size: 13px;
    color: #000; }
  .e-wallet-main .checkbox input[type="checkbox"] {
    opacity: 0; }
  .e-wallet-main .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .e-wallet-main .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900; }
  .e-wallet-main .checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
  .e-wallet-main .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
  .e-wallet-main .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .e-wallet-main .checkbox.checkbox-inline {
    margin-top: 0; }
  .e-wallet-main .checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #000; }
  .e-wallet-main .checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
  .e-wallet-main .checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .e-wallet-main .checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .e-wallet-main .checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .e-wallet-main .checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .e-wallet-main .checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }
  .e-wallet-main .checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .e-wallet-main .checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

/* E-Wallet page css ends here */
/*tabs css starts here*/
.tabs-menu {
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  min-height: 500px;
  /*Tabs after login css starts here*/
  /*Tabs after login css ends here*/ }
  .tabs-menu .tab-icon {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    margin: 0px auto; }
  .tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .tabs-menu .delivering-active {
    background-image: url(../img/delivering-active.png);
    background-size: contain; }
  .tabs-menu .kitchen-active {
    background-image: url(../img/In-kitchen-active.png);
    background-size: contain; }
  .tabs-menu .served-active {
    background-image: url(../img/served-active.png);
    background-size: contain; }
  .tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .tabs-menu .tab-item span {
    opacity: 0.4; }
  .tabs-menu .tab-item-active span {
    opacity: 1 !important; }
  .tabs-menu .order-type {
    width: 100%;
    float: left;
    text-align: center; }
  .tabs-menu .border-tabs-wrap {
    border: 1px solid #D2D2D2; }
  .tabs-menu .assertive {
    color: #ea0000; }
  .tabs-menu .tab-row {
    padding-left: 90px;
    min-height: 72px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    text-align: left; }
  .tabs-menu p.common-font-14.mar-bottom-5 {
    font-size: 12px; }
  .tabs-menu .tab-row:last-child {
    border-bottom: none; }
  .tabs-menu .tab-res-name {
    margin-bottom: 0px;
    float: left;
    margin-top: 10px; }
  .tabs-menu .order-type-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .tabs-menu .mar-bottom-5 {
    margin-bottom: 5px; }
  .tabs-menu .inner-round-button {
    margin: 50px 0px 0px -2px;
    font-size: 12px;
    display: inline-block;
    min-width: 50px;
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center; }
  .tabs-menu .clearfix {
    clear: both; }
  .tabs-menu .order-type-date {
    color: #666;
    display: inline-block;
    width: 100%; }
  .tabs-menu .address-order-wrap {
    width: 80%;
    float: left; }
  .tabs-menu .button-round-active {
    width: 25px;
    height: 25px;
    margin: 0px auto -5px auto !important;
    display: block;
    border-radius: 50%;
    background-color: #ea0000; }
  .tabs-menu .bg-collection {
    background-color: #3a75bb !important; }
  .tabs-menu .bg-eat-in {
    background-color: #0cad4d !important; }
  .tabs-menu .button-round {
    float: right !important;
    margin: 0px 0px 0px 0px !important;
    position: absolute;
    top: 30px;
    left: 10px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .tabs-menu .delivery {
    background-image: url(../img/delivery-h.png);
    background-size: contain; }
  .tabs-menu .collection {
    background-image: url(../img/take-away-h.png);
    background-size: contain; }
  .tabs-menu .eat-in {
    background-image: url(../img/dine-in-h.png);
    background-size: contain; }
  .tabs-menu .btn-view {
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .tabs-menu .btn-primary {
    color: #fff;
    background-color: #387ef5;
    border-color: #387ef5; }
  .tabs-menu .btn-view-new {
    color: #387ef5;
    font-size: 14px; }
  .tabs-menu .hide-data-type {
    display: none; }
  .tabs-menu .o-section {
    border: 1px solid #d2d2d2; }
  .tabs-menu .order-type-dropdown {
    /* float: left; */
    display: table;
    width: 250px;
    margin-bottom: 15px;
    font-size: 16px; }
    .tabs-menu .order-type-dropdown .form-control {
      padding: 0px 12px !important; }
  .tabs-menu .order-type-dropdown span, .tabs-menu .order-type-dropdown div {
    display: table-cell;
    vertical-align: middle; }
  .tabs-menu .my-order-section-wrap {
    padding: 30px 30px;
    background: #f2f2f2;
    display: flex;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap; }
  .tabs-menu .my-order-section-inner-wrap {
    background: #fff;
    display: table;
    width: 100%; }
  .tabs-menu .my-order-wrap {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px;
    display: table;
    width: 100%; }
  .tabs-menu .my-order-wrap:hover {
    background: #d2d2d2;
    cursor: pointer; }
  .tabs-menu .my-order-wrap:last-child {
    border-bottom: none; }
  .tabs-menu .my-order-id-name-wrap {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    font-size: 16px; }
  .tabs-menu .my-order-id-label {
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px; }
  .tabs-menu .my-order-new-row {
    display: flex;
    width: 100%;
    margin-bottom: 30px; }
  .tabs-menu .left-row, .tabs-menu .right-row {
    flex: 1;
    display: flex;
    justify-content: space-between; }
  .tabs-menu .my-order-row {
    display: flex;
    width: 100%; }
  .tabs-menu .my-order-left {
    flex: 1;
    max-width: 180px; }
  .tabs-menu .my-order-right {
    flex: 1;
    max-width: 180px; }
  .tabs-menu .my-order-label {
    font-size: 16px;
    color: #333; }
  .tabs-menu .my-order-label-sub {
    color: #666;
    font-size: 16px;
    margin-top: 2px;
    padding-right: 10px; }
  .tabs-menu .my-order-type {
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block; }
  .tabs-menu .review-order-row {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px; }
  .tabs-menu .review-star-rating {
    font-size: 10px;
    margin-left: 0px; }
  .tabs-menu .review-star-rating .rating-container .empty-stars {
    color: #333 !important; }
  .tabs-menu .review-order-rating {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px; }
  .tabs-menu .reviewed-style {
    background: #eff780;
    font-style: italic;
    padding: 5px;
    color: #333;
    margin-top: 5px;
    display: inline-block; }
  .tabs-menu .review-star-label {
    margin-right: 20px; }
  .tabs-menu .new {
    background: #0080ca !important;
    color: #fff !important; }
  .tabs-menu .kitchen {
    background: Yellow !important;
    color: #000 !important;
    text-shadow: none; }
  .tabs-menu .ready {
    background: #4CAF50 !important;
    color: #fff !important; }
  .tabs-menu .delivered {
    background: #00a65a !important;
    color: #fff !important; }
  .tabs-menu .cancelled {
    background: #ed0000 !important;
    color: #fff !important; }

/*tabs css ends here*/
.sr-search-more-area {
  float: none;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  display: inline-block; }

.sr-search-more-btn-gray {
  border-color: transparent;
  background-color: #387ef5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }

/*Books tabs css starts here*/
.book-tabs-menu {
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  /*Tabs after login css starts here*/
  /*Tabs after login css ends here*/ }
  .book-tabs-menu .booking-seats-label {
    display: inline-block;
    margin-right: 20px; }
  .book-tabs-menu .tab-icon {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    margin: 0px auto !important; }
  .book-tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .book-tabs-menu .delivering-active {
    background-image: url(../img/delivering-active.png);
    background-size: contain; }
  .book-tabs-menu .kitchen-active {
    background-image: url(../img/In-kitchen-active.png);
    background-size: contain; }
  .book-tabs-menu .served-active {
    background-image: url(../img/served-active.png);
    background-size: contain; }
  .book-tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .book-tabs-menu .bg-book-in {
    background-color: #001B5A !important; }
  .book-tabs-menu .booked-in {
    background-image: url(../img/table_booking_icon.png);
    background-size: contain; }
  .book-tabs-menu .tab-item span {
    opacity: 0.4; }
  .book-tabs-menu .tab-item-active span {
    opacity: 1 !important; }
  .book-tabs-menu .order-type {
    width: 100%;
    float: left;
    text-align: center; }
  .book-tabs-menu .border-tabs-wrap {
    border: 1px solid #D2D2D2; }
  .book-tabs-menu .assertive {
    color: #ea0000; }
  .book-tabs-menu .tab-row {
    padding-left: 90px;
    min-height: 72px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    text-align: left; }
  .book-tabs-menu p.common-font-14.mar-bottom-5 {
    font-size: 12px; }
  .book-tabs-menu .tab-row:last-child {
    border-bottom: none; }
  .book-tabs-menu .tab-res-name {
    margin-bottom: 0px;
    float: left;
    margin-top: 10px; }
  .book-tabs-menu .order-type-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .book-tabs-menu .mar-bottom-5 {
    margin-bottom: 5px; }
  .book-tabs-menu .inner-round-button {
    margin: 50px 0px 0px -2px;
    font-size: 12px;
    display: inline-block;
    min-width: 50px;
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center; }
  .book-tabs-menu .clearfix {
    clear: both; }
  .book-tabs-menu .order-type-date {
    color: #666;
    display: inline-block;
    width: 100%; }
  .book-tabs-menu .address-order-wrap {
    width: 80%;
    float: left; }
  .book-tabs-menu .button-round-active {
    width: 25px;
    height: 25px;
    margin: 0px auto -5px auto !important;
    display: block;
    border-radius: 50%;
    background-color: #ea0000; }
  .book-tabs-menu .bg-collection {
    background-color: #3a75bb !important; }
  .book-tabs-menu .bg-eat-in {
    background-color: #0cad4d !important; }
  .book-tabs-menu .button-round {
    float: right !important;
    margin: 0px 0px 0px 0px !important;
    position: absolute;
    top: 30px;
    left: 10px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .book-tabs-menu .delivery {
    background-image: url(../img/delivery-h.png);
    background-size: contain; }
  .book-tabs-menu .collection {
    background-image: url(../img/take-away-h.png);
    background-size: contain; }
  .book-tabs-menu .eat-in {
    background-image: url(../img/dine-in-h.png);
    background-size: contain; }
  .book-tabs-menu .btn-view {
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .book-tabs-menu .btn-primary {
    color: #fff;
    background-color: #387ef5;
    border-color: #387ef5; }
  .book-tabs-menu .btn-view-new {
    color: #387ef5;
    font-size: 14px; }
  .book-tabs-menu .hide-data-type {
    display: none; }
  .book-tabs-menu .o-section {
    border: 1px solid #d2d2d2; }

/*books tabs css ends here*/
/*cancel order css starts here*/
.cancel-order-tabs-menu {
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  /*Tabs after login css starts here*/
  /*Tabs after login css ends here*/ }
  .cancel-order-tabs-menu .booking-seats-label {
    display: inline-block;
    margin-right: 20px; }
  .cancel-order-tabs-menu .tab-icon {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    margin: 0px auto !important; }
  .cancel-order-tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .cancel-order-tabs-menu .delivering-active {
    background-image: url(../img/delivering-active.png);
    background-size: contain; }
  .cancel-order-tabs-menu .kitchen-active {
    background-image: url(../img/In-kitchen-active.png);
    background-size: contain; }
  .cancel-order-tabs-menu .served-active {
    background-image: url(../img/served-active.png);
    background-size: contain; }
  .cancel-order-tabs-menu .new-active {
    background-image: url(../img/new-active.png);
    background-size: contain; }
  .cancel-order-tabs-menu .bg-book-in {
    background-color: #001B5A !important; }
  .cancel-order-tabs-menu .booked-in {
    background-image: url(../img/table_booking_icon.png);
    background-size: contain; }
  .cancel-order-tabs-menu .tab-item span {
    opacity: 0.4; }
  .cancel-order-tabs-menu .tab-item-active span {
    opacity: 1 !important; }
  .cancel-order-tabs-menu .order-type {
    width: 100%;
    float: left;
    text-align: center; }
  .cancel-order-tabs-menu .border-tabs-wrap {
    border: 1px solid #D2D2D2; }
  .cancel-order-tabs-menu .assertive {
    color: #ea0000; }
  .cancel-order-tabs-menu .tab-row {
    padding-left: 90px;
    min-height: 72px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    text-align: left; }
  .cancel-order-tabs-menu p.common-font-14.mar-bottom-5 {
    font-size: 12px; }
  .cancel-order-tabs-menu .tab-row:last-child {
    border-bottom: none; }
  .cancel-order-tabs-menu .tab-res-name {
    margin-bottom: 0px;
    float: left;
    margin-top: 10px; }
  .cancel-order-tabs-menu .order-type-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .cancel-order-tabs-menu .mar-bottom-5 {
    margin-bottom: 5px; }
  .cancel-order-tabs-menu .inner-round-button {
    margin: 50px 0px 0px -2px;
    font-size: 12px;
    display: inline-block;
    min-width: 50px;
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center; }
  .cancel-order-tabs-menu .clearfix {
    clear: both; }
  .cancel-order-tabs-menu .order-type-date {
    color: #666;
    display: inline-block;
    width: 100%; }
  .cancel-order-tabs-menu .address-order-wrap {
    width: 80%;
    float: left; }
  .cancel-order-tabs-menu .button-round-active {
    width: 25px;
    height: 25px;
    margin: 0px auto -5px auto !important;
    display: block;
    border-radius: 50%;
    background-color: #ea0000; }
  .cancel-order-tabs-menu .bg-collection {
    background-color: #3a75bb !important; }
  .cancel-order-tabs-menu .bg-eat-in {
    background-color: #0cad4d !important; }
  .cancel-order-tabs-menu .button-round {
    float: right !important;
    margin: 0px 0px 0px 0px !important;
    position: absolute;
    top: 30px;
    left: 10px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    padding: 5px !important; }
  .cancel-order-tabs-menu .delivery {
    background-image: url(../img/delivery-h.png);
    background-size: contain; }
  .cancel-order-tabs-menu .collection {
    background-image: url(../img/take-away-h.png);
    background-size: contain; }
  .cancel-order-tabs-menu .eat-in {
    background-image: url(../img/dine-in-h.png);
    background-size: contain; }
  .cancel-order-tabs-menu .btn-view {
    display: inline-block;
    /*padding: 6px 12px;*/
    padding: 3px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  .cancel-order-tabs-menu .btn-primary {
    color: #fff;
    background-color: #387ef5;
    border-color: #387ef5; }
  .cancel-order-tabs-menu .btn-view-new {
    color: #387ef5;
    font-size: 14px; }
  .cancel-order-tabs-menu .hide-data-type {
    display: none; }
  .cancel-order-tabs-menu .o-section {
    border: 1px solid #d2d2d2; }

/*cancel order css starts here*/
/*login page css starts here*/
.login-image-wrapper {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 40px;
  /*input[type="submit"] {
    height: 47px;
    font-size: 16px;
}*/
  /*.login-register {
		max-width: 500px;
		margin-top: 80px;
		margin-bottom: 50px;
	}*/ }
  .login-image-wrapper .sub-heading {
    margin: 0px 0px 20px 0px; }
  .login-image-wrapper .login-form {
    background-color: #fff;
    border-radius: 8px;
    color: #333;
    font-weight: 300;
    max-width: 800px;
    padding: 30px;
    margin: 0px auto 0 auto;
    display: inline-block;
    width: 100%;
    text-align: left;
    max-width: 550px; }
  .login-image-wrapper .form-group {
    margin: 0px !important;
    margin-bottom: 15px !important; }
  .login-image-wrapper .user-login {
    border-left: 1px solid rgba(200, 200, 200, 0.5); }
  .login-image-wrapper .input-icon-wraper {
    position: relative;
    padding: 0px; }
  .login-image-wrapper .orc-foll-opt {
    float: left;
    margin-bottom: 8px; }
  .login-image-wrapper .input-icon-wraper .form-control {
    height: 57px; }
  .login-image-wrapper .input-icon-wraper .fa, .login-image-wrapper .input-icon-wraper .far {
    color: #333;
    position: absolute;
    left: 12px;
    top: 20px;
    font-size: 18px; }
  .login-image-wrapper .input-icon-wraper input, .login-image-wrapper .input-icon-wraper textarea {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #333;
    padding-left: 40px; }
  .login-image-wrapper .btn-social {
    position: relative;
    padding-left: 60px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px; }
  .login-image-wrapper .btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2); }
  .login-image-wrapper .btn-facebook:hover {
    color: #fff;
    background-color: rgba(59, 89, 152, 0.65);
    border-color: rgba(0, 0, 0, 0.2); }
  .login-image-wrapper .btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2); }
  .login-image-wrapper .btn-google-plus:hover, .login-image-wrapper .btn-google-plus:focus, .login-image-wrapper .btn-google-plus:active, .login-image-wrapper .btn-google-plus.active, .login-image-wrapper .open > .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2); }
  .login-image-wrapper .btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    line-height: 50px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .login-image-wrapper .text-danger {
    padding: 15px 15px;
    float: left;
    background: #ffc0cb8f;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal; }
  .login-image-wrapper .login-btn-singup {
    float: right;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer; }
  .login-image-wrapper .register-button {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0px;
    font-weight: normal; }
  .login-image-wrapper .forgot-label {
    right: 20px;
    top: 0px;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    float: left; }

/*login page css starts here*/
/*common form css starts here*/
.display-loader {
  display: block !important; }

.eye-show-wrap {
  position: absolute !important;
  left: auto !important;
  right: 20px;
  cursor: pointer; }

.common-form .forgot-pass-wraper {
  width: 500px;
  margin: 0px auto; }

.common-form .dont-remmember-label {
  width: 100%;
  float: left;
  text-align: center; }
  .common-form .dont-remmember-label a {
    color: #333;
    text-align: center;
    margin: 10px 0px;
    display: inline-block;
    font-size: 16px; }
  .common-form .dont-remmember-label a:hover {
    text-decoration: underline; }

.common-form .list-email-info {
  width: 100%;
  float: left;
  margin-top: 20px; }
  .common-form .list-email-info table {
    width: 100%; }

.common-form .list-label {
  position: relative;
  width: 100%;
  padding-right: 100px !important;
  margin-bottom: 30px;
  background: #333;
  padding: 15px 10px; }
  .common-form .list-label a {
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    text-align: center;
    background: #387ef5;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none; }

/*common form css ends here*/
/*search-page result not found css starts here*/
.sr-not-found-wrap {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  margin: 10px 0% 10px 0%;
  width: 100%;
  float: left;
  padding: 20px 15px;
  text-align: center;
  font-size: 24px; }

.sr-not-found-wrap-inner {
  padding: 5px;
  float: left;
  width: 100%; }

.sr-not-found-wrap-no-result {
  font-size: 14px;
  /*margin: 0px 0px 10px 0px;*/
  float: left;
  text-align: center;
  width: 100%; }

.sr-no-result-found {
  background-color: #fff;
  /*margin: 10px 0% 10px 0%;*/
  width: 100%;
  float: left;
  padding: 0px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 500; }

.sr-not-found-wrap-search-cusines {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
  text-align: center; }

.sr-not-found-wrap-search-cusines a {
  padding: 10px 20px;
  background: #333;
  float: none;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  font-weight: 300; }

.sr-not-found-area {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 10px 0px 10px 0px; }

.sr-not-found-latest-update {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 10px 0px; }

.sr-not-font-social-icons {
  float: left;
  width: 100%;
  margin: 10px 0px;
  text-align: center; }

.sr-not-font-social-icons-inner {
  display: inline-block; }

.sr-not-font-social-icons-inner a {
  margin: 0px 6px; }

/*search page result not fond css ends here*/
/* profile page css starts here */
.profile-header-bg-color {
  float: left;
  width: 100%;
  height: 80px;
  background: #4A4A4A;
  margin-top: -5px; }

.profile-main-wrap {
  float: left;
  width: 100%; }
  .profile-main-wrap .profile-data-wrap {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    max-width: 1100px;
    width: 100%; }
  .profile-main-wrap .profile-img {
    position: relative; }
  .profile-main-wrap .profile-img img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
    border: 1px solid #d2d2d2; }
  .profile-main-wrap h3 {
    text-align: center;
    /*padding: 0px 15px 0px 6px;*/
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left; }
  .profile-main-wrap .profile-label-group {
    margin: 15px 0px;
    text-align: left;
    display: flex;
    /*i {
            font-size: 20px;
            color: $primary;
        }*/ }
    .profile-main-wrap .profile-label-group span {
      margin-right: 10px;
      width: 20px;
      display: inline-block;
      text-align: center;
      vertical-align: top; }
    .profile-main-wrap .profile-label-group .profile-dtls {
      display: inline-block;
      width: 100%; }
      .profile-main-wrap .profile-label-group .profile-dtls h4 {
        font-size: 16px;
        font-weight: 500; }
      .profile-main-wrap .profile-label-group .profile-dtls p {
        font-size: 14px; }
    .profile-main-wrap .profile-label-group #con_address p {
      position: relative;
      padding-right: 70px; }
      .profile-main-wrap .profile-label-group #con_address p span {
        position: absolute;
        top: 0;
        right: 0;
        color: #ed0000;
        text-decoration: underline;
        width: auto !important; }
  .profile-main-wrap .profile-label-group + div {
    line-height: 30px; }
  .profile-main-wrap .add-new-address-main-wrap {
    margin: 15px 0px;
    text-align: left;
    display: flex; }
  .profile-main-wrap .add-new-address-wrap {
    width: 100%;
    float: left; }
    .profile-main-wrap .add-new-address-wrap .add-new-address-btn-wrap {
      margin-bottom: 10px;
      text-align: center; }
    .profile-main-wrap .add-new-address-wrap .add-new-address-form-wrap {
      width: 100%;
      float: left;
      clear: both;
      padding: 15px;
      border-radius: 3px;
      background: #f2f2f2;
      margin-bottom: 15px; }

/* profile page css ends here */
/*thank you page css starts here*/
.thank-you-wrap {
  width: 100%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%; }
  .thank-you-wrap .thank-you-page-success-main-wrap {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px; }
  .thank-you-wrap .thank-you-page-success-wrap {
    width: 100%;
    display: block;
    margin: 0px auto 0px auto;
    text-align: center; }
  .thank-you-wrap .thank-icon-border {
    display: inline-block;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    padding: 2px; }
  .thank-you-wrap .thank-success-icon {
    background-color: #17cc0e;
    padding: 20px;
    font-size: 40px !important;
    border-radius: 100px;
    display: inline-block;
    margin: 0 !important;
    color: #fff !important; }
  .thank-you-wrap .thank-you {
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
    float: left;
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: 20px 0px 10px 0px; }
  .thank-you-wrap .line-height-30 {
    line-height: 30px; }
  .thank-you-wrap p {
    margin: 0 0 20px; }
  .thank-you-wrap .mar-bottom-0 {
    margin-bottom: 0px !important; }
  .thank-you-wrap .back-btn-link {
    text-decoration: underline;
    display: block;
    margin-top: 20px;
    color: #387ef5; }

/*order detail price  css starts here wrapper common*/
.item-main-row {
  padding: 0px 10px 5px 10px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.item-row, .row-wrap {
  float: left;
  width: 100%;
  /*margin-bottom: 10px;*/
  padding-right: 90px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.item-row .item-name-label, .item-row .item-price-label {
  font-weight: 500; }

.row-wrap {
  margin-bottom: 0px; }
  .row-wrap .item-heading {
    font-size: 13px; }
  .row-wrap .item-name-label, .row-wrap .item-price-label {
    font-size: 13px; }

.item-name-label {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.item-price-label {
  position: absolute;
  right: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.item-row-inner {
  float: left;
  width: 100%;
  /*margin-bottom: 10px;*/
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666; }

.item-repeat-btn, .item-remove-btn {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0;
  width: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  color: #03a9f4;
  border-color: #aaa;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px; }

.item-repeat-btn i, .item-remove-btn i {
  font-size: 14px;
  margin-right: 5px;
  display: none; }

.menu-item-common {
  margin-top: 5px;
  color: #03a9f4;
  font-size: 13px;
  cursor: pointer; }

.menu-item-common i {
  margin-right: 3px; }

/*.item-row-inner span{
    color:#666;
}*/
/*order detail price  css ends here wrapper common*/
/*thank you page css ends here*/
/*order details css starts here*/
.order-details-wrap {
  /*.item-repeat-btn:hover, .item-remove-btn:hover{
    color: #fff;
    background-color: #333;
    border-color: #ccc;
}*/ }
  .order-details-wrap .order-status-wraper {
    color: #000000;
    background-color: #dff0d8;
    text-align: center;
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    border: 1px solid #d6e9c6;
    font-weight: 500;
    border-top: none; }
  .order-details-wrap .order-detail-main-wrap {
    width: 60%;
    margin: 30px 20%;
    display: block;
    float: left;
    padding: 0px 0px;
    min-height: 580px; }
  .order-details-wrap .order-detail-top-bar {
    margin: 0px 0px 0px 0px;
    height: 35px;
    background: #f2f2f2;
    line-height: 35px;
    font-size: 16px; }
  .order-details-wrap .new-label {
    background: #387ef5;
    color: #fff;
    padding: 9px 15px;
    text-transform: uppercase; }
  .order-details-wrap .label-wait {
    margin: 0px 0px 0px 10px; }
  .order-details-wrap .label-wait span {
    background: #ed0000;
    color: #fff;
    padding: 1px 4px;
    font-size: 14px;
    margin-left: 10px; }
  .order-details-wrap .list-wrap {
    float: left;
    width: 94%;
    margin: 10px 3%;
    font-size: 16px; }
  .order-details-wrap .collection-id {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px; }
  .order-details-wrap .OrderDetail table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #d2d2d2;
    margin-bottom: -5px; }
  .order-details-wrap .OrderDetail .fisrt-th {
    width: 55%; }
  .order-details-wrap .OrderDetail th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    background: #f2f2f2;
    font-size: 12px;
    font-weight: 500; }
  .order-details-wrap .OrderDetail td {
    padding: 8px;
    font-size: 14px;
    vertical-align: top; }
  .order-details-wrap .OrderDetail td + td, .order-details-wrap .OrderDetail th + th {
    text-align: right; }
  .order-details-wrap .OrderDetail td .deals span, .order-details-wrap .OrderDetail td div {
    display: block;
    width: 100%; }
  .order-details-wrap .OrderDetail td div p {
    margin: 2px 0px 0px 0px; }
  .order-details-wrap .order-item-extra-inner-review {
    margin-top: 10px; }
  .order-details-wrap .OrderDetail .total-amount-wrap {
    background: #f2f2f2;
    padding: 10px 0px;
    width: 100%;
    float: left;
    border: 1px solid #d2d2d2;
    border-top: none; }
  .order-details-wrap .deals {
    margin-top: 5px; }
  .order-details-wrap .label-order-type {
    font-size: 26px;
    margin-top: 16px; }
  .order-details-wrap .col-67 {
    width: 100%;
    max-width: 66.6666%;
    float: left; }
  .order-details-wrap .col-33 {
    width: 100%;
    max-width: 33.33%;
    float: right; }
  .order-details-wrap .row-order-detail {
    float: right;
    padding: 5px 10px;
    width: 400px;
    clear: both; }
  .order-details-wrap .OrderDetail .label-total {
    font-size: 18px;
    font-weight: 500; }
  .order-details-wrap .OrderDetail #spCashBack {
    color: #000000;
    float: left;
    background: #fbe550;
    font-size: 18px;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 10px; }
  .order-details-wrap .OrderDetail .head-label {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0px 0px 0px; }
  .order-details-wrap .contact-detail-wrap {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px;
    font-size: 16px; }
  .order-details-wrap .contact-detail-label {
    float: left;
    width: 100%;
    margin-bottom: 5px; }
  .order-details-wrap .contact-detail-label span {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px; }
  .order-details-wrap .contact-detail-label span + span {
    font-weight: normal; }
  .order-details-wrap .label-orderdetails {
    color: #000000; }
  .order-details-wrap .item-main-row {
    padding: 0px 10px 10px 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px; }
  .order-details-wrap .item-row, .order-details-wrap .row-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 90px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .row-wrap {
    margin-bottom: 0px; }
  .order-details-wrap .item-name-label {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .item-price-label {
    position: absolute;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .item-row-inner {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .item-row-inner span {
    color: #666; }
  .order-details-wrap .item-heading {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .menu-item-common {
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #03A9F4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .menu-item-common i {
    margin-right: 3px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .item-repeat-btn, .order-details-wrap .item-remove-btn {
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 0;
    width: 80px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #666;
    background-color: #fff;
    border-color: #aaa;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .order-details-wrap .item-repeat-btn i, .order-details-wrap .item-remove-btn i {
    font-size: 14px;
    margin-right: 5px; }
  .order-details-wrap .qctx-items-dtl-wrap span.topping-extra-price {
    width: auto !important;
    float: right !important;
    margin-right: 8px; }
  .order-details-wrap .btn-repeat-remove-padding {
    padding: 0px 0px 0px 15px !important; }
  .order-details-wrap .item-remove-btn {
    margin-right: 10px;
    padding: 4px 5px !important;
    width: auto;
    height: auto; }
  .order-details-wrap .item-remove-btn span i {
    font-size: 14px; }
  .order-details-wrap .item-repeat-btn {
    margin-right: 10px;
    padding: 4px 5px !important;
    width: auto;
    height: auto; }

/*order details css ends here*/
.order-not-available {
  background-color: #f2dede !important;
  color: #a94442 !important;
  float: left;
  background: #fbe550;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
  margin-bottom: 10px; }

.text-center {
  text-align: center; }

/*header css starts here*/
.header {
  background: #4A4A4A !important;
  position: relative;
  margin-bottom: 0px;
  /*z-index: 1000;*/
  z-index: 112; }

.main-navi {
  display: flex; }

.main-navi a {
  text-transform: capitalize;
  color: white !important;
  margin-left: 0px;
  position: relative;
  padding: 0px 20px;
  position: relative;
  font-size: 1.4rem; }

.main-navi a.active, .main-navi a:hover {
  color: white !important; }

.main-navi a.activated {
  /*color: $nav-link-color !important;*/
  /*padding: 4px 7px;*/
  /*font-weight: 500;*/
  /*border-bottom: 2px solid $nav-link-color-active-web;*/ }

.Guest-user-icon {
  width: 50px;
  color: white;
  display: inline-block;
  height: 50px;
  background-color: #4A4A4A;
  border-radius: 50%;
  margin: 10px 10px 0px 0px;
  line-height: 50px;
  text-align: center;
  font-size: 28px; }

.username-header-label {
  max-width: 120px;
  line-height: 20px;
  display: flex;
  margin: 0px 10px;
  font-size: 14px; }

.dropdown-header-wrap img {
  width: 35px;
  border-radius: 50%;
  height: 35px;
  margin-right: 0px; }

.dropdown-header-wrap {
  margin-left: 20px;
  position: relative;
  display: flex;
  cursor: pointer;
  float: right;
  align-items: center; }

ul.dropdown-menu-header {
  position: absolute;
  top: 45px;
  background: #fff;
  color: #000000;
  z-index: 10;
  right: 0;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  width: 170px;
  display: none; }

.dropdown-menu-header li {
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 20px;
  border-bottom: 1px solid #d2d2d2; }

.dropdown-menu-header li a {
  color: #000000 !important;
  margin-left: 15px;
  position: relative;
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 10px;
  margin: 0px;
  display: flex;
  align-items: center; }

.dropdown-menu-header li a i {
  font-size: 16px !important;
  margin-right: 5px;
  width: 25px; }

.dropdown-menu-header li a:hover {
  background: #4A4A4A;
  color: white !important;
  text-decoration: none; }

.dropdown-menu-header li:last-child {
  border-bottom: none; }

/*header css ends here*/
/*basket in header*/
#cart_block_top {
  position: relative;
  line-height: 40px;
  float: right;
  margin-top: 10px;
  color: #333;
  z-index: 111;
  /*margin-right: 16px;*/
  margin-left: 15px;
  white-space: nowrap; }
  #cart_block_top i {
    color: white;
    line-height: 40px;
    overflow: visible;
    position: relative;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px; }
  #cart_block_top .cart-bubble {
    background: #0BC113;
    color: #fff;
    display: inline-block;
    margin-top: -13px;
    position: absolute;
    left: 18px;
    top: 12px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    padding: 0px;
    font-weight: 500;
    font-size: 13px;
    min-width: 20px;
    min-height: 20px; }
  #cart_block_top .click-cart {
    float: right;
    color: #fff;
    cursor: pointer; }
  #cart_block_top .cart_top_ajax {
    z-index: 10;
    display: none;
    position: absolute;
    left: auto;
    right: 0px;
    top: 50px;
    min-width: 270px;
    border-top: 3px solid #ed0000;
    border-top-color: #ed0000;
    line-height: normal;
    padding: 0 0 10px;
    background: #fff;
    margin-top: 7px;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 0 1px rgba(0, 0, 0, 0.35); }
  #cart_block_top .cart_top_ajax:before {
    color: #ed0000;
    content: "";
    font-family: "FontAwesome";
    font-size: 29px;
    position: absolute;
    right: 8px;
    top: -22px;
    width: 18px; }
  #cart_block_top .card-block-top {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #ebebeb; }
  #cart_block_top .card-block-top .totals-top {
    float: left;
    width: 100%;
    line-height: 25px; }
  #cart_block_top .card-block-top .totals-top .value-top {
    float: right; }
  #cart_block_top .price {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 600; }
  #cart_block_top .cart_top_ajax a.view-cart {
    line-height: normal;
    height: auto;
    font-size: 12px;
    text-transform: uppercase;
    background: #222223;
    color: #fff;
    padding: 8px 20px;
    margin-top: 10px;
    float: right;
    cursor: pointer; }

/*basket in header*/
/*button css starts here*/
.btn-primary {
  color: #fff;
  background-color: #387ef5 !important;
  border-color: transparent !important; }

.button-calm {
  border-color: transparent !important;
  background-color: #00bec6 !important;
  color: #fff !important; }

.button-dark {
  border-color: transparent !important;
  background-color: #444444 !important;
  color: #fff !important;
  position: relative; }

.blance-button {
  border-color: transparent !important;
  background-color: #444444 !important;
  color: #fff !important;
  position: relative; }

.btn-add, .btn-checkout, .btn-remove, .btn-expand {
  color: #fff;
  background-color: #444444;
  border-color: none;
  min-width: 40px; }

.bubble-show {
  position: absolute;
  font-size: 11px;
  background: #0BC113;
  right: -7px;
  height: 20px;
  line-height: 20px;
  top: -9px;
  text-align: center;
  color: #fff;
  width: 20px;
  border-radius: 50%;
  font-weight: 500; }

/*buttons css ends here*/
.div-center {
  float: none;
  display: inline-block; }

/*order basket tabs css starts here*/
.Del-eat-coll-wrap {
  /*background-color: #fff;*/
  float: left;
  width: 100%;
  margin: 5px 0px; }

.Del-eat-coll-wrap ul {
  margin-top: -22px;
  margin-bottom: 0px;
  padding: 10px 0px;
  float: left;
  width: 100%;
  display: flex; }

/*.button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.button-bar > .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    overflow: hidden;
    padding: 0 16px;
    width: 0;
    border-width: 1px 0px 1px 1px;
    border-radius: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
        border-radius: 0;
    font-weight: 400;
    line-height: 44px;
    padding: 0;
}
.button-bar .button-dark {
    background-color: #d2d2d2!important;
    color: #303030;
}
.button-bar .active-button-tab {
    background-color: #303030!important;
    color: #fff;
}
.button-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #444444;
    opacity: 0.5;
    text-align: center;
    line-height: 170px;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
        display: block;
}
.button-round {
    background-color: #f2f2f2;
    color: #4c4c4c;
    text-shadow: none;
    font-size: 30;
    width: 32px;
    height: 32px;
    line-height: 150px;
    display: block;
    margin: 10px auto 0px auto !important;}
.button-round-active {
    background-color: #ea0000;
    width: 40px;
    height: 40px;
    margin: 10px auto -5px auto !important;
       opacity: 1;
}
.delivery {
    background-image: url(../img/delivery.png);
background-image: url('../assets/img/delivery-h.png');
    background-size: contain;
}
.take-away {
    background-image: url(../img/take-away.png);
    background-size: contain;
}.dine-in {
    background-image: url(../img/dine-in.png);
    background-size: contain;
}
 .button-round-active.delivery {
    background-image: url(../img/delivery-h.png);
}
 .button-round-active.take-away {
    background-image: url(../img/take-away-h.png);
}
 .button-round-active.dine-in {
    background-image: url(../img/dine-in-h.png);
}*/
.delete-icon {
  color: #ed0000; }

.delete-icon-wrap {
  font-size: 16px;
  margin-top: 0px;
  float: right; }

#radio-btn ul li {
  display: block;
  position: relative;
  width: 30%;
  display: inline-block;
  float: left;
  flex: 1;
  min-width: 85px; }

#radio-btn ul li input[type=radio] {
  position: absolute;
  visibility: hidden; }

#radio-btn ul li label {
  position: relative;
  font-weight: normal;
  font-size: 1.35em;
  padding: 0px 10px 0px 20px;
  margin: 10px 0px 0px 14px;
  z-index: 9;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.25s linear;
  float: left;
  /*min-width: 100px;*/ }

#radio-btn ul li:hover label {
  color: #4A4A4A; }

#radio-btn ul li .check {
  display: block;
  position: absolute;
  /* border: 5px solid #AAAAAA; */
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 8px;
  left: 10px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  background-color: #fff;
  border: 2px solid #d2d2d2; }

#radio-btn ul li:hover .check {
  border: 2px solid #4A4A4A; }

#radio-btn ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

#radio-btn input[type=radio]:checked ~ .check {
  border: 2px solid #4A4A4A; }

#radio-btn input[type=radio]:checked ~ .check::before {
  background: #4A4A4A; }

#radio-btn input[type=radio]:checked ~ label {
  color: #4A4A4A;
  font-weight: 500; }

#radio-btn .alert {
  box-sizing: border-box;
  background-color: #0DFF92;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 20px 40px;
  color: #333; }

#radio-btn .alert h2 {
  font-size: 22px;
  color: #232323;
  margin-top: 0; }

#radio-btn .alert p {
  line-height: 1.6em;
  font-size: 18px; }

#radio-btn .alert a {
  color: #232323;
  font-weight: 500; }

/*order basket tabs css ends here*/
.panel-heading {
  padding: 12px 15px; }

.total-text-wrap {
  padding: 10px 10px !important;
  font-size: 20px !important;
  font-weight: 500; }

.panel-order {
  margin-top: 0px; }

.panel-default, .panel-order {
  border-color: #d2d2d2; }

.affix-top {
  position: relative;
  top: 0; }

.affix-bottom {
  position: absolute;
  top: 0; }

.sidebar {
  border-radius: 3px;
  float: left;
  width: 100%;
  max-width: 230px;
  /*height: 100%;*/ }

.sidebar-title {
  padding: 13px 15px 14px 15px;
  background: #fff;
  float: left;
  width: 100%; }

.bookTableBtn {
  display: flex;
  justify-content: center;
  padding: 0px;
  align-items: center;
  cursor: pointer; }
  .bookTableBtn a {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center; }
  .bookTableBtn i {
    margin-right: 10px; }

.bookTableBtnDisable {
  background: #f2f2f2 !important;
  border: 1px solid #d2d2d2 !important;
  cursor: default; }
  .bookTableBtnDisable a {
    color: #666 !important;
    cursor: default; }

.bookTableBtnDisable:hover {
  background: #f2f2f2 !important;
  border: 1px solid #d2d2d2 !important; }

.bookTableBtnDisable:hover .bookTableBtnDisable a {
  color: #666 !important; }

.sidebar-title h3 {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 0px; }

.fa.pull-right {
  margin-left: .3em; }

#ulMenuCategories a {
  padding: 5px 15px; }

.sidebar-title i {
  float: right;
  color: white;
  font-size: 15px; }

.nav li a {
  color: #000000; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

.nav-stacked {
  margin-top: 0px;
  float: left;
  width: 100%;
  margin-bottom: 70px; }

.nav-pills > li {
  float: left;
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #eaebeb;
  font-weight: 500;
  width: 100%; }

/*radio button*/
/*.discount-voucher-wrap .radio {
    position: relative;
    float: left;
    clear: left;
    display: block;
    padding-left: 40px;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

    .discount-voucher-wrap .radio:before {
        background: #fff;
        content: "";
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        width: 22px;
        height: 21px;
        border: 1px solid #bbb;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        box-shadow: inset 0 0 3px 0 #ccc;
        -moz-box-shadow: inset 0 0 3px 0 #ccc;
        -webkit-box-shadow: inset 0 0 3px 0 #ccc;
    }

.discount-voucher-wrap input[type="radio"] {
    display: none;
}

    .discount-voucher-wrap input[type="radio"]:checked + label:before {
        content: "\2022";
        text-align: center;
        line-height: 15px;
        font-family: Tahoma;
        font-size: 44px;
        color: #00a0db;
        text-shadow: 0 0 4px #bbb;
    }*/
.radio-button-wrap {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-bottom: 10px;*/ }
  .radio-button-wrap label {
    display: inline !important; }

.txtWalletCashPayment-input-wrap {
  width: 105px;
  text-align: right; }

.txtWalletCashPayment-input-wrap input {
  text-align: right !important; }

.Cashback-label-inner {
  margin-left: 17px;
  display: block;
  font-size: 12px;
  clear: both; }

.form-discount {
  padding: 0px 5px !important;
  margin: 0px !important;
  float: left;
  border: 1px solid #d2d2d2;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  /* font-size: 12px; */
  height: 35px;
  line-height: 35px !important;
  border-radius: 3px;
  text-align: center; }

.form-discount + span {
  display: block;
  width: 100%;
  margin-left: 0px !important;
  margin-top: 0px; }

.voucher-code-wrap {
  position: relative;
  width: 170px;
  float: right; }

.voucher-input {
  float: left;
  font-size: 12px;
  text-transform: uppercase; }

.mar-left-5 {
  margin-left: 5px !important; }

.row1 {
  width: 100%;
  float: left; }

.discount-voucher-wrap {
  position: relative;
  border: 2px dotted #aaa;
  padding: 10px;
  margin: 5px 0px 0px 0px;
  background: #fff;
  border-left: none;
  border-right: none;
  float: left;
  width: 50%; }

.offer-close-remove-btn {
  background: #ed0000;
  color: #fff;
  width: 100%; }

.discount-voucher-wrap .button {
  border-color: transparent;
  background-color: #f2f2f2;
  color: #444;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2px 5px;
  min-width: 40px;
  min-height: 47px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 11px !important;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  height: auto !important;
  cursor: pointer; }

.voucher-btn {
  width: 100%; }

.button.button-positive {
  border-color: transparent;
  background-color: #0080ca;
  color: #fff; }

.font-medium {
  font-size: 16px !important; }

.rest-info-head ul li span + span {
  text-align: center;
  float: right;
  width: auto; }

.order-item-wraper {
  float: right;
  width: 50%;
  padding-left: 15px; }

.order-item-d-c-inner {
  float: right;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  clear: both;
  padding-right: 0px;
  position: relative;
  padding-right: 100px;
  min-height: 20px; }

.order-item-prc {
  text-align: right;
  float: right;
  position: absolute;
  right: 0px; }

.order-item-ch {
  padding: 0px 5px 0px 0px;
  text-align: left;
  text-align: right;
  width: 100%; }

/*checkout voucher css ends here*/
/*checkout page css ends here*/
.hide-login-label {
  display: block; }

.or-hide-web {
  display: none; }

/* eye modal css (menu page) starts here */
.menuModalOverlay {
  /*background: rgba(0,0,0,0.8);*/
  width: 100%;
  height: 100%;
  /*display: block;*/
  overflow: hidden;
  min-height: 250px;
  position: relative; }
  .menuModalOverlay img {
    width: 130px;
    position: absolute;
    left: 37%;
    top: 61px; }

/* open auth page css starts here */
.open-auth-main .external-login-content-wrap {
  width: 400px;
  margin: 50px auto 0 auto; }
  .open-auth-main .external-login-content-wrap .external-circle-mask-wrap {
    margin: 0 auto 20px auto;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    width: 100px; }
  .open-auth-main .external-login-content-wrap .external-login-desc-dtls .external-login-heading {
    color: #000000; }
  .open-auth-main .external-login-content-wrap .external-login-desc-dtls .external-login-heading-facebook {
    color: #736d6d;
    line-height: 22px;
    float: left;
    width: 100%; }

.open-auth-main .external-login-fb-main-wrap {
  float: left;
  width: 100%;
  margin-top: 15px; }
  .open-auth-main .external-login-fb-main-wrap .eternal-login-btns {
    /*width: 165px;*/ }
    .open-auth-main .external-login-fb-main-wrap .eternal-login-btns .external-login-continue-btn-wrap {
      float: left;
      margin-right: 10px; }
  .open-auth-main .external-login-fb-main-wrap .external-login-fields-inner-wrap {
    position: relative; }
    .open-auth-main .external-login-fb-main-wrap .external-login-fields-inner-wrap i {
      position: absolute;
      padding: 10px 10px 8px 10px;
      background-color: #d2d2d2;
      color: #f2f2f2;
      width: 35px;
      font-size: 16px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .open-auth-main .external-login-fb-main-wrap .external-login-fields-inner-wrap input[type="text"], .open-auth-main .external-login-fb-main-wrap .external-login-fields-inner-wrap input[type="password"] {
      padding-left: 40px; }
    .open-auth-main .external-login-fb-main-wrap .external-login-fields-inner-wrap a {
      margin-top: 5px;
      float: left;
      width: 100%; }

/* open auth page css ends here */
/*Footer css starts here*/
footer {
  background-color: #4A4A4A;
  color: white;
  float: left;
  border-top: 3px solid #d2d2d2;
  width: 100%;
  padding: 15px 0px; }

/*Footer css ends here*/
.sidebar.affix {
  position: fixed;
  height: 90%;
  overflow-y: auto;
  z-index: 11;
  padding-top: 15px; }

.type-label {
  font-size: 12px;
  color: #666; }

.icon-l i, .text-label {
  color: #000; }

.text-label {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

span.change-lab {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #00bcd4; }

#spAreaLabel {
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sidebar-filter-wrap a:hover {
  background: #f2f2f2; }

#dvCardDisableMessage.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  float: left;
  margin-top: 5px;
  display: flex;
  margin-left: 0px;
  text-align: left; }

.alert i {
  margin: 3px 10px 0px 0px;
  font-size: 16px;
  color: #fdb81e; }

/*new checboxes*/
.styled-checkbox {
  position: absolute;
  opacity: 0;
  /*&:hover + label:before {
        background: #fd3;
    }*/
  /*&:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }*/ }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #d2d2d2; }
  .styled-checkbox:checked + label {
    font-weight: 500;
    color: #000; }
  .styled-checkbox:checked + label:before {
    background: #fd3;
    border: 1px solid transparent;
    color: #000; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    position: absolute;
    left: 3px;
    top: 1px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-weight: 900;
    font-size: 14px; }
  .styled-checkbox:disabled + label:after {
    color: #aaa; }

.gro-item-left-wrap {
  position: sticky;
  top: 120px;
  z-index: 110;
  background: #fff; }

.gro-item-left-wrap.affix {
  background: #fff;
  z-index: 1;
  top: 71px; }

.gro-b-wrap .gro-item-left-wrap {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden; }

/*shoply css starts here*/
.common-l-heading {
  color: #000;
  padding: 0px;
  width: 100%;
  outline: none;
  transition: .4s;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.common-l-heading:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  color: #000;
  font-size: 18px;
  display: none; }

.common-l-heading.collapsed:after {
  content: "\f054"; }

.gro-b-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  z-index: 11;
  max-width: 310px; }
  .gro-b-wrap .menu-line-wrap {
    background: #fff;
    width: 55px;
    align-items: center;
    text-align: center;
    font-size: 25px;
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;
    width: auto;
    font-size: 20px;
    line-height: 40px;
    margin-left: 0; }
    .gro-b-wrap .menu-line-wrap i {
      margin-right: 15px; }
  .gro-b-wrap .gro-search {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center; }
    .gro-b-wrap .gro-search .search-menu-page {
      float: left;
      position: relative;
      margin: 0px 0px 0px 15px;
      width: 100%;
      box-sizing: border-box;
      max-width: 500px;
      line-height: 30px;
      margin-top: 0px; }
      .gro-b-wrap .gro-search .search-menu-page i {
        position: absolute;
        left: 13px;
        top: 13px;
        z-index: 0;
        color: #999;
        font-size: 16px; }
    .gro-b-wrap .gro-search .form-control-serach-menu {
      border: 1px solid #000;
      border-radius: 5px;
      padding: 5px 0;
      color: #000;
      font-size: 1.4rem;
      background: #fff;
      margin: 0;
      text-indent: 0;
      width: 100%;
      padding: 10px 35px 10px 40px;
      margin: 0;
      box-sizing: border-box;
      height: 37px;
      line-height: 37px; }
    .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap {
      width: 96%;
      position: absolute;
      top: 55px;
      padding: 20px 30px;
      background: #fff;
      border: 6px solid #f2f2f2;
      max-height: 500px;
      overflow-y: auto;
      overflow-x: hidden;
      z-index: 1111;
      margin: 0 2%;
      min-height: 200px;
      top: 60px;
      width: 400px;
      left: -252px; }
      .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap {
        width: 100%;
        float: left; }
        .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap .search-res-autocomplete-wrap {
          float: left;
          width: 100%; }
          .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap .search-res-autocomplete-wrap .res-list-autocomplete-wrap {
            width: 100%; }
            .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap .search-res-autocomplete-wrap .res-list-autocomplete-wrap li {
              width: 100%;
              margin-bottom: 10px;
              float: left; }
              .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap .search-res-autocomplete-wrap .res-list-autocomplete-wrap li .gro-cat-n {
                color: #666;
                font-size: 12px; }
              .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap .res-cuisines-wrap .search-res-autocomplete-wrap .res-list-autocomplete-wrap li a {
                align-items: center;
                cursor: pointer;
                float: left;
                font-size: 18px;
                color: #000;
                width: 100%; }

.header .gro-b-wrap .gro-search .cusi-or-autocomplete-wrap {
  width: 96%;
  position: absolute;
  top: 55px;
  padding: 10px 10px 0px 30px;
  background: #fff;
  border: 3px solid #f2f2f2;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1111;
  margin: 0 2%;
  min-height: 200px;
  top: 63px;
  max-width: 400px;
  left: 10px; }

.header .res-list-autocomplete-wrap {
  line-height: initial !important; }

.gro-cat-item-wrap {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap; }
  .gro-cat-item-wrap .gro-item {
    float: left;
    width: 23%;
    padding: 15px 1%;
    text-align: center;
    cursor: pointer; }
    .gro-cat-item-wrap .gro-item img {
      width: 100%;
      margin-bottom: 5px; }
    .gro-cat-item-wrap .gro-item h3 {
      font-size: 16px;
      margin: 0px;
      font-weight: 500; }
      .gro-cat-item-wrap .gro-item h3 a {
        color: #000; }

.grocery-con-wrap .rs-left-gro-content {
  width: 100%; }

.grocery-con-wrap .gro-fix-wrap {
  float: left;
  width: 100%;
  flex-direction: column;
  display: flex;
  margin: 15px 0px 0px 0px; }
  .grocery-con-wrap .gro-fix-wrap .items-count__filter-caption {
    width: 100%;
    display: flex;
    margin-bottom: 10px; }
  .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 42px;
    flex-wrap: wrap;
    align-items: center; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .btn-select-drop {
      display: inline-block;
      border: 1px solid #d2d2d2;
      border-radius: 4px;
      padding: 7px 7px;
      background-color: #fff;
      color: #000;
      transition: height .2s,box-shadow .3s;
      margin-bottom: -1px;
      transition-property: box-shadow;
      transition-duration: .3s;
      cursor: pointer;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      outline: none; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-top: 6px dashed #000;
      border-top: 4px solid\9;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      padding: 0 !important;
      font-weight: 500;
      display: flex; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-left, .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-right {
      display: flex;
      position: relative; }
      .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-left span, .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-right span {
        font-weight: 500;
        display: flex;
        padding-top: 7px; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-left .dropdown, .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-right .dropdown {
      position: initial;
      width: 160px;
      margin-left: 15px; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .groc-right {
      margin-left: auto; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .dropdown-menu {
      background: #fff;
      width: 100%;
      border-radius: 4px;
      position: absolute;
      z-index: 1;
      padding: 10px 0px 0px 0px;
      display: none;
      box-sizing: border-box;
      margin: 0 0 0 0;
      border: 1px solid #d2d2d2;
      border-radius: 0; }
    .grocery-con-wrap .gro-fix-wrap .groc-filters-wrap .dropdown.open .dropdown-menu {
      display: block; }
  .grocery-con-wrap .gro-fix-wrap .filter-drowdown li {
    width: 25%;
    margin-top: 6px;
    margin-bottom: 10px;
    display: inline-block; }
    .grocery-con-wrap .gro-fix-wrap .filter-drowdown li a {
      color: #666; }
  .grocery-con-wrap .gro-fix-wrap .filter-drowdown .checkbox {
    display: inline-block; }
  .grocery-con-wrap .gro-fix-wrap .filter-drowdown .checkbox label {
    width: 100% !important;
    font-size: 14px;
    color: #666; }
  .grocery-con-wrap .gro-fix-wrap .filter-drowdown .checkbox input[type="checkbox"]:checked + label::after {
    background: #fd3;
    width: 20px;
    height: 20px;
    border-radius: 3px; }
  .grocery-con-wrap .gro-fix-wrap .filter-drowdown .checkbox input[type="checkbox"]:checked + label {
    color: #000;
    font-weight: 500; }

.grocery-con-wrap .gro-remove-filters a {
  color: #03a9f4;
  margin-right: 20px;
  cursor: pointer; }
  .grocery-con-wrap .gro-remove-filters a span {
    margin-right: 5px; }

.grocery-con-wrap .gro-remove-filters a.clear-all-link {
  color: #00539f; }

.grocery-con-wrap .filter-inner-wrap {
  overflow-y: auto;
  padding-right: 15px;
  width: 100%;
  padding-bottom: 75px; }
  .grocery-con-wrap .filter-inner-wrap label {
    width: 100%; }

.grocery-con-wrap .gro-item-detail-wrap {
  float: left;
  width: 100%;
  display: flex;
  align-items: start; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap {
    margin-right: 30px;
    width: 235px; }
    .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap li {
      display: inline-block;
      width: 100%;
      position: relative;
      color: #666; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap li .restuarent-category-name {
        padding: 0;
        font-size: 14px;
        float: left;
        text-decoration: none;
        width: 100%;
        font-weight: normal;
        margin: 0px; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap li a {
        padding: 0px 0px 0px 20px;
        width: 100%;
        float: left;
        color: #666;
        cursor: pointer; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap li a:hover {
          color: #000; }
    .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap a.lnk-selected {
      font-weight: 500;
      cursor: pointer;
      padding: 6px 0 !important;
      width: 100%;
      color: #000; }
  .grocery-con-wrap .gro-item-detail-wrap .affix-top {
    float: left; }
  .grocery-con-wrap .gro-item-detail-wrap .lnk-selected .restuarent-category-name {
    font-weight: 500; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-item-right-wrap {
    padding: 0;
    box-sizing: border-box;
    flex: 1;
    padding: 8px 0px;
    display: flex;
    flex-wrap: wrap; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap + .side-bar-fixed-res-overlay + div {
    min-height: 700px; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-single-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-pad {
      background: #fff;
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-pad img {
        width: 100%;
        margin: auto;
        display: block;
        height: 100%;
        object-fit: contain; }
    .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .list-view-box {
      flex: 1;
      display: flex;
      flex-direction: column; }
    .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap {
      min-height: 0px;
      flex: 1;
      display: flex;
      flex-direction: column; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap a {
        color: #000; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap h3 a {
        font-weight: 700;
        font-size: 16px;
        /*display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;*/
        word-break: break-word; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap p {
        color: #666;
        margin-bottom: 5px; }
      .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row {
        display: flex;
        align-items: flex-start;
        flex-direction: column; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .menu-plus-btn {
          float: right;
          position: relative;
          margin-top: 3px;
          background: none;
          border-radius: 0px;
          height: auto;
          line-height: initial; }
          .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .menu-plus-btn a {
            font-weight: lighter;
            font-size: 16px;
            cursor: pointer;
            width: 30px !important;
            color: #000;
            background: #fff;
            border-radius: 3px;
            height: 30px;
            line-height: 30px;
            float: right !important;
            text-align: center;
            border: 1px solid #000;
            margin-top: -5px; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .counter {
          float: left;
          position: absolute;
          font-size: 11px;
          background: #fd3;
          right: -10px;
          height: 22px;
          line-height: 18px;
          top: -16px;
          text-align: center;
          color: #000;
          width: 22px;
          border-radius: 50%;
          font-weight: 500;
          z-index: 1;
          border: 2px solid #fff; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .counter.no-display + a {
          color: #000;
          background: #fff; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .counter + a {
          color: #fff;
          background: #000; }
        .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .rciw-cv-price-spn {
          font-size: 20px;
          font-weight: 500;
          margin: 0 5px 0 0;
          color: #000; }

/*shoply css ends here*/
/*shoply modal css starts here*/
.gro-accordion-wrap {
  width: 100%;
  display: none;
  flex-direction: column; }
  .gro-accordion-wrap a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer; }
    .gro-accordion-wrap a i {
      color: #666;
      font-size: 18px; }

.gro-sort-by h3, .gro-filter-by h3 {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 500;
  color: #000; }

.gro-sort-by {
  margin-bottom: 30px; }

.gro-filter-by h3 {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase; }

.gro-filter-by ul {
  margin-top: 15px; }

.gro-filter-by .checkbox label::after {
  top: 1px;
  font-size: 14px;
  left: 2px; }

.gro-filter-by .checkbox label::before {
  width: 23px;
  height: 23px;
  left: 0;
  margin-left: -15px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background-color: #fff;
  margin-left: -18px;
  top: -2px; }

.gro-filter-by.round-check .checkbox label::before {
  border-radius: 50%; }

.gro-filter-by.round-check .checkbox label::after {
  top: 2px;
  font-size: 13px;
  left: 2px; }

.gro-filter-by .checkbox label {
  padding-left: 15px;
  font-size: 14px; }

.gro-filter-by li {
  margin-bottom: 15px; }

.gro-filter-by .checkbox {
  box-sizing: border-box;
  margin-bottom: 20px; }

.gro-filter-by .checkbox input[type="checkbox"]:checked + label {
  color: #000;
  font-weight: 500; }

.gro-filter-by .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #fd3; }

.fewer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative; }

.fewer-brand a {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #000; }

.fewer-brand span {
  position: absolute;
  right: 15px;
  top: 16px; }

.fewer-brands-wrap h3 {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase; }

.fewer-brands-wrap p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666; }

.d-flex {
  display: flex; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #d2d2d2; }

.radio-container input:checked ~ .checkmark {
  background: #fd3; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.radio-container input:checked ~ .checkmark:after {
  display: block; }

.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000; }

/* shoply modal css ends here*/
.ch-deliver-addres-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px; }

.ch-deliver-addres-btn {
  color: #d2d2d2 !important;
  background: #000 !important;
  margin: 0 0 20px 0;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  text-indent: 0; }

.popular-img-wrap {
  height: 140px;
  width: 100%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50%; }

.e-wallet-bal-wrap {
  display: flex;
  /* width: 100px; */
  float: left;
  align-items: center; }

.current-price {
  color: #000;
  font-weight: 500; }

.old-price {
  color: #666 !important; }

.orderBasketChkBtn {
  display: none; }

.panel-default, .panel-order {
  border: none; }

.left-category, .right-category, .middle-category {
  padding-left: 0px;
  padding-right: 0px; }

.panelFlex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase; }

.right-category #right-nav {
  max-width: 450px;
  width: 100%; }

.panel-title.baskit-res-wrap i {
  font-size: 18px;
  display: block;
  margin-right: 10px; }

.right-category #right-nav {
  height: 100%;
  /*padding-bottom: 130px;*/
  padding-bottom: 90px; }

.restruant-menu .panel {
  height: 100%;
  width: 100%; }

.responsive-panel-baskit {
  height: 100%;
  flex-direction: column;
  display: flex; }

.restruant-menu .scroll-basket {
  overflow: auto;
  overflow-x: hidden;
  flex: 1;
  width: 100%;
  max-height: initial;
  border-bottom: 1px solid #d2d2d2; }

.reponsive-checkout-btn-wrapper {
  position: absolute;
  /*bottom: 15px;*/
  bottom: 0px;
  width: 100%; }

.rating-star {
  font-size: 12px;
  color: #fad000; }

.pro-details-rating-wrap .rating-star {
  font-size: 16px; }

/*.discounted-price {
    position: relative;
    font-size: 12px;
}

.discounted-price::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 7px;
    left: 0;
}*/
.gro-single-item-main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0px;
  flex: 1; }

.add-cart-wrap {
  margin-top: auto;
  padding-top: 5px; }

.row-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #fff;
  z-index: 111; }

.filter-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px; }

/*new css styles*/
.button-row {
  font-size: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 3px; }
  .button-row a {
    border-right: 1px solid #d2d2d2;
    text-decoration: none;
    color: #333;
    padding: 6px 16px;
    line-height: 1.15; }
    .button-row a:last-of-type {
      border-right: none; }

.price-wrap .discount-price {
  vertical-align: initial !important;
  line-height: initial !important;
  height: auto !important;
  font-weight: normal !important; }

.bs-fixed, .shop-sub-logo {
  -webkit-transition: all 0.60s ease;
  -moz-transition: all 0.60s ease;
  transition: all 0.60s ease;
  box-shadow: none !important; }

.sleft {
  margin-left: 0px !important;
  margin-right: -42px !important; }

.sright {
  margin-left: 10px !important;
  margin-right: 0px !important; }

.sleftimg {
  margin-left: -67px !important;
  margin-right: 15px !important; }

.srightimg {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.badge-out-of-stock {
  background: #ffe2e7;
  color: #ed0000;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  display: inline-flex;
  margin-bottom: 5px;
  width: 100px; }

.badge-in-stock {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 12px;
  display: inline-flex;
  margin-bottom: 5px;
  width: 70px; }

.color-images {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .color-images .product-item-image {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 10px;
    color: #666;
    flex-direction: column;
    min-width: 80px;
    border: 1px solid #d2d2d2;
    padding-top: 5px;
    padding-bottom: 5px; }
    .color-images .product-item-image:hover {
      border: 1px solid #000;
      color: #000; }
    .color-images .product-item-image img {
      /*max-width: 40px;*/
      max-height: 25px;
      margin-right: 0px !important; }
    .color-images .product-item-image span {
      font-size: 12px !important; }
    .color-images .product-item-image .review-img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      margin: auto; }
  .color-images .product-item-image.active {
    border: 1px solid #000;
    color: #000;
    position: relative; }
  .color-images .w-80 {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 13px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 37px !important;
  text-align: center;
  pointer-events: initial;
  cursor: pointer;
  color: #666; }

.image-height {
  /*max-height: 257px;*/
  overflow-y: hidden;
  margin-bottom: 1rem !important;
  /*min-height: 257px;*/
  border: 1px solid #d2d2d2;
  position: relative; }

.lg-hide-items .lg-toolbar {
  opacity: 1 !important;
  transform: none !important; }

/*new css styles ends here*/
/*plus minus add item style starts here*/
.quantity_width {
  display: flex;
  text-align: center;
  height: 33px;
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  padding: 0px 0px;
  width: 130px; }

.dec.button, .inc.button {
  cursor: pointer;
  /* border: 1px solid #e4e4e4; */
  font-size: 13px;
  font-weight: normal;
  /* flex: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f2f2f2; */
  font-weight: normal;
  color: #000;
  border-radius: 0px;
  width: 35px; }

input.txtQuantity {
  align-items: center;
  border-top: none;
  border-bottom: none;
  width: 30px;
  font-size: 14px;
  outline: none;
  /* border: none; */
  flex: 1;
  text-align: center;
  border-left: none;
  border-right: none;
  background: #fff;
  font-weight: 500;
  color: #000;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2; }

.quantity-basket {
  height: 24px;
  width: 95px; }

.quantity-basket .dec.button, .quantity-basket .inc.button {
  width: 25px;
  font-size: 11px; }

.quantity-basket input.txtQuantity {
  width: 40px;
  font-size: 13px; }

/*plus minus add item style ends here*/
.header-links {
  display: flex;
  align-items: stretch;
  min-height: 40px; }

.cusi-or-autocomplete-wrap {
  width: 96%;
  position: absolute;
  top: 55px;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #f2f2f2;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1111;
  margin: 0 2%;
  min-height: 200px;
  top: 70px;
  width: 600px;
  left: auto;
  box-shadow: 0px 2px 5px #aaa;
  right: -8px; }
  .cusi-or-autocomplete-wrap li {
    margin-bottom: 15px; }
    .cusi-or-autocomplete-wrap li a {
      color: #000 !important; }

.record-not-f-wrap {
  text-align: center;
  width: 100%;
  padding: 0px 15px;
  margin-top: 100px; }

.not-found-icon {
  font-size: 32px;
  color: #666; }

span#spRatingCount {
  font-size: 14px; }

.price-autocomplete {
  font-size: 20px;
  font-weight: 500;
  /* margin: 0 5px 0 0; */
  color: #000;
  display: flex; }
  .price-autocomplete .a-price-symbol {
    top: 3px; }

.common-image-blur .common-img-bg {
  filter: blur(50px);
  -webkit-filter: blur(50px);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  background-position: center center; }

.common-image-blur img {
  z-index: 1; }

/* eye modal css (menu page) starts here */
@media (max-width: 1200px) {
  #showList, #showGird {
    padding: 0px 9px;
    height: 37px;
    font-size: 16px; }
  #showList.active-g, #showGird.active-g {
    border: 1px solid #d2d2d2; }
  .checkout-wrap .container {
    width: 100%; }
  .checkout-wrap .guest-checkout-main {
    padding: 0px 0px 0px 10px; }
  .sidebar.affix {
    max-width: 220px; }
  .notification-header {
    margin-left: 10px; }
  .dropdown-header-wrap {
    display: flex;
    align-items: center;
    height: 100%; }
    .dropdown-header-wrap .username-header-label {
      max-width: 65px;
      display: inline-block;
      margin-right: 0px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; } }

/*responisve css starts here*/
@media (min-width: 1021px) {
  .mobile-menu-bar-icon {
    display: none; }
  .order-basket-wrap {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    background: #fff;
    height: 100%;
    max-width: 450px;
    z-index: 1111;
    right: 0px; }
  .affix-top, .not-fixed {
    position: static !important;
    top: 0; }
  .order-basket-wrap {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.60s ease;
    -moz-transition: all 0.60s ease;
    transition: all 0.60s ease; }
  .slideright {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1); }
  .slideleft {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .basket-order-dtl-wrap {
    border-left: none; }
  .basket-header-mobile {
    display: block;
    background: #fff;
    color: #000;
    width: 389px;
    padding: 10px 0%;
    font-size: 16px;
    font-weight: lighter;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 9px;
    text-transform: uppercase; }
  #btnBckToMenu {
    display: flex;
    align-items: center; }
  .basket-header-mobile i {
    margin-right: 10px;
    font-size: 18px; }
  .basket-order-dtl-wrap {
    max-height: 100%;
    border: none;
    overflow-y: hidden;
    position: absolute;
    overflow-x: hidden; }
  .coiw-head-wrap {
    padding: 5px 2%;
    width: 96%; }
  .coiw-order-scroll-wrap {
    float: left;
    width: 100%;
    overflow: auto; }
  .coiw-order-type-head-wrap {
    float: left;
    padding: 8px 2%;
    width: 96%; }
  .coiw-rest-dtl-dropdown-main-wrap {
    padding: 0px 0px 7px;
    width: 100%; }
  .itm-action-wrapper {
    float: left;
    padding: 3px 0 0px 0px;
    text-align: center;
    width: 100%;
    margin: 3px 0px 0px 0px;
    position: fixed;
    bottom: 0px; }
  .coiw-head-wrap, .coiw-order-type-head-wrap {
    border-bottom: none; }
  .coiw-items-wrapper {
    padding: 0px 0 0;
    float: left;
    font-size: 12px;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: initial;
    margin-top: 0px; }
  .overlay-grocery {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .coiw-item-total-wrapper {
    min-height: 160px; }
  .grocery-con-wrap .restaurant-header-detail-wrap {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    min-height: 120px; } }

@media (max-width: 1021px) {
  .header .container {
    max-width: 100% !important;
    width: 100% !important; }
  .back-btn {
    padding: 0px 0px 0px 20px; }
  .header-links {
    padding-right: 20px; }
  .mobile-menu-bar-icon {
    float: left;
    font-size: 22px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    display: flex !important;
    margin-right: 15px;
    padding: 0px 20px; }
  .order-basket-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1111;
    background: #fff;
    height: 100%;
    max-width: 100%; }
  .panel-title a {
    display: none; }
  .order-basket-wrap {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    display: block !important; }
  .slideright {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .right-category #right-nav, .panel, .reponsive-checkout-btn-wrapper {
    max-width: 100% !important;
    width: 100% !important; } }

@media (max-width: 1000px) {
  .category-with-products-wrap .category-box {
    grid-template-columns: repeat(2, 1fr); }
  .empty-box-wrap .font-22 {
    font-size: 20px !important; }
  .empty-box-wrap i {
    font-size: 23px !important;
    margin-bottom: 10px; }
  /*.empty-box-wrap span {
        font-size: 20px !important;
        margin-left: 10px !important;

        i {
            font-size: 24px !important;
        }
    }

    .category-box {
        .empty-box-wrap span {
            font-size: 16px !important;
            margin-left: 5px !important;

            i {
                font-size: 20px !important;
            }
        }
    }*/
  .category-with-products-wrap .category-box .cate-item-wrap:first-child {
    min-height: 200px; }
  .category-with-products-wrap .category-box .cate-item-text {
    padding: 7px 10px;
    width: calc(100% - 30px); }
  .category-with-products-wrap .category-box .cate-item-wrap:first-child h3 {
    font-size: 18px !important; }
  /*slider with categories starts*/
  .slider-with-category .slider-content-1 {
    min-height: 0px; }
  .slider-with-category .featured-items-home {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0px; }
    .slider-with-category .featured-items-home .item-banner {
      display: flex;
      position: relative;
      height: 120px;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
      .slider-with-category .featured-items-home .item-banner a {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        transition: background-size .8s ease-in-out; }
      .slider-with-category .featured-items-home .item-banner a:hover {
        background-size: 110%; }
    .slider-with-category .featured-items-home .text-content {
      color: #fff;
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: center;
      align-items: center; }
      .slider-with-category .featured-items-home .text-content h3 {
        color: #fff !important; }
    .slider-with-category .featured-items-home .text-content.a {
      position: absolute;
      bottom: 15px;
      padding: 10px; }
    .slider-with-category .featured-items-home .text-content.b {
      position: absolute;
      bottom: 15px;
      padding: 15px;
      right: 0px; }
    .slider-with-category .featured-items-home .text-content.c {
      position: absolute;
      top: 15px;
      padding: 15px; }
  /*slider with categories ends*/
  #scrollFixedRes {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px; }
  .res-revers-wrap {
    flex-direction: column-reverse;
    display: flex;
    padding-bottom: 60px; }
  .search-filter-res-wrap a {
    padding: 7px 16px;
    padding-left: 65px;
    font-weight: normal; }
  .scrollFixedRes {
    /* position: fixed;*/
    width: 100%;
    background: #fff;
    top: 50px;
    padding: 3px 15px 0px 15px;
    z-index: 11;
    display: flex;
    align-items: center; }
  .search-filter-res-wrap a + a {
    padding-left: 16px; }
  .col-md-6.category-responsive {
    flex: 1;
    margin-bottom: 0px; }
  .formDivTblBooking {
    width: 100% !important;
    padding: 10px; }
  .home-page-section a:nth-child(4) .col-lg-2-5 {
    clear: both; }
  .checkout-wrap #divLoginPanel .social-btn-main-wrapper h2 {
    margin-top: 20px !important; }
  .restaurant-review-page {
    margin: 0px 0px 0px 0px; }
    .restaurant-review-page .review-wrap {
      position: relative;
      margin-left: 0px;
      margin-right: 0px; }
    .restaurant-review-page .container {
      width: 100%; }
    .restaurant-review-page .bx_slider {
      width: 100%; }
    .restaurant-review-page .top-section-review {
      width: 170px;
      position: relative;
      top: 0;
      float: none;
      margin: 0px auto;
      display: block; }
  .menu-container {
    width: 100% !important; }
  .login-image-wrapper {
    /*.hide-login-label{display:none;}*/ }
    .login-image-wrapper .or-hide-web {
      display: block; }
    .login-image-wrapper .separter {
      text-align: center;
      font-size: 16px;
      margin: 0px 0px;
      color: #fff;
      text-shadow: 0px 1px 0px #000; }
    .login-image-wrapper .separter:before, .login-image-wrapper .separter:after {
      margin: 0px 0 0 20px;
      position: relative;
      color: #d2d2d2;
      top: -7px;
      content: "____________";
      color: #d2d2d2; }
    .login-image-wrapper .separter::before {
      right: 17px; }
    .login-image-wrapper .hide-login-label {
      font-size: 20px;
      clear: both; }
    .login-image-wrapper .login-form {
      padding: 15px 15px;
      max-width: 100%;
      border-radius: 0px; }
      .login-image-wrapper .login-form .col-md-6 {
        padding: 0px; }
    .login-image-wrapper .orc-foll-opt {
      font-size: 14px !important; }
    .login-image-wrapper .btn-social {
      font-size: 14px; }
    .login-image-wrapper .user-login {
      border-left: none;
      padding: 0px; }
  .main-navi a {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 12px; }
  .dropdown-header-wrap {
    margin-left: 10px;
    float: right; }
  .left-category {
    display: none; }
  .left-middle-wrapper {
    width: 60%;
    float: left; }
  .middle-category {
    width: 100%; }
  .deals-wrap .res-gird-list-fooditem-wrap {
    text-align: center; }
  .deals-wrap .res-list-fooditem-wrap {
    float: none;
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left; }
  .checkout-wrap .checkout-detail-wrap {
    width: 100%; }
  .checkout-wrap .guest-checkout-main {
    float: right;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0px 0px 0px 0px; }
  .restaurant-review-page .review-summary-dist {
    width: 86%; }
  /* review page responsive starts*/
  .restaurant-review-page .review-summary {
    padding: 0px 0 15px 0; }
  /* review page responsive ends */ }

.zoompro-wrap .zoompro-border {
  height: 100%;
  width: 100%;
  display: flex;
  max-height: 500px; }
  .zoompro-wrap .zoompro-border img {
    height: 100%;
    object-fit: contain; }

@media (max-width: 980px) {
  .orc-field-img-remove-icon {
    right: 13%; } }

@media (min-width: 800px) {
  .login-main-p-wrap {
    display: none; }
  .cate-shop-heading-web, .cate-shop-breadcrum-res {
    display: none !important; }
  /*.gro-b-wrap {
            margin-top: 17px !important;
        }*/
  .lg-outer.lg-visible {
    left: 15%;
    opacity: 1;
    z-index: 1111;
    background: #fff;
    width: 70%;
    /* margin: auto; */
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%; }
  .lg-sub-html, .lg-toolbar {
    background-color: #fff !important; }
  .lg-outer .lg-thumb-outer {
    background-color: #fff !important;
    bottom: 0;
    border-top: 1px solid #d2d2d2; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #000 !important; }
  .lg-toolbar .lg-icon:hover {
    color: #000 !important; }
  #o-wrapper {
    margin-top: 0px; }
  .area-on-header-wrap {
    display: none !important; }
  .home-page-section .row {
    display: flex; }
  .home-page-section .home-top-wrapper {
    flex: 1; }
  .checkout-wrap .checkout-item-wrap {
    max-height: 500px;
    overflow-x: auto; }
  /* custom category css starts here*/
  .dropdown-dynamic-web-wrap {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-400px);
    transition: .5s ease all;
    position: absolute; }
  .dropdown-dynamic-web-wrap.active {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100% !important;
    height: 450px;
    display: flex;
    background: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
    padding: 0px;
    /*box-shadow: 0px 10px 9px #aaa;*/ }
  .cate-overlay {
    position: fixed;
    /*z-index: -1;*/
    z-index: 1;
    left: 0;
    background-color: #000;
    opacity: 1;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .cat-section {
    width: 25%;
    flex-direction: column;
    max-height: 440px;
    overflow-y: auto;
    display: none; }
  .cat-section.active {
    display: flex; }
  .cat-section + .cat-section {
    padding-left: 20px; }
  .cat-section .dropdown-menu {
    top: 0; }
  /* custom category css ends here*/ }

.row.rest-info-map {
  margin-bottom: 15px; }

.left-item-img {
  width: 120px;
  margin-top: 0;
  padding-right: 0px;
  box-sizing: border-box; }
  .left-item-img img {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 2px;
    cursor: pointer;
    box-sizing: border-box; }

.item-img-btn-wrap {
  display: flex;
  float: left;
  width: 100%;
  flex-direction: column;
  flex: 1;
  padding-bottom: 10px; }

.horizontal-line {
  border-bottom: 1px solid #d2d2d2;
  width: 80%;
  display: block;
  margin-top: 10px;
  margin: 10px auto 5px auto;
  text-align: justify; }

.not-included-n-offer {
  width: 100%; }
  .not-included-n-offer .col-xs-12 {
    padding-right: 0px; }

.item-img-btn-wrap .col-xs-12 {
  padding-right: 0px; }

.cate-shop-breadcrum-res {
  display: none;
  background: #fff;
  color: #666;
  padding: 15px; }

.shop-sub-navigation .dropdown-item.dropdown-toggle {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center; }

.show-search-mobile, .search-responsive-back-arrow {
  display: none; }

/*.shop-sub-navigation ul > li:first-child a {
    padding-left: 0px !important;
}*/
.add-basket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .add-basket-btn ion-icon {
    font-size: 17.5px; }

.show-dots-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.text-match {
  padding: 10px 0px;
  display: flex;
  font-size: 12px;
  color: #666; }
  .text-match span {
    color: #000; }

.cat-section .dropdown-item.text-primary {
  justify-content: start;
  font-size: 14px; }

.slider-inner-image-wrapper {
  width: 100%; }

@media (max-width: 800px) {
  .shop-header-wrap.dropdown-change-mobile-view.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
    .shop-header-wrap.dropdown-change-mobile-view.container .add-carousel-category {
      width: 96% !important; }
    .shop-header-wrap.dropdown-change-mobile-view.container .gro-b-wrap .gro-search {
      width: 96% !important;
      margin-left: auto;
      margin-right: auto; }
  .shop-header-wrap li.nav-item.dropdown {
    position: static !important; }
  .mt-6 {
    margin-top: 4rem; }
  .mb-6 {
    margin-bottom: 4rem; }
  .sl-home {
    align-items: center;
    display: flex;
    width: 100%;
    overflow: hidden; }
  .slider-inner-image-wrapper {
    display: none; }
  .sl-home .bg-img {
    width: 100%;
    height: 100%;
    z-index: 1; }
  .checkbox label::after {
    left: 0;
    top: 3px !important;
    font-size: 11px !important;
    padding-left: 3px !important; }
  .slider-active-3.owl-carousel.owl-loaded {
    max-height: initial !important; }
  .flex-md-row.w-m-800 {
    flex-direction: column !important; }
  a#filterShowRes {
    display: flex !important; }
  .filter-res-btn {
    border: 1px solid #000;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 4px;
    height: 40px;
    padding: 0px 10px;
    width: 120px; }
    .filter-res-btn .filter-text {
      text-align: center;
      justify-content: center;
      align-items: center;
      width: 100%; }
  .d-md-block.show-basket-fixed {
    display: none !important; }
  .sleft {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .b-img-checkout {
    height: 70px;
    width: 70px; }
  .b-img-checkout + .flex-grow-1 .font-20 {
    font-size: 16px !important; }
  .b-img-checkout + .flex-grow-1 + .text-right .a-price-whole {
    font-size: 16px !important; }
  .hide-some-where {
    display: none;
    margin-left: 15px; }
  .nav-scroller-wrapper button {
    display: none !important; }
  .nav-scroller.shop-sub-navigation {
    flex: 1;
    width: 100%;
    overflow-x: auto; }
  #listSlider {
    flex: 1;
    width: 100%;
    overflow-x: auto;
    display: flex;
    margin-bottom: 0px; }
  .list-view .list-view-p-img {
    flex: 2;
    padding-right: 0px; }
  .c-bubble {
    font-size: 11px;
    min-width: 20px;
    min-height: 20px;
    font-weight: normal; }
  .header-links .c-bubble {
    right: -6px;
    top: -1px; }
  .form-control-feedback {
    height: 27px;
    line-height: 30px !important; }
  .autocomplete-img {
    height: 60px;
    width: 60px; }
  .autocomplete-img + div h3 {
    font-size: 16px !important; }
  .price-autocomplete {
    font-size: 18px; }
  .price-autocomplete .a-price-symbol {
    top: 2px; }
  .slick-slider {
    padding-top: 0px;
    margin-right: 0px; }
  section.product-details-area.mt-30.mtb-60px {
    margin-top: 20px; }
  .pagingInfo {
    bottom: 0px !important; }
  /*font sizes responsive starts here*/
  .product-details-content h1, .not-cut .current-price {
    font-size: 20px !important; }
  /*font sizes responsive ends here*/
  .cusi-or-autocomplete-wrap {
    top: 120px;
    max-width: 100%;
    width: 100%; }
  .groc-left {
    overflow-y: auto;
    padding-bottom: 30px;
    max-height: 95%; }
  .filter-button-bottom {
    position: absolute;
    bottom: 10px;
    width: 86%;
    left: 0;
    padding: 0px 17px; }
  .gro-single-item-inner-wrap {
    min-height: initial !important; }
  .checkbox label::before {
    width: 16px !important;
    height: 16px !important;
    top: 3px !important; }
  .checkbox label::after {
    margin-left: -21px !important; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-item-left-wrap li a {
    padding: 3px 0px 3px 20px; }
  .checkbox label {
    padding-left: 4px !important;
    font-size: 14px !important; }
  .gro-single-item-inner-wrap {
    min-height: 0px; }
  .price-range-res {
    font-size: 14px !important; }
    .price-range-res a {
      padding: 3px 0px 3px 0px !important; }
  .slick-slide {
    outline: none !important; }
  #AddFilterShowRes {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    height: 100%;
    width: 85% !important;
    display: flex !important;
    left: 0px;
    z-index: 1111;
    background: #fff;
    top: 0px;
    padding: 15px 20px;
    border-right: 1px solid #d2d2d2;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    padding-right: 0px; }
  #AddFilterShowRes.side-bar-fixed-res {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .side-bar-fixed-res + .side-bar-fixed-res-overlay {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .menu-responsive-checkout {
    position: fixed;
    bottom: 60px;
    z-index: 11111111;
    right: 0px;
    min-width: 140px;
    background: #000;
    borderTopRightRadius: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: auto;
    display: flex;
    padding-top: 25px;
    padding-left: 14px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #000;
    align-items: center;
    padding-right: 15px;
    padding-bottom: 3px; }
  span.menu-label-checkout {
    position: absolute;
    font-size: 12px;
    text-align: left;
    top: -7px;
    left: auto;
    display: flex !important;
    color: #fff;
    right: 15px; }
  .shopping-cart {
    position: relative;
    line-height: initial; }
  #cart_block_top i {
    color: #000 !important;
    line-height: initial; }
  #spBasketTotal {
    font-size: 20px !important;
    margin-left: 8px;
    color: #fff !important;
    line-height: initial; }
  .menu-responsive-checkout {
    position: fixed;
    bottom: 80px;
    z-index: 11111111;
    right: 0px;
    min-width: 140px;
    borderTopRightRadius: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: auto;
    display: flex;
    padding-top: 22px;
    padding-left: 14px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #aaa;
    align-items: center;
    padding-right: 15px;
    padding-bottom: 5px; }
  .shopping-cart {
    position: relative;
    line-height: initial; }
  #cart_block_top i {
    color: #000 !important;
    line-height: initial; }
  #spBasketTotal {
    font-size: 20px !important;
    margin-left: 4px;
    line-height: initial; }
  .gro-b-wrap .gro-search .search-menu-page {
    max-width: 100% !important; }
  #showList, #showGird {
    padding: 0px 9px;
    height: 37px;
    font-size: 16px; }
  #showList.active-g, #showGird.active-g {
    border: 1px solid #d2d2d2; }
  #showList i, #showGird i {
    margin-top: 2px; }
  .gro-b-wrap {
    background: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    position: relative;
    z-index: 111;
    top: 0;
    opacity: 1;
    padding: 10px 0px !important;
    /*min-height: 60px;*/ }
    .gro-b-wrap .gro-search {
      position: relative;
      display: flex;
      width: 100%;
      overflow: initial;
      font-size: 12px;
      margin-bottom: 0px; }
      .gro-b-wrap .gro-search .form-control-serach-menu {
        padding: 5px 35px 5px 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
      .gro-b-wrap .gro-search .search-menu-page {
        float: left;
        position: relative;
        margin: 0px 0px 0px 0px;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
        line-height: 30px;
        margin-top: 0px;
        margin-right: 0px;
        display: flex; }
        .gro-b-wrap .gro-search .search-menu-page i {
          top: 13px !important; }
    .gro-b-wrap .search-responsive-back-arrow {
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #666;
      padding: 0px 20px 0px 20px; }
  .gro-b-wrap.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .show-search-mobile {
    display: flex;
    padding: 15px;
    color: #000;
    font-size: 20px;
    cursor: pointer; }
  .cate-shop-heading-web {
    display: none !important; }
  .cate-shop-breadcrum-res {
    display: block; }
  .shop-header-inner-wrap {
    overflow-x: auto; }
    .shop-header-inner-wrap a {
      white-space: nowrap !important;
      border-bottom: none !important; }
  /*dropdown design change in responsive*/
  .dropdown-change-mobile-view .shop-sub-navigation > ul a {
    background: #fff;
    width: 100%;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #eaeded;
    cursor: pointer;
    color: #000;
    font-size: 1.4rem; }
  .dropdown-change-mobile-view #divBreadcrumb {
    display: none; }
  .dropdown-change-mobile-view .shop-sub-navigation .m-back-btn {
    background: #f2f2f2;
    width: 100%;
    display: block;
    line-height: 25px;
    padding: 20px 20px !important;
    border-bottom: 1px solid #eaeded;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    outline: none;
    border: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    background: none !important; }
    .dropdown-change-mobile-view .shop-sub-navigation .m-back-btn i {
      margin-right: 1.5rem; }
  .dropdown-change-mobile-view .dropdown-menu {
    background: #f2f2f2;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1111;
    top: 0;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    left: 0px !important;
    display: block !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    border: none; }
  .dropdown-change-mobile-view .open > .dropdown-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .dropdown-change-mobile-view .dropdown-submenu .dropdown-menu.show {
    transform: translateX(0%);
    margin-top: 0px; }
  .dropdown-change-mobile-view #dropdownShow:before, .dropdown-change-mobile-view #dropdownShow:after {
    border: none !important; }
  /*dropdown design change in responsive*/
  .bookTableBtn {
    margin: 10px 0px 20px 0px; }
  .slider-content-1 {
    padding: 10px 15px 30px 15px !important;
    min-height: 350px; }
  /*prograss bar for responsive starts here*/
  .left-item-img {
    width: 100px;
    margin-top: 0;
    padding-right: 10px;
    box-sizing: border-box; }
  .orc-field-img-remove-icon {
    right: 26% !important; }
  /* Make clicks pass-through */
  #nprogress {
    pointer-events: none; }
  #nprogress .bar {
    background: #29d;
    position: fixed;
    z-index: 199;
    left: 0;
    width: 100%;
    height: 3px;
    top: 60px; }
  /* Fancy blur effect */
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    /*box-shadow: 0 0 10px #29d, 0 0 5px #29d;*/
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  /* Remove these to get rid of the spinner */
  #nprogress .spinner {
    display: none;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }
  .nprogress-custom-parent {
    overflow: hidden;
    position: relative; }
  .nprogress-custom-parent #nprogress .spinner,
  .nprogress-custom-parent #nprogress .bar {
    position: absolute; }
  /*@-webkit-keyframes nprogress-spinner {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }*/
  /*@keyframes nprogress-spinner {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }*/
  /*prograss bar for responsive ends here*/
  .noJump {
    min-height: 100vh; }
  .notification-header {
    color: #fff;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 10px; }
  .btnMiddlecategory {
    display: flex !important; }
  .float-label-control {
    margin-bottom: 10px !important; }
  .menu-star-label {
    display: flex;
    justify-content: center; }
  .checkout-wrap .checkout-restaurant-title-wrap {
    font-size: 16px;
    padding: 10px 15px 10px 15px; }
  .order-guest-add-more-item-btn {
    margin-left: 10px !important; }
  .back-plus-logo {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .menu-tab-bar {
    text-align: center; }
  .menu-page-bar-only {
    margin: 10px 0px;
    text-align: center;
    width: 100%;
    float: left; }
  .asap-time-wraper {
    float: left; }
  .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap .menu-address-wrap {
    padding: 0px 20px; }
  .back-btn {
    font-size: 20px; }
  .category-block {
    padding: 10px;
    min-height: 110px; }
  .tabs-menu .order-type-dropdown {
    padding-left: 15px;
    margin-bottom: 0px; }
  .tabs-menu .my-order-section-wrap {
    padding: 15px 10px; }
  .tabs-menu .my-order-section-inner-wrap {
    padding: 0px; }
  .tabs-menu .my-order-wrap {
    padding: 20px 15px; }
  .tabs-menu .my-order-new-row {
    display: table;
    width: 100%;
    margin-bottom: 15px; }
  .tabs-menu .my-order-row {
    margin-bottom: 15px; }
  .tabs-menu .left-row, .tabs-menu .right-row {
    display: flex;
    width: 100%;
    flex: none; }
  .tabs-menu .my-order-right {
    flex: none;
    width: 120px; }
  #hlkViewCart, .card-block-top + .card-block-top {
    display: block !important; }
  .add-scroll {
    overflow: hidden; }
  .order-placed-not {
    width: 100%;
    display: inline-block; }
  .home-top-wrapper {
    width: 100%;
    margin-bottom: 30px; }
    .home-top-wrapper .col-xs-6 {
      padding: 5px 10px; }
  footer {
    display: none !important; }
  /*Home page css starts here*/
  .restaurant-cover-photo-wrap {
    /*max-height: 230px;*/
    min-height: 250px;
    margin: -5px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover; }
    .restaurant-cover-photo-wrap .restaurant-cover-photo-image-wrap img {
      width: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-height: 200px;
      min-height: 280px; }
    .restaurant-cover-photo-wrap .restaurant-header-detail-wrap {
      position: relative;
      width: 100%;
      top: 0;
      float: left;
      padding: 10px 0px;
      margin-top: 0px; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .rdw-logo-wrapper {
        float: left;
        width: 100%;
        border: none !important;
        margin-left: 0px;
        position: relative;
        text-align: center;
        height: auto;
        margin-top: 35px;
        margin-bottom: 10px; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .rdw-logo-wrapper .rdw-restaurant-logo {
          width: 100px;
          height: auto !important;
          min-height: 100px;
          float: none;
          display: inline-block;
          margin-top: 7px;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-header-wrap {
        float: left;
        /* margin-top: 20px; */
        color: #fff;
        margin-left: 0px;
        text-align: center;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-title {
        padding: 0px 15px;
        font-size: 20px !important;
        margin-top: 5px;
        margin-bottom: 0px; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-list-fooditem-order-distance {
        margin-bottom: 15px; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-address-wrap {
        float: none;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        display: inline-block; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-address-wrap .menu-star-label {
          margin-top: 5px; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-address-label {
        float: none; }
        .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-address-label .rm-content-multi-addresses-wrap {
          float: none !important; }
      .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-list-fooditem-order-distance span i {
        padding: 4px 5px 0px 0px;
        font-size: 14px; }
    .restaurant-cover-photo-wrap .res-ecash-label {
      font-size: 16px !important; }
  /*Home page css ends here*/
  /*menu responsive*/
  .restruant-menu .responsive-panel-baskit {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%;
    width: 100%;
    position: relative;
    padding-bottom: 20px; }
  .restruant-menu .reponsive-checkout-btn-wrapper {
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: 0px; }
  .restruant-menu .res-btn-checkout {
    padding: 10px 40px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 94%; }
  .checkout-wrap .guest-checkout-wrap {
    border: none !important;
    padding: 10px 0px !important; }
  .checkout-wrap .checkout-item-wrap {
    padding: 15px 0px 0px 0px !important; }
  /*Checkout css start here*/
  /*Checkout css ends here*/
  .Search-filter-show-wraper {
    display: none !important; }
  .slideDown .restaurant-asap-select-filter {
    margin-left: 10px !important; }
  .restaurant-asap-filter-responsive-wrap {
    float: left;
    width: 100%;
    margin: 0px 0px 5px 0px;
    text-align: left;
    display: block; }
    .restaurant-asap-filter-responsive-wrap .restaurant-asap-select-filter {
      display: inline-block;
      margin-left: 0px; }
      .restaurant-asap-filter-responsive-wrap .restaurant-asap-select-filter .select-asap {
        position: relative;
        display: inline-block;
        flex: 1;
        vertical-align: middle;
        margin-right: 10px; }
    .restaurant-asap-filter-responsive-wrap .select-asap {
      position: relative;
      display: inline-block;
      flex: 1;
      vertical-align: middle;
      margin-right: 0px; }
    .restaurant-asap-filter-responsive-wrap .select-mar-left-10 {
      margin-left: 10px; }
    .restaurant-asap-filter-responsive-wrap .select-asap select {
      background: #fff !important;
      border-radius: 3px !important;
      margin: 0;
      outline: none;
      padding: 2px 5px 2px 7px;
      position: relative;
      vertical-align: middle;
      width: 100%;
      font-size: 12px;
      height: 30px; }
  .slideDown {
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    margin: 0px;
    top: -10px;
    padding: 10px 0px 10px 0px !important;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s; }
  .slideDownApp {
    top: -10px !important;
    position: inherit !important; }
  .slideDownApp.slideDown {
    position: fixed !important;
    height: auto !important; }
  .profile-header-bg-color {
    height: 130px; }
  .profile-main-wrap h3 {
    font-size: 18px; }
  .profile-main-wrap .profile-data-wrap {
    width: 100%; }
  .profile-main-wrap .profile-label-group:first-child {
    border-top: 1px solid #d2d2d2; }
  .profile-main-wrap .profile-label-group {
    margin: 0px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0px; }
  .container-with-only-home {
    margin-top: 70px;
    padding: 0px; }
  .food-detail {
    color: #fff;
    margin-bottom: 5px; }
  .menu-block .price {
    text-align: right;
    padding-right: 20px; }
  .menu-block .starting-label, .menu-block .home-price-label {
    color: #fff; }
  .heading-common {
    /*visibility: hidden;
        margin-top: -10px !important;*/
    display: none; }
  .restruant-menu .panel-heading-warp + div {
    border: 1px solid #d2d2d2;
    margin-top: -11px;
    width: 100%;
    float: left; }
  .remove-border-responsive {
    border: none !important;
    margin-top: 0px !important;
    width: 100%;
    float: none !important; }
  .restruant-menu .panel-heading-warp + div .panel-body .row {
    margin-left: 0px;
    margin-right: 0px; }
  .left-category, .right-category, .middle-category {
    padding-left: 10px;
    padding-right: 10px; }
  .middle-category .row .col-xs-12 {
    padding: 0px 0px; }
  .menu-heading-desc-wrapper {
    padding: 0px 40px 0px 20px; }
  .discount-voucher-wrap {
    width: 100%;
    margin: 10px 0px 20px 0px; }
  .order-item-wraper {
    width: 100%;
    padding-left: 0px; }
  .order-item-d-c-inner {
    font-size: 14px; }
  .right-category #right-nav {
    width: 100%;
    max-width: 100%; }
  .restruant-menu .add-topping-wrap {
    width: 49%; }
  .restruant-menu .message-warring-wrap {
    margin: 0px 2%;
    width: 96%; }
  .restruant-menu .total-price-wrap {
    float: right;
    width: 96%;
    padding: 10px;
    margin: 0px 2%; }
  #cart_block_top {
    margin-top: 6px;
    margin-right: 0px;
    margin-left: 0px; }
  /*#cart_block_top span.fa {
			padding: 0 10px;
		}*/
  .left-middle-wrapper {
    width: 100%;
    float: left; }
  .heading-common {
    margin: 10px 0px 0px 0px;
    font-size: 24px; }
  .header-responsive-title {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    /*display: inline-block;*/
    color: #fff; }
  .hide-responsive-heading {
    display: none !important; }
  .restruant-menu .search-menu-item-wrap {
    padding: 0px 0px 0px 0px; }
  .message-warring-wrap {
    width: 100%; }
  .restruant-menu .total-price-wrap {
    width: 100%; }
  .responsive-row-buffet {
    margin-left: -15px;
    margin-right: -15px; }
  /*orderbooking detils starts css*/
  .order-details-wrap .order-detail-main-wrap {
    width: 100%;
    margin: 0px 0%;
    border: none;
    min-height: 100%; }
  /*orderbooking detils ends css*/
  .restruant-menu .item-base-price {
    float: left;
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .item-button-container {
    width: auto;
    float: right;
    padding: 0px;
    margin-left: 10px; }
  .show-mobile {
    display: block !important; }
  .login-image-wrapper {
    margin-top: 0px; }
  /*.o-wrapper {
        padding-top: 0px;
        margin-bottom: 0px !important;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }*/
  .o-wrapper .restruant-menu-new {
    max-height: 92%;
    overflow-y: initial;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    padding-bottom: 49px; }
  .responsive-issue-wrap {
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 100%; }
  .padding-res-app {
    padding-bottom: 50px; }
  .pad-res-only-home {
    padding-top: 49px; }
  .home-page-section {
    margin-bottom: 0px; }
  body {
    padding-bottom: 0px; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100% !important; }
  .form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle; }
  .right-category {
    display: none; }
  .middle-category {
    width: 100%; }
  .hide-res {
    display: none; }
  .hide-web {
    display: block; }
  .mobile-menu {
    display: block; }
  .panel-order {
    margin-top: 0px;
    border: none; }
  .restruant-menu #adv-search .form-control {
    background: none;
    border-radius: 15px;
    padding: 2px 0px 0px 10px;
    border-radius: 0px;
    box-shadow: none;
    height: 39px;
    line-height: 39px; }
  #right-nav-container {
    height: 100%;
    position: fixed;
    width: 100%;
    max-height: 100%;
    z-index: 111;
    top: 0;
    background: #fff;
    padding: 0px;
    left: 0;
    margin: 0px; }
  .panel-order, .affix-top, .affix {
    height: 100%;
    position: relative !important;
    width: 100%; }
  .responsive-panel-baskit {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 90%;
    width: 100%;
    position: absolute; }
  #right-nav-container .panel-heading {
    font-size: 18px;
    padding: 15px;
    /*background: $penal-heading-bg-color-responsive;*/
    background: #fff;
    color: #000;
    text-align: center;
    /*color: $penal-heading-color-responsive;*/
    border-radius: 0px; }
  .header {
    line-height: 60px; }
  /*.basket-menu {
        display: block;
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 1px;
        cursor: pointer;
        color: #fff;
    }

    .basket-count {
        position: relative;
        font-size: 11px;
        background: #ed0000;
        color: #fff;
        padding: 3px 7px;
        top: -20px;
        height: 40px;
        border-radius: 40px;
        text-align: center;
        margin: 0px 0px 0px -15px;
        display: none;
    }*/
  .panel:last-child {
    border-bottom: none; }
  .baskit-res-wrap i {
    float: left;
    font-size: 22px;
    cursor: pointer; }
  .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0; }
  .panel-group .panel {
    border-radius: 0; }
  .panel-group .panel + .panel {
    margin-top: 0;
    float: left;
    width: 100%; }
  .panel-heading {
    background-color: #0072AE;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0; }
  .penal-title {
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 500; }
  .panel-title a {
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 400; }
  .panel-body {
    background: #fff; }
  .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px; }
  .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s; }
  .panel:last-child .panel-heading.active {
    border-radius: 0;
    transition: border-radius linear 0s; }
  /* #bs-collapse icon scale option */
  .panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1); }
  .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0); }
  #bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s; }
  #bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s; }
  /* #accordion rotate icon option */
  #accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s; }
  #accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s; }
  /* profile page responsive start */
  /* profile page responsive ends */
  /* restaurant info page responsive start */
  .area-dlvry-dtls table {
    width: 100% !important; }
  .rest-info-head select.city-select {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 10px; }
  .rest-info-head select.area-select {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 10px; }
  .restaurant-info-page .padding-top-15 {
    padding-top: 0px; }
  /* e-wallet page responsive starts here */
  .e-wallet-main .e-wallet-bal .cashback-referral-main {
    width: 100%;
    display: block;
    overflow: hidden; }
  .e-wallet-main .list-main .list-main-wrapper {
    width: 100%;
    margin: 0px 0px 0px 0%; }
  .e-wallet-bal, .cashback-history-main {
    width: 100% !important;
    display: inline-block; }
  .cashback-select-div h4 {
    font-size: 14px !important;
    color: #000000;
    float: left; }
  .e-wallet-main .cashback-history-main .cashback-select-div select {
    float: right; }
  .e-wallet-main .cashback-history-main .cashback-referral .cashback-check-div {
    float: right;
    margin: 0px 5px; }
  .cashback-check-div i {
    color: #000000;
    float: left;
    margin: 0px 10px; }
  .e-wallet-main .e-wallet-bal .e-wallet-icon {
    font-size: 36px !important;
    padding: 10px; }
  .e-wallet-main .e-wallet-bal .current-balance h6 {
    font-size: 12px; }
  .e-wallet-main .e-wallet-bal .current-balance p {
    font-size: 30px; }
  .e-wallet-main .cashback-history-main .cashback-select-div {
    width: 250px;
    display: block;
    margin: 0px auto;
    float: none;
    clear: both; }
  .e-wallet-main .cashback-history-main .cashback-referral {
    float: none;
    padding-top: 12px;
    display: block;
    overflow: hidden;
    width: 250px;
    margin: 0 auto;
    clear: both; }
  .e-wallet-main .cashback-history-main {
    padding: 10px 0px; }
  .e-wallet-main .checkbox {
    padding-left: 0px; }
  /* e-wallet page responsive ends here */
  /*search menu filter css*/
  .search-menu-page {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin-top: 0px !important; }
    .search-menu-page i {
      top: 16px !important; }
    .search-menu-page .input-group {
      position: relative;
      display: table;
      border-collapse: separate;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0;
      -ms-flex: 1 0;
      flex: 1 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      padding-right: 0px;
      padding-left: 0px;
      background: none; }
    .search-menu-page .form-control {
      background: none;
      border-radius: 15px;
      padding: 2px 0px 0px 30px;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 220px;
      -moz-box-flex: 1;
      -moz-flex: 1 220px;
      -ms-flex: 1 220px;
      flex: 1 220px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0;
      padding-right: 24px;
      background-color: transparent;
      width: 100%; }
    .search-menu-page .search-icon-button {
      border-radius: 0;
      top: 0px;
      background-color: #4d90fe;
      height: 39px;
      width: 40px;
      -webkit-border-bottom-right-radius: 2px;
      margin: 0px;
      color: #fff !important;
      border-left: none !important;
      position: relative;
      border: none; }
    .search-menu-page .item-input .button .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 24px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
      flex: 0 0 24px;
      position: static;
      display: inline-block;
      height: auto;
      text-align: center;
      font-size: 16px; }
  .restruant-menu #adv-search i {
    position: absolute;
    left: 23px;
    top: 11px;
    z-index: 10;
    color: #fff; }
  .search-menu-filter-page, .pre-order-time-wrap {
    float: left;
    width: 100%;
    padding: 10px 5px 5px 0px;
    /*.form-inline-custom {
    width: 100%;
    padding: 0px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 6px 0 5px 16px;
}
      .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%!important;
}
      .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 48px 0 16px;
    max-width: 65%;
    border: none;
    background: #ffffff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    direction: rtl;
    box-shadow: none!important;
        background: none!important;
            border-radius: 0px!important;
}*/ }
    .search-menu-filter-page .show-mobile, .pre-order-time-wrap .show-mobile {
      display: none !important; }
    .search-menu-filter-page .form-inline-custom, .pre-order-time-wrap .form-inline-custom {
      padding: 0px 5px;
      width: 50%; }
    .search-menu-filter-page .hide-mobile, .pre-order-time-wrap .hide-mobile {
      display: none; }
  .respsonive-row-search-filter {
    margin: 0px -5px; }
  .filter-wrap.search-menu-filter-page {
    padding-bottom: 25px; }
  /*search menu filter css*/
  /*header css responsive starts here*/
  .mobile-menu {
    display: none !important; }
  .dropdown-header-wrap {
    display: none !important; }
  .mobile-responsive .header-links-top-border {
    border-top: 1px solid #d2d2d2;
    width: 70% !important;
    margin: 15px 15%; }
  .mobile-responsive .redeem-btn {
    background-color: #55BB0E !important;
    color: #FFFFFF; }
  .mobile-responsive .c-menu {
    position: fixed;
    z-index: 200;
    background-color: #fff; }
  .mobile-responsive .slide-menu-in-mobile {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .mobile-responsive .item-icon-left .icon, .mobile-responsive .item-icon-right .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    top: 0;
    height: 100%;
    width: 30px;
    font-size: 32px; }
  .mobile-responsive .item {
    background-color: #ffffff;
    color: #000;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd; }
  .mobile-responsive .item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500; }
  .mobile-responsive .item-text-wrap {
    overflow: visible;
    white-space: normal; }
  .mobile-responsive .item-icon-left .icon {
    left: 11px; }
  .mobile-responsive .item-complex.item-icon-left {
    padding-left: 0; }
  .mobile-responsive .item-complex.item-icon-left .item-content {
    padding-left: 54px; }
  .mobile-responsive .item-icon-right .icon {
    right: 11px; }
  .mobile-responsive .item-complex.item-icon-right {
    padding-right: 0; }
  .mobile-responsive .item-complex.item-icon-right .item-content {
    padding-right: 54px; }
  .mobile-responsive .item-icon-left.item-icon-right .icon:first-child {
    right: auto; }
  .mobile-responsive .item-icon-left.item-icon-right .icon:last-child,
  .mobile-responsive .item-icon-left .item-delete .icon {
    left: auto;
    font-size: 22px; }
  .mobile-responsive .profile-img-wrap {
    padding: 20px;
    flex-direction: row;
    /*margin-bottom: 15px;*/
    align-items: center; }
  .mobile-responsive .item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px; }
  .mobile-responsive .text-positive {
    color: #387ef5 !important; }
  .mobile-responsive .mar-top-10 {
    margin-top: 10px; }
  .mobile-responsive .profile-img-inner-wrap {
    width: 45px;
    height: 45px;
    background-color: #ececec;
    border-radius: 50%;
    overflow: hidden; }
    .mobile-responsive .profile-img-inner-wrap img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid #d2d2d2; }
    .mobile-responsive .profile-img-inner-wrap i {
      font-size: 40px;
      margin-top: 18px; }
  .mobile-responsive .profile-label-name {
    margin-bottom: 20px; }
  .mobile-resonsive-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: horizontal;
    -moz-flex-direction: horizontal;
    -ms-flex-direction: horizontal;
    flex-direction: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color: #4A4A4A;
    background-color: #4A4A4A;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 49px;
    border-style: solid;
    border-top-width: 1px;
    background-size: 0;
    line-height: 0px;
    border: none;
    border-top: #4A4A4A; }
    .mobile-resonsive-tabs .tab-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: block;
      overflow: hidden;
      max-width: 150px;
      height: 100%;
      color: inherit;
      text-align: center;
      text-decoration: none;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 400;
      font-size: 10px;
      line-height: 0px;
      opacity: 0.7; }
    .mobile-resonsive-tabs .tab-item .icon {
      margin: 0 auto;
      font-size: 24px;
      line-height: 38px;
      display: block; }
    .mobile-resonsive-tabs .tab-label-color {
      display: block; }
    .mobile-resonsive-tabs .tab-item.activated {
      color: white;
      opacity: 1; }
  .back-btn[style*="display:none;"] + div + a {
    margin-left: 0px; }
  .header {
    /*line-height: 60px !important;
        height: 60px !important;*/
    /*position: fixed;*/
    z-index: 111;
    display: flex;
    justify-content: space-between; }
  /*.header + div {
        padding-top: 15px;
    }*/
  .header + input + input + div {
    padding-top: 60px; }
  .logo {
    line-height: 18px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .logo img {
    display: inline-block;
    margin-top: 2px;
    height: 40px !important;
    margin-left: 0px;
    margin-right: 0px; }
  /*header css responsive ends here*/
  /* review page responsive starts here */
  .restaurant-review-page .bx_slider .reviews-column {
    width: 100%; }
  .restaurant-review-page .review-dtls-cmnts-main {
    padding-left: 70px; }
    .restaurant-review-page .review-dtls-cmnts-main .dp {
      top: 5px; }
      .restaurant-review-page .review-dtls-cmnts-main .dp img {
        width: 50px;
        height: 50px; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side p {
      font-size: 12px; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span {
      font-size: 12px; }
      .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span i {
        font-size: 14px; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span {
      font-size: 14px;
      font-weight: 600; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span + span {
      font-size: 12px;
      font-weight: 300; }
  .restaurant-review-page .top-section-review {
    width: 100%; }
  .restaurant-review-page .review-summary {
    float: none;
    display: block;
    overflow: hidden;
    margin: 0 auto; }
  .restaurant-review-page .review-summary-dist {
    display: block;
    width: 97%;
    overflow: hidden;
    float: none;
    margin: 0 auto; }
  /* review page responsive ends here */
  /* open auth page responsive starts here */
  .open-auth-main .external-login-content-wrap .external-circle-mask-wrap {
    margin: 40px auto 20px auto; }
  .pageheading {
    display: none !important;
    margin-top: 6px;
    line-height: 20px; }
  .logo .area-on-header-wrap, .logo .restaurant-name, .logo .change-ordertype-btn {
    display: inline;
    cursor: pointer;
    font-size: 12px !important;
    color: #fff;
    margin-top: 0px; }
  /*category responsive css starts here*/
  .dropdown-dynamic-web-wrap {
    background: #f2f2f2;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 111;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    padding: 0px; }
  .dropdown-dynamic-web-wrap.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    padding: 0px;
    width: 100% !important; }
  .cat-section {
    background: #f2f2f2;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0; }
  .cat-section.active {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 1;
    opacity: 1; }
  .cat-section .dropdown-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    overflow: auto;
    flex: 1;
    padding-top: 0px; }
  .dropdown-dynamic-web-wrap li a {
    background: #fff;
    padding: 12px 15px !important; }
  .cat-section.active li.d-flex.align-items-center {
    position: sticky;
    top: 0;
    z-index: 1; }
  /*category responsive css ends here*/ }

h3.panel-title {
  font-size: 16px; }

/*.slider-area {
    min-height: 80vh;
}*/
#spBasketTotal {
  font-weight: 500; }

.search-filters-range-input-wrap {
  position: relative;
  font-size: 11px; }
  .search-filters-range-input-wrap .search-filters-range-prefix {
    position: absolute;
    left: 6px;
    top: 6px; }
  .search-filters-range-input-wrap input {
    height: 27px !important;
    line-height: 27px !important;
    padding-left: .75rem;
    font-size: 11px;
    color: #000;
    box-shadow: none; }

.sp-range {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 0px 4px; }

.hide-all {
  display: none !important; }

.container {
  width: 96% !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*.row {
    margin-right: 0px !important;
}*/
@media screen and (max-width: 1200px) {
  .res-filter-sort-wrap {
    width: 100%; }
  /*.container {
            max-width: 96% !important;
        }*/
  .order-l-row {
    flex-wrap: wrap; }
  .order-l-row .order-row-width {
    width: 100%; }
  .order-l-row .item-row-width {
    width: 100%;
    margin-bottom: 0px !important; }
  .order-l-row .item-comments-wrap {
    margin-bottom: 10px; } }

/*back to top btn css*/
@media screen and (max-width: 992px) {
  /*.quickview-big-img .tab-pane {
            height: 250px;
        }*/
  .shop-header-wrap.dropdown-change-mobile-view.container {
    box-shadow: none !important;
    border-bottom: 1px solid #d2d2d2; }
  .container {
    max-width: 100% !important; }
  .shop-header-wrap.dropdown-change-mobile-view.container {
    box-shadow: none !important;
    border-bottom: 1px solid #d2d2d2; }
  .list-view .gro-single-item-inner-wrap {
    flex-direction: column !important; } }

@media screen and (min-width: 992px) {
  .fixed-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 120px;
    background: #fff;
    z-index: 1; } }

@media screen and (max-width: 640px) {
  .container {
    max-width: 100% !important; }
  .category-wrap .cate-item-wrap {
    max-width: 100% !important; }
  .pageheading {
    display: none !important;
    margin-top: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    max-width: 240px;
    white-space: normal;
    font-size: 14px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  /* review page responsive starts here */
  .restaurant-review-page .bx_slider #content-disp .reviews-column {
    width: 100%; }
  /* review page responsive ends here */
  .redeemVoucherWrap .voucherInputDV {
    width: 100% !important;
    flex-direction: column; }
  .redeemVoucherWrap .redeemBtn {
    display: flex;
    justify-content: center; } }

@media screen and (max-width: 480px) {
  .text-on-image h3 {
    padding: 7px 10px;
    width: calc(100% - 50px) !important;
    font-size: 16px; }
  .container.edit-mode {
    padding: 10px 10px !important; }
    .container.edit-mode .edit-mode-row a {
      padding: 12px 12px;
      font-size: 14px !important;
      height: 40px; }
  .empty-box-wrap span {
    flex-direction: column; }
    .empty-box-wrap span i {
      margin-bottom: 10px; }
  .h1, h1 {
    font-size: 2.2rem !important; }
  .gender-wrap .flb-gender-wrapper {
    width: 108px;
    margin-left: 10px;
    padding: 12px 8px; }
    .gender-wrap .flb-gender-wrapper label.mr-3, .gender-wrap .flb-gender-wrapper label.mr-4 {
      margin-right: 0px !important; }
  .quickview-big-img .tab-pane {
    height: 300px;
    width: 300px; }
  .footer-bottom {
    padding-bottom: 70px; }
  /*#dvItems .image-height {
            max-height: 140px;
            min-height: 140px;
        }*/
  .recent-product-slider .owl-nav, .top-item-slider .owl-nav, .category-slider .owl-nav {
    display: none !important; }
  .m-product img {
    max-width: 60px !important; }
  .m-product .font-20 {
    font-size: 16px !important; }
  .m-product .font-18 {
    font-size: 16px !important; }
  .statuses .d-flex span {
    width: 45px;
    text-align: center; }
  .p-type p {
    font-size: 12px; }
  .list-view .list-view-only {
    margin-right: 15px; }
  #divVarietyOptions .mr-3.font-14.mb-3 {
    margin-bottom: 0px !important; }
  /*.color-images .product-item-image {
            margin-bottom: 5px !important;
        }*/
  .gro-item-btn-row .price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap !important; }
  .gro-item-btn-row .old-price {
    width: 100%; }
  .logo {
    display: none; }
  .restruant-menu .label-ite-name {
    font-size: 16px; }
  .slider-content-1 {
    min-height: initial; }
  h2, .h2 {
    font-size: 20px; }
  .restruant-menu .item-base-price {
    float: left;
    width: auto;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
  .item-base-price .pull-right.bold {
    /* width: 120px; */
    /* text-align: right; */
    margin-left: 15px; }
  .restruant-menu .item-label-price-cs {
    margin-right: 0px;
    flex: 1;
    text-align: right;
    width: 40px; }
  .profile-h-map {
    min-height: 400px !important; }
  .e-wallet-bal {
    border: none !important; }
  .testi-slider-wrapper {
    padding-left: 0px !important; }
  .testi-content {
    padding: 30px !important; }
  a.login-to-see {
    font-size: 14px;
    width: 80%;
    left: 10%; }
  .common-modal-responsive {
    background: #fff;
    padding-bottom: 76px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important; }
    .common-modal-responsive .modal-dialog {
      position: relative;
      width: auto;
      margin: 0;
      height: 100%; }
    .common-modal-responsive .modal-content {
      position: relative;
      background-color: #fff;
      border: 1px solid #999;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: none;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      outline: 0;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    .common-modal-responsive .modal-header {
      padding: 10px 15px;
      border-bottom: 1px solid #e5e5e5;
      min-height: 16.42857143px;
      position: fixed;
      width: 100%;
      background: #fff;
      z-index: 3;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .common-modal-responsive .clr-head-gray {
      font-size: 18px;
      position: relative;
      display: flex;
      align-items: center; }
    .common-modal-responsive .modal-body {
      padding-top: 70px;
      padding-bottom: 80px; }
    .common-modal-responsive .modal-footer {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #e5e5e5;
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #fff;
      z-index: 3;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -khtml-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
  .left-item-img {
    width: 90px;
    margin-top: 0;
    padding-right: 10px;
    box-sizing: border-box; }
  .change-order-type-section {
    padding: 10px 0px; }
  .asap-dropdown-modal-wrap {
    margin-top: 0px;
    padding: 0px 10px; }
  .bookTableBtn {
    margin-bottom: 20px; }
  .customArrowResp {
    width: 85% !important; }
  .seatsTblBookDiv {
    width: 100% !important; }
  .seatsSubDiv {
    width: 100%; }
  .DVhidden {
    display: none; }
  .email-code-form {
    font-size: 18px; }
  .displayFlexJustBetween {
    display: block !important; }
  .poweredBy {
    margin-top: 100px !important; }
  .migration-thanks .thank-you {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
    line-height: 30px; }
  .migration-thanks p {
    font-size: 14px; }
  .migration-wrap .migrat-btn-wrap .migrat-btn {
    font-size: 18px !important;
    padding: 10px 20px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-mig-profile {
    font-size: 18px !important;
    padding: 10px 85px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-mig {
    font-size: 18px !important;
    padding: 10px 25px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-one {
    font-size: 18px !important;
    padding: 10px 120px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-two {
    font-size: 18px !important;
    padding: 10px 41.5px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-thank {
    font-size: 18px !important;
    padding: 10px 44px !important; }
  .migration-wrap .migrat-btn-wrap .migrat-ldr-ver-resend {
    font-size: 18px !important;
    padding: 10px 38px !important; }
  .migration-wrap .migration-not-my-email-link {
    font-size: 16px; }
  .checkout-wrap .restaurant-asap-filter-wrap {
    margin-bottom: 0px; }
  .restaurant-review-page .no-review-dv {
    margin-top: 50px; }
  /*.btn {
            font-size: 16px !important;
        }*/
  .login-image-wrapper .login-form {
    margin-top: 0px !important; }
  .h1-new {
    top: 30px !important;
    font-size: 20px !important; }
  #cooking {
    width: 30vh !important;
    height: 30vh !important; }
    #cooking #area {
      right: 20px !important; }
  .menu-tab-bar a {
    margin: 0px; }
  .order-type-label {
    font-size: 14px; }
  .order-type-change-wrap > div {
    padding: 10px 0px; }
  .top-five-picks-heading-wrap {
    font-size: 35px;
    margin: 0px 0px 20px 0px; }
    .top-five-picks-heading-wrap hr {
      margin-top: 20px;
      margin-bottom: 5px; }
  .home-top-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 0px; }
    .home-top-wrapper .category-responsive {
      margin-bottom: 30px; }
  .res-ecash-label-new {
    font-size: 14px;
    padding: 0px 10px; }
  .res-ecash-label-new span:first-child {
    font-size: 35px; }
  .register-btn-height {
    width: 180px; }
  .tabs-menu .my-order-id-name-wrap {
    font-size: 14px; }
  .tabs-menu .my-order-id-label {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px; }
  .tabs-menu .left-row, .tabs-menu .right-row {
    margin-bottom: 15px; }
  .tabs-menu .my-order-label {
    font-size: 14px; }
  .tabs-menu .my-order-label-sub {
    font-size: 15px; }
  .tabs-menu .order-type-dropdown {
    font-size: 14px; }
  .tabs-menu .my-order-new-row {
    margin-bottom: 0px; }
  .tabs-menu .my-order-right {
    width: 100px; }
  .review-order-row div:first-child {
    width: 100%;
    text-align: center; }
  .tabs-menu .review-order-rating {
    width: 100%;
    display: inline-block;
    align-items: center;
    font-size: 18px; }
  .voucher-code-wrap {
    position: relative;
    float: none;
    margin-top: 10px; }
  .modal-collection-btn, .modal-eat-in-btn {
    width: auto; }
  .order-type-change-wrap > div {
    display: table; }
  .order-type-change-wrap .order-type-label {
    display: table-cell !important; }
  .restaurant-asap-filter-responsive-wrap.affix {
    width: 100%; }
  .change-order-type-wraper {
    padding: 0px; }
    .change-order-type-wraper .asap-dropdown-modal-wrap {
      margin-top: 20px;
      margin: 0px; }
      .change-order-type-wraper .asap-dropdown-modal-wrap .title-label {
        width: 100%; }
  .tab-row {
    padding-left: 50px !important;
    display: inline-block;
    width: 100%; }
    .tab-row .button-round {
      position: absolute;
      top: 30px;
      left: 0px;
      max-width: 40px;
      max-height: 40px;
      background-repeat: no-repeat; }
    .tab-row .assertive.font-22 {
      font-size: 16px !important; }
  .restaurant-review-page .user-rating-wraper .rating-md {
    font-size: 14px !important; }
  .restaurant-cover-photo-wrap .restaurant-header-detail-wrap .menu-ecash-or-discount-wrap {
    position: absolute;
    top: 67px;
    right: 0px; }
  .list-email-info table {
    margin-left: -10px; }
  .login-image-wrapper .register-button {
    line-height: normal; }
  /*.select-asap:first-child {
			width: 100% !important;
		}*/
  .search-menu-filter-page, .pre-order-time-wrap {
    padding: 10px 5px 5px 0px; }
  .restaurant-asap-filter-responsive-wrap {
    margin: 0px; }
  .slideDown {
    top: -28px;
    padding: 10px 0px 0px 10px !important;
    height: 60px; }
  .slideDownApp.slideDown {
    top: -70px !important;
    height: 60px !important;
    position: fixed !important; }
  .registration-main-right-content .email-addres-veri-wrap .rbc-login-heading-wrapper .rbc-reg-form-required-msg span.registration-header-name {
    font-size: 16px; }
  .registration-main-right-content .email-addres-veri-wrap {
    padding-top: 30px; }
  .common-form .forgot-pass-wraper {
    width: 100%; }
  .home-top-wrapper {
    width: 100%; }
    .home-top-wrapper .col-xs-6 {
      padding: 0px; }
  /* verification page responsive starts here */
  .registration-main-right-content .email-addres-veri-wrap {
    width: 340px; }
  /*.resend-verification-wrapper a {
			width: 100%;
		}*/
  /* verification page responsive ends here */
  .order-details-wrap .list-wrap {
    font-size: 14px; }
  .order-details-wrap .item-main-row {
    font-size: 14px; }
  .offer-not-included {
    margin-top: 10px; }
  .restaurant-asap-filter-responsive-wrap .restaurant-asap-select-filter .select-asap {
    margin-right: 2px; }
    .restaurant-asap-filter-responsive-wrap .restaurant-asap-select-filter .select-asap label i {
      display: none; }
  .deals-wrap .res-gird-list-fooditem-wrap {
    margin-left: 0px;
    margin-right: 0px; }
  .deals-wrap .res-list-fooditem-wrap {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left; }
  /*.container {
            min-height: 460px;
        }*/
  .container-no-height {
    min-height: 0px; }
  .container-with-only-home {
    margin-top: 45px; }
  .container-with-only-home {
    padding: 0px; }
  .home-page-section {
    /*.home-resposive-row{
        display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    width: 100%;}
    .col-xs-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    a {
   color: #fff;
    display: block;
    min-height: 100px;
    font-size: 15px;
    text-align: center;
    border: 5px solid transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%;
}
}*/ }
    .home-page-section .col-xs-12 {
      padding: 0px; }
    .home-page-section .row {
      margin: 0px 5px 0px -5px; }
      .home-page-section .row .col-xs-6 {
        padding: 5px 10px;
        min-height: 100px;
        overflow: hidden; }
        .home-page-section .row .col-xs-6 a {
          height: 100%;
          width: 100%;
          padding: 5px;
          position: absolute;
          display: inline-block; }
          .home-page-section .row .col-xs-6 a .small-box {
            padding: 0px;
            text-align: center;
            min-height: 0px;
            /* font-size: 15px; */
            margin-bottom: 0px;
            color: #fff;
            position: absolute;
            float: left;
            width: 100%;
            height: 100%;
            left: 0; }
            .home-page-section .row .col-xs-6 a .small-box .inner {
              color: #fff;
              top: 40%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              position: relative;
              width: 100%;
              margin: -5px; }
      .home-page-section .row .small-box i {
        margin-top: 10px;
        margin-bottom: 5px;
        display: block;
        font-size: 30px;
        top: 0px;
        position: relative; }
    .home-page-section .small-box p {
      padding: 0px 15px; }
  .padding-responive-0 {
    padding: 0px; }
  /*Login css responsive starts here*/
  .checkout-wrap #divLoginPanel .btn-facebook i, .checkout-wrap #divLoginPanel .btn-google-plus i {
    line-height: 45px; }
  .login-image-wrapper .btn-social > :first-child {
    top: -3px; }
  .login-image-wrapper .btn-social {
    font-size: 16px !important; }
  .login-image-wrapper .login-btn-singup {
    font-size: 14px; }
  /*Login css responsive ends here*/
  .restruant-menu .menu-category-image-wraper {
    min-height: 55px; }
  .restruant-menu .restuarent-category-name {
    font-size: 22px !important;
    line-height: 22px; }
  .restruant-menu .retaurant-categeory-wrapper, .restruant-menu .retaurant-categeory-wrapper a {
    float: left; }
  .restruant-menu .panel-heading-warp + div {
    border: 1px solid #d2d2d2;
    margin-top: -11px;
    width: 100%;
    float: left; }
  .restruant-menu .panel-heading-warp + div .panel-body .row {
    margin-left: 0px;
    margin-right: 0px; }
  .restruant-menu .panel-heading-warp .restruant-menu-color:after {
    font-size: 26px !important; }
  /*Topping popup css starts here*/
  #topping, #dvMenuEditExtras {
    background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
  #topping .modal-dialog, #dvMenuEditExtras .modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
    height: 100%; }
  #topping .modal-header, #dvMenuEditExtras .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 70px; }
  #topping .modal-title, #dvMenuEditExtras .modal-title {
    position: relative;
    height: 100%;
    width: 100%;
    float: left; }
  #topping .clr-head-gray, #dvMenuEditExtras .clr-head-gray {
    font-size: 18px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #topping .modal-content, #dvMenuEditExtras .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
  #topping .responsive-topping-scroll, #dvMenuEditExtras .responsive-extras-scroll {
    width: 100%;
    padding-top: 70px;
    overflow-y: auto;
    position: relative;
    max-height: 100%; }
  #topping .topping-scroll-modal, #dvMenuEditExtras .extas-scroll-modal {
    max-height: none;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 55px; }
  #dvMenuEditExtras .extas-scroll-modal {
    padding-bottom: 70px; }
  #topping .modal-footer, #dvMenuEditExtras .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  /*Topping popup css ends here*/
  .restruant-menu .promotion-message-wrapper {
    font-size: 14px;
    padding: 10px 10px 10px 65px !important; }
  .fieldset-book-detail-wrap {
    width: 90% !important;
    clear: both;
    margin: 0px 5% !important;
    margin-bottom: 60px !important; }
  .fieldset-book-detail-wrap .wait-wizard-label {
    left: 40px !important; }
  .fieldset-wrapper {
    margin-top: 10px !important; }
  .order-status-type-label {
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0px;
    font-size: 10px;
    text-transform: capitalize; }
  .restruant-menu .add-topping-catag-label {
    font-size: 14px; }
  .restruant-menu .add-topping-wrap {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 0px; }
  .restruant-menu .add-topping-wrap label {
    padding: 7px 10px 7px 75px; }
    .restruant-menu .add-topping-wrap label span + span {
      float: right; }
  .restruant-menu .plus-minus-topping-wrap {
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px; }
  .restruant-menu .plus-icon, .restruant-menu .minus-icon {
    font-size: 12px;
    font-weight: lighter;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin: 0px;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    margin-top: -2px; }
  .checkout-wrap .order-item-deliver-charges-total-wrap {
    float: right;
    width: 100%; }
  /* e-wallet page responsive start */
  .e-wallet-bal-wrap {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%; }
  .e-wallet-main .current-balance {
    float: right;
    margin-left: 10px;
    text-align: right; }
  .e-wallet-main .cashback-select-div {
    float: left;
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    border-bottom: 1px solid #d2d2d2 !important;
    padding: 5px 0px;
    border-top: 1px solid #d2d2d2 !important; }
  .e-wallet-main .cashback-select-div h4 {
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 26px;
    display: table;
    padding: 7px 10px 7px 0px;
    max-width: 200px;
    width: 50%;
    color: #444444;
    font-size: 16px; }
  .e-wallet-main .cashback-select-div select {
    float: right;
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 48px 0 16px;
    max-width: 65%;
    border: none;
    background: #ffffff;
    color: #333;
    text-indent: .01px;
    text-overflow: '';
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    direction: rtl; }
  .e-wallet-main .cashback-select-div:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #999;
    content: "";
    pointer-events: none; }
  .e-wallet-main .cashback-referral {
    float: none;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 20px 0px;
    float: left; }
  .e-wallet-main .cashback-referral .cashback-check-div {
    float: left;
    width: 50%; }
  /* e-wallet responsive end */
  /* checkout page responsive starts here */
  .checkout-wrap .guest-checkout-main .guest-checkout-wrap {
    width: 100%; }
  .checkout-wrap .sign-in-btns-main .guest-checkout-main .guest-checkout-wrap h1 {
    font-size: 20px; }
  .checkout-wrap .sign-in-btns-main .guest-checkout-main .guest-checkout-wrap .guest-checkout-form .guest-checkout-address .guest-checkout-address-btm span {
    width: 70%; }
  /* checkout page responsive ends here */
  /*  open auth page responsive starts */
  .open-auth-main .external-login-content-wrap {
    width: 340px; }
  /* open auth page responsive ends */
  /*  review page responsive starts */
  .restaurant-review-page {
    overflow-x: hidden;
    /* review page responsive ends */ }
    .restaurant-review-page .review-wrap .top-section-review {
      background-color: #cacaca;
      padding: 30px 0px;
      width: 500%;
      margin-left: -200%; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span {
      font-size: 16px; }
      .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span + span {
        font-size: 14px; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span {
      font-size: 16px; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side p {
      font-size: 14px; }
    .restaurant-review-page .review-summary {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding-bottom: 0px; }
      .restaurant-review-page .review-summary .rating-review-star-wrap .rating-md {
        font-size: 18px !important; }
      .restaurant-review-page .review-summary span.total-reviews-number {
        width: 110px; }
        .restaurant-review-page .review-summary span.total-reviews-number i {
          font-size: 34px; }
        .restaurant-review-page .review-summary span.total-reviews-number p {
          font-size: 16px;
          line-height: 34px; }
      .restaurant-review-page .review-summary h1 {
        font-size: 50px; }
  #dvSelectArea .modal-body {
    padding-top: 48px !important;
    min-height: 100% !important;
    padding-bottom: 70px !important; }
  .search-m-wrap {
    top: 90px; } }

@media screen and (max-width: 400px) {
  .whiteSpaceFix {
    white-space: normal; } }

@media screen and (max-width: 380px) {
  .show-small-device-only {
    display: none; }
  .offer-label-inner {
    margin-left: 0px;
    margin-top: 10px;
    width: 100%; }
  /* verification page responsive starts here */
  .registration-main-right-content .email-addres-veri-wrap {
    width: 310px; }
  /* verification page responsive ends here */
  .menuModalOverlay img {
    width: 115px;
    left: 31%; }
  .restaurant-review-page .review-summary-dist .review-bars div.five-star-bar {
    width: 50%; }
  .restaurant-review-page .review-summary-dist .review-bars div.four-star-bar {
    width: 40%; }
  .restaurant-review-page .review-summary-dist .review-bars div.three-star-bar {
    width: 30%; }
  .restaurant-review-page .review-summary-dist .review-bars div.two-star-bar {
    width: 20%; }
  .restaurant-review-page .review-summary-dist .review-bars div.one-star-bar {
    width: 10%; }
  .modal-body {
    position: relative;
    padding: 15px 10px; }
  .e-wallet-main .list-main .list-main-wrapper {
    width: 100%;
    margin: 0px 0px 0px 0%; }
  .checkout-wrap .sign-in-btns-main .sign-in-btns-wrap {
    width: 280px;
    margin-bottom: 20px; }
  /*  open auth page responsive starts */
  .open-auth-main .external-login-content-wrap {
    width: 260px; }
  /* open auth page responsive ends */
  /*  review page responsive starts here*/
  .restaurant-review-page .review-summary {
    width: 140px; }
    .restaurant-review-page .review-summary h1 {
      font-size: 40px;
      line-height: 50px; }
  .restaurant-review-page .review-dtls-cmnts-main .dp img {
    width: 50px;
    height: 50px; }
  .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span {
    font-size: 11px;
    font-weight: 300; }
    .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper + span i {
      font-size: 14px; }
  .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span {
    font-size: 14px;
    font-weight: 600; }
  .restaurant-review-page .review-dtls-cmnts-main .review-dtls-cmnts-side .review-name-date-wraper span + span {
    font-size: 11px;
    font-weight: 300; }
  .restaurant-review-page .review-dtls-cmnts-main p {
    font-size: 12px; }
  /*  review page responsive ends here*/ }

@media screen and (max-width: 360px) {
  .gender-wrap .flb-gender-wrapper {
    margin-left: 5px;
    width: 100px; }
  a.login-to-see {
    font-size: 12px; }
  /* verification page responsive starts here */
  .registration-main-right-content .email-addres-veri-wrap {
    width: 290px; }
  /* verification page responsive ends here */
  .restruant-menu .select-asap label {
    font-size: 12px; }
  .slideDown .select-asap label {
    margin-left: 6px; } }

.active-menu {
  color: inherit !important;
  text-decoration: none;
  border-left: 3px solid #4A4A4A !important;
  border-radius: 0px !important;
  font-weight: 500;
  font-size: 16px; }

.active-menu::after {
  content: "\f054";
  top: 15px;
  right: 10px;
  position: absolute;
  display: inline-block;
  font: normal normal normal 20px/1 "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  color: #4A4A4A;
  font-weight: 900; }

/*back to top css starts here*/
.cd-top {
  border: 1px solid #4A4A4A;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: initial;
  /* text-indent: 100%; */
  white-space: nowrap;
  background: #4A4A4A;
  visibility: hidden;
  opacity: 0;
  font-size: 24px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
  border-radius: 10px;
  z-index: 11; }

.top-text {
  position: absolute;
  color: #000;
  top: 30px;
  left: 7px;
  font-size: 13px; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top:hover {
  background-color: #333;
  opacity: 1; }

.cd-top {
  height: 40px;
  line-height: 42px;
  width: 40px;
  right: 30px;
  bottom: 30px; }

.top-item-slider .add-cart-wrap, .left-right-arrow .add-cart-wrap {
  margin-bottom: 2px; }

.top-item-slider .owl-nav > div, .left-right-arrow .owl-nav > div {
  background-color: #fff !important;
  height: 60px !important;
  width: 30px !important;
  text-align: center;
  border-radius: 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 95px !important; }

.top-item-slider .owl-nav > div.owl-prev, .left-right-arrow .owl-nav > div.owl-prev {
  right: auto !important;
  left: 0px !important;
  border-left: none !important;
  border-radius: 0px 3px 3px 0px !important; }

.top-item-slider .owl-nav > div.owl-next, .left-right-arrow .owl-nav > div.owl-next {
  right: 0px !important;
  border-right: none !important;
  border-radius: 3px 0 0 3px !important; }

.top-item-slider .owl-nav > div:before, .left-right-arrow .owl-nav > div:before {
  font-size: 20px !important; }

.owl-carousel .owl-nav .disabled {
  opacity: .6 !important;
  cursor: default !important;
  /* background: #f2f2f2!important; */
  border: none !important; }

.countrypicker .btn {
  outline: none !important; }

@media only screen and (min-width: 1000px) {
  .login-main-p-wrap {
    display: none; }
  /*slider with categories starts*/
  .slider-with-category {
    /*.h-slide-left {
        width: 70%;
        position: relative;
        display: flex;
        align-items: center;*/ }
    .slider-with-category .single-slider {
      display: flex;
      align-items: center; }
    .slider-with-category .add-flex {
      display: flex; }
    .slider-with-category .slider-content-1 {
      position: absolute;
      left: 0px;
      z-index: 1;
      top: auto;
      background: none !important;
      width: 100%;
      max-width: 600px; }
      .slider-with-category .slider-content-1 .shop-btn.slider-btn {
        border-radius: 4px; }
    .slider-with-category .featured-items-home {
      display: flex;
      flex-direction: column;
      width: 40%;
      margin-left: 2rem; }
      .slider-with-category .featured-items-home .item-banner {
        display: flex;
        position: relative; }
        .slider-with-category .featured-items-home .item-banner a {
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          transition: background-size .8s ease-in-out; }
        .slider-with-category .featured-items-home .item-banner a:hover {
          background-size: 110%; }
      .slider-with-category .featured-items-home .text-content {
        color: #fff;
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        align-items: center; }
        .slider-with-category .featured-items-home .text-content h3 {
          color: #fff !important; }
      .slider-with-category .featured-items-home .text-content.a {
        position: absolute;
        bottom: 15px;
        padding: 10px; }
      .slider-with-category .featured-items-home .text-content.b {
        position: absolute;
        bottom: 15px;
        padding: 15px;
        right: 0px; }
      .slider-with-category .featured-items-home .text-content.c {
        position: absolute;
        top: 15px;
        padding: 15px; }
  /*slider with categories ends*/
  .checkout-detail-wrap {
    position: sticky;
    top: 10px;
    display: flex !important;
    flex-direction: column; }
  .col-lg-2-5 {
    width: 20%; }
  .hide-sidebar-filter-web {
    display: none; }
  .gro-item-left-wrap.affix + .gro-item-right-wrap {
    margin-left: 220px; } }

.dropdown-backdrop {
  z-index: 111; }

@media only screen and (min-width: 768px) {
  .modal-sm-normal {
    width: 400px; }
  .cd-top {
    right: 20px;
    bottom: 40px; }
  #adv-search {
    width: 310px;
    margin: 0px 10px 0px 0px; }
  .dropdown.dropdown-lg {
    position: static !important; }
  .dropdown.dropdown-lg .dropdown-menu {
    min-width: 500px; }
  .container-with-only-home {
    width: 100%; }
  .order-modal {
    width: 850px; } }

@media (max-width: 768px) {
  .sale-collection-bg-wrap .desc {
    font-size: 18px; }
  .sale-collection-bg-wrap .s-title {
    font-size: 22px; }
  .sale-collection-bg-wrap .s-title-desc {
    font-size: 14px; }
  .slider-edit {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden; }
    .slider-edit .slide-edit {
      width: 110px; }
      .slider-edit .slide-edit span {
        padding: 5px !important;
        font-size: 10px !important; }
    .slider-edit .slide-edit-bg-img {
      height: 35px; }
  .add-section-wrap {
    display: flex;
    flex-direction: column;
    padding: 0px; }
    .add-section-wrap .add-left-wrap {
      display: flex;
      width: 100% !important;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-right: 0px !important;
      border-right: none !important;
      padding-right: 0px !important;
      margin-bottom: 40px; }
    .add-section-wrap .section-wrap-res {
      display: flex;
      width: 100%;
      flex-direction: column; }
    .add-section-wrap .slider-preview-l {
      margin-right: 0px; }
    .add-section-wrap .add-s-links {
      display: flex;
      flex-direction: row;
      white-space: nowrap;
      overflow-x: auto; }
    .add-section-wrap .add-s-links a {
      padding-bottom: 15px; }
    .add-section-wrap .add-s-preview {
      min-height: 180px !important; }
  .gro-item-right-wrap.row {
    margin-right: -8px !important;
    margin-left: -8px; }
  .slider-arrow-wrap {
    position: relative;
    padding-top: 50px; }
    .slider-arrow-wrap .mb-4.d-flex.w-100, .slider-arrow-wrap .flex-grow-1.d-flex.pr-3 {
      max-width: 100% !important; }
    .slider-arrow-wrap .btn-p-n-wrap {
      position: absolute;
      width: 100%;
      top: 0px;
      right: 0px; }
  /*div {
            -ms-overflow-style: none; 
            scrollbar-width: none; 
            //  overflow-y: scroll;
        }*/
  /*div::-webkit-scrollbar {
            display: none; 
        }*/
  #divVarietyOptions .color-images {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 10px; } }

.only-list-view-res {
  display: none; }

@media (max-width: 576px) {
  .offer-include, .offer-starts, .offer-starts {
    font-size: 10px; }
    .offer-include .font-12, .offer-starts .font-12, .offer-starts .font-12 {
      font-size: 11px !important; }
  .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px; }
  /*.gro-item-right-wrap.row {
            margin-left: -15px;
            margin-right: -15px;
        }*/
  .gro-item-right-wrap .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%; }
  .image-height {
    overflow-y: hidden;
    margin-bottom: 1rem !important;
    border: none; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap h3 a {
    font-size: 15px; }
  .rating-star {
    font-size: 11px; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap .gro-item-btn-row .rciw-cv-price-spn {
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #000; }
  .a-price-symbol {
    top: -3px; }
  .add-cart-wrap .d-flex.align-items-center .add-basket-btn {
    padding: 6px 7px;
    margin-right: 8px !important;
    min-width: 40px; }
  .add-cart-wrap .d-flex.align-items-center .btn-default {
    font-size: 12px !important;
    padding: 8px 5px;
    min-height: 34px; }
  .add-cart-wrap .add-basket-btn {
    font-size: 12px !important;
    padding: 7px 5px;
    min-height: 34px; }
  .only-list-view-res {
    display: inline-block; }
  .list-view .only-list-view-res {
    display: none; }
  .grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-pad img {
    width: 100%;
    display: block; }
  /*.grocery-con-wrap .gro-item-detail-wrap .gro-single-item .gro-single-item-inner-wrap h3 a {
        -webkit-line-clamp: 2;
    }*/
  .list-view .gro-single-item {
    margin-bottom: 0px !important; }
  .list-view .add-cart-wrap {
    margin-top: 0px;
    max-width: 100%; }
  .list-view .image-height {
    /*width: 40%;
            margin-right: 20px;
            margin-bottom: 0px !important;
            max-height: 350px !important;
            min-height: 200px !important;
            align-items: start;
            border: none;*/
    width: 40%;
    margin-right: 20px;
    margin-bottom: 0px !important;
    max-height: initial !important;
    min-height: initial !important;
    align-items: start;
    border: none;
    height: auto !important;
    overflow: initial; }
    .list-view .image-height .offer-starts {
      bottom: -35px;
      flex-direction: column; }
    .list-view .image-height .common-img-bg {
      display: none; }
    .list-view .image-height img {
      margin: 0px !important; }
  .list-view .gro-single-item-inner-wrap h3 a {
    font-size: 16px !important; }
  .list-view .rating-star {
    font-size: 13px; }
  .list-view .a-price-symbol {
    top: -5px;
    font-size: 14px; }
  .list-view .gro-single-item-inner-wrap {
    width: 100%;
    min-height: 0px !important;
    padding: 0px 0 0px 0px !important; } }

/*back to top css ends here*/
/*checkbox css starts here*/
/*checkbox */
.checkbox {
  padding-left: 20px;
  margin: 0px; }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 0px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox input[type="checkbox"]:checked + label::before {
  border: 1px solid #000; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;
  margin-left: -22px;
  padding-left: 4px;
  padding-top: 0px;
  font-size: 9px;
  color: #000; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900; }

.checkbox input[type="checkbox"]:checked + label {
  color: #000;
  font-weight: 500; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #000; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #000; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

/* Scrollbar Styling */
/*::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}*/
/*popup admin for croppie css starts here*/
.popup-web-wrap {
  background: #fff;
  padding: 30px 20px 10px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  display: none;
  /*max-width: 800px;*/
  max-width: 96%;
  width: 96%;
  max-height: 90%;
  z-index: 1000;
  top: 2% !important;
  overflow: hidden; }

.popup-web-body-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*max-height: 340px;*/ }

.upload-step-wrap {
  width: 22%;
  float: left;
  margin: 0 3% 0 0; }

.upload-step-text {
  float: left;
  width: 100%;
  margin: 0 0 10px; }

.file-upload-btn-wrap {
  width: 100px;
  float: left;
  margin: 0 0 20px;
  position: relative; }

.fileUpload {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ed0000;
  border-color: #d10101;
  box-shadow: none !important;
  line-height: 1.44;
  outline: 0 !important; }

.fileUpload input.upload {
  position: absolute;
  top: 0px;
  right: -9px;
  margin: 0;
  padding: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.fileUpload input[type="file"] {
  display: block; }

.fileUpload span {
  color: #fff; }

.upload-image-wrap {
  position: relative;
  float: left;
  padding: 0 !important;
  width: 75% !important; }

.upload-dragdrop-wrap {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute; }

.dragdrop-icon-text-wrap {
  font-size: 24px;
  color: #9b9b9b; }

.dragdrop-icon-wrap {
  font-size: 120px;
  color: #9b9b9b;
  display: inline-block;
  margin: 0; }

.title-upload {
  padding: 0px 0px;
  margin-bottom: 22px;
  font-size: 22px; }

.cancel-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50%;
  color: #aaa;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  filter: alpha(opacity=20); }

.modal-footer-custom {
  padding: 13px 10px 0px;
  margin-top: 0px;
  text-align: right;
  border-top: 1px solid #d2d2d2;
  float: left;
  width: 100%; }

.btn-cancel-wrap {
  background: none;
  border: 1px solid #d2d2d2;
  padding: 9px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px; }

.btn-save-wrap {
  background: #ed0000;
  border: none;
  padding: 9px 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #ed0000; }

.btn-save-wrap:hover {
  background: #ed0000;
  cursor: pointer;
  color: #fff; }

.btn-cancel-wrap:hover {
  background: #000000;
  color: #fff; }

.common-popup-bg, .common-popup-video {
  background-color: #000000;
  display: none;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.font-16 {
  font-size: 16px; }

/*popup admin for croppie css starts here*/
/*Toaster css*/
.toast-title {
  font-weight: 500; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351 !important;
  font-size: 12px !important; }

.toast-error {
  background-color: #bd362f !important;
  font-size: 12px !important; }

.toast-info {
  background-color: #2f96b4 !important;
  font-size: 12px !important; }

.toast-warning {
  background-color: #f89406 !important;
  font-size: 12px !important; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 900px) and (max-width: 1200px) {
  .logo.slide-page {
    display: flex;
    height: 60px;
    align-items: center; }
  /*.logo span, .pageheading {
            display: none !important
        }*/
  .logo img {
    margin-top: 0px;
    height: 55px;
    width: auto;
    padding: 2px;
    border-radius: 0px;
    margin-left: 0px; }
  .logo span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    display: inline-block;
    line-height: initial;
    flex: 1; }
  .main-navi a {
    padding: 0px 15px; } }

@media (max-width: 900px) {
  .main-navi a {
    padding: 0 12px; } }

@media (max-width: 767px) {
  .review-wrapper {
    margin-bottom: 0px !important; }
  .single-review {
    display: flex !important; }
  .single-review .review-img {
    margin-right: 15px !important; }
  /*.profile-main-wrap {
            padding: 0px 15px;
        }*/
  .profile-main-wrap .profile-data-wrap {
    max-width: 100%; }
  .profile-main-wrap .profile-img img {
    width: 65px;
    border-radius: 50%;
    height: 65px;
    border: 1px solid #d2d2d2; }
  .best-sell-slider .owl-stage, .category-slider .owl-stage, .testimonial-area .owl-stage {
    right: 30px !important; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

.select-asap select {
  background: #fff !important;
  height: 40px; }

.restruant-menu .select-time-wrap .form-control {
  border-radius: 3px !important; }

.blink {
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) alternate;
  animation-iteration-count: 3;
  color: #fff;
  background-color: #000000 !important; }

/*@keyframes blinker {
    to {
        opacity: 0.3;
    }
}*/
.blink-new {
  animation: blinker-new 1s linear infinite; }

/*@keyframes blinker-new {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}*/
.scroll {
  float: left;
  width: 300px;
  height: 400px;
  position: relative;
  /*margin: 20px 40px 40px 0;
  border: 1px solid #666;
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
  overflow-y: scroll; }

.rocketScroll {
  overflow: hidden !important;
  position: relative; }

.rocketScroll .scrollDiv {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%; }

.rocketScroll .scrollContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px; }

.rocketScroll .scrollbar {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: transparent;
  width: 6px;
  border-radius: 3px;
  transition: background-color 0.5s; }

.rocketScroll .scrollbar:hover {
  cursor: pointer; }

.rocketScroll .scrollbar:hover div:hover {
  background: #666;
  background: rgba(0, 0, 0, 0.55); }

.rocketScroll .scrollbar, .rocketScroll .scrollbar div {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rocketScroll .scrollbar div {
  height: 100px;
  width: 6px;
  border-radius: 3px;
  background: transparent;
  transition: background-color 0.5s; }

.rocketScroll:hover .scrollbar {
  background: #ddd;
  background: rgba(0, 0, 0, 0.15); }

.rocketScroll:hover .scrollbar div {
  background: #aaa;
  background: rgba(0, 0, 0, 0.35); }

.rocketScroll .unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.home-city-wrap {
  margin: auto;
  max-width: 700px;
  width: 100%;
  text-align: center; }
  .home-city-wrap .wrapper-city {
    width: auto;
    display: inline-block; }
  .home-city-wrap .wrapper-dropdown-2:after {
    border-color: #fff transparent; }
  .home-city-wrap .wrapper-dropdown-2 {
    background: none;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0px 40px 0px 40px;
    background: none;
    text-shadow: 2px 0px 2px #000;
    font-size: 22px;
    margin-bottom: 0px; }
    .home-city-wrap .wrapper-dropdown-2 span {
      float: left;
      min-width: 50px; }
    .home-city-wrap .wrapper-dropdown-2 .dropdown {
      background-color: rgba(0, 0, 0, 0.6);
      text-align: left;
      margin-left: 40px; }
    .home-city-wrap .wrapper-dropdown-2 .dropdown li a {
      color: #fff;
      font-size: 15px;
      text-shadow: none !important; }
    .home-city-wrap .wrapper-dropdown-2 .select-city-icon {
      border-color: #fff transparent; }
    .home-city-wrap .wrapper-dropdown-2 .dropdown li:hover a {
      color: grey;
      text-shadow: none; }

/* DEMO 2 */
.wrapper-dropdown-2 {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-left: 5px solid grey;
  cursor: pointer;
  outline: none;
  float: left;
  border: 1px solid #d2d2d2;
  width: 100%;
  /*height: 34px;*/
  height: auto;
  padding: 6px 12px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .wrapper-dropdown-2 i {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 9px 13px;
    background-color: #eee;
    border-right: 1px solid #ccc;
    border-radius: 3px;
    height: 100%; }

#spSelectedAddress {
  font-weight: 500; }

.wrapper-dropdown-2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  /*top: 50%;*/
  top: 16px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: grey transparent; }

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  border: 1px solid #d2d2d2;
  /* Styles */
  background: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 111; }

.wrapper-dropdown-2 .dropdown li {
  border-bottom: 1px solid #d2d2d2; }

.wrapper-dropdown-2 .dropdown li:last-child {
  border-bottom: none; }

.wrapper-dropdown-2 .dropdown li a, .wrapper-dropdown-2 .dropdown li span {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: left;
  margin: 0px; }

.wrapper-dropdown-2 .dropdown li a:hover {
  background: #f2f2f2; }

.wrapper-dropdown-2 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.wrapper-dropdown-2 .dropdown li:hover a {
  color: grey; }

/* Active state */
.wrapper-dropdown-2.active:after {
  border-width: 0 6px 6px 6px; }

.wrapper-dropdown-2.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

/* No CSS3 support */
.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */ }

.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
  display: block; }

/*!
 * bootstrap-star-rating v4.0.3
 * http://plugins.krajee.com/star-rating
*/
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  border: none; }

/*
 * Stars & Input
 */
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap; }

/*.rating-container .rating-input {
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        font-size: 1px;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
    }*/
.rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
  border: none;
  box-shadow: none;
  background: none; }

.rating-disabled .rating-input, .rating-disabled .rating-stars {
  cursor: not-allowed; }

.rating-container .star {
  display: inline-block;
  margin: 0px;
  text-align: center; }

.rating-container .empty-stars {
  color: white; }

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #febf01;
  white-space: nowrap;
  overflow: hidden; }

.rating-rtl {
  float: right; }

.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease; }

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0); }

.rating-rtl.is-star .filled-stars {
  right: 0.06em; }

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em; }

/**
 * Sizes
 */
.rating-xl {
  font-size: 4.89em; }

.rating-lg {
  font-size: 3.91em; }

.rating-xl {
  font-size: 4.89em; }

/**
 * Clear
 */
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%; }

.clear-rating-active {
  cursor: pointer !important; }

.clear-rating-active:hover {
  color: #843534; }

.rating-container .clear-rating {
  padding-right: 5px; }

/**
 * Caption
 */
/* extend support to BS4 */
.rating-container .caption .label {
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem; }

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
  margin-top: -0.6em; }

.rating-container .caption {
  margin-left: 5px;
  margin-right: 0; }

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0; }

/**
 * Print
 */
@media print {
  .rating-container .clear-rating {
    display: none; } }

/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
/*@keyframes rotate_pacman_half_up {
    0% {
        transform: rotate(270deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(270deg);
    }
}*/
/*@keyframes rotate_pacman_half_down {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(90deg);
    }
}*/
/*@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        transform: translate(-4 * $size, -$size / 4);
    }
}*/
.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #ed0000;
    border-left: 25px solid #ed0000;
    border-bottom: 25px solid #ed0000;
    border-radius: 25px;
    animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #ed0000;
    border-left: 25px solid #ed0000;
    border-bottom: 25px solid #ed0000;
    border-radius: 25px;
    animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #ed0000;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

/*custom loaders*/
main {
  width: 100%;
  max-width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 9999999; }

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: white !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

main .loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

main .loaders .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  justify-content: center;
  perspective: 500px;
  text-align: center; }

/*loader css 3rd*/
.h1-new {
  position: relative;
  margin: 0 auto;
  top: 60px;
  width: 100vw;
  text-align: center;
  font-size: 24px;
  color: #333;
  opacity: 1;
  animation: pulse 2.5s linear infinite;
  margin-bottom: 0px; }

#cooking {
  position: relative;
  margin: 0 auto;
  top: -30px;
  width: 50vh;
  height: 50vh;
  overflow: hidden; }
  #cooking .bubble {
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0.25vh #c4c4c4;
    opacity: 0; }
  #cooking .bubble:nth-child(1) {
    margin-top: 2.5vh;
    left: 58%;
    width: 2.5vh;
    height: 2.5vh;
    background-color: #bcbcbc;
    animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite; }
  #cooking .bubble:nth-child(2) {
    margin-top: 3vh;
    left: 52%;
    width: 2vh;
    height: 2vh;
    background-color: #b4b4b4;
    animation: bubble 2s ease-in-out .35s infinite; }
  #cooking .bubble:nth-child(3) {
    margin-top: 1.8vh;
    left: 50%;
    width: 1.5vh;
    height: 1.5vh;
    background-color: #aaa;
    animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite; }
  #cooking .bubble:nth-child(4) {
    margin-top: 2.7vh;
    left: 56%;
    width: 1.2vh;
    height: 1.2vh;
    background-color: #a2a2a2;
    animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite; }
  #cooking .bubble:nth-child(5) {
    margin-top: 2.7vh;
    left: 63%;
    width: 1.1vh;
    height: 1.1vh;
    background-color: #9b9b9b;
    animation: bubble 1.6s ease-in-out 1s infinite; }
  #cooking #area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: transparent;
    transform-origin: 15% 60%;
    animation: flip 2.1s ease-in-out infinite; }
    #cooking #area #sides {
      position: absolute;
      width: 100%;
      height: 100%;
      transform-origin: 15% 60%;
      animation: switchSide 2.1s ease-in-out infinite; }
      #cooking #area #sides #handle {
        position: absolute;
        bottom: 18%;
        right: 80%;
        width: 35%;
        height: 20%;
        background-color: transparent;
        border-top: 1vh solid #222;
        border-left: 1vh solid transparent;
        border-radius: 100%;
        transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9); }
      #cooking #area #sides #pan {
        position: absolute;
        bottom: 20%;
        right: 30%;
        width: 50%;
        height: 8%;
        background-color: #666;
        border-radius: 0 0 1.4em 1.4em;
        transform-origin: -15% 0; }
    #cooking #area #pancake {
      position: absolute;
      top: 24%;
      width: 100%;
      height: 100%;
      transform: rotateX(85deg);
      animation: jump 2.1s ease-in-out infinite; }
      #cooking #area #pancake #pastry {
        position: absolute;
        bottom: 26%;
        right: 37%;
        width: 40%;
        height: 45%;
        background-color: #ed0000;
        box-shadow: 0 0 3px 0 #aaa;
        border-radius: 100%;
        transform-origin: -20% 0;
        animation: fly 2.1s ease-in-out infinite; }

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg); }
  25% {
    top: 10%;
    transform: rotateX(0deg); }
  50% {
    top: 30%;
    transform: rotateX(85deg); }
  75% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(85deg); } }

@keyframes flip {
  0% {
    transform: rotate(0deg); }
  5% {
    transform: rotate(-27deg); }
  30%, 50% {
    transform: rotate(0deg); }
  55% {
    transform: rotate(27deg); }
  83.3% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes switchSide {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0deg); } }

@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg); }
  10% {
    bottom: 40%; }
  50% {
    bottom: 26%;
    transform: rotate(-190deg); }
  80% {
    bottom: 40%; }
  100% {
    bottom: 26%;
    transform: rotate(0deg); } }

@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0; }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1; }
  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0; } }

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: .25; }
  50% {
    transform: scale(1.2, 1);
    opacity: 1; }
  100% {
    transform: scale(1, 1);
    opacity: .25; } }

/*Postal Code Recommendation Popup Css*/
.suggest-area-modal-icon-wrap {
  font-size: 50px;
  margin-bottom: 15px;
  color: #03A9F4; }

.suggest-area-modal-title {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px; }

.suggest-area-modal-text-wrap {
  margin-bottom: 15px;
  color: #666;
  font-size: 18px; }

.suggest-area-modal-btn {
  padding-bottom: 5px;
  text-align: center; }

.rcmnd-btn {
  background-color: #55BB0E !important;
  color: #FFFFFF; }

/*End of Postal Code Recommendation Popup Css*/
/*Loader Css for restaurant-info*/
.lds-ring-res-info {
  /*position: absolute;*/
  width: 100%;
  min-height: 200px;
  top: 5px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .lds-ring-res-info div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 6px;
    border: 6px solid #666;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #666 transparent transparent transparent; }
    .lds-ring-res-info div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring-res-info div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring-res-info div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*End of Loader Css*/
.no-order-wrapper {
  display: inline-block;
  text-align: center;
  width: 98%;
  margin: 0% 0px 0px 0px; }
  .no-order-wrapper .order-text {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0px 0px 0px;
    margin-bottom: 25px;
    width: 100%;
    word-wrap: break-word; }

.migration-modal .modal-footer {
  border-top: none; }

.migration-modal .migration-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .migration-modal .migration-modal i {
    font-size: 80px;
    color: #F8BB86;
    margin-top: 30px; }

.migration-modal .migration-heading {
  font-size: 30px;
  text-align: center; }

.migration-modal .migration-subheading {
  text-align: center;
  margin-top: 10px;
  font-size: 14px; }

.mig-ver-error-msg {
  margin-bottom: 0px !important;
  margin-top: 10px;
  color: #E52B50;
  background: #FFBEC2;
  border-radius: 4px; }

.btn-resend {
  background: #333 !important; }

.btn-disabled {
  background: #BCBEB9 !important;
  color: #333 !important;
  cursor: default; }

.reCaptaDv {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative; }

#lblStatus {
  display: block;
  margin-bottom: 20px; }

.lds-ring {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 40px; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 6px;
    border: 6px solid #333;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333 transparent transparent transparent; }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.display-none-imp {
  display: none !important; }

.checkbox-migrate label::before {
  border-color: #666; }

.migration-ver-link {
  cursor: pointer;
  color: #00BCD4;
  text-decoration: underline;
  font-size: 16px; }

.verification-send-dv {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px; }

.loader-wrapper {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center; }

.lds-ring-notification {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .lds-ring-notification div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 6px;
    border: 6px solid #666;
    border-radius: 50%;
    animation: lds-ring-noti 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #666 transparent transparent transparent; }
    .lds-ring-notification div:nth-child(1) {
      animation-delay: -0.45s; }
    .lds-ring-notification div:nth-child(2) {
      animation-delay: -0.3s; }
    .lds-ring-notification div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes lds-ring-noti {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.checkout-ldr-color {
  background: #ed0000;
  height: 45px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important; }
  .checkout-ldr-color .sk-child {
    background-color: #fff !important; }

.error-red-border {
  border: 1px solid #ed0000 !important; }

#dvVoucherSuccess .modal-body p, #dvVoucherSuccess .modal-body ul {
  color: #333; }

#spCounter {
  font-size: 40px;
  color: #666; }

.redeemVoucherWrap .profile-full-width-wrap {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  min-height: auto; }

.redeemVoucherWrap .c-app-footer-wrapper, .redeemVoucherWrap .c-app-content-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px; }

.redeemVoucherWrap .page-content-wrapper {
  float: left;
  /* margin-bottom: 3px; */
  margin-bottom: 0px;
  min-height: 600px;
  position: relative;
  width: 100%; }

.redeemVoucherWrap .margin-btm-0 {
  margin-bottom: 0; }

.redeemVoucherWrap .account-common-content-area-wrapper {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
  height: 100%;
  padding: 15px 1%;
  position: relative;
  padding: 7%; }

.redeemVoucherWrap .acc-header-top {
  /* background-color: #FFFFFF; */
  /* border: 1px solid #D2D2D2; */
  color: #000000;
  float: left;
  /* padding: 7px; */
  /* padding: 0px 0px 7px 0px; */
  width: 100%; }

.redeemVoucherWrap .acc-header-top h5.aclp-h-h5 {
  font-size: 28px;
  padding: 10px 0 0px 8px;
  /* width: 92%; */
  float: left;
  /* background-color: #ebebeb; */
  width: 100%; }

.redeemVoucherWrap .vouchers-main-wrap {
  width: 100%; }

.redeemVoucherWrap .redemption-error {
  margin: 0px 0px 0px 8px;
  font-size: 14px;
  color: #d10101; }

.redeemVoucherWrap .voucherInputDV {
  display: flex;
  padding: 8px; }

.redeemVoucherWrap .marginRightWeb {
  margin-right: 30px !important; }

.redeemVoucherWrap .placeholder-label {
  position: relative; }

.redeemVoucherWrap .checkout-res-input-wrap, .redeemVoucherWrap .reg-form-field-wrap, .redeemVoucherWrap .login-form-field-wrap {
  float: left;
  /* width: 348px; */
  width: 100%;
  margin: 0px 0px 20px 0px;
  position: relative; }

.redeemVoucherWrap .placeholder-label input:-webkit-autofill {
  padding: 22px 8px 10px 40px !important; }

.redeemVoucherWrap .placeholder-label input[data-empty="false"], .redeemVoucherWrap .placeholder-label input:focus {
  padding: 22px 8px 10px 40px !important; }

.redeemVoucherWrap .placeholder-label input[data-empty="false"], .redeemVoucherWrap .placeholder-label input:focus {
  padding: 22px 8px 10px 35px !important; }

.redeemVoucherWrap .placeholder-label .checkout-res-input-form-control {
  text-indent: 0px; }

.redeemVoucherWrap input:-webkit-autofill, .redeemVoucherWrap textarea:-webkit-autofill, .redeemVoucherWrap select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
  background-image: none !important;
  color: black !important; }

.redeemVoucherWrap .checkout-res-input-form-control {
  height: 57px;
  border-radius: 3px;
  float: left;
  border: 1px solid #d2d2d2;
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-indent: 15px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 40px; }

.redeemVoucherWrap .placeholder-label input:-webkit-autofill + label {
  color: #aaa;
  font-weight: 700;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

.redeemVoucherWrap .placeholder-label input[data-empty="false"] + label, .redeemVoucherWrap .placeholder-label input:focus + label {
  color: #666;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-weight: bold; }

.redeemVoucherWrap .placeholder-label input[data-empty="false"] + label, .redeemVoucherWrap .placeholder-label input:focus + label {
  color: #666;
  font-size: 12px;
  -moz-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  font-weight: bold; }

.redeemVoucherWrap .placeholder-label label {
  position: absolute;
  top: 20px;
  left: 40px;
  color: #666;
  font-size: 14px;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out; }

.redeemVoucherWrap .placeholder-label .fa {
  color: #333;
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 18px; }

.redeemVoucherWrap .voucherError {
  color: #ed0000;
  font-size: 14px; }

.redeemVoucherWrap .redeemBtn {
  height: 57px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }

.redeemVoucherWrap .btnCustomCss {
  height: 57px;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: center;
  font-size: 18px; }

.redeemVoucherWrap .btn-success {
  background-color: #55BB0E !important;
  color: #FFFFFF; }

.redeemVoucherWrap .walletBalanceDV {
  padding-left: 8px; }

.redeemVoucherWrap .walletBalance {
  font-size: 18px; }

.redeemVoucherWrap .voucherQuery {
  color: #03A9F4; }

.redeemVoucherWrap .note-account-page {
  background: #ffe400;
  padding: 10px;
  color: #333;
  font-weight: normal;
  float: left;
  font-size: 16px;
  margin-top: 15px; }

.redeemVoucherWrap .lds-ring {
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 2px;
  bottom: 0;
  right: 40px; }

.redeemVoucherWrap .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.redeemVoucherWrap .lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.redeemVoucherWrap .lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.redeemVoucherWrap .lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.voucherBtnBG {
  background: #55BB0E !important;
  color: #ffffff !important; }

.customModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .customModal .redeemModalBody {
    width: 100%; }
    .customModal .redeemModalBody .redeemModalBodyDv {
      display: flex;
      justify-content: center;
      width: 100%;
      align-items: center; }
      .customModal .redeemModalBody .redeemModalBodyDv i {
        font-size: 100px;
        color: #A5DC86; }
    .customModal .redeemModalBody .redeemModalBodyText {
      text-align: center; }
    .customModal .redeemModalBody .firstPara {
      margin-top: 20px;
      font-size: 25px; }
    .customModal .redeemModalBody .secondPara {
      font-size: 18px;
      margin-top: 10px; }
  .customModal .redeemModalHeader {
    border-bottom: none !important; }
  .customModal .redeemModalFooter {
    border-top: none !important; }

.fadeEffect {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.modalbackdropCustom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.showCustomModal {
  opacity: 1 !important; }

.displayBlock {
  display: block; }

.dispFlexJusEnd {
  display: flex;
  justify-content: flex-end; }

/**
 *
 * Float label Style
 *
 */
.float-label-control {
  position: relative;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
  background: #ffffff; }
  .float-label-control ::-webkit-input-placeholder, .float-label-control :-moz-placeholder, .float-label-control ::-moz-placeholder, .float-label-control :-ms-input-placeholder {
    color: transparent; }
  .float-label-control input:-webkit-autofill, .float-label-control textarea:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -moz-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important; }
  .float-label-control input, .float-label-control textarea, .float-label-control label {
    font-size: 1.3em;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .float-label-control input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
    padding-bottom: 0; }
  .float-label-control textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom-width: 2px;
    padding-bottom: 0;
    padding-bottom: 4px; }
  .float-label-control input {
    display: block;
    width: 100%;
    padding: 0.1em 0px 1px 31px !important;
    border: none;
    border-radius: 0px;
    /*border-bottom: 1px solid #aaa;*/
    outline: none;
    margin: 0px;
    background: none; }
  .float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0em 1px 0em;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #aaa;
    outline: none;
    margin: 0px;
    background: none;
    padding: 0.1em 0em 5px 0em; }
  .float-label-control label {
    position: absolute;
    font-weight: normal;
    top: 2px;
    left: 42px;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    z-index: -1;
    font-size: 0.85em;
    -moz-animation: float-labels 200ms none ease-out;
    -webkit-animation: float-labels 200ms none ease-out;
    -o-animation: float-labels 200ms none ease-out;
    -ms-animation: float-labels 200ms none ease-out;
    -khtml-animation: float-labels 200ms none ease-out;
    animation: float-labels 200ms none ease-out;
    /* There is a bug sometimes pausing the animation. This avoids that.*/
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important; }
  .float-label-control input.empty + label, .float-label-control textarea.empty + label {
    top: 12px;
    font-size: 1.5em;
    animation: none;
    -webkit-animation: none; }
  .float-label-control input:not(.empty) + label, .float-label-control textarea:not(.empty) + label {
    z-index: 1; }
  .float-label-control input:not(.empty):focus + label, .float-label-control textarea:not(.empty):focus + label {
    color: #666; }
  .float-label-control.label-bottom label {
    -moz-animation: float-labels-bottom 300ms none ease-out;
    -webkit-animation: float-labels-bottom 300ms none ease-out;
    -o-animation: float-labels-bottom 300ms none ease-out;
    -ms-animation: float-labels-bottom 300ms none ease-out;
    -khtml-animation: float-labels-bottom 300ms none ease-out;
    animation: float-labels-bottom 300ms none ease-out; }
  .float-label-control.label-bottom input:not(.empty) + label, .float-label-control.label-bottom textarea:not(.empty) + label {
    top: 3em; }
  .float-label-control ul.select-dropdown {
    width: 100% !important;
    max-height: 150px;
    overflow: auto; }
    .float-label-control ul.select-dropdown.show {
      display: block !important; }
    .float-label-control ul.select-dropdown li a {
      padding-top: 4px;
      padding-bottom: 4px;
      border-bottom: 1px solid #d3d3d3; }
      .float-label-control ul.select-dropdown li a:hover {
        font-weight: 500; }
      .float-label-control ul.select-dropdown li a.hide {
        display: none; }

@keyframes float-labels {
  0% {
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em; }
  /*10% {  top: -0.1em; font-size: 1.43em; }*/
  20% {
    top: -0.1em;
    font-size: 1.37em; }
  /*30% { top: -0.3em; font-size: 1.30em;}*/
  /*40% { top: -0.4em; font-size: 1.23em;}*/
  50% {
    top: -0.15em;
    font-size: 1.16em; }
  /*60% { top: -0.6em; font-size: 1.09em;}*/
  /*70% { top: -0.7em; font-size: 1.02em;}*/
  80% {
    top: -0.20em;
    font-size: 0.95em; }
  /*90% { top: -0.9em; font-size: 0.88em;}*/
  100% {
    top: -0.25em;
    font-size: 0.85em; } }

@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em; }
  20% {
    font-size: 2.5em;
    opacity: 1; }
  30% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  40% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  50% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  60% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  70% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  80% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  90% {
    top: 0.1em;
    font-size: 2.5em;
    opacity: 1; }
  100% {
    top: -1em;
    opacity: 1; } }

@keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em; }
  20% {
    font-size: 2.5em;
    opacity: 1; }
  30% {
    top: 0.1em; }
  50% {
    opacity: 0;
    font-size: 0.85em; }
  100% {
    top: 3em;
    opacity: 1; } }

@-webkit-keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em; }
  20% {
    font-size: 2.5em;
    opacity: 1; }
  30% {
    top: 0.1em; }
  50% {
    opacity: 0;
    font-size: 0.85em; }
  100% {
    top: 3em;
    opacity: 1; } }

.width60Per {
  width: 60%; }

.iconTableBooking {
  position: absolute;
  top: 22px;
  color: #333; }

.position-relative {
  position: relative; }

.formDivTblBooking {
  width: 60%; }

.customSelectBox {
  position: relative;
  margin-bottom: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  padding-top: 11px;
  padding-bottom: 8px; }

.customIconSpan {
  background: #fff !important;
  border: none !important;
  padding: 0;
  padding-left: 2px;
  text-align: left;
  min-width: 0px !important; }

.customSelect {
  border: none !important;
  box-shadow: none !important;
  padding-left: 25px !important; }

.customLabel {
  position: absolute;
  z-index: 12;
  top: 2px;
  left: 42px;
  font-weight: 500;
  font-size: 12px;
  color: #999; }

.customIconbookTbl {
  position: absolute;
  z-index: 10;
  top: 11px;
  color: #333; }

.borderNone {
  border: none !important; }

.dispFlexJustCenter {
  width: 100%;
  display: flex;
  justify-content: center; }

.borderLeft {
  margin-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.borderRight {
  margin-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.boxMergeRight {
  margin-left: 0 !important;
  padding-left: 0;
  width: 75% !important; }

.boxMergeLeft {
  margin-right: 0 !important;
  padding-right: 0; }

/* The container */
.containerCheckBox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.containerCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #D54E21; }

/* On mouse-over, add a grey background color */
.containerCheckBox :hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.containerCheckBox input:checked ~ .checkmark {
  background-color: #ffffff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.containerCheckBox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.containerCheckBox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #D54E21;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.btnMiddlecategory {
  display: none; }

.orderBasketChkBtn {
  float: right;
  padding: 3px 10px;
  background: #f2f2f2;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.orderBasketChkBtn:hover {
  background: #ed0000;
  color: #fff; }

.panelFlex {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center; }

.DVhidden {
  float: left;
  width: 148px; }

.selectTimeNote {
  display: flex;
  align-items: center; }

.selectTimeNote p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0; }

.bookTableMsgs {
  padding-left: 51px;
  list-style-type: disc;
  font-size: 14px;
  color: #333; }
  .bookTableMsgs li {
    list-style: disc !important; }

.orderPaidCashbckdv label {
  background: #a5fa6c;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #55BB0E;
  font-weight: 500; }

.confirmationModalBody .imgDV {
  display: flex;
  justify-content: center; }

.confirmationModalBody .paragraphDV {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0px 20px;
  line-height: 24px; }

.confirmationModalBody .paragraphDVNormal {
  font-size: 16px;
  color: #666;
  padding: 0px 20px;
  line-height: 24px;
  margin-bottom: 20px; }

.confirmationModalBody .modalBodyHeading {
  font-size: 24px !important;
  font-weight: 500; }

.downArrowBookTbl {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1000; }

.seatsTblBookDiv {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  width: 90%; }

.qty {
  border: none;
  box-shadow: none;
  text-align: center;
  padding-top: 15px !important; }

.qtyminus, .qtyplus, .qtyplusBabySeats, .qtyminusBabySeats {
  width: 30px;
  height: 37px;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.seatsSubDiv {
  display: flex; }

.tableInfoPara {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  /* border-bottom: 1px solid #d2d2d2; */ }

.tableInfoSpan:last-child {
  font-weight: 500; }

.borderRadiusNone {
  border-radius: 0 !important; }

.dropDownArrow {
  position: absolute;
  right: 11px;
  top: 22px; }

.noJump {
  min-height: calc(100vh - 133px); }

.displayFlex {
  display: flex; }

.checkoutIcon {
  margin-right: 5px;
  font-size: 20px; }

.margin-btm-10 {
  margin-bottom: 10px; }

.p-t-0 {
  padding-top: 0; }

.p-b-0 {
  padding-bottom: 0; }

.just-center {
  justify-content: space-between;
  align-items: center; }

.reorderbtn-main-span {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end; }

.reorder-icon-span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3c75ba;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }

.my-order-re-order-link {
  cursor: pointer;
  text-decoration: none !important;
  font-weight: 500;
  color: #333; }

.flex-2 {
  flex: 2; }

.confirmationModal .modal-body .imgDV {
  display: flex;
  justify-content: center; }

.confirmationModal .modal-body .paragraphDV {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0px 20px;
  line-height: 24px; }

.confirmationModal .modal-body .paragraphDVNormal {
  font-size: 16px;
  color: #666;
  padding: 0px 20px;
  line-height: 24px;
  margin-bottom: 20px; }

.form-control-serach-menu:focus, .form-control-min:focus, .form-control-max:focus, .form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important; }

.btn:focus {
  outline: none !important; }

.guest-checkout-terms label a {
  margin: 0px !important; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  outline: none !important;
  /*border: none !important;*/ }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: none !important; }

.item-image-modal {
  display: flex;
  align-items: center;
  justify-content: center; }

.item-image-modal img {
  max-width: 500px;
  width: 100%; }

.groc-left ul {
  max-height: 145px;
  overflow: hidden;
  margin-bottom: 0; }

.groc-left .show-list {
  max-height: 100%; }

.groc-left .s-list-box {
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  padding-right: 3px; }

.groc-left .show-more {
  font-size: 14px;
  text-align: left;
  width: 100%;
  margin-bottom: 0px;
  float: left;
  cursor: pointer;
  margin-top: 10px;
  display: none;
  padding-left: 21px; }

.groc-left .show-more:hover {
  text-decoration: underline !important; }

.pro-details-policy img {
  max-width: 100% !important; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/*colors css override*/
.header {
  background: #4fb68d !important; }

/*header nav link a color*/
.main-navi a {
  color: white !important; }

.main-navi a:hover {
  color: white !important; }

/*Heading colors css override*/
.heading-color {
  color: #000; }

.color-p {
  color: #666; }

.link-color {
  color: blue; }

.link-color:hover {
  color: darkblue; }

.new {
  background-color: red; }

/*Categories icon color*/
.desc-listcategoreis a i {
  color: #4fb68d !important; }

.btn-primary {
  color: #fff !important;
  background-color: #387ef5 !important; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #387ef5 !important; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  /*border-color: #4cae4c*/ }

.btn-success:hover {
  color: #fff;
  background-color: #5cb85c;
  /*border-color: #4cae4c*/ }

.footer-color {
  background-color: #4A4A4A; }

.category-wrap {
  display: flex;
  flex-wrap: wrap; }
  .category-wrap .cate-item-wrap {
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-decoration: none !important; }
    .category-wrap .cate-item-wrap img {
      width: 100%;
      margin-bottom: 15px; }
    .category-wrap .cate-item-wrap h3 {
      text-align: center;
      display: block;
      float: left;
      width: 100%;
      font-weight: 500; }

/*Home slider css*/
.slider-content-1 {
  padding: 30px 30px 30px 30px;
  max-width: 420px;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.owl-dot-style .owl-dots {
  right: 20px !important;
  text-align: right !important; }

.left-dots .owl-dot-style .owl-dots {
  right: 20px !important;
  text-align: right !important; }

.single-slider {
  display: flex; }

.single-slider.left {
  flex-direction: row-reverse; }

.slider-height-6 {
  height: 60vh;
  flex: 1; }

.slider-area h1 {
  font-size: 30px !important;
  font-weight: 600;
  color: #253237;
  margin-bottom: 10px !important;
  line-height: 38px !important; }

.slider-area p {
  font-size: 16px !important;
  margin-bottom: 30px;
  font-weight: 400; }

.thumbnail-image {
  /*height: 170px;
    width: 100%;
    display: flex;
    background-size: 60%;
    background-position: 60% 100%;
    background-repeat: no-repeat;*/
  /*max-height: 150px;
        overflow: hidden;
        width: auto !important;
        margin: auto;*/
  max-height: initial;
  overflow: hidden;
  width: 100% !important;
  margin: auto; }

.product-decs h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.product-decs p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.current-price {
  font-size: 20px; }

.testi-slider-wrapper {
  background: #fff;
  padding-left: 15px; }

.testi-content-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#popularCategory .owl-item {
  background-color: #fff; }

.product-flag {
  display: none; }

.list-product:hover {
  border-color: #d2d2d2 !important; }

.need-help-icon svg path {
  fill: #000; }

.need-help {
  background: none !important;
  display: flex; }

.phone-info {
  margin-left: 20px !important; }

.appstore-buttons {
  display: flex;
  align-items: center;
  float: left;
  font-size: 24px; }
  .appstore-buttons a {
    /*width: 55px;
        height: 50px;*/
    background: #f2f2f2;
    margin-right: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #000; }
    .appstore-buttons a img {
      width: auto;
      height: 25px; }

.pricing-meta ul {
  display: flex;
  align-items: center; }

.shop-sub-navigation li.cate-shop-heading-web {
  padding: 12px 15px;
  border-bottom: 1px solid #d2d2d2; }
  .shop-sub-navigation li.cate-shop-heading-web .dropdown-item {
    font-weight: 500 !important; }

.shop-sub-navigation .dropdown-menu {
  border: none !important;
  box-shadow: none !important; }

.dropdown-dynamic-web-wrap li {
  display: flex;
  align-items: center; }
  .dropdown-dynamic-web-wrap li a {
    padding: 7px 15px !important;
    white-space: normal;
    line-height: 22px;
    cursor: pointer;
    letter-spacing: normal;
    font-size: 16px;
    display: flex;
    align-items: center; }
    .dropdown-dynamic-web-wrap li a i {
      color: #666;
      padding-left: 5px;
      margin-left: auto; }
  .dropdown-dynamic-web-wrap li a:hover, .dropdown-dynamic-web-wrap li a:focus {
    /*color: var(--header-nav-color) !important;
            background: var(--header-bg-color) !important;*/
    color: #fff !important;
    background: #000 !important; }

.dropdown-dynamic-web-wrap #dropdownShow:before, .dropdown-dynamic-web-wrap #dropdownShow:after {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #d5dbdb;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 20px;
  display: none; }

.dropdown-dynamic-web-wrap #dropdownShow:after {
  border-bottom-color: #fff;
  top: -18.59px; }

.dropdown-dynamic-web-wrap li.nav-item.dropdown {
  top: 0px; }

.dropdown-dynamic-web-wrap .shop-sub-logo {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left; }
  .dropdown-dynamic-web-wrap .shop-sub-logo img {
    height: 40px;
    margin-right: 1.5rem; }

.dropdown-dynamic-web-wrap .shop-header-inner-wrap {
  flex: 1;
  width: 94%; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .sub-sh-name {
    color: #666;
    font-size: 12px;
    margin-bottom: 6px;
    font-size: 12px;
    margin-bottom: 0px; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a {
    color: #000;
    line-height: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    letter-spacing: normal;
    padding: 0px 15px;
    height: 100%; }
    .dropdown-dynamic-web-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a i {
      color: #666;
      padding-left: 5px; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a:hover {
    text-decoration: none; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a.sub-header-btn {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 12px !important;
    text-align: center;
    line-height: 16px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px 15px; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .dropdown-menu li a {
    padding: 12px 15px !important;
    white-space: normal;
    line-height: 22px; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .dropdown-menu {
    min-width: 170px;
    margin-top: 0px; }
    .dropdown-dynamic-web-wrap .shop-header-inner-wrap .dropdown-menu a {
      padding: 0.5rem 1.5rem;
      text-transform: none !important; }
  .dropdown-dynamic-web-wrap .shop-header-inner-wrap .dropdown-submenu .dropdown-menu {
    margin-top: 0px !important; }

.dropdown-dynamic-web-wrap .dropdown-submenu .dropdown-item, .dropdown-dynamic-web-wrap .dropdown-submenu .dropdown-toggle {
  font-weight: normal; }

.dropdown-dynamic-web-wrap .dropdown-menu .dropdown-item {
  font-weight: normal; }

.dropdown-dynamic-web-wrap .search-menu-page i {
  position: absolute;
  left: 13px !important;
  top: 14px !important;
  z-index: 0;
  color: #999;
  font-size: 14px !important; }

/*sub header css starts here*/
.shop-header-wrap {
  /*overflow:hidden;*/
  min-height: 60px;
  position: -webkit-sticky;
  /*ul.dropdown-menu {
        webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 26%), 0 10px 20px 0 rgb(0 0 0 / 19%);
        box-shadow: 0 6px 6px 0 rgb(0 0 0 / 26%), 0 10px 20px 0 rgb(0 0 0 / 19%);
    }*/
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .1s ease-in-out;
  transition: -webkit-box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
  margin: 0;
  padding-left: 0;
  position: sticky;
  top: 0px;
  z-index: 111;
  /*.dropdown-item, .dropdown-toggle {
        font-weight: 600;
    }*/
  /*.form-control-serach-menu {
        padding: 10px 5px 10px 33px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }*/ }
  .shop-header-wrap #dropdownShow:before, .shop-header-wrap #dropdownShow:after {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #d5dbdb;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 20px;
    display: none; }
  .shop-header-wrap #dropdownShow:after {
    border-bottom-color: #fff;
    top: -18.59px; }
  .shop-header-wrap li.nav-item.dropdown {
    top: 0px; }
  .shop-header-wrap .shop-sub-logo {
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; }
    .shop-header-wrap .shop-sub-logo img {
      height: 40px;
      margin-right: 1.5rem; }
  .shop-header-wrap .shop-header-inner-wrap {
    flex: 1;
    width: 94%;
    /*.shop-sub-navigation {
            display: flex;
            justify-content: space-between;
        }*/ }
    .shop-header-wrap .shop-header-inner-wrap .sub-sh-name {
      color: #666;
      font-size: 12px;
      margin-bottom: 6px;
      font-size: 12px;
      margin-bottom: 0px; }
    .shop-header-wrap .shop-header-inner-wrap .shop-sub-navigation > ul {
      /*display: flex;
            align-items: center;
            float: left;
            margin-bottom: 0px;
            padding: 0px;
            width: 100%;
            position: initial;
            overflow-y: hidden;
            overflow-x: auto;*/
      /*li {
                float: left;
            }*/
      /*a.active {
                span {
                    webkit-box-shadow: inset 0 -2px #aab7b8;
                    box-shadow: inset 0 -2px #aab7b8;
                }
            }*/ }
      .shop-header-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a {
        color: #000;
        line-height: 10px;
        font-size: 16px;
        letter-spacing: 1px;
        cursor: pointer;
        letter-spacing: normal;
        padding: 0px 15px;
        height: 100%;
        min-height: 40px; }
        .shop-header-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a i {
          color: #666;
          padding-left: 5px; }
      .shop-header-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a:hover {
        text-decoration: none;
        /*span {
                    -webkit-box-shadow: inset 0 -2px #373e3e;
                    box-shadow: inset 0 -2px #373e3e;
                }*/ }
      .shop-header-wrap .shop-header-inner-wrap .shop-sub-navigation > ul a.sub-header-btn {
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 12px !important;
        text-align: center;
        line-height: 16px;
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 6px 15px; }
    .shop-header-wrap .shop-header-inner-wrap .dropdown-menu li a {
      padding: 12px 15px !important;
      white-space: normal;
      line-height: 22px; }
    .shop-header-wrap .shop-header-inner-wrap .dropdown-menu {
      min-width: 170px;
      margin-top: 0px; }
      .shop-header-wrap .shop-header-inner-wrap .dropdown-menu a {
        padding: 0.5rem 1.5rem;
        text-transform: none !important; }
    .shop-header-wrap .shop-header-inner-wrap .dropdown-submenu .dropdown-menu {
      margin-top: 0px !important; }
  .shop-header-wrap .dropdown-submenu .dropdown-item, .shop-header-wrap .dropdown-submenu .dropdown-toggle {
    font-weight: normal; }
  .shop-header-wrap .dropdown-menu .dropdown-item {
    font-weight: normal; }
  .shop-header-wrap .search-menu-page i {
    position: absolute;
    left: 13px !important;
    top: 14px !important;
    z-index: 0;
    color: #999;
    font-size: 14px !important; }

.mobile-responsive-shop {
  background: #f2f2f2;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }
  .mobile-responsive-shop .menu-links-wrap li a {
    background: #fff;
    width: 100%;
    display: block;
    line-height: 25px;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeded;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    font-size: 1.4rem; }
    .mobile-responsive-shop .menu-links-wrap li a .sub-category-show {
      color: #aaa; }
  .mobile-responsive-shop .menu-links-wrap li a.active {
    border-left: 4px solid #aab7b8;
    font-weight: 400; }
  .mobile-responsive-shop button {
    background: #f2f2f2;
    width: 100%;
    display: block;
    line-height: 25px;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeded;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    outline: none;
    border: none;
    text-align: left; }
  .mobile-responsive-shop .slide-submenu-mobile {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    background: #fff; }
  .mobile-responsive-shop .slide-submenu-mobile.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.mobile-responsive-shop.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.pagingInfo {
  background: #333;
  color: #fff;
  padding: 2px 9px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 10px; }

.add-carousel-category {
  overflow: hidden; }

.btn.disabled, .btn:disabled {
  opacity: .65;
  background-color: transparent !important;
  color: #6c757d !important;
  border-color: #d2d2d2 !important; }

/*.more.active {
    display: flex;
}*/
.more-items {
  display: flex;
  align-items: center; }

.more-items img {
  width: 30px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  padding: 2px;
  margin-right: 5px; }

.recent-product-slider.owl-carousel .gro-single-item {
  width: 257px;
  max-width: 100% !important;
  padding: 0px; }

.recent-product-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; }
  .recent-product-slider.owl-carousel .owl-stage .owl-item {
    display: flex; }
    .recent-product-slider.owl-carousel .owl-stage .owl-item .gro-single-item {
      margin-bottom: 0px;
      padding-bottom: 0px;
      flex: 1; }

.top-item-slider.owl-carousel .gro-single-item {
  width: 257px;
  max-width: 100% !important;
  padding: 0px; }

.top-item-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch; }
  .top-item-slider.owl-carousel .owl-stage .owl-item {
    display: flex; }
    .top-item-slider.owl-carousel .owl-stage .owl-item .gro-single-item {
      margin-bottom: 0px;
      padding-bottom: 0px;
      flex: 1; }

.max-quantity {
  padding: 5px 10px;
  float: left;
  background: rgba(255, 192, 203, 0.560784);
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px; }

.btn-prev:focus, .btn-next:focus {
  outline: none; }

.btn-prev, .btn-next {
  color: #007bff; }
  .btn-prev:hover, .btn-next:hover {
    color: #0056b3; }

.btn-next[disabled="disabled"], .btn-prev[disabled="disabled"] {
  opacity: 0.6 !important;
  color: #aaa;
  cursor: not-allowed; }

.grid-col-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 2fr));
  gap: 10px 110px; }

.single-wedge .footer-news {
  font-size: 18px !important;
  font-weight: 500; }

.footer-logo .rdw-restaurant-logo {
  margin-right: 15px; }

.end-product-wrap {
  width: 220px;
  border-top: 1px solid #777;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 20px; }

.social-info.social-icons {
  margin-left: 49px; }

.price-range-w {
  padding-left: 20px; }

.price-range-w a {
  color: #666 !important; }

@font-face {
  font-family: "Ionicons";
  src: url("../../fonts/ionicons.eot");
  src: url("../../fonts/ionicons28b5.eot") format("embedded-opentype"), url("../fonts/ionicons28b5.ttf") format("truetype"), url("../fonts/ionicons28b5.woff") format("woff"), url("../fonts/ionicons28b5.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.tags-wrap a:hover {
  text-decoration: underline !important; }

.browse-by-cat-wrap {
  display: flex;
  font-size: 12px;
  padding: 20px 10px 20px 15px; }

.left-nav-category {
  /*  border-top: 1px solid #d2d2d2 !important;*/
  /*  > ul {
        padding: 10px 0px !important;
    }*/ }
  .left-nav-category .menu-last.view-all {
    display: flex;
    font-size: 11px;
    padding: 10px 20px 10px 40px !important;
    font-weight: normal;
    text-transform: uppercase; }
  .left-nav-category .dropdown-toggle::after {
    display: none; }
  .left-nav-category .cat-icon {
    /*margin-left: auto !important;*/
    margin-right: 15px;
    font-size: 18px; }
  .left-nav-category .dropdown-submenu.open-bar > a {
    font-weight: bold;
    color: #000 !important; }
  .left-nav-category .dropdown-submenu.open-bar > a > .fa-angle-right:before {
    rotate: 90deg; }
  .left-nav-category .dropdown-submenu {
    /*.submenu-c.active {
            .cat-icon {
                rotate: 90deg;
            }
        }*/
    /*.submenu-c.active + .dropdown-menu {
            li a {
                padding-left: 45px !important;
            }
        }*/ }
    .left-nav-category .dropdown-submenu .submenu-c {
      position: relative; }
      .left-nav-category .dropdown-submenu .submenu-c .cat-icon {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        margin-left: 0px;
        display: flex;
        align-items: center;
        left: 0px;
        padding-left: 15px; }
  .left-nav-category .dropdown-toggle {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #d2d2d2 !important;
    border-radius: 0px;
    display: flex;
    align-items: center; }
  .left-nav-category .dropdown-menu {
    position: relative;
    margin-top: 0px !important;
    border: none;
    padding: 0px;
    left: auto !important;
    box-shadow: none !important; }
    .left-nav-category .dropdown-menu a {
      color: #333;
      display: block;
      float: left;
      font-size: 16px;
      margin: 0px !important;
      padding: 10px 15px !important;
      text-align: left;
      text-decoration: none;
      /*text-transform: uppercase;*/
      width: 100%;
      font-weight: normal;
      border: none;
      /*  border-bottom: 1px solid #d2d2d2 !important;*/
      border-radius: 0px;
      display: flex;
      align-items: center; }
    .left-nav-category .dropdown-menu .submenu-c {
      background-color: #fff !important;
      /* display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;*/ }
    .left-nav-category .dropdown-menu li.dropdown-submenu .submenu-c.active {
      font-weight: bold;
      color: #000 !important; }
    .left-nav-category .dropdown-menu li.dropdown-submenu .submenu-c:hover {
      font-weight: bold;
      color: #000 !important; }
    .left-nav-category .dropdown-menu li > a {
      padding: 10px 15px 10px 40px !important; }
    .left-nav-category .dropdown-menu li.dropdown-submenu > .submenu-c {
      padding: 10px 15px 10px 40px !important; }
    .left-nav-category .dropdown-menu li.dropdown-submenu.open-bar > a + ul.dropdown-menu {
      padding-left: 15px !important; }
  .left-nav-category .dropdown-submenu .dropdown-menu {
    /*li > a {
                padding-left: 45px !important;
            }*/
    /*li > a:nth-last-child(1) {
                background-color: #f2f2f2;
            }*/ }
    .left-nav-category .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
      /*li > a {
                        padding-left: 55px !important;
                      
                    }*/ }
  .left-nav-category .dropdown-submenu {
    position: relative; }
  .left-nav-category .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px; }
