@font-face {
    font-family: Bango;
    src: url("/webfonts/bango_pro.otf") format("opentype");
	font-display: swap;
}
.bango {
  font-family: Bango;
}
@media (max-width: 991px) {
	#my-account-dropdown {
		display: block !important;
	}
}
.rating-star {
	width: 14px;
    height: 13px;
	color: gold;
	font-size: 11px;
	-webkit-text-stroke: 1px #000;
}
.rating-star.far {
	-webkit-text-stroke: 0px #000;
	/*-webkit-text-stroke: 1px #BBB !important;*/
}
.rating-star.half {
	-webkit-text-stroke: 0.8px #444;
	/*-webkit-text-stroke: 1px #666 !important;*/
}
.loading {
    background-color: #ffffff;
    background-image: url('/img/loading.gif');
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}
* {
  box-sizing: border-box;
  /*border: 1px dotted black;*/
  font-family: 'Helvetica', sans-serif;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-display: auto;
}

#category-select-pc {
  font-size: 1em;
  /*font-weight: bold;*/
  width: 100%;
  padding: 0.5rem;
  height: 38px;
  color: white;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #000;
  margin-top: 2px;
  border: 1px solid #CCC;
}

#results-kitchen-select {
  font-size: 1em;
  width: 100%;
  padding: 0.5rem;
  height: 38px;
  color: white;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #000;
  margin-top: 2px;
  border: 1px solid #CCC;
  max-width: 200px;
}

#results-kitchen-fixed, #results-sorting-fixed {
  z-index: 200;
  position: fixed;
}
#results-kitchen-select-mobile, #results-sorting-select-mobile {
  /*-webkit-appearance: none;*/
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 16px;
  background-color: #0275d8;
  text-shadow: 1px 1px 1px #000;
  color: white;
  width: 100%;
  padding: 0.5rem;
  height: 40px;
  margin-bottom: 0px;
}

.most-wanted-title {
  padding: 2px 5px;
  font-weight: bold;
  background-color: #F4B400;
}
#mobile-category-selection {
  position: fixed;
  top: 56px;
  z-index: 80;
}
#category-select {
  /*background-color: salmon;*/
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  height: 48px;
}
#category-select option {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.container.content-wrapper, .container-fluid.content-wrapper {
   min-height: calc(100% - 100px);
   position: relative;
   padding-bottom: 20px;
}

/* image slider on info page */
.image-slider {
  height: 250px;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

@media (max-width: 767.98px) {
  .image-slider {
    height: 200px;
  }
}

footer {
   position: absolute;
   bottom: auto;
   width: 100%;
   height: 115px;   /* Height of the footer */
   background: #6cf;
}
@media (max-width: 767.98px) {
  .container.content-wrapper, .container-fluid.content-wrapper {
     min-height: calc(100% - 180px);
     position: relative;
  }
  footer {
     position: absolute;
     bottom: auto;
     width: 100%;
     height: 250px;   /* Height of the footer */
     background: #6cf;
  }
}
body {
  overflow-y: scroll;
	overflow-x: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
p {
  /*padding: 5px 0;*/
  text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: bold;
}
/* .input-error {
  background-color: salmon;
} */

.menu-picture-button {
  cursor: pointer;
  border-radius: 3px;
}

#facebook-login-button {
  background: url(/img/facebook_button.png);
  width: 191px;
  height: 46px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  background-size: 191px 46px;
}
#google-login-button {
  background: url(/img/google_button.png);
  width: 191px;
  height: 46px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
  background-size: 191px 46px;
}
.show-subs-button {
  cursor: pointer;
}
.alert {
  text-align: center;
  padding: 5px;
}
.question-group {
  font-size: 1.4em;
  color: red;
  text-align: center;
}
.question {
  cursor: pointer;
  color: blue;
  padding: 5px;
  font-size: 1em;
  margin: 5px 0;
  background-color: #FDFDFD;
  font-weight: normal;
}
.question-block {
  border: 1px solid #DDD;
  margin: 5px 0;
  border-radius: 5px;
  padding: 5px;
}
.answer {
  display: none;
  padding: 5px;
  font-size: 0.9em;
}
.answer.active {
  display: block;
}
#footer-social-icons {
  font-size: 2em;
}
#footer-social-icons a {
  color: #CCC;
}
footer a, footer a:hover, footer a:visited, footer a:active {
  color: #FFF;
}

@media (max-width: 767px) {
  /*#home_banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
  }*/
}

@media (min-width: 992px) {
  .background-home {
    background-size: calc(50% - 25%) 100%;
  }
}

@media (min-width: 1200px) {
  .background-home {
    background-size: calc(50% - 30%) 100%;
  }
}

#home_banner {
  /*background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;*/
  margin-top: 50px;
  min-height: calc(100% - 550px);
  /* height: 430px; */
  /*-webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.75);*/
}
.home-search-form {
  margin: 0px auto 30px auto;
}
@media (max-width: 768px) {
  #home-search-form {
    margin: 45px auto 30px auto;
  }
}
.input-shadow {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,1);
}
.maims-shadow {
  -webkit-box-shadow: 0px 0px 2px 1px green;
  -moz-box-shadow: 0px 0px 2px 1px green;
  box-shadow: 0px 0px 2px 1px green;
}
.text-shadow {
  text-shadow: 2px 2px 1px #000000;
}

