/*
font-family: 'Fira Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

.btn,
.navbar-toggle {
  background-image: none;
}

.btn,
.text-align-center,
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn:focus {
  outline: 0;
}

.page-header,
.page-prefooter .social-icons li:hover {
  opacity: 1;
}

.btn,
.pointer,
.radio-inline,
a:hover {
  cursor: pointer;
}

.clear,
.container-fluid:after,
.container:after,
.page-container-integration,
.page-container-inner,
.page-container,
.page-header:after,
.page-prefooter,
.row:after,
.social-icons:after {
  clear: both;
}

/* PADDINGS */
.padding-left-30 {
  padding-left: 30px;
}

.padding-block {
  padding: 12px 20px 15px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-5 {
  padding: 5px !important;
}

.padding-5-10 {
  padding: 5px 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-16 {
  padding: 16px !important;
}

.padding-20-0 {
  padding: 20px 20px 1px 20px;
}

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

/* MARGINS */
.margin-0 {
  margin: 0 !important;
}

.margin010 {
  margin: 0 10px 10px 0;
}

/* MARGIN BOTTOM */
.margin-bottom-xs-10 {
  margin-bottom: auto;
}

.margin-bottom {
  margin-bottom: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-100 {
  margin-bottom: 75px !important;
}

/* MARGIN TOP */
.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

/* MARGIN RIGHT */
.margin-right-2 {
  margin-right: 2px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-25 {
  margin-right: 22px !important;
}

/* MARGIN LEFT */
.margin-left-2 {
  margin-left: 2px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.alideda-image,
.btn,
.radio-inline,
img {
  vertical-align: middle;
}

.logo {
  max-width: 100%;
}

.logo a {
  padding: 0 !important;
}

.alideda {
  position: relative;
}

.h1stars {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
}

.alideda h1 {
  display: inline-block;
  margin-top: 0;
  font-size: 4.4rem;
}

.alideda h2 {
  color: #acacac;
  font-size: 3.4rem;
}

.page-content {
  padding-top: 90px;
}

.page-content.home-page {
  padding-top: 70px;
}

.mobile-padding-10 {
  display: block;
}

.breadcrumb > li {
  display: inline-block;
}

@media (max-width: 767px) {
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }

  .hidden-xs {
    display: none !important;
  }

  .mobile-body {
    padding-top: 60px;
  }
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.btn {
  font-family: "Varela Round", sans-serif;
  padding: 1rem 2.5rem 1rem 2.5rem;
  line-height: 1.42857143;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  -webkit-border-radius: none;
  border-radius: 9px;
}

/*
.btn.white {
  border: 1px solid #dfdfdf;
  background-color: #e6e6e6;
}
*/

.btn.yellow3 {
  color: #212529;
  background-color: #ffc200;
  border-color: #ffc200;
}

.btn-sm {
  padding: 0.1rem 0.5rem;
  font-size: 12px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.follower-button {
  color: #fff !important;
  background-color: #424242 !important;
}

.green.btn {
  color: #fff;
  background-color: #424242;
}

.yellow.btn:disabled,
.yellow.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.green.btn:hover {
  color: #fff;
  background-color: #000;
}

.green.btn.active,
.green.btn:active,
.green.btn:focus {
  color: #fff;
}

.yellow2.btn {
  color: #d82d2c;
  background-color: #fff;
  font-size: 16px;
  border: 2px solid #d82d2c;
  margin-right: 10px;
  font-weight: 600;
}

.yellow2.btn:hover {
  border-color: #d82d2c;
  color: #fff;
  background-color: #d82d2c;
}

.yellow-active,
.yellow-hover:hover {
  background-color: #ffc713 !important;
}

.yellow.btn,
.yellow.btn:hover {
  background-color: #ffc713;
  color: #222;
}

.blue.btn {
  color: #fff;
  background-color: #444444;
  font-size: 16px;
  border: 2px solid #444444;
  margin-right: 10px;
  font-weight: 600;
}

.blue.btn:hover {
  border-color: #233359;
  background-color: coral !important;
  color: #fff;
}

.btn.green-light {
  color: #38414c;
  font-size: 16px;
  border: 2px solid #38414c;
  border-radius: 25px;
  margin-right: 10px;
  font-weight: 600;
  background-color: #fff;
  padding: 1rem 10px 1rem 10px;
  background-image: url("../icons/svg/shopping-cart-1.svg");
  background-repeat: no-repeat;
  text-align: right;
  background-position-y: 5px;
  background-position-x: 5px;
  text-transform: none;
  font-style: italic;
}

.btn.green-light:hover {
  background-color: #fafafa;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea.form-control {
  height: auto;
  overflow: auto;
}

.alideda-image,
.alideda-item,
.index-video,
.item-image,
.max-image,
.max-width {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 2.7rem;
  margin: 0.72em 0;
  font-weight: bold;
  font-family: "Varela Round", sans-serif;
}

h2 {
  font-size: 2.5rem;
  margin: 0.6em 0;
  font-weight: bold;
  font-family: "Varela Round", sans-serif;
}

h3 {
  font-size: 2.4rem;
  margin: 0.36em 0;
  font-weight: bold;
  font-family: "Varela Round", sans-serif;
}

h4 {
  font-size: 2.2rem;
  margin: 0.36em 0;
  font-family: "Varela Round", sans-serif;
}

h5 {
  font-size: 2rem;
  margin: 0.3em 0;
  font-family: "Varela Round", sans-serif;
}

h6 {
  font-size: 1.8rem;
  margin: 0.24em 0;
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
}

ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

input {
  font: inherit;
  margin: 0;
  color: inherit;
}

.demo-icon,
.icon-arrow-up {
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
}

.demo-icon,
.icon-arrow-up,
[class^="icon-"] {
  -webkit-font-smoothing: antialiased;
}

.form-control,
address,
body {
  line-height: 1.42857143;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="radio"] {
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #62625e;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  direction: ltr;
  background-color: #fff;
}

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: #222;
  background-color: transparent;
  text-shadow: none;
  cursor: pointer;
}

p {
  margin: 0 0 18px;
  font-size: 1.5rem;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

ul {
  margin-top: 0;
}

address {
  font-style: normal;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .col-sm-12,
  .col-sm-3,
  .col-sm-6 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .desktop-sticky {
    max-width: 200px;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .col-lg-12,
  .col-lg-3,
  .col-lg-6,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

.form-control,
.page-header {
  width: 100%;
  background-image: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #696969;
}

.js_item_price {
  color: #696969;
}

input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0;
}

input[type="radio"]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.form-control {
  display: block;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 4px;
}

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

.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.radio-inline {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}

.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

@-ms-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@-ms-viewport {
  width: auto !important;
}

.form-control,
label {
  font-size: 14px;
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

[class^="icon-"] {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-top: 1px;
}

.form-control::placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #b3b3b3;
}

.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

.form-control::-ms-input-placeholder {
  color: #b3b3b3;
}

.form-control {
  -webkit-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;
  color: #333;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.8rem 1.4rem;
}

.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.form-control-solid::-moz-placeholder {
  opacity: 1;
  color: #acb7be;
}

.form-control.form-control-solid:-ms-input-placeholder {
  color: #acb7be;
}

.portlet {
  margin: 0 0 12px;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.portlet.light {
  padding: 10px;
  background-color: #fff;
}

.portlet-light {
  padding: 10px 10px 1px 10px;
  background-color: #fff;
}

.social-icons {
  padding: 0;
}

.social-icons:after,
.social-icons:before {
  display: table;
  content: " ";
}

.social-icons li {
  display: inline;
  margin-right: 5px;
  margin-bottom: 5px;
  list-style: none;
}

.social-icons li > a {
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 2px 15px;
  cursor: pointer;
}

@media print {
  body {
    background-color: #fff !important;
  }

  .page-footer,
  .page-header,
  .page-prefooter {
    display: none;
  }

  .page-container-inner,
  .page-container-integration,
  .page-container,
  .page-container .page-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-container .page-content > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .print-hidden {
    display: none;
  }
}

.page-header {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.page-header:after,
.page-header:before {
  display: table;
  content: " ";
}

.page-header .container-fluid {
  position: relative;
  z-index: 99;
}

.page-header .page-header-top {
  padding: 5px 0;
  background-color: #df2e20;
}

.page-header
  .page-header-top
  .top-menu
  .navbar-nav
  > li.dropdown-inbox
  > .dropdown-toggle
  > .corner:not(:root:root) {
  margin-left: -5px;
}

@media (max-width: 991px) {
  .page-header {
    clear: both;
    height: 70px;
    padding: 0;
  }

  .page-header .page-header-top {
    height: auto;
  }

  .page-content > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
}

.page-prefooter .social-icons {
  padding-top: 9px;
}

.page-footer {
  padding: 17px 0;
  background-color: #435863;
  color: #fff;
}

@media (max-width: 991px) {
  .page-prefooter {
    padding-bottom: 10px;
  }

  .page-prefooter .footer-block {
    margin-bottom: 20px;
  }
}

.scroll-to-cart {
  position: fixed;
  z-index: 10001;
  right: 10px;
  bottom: 160px;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
}

.scroll-to-cart:hover {
  border: 2px solid #35aa47;
  color: #35aa47;
}

.scroll-to-top {
  position: fixed;
  z-index: auto;
  right: 35px;
  bottom: 35px;
  display: block;
  padding: 5px;
  width: 50px;
  height: 50px;
  background: url(../icons/svg/up.svg) center center no-repeat #fff;
  background-size: cover;
  cursor: pointer;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #ebebeb;
  padding: 10px;
}

.scroll-to-top:hover {
  opacity: 1;
}

.page-header .page-header-top {
  height: auto !important;
}

.page-header
  .page-header-menu
  .search-form
  .input-group
  .form-control::-moz-placeholder {
  opacity: 1;
  color: #5f6a7a;
}

.page-header
  .page-header-menu
  .search-form
  .input-group
  .form-control:-ms-input-placeholder {
  color: #5f6a7a;
}

.footer-pattern {
  padding: 50px 0;
}

.page-prefooter .subscribe-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #939eac;
}

.page-prefooter .subscribe-form .form-control:-ms-input-placeholder {
  color: #939eac;
}

.f15 {
  font-size: 15px !important;
  line-height: 1.5;
}

.firstrowcolumn {
  padding-left: 8px !important;
}

.border-gray {
  position: relative;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.align-right {
  text-align: right;
}

#alert-box,
#updated_time,
.alideda-button,
.align-center,
.circle,
.demo-icon,
.item-price,
.share-block,
span.circle {
  text-align: center;
}

.restaurant_list {
  position: relative;
}

.restaurant_list h3 {
  padding: 0;
}

.lang_link a {
  display: inline-block;
  margin: 12px 0 0 12px;
  color: #fff;
  cursor: pointer;
}

.icon-arrow-up {
  font-family: Simple-Line-Icons;
  font-weight: 400;
  line-height: 1;
}

.facebook,
.google,
.twitter,
.instagram {
  font-weight: 700;
}

.icon-arrow-up:before {
  content: "\e078";
}

.home-intro {
  display: block;
  margin: 20px auto 20px;
  font-size: 18px;
  max-width: 720px;
}

.home-intro-wide {
  display: block;
  margin: 20px auto 20px;
  font-size: 18px;
  max-width: 1020px;
}

.review,
.star {
  display: inline-block;
}

.sidebar {
  position: relative;
  display: none;
  border-right: 1px solid #ccc;
  padding: 80px 10px 10px 10px;
  transition: opacity 1s;
}

.sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  /* border-left: 1px solid #ccc; */
  box-shadow: 0 1px 10px #e7e7e7;
  padding: 20px 10px 20px 10px;
  transition: opacity 1s;
  background-color: #fafafa;
  z-index: 2;
}

.with-sidebar-right {
  padding-left: auto;
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
    border: none;
    padding: 20px 10px 10px 10px;
    transition: opacity 1s;
    background-color: #fafafa;
  }

  .sidebar-right {
    position: relative;
    display: block;
    border: none;
    padding: 20px 10px 10px 10px;
    transition: opacity 1s;
    width: auto;
    padding-bottom: 80px;
    top: auto;
    bottom: auto;
    z-index: auto;
  }

  .with-sidebar-right {
    padding-right: 0 !important;
  }

  .page-container {
    padding: 0;
  }

  .container {
    width: 100%;
    max-width: 740px;
  }
}

@media (min-width: 768px) {
  .page-container {
    padding: 0;
  }

  .with-sidebar .container {
    margin-right: 265px !important;
  }

  /* .container {
        max-width: 768px;
    } */
  .sidebar {
    display: block;
    position: fixed;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .sidebar-right {
    width: 200px;
  }

  .with-sidebar-right {
    padding-right: 200px !important;
  }
}

@media (min-width: 992px) {
  .scroll-to-top.scroll-restaurant {
    right: 25px;
    bottom: 25px;
  }

  .page-container {
    padding: 0;
  }

  .with-sidebar .container {
    margin-right: 265px !important;
  }

  .container {
    width: 100%;
    max-width: 990px;
  }

  .sidebar {
    display: block;
    position: fixed;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .sidebar-right {
    width: 250px;
  }

  .with-sidebar-right {
    padding-right: 250px !important;
  }
}

@media (min-width: 1200px) {
  .scroll-to-top.scroll-restaurant {
    right: 25px;
    bottom: 25px;
  }

  .page-container {
    padding: 0;
  }

  .with-sidebar .container {
    margin-right: 315px !important;
  }

  .container {
    max-width: 1170px;
  }

  .sidebar {
    display: block;
    position: fixed;
    height: 100%;
    width: 250px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .sidebar-right {
    width: 300px;
  }

  .with-sidebar-right {
    padding-right: 300px !important;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1830px) {
  .scroll-to-top.scroll-restaurant {
    right: 25px;
    bottom: 25px;
  }

  .page-container {
    padding: 0;
  }

  .with-sidebar .container {
    margin-right: 315px !important;
  }

  .container {
    max-width: 1540px;
  }

  .sidebar {
    display: block;
    position: fixed;
    height: 100%;
    width: 300px;
    left: 0;
    top: 0;
    bottom: 0;
  }

  .sidebar-right {
    width: 320px;
  }

  .with-sidebar-right {
    padding-right: 320px !important;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  #map {
    height: 450px;
  }

  #fix {
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    width: 65%;
  }

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  /* .page-header {
        position: fixed;
        z-index: 99
    } */
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.m0 {
  margin: 0;
}

.star {
  background: url("https://static.alideda.com/latest/images/star.png");
  background-position: left top;
  height: 16px;
  margin-left: 10px;
}

.star-50 {
  width: 80px;
}

.star-45 {
  width: 72px;
}

.star-40 {
  width: 64px;
}

.star-35 {
  width: 56px;
}

.star-30 {
  width: 48px;
}

.star-25 {
  width: 40px;
}

.light-gray {
  color: #9d9d9d;
}

.grey {
  color: grey;
}

.dark-grey {
  color: #333;
}

.review {
  padding: 2px 6px;
  float: right;
  border: 1px solid #ccc;
  color: #999;
  margin-left: 5px;
  background-color: #fff;
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 6px 6px 6px 0;
}

.logo,
.logo:hover {
  background: 0 0;
}

.facebook {
  background: #3a5795;
  color: #fff;
  border: 1px solid #3a5795;
}

.facebook:hover {
  background: #fff;
  color: #3a5795;
}

.twitter {
  background: #1da1f2;
  color: #fff;
  border: 1px solid #1da1f2;
}

.twitter:hover {
  background: #fff;
  color: #1da1f2;
}

.instagram {
  background: #fc00ca;
  color: #fff;
  border: 1px solid #fc00ca;
}

.instagram:hover {
  background: #fff;
  color: #fc00ca;
}

.google {
  background: #ccc;
  color: #fff;
  border: 1px solid #ccc;
}

.google:hover {
  background: #fff;
  color: #ccc;
}

.footer-icons {
  font-size: 20px;
  margin-bottom: 20px;
}

.max-image img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .margin-bottom-50 {
    margin-bottom: 35px !important;
  }

  #map {
    position: relative;
    width: 100%;
  }

  #fix {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .header-margin {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 18px;
  }

  .hidden-sm {
    display: none !important;
  }

  .xs-center {
    text-align: center;
  }

  .hidden-xs {
    display: none !important;
  }

  .review {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-margin {
    margin: auto;
  }

  /*
    .hidden-sm {
        display: none !important
    }
    */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-margin {
    margin: auto;
  }

  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .header-margin {
    margin: auto;
  }

  .hidden-lg {
    display: none !important;
  }
}

.codesOn .i-name {
  display: none;
}

.codesOn .i-code {
  display: inline;
}

.i-code {
  display: none;
}

.demo-icon {
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.5em;
  line-height: 1em;
  margin-left: 0.2em;
  -moz-osx-font-smoothing: grayscale;
}

.alideda h1,
.alideda h2 {
  font-family: "Varela Round", sans-serif;
}

.add_to_cart_button,
.alideda h2,
.alideda-button,
.credit-cart-accepted,
.order-now {
  text-transform: capitalize;
}

.order-now {
    background-image: url("../images/arrow-right-yellow.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 36px 36px;
    background-position-y: center;
    padding-left: 10px;
    padding-right: 10px;
}

.order-now-small {
    background-image: url("../images/arrow-right-yellow.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 36px 36px;
    background-position-y: center;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#closed-places a:after {
  content: ", ";
}

#closed-places a:last-child:after {
  content: "";
}

.share-block {
  display: block;
  padding: 10px;
}

span.circle {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  background: #df2e20;
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}

.item-image img,
.max-image img {
  width: 100%;
  height: auto;
}

.wait {
  cursor: wait;
}

.cuisine-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cuisine-list li a {
  display: block;
  padding: 5px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  word-break: break-all;
  max-width: 163px;
  cursor: pointer;
}

.cuisine-list li.odd a {
  background-color: #ededee;
  cursor: pointer;
}

.cuisine-list li a:hover {
  background-color: #ffc713;
  color: #222;
}

.new_button,
.open_cart,
.open_cart_group {
  background-color: #eaeaea;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #ccc;
}

.cuisine-list-show-all,
.cuisine-list-show-all-close {
  display: block;
  padding: 10px;
  font-weight: 700;
  color: #e12418;
  text-align: center;
  cursor: pointer;
}

#change_neighborhood-button span,
#display-none,
.cuisine-list-addition {
  display: none;
}

.shadow-on-hover:hover {
  box-shadow: 0 0 20px #ccc;
}

.shadow-black {
  box-shadow: 0 0 20px #ccc;
  border-color: #252525;
}

.shadow {
  box-shadow: 0 0 20px #ccc;
  border-color: #999;
}

.shadow-xs {
  box-shadow: 0 0 10px #e6e6e6;
  border-color: #d6d6d6;
}

.font-red {
  color: #e12418 !important;
}

#alert-box {
  padding: 5px;
  margin-bottom: 10px;
}

.table tr:first-child td {
  border: none;
}

.today {
  font-weight: 700;
}

.border-radius-none {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.row-odd {
  background-color: #f2f2f2;
}

.row-padding {
  padding: 15px;
}

.row-padding-small {
  padding: 0 15px 15px 15px;
}

.breadcrumbs .ui-select,
.cart-icon,
.choose_neighborhood,
.item_size {
  display: inline-block;
}

.additions-box {
  padding: 10px;
  position: relative;
}

.additions-box h4 {
  margin-top: 0;
  padding-right: 20px;
}

.item-image {
  width: 100%;
  margin: 20px 0;
}

#item-image {
  margin-bottom: 10px;
}

.tab-pane .yellow-stripe {
  margin-right: 10px;
}

.restaurant_list h3 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 16px;
}

.item-price,
.item-title h4 a {
  font-weight: 700;
  cursor: pointer;
}

.item-price span {
  font-weight: 400;
}

.border-radius-bottom {
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#page-header-top-index {
  height: 500px;
  position: relative;
  background-color: transparent;
  background-image: url("https://static.alideda.com/latest/images/header-pattern.png");
}

.index-video,
.video-title {
  width: 100%;
  position: absolute;
}

.index-video {
  height: 500px;
  top: 0;
  z-index: 2;
}

.video-title {
  z-index: 999;
  bottom: 0;
  min-height: 70px;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.video-title h1 {
  font-weight: 700;
}

.menu h3 {
  font-weight: bold;
  margin-top: 0;
  display: block;
  border-bottom: 2px dashed #444444;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #444444;
  cursor: pointer;
  font-size: 24px;
}

/*
.menu h3:hover {
    background-color: aliceblue;
}
.row-item:hover {
    background-color: #fafafa;
}
*/

.menu h4 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-bottom: 30px;
}

.alideda-button,
.bold,
.cart-item-quantity,
.cart-subtotal,
.cart-total,
.choose_city h2,
.discount_info,
.item-content,
.item-content h3,
.item-place h6 {
  font-weight: 700;
}

.choose_neighborhood {
  cursor: pointer;
  color: #222;
  font-size: 14px;
  background: #fff;
  padding: 2px 5px;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  text-decoration: none;
}

.choose_city h2,
.choose_city h3 {
  margin: 0 0 17px;
}

.choose_neighborhood:hover {
  background: #ff3019;
  color: #fff;
  text-decoration: none;
}

.choose_city {
  padding: 30px 0;
}

.dot {
  color: #999;
  font-size: 18px;
  padding-left: 10px;
}

.internal_category p {
  font-size: 14px;
  color: #999;
}

.col_md_10 {
  width: 85%;
  float: left;
}

.col_md_2 {
  width: 15%;
  float: right;
}

.item-info,
.item-logo {
  float: left;
}

.cart-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(#fff, #f9f9f9);
  display: inline-block;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding-top: 1px;
  line-height: 24px;
  text-align: center;
  color: #808080;
  overflow: hidden;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.item_size {
  font-style: italic;
}

.cart-item-price,
.cart-total {
  display: block;
  font-weight: bold;
  color: #444444;
  font-style: italic;
}

.cart-subtotal {
  display: block;
}

.cart-total {
  font-size: 16px;
}

.empty-cart,
.loader {
  display: inline-block;
}

.cart-fixed {
  background-color: #fff;
}

@media (max-width: 480px) {
  .cart-fixed {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }

  .alideda h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 760px) {
  .cart-fixed {
    width: auto;
    display: block;
    margin-bottom: 10px;
  }

  .alideda h1 {
    font-size: 26px;
  }

  .cart-icon {
    width: 42px;
    height: 42px;
    margin: 5px auto;
    display: block;
    line-height: 42px;
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .cart-fixed {
    width: 200px;
    position: fixed;
    top: 0;
    right: 20px;
    height: 100%;
    padding: 60px 0 0 0;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }

  .cart-fixed {
    width: 200px;
    position: fixed;
    top: 0;
    right: 20px;
    height: 100%;
    padding: 60px 0 0 0;
  }
}

@media (min-width: 1400px) {
  .cart-fixed {
    width: 300px;
    position: fixed;
    top: 0;
    right: 20px;
    height: 100%;
    padding: 60px 0 0 0;
  }
}

.cart-holder,
.cuisine-holder {
  position: relative;
}

.fixed-bottom {
  position: fixed;
  bottom: 10px;
  z-index: 99;
}

.loader {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: url("https://static.alideda.com/latest/images/loader.gif");
}

.empty-cart {
  cursor: pointer;
}

.not_in_minimum {
  color: #e12418;
  font-size: 12px;
}

.red_link {
  color: #e12418;
}

.red_link:hover {
  color: #df2e20;
}

.circle,
.random-button {
  background-repeat: no-repeat;
  position: absolute;
}

.discount_info {
  color: #35aa47;
}

.circle {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-image: url("https://static.alideda.com/latest/images/circle.png");
  top: 10px;
  right: 10px;
}

.border-minimum {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.open-restaurant {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin: 0 20px 20px 0;
  box-shadow: 1px 1px 4px #ccc;
}

.open-restaurant:hover {
  box-shadow: 0 0 4px #e12418;
}

.container-wide {
  padding: 0 15px;
}

.page-logo img {
  max-width: 200px;
}

.alideda-button {
  display: block;
  padding: 15px 10px;
  margin-bottom: 15px;
  background-color: #df2e20;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.alideda-button:hover {
  background-color: #35aa47;
  text-decoration: none;
  color: #fff;
}

.black {
  color: #262626;
}

.white {
  color: #fff;
}

.white-text p {
  color: #fff;
  font-size: 15px;
  text-shadow: 1px 1px 1px #222;
}

.random-button {
  background-image: url("https://static.alideda.com/latest/images/random-button.png");
  background-position: center center;
  background-color: #df2e20;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  right: 0;
}

.random-button:hover {
  background-color: #ac2419;
}

.alideda-item {
  position: relative;
  background: #fff;
  box-shadow: 1px 0 3px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.alideda-shadow-top {
  background-image: -webkit-linear-gradient(
    to top,
    transparent,
    rgba(0, 0, 0, 0.74)
  );
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.74));
  top: 0;
  height: 160px;
  position: absolute;
  width: 100%;
  content: "";
}

.alideda-image {
  height: 220px;
}

.alideda-image img {
  width: 100%;
  height: auto;
}

.item-content {
  padding: 10px;
}

.item-price {
  color: #fff;
  width: 100px;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #df2e20;
  font-size: 24px;
  line-height: 1;
}

.item-price span {
  display: block;
  font-size: 16px;
}

.item-content h3 {
  padding: 0;
  margin: 0;
  max-width: 240px;
  text-decoration: none;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}

.item-logo {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin: 0 10px 0 0;
  background-color: #222;
}

.item-logo img {
  width: 100%;
  height: 100%;
}

.item-place h6 {
  margin: 0 0 4px;
  padding: 0;
  color: #333;
  font-size: 16px;
}

.item-info p {
  line-height: 1;
  margin: 0 0 5px;
}

.item-info p:last-child {
  margin: 0;
}

.marign-bottom-small {
  margin-bottom: 20px;
}

.marign-bottom-small p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #a74d45;
}

.neighborhood-list {
  margin: 0 15px 8px 0;
  color: #f2f2f2;
  border-radius: 2px;
  display: inline-block;
}

.neighborhood-list:hover {
  color: #ffc713;
}

.ajax-cities .ajax-city {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #30312f;
}

.ajax-cities .ajax-city:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.change_area_span {
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  color: #30312f;
}

.button-margins {
  margin-bottom: 10px;
}

.credit-cart-accepted {
  padding-left: 40px;
  color: #3fa1ae;
  font-size: 12px;
  display: inline-block;
  background-image: url("https://static.alideda.com/latest/images/credit-card.png");
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 20px;
  min-height: 22px;
}

.max-width {
  max-width: 100%;
}

.h1-small {
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  font-size: 22px;
}

.personal-cart {
  border: 1px solid #d82d2c;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 10px;
}

.personal-cart-name {
  border-bottom: 1px solid #d82d2c;
  background-color: #fee8d3;
  padding: 5px;
  font-weight: 700;
}

.personal-cart .cart-item {
  margin: 5px;
}

.personal-cart-total {
  font-weight: 700;
  margin: 5px;
}

#updated_time {
  margin-top: 10px;
  color: #ccc;
}

.close-box {
  width: 10px;
  height: 10px;
  background-image: url("https://static.alideda.com/latest/images/close.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.add_to_cart_button {
  font-weight: 700;
}

@media (max-width: 480px) {
  .cousines-menu a,
  .mobile-cart-bottom,
  .mobile-cart-top {
    display: block;
  }

  .fixed-top {
    top: auto;
    position: relative;
  }

  #change_neighborhood {
    margin: 8px 0;
  }

  .portlet.light > .portlet-title {
    min-height: 20px;
  }

  #page-header-top-index {
    height: auto !important;
  }

  .choose_city {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 761px) {
  #neighborhood_list_mobile {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  #neighborhood_list_mobile,
  .mobile-cart-top {
    display: block;
  }

  #neighborhood_list {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-cart-top {
    display: none;
  }

  .fixed-top {
    position: fixed;
    top: 70px;
    z-index: 99;
  }
}

.ang-search {
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0 15px;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border: 1px solid #f2f2f2;
}

.alert {
  background: white;
  border-radius: 8px;
  padding: 1.4rem 1rem;
  border: 1px solid rgba(32, 33, 37, 0.12);
  -webkit-box-shadow: 0 2px 10px rgba(32, 33, 37, 0.06);
  box-shadow: 0 2px 10px rgba(32, 33, 37, 0.06);
  margin-bottom: 1vw;
  position: relative;
}

.alert-danger {
  background-color: #fff;
  border-color: transparent;
  color: #df2e20;
  border: 1px solid #ffd2cf;
}
.alert-danger a {
  color: #df2e20;
  font-weight: bold;
}
.alert-danger .underlined {
  text-decoration-color: #df2e20 !important;
  font-weight: bold;
  color: #df2e20 !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.note {
  background: white;
  border-radius: 8px;
  padding: 1.4rem 1rem;
  border: 1px solid rgba(32, 33, 37, 0.12);
  -webkit-box-shadow: 0 2px 10px rgba(32, 33, 37, 0.06);
  box-shadow: 0 2px 10px rgba(32, 33, 37, 0.06);
  margin-bottom: 1vw;
  position: relative;
}

.note::before {
  content: " ";
  width: 20px;
  height: 20px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
  position: absolute;
}

#choose_n strong,
.dd {
  margin-bottom: 15px;
}

.note.note-success.note-bordered {
  /* color: #9ACA3C; */
  color: #868780;
}

.note.note-success::before {
  background-color: #9aca3c;
}

.note.note-danger::before {
  background-color: #d81f27;
}

.note.note-warning::before {
  background-color: #e67e22;
}

.choose_n {
  background-color: #444444;
  color: #fff;
  padding: 20px 0;
}

.choose_n strong {
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}

#choose_n {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

#choose_n strong {
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.dd:last-child {
  margin-bottom: 0;
}

.bread {
  font-size: 12px;
}

.place-info {
  padding-top: 10px;
}

.ftrd {
  background-color: #fff2e2 !important;
  border-color: #999;
  box-shadow: 0 0 20px #ccc;
}

.hidden {
  display: none !important;
}

.none {
  display: none;
}

.alert-warning {
  background-color: #f2fbe7;
  border-color: transparent;
  color: #333;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alertMessage {
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  background-color: #35aa47;
  color: #fff;
}

#placeInfo {
  margin-bottom: 30px;
}

.js_cart_missing_label {
  text-align: center;
  color: #ddd;
}

.js_cart_missing {
  font-size: 120px;
  color: #f5f5f5;
  line-height: 1;
  font-family: "Varela Round", sans-serif;
}

#js_cart_calculation p span {
  float: right;
}

#js_cart_calculation span:after {
  clear: both;
}

.cart_content p span {
  float: right;
}

.cart_content span:after {
  clear: both;
}

@media (min-width: 768px) {
  .cuisine-list-box {
    max-width: 165px;
  }
}

.cuisine-list-box p {
  cursor: pointer;
  font-size: 15px;
}

.cuisine-list-box p:hover {
  color: #df2e20;
}

.mobile-cart-top {
  margin-bottom: 10px;
}

.mobile-cart-bottom {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .mobile-cart-top {
    background-color: #f2f2f2;
    border-bottom: 2px solid #ccc;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
  }
}

.confirm-link {
  display: inline-block;
  color: #df2e20;
  cursor: pointer;
}

.confirm-link-2 {
  display: inline-block;
  cursor: pointer;
}

.green-border {
  border: 2px solid #bbdba1;
}

.dark-green-border {
  border: 3px solid #9aca3c !important;
}

.page-head {
  min-height: 60px;
}

.bar {
  background-color: #f2f2f2;
}

.bar-inner {
  background-color: #35aa47;
  height: 2px;
  display: block;
}

.bar-inner-red {
  background-color: #df2e20;
  height: 2px;
  display: block;
}

.bar-holder {
  margin-bottom: 15px;
}

.button-bottom {
  margin-bottom: 15px;
}

.text-red {
  color: #df2e20;
}

.text-green {
  color: #35aa47;
}

.screenshot {
  display: block;
}

#screenshot {
  position: absolute;
  background: #fff;
  padding: 5px;
  display: none;
  z-index: 999;
  box-shadow: 0 0 5px #ccc;
}

.grid_list {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.grid_list.list span {
  height: 4px;
  margin: 1px 0 4px 0;
  display: block;
}

.grid_list.list span:last-child {
  margin-bottom: 0;
}

.act .dot {
  background-color: #df2e20;
}

.grid_list span {
  background-color: #999;
}

.grid_list.grid span {
  width: 8px;
  height: 10px;
  float: left;
  margin: 1px;
  display: block;
  overflow: hidden;
}

.row-grid {
  max-width: 50%;
  display: inline-block;
  overflow: hidden;
}

.row-grid .padding-left-0 {
  padding-left: 15px;
}

.row-grid .padding-right-0 {
  padding-right: 15px;
}

.o-hidden {
  overflow: hidden;
}

.owl-nav {
  position: absolute;
  top: 28%;
  z-index: 99;
  width: 100%;
}

.owl-prev {
  width: 30px;
  height: 30px;
  display: block;
  background: #fff
    url("https://static.alideda.com/latest/images/arrow_left.gif") center center
    no-repeat;
  float: left;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.owl-next {
  width: 30px;
  height: 30px;
  display: block;
  background: #fff
    url("https://static.alideda.com/latest/images/arrow_right.gif") center
    center no-repeat;
  float: right;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://static.alideda.com/latest/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.page-800 {
  max-width: 800px;
  margin: 0 auto;
}

.short {
  margin: 20px 0;
}

.short p {
  font-size: 20px;
  font-weight: 700;
}

.text p {
  font-size: 20px;
  line-height: 1.7;
}

.blog-list-img {
  max-height: 300px;
  overflow: hidden;
}

#footerCall {
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  #footerCall {
    z-index: 99;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  #footerCall a {
    color: #fff;
    background-color: #37c837;
    display: block;
    padding: 20px 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
    cursor: pointer;
  }

  #footerCall a i {
    color: #fff;
    font-size: 18px;
  }

  #footerCall a span {
    box-shadow: 0 0 15px #9aca3c;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #adff2f;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
  }
}

/*  navigation */

nav {
  display: block;
}

.navbar {
  display: none;
}

.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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);
}

.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.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
  cursor: pointer;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.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 {
    right: auto;
    left: 0;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: inline-block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777;
  cursor: pointer;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-tabs {
  /* border-bottom: 1px solid #ddd; */
  overflow: hidden;
  bottom: -1px;
  position: relative;
}

.nav-tabs > li {
  float: left;
  margin-bottom: 0;
  bottom: -1px;
}

.nav-tabs > li.active {
  margin-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  border: 1px solid #eee;
  color: #818181;
  padding: 10px 20px;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-top: 2px solid #9aca3c;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
  cursor: pointer;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
  cursor: pointer;
}

.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 {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
  cursor: pointer;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-right: 0;
    padding-left: 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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
  cursor: pointer;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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;
    cursor: pointer;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .xs-clear {
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-nav > li > a {
    cursor: pointer;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #ffffff;
  border-color: #e7e7e7;
  box-shadow: 0 0 3px #ccc;
  padding: 10px 0;
  min-height: 70px;
}

.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;
  font-weight: bold;
  cursor: pointer;
}

.navbar-default .navbar-nav > li:first-child > a {
  border-left: none;
}

.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 {
  background-color: #f2f2f2;
}

.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 {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
    cursor: pointer;
  }

  .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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.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;
  cursor: pointer;
}

.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: #080808;
}

.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 {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
    cursor: pointer;
  }

  .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: #080808;
  }

  .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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}

.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;
}

.f18 {
  font-size: 18px;
}

.f-large {
  font-size: 24px;
}

.areas > div {
  margin-bottom: 10px;
}

.areas a {
  color: white;
  padding: 1px 4px;
  display: inline-block;
  cursor: pointer;
}

.areas a:hover {
  background-color: orange;
  color: #333;
}

/***

Customized Bootstrap Labels

***/

.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 6px 3px 6px;
  color: #fff;
}

.label.label-sm {
  font-size: 12px;
  padding: 2px 4px 2px 4px;
  border-radius: 2px;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
}

/* Labels variants */

.label-default {
  background-color: #c6c6c6;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #adadad;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #45b6af;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #37918b;
}

.label-info {
  background-color: #89c4f4;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #5aadf0;
}

.label-warning {
  background-color: #dfba49;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d0a625;
}

.label-danger {
  background-color: #f3565d;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f0262f;
}

/* Button */

.btn.default {
  color: #333333;
  background-color: #e5e5e5;
}

.btn.default:hover,
.btn.default:focus,
.btn.default:active,
.btn.default.active {
  color: #333333;
  background-color: lightgray;
}

.open .btn.default.dropdown-toggle {
  color: #333333;
  background-color: lightgray;
}

.btn.default:active,
.btn.default.active {
  background-image: none;
  background-color: #c6c6c6;
}

.btn.default:active:hover,
.btn.default.active:hover {
  background-color: #cccccc;
}

.open .btn.default.dropdown-toggle {
  background-image: none;
}

.btn.default.disabled,
.btn.default.disabled:hover,
.btn.default.disabled:focus,
.btn.default.disabled:active,
.btn.default.disabled.active,
.btn.default[disabled],
.btn.default[disabled]:hover,
.btn.default[disabled]:focus,
.btn.default[disabled]:active,
.btn.default[disabled].active,
fieldset[disabled] .btn.default,
fieldset[disabled] .btn.default:hover,
fieldset[disabled] .btn.default:focus,
fieldset[disabled] .btn.default:active,
fieldset[disabled] .btn.default.active {
  background-color: #e5e5e5;
}

.btn.default .badge {
  color: #e5e5e5;
  background-color: #333333;
}

.btn.yellow-stripe {
  border-left: 3px solid #ffb848;
  background-color: #fff4e4;
}

.note p {
  margin-bottom: 0;
  padding-left: 30px;
}

@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;
    max-width: 140px;
  }

  .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;
  }
}

.top-login {
}

.top-login ul {
  display: none;
  list-style: none;
  font-size: 0;
}

input.parsley-error {
  background-color: #333;
  color: #fff;
}

a.logout {
  background-color: #333;
}

a.login {
  background-color: firebrick;
}

.top-login a {
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  margin: 0 0 0 5px;
  display: inline-block;
  cursor: pointer;
}

.ali-button {
  background-color: #e12418;
  color: #fff;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 16px;
  letter-spacing: 2px;
  margin: 10px 0;
}

.ali-button:hover {
  background-color: #333;
}

.padding5 {
  padding: 5px 0;
}

.big-label {
  padding: 5px;
  margin: 5px 5px 5px 0;
  display: block;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #ccc;
}

.big-label img {
  margin-right: 5px;
}

.big-label.blue {
  background-color: lightblue;
  /* background-image: linear-gradient(to right, lightblue, dodgerblue); */
}

.big-label.green {
  background-color: aquamarine;
  /* background-image: linear-gradient(to right, aquamarine, lightseagreen); */
}

.big-label.orange {
  background-color: hotpink;
  /* background-image: linear-gradient(to right, hotpink, deeppink); */
}

.big-label.pink {
  background-color: #fccbc2;
  /* background-image: linear-gradient(to right, pink, deeppink); */
}

.big-label.light_yellow {
  background-color: khaki;
  /* background-image: linear-gradient(to right, khaki , orange); */
}

.closed-restaurant {
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding: 2px 6px 2px 2px;
  margin: 0 5px 5px 0;
  color: #818181;
}

.hearth-off {
  color: #fceae8;
}

.hearth-on {
  color: #df2e20;
}

.spin-x {
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.spin-x:hover {
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out 0s;
}

.search-icon {
  color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 6px 0;
  width: 40px;
  height: 40px;
  display: block;
}

.f18 {
  font-size: 18px;
}

.f16 p {
  font-size: 16px;
}

.f14 p {
  font-size: 14px;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.extra-small {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.heightAuto {
  height: auto;
}

.place-navigation {
  width: 100%;
}

.place-navigation ul {
  width: 100%;
}

.place-navigation .nav > li > a {
  padding: 5px;
  cursor: pointer;
}

.anchor {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -90px;
  background-color: transparent;
}

/* popup */

.well {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 1em;
}

pre.prettyprint {
  padding: 9px 14px;
}

.fulltable {
  max-width: 100%;
  overflow: auto;
}

.popup_content {
  display: block;
  width: 600px;
  margin: 0 auto;
  min-height: 200px;
  border-radius: 4px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px #999;
  border-radius: 0;
}

@media (max-width: 768px) {
  .popup_content {
    min-height: 100dvh;
  }
}

#popup_map.popup_content {
  display: block;
  width: 96%;
  margin: 2px;
  min-height: 200px;
  border-radius: 4px;
  padding: 8px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px #999;
}

@media screen and (max-width: 767px) {
  .popup_content {
    width: 100%;
  }
}


/* popup */

.sc-highlight {
  background-color: #fcf8e3;
}

/* NOTIFICATIONS */

.notification {
  max-width: 280px;
  min-width: 200px;
  min-height: 60px;
  z-index: 9000;
  position: fixed;
  padding: 10px 20px;
  margin: 0.5rem 0 1rem 0;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #33383e;
  font-size: 14px;
  background-color: #424242 !important;
  color: #fff;
  /* box-shadow: 0 0 80px #ccc; */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.notification span[data-notify="title"] {
  font-weight: bold;
  display: block;
}

.dismiss {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: red;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  line-height: 1;
  text-align: center;
}

/* /NOTIFIFATIONS */

.btn-danger {
  background-color: #df2e20;
  color: #fff;
}

.btn-danger-border {
  border: 1px solid #df2e20;
  color: #df2e20;
}

.css-sc-cart-clear {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #df2e20;
  margin: 20px 0;
  cursor: pointer;
}

.sc-cart-toolbar {
  text-align: right;
}

.text-grey {
  color: #999;
}

.item-price-cart {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

ul.parsley-errors-list {
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: red;
  margin: 3px 0;
}

.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #9aca3c;
  padding: 6px;
  background-color: #fff;
}

.padding-big {
  padding: 40px 0 20px 0;
}

.top-breadcrumb {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.top-breadcrumb li {
  display: inline-block;
  color: #999;
}

.top-breadcrumb li a {
  background-color: #999;
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 4px 8px;
  border-radius: 14px;
}

/* Add a slash symbol (/) before/behind each list item */

.top-breadcrumb li + li:before {
  padding: 10px;
  color: #999;
  content: "/\00a0";
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.registration-header {
  background-color: #e12418;
  padding: 10px;
  border-radius: 4px;
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: #fff; /*  !important */
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.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: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
  min-height: 0.01%;
  overflow-x: auto;
}

@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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.account-menu {
  padding: 0;
  margin: 0;
}

.account-menu li {
  display: block;
  margin-bottom: 2px;
  list-style: none;
}

.account-menu li a {
  padding: 15px 20px;
  background-color: #fff;
  color: #292929;
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  font-family: "Varela Round", sans-serif;
}

.account-menu li a:hover {
  background-color: #f2f2f2;
}

.account-menu li a.active {
  border: 2px solid #292929;
}

.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #df2e20;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  /* z-index: 2; */
  color: #df2e20;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  /* z-index: 3; */
  color: #fff;
  cursor: default;
  background-color: #df2e20;
  border-color: #df2e20;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

input.form-control[type="text"]:disabled {
  background-color: #f2f2f2;
}

.btn-xs {
  font-size: 12px;
}

.btn-lg {
  font-size: 16px;
  min-height: 50px;
}

.border-green-light {
  border: 1px solid #bbdba1 !important;
}

.border-green {
  border-bottom: 2px solid #bbdba1 !important;
  display: inline-block;
  padding-bottom: 2px;
}

.border-red {
  border-bottom: 2px solid #df2e20 !important;
  display: inline-block;
  padding-bottom: 2px;
}

.border-blue {
  border: 1px solid #005cc8 !important;
}

.border-white {
  border: 1px solid #fff !important;
}

#menu-ul li {
  float: none;
  display: block;
  margin-top: 3px;
  padding-right: 25px;
}

#menu-ul li a {
  cursor: pointer;
  color: #838383;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
}

#menu-ul li a:hover {
  color: #000;
}

#menu-ul li:hover > .menu_count {
  color: #000;
}

.fixed-menu {
  max-width: 165px;
  z-index: 1;
  background-color: #fff;
}

@media (min-width: 768px) {
  .fixed-menu {
    position: fixed;
    top: 100px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.js_fix_sidebar {
  position: fixed;
  z-index: 1;
  max-width: 280px;
  width: 100%;
}

.mobile-phone {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  cursor: pointer;
  background-color: #9aca3c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 0 20px #ccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 12px;
  border-top: 2px solid #fff;
  z-index: 999;
}

.mobile-sticky span {
  display: block;
  padding: 20px 2px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.mobile-sticky .css_1 {
  background-color: #df2e20;
}

.mobile-sticky .css_2 {
  background-color: #999;
}

.mobile-sticky .css_3 {
  background-color: #9aca3c;
}

.mobile-sticky .css_4 {
  background-color: #2ae0bb;
}

.fancy {
  color: #df2e20;
}

.fancy a {
  display: inline-block;
  margin: 10px 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-top-100 {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .padding-top-100 {
    padding-top: 25px;
  }

  .padding-bottom-50 {
    padding-bottom: 25px;
  }

  .padding-top-50 {
    padding-top: 25px;
  }
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.top {
  top: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.page h2 {
  color: #262626;
  margin-bottom: 30px;
}

.page h3 {
  color: #262626;
  margin-bottom: 15px;
}

.bg-blue {
  background-color: #a7cdc7;
}

.bg-lyly {
  background-color: #ecedeb;
}

.bg-champ {
  background-color: #fef3db;
}

.bg-pink {
  background-color: #fdcabb;
}

.bg-blue {
  background-color: #47afbf;
}

.bg-gray {
  background-color: #585650;
}

.dust {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 1;
}

.dust1 {
  top: 10px;
  left: 10px;
}

.dust2 {
  bottom: 10px;
  left: 10px;
}

.dust3 {
  bottom: 10px;
  right: 10px;
}

.dust4 {
  top: 10px;
  right: 10px;
}

.r1 {
  transform: rotate(20deg);
}

.r2 {
  transform: rotate(60deg);
}

.r3 {
  transform: rotate(-20deg);
}

.r3 {
  transform: rotate(-60deg);
}

.table-price {
  padding: 80px 10px;
  background-color: #fff;
  margin-bottom: 30px;
}

.table-price p {
  text-transform: uppercase;
}

.table-price span {
  color: #d82d2c;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
}

.big-border {
  border: 4px solid #d82d2c;
}

.top-header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 10px;
}

.top-header h1 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
  background-color: #47afbf;
  padding: 5px 20px;
  text-transform: uppercase;
}

.background-blue {
  background-color: #f1fbff;
}

.background {
  background-image: url("https://static.alideda.com/latest/images/dostava-hrane-beograd.jpg");
}

.background-1 {
  background-image: url("https://static.alideda.com/latest/images/dostava-hrane.jpg");
}

.background-2 {
  background-image: url("https://static.alideda.com/latest/images/kontakt.jpg");
}

.background-full-1 {
  background-image: url("../background/background-full-1.jpg");
  background-size: cover;
}

.background-day-1 {
  background-color: #f7f6f1;
  background-image: url("../images/home-1.png");
  background-repeat: no-repeat;
  background-position: top right;
}

@media screen and (min-width: 1200px) {
  .background-day-1 {
    height: 700px;
  }
}

.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.large {
  font-size: 70px;
}

.button_link {
  display: inline-block;
  border: 2px solid #47afbf;
  color: #47afbf;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.button_link:hover {
  background-color: #47afbf;
  color: #fff;
}

.max-width-img {
  width: 120px;
  height: 120px;
}

.general_select_nei {
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

.js_fix_sidebar #smartcart {
  margin-bottom: 10px;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 99;
}

.js_fix_sidebar h4 {
  display: none;
}

.required {
  border: 1px solid #006400;
  background-color: #F2FBE7;
}

h3 a {
  display: inline-block;
  padding: 7px 0;
  cursor: pointer;
}

.m-5-20 {
  margin: 5px 20px;
}

#search_icon {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0.5;
}

#search_icon:hover {
  opacity: 1;
}

#fix {
  background-color: white;
}

.green-text {
  color: #89bb25;
}

.dark-text {
  color: #606060;
}

.js_item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.green-circle {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background-color: #9aca3c;
}

.desktop-sticky {
  z-index: 9;
}

.city-link {
  padding: 5px 20px;
  display: inline-block;
  background-color: #df2e20;
  border: 2px solid #df2e20;
  color: #fff;
  border-radius: 5px;
}

.city-link-sec {
  border: 2px solid #df2e20;
  background-color: #fff;
  color: #df2e20;
  border-radius: 5px;
}

.sc-cart-item {
  padding: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.sc-cart-item-list .alert {
  margin-bottom: 5px;
}

.footer-logos img {
  margin: 5px;
}

#popup_checkout label {
  display: inline;
}

.banke {
  background-color: #444444;
}

.popup_prev {
  position: absolute;
  left: -70px;
  z-index: 9;
  top: 45%;
  width: 64px;
  height: 64px;
  display: block;
  cursor: pointer;
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
}

.popup_next {
  position: absolute;
  right: -70px;
  z-index: 9;
  top: 45%;
  width: 64px;
  height: 64px;
  display: block;
  cursor: pointer;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .popup_prev,
  .popup_next {
    display: none;
  }
}

.fancy-font {
  font-family: "Varela Round", sans-serif;
}

.company-page {
  background-image: url("../images/company.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.red-button {
  border: 2px solid #df2e20;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  color: #df2e20;
  font-size: 18px;
  border-radius: 4px;
}

.red-button:hover {
  background-color: #df2e20;
  color: #fff;
}

.sc-cart-remove {
  color: #df2e20;
}

.item-abs {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.item-price-abs {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  padding: 3px 5px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f3f3f3),
    to(#ffffff)
  );
  background: linear-gradient(to right, #f3f3f3, #ffffff);
  font-weight: bold;
  color: #333;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.item-title-abs {
  /* position: absolute; */
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: block;
  /* color: #fff; */
  /* font-weight: bold; */
  /* text-shadow: 1px 1px 3px #000; */
  /* font-size: 14px; */
}

.item-gradient-abs {
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, rgba(0, 0, 0, 0)),
    color-stop(70%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.65) 100%
  );
  opacity: 0.7;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.place-list-single-row {
  margin-bottom: 25px;
  background: white;
  border-radius: 18px;
  padding: 1rem;
  border: 1px solid rgba(32, 33, 37, 0.12);
  border-top: none !important;
  border-left: none !important;
  -webkit-box-shadow: 0 2px 6px rgba(32, 33, 37, 0.06);
  box-shadow: 0 2px 6px rgba(32, 33, 37, 0.06);
}

.item-time {
  font-style: italic;
  color: indianred;
}

.inline-grey {
  display: inline-block;
  padding: 5px 8px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

.inline-grey img {
  margin-right: 5px;
}

.upper-text {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}

.header-background {
  box-shadow: 0 0 3px #ccc;
}

.css_cart_total {
  font-family: "Varela Round", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  font-style: italic;
}

.pulsating-circle {
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 0.7;
}

.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #01a4e9;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.noborder {
  border: none;
}

.block,
.close-box {
  display: block;
}

.inline,
.form-inline {
  display: inline-block;
  vertical-align: middle;
}

.inline {
  padding: 0 15px;
}

p.inline {
  display: inline-block;
  padding: 0;
}

.inline-block {
  display: inline-block;
}

.c1 {
  color: #9aca3c;
}

.c2 {
  color: #9aca3c;
}

.c3 {
  color: #9aca3c;
}

.cb1 {
  border: 2px solid #9aca3c;
}

.cb2 {
  border: 2px solid #9aca3c;
}

.cb3 {
  border: 2px solid #9aca3c;
}

.cb4 {
  border: 2px solid #9aca3c;
}

.circle-border {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.icon-label {
  width: 65px;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
}

.box-short {
  max-width: 600px;
  margin: 0 auto;
}

.menu_count {
  display: inline-block;
  color: #ccc;
  position: absolute;
  top: 6px;
  right: 6px;
}

.menu_count:after {
  content: "";
  display: table;
  clear: both;
}

.popular a {
  letter-spacing: 2px;
  display: block;
}

.popular a img {
  opacity: 0.8;
  display: block;
  margin: 0 auto;
}

.popular a:hover img {
  opacity: 1;
}

.circle-link-holder-active {
  margin: 0;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #444444;
  background-color: white;
  padding: 3px;
  box-shadow: 0 0 20px #ccc;
}

.circle-link-holder-inside {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #333;
}

.circle-link-holder-inactive {
  margin: 0;
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #444444;
  background-color: #fff;
  text-align: center;
}

.circle-link-holder-inactive.notexists {
  border: 2px solid #ccc;
}

.notexists {
  color: #ccc;
}

.checkout_label {
  font-family: "Varela Round", sans-serif;
  position: relative;
  display: block !important;
  text-transform: uppercase;
  /* text-align: center; */
  padding: 12px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 2px;
  /* background-color: #fafafa; */
  color: #444444;
  cursor: pointer;
  border: 1px solid rgba(32, 33, 37, 0.12);
  -webkit-box-shadow: 0 2px 10px rgb(32 33 37 / 6%);
  box-shadow: 0 2px 10px rgb(32 33 37 / 6%);
  font-size: 14px;
  font-weight: bold;
  min-height: 70px;
}

.checkout_label.disabled {
  background: repeating-linear-gradient(
    45deg,
    #fafafa,
    #fafafa 10px,
    #fff 10px,
    #fff 20px
  );
  cursor: not-allowed;
}

/*
.checkout_label.disabled::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 16px;
    height: 16px;
    display: block;
    background-color: #fff;
    background-image: url("../images/reject.png");
    background-size: 100% 100%;
    border: 2px solid #fff;
    border-radius: 8px;
}
*/

input[type="radio"]:checked + label.checkout_label {
  border: 3px solid royalblue;
  color: royalblue;
  background: #f3f6ff;
}

/*
input[type="radio"]:checked + label.checkout_label img {
  filter: invert(1);
}
*/

input[type="radio"]:checked + label.checkout_label::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/tick.png");
  background-size: 100% 100%;
  /*
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 8px;
  */
}

.menu-navbar-collapse ul {
  padding: 0;
  margin: 0;
}

.menu-navbar-collapse ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  background-color: #fff;
  color: #696969;
}

.menu-navbar-collapse li.active {
  color: #fff;
  background-color: #696969;
}

.menu-navbar-collapse a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px;
  cursor: pointer;
  background-color: #fff;
  color: #696969;
  margin-right: 10px;
}

.container-phone a {
  display: block;
  margin-bottom: 10px;
  color: #33383e;
}

.container-phone a:hover {
  text-decoration: underline;
}

.geolocation {
  line-height: 1;
  border: 2px solid #080808;
  color: #080808;
  background-color: #fff;
  background-image: url(../icons/png/my-location.png);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  font-weight: bold;
  padding: 10px 10px 10px 38px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

.geolocation:hover {
  background-color: lightyellow;
}

.top-search {
  margin: 10px 5px 0 0;
  max-width: 120px;
  position: relative;
}

/* Shared */

.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* padding: 5px 15px 6px 46px; */

  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
  display: block;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #ccc;
  background-position: center center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.loginBtn:hover {
  box-shadow: 0 0 12px lightgray;
}

.loginBtn:focus {
  outline: none;
}

.social-login-facebook {
  background-color: #4c69ba;
  background-image: url("../images/icon_facebook.png");
  background-size: 22px 22px;
  background-position: 12px 12px;
}

/* Google */
.social-login-google {
  background-color: #fff;
  background-image: url("../images/google-xs.png");
  color: #333;
}

.social-login-linkedin {
  background-color: #27a0d5;
  background-image: url("../images/linkedin-icon.png");
  background-size: 22px 22px;
  background-position: 15px 12px;
}

.small-label {
  background-color: #3d9400;
  margin: 0 5px 5px 0;
  display: inline-block;
  border: none;
}

.blue-link {
  color: #444444;
}

.capitalize {
  text-transform: capitalize;
}

.coral {
  background-color: #ffc200 !important;
}

.coral small {
  font-size: 12px;
}

.background-white {
  background-color: #fff;
}

.background-grey {
  background-color: #f2f2f2;
}

.background-dark-grey {
  background-color: #313131;
}

.background-green {
  background-color: #9aca3c !important;
}

.background-dark-green {
  background-color: #4d9f38 !important;
}

.background-light-green {
  background-color:#f2fbe7 !important;
}

.background-red {
  background-color: #d82d2c;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.border-radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.js_button_click {
  font-size: 1.6rem;
}

.font-xxl {
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  font-family: "Varela Round", sans-serif;
  color: #222222;
}

.font-xl {
  font-size: 4.5rem;
  padding-left: 50px;
  background-image: url(../images/shape-small-1.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  font-family: "Varela Round", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #222222;
  position: relative;
  min-height: 40px;
}

.font-xl:before {
  display: block;
  display: block;
  content: "";
  content: "";
  background-image: url(../images/wave-line.png);
  background-image: url(../images/wave-line.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position-x: right;
  height: 13px;
  min-width: 15%;
  position: absolute;
  bottom: 15px;
  right: 0;
  opacity: 0.3;
}

.font-x2 {
  font-size: 2.5rem;
  padding-left: 50px;
  background-image: url(../images/shape-small-1.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  font-family: "Varela Round", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #222222;
  position: relative;
  min-height: 40px;
  padding-top: 5px;
}

.font-x2:before {
  display: block;
  content: "";
  background-image: url(../images/wave-line.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-x: right;
  height: 13px;
  height: 13px;
  min-width: 15%;
  min-width: 15%;
  position: absolute;
  position: absolute;
  bottom: 15px;
  bottom: 15px;
  right: 0;
  right: 0;
  opacity: 0.3;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .font-xl {
    font-size: 3rem;
  }

  .font-x2:before {
    display: none;
  }
}

.button-arrow {
  background-image: url("../images/arrow_right.gif");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  line-height: 1;
  vertical-align: middle;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

.light-grey {
  background-color: #f7f7f7;
}

.sidebar-cities a {
  border-bottom: 2px solid transparent;
}

.sidebar-cities a:hover {
  border-bottom: 2px solid #df2e20;
}

.position-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.box-homepage {
  min-height: 150px;
}

.closeButton {
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-block;
  background-color: transparent;
  background-image: url("../images/icon-close.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}

.closeButton:hover {
  opacity: 1;
}

.topRightNav {
  position: absolute;
  top: 10px;
  right: 20px;
}

.topRight {
  position: absolute;
  top: 20px;
  right: 20px;
}

.topLeft {
  position: absolute;
  top: 10px;
  left: 10px;
}

.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.absolute-wide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 9;
}

#cookiePolicy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 10px;
}

#cookiePolicyBody {
  max-width: 800px;
  margin: 0 auto;
}

.ui-autocomplete {
  z-index: 400 !important;
}

.item-description {
  color: #333;
  max-height: 50px;
  overflow: hidden;
  font-size: 12px;
  font-family: "Varela Round", sans-serif;
  min-height: 36px;
}

label.error {
  border: none !important;
  font-size: 12px;
}

.error {
  color: red;
  border: 1px solid red;
}

.showMapButton {
  background-image: url("../icons/svg/placeholder.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 10px;
  background-size: 40px 40px;
}

.scrollingAreaFix {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollingArea {
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .scrollingArea {
    max-height: 260px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .scrollingArea {
    max-height: 300px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .scrollingArea {
    max-height: 400px;
    padding-right: 10px;
  }
}

.zindex {
  z-index: 1;
}

#checkoutCart .cart-icon {
  display: none;
}

.heightAutosuggest {
  height: 46px;
  padding: 8px;
  display: block;
}

.underlined {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.underlined.white {
  text-decoration-color: white;
}

.resetAddress {
  position: absolute;
  right: 30px;
  top: 12px;
  margin: 0;
  border: none;
  font-size: 30px;
  height: 20px;
  line-height: 20px;
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .resetAddress {
    right: 30px;
    top: 12px;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.r-carousel-inner {
  z-index: 0;
}

.slick-arrow {
  position: absolute;
  top: 45%;
  background-color: #fff;
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.header-bck-1 {
  background-image: url("../images/bck-2020-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.headerLink {
  color: #777;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .header-gradient {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .header-gradient .black {
    color: #fff;
  }

  .header-gradient .white {
    color: #000;
  }
}

.pac-container {
  z-index: 100002 !important;
}

.FirefoxAndroid .pac-container .pac-item:first-child {
  margin-top: 20px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.scrollingAreaAuto {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

.scrollingAreaAuto::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar {
  width: 10px;
}

/* Track */

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

*::-webkit-scrollbar-thumb {
  background: lightgrey;
}

/* Handle on hover */

*::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.closeSmall {
  width: 24px;
  height: 24px;
  opacity: 0.3;
}

.top0r0 {
  top: 0;
  right: 0;
}

.ui-autocomplete {
  list-style: none;
  padding: 0;
  max-width: 436px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px #f1f1f1;
  background-color: #fff;
}

.ui-autocomplete > .ui-menu-item {
  padding: 8px;
  display: block;
  cursor: pointer;
}

.ui-autocomplete > .ui-menu-item:hover {
  background-color: #f1f1f1;
}

.square {
  /*
  position: relative;
  width: 100%;
  height: 240px;
  */
  background-color: #f1f1f1;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.square-inside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.max50 {
  max-width: 50px;
}

.splide {
  position: relative;
}

.splide__slide__div {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splide__slide__holder {
  padding: 10px;
  text-align: center;
}

.splide__slide__title {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  display: inline-block;
  padding: 4px 8px;
}

.z-index {
  z-index: 9;
}

.vertical-bottom {
  vertical-align: text-bottom;
}

.vertical-top {
  vertical-align: top;
}

.list-grey-address {
  max-width: 70%;
  overflow: hidden;
}

.no-content {
  padding: 20px;
}

.gradient-bar {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.7)
  );
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: block;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
}

.royalblue {
  color: royalblue;
}

.errorBox {
  background-color: orangered;
  color: white;
}

.addressLabel {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  transform: rotate(-20deg);
  position: absolute;
  left: 20%;
  top: 30%;
  z-index: 1;
}

.addressNotValid {
  opacity: 0.3;
}

.spanMessage {
  display: inline-block;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 5px;
}

.spanMessage.success {
  background-color: #fff;
  color: #41ad49;
  border: 1px solid #41ad49;
}

.spanMessage.danger {
  background-color: #fff;
  color: #d81f27;
  border: 1px solid #d81f27;
}

.addressLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
  display: block;
  z-index: 1;
}

.takeawayLink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.opacity30 {
  opacity: 0.3;
}

.coupon-holder {
  padding: 21px;
  background-color: #ccc;
}

.coupon-card {
  display: block;
  min-height: 180px;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
}

.coupon-card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #ccc;
  width: 40px;
}

.coupon-card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #ccc;
  width: 40px;
}

.coupon-vertical {
  border-left: 5px dotted #ccc;
  height: 90%;
  position: absolute;
  left: 40%;
}

.object-fit-cover {
  object-fit: cover;
}

/* grid slider */

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
  aspect-ratio: 5 / 3;
}

/* width: fit-content; height: 100%; max-width: 180%; */

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background-color: #F2FBE7;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .mobile-body {
    padding-top: 0;
  }
}

/* tablet */

@media (max-width: 767px) {
  .mobile-padding-10 {
    padding: 8px 5px;
    background-color: #fafafa;
  }

  .logo {
    max-width: 100px;
  }

  .dd span {
    display: block;
    padding: 10px;
    background: #666;
    letter-spacing: 2px;
    font-size: 14px;
  }
}

.restaurant-header-navigation {
  list-style: none;
}

.restaurant-header-navigation li {
  /* margin: 0 10px 0 0; */
  padding: 0;
  display: inline-block;
}

/*
.restaurant-header-navigation li:not(:last-child) {
  margin: 0 8px 0 0;
}
*/

.restaurant-header-navigation li a {
  display: block;
  padding: 24px;
  white-space: nowrap;
  font-size: 16px;
  color: #9d9d9d;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  font-family: "Varela Round", sans-serif;
}

@media (max-width: 767px) {
  .restaurant-header-navigation li a {
    padding: 24px 4px;
  }
}

.restaurant-header-navigation li.active a {
  border-bottom: 1px solid #d82d2c;
  color: #333333;
}

.header-image {
  /* min-height: 320px; */
  background-size: cover;
  background-position: top center;
}

.text-bottom {
  vertical-align: text-bottom;
}

.small-icon-tick {
  position: absolute;
  top: 1px;
  left: 30px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/tick.png");
  background-size: 100% 100%;
}

.small-icon-x {
  position: absolute;
  top: 1px;
  left: 30px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/icon-close.png");
  background-size: 100% 100%;
  opacity: 0.5;
}

.cursor-normal {
  cursor: default;
}

.checkout-sticky {
  position: absolute;
  display: block;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .checkout-sticky {
    position: relative;
    display: none;
  }
}

.checkout-sticky-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 8px;
}

#mobile-navigation {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

.gradient-bottom {
  position: absolute;
  bottom: 0;
  color: black;
  display: block;
  height: 150px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.gradient-top {
  position: absolute;
  top: 0;
  color: black;
  display: block;
  height: 150px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.rightArrow {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("../images/arrow-right.png");
  background-position-x: center;
  background-position-y: center;
  background-size: 54px 54px;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #424242;
}

.checkout-button-style {
  /*

  */
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  font-size: 22px;
}

.padding-mobile-0 {
  letter-spacing: normal;
}

.padding-mobile-20 {
  padding: 0;
}

@media (max-width: 767px) {
  .padding-mobile-20 {
    padding: 20px !important;
  }

  .padding-mobile-0 {
    padding: 0 !important;
  }
}

.mobile-header {
  background-size: cover;
  min-height: 170px;
}

.mobile-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease;
}

.mobile-header-image:hover {
  transform: scale(1.05);
}

.mobile-restaurant-logo {
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 3px;
  aspect-ratio: 1/1;
}

.dots {
  border-top: 2px dashed #e6e6e6;
  margin: 5px 0 10px 0;
}

.z-index-1 {
  z-index: 1;
}

.has-menu {
  position: relative;
}

.has-menu:hover ul {
  display: block;
}

.user-dropdown-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 200px;
  background-color: #424242;
  z-index: 1;
  right: 0;
}

.user-dropdown-menu.long {
  width: 400px;
}

.user-dropdown-menu:after {
  bottom: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #424242;
  border-width: 8px;
}

.user-dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #6d6d6d;
}

.user-dropdown-menu li:last-child {
  border-bottom: none;
}

.user-dropdown-menu li a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  color: #fff;
  transition: 0.25s;
}

.user-dropdown-menu li a:hover {
  padding-left: 15px;
}

.menu-disabled,
.menu-disabled:hover {
  cursor: not-allowed;
  opacity: 0.5;
}

/* TOGGLE */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 24px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.switch-label {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

input:disabled + .switch-slider {
  background-color: #fafafa;
  border: 1px solid #ccc;
}

input:disabled + .switch-slider:before {
  border: 1px solid #ccc;
  bottom: 3px;
}

input:disabled + .switch-slider:after {
  content: "";
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  background-color: red;
  top: 10px;
  left: 2px;
}

input:checked + .switch-slider {
  background-color: royalblue;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 24px;
}

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

.accordion {
  background-color: #f7f7f7;
  color: #444;
  font-size: 16px;
  cursor: pointer;
  padding: 12px;
  border: none;
  outline: none;
  transition: 0.4s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}

.accordion-container .panel {
  padding: 15px 0 0 0;
  display: none;
  overflow: hidden;
}

.label-holder {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.label-holder label {
  padding: 10px;
  border-radius: 6px;
  display: block;
  padding-left: 36px;
}

.label-holder input:checked + label {
  border: 1px solid #ffc713 !important;
  background-color: #fffdf1;
}

.label-holder input {
  position: absolute;
  left: 12px;
  top: 12px;
}

.accordion:after {
  /* Unicode character for "plus" sign (+) */
  content: "";
  font-size: 20px;
  color: #a9a9a9;
  margin-left: 5px;
  top: 12px;
  right: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_right.gif);
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.accordion-container .active:after {
  /* Unicode character for "minus" sign (-) */
  content: "";
  transform: rotate(-90deg);
}

.scrolling300 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 270px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .scrolling300 {
    overflow-y: visible;
    max-height: inherit;
    padding-right: 0;
  }
}

.border-none {
  border: none !important;
}

.border-transparent {
  border: 1px solid transparent !important;
}

.checkbox-inline {
  cursor: pointer;
}

.background-cover {
  background-size: cover;
}

.padding-top-bottom-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-10-30 {
  padding: 10px 30px;
}

.shape-2:after {
  position: absolute;
  width: 27px;
  height: 54px;
  display: block;
  content: "";
  background-image: url(../images/shape-small-2.png);
  background-repeat: no-repeat;
  bottom: -27px;
  left: calc(50% - 13px);
}

.shape-4-background {
  background-image: url(../images/shape-4.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 100px;
}

.list-labels {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.list-label {
  font-size: 12px;
}

.time-label {
  color: #966149;
  background: #f7f3f0;
  padding: 8px;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.category-image-400 {
  height: 400px;
  display: block;
}

.category-image {
  min-height: 450px;
  background-position: center center;
  background-size: cover;
  display: block;
}

.category-name {
  padding: 15px 10px;
  font-size: 16px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(242, 242, 242, 1) 100%
  );
  font-weight: bold;
}

.phone-button {
  background-color: #efefef;
  background-image: url("../icons/png/telephone.png");
  background-position-x: 16px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-align: left;
  padding-left: 50px;
  display: inline-block;
  margin: 0;
}

#product_image img {
  width: 100%;
}

.add-to-favourite {
  width: 48px;
  height: 48px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  right: 10px;
  cursor: pointer;
  background-image: url(../icons/svg/heart-thin.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 12px;
  box-shadow: 0 0 8px #ccc;
}

.add-to-favourite:hover {
  background-size: 65%;
}

.add-to-favourite.active-favourite {
  background-image: url(../icons/svg/red-heart.svg) !important;
}

.inactive-favourite {
  background-image: url(../icons/svg/heart-thin.svg) !important;
}

.top-0 {
  top: 0 !important;
}

.top-10 {
  top: 10px !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.divider {
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.head-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.head-breadcrumbs li {
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .head-breadcrumbs li a {
    font-size: 16px;
  }
}

.head-breadcrumbs li:not(:first-child) a {
  padding-left: 5px;
}

.head-breadcrumbs li:not(:first-child):before {
  content: ">";
}

.qty-holder {
  position: relative;
  display: flex;
  font-size: 0;
  box-sizing: border-box;
  /* border: 1px solid #4d9f38; */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #ccedc3;
}

.qty-holder button {
  height: 42px;
  text-align: center;
  display: inline-block;
  color: #696969;
  background-color: #f2fbe7;
  font-size: 24px;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.qty-holder button:hover {
  background-color: #4d9f38;
  color: #fff;
}

.qty-holder input {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  border: none;
  height: 42px;
  width: 100%;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500;
  color: #666;
}

.qty-holder input::-webkit-outer-spin-button,
.qty-holder input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.qty-holder input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.qty-holder button:disabled {
  background: #f1f1f1;
  color: #cbcbcb;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.headerAddressHolder {
  padding: 0;
  overflow: hidden;
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .headerAddressHolder {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.not_available_label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  color: red;
  font-size: 12px;
  font-weight: normal;
}

.grey-stripes {
  background: repeating-linear-gradient(
    45deg,
    #fafafa,
    #fafafa 10px,
    #fff 10px,
    #fff 20px
  );
  cursor: not-allowed;
}

.margin-auto {
  margin: 0 auto;
}

.white-shadow {
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
  filter: drop-shadow(0px 0px 10px #fff);
}

ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.footer-links li {
  padding: 2px 0;
  font-size: 16px;
}

ul.footer-links li a:hover {
  text-decoration: underline;
}

.normal {
  font-weight: normal;
}

.premium-circle {
  background-image: none;
  text-align: center;
  line-height: 40px;
  width: 48px;
  height: 48px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  background-size: 60%;
  box-shadow: 0 0 8px #ccc;
}

.background-none {
  background: none !important;
}

.location-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #f2fbe7;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.location-icon svg {
  vertical-align: middle;
}

.header-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #eeeeee;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.header-icon svg {
  vertical-align: middle;
}

.trigger-address-popup {
  background-image: url("../icons/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: 20px 20px;
  padding-right: 30px !important;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  /* max-width: 170px; */
  overflow: hidden;
}
.trigger-address-popup span {
  /* max-width: 160px; */
  overflow: hidden;
  display: block;
  white-space: nowrap;
  color: #62c500;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.h-50 {
  height: 50px;
}

.logo-left {
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 40px;
  height: 44px;
  display: block;
  top: 2px;
}

.item-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.item-min-height {
  /* min-height: 360px; */
}
@media (max-width: 767px) {
  .item-min-height {
    /* min-height: 260px; */
  }
}

.h1-place {
  font-weight: bold;
  text-shadow: 1px 2px black;
  font-size: 40px;
  color: #fff;
  font-style: normal;
}
@media (max-width: 767px) {
  .h1-place {
    font-size: 20px;
  }
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

.place-nav-buttons {
  position: absolute;
  right: 10px;
  top: 18px;
}

.max85 {
  max-width: 85%;
}
.mobile-black {
  background-color: inherit;
}

@media (max-width: 767px) {
  .mobile-black {
    background-color: #000;
  }
  .mobile-black .menu h3 {
    color: #fff !important;
  }
  .mobile-black .place-list-single-row {
    background-color: transparent !important;
    color: #fff !important;
  }
  .mobile-black .item-description {
    margin-bottom: 10px;
    color: #999 !important;
  }
  .mobile-black .blue-link {
    color: #fff !important;
  }
  .padding-0-mobile {
    padding: 0px !important;
  }
  .mobile-black .item-img {
    background-color: #101010 !important;
  }
  .mobile-black .row-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .mobile-black .opacity30 {
    opacity: 0.7;
  }

  .mobile-black .js_item_grid:nth-child(2)::after {
    content: "";
    display: block;
    clear: both;
  }

  .mobile-black .table td,
  .mobile-black .table th {
    background-color: inherit; /*  !important */
    color: #fff;
  }

  .clear-mobile {
    clear: both;
  }

  .background-white-mobile {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .background-white-mobile .css_cart_total {
    color: #fff !important;
  }
  .background-black-mobile {
    background: #000;
  }

  .background-black-mobile .restaurant-header-navigation li.active a {
    color: #d82d2c;
  }
}
.mobile-back {
  position: absolute;
  top: 20px;
  left: 20px;
}

.rounded-font {
  font-family: "Varela Round", sans-serif;
}

.h24 {
  height: 24px;
  overflow: hidden;
}

.js_group {
  font-family: "Varela Round", sans-serif;
}

/* rounded checkbox */

.rounded-checkbox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* padding: 5px 0; */
  display: block;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  left: -20px;
}

.checkbox__inner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid grey;
  background: transparent no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
  /* transition: border 0.5s linear, border-color 0.5s linear; */
  overflow: hidden;
}
.rounded-checkbox:hover {
  color: #4d9f38;
}
.rounded-checkbox:hover .checkbox__inner {
  border: 4px solid #4d9f38;
  background-color: #f2fbe7;
}

.checkbox__input:checked ~ .checkbox__inner {
  border-color: #4d9f38;
  background-color: #4d9f38;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px 10px;
}

.checkbox__input:disabled ~ .checkbox__inner {
  border-color: #c0c0c0;
  background-color: #efefef;
  cursor: no-drop;
}

.js_item:last-child {
  margin-bottom: 0 !important;
}

/*
@media only screen and (max-width: 991px) {
  .clear-mobile {
    clear: both;
  }
}
*/

.top-left-label {
  position:absolute;
  top:10px;
  left:10px;
  background-color:#f2fbe7;
  color:#4d9f38;
  cursor:default;
}

.top-right-label {
  position:absolute;
  top:10px;
  right:10px;
  background-color:#f2fbe7;
  color:#4d9f38;
  cursor:default;
}

.item-plus {
  background-color: #f2fbe7;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #4d9f38;
  border-radius: 18px 0 18px 0;
  cursor: pointer;
}

.text-align-mobile-left {
    text-align: right; /* Default for desktops */
}

@media (max-width: 768px) {
    .text-align-mobile-left {
        text-align: left; /* Align left on mobile */
    }
}