html {
  /*overflow-x: hidden;*/
  /*width: 100vw;*/
}

.ui-carousel-container {
  width: 400px;
}

.ui-carousel {
  margin-bottom: 10px !important;
}

@media (max-width: 400px) {
  .ui-carousel-container {
    width: 280px;
  }
}
@media (min-width: 560px) {
  .ui-carousel-container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .ui-carousel-container {
    width: 730px;
  }
}

.ui-carousel .carousel-btn {
  font-size: 30px !important;
}

.ng-toast .ng-toast__list {
  background-color: rgba(255, 255, 255, 0.6);
}

.extraZindex {
  z-index: 1000000;
}

#modifierContainer .radio,
#modifierContainer .checkbox {
  margin-top: 1px;
  margin-bottom: 1px;
}

.chooseMod {
  cursor: pointer;
  border-radius: 50%;
  /*background-color: #41b3d9; */
  background-color: #f27279;
}
.chooseMod:hover {
  background-color: #009344;
}

.rtlDirection {
  direction: rtl;
}

.buttonMoreRTL {
  float: none !important;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.rotated {
  transform: rotate(180deg);
}

.coffeeModDiv {
  cursor: pointer;
  height: 25px;
  width: inherit;
  /*background-color: #eee;*/
}
.coffeeModDivSelected {
  background-color: #eee;
}

.items-content-stand {
  min-height: 400px;
}

#tabsId .nav-tabs {
  border-bottom: 2px solid #ddd;
}

#tabsId .nav-tabs > li.active > a,
#tabsId .nav-tabs > li.active > a:focus,
#tabsId .nav-tabs > li.active > a:hover {
  border-width: 0;
}

#tabsId .nav-tabs > li > a {
  border: none;
  color: #666;
}
#tabsId .nav-tabs.nav-justified > li > a {
  margin-bottom: 0px;
}

#tabsId .nav-tabs > li.active > a,
#tabsId .nav-tabs > li > a:hover {
  border: none;
  color: #666 !important;
  background: transparent;
}
#tabsId .nav-tabs > li > a::after {
  content: "";
  background: #f27279;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

#tabsId .nav-tabs > li.active > a::after,
#tabsId .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

#tabsId .tab-nav > li > a::after {
  background: #ab5055 none repeat scroll 0% 0%;
  color: #fff;
}
#tabsId .tab-pane {
  padding: 15px 0;
}
#tabsId .tab-content {
  padding: 20px;
}

.stand-legend {
  font-family: "Ubuntu", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  /*margin: 0 auto; */
  /*max-width: 500px; */
  margin-top: -100px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.blinking {
  animation: blinkingText 2.8s infinite;
}
@keyframes blinkingText {
  0% {
    color: #fff;
  }
  49% {
    color: #fff;
  }
  75% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink-image {
  -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
  animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.menu-image img {
  width: 47px;
  margin-bottom: 6px;
}

.more-button {
  padding: 3px;
  border-bottom: 1px solid #f27279;
}

.remenuTab {
  display: inline-block;
  min-width: 10px;
  /*padding:10px 7px;*/
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}

.brightness {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.vertical-text {
  transform: rotate(-90deg);
  transform-origin: top 0;
  float: left;
  background-color: #eee;
  font-size: 17px;
  margin-left: -155px;
  margin-top: 200px;
  z-index: 10000;
  display: inline-block;
  position: absolute;
  left: 0px;
}

#veganIcons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: 0px auto;
}

.veganIconHolder {
  border-radius: 3px;
  padding: 1px;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

#veganIcons img,
#veganIconsFeatured img {
  height: 20px;
  width: auto;
  margin: 1px;
}

#veganIconsOneDish {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  padding-left: 40px;
}

#veganIconsOneDish img {
  height: 30px;
  width: auto;
  margin: 2px;
}

/* The Modal (background) Used in opening a dish image*/
.modalFullImage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-img {
  margin: auto;
  display: block;
  /*width: 90%;*/
  max-width: 90%;
  border-radius: 2px;
  box-shadow: 2px 2px 2px #111;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.closeFullImage {
  position: absolute;
  top: 40px;
  right: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  transition: 0.6s;
  z-index: 100;
}

.closeFullImage:hover,
.closeFullImage:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.modifier-select {
  display: inline-block;
  width: auto;
  padding: 3px;
}
.modifierContainer {
  width: 300px;
  margin-left: -70px;
}

.modifierRow {
  padding: 5px 10px;
  margin-top: 3px;
  text-align: left;
  background-color: #eee;
  border-radius: 2px;
}
.nav-tabs.nav-justified > li {
  font-size: 22px;
  vertical-align: bottom;
}

/* carousel */
#quote-carousel {
  padding: 0 10px 30px 10px;
  /*margin-top: 30px;*/
  text-align: center;
  min-height: 250px;
  font-size: 16px;
  /*background-color: rgba(255,255,255,0.2);*/
  font-family: "Ubuntu", sans-serif;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  /*  height:10px;
  width:10px;*/
  /*margin-bottom:1px;*/
}

#quote-carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0px 3px;
}
#quote-carousel p {
  font-style: italic;
}

.btn.btn-remenu {
  background-color: #f27279;
  color: white;
  border-color: #f27279;
}
.btn.btn-remenu:hover,
.btn.btn-remenu:active,
.btn.btn-remenu.active {
  background-color: #c75e63;
  border-color: #c75e63;
  color: white;
}

.view-wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.ng-toast {
  margin-top: 15%;
  font-size: 21px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  font-size: 40px;
  color: #999;
  text-shadow: 1px 1px 1px black;
  opacity: 1;
}

.welcomeDetails {
  border-radius: 2px;
  /*width: 360px; */
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  padding: 30px 0px 20px 0px;
}

.chooseLangText {
  /*border: 2px solid #fff; */
  border-radius: 2px;
  /*width: 320px; */
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
  padding: 4px 10px;
}

.chooseLangText-stand {
  /*border: 2px solid #fff; */
  border-radius: 2px;
  /*width: 320px; */
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-family: "Ubuntu", sans-serif;
  padding: 4px;
  font-weight: bold;
}

.chooseLangText span {
  top: 5px;
  left: 15px;
}

.menu-items-name {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: -0.3px;
}

.table-striped .minus,
.table-striped .plus {
  display: none;
}

.pos-table {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

/* Toggle Styles */

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 200px;
}

.sidebar-wrapperRTL {
  right: 200px;
  margin-right: -200px;
  left: unset !important;
  margin-left: unset !important;
}

.sidebar-wrapper {
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  z-index: 100000;
  position: fixed;
  left: 200px;
  width: 0;
  height: 100%;
  margin-left: -200px;
  overflow-y: auto;
  background: #f27279;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.95;
}

#wrapper.toggled #menu-toggle {
  display: none;
}

#wrapper.toggled #home-toggle {
  display: none;
}

#menu-toggle {
  font-size: 20pt;
  color: #555;
  vertical-align: sub;
}
#menu-toggle:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #999;
  cursor: pointer;
}

#home-toggle {
  /*bottom: 16px;*/
  /*position: absolute;*/
  font-size: 18pt;
  vertical-align: initial;
  color: #555;
}
#home-toggle:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #999;
  cursor: pointer;
}

#menu-close:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #999;
  cursor: pointer;
}
#menu-close {
  color: #fff;
  display: inline-block;
  font-size: 20pt;
  padding: 0;
  float: right;
  margin-right: 10px;
}
.menu-closeRTL {
  float: left !important;
  margin-left: 10px !important;
}

#wrapper.toggled #sidebar-wrapper {
  width: 200px;
}

#burger-menu-wrapper {
  width: auto;
  height: 60px;
  position: absolute;
  padding: 15px 10px;
  z-index: 1;
}

#wrapper.toggled #burger-menu-wrapper {
  position: absolute;
  margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  line-height: 50px;
  width: 200px;
  font-size: 18px;
}

.sidebar-nav li a {
  width: 200px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 85px;
  font-size: 22px;
  line-height: 65px;
}

.sidebar-nav > .sidebar-brand a {
  width: auto;
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.contact-form {
  color: #111;
  font-family: "Ubuntu", sans-serif;
  max-width: 360px;
  margin: 30px auto;
  font-size: 20px;
}
.contact-form-title {
  color: #fff;
}
.contact-form .select-box {
  height: 40px;
  font-size: 18px;
  border: 3px solid #ccc;
}
.contact-form input {
  width: 100%;
  height: 40px;
  font-size: 18px;
  border: 0;
  background-color: #eee;
  padding: 2px 20px;
  margin: 10px 0px;
}

.contact-form textarea {
  width: 100%;
  font-size: 18px;
  border: 0;
  background-color: #eee;
  padding: 12px 20px;
  margin: 10px 0px;
}

.capbox {
  color: #111;
  font-size: 17px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 120px;
  /*border: #B3E272 0px solid;*/
  /*border-width: 0px 12px 0px 0px;*/
  display: inline-block;
  /*padding: 8px 40px 8px 8px;*/
}

.capbox-inner {
  /*font: bold 11px arial, sans-serif;*/
  /*background-color: #DBF3BA;*/
  margin: 5px auto 0px auto;
  padding: 3px;
  border-radius: 2px;
}

#CaptchaDiv {
  font: bold 17px verdana, arial, sans-serif;
  font-style: italic;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 2px;
}