.text-home {
  font-family: Bango;
  /*font-display: auto;*/
  text-shadow: 2px 2px 1px #FFF;
}
h4 {
  /*font-family: Bango;*/
}
button.btn-primary, button.btn-success, button.btn-info, button.btn-danger {
  text-shadow: 1px 1px 1px #000;
}
.content-page-info {
  max-width: 900px;
  min-height: calc(100% - 50px);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  background-color: white;
  /*background-color: rgba(0, 0, 0, 0.1);*/
}
.content-page {
  padding-top: 80px;
  max-width: 900px;
  min-height: calc(100% - 50px);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  background-color: white;
  /*background-color: rgba(0, 0, 0, 0.1);*/
}
.content-page-fluid {
  padding-top: 80px;
  min-height: calc(100% - 50px);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  background-color: white;
}

.content-page-search {
  margin-top: 80px;
}

.content-page-restaurant { /* also ratings and info */
  margin-top: 60px; /* TODO: change margin on PC */
  padding-top: 10px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  background-color: white;
  min-height: calc(100% - 150px);
  max-width: 1400px;
}
.content-page-admin { /* also ratings and info */
  margin-top: 60px; /* TODO: change margin on PC */
  padding-top: 10px;
  max-width: 700px;
  min-height: calc(100% - 50px);
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.5);
  background-color: rgba(255, 255, 255, 1);
}
label {
  padding-top: 5px;
  color: #444;
  font-weight: bold;
}
.content-form {
  /* max-width: 650px; */
  /* margin: 0 auto; */
  background-color: #FFF;
  padding-top: 10px;
  /* border-radius: 5px; */
  /* border: 1px solid #CCC; */
}
@media (max-width: 767.98px) {
  .content-form {
    border: 0;
  }
	
  .content-page-search {
    margin-top: 100px;
  }
}
form {
  /*padding: 0;*/
}
.pac-container {
    background-color: #FFF;
    z-index: 9992;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal {
    z-index: 9991;
    top: 100px;
}
.modal-backdrop {
    z-index: 9990;
}
#success-message {
  padding: 5px 10px;
  background-color: #66CDAA;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
}
/* #error-message {
  padding: 5px 10px;
  background-color: salmon;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
} */
hr {
  height: 1px;
  margin: 10px 0;
  padding: 0;
}
#map {
  height: 100%;
}
.search-result-table {
  table-layout: fixed;
  width: 100%;
  margin: 10px 0 0 0;
  border: 1px solid #CCC;
  border-collapse: separate;
  border-spacing: 0;
  background-color: white;
}

.my-miams-button:hover {
  cursor: pointer;
}

.my-orders-table {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px #0066FF;
  -moz-box-shadow: 0px 0px 5px 1px #0066FF;
  box-shadow: 0px 0px 5px 1px #0066FF;
}

.my-orders-table-submitted {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px orange;
  -moz-box-shadow: 0px 0px 5px 1px orange;
  box-shadow: 0px 0px 5px 1px orange;
}

.my-orders-table-confirmed {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px green;
  -moz-box-shadow: 0px 0px 5px 1px green;
  box-shadow: 0px 0px 5px 1px green;
}

.special-offers-table {
  -webkit-box-shadow: 0px 0px 5px 1px green;
  -moz-box-shadow: 0px 0px 5px 1px green;
  box-shadow: 0px 0px 5px 1px green;
}

.my-orders-table-canceled {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px red;
  -moz-box-shadow: 0px 0px 5px 1px red;
  box-shadow: 0px 0px 5px 1px red;
}

.search-result-button:hover {
  -webkit-box-shadow: 0px 0px 5px 1px green;
  -moz-box-shadow: 0px 0px 5px 1px green;
  box-shadow: 0px 0px 5px 1px green;
}

.partner-offers-button:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
  box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
}

.search-result-button, .partner-offers-button {
  border: 1px solid #CCC;
}

.partner-menu-button {
  border: 1px solid #CCC;
}

.partner-menu-button.active, .partner-menu-button:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
  box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
}

.selected-address {
  -webkit-box-shadow: 0px 0px 5px 1px green;
  -moz-box-shadow: 0px 0px 5px 1px green;
  box-shadow: 0px 0px 5px 1px green;
}

@media (max-width: 992px) {
  .search-result-table {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
    box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
  }

  .search-result-button {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 1px green;
    -moz-box-shadow: 0px 0px 5px 1px green;
    box-shadow: 0px 0px 5px 1px green;
  }

  .partner-offers-button {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 5px 1px rgba(255,0,0,1);
  }
}

.search-result-table td {
  overflow: hidden;
  overflow-y: hidden;
  height: 20px;
  white-space: nowrap;
}
.search-result-table:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
  box-shadow: 0px 0px 5px 1px rgba(89,82,89,1);
}
.search-result-title {
  padding-left: 5px;
  padding-top: 2px;
}

.search-result-title h1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.search-result-title h1 a {
  color: black;
}
.search-result-logo {
  vertical-align: top;
  width: 120px;
}
.search-result-logo img {
  width: 120px;
}
.search-result-action {
  text-align: center;
}
.search-result-action.open {
  color: white;
  background-color: #0c0;
  font-size: 0.9em;
}
.search-result-action.closed {
  color: white;
  background-color: orange;
  font-size: 0.9em;
}
.search-result-action.inactive {
  color: white;
  background-color: salmon;
  font-size: 0.9em;
}
.search-result-kitchen {
  padding-left: 5px;
  font-size: 0.8em;
  color: #555;
  font-weight: bold;
}
.search-result-address {
  padding-left: 5px;
  font-size: 0.8em;
  color: #555;
}
.search-result-payments {
  padding-left: 5px;
}
.search-result-payments img {
  width: 30px;
  height: 20px;
}
.search-result-rating {
  padding-left: 5px;
}
.search-result-minorder {
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
  font-size: 0.7em;
}
.menu-sub-row {
  /*display: none;*/
}
.menu-plat-row:hover {
  /*cursor: pointer;*/
}
.menu-extras-row:hover {
  /*cursor: pointer;*/
}
.menu-table-plat {
  background-color: #EFEFEF;
}
.menu-table-subplat {
  background-color: #EEE;
}
.menu-categories-nav-link {
  padding: 2px 5px;
}
.menu-carte-cat-title {
  background-color: #444;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  font-size: 1.2em;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-carte-plat-row {
  border-bottom: 1px dotted #CCC;
}
.menu-carte-plat-title {
  font-weight: bold;
  padding-left: 5px;
  padding-top: 5px;
  vertical-align: top;
  text-transform: uppercase;
}
.menu-carte-plat-price {
  width: 70px;
  text-align: right;
  /*font-weight: bold;*/
  padding-top: 5px;
  font-family: 'Anton', sans-serif;
  font-display: auto;
  color: #444;
  vertical-align: top;
}
.menu-carte-plat-button {
  width: 50px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
}
.menu-carte-plat-description {
  padding: 0 5px 5px 5px;
  color: #666;
  font-size: 0.9em;
}

.menu-carte-plat-title.sub {
  background-color: #dff2bf;
}
.menu-carte-plat-price.sub {
  background-color: #dff2bf;
}
.menu-carte-plat-button.sub {
  background-color: #dff2bf;
}
.menu-carte-plat-description.sub {
  background-color: #dff2bf;
}

.order-checkbox {
  text-align: left;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
  margin: 0;
}
.hide-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*width: 100%;*/
  max-width: 100%;
}
#orderBasket {
  padding: 5px;
  font-size: 0.9em;
}
.basket-category-name {
  font-weight: bold;
  font-size: 1.2em;
  /*border-top: 1px dotted #444;
  border-bottom: 1px dotted #444;*/
  background-color: #444;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 4px;
}
.basket-extras {
  color: #444;
  font-size: 0.9em;
  padding: 0 0 5px 0;
}
/* #main-navigation .nav-link {
    font-weight: 500;
} */
.menu-allergens-button {
  background-color: transparent;
  color: lightblue;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.menu-allergens-button.highlight {
  color: red;
}
.menu-allergens {
  font-weight: normal;
  display: none;
}
.icon-small {
    height: 20px;
    width: 28px;
    margin: 0;
	  padding: 0;
    border: 1px solid #CCC;
}
.language, .language:hover {
  text-decoration: none;
  color: black;
  text-decoration: none;
}
#allergensModalBody {
  font-size: 0.9em;
}
#basketMobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: black;
  color: #FFF;
}
#basket-mobile-button {
  /*background-color: green;*/
  padding: 10px;
  border-radius: 10px;
  max-width: 80px;
  margin: 0 auto;
  border: 1px solid #DDD;
}
#basket-mobile-button:hover {
  cursor: pointer;
}
#backet-mobile-info {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  z-index: 9;
  top: -10px;
  /* right: -10px; */
  margin: 0 50px;
  border: 2px solid white;
  background-color: #c42c2c;
  padding: 2px 5px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  border-radius: 25%;
  width: 40px;
}
#home-weather-icon {
  position: absolute;
  z-index: 9;
  top: 50px;
  /* margin: 0 50px; */
}
#home-weather-temp {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
#mobile-spacer {
  height: 80px;
}
@media (min-width: 992px) {
  #mobile-spacer {
    height: 40px;
  }
  #basketMobile {
    display: none;
  }
}
.anton {
  font-family: 'Anton', sans-serif;
  font-display: auto;
}

@media (max-width: 991px) {
  .modal {
    top: 6%;
  }
  .nav-link.first {
    margin-top: 10px;
  }
  .nav-link {
    font-size: 1.2em;
    border-top: 1px solid #444;
    text-align: center;
    padding: 12px 5px;
  }
  .dropdown-item {
    font-size: 1.2em;
    text-align: left;
    padding: 2px 5px;
  }
}

.dropdown-toggle::after {
    display:none;
}