#CaptchaInput {
  margin: 0 auto;
  width: 115px;
}

#map,
#mapUser,
#mapUserNoAddress,
#mapNewAddress,
#mapNoAddress {
  height: 230px;
  width: 100%;
  margin: 0 auto;
}
.infoWindowContent {
  font-size: 14px !important;
  color: #111;
  padding-top: 10px;
}

.recipe-form {
  font-family: "Ubuntu", sans-serif;
  max-width: 420px;
  margin: 0 auto;
  /*height: 200px;*/
  font-size: 20px;
}
.choose-recipe {
  color: #444;
}
.recipe-form .select-box {
  height: 40px;
  font-size: 18px;
  border: 3px solid #ccc;
}
.recipe-form input {
  width: 100%;
  height: 38px;
  font-size: 18px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2px 20px;
  margin: 4px 0px;
  max-width: 380px;
  text-align: center;
  border-radius: 2px;
}
.recipe-form textarea {
  width: 100%;
  font-size: 18px;
  border: 0;
  color: #777;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2px 20px;
  margin: 4px 0px;
  max-width: 380px;
}

.nonSpecialPrice {
  text-decoration: line-through;
  text-decoration-color: #f27279;
  -webkit-text-decoration-color: #f27279;
  -moz-text-decoration-color: #f27279;
}
.specialPrice {
  color: #f27279;
}

.user-picture .img-responsive {
  margin: 0 auto;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #fff;
}
.hiddenDiv:nth-child(odd) {
  display: none;
}

.hiddenDiv:nth-child(even) {
  display: none;
}
.hiddenDiv:nth-child(1) {
  display: block;
}

.combo-image {
  content: url(../images/dailyspecials.png);
  width: 60px;
  height: auto;
}
.combo-image-selected {
  content: url(../images/dailyspecialsw.png);
  width: 60px;
  height: auto;
}

.combos-li:hover {
  background-color: #999;
}

.combos-li-selected {
  background-color: #999;
}

.menu-list {
  border-radius: 50%;
  width: 99px;
  height: 99px;
  margin-top: -2px;
  margin-left: -2px;
}

.total-wrapper {
  padding: 15px 0;
}

.ingredients {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #777;
  padding: 0px 10px;
  /*margin: 0px 10px 10px 10px;*/
}

.food-details {
  padding: 10px !important;
}

.green-arrow {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 1em solid transparent;
  border-top: 1em solid #449d44;
  left: 49%;
  margin-top: 73px;
  z-index: 999;
}

.our-menu {
  padding-bottom: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  color: inherit;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: #fff;
  font-size: 46px;
  line-height: 46px;
  z-index: 100000;
}

.dailydishes {
  background: #f27279;
  padding: 18px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
}

.dailyDishTitle {
  padding-top: 7px;
  font-size: 20px;
}

.dailyDishDescr {
  font-size: 17px;
  padding: 10px;
  color: #777;
  font-family: "Ubuntu", sans-serif;
}
.exitToTheMenu {
  background: #f27279;
  padding: 15px 25px;
  color: #fff;
  font-size: 13pt;
  font-family: "Ubuntu", sans-serif;
  border-radius: 2px;
  margin: 0 auto;
  cursor: pointer;
}

.modifierOkButton {
  background: #f27279;
  padding: 10px;
  color: #fff;
  font-size: 11pt;
  font-family: "Ubuntu", sans-serif;
  border-radius: 2px;
  margin: 0 auto;
  cursor: pointer;
}
.modifierExpandButton {
  background: #f27279;
  padding: 6px;
  left: 3px;
  color: #fff;
  font-size: 10pt;
  font-family: "Ubuntu", sans-serif;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.modifierCancelButton {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.logo {
  margin-top: 0;
}

.items-holder {
  -webkit-transition: display 500ms ease-out 1s;
  -moz-transition: display 500ms ease-out 1s;
  -o-transition: display 500ms ease-out 1s;
  transition: display 500ms ease-out 1s;
}

a.unstyledLink {
  color: #fff;
}
a.unstyledLink:hover,
a.unstyledLink:active,
a.unstyledLink:focus {
  text-decoration: none;
}
.arrowBorder {
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 3px;
}

.featuredNext {
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 9px;
  background-color: #009344;
  color: white;
  font-size: 18pt;
  float: right;
  margin-right: 30px;
  cursor: pointer;
  /*margin-top: -50px;*/
}
.featuredPrev {
  display: none;
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 9px;
  background-color: #009344;
  color: white;
  font-size: 18pt;
  float: left;
  margin-left: 30px;
  cursor: pointer;
  /*margin-top: -50px;*/
}

.featuredNextRTL {
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 9px;
  background-color: #009344;
  color: white;
  font-size: 18pt;
  float: left;
  margin-left: 30px;
  cursor: pointer;
  /*margin-top: -50px;*/
}
.featuredPrevRTL {
  display: none;
  border-radius: 100px;
  border: 2px solid #fff;
  padding: 9px;
  background-color: #009344;
  color: white;
  font-size: 18pt;
  float: right;
  margin-right: 30px;
  cursor: pointer;
  /*margin-top: -50px;*/
}

.whiteContainer {
  background-color: #fff !important;
}
.customContainer {
  background-color: #fff;
  height: 100vh;
}

.marginTop15 {
  margin-top: 10px;
}
.marginMore1 {
  margin: 4px 0px 15px 0px;
}
.marginMore2 {
  margin: 2px 0px 5px 0px;
}
.marginTop30 {
  margin-top: 30px;
}

.moodtitle {
  font-size: 26pt;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  color: #66ab78;
  margin: 35px 0 15px 0;
}
.moodtitle2 {
  font-size: 26pt;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  color: #fd8f3b;
  margin: 40px 0 15px 0;
}

.moodText {
  font-size: 18pt;
  margin-left: -65px;
  font-family: "Ubuntu", sans-serif;
  line-height: 24pt;
}

input[type="checkbox"] {
  /*visibility: hidden;*/
}
.checkboxModifier {
  width: 22px;
  height: 22px;
}
label.checkboxModifierLabel {
  cursor: pointer;
}

.checkboxModifierSpan {
  margin-left: 7px;
  vertical-align: sub;
  font-weight: normal;
  font-size: 0.87em;
}

.checkboxMoodAlign {
  float: right;
  margin-right: 65px;
}
.checkboxMoodModifier {
  float: left;
  margin-right: 30px;
}

.checkboxMood {
  width: 26px;
  height: 26px;
  background: #fff;
  border: 2px solid #333;
  /*margin: 0px auto;*/
  border-radius: 100%;
  position: relative;
}
.checkboxMood label {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;

  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  background: #fff;
}
.checkboxMood input[type="checkbox"]:checked + label {
  background: #66ab78;
}

.checkboxMood2 input[type="checkbox"]:checked + label {
  background: #fd8f3b;
}

.nav-first-section {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
}

.language-buttons {
  cursor: pointer;
  padding: 15px 0;
  width: 62px;
}
.language-buttons-stand {
  cursor: pointer;
  padding: 15px 0;
  width: 80px;
}

.bg-gray,
.bg-gray:hover,
.bg-gray:focus,
.bg-gray:active {
  background-color: #387038;
  cursor: not-allowed;
}

.my-order {
  width: 170px;
}

.order-btn {
  display: inline-block;
  width: 215px;
  height: 50px;
  top: 13px;
}

.order-btn a {
  position: relative;
}

.desktop-order-btn {
  position: fixed;
  right: 0px;
  z-index: 100;
  top: 0px;
  width: auto;
}

.cart-counter {
  margin-top: 0px;
  position: relative;
  right: 35px;
  top: 20px;
  width: 30px !important;
  height: 30px;
  font-size: 17px;
  line-height: 23px;
  font-family: "Ubuntu", sans-serif;
}

.cart-counter-modifier {
  display: none;
  margin-top: 0px;
  position: relative;
  right: 35px;
  top: 0px;
  width: 28px !important;
  height: 28px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Ubuntu", sans-serif;
  background: #f27279;
  color: #fff;
  border-radius: 50%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 3px;
  float: right;
}

.food-holder-desktop-view {
  border: 1px solid #eee;
  height: 310px;
  margin-bottom: 1px;
}

.promoted-holder-desktop-view {
  border: 1px solid #eee;
  height: 355px;
  overflow-x: hidden;
  margin-bottom: 1px;
}

.title-container {
  max-width: 350px;
  margin: 0 auto;
}

.title-container-full-row {
  max-width: 100%;
}

.detailsOfDish {
  color: #777;
  font-size: 11.6pt;
  /* padding: 3px; */
}

.detailsOfDish:hover,
.detailsOfDish:active,
.detailsOfDish:focus {
  text-decoration: none;
  color: #555;
}

.detailsOfDish-desktop-view {
  font-size: 9.5pt;
  color: #777;
  /* padding: 3px; */
}

.detailsOfDish-desktop-view:hover,
.detailsOfDish-desktop-view:active,
.detailsOfDish-desktop-view:focus {
  text-decoration: none;
  color: #555;
}

.detailsOfPrice {
  font-size: 12pt;
}

.food-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 16.5pt;
  padding-bottom: 6px;
  padding-top: 6px;
  line-height: 18pt;
}
.food-title a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.food-title a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.food-title-desktop-view {
  /* margin-top: -160px; */
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 13.6pt;
}

.promoted-title-desktop-view {
  margin-top: -192px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 14pt;
}

.food-image img {
  margin: 10px auto;
  width: 325px;
  height: auto;
}

.food-image-desktop-view img {
  margin: 0px auto;
  width: auto;
  height: 130px;
}

.food-image img.cat-img,
.food-image-desktop-view img.cat-img {
  width: auto;
  padding: 30px;
}

#featured img.cat-img {
  width: auto;
  padding: 30px 45% 30px;
}

.image-container {
  background-color: #fff;
  width: 325px;
  height: 175px;
  overflow: hidden;
  margin: 0 auto;
}
.image-container-desktop-view {
  background-color: #fff;
  width: unset;
  height: unset;
  overflow: hidden;
  margin: 25px auto 0px auto;
}
.order-item {
  width: 160px;
  margin: 0 auto;
}

.order-item-featured {
  width: 160px;
  margin: 0 auto;
}

.see-our-menu {
  border-bottom: 1px solid #bbbbbb;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  font-size: 22pt;
  font-family: "Ubuntu", sans-serif;
  text-shadow: 1px 1px 1px #333;
  width: 100%;
  position: relative;
}

.see-our-menu:after,
.see-our-menu:before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.see-our-menu:after {
  top: 60px;
  border-color: white transparent transparent transparent;
  border-width: 11px;
}

/* this border color controlls the outside, thin border */
.see-our-menu:before {
  top: 61px;
  border-color: #888 transparent transparent transparent;
  border-width: 11px;
}

.suggested-menu-price {
  padding: 50px 20px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.total-cost-delivery {
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  background-color: #449d44;
  margin-bottom: 5px;
  text-align: center;
  padding: 10px;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 1px;
}

.total-order-page {
  background-color: #fff;
  min-height: 100vh;
}

.total-cost {
  width: 50%;
  cursor: pointer;
}
.total-cost a {
  font-size: 14pt;
  padding: 50px 5px;
}
.localArticleTitle {
  letter-spacing: 0px;
  padding: 15px 0;
  font-size: 17pt;
  color: #333;
  font-family: "Ubuntu", sans-serif;
  max-width: 550px;
  text-align: center;
}
.localDescription {
  padding-top: 15px;
  font-size: 14pt;
  color: #333;
  font-family: "Ubuntu", sans-serif;
}
.local-products-wrapper {
  background-color: transparent;
  margin: 0 auto 200px auto;
  max-width: 600px;
  cursor: pointer;
}

.descr {
  padding: 20px;
}

.random-products-wrapper {
  min-height: 280px;
  padding: 20px 0;
  border-radius: 2px;
}
.arrow {
  left: 50%;
  transform: translate(-50%, -0%);
  margin-top: 58px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9; /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9; /* IE9 only */
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9; /* IE9 only */
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.fade-in.half {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.fade-in.five {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.fade-in.six {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#fb-share-button {
  background: #3b5998;
  border-radius: 3px;
  font-weight: 500;
  display: flex;
  height: 25px;
  width: 70px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 8px 4px;
}

#fb-share-button:hover {
  background: #213a6f;
}

#fb-share-button svg {
  width: 15px;
  height: auto;
  fill: white;
}

#fb-share-button span {
  color: white;
  font-size: 12px;
  margin-left: 5px;
}

.terms-link-container {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.terms-link {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-column {
  padding: 4px;
  flex-basis: 100%;
}

.flex-column.full {
  padding: 12px;
  background-color: #fff;
}

@media (min-width: 576px) {
  .flex-column {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .flex-column {
    flex-basis: 50%;
  }

  .flex-column.full {
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .flex-column {
    flex-basis: 33.33%;
  }

  .flex-column.full {
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .flex-column {
    flex-basis: 25%;
  }

  .flex-column.full {
    flex-basis: 100%;
  }
}

html{
  min-height: 100vh!important;
}