@import url("https://fonts.googleapis.com/css?family=Kalam:400,700&subset=latin-ext");
.color-primary {
  color: #f05624 !important; }

.color-secondary {
  color: #383846 !important; }

.color-green {
  color: #1ea50d !important; }

.color-red {
  color: #ff2020 !important; }

.color-gray {
  color: #d4d4d4 !important; }

.color-white {
  color: #fff !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kalam", cursive;
  color: #000000;
  font-weight: bold; }
  @media (max-width: 575.98px) {
    h1 .text-muted,
    h2 .text-muted,
    h3 .text-muted,
    h4 .text-muted,
    h5 .text-muted,
    h6 .text-muted {
      display: none; } }

a,
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

.btn {
  margin: 1px; }

@media (max-width: 575.98px) {
  .btn-xs-block {
    width: 100%; }

  .btn-xs-wrap {
    white-space: normal; } }
input[type="text"].input-validation-error,
textarea.input-validation-error {
  border-color: #ff2020; }

.field-validation-error {
  color: #ff2020;
  font-weight: bold; }

.not-clickable {
  pointer-events: none;
  cursor: default; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: url(../../../Content/Default/Images/loading.gif) rgba(255, 255, 255, 0.7) center center no-repeat; }

.navbar-main {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .navbar-main a {
    color: #fff; }
  .navbar-main ul.navbar-nav li {
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold; }
  .navbar-main ul.navbar-nav a {
    transition: all 0.5s; }
    .navbar-main ul.navbar-nav a:hover {
      color: #f05624; }
  .navbar-main .navbar-toggler-icon {
    color: #fff; }

.profile-menu a.active {
  background-color: #f05624;
  border-color: #f05624; }

footer {
  margin-top: 3rem;
  background-image: url(../../../Content/Default/Images/background.jpg);
  background-size: cover;
  background-position: center bottom; }
  footer .footer-area-content {
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    footer .footer-area-content .hr-top {
      position: absolute;
      top: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-top-white.png");
      background-position: top;
      background-repeat: repeat-x; }
    footer .footer-area-content p {
      color: #fff; }

.alert-main-box {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10009;
  text-align: center; }
  .alert-main-box .alert {
    margin: 0 auto 0 auto;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px #000; }

.info-orger-only-for-loggedin {
  margin-top: 0.5rem;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background-color: rgba(240, 86, 36, 0.05);
  border: 1px solid #f05624;
  color: #f05624;
  border-radius: 4px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly; }
  .info-orger-only-for-loggedin .icon {
    font-size: 4rem;
    text-align: center; }
  .info-orger-only-for-loggedin .message {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575.98px) {
      .info-orger-only-for-loggedin .message a {
        display: none; } }

.start-area {
  background-image: url(../../../Content/Default/Images/background.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 667px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .start-area {
      min-height: 900px; } }
  @media (min-width: 1200px) {
    .start-area {
      min-height: 900px; } }
  .start-area .start-area-content {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(11%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 100vh;
    min-height: 667px;
    max-height: 1300px;
    padding-top: 10vh;
    position: relative; }
    @media (max-width: 575.98px) {
      .start-area .start-area-content {
        padding-top: 15vh; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .start-area .start-area-content {
        min-height: 900px; } }
    @media (min-width: 1200px) {
      .start-area .start-area-content {
        min-height: 900px; } }
    .start-area .start-area-content .hr-bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-bottom-white.png");
      background-position: bottom;
      background-repeat: repeat-x; }
    .start-area .start-area-content .main-logo {
      width: 100%;
      max-width: 300px;
      max-height: 300px;
      margin: 0 auto 0 auto;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .start-area .start-area-content .main-logo {
          width: 250px;
          height: 250px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .start-area .start-area-content .main-logo {
          width: 250px;
          height: 250px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .start-area .start-area-content .main-logo {
          width: 150px;
          height: 150px; } }
      @media (max-width: 575.98px) {
        .start-area .start-area-content .main-logo {
          width: 120px;
          height: 120px; } }
    .start-area .start-area-content h1 {
      text-align: center;
      font-size: 4rem;
      color: #ff7345;
      margin-top: 5vh;
      margin-bottom: 3vh;
      text-shadow: 0 0 30px #383838; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .start-area .start-area-content h1 {
          font-size: 2rem;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .start-area .start-area-content h1 {
          font-size: 2rem;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .start-area .start-area-content h1 {
          font-size: 2rem;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
      @media (max-width: 575.98px) {
        .start-area .start-area-content h1 {
          font-size: 1.3rem;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
    .start-area .start-area-content h2 {
      text-align: center;
      font-size: 1rem;
      color: #ffffff;
      font-family: Arial, sans-serif; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .start-area .start-area-content h2 {
          font-size: 1rem;
          margin-top: 0;
          margin-bottom: 1rem; } }
    .start-area .start-area-content .buttons-area {
      text-align: center; }
      .start-area .start-area-content .buttons-area .btn {
        font-weight: bold;
        margin: 1px auto 1px auto;
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
        margin-top: 1vh;
        transition: all 0.5s;
        margin-left: 0.5rem;
        margin-right: 0.5rem; }
        .start-area .start-area-content .buttons-area .btn.btn-show-menu {
          color: #fff;
          border-color: #ff2020;
          background-color: #ff2020;
          box-shadow: 0 0 0 0.3rem rgba(255, 32, 32, 0.5); }
          .start-area .start-area-content .buttons-area .btn.btn-show-menu:hover {
            color: #363636;
            border-color: #fff500;
            background-color: #fff500;
            box-shadow: 0 0 0 0.3rem rgba(255, 245, 0, 0.5); }
        .start-area .start-area-content .buttons-area .btn.btn-make-call {
          color: #fff;
          border-color: #ff2020;
          background-color: #ff0000;
          box-shadow: 0 0 0 0.3rem rgba(255, 32, 32, 0.5); }
          .start-area .start-area-content .buttons-area .btn.btn-make-call:hover {
            color: #363636;
            border-color: #fff500;
            background-color: #fff500;
            box-shadow: 0 0 0 0.3rem rgba(255, 245, 0, 0.5); }
        @media (max-width: 575.98px) {
          .start-area .start-area-content .buttons-area .btn {
            font-size: 1.2rem;
            padding: 0.3rem 1rem;
            border-radius: 0.2rem;
            width: 80%;
            margin: 0.5rem auto 0.5rem auto; } }
    .start-area .start-area-content .adress-area {
      max-width: 700px;
      margin-top: 4vh;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1em;
      padding-right: 1em;
      text-align: center; }
      @media (max-width: 575.98px) {
        .start-area .start-area-content .adress-area .open-time-description {
          font-size: 11px;
          line-height: 110%; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .start-area .start-area-content .adress-area .open-time-description {
          font-size: 11px;
          line-height: 110%; } }

.stop-area {
  background-image: url(../../../Content/Default/Images/background.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 667px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .stop-area {
      min-height: 900px; } }
  @media (min-width: 1200px) {
    .stop-area {
      min-height: 900px; } }
  .stop-area .stop-area-content {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(11%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 100vh;
    min-height: 667px;
    max-height: 1300px;
    padding-top: 10vh;
    position: relative; }
    @media (max-width: 575.98px) {
      .stop-area .stop-area-content {
        padding-top: 15vh; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .stop-area .stop-area-content {
        min-height: 900px; } }
    @media (min-width: 1200px) {
      .stop-area .stop-area-content {
        min-height: 900px; } }
    .stop-area .stop-area-content .main-logo {
      width: 100%;
      max-width: 300px;
      max-height: 300px;
      margin: 0 auto 0 auto;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .stop-area .stop-area-content .main-logo {
          width: 250px;
          height: 250px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .stop-area .stop-area-content .main-logo {
          width: 250px;
          height: 250px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .stop-area .stop-area-content .main-logo {
          width: 150px;
          height: 150px; } }
      @media (max-width: 575.98px) {
        .stop-area .stop-area-content .main-logo {
          width: 120px;
          height: 120px; } }
    .stop-area .stop-area-content h2 {
      text-align: center;
      font-size: 1rem;
      color: #ffffff;
      font-family: Arial, sans-serif; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .stop-area .stop-area-content h2 {
          font-size: 1rem;
          margin-top: 0;
          margin-bottom: 1rem; } }

.header-mini-area {
  background-image: url(../../../Content/Default/Images/background.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .header-mini-area .header-mini-content {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(11%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    padding-top: 60px;
    position: relative; }
    .header-mini-area .header-mini-content .hr-bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-bottom-white.png");
      background-position: bottom;
      background-repeat: repeat-x; }
    .header-mini-area .header-mini-content h1 {
      text-align: center;
      font-size: 4rem;
      color: #ff7345;
      margin-top: 2rem;
      margin-bottom: 3rem;
      text-shadow: 0 0 30px #383838; }
    @media (max-width: 575.98px) {
      .header-mini-area .header-mini-content h1 {
        font-size: 2rem; } }

.menu-day-seletor-area {
  margin-bottom: 1rem;
  paddin-bottom: 1rem; }
  .menu-day-seletor-area .meny-day-selector-days-list {
    border-bottom: 1px solid #d4d4d4; }
    .menu-day-seletor-area .meny-day-selector-days-list .button-day-select {
      display: inline-block;
      margin: 0.1rem 0.5rem 0 0.5rem;
      padding: 0.5rem;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: #f4f4f4;
      transition: all 0.5s; }
      .menu-day-seletor-area .meny-day-selector-days-list .button-day-select:hover {
        background-color: #ffe200; }
      .menu-day-seletor-area .meny-day-selector-days-list .button-day-select.button-day-select-selected {
        background-color: #f05624;
        color: #ffffff; }
  .menu-day-seletor-area .menu-day-selected-info {
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .menu-day-seletor-area .menu-day-selected-info .menu-day-selected-info-date span {
      font-weight: bold; }
    .menu-day-seletor-area .menu-day-selected-info .menu-day-selected-info-hours span {
      font-weight: bold; }
    .menu-day-seletor-area .menu-day-selected-info .menu-day-selected-info-description {
      color: #434343; }

.menu-area {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .menu-area .menu-area-content .navbar-toggler {
    color: #fff;
    background-color: #f05624;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    border-radius: 0.2rem;
    font-weight: bold; }
  .menu-area .menu-area-content .menu-area-header h1 {
    text-align: center; }
  .menu-area .menu-area-content .menu-categories-area {
    position: relative;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.7); }
    .menu-area .menu-area-content .menu-categories-area ul.menu-categories {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .menu-area .menu-area-content .menu-categories-area ul.menu-categories li {
        display: inline-block;
        box-sizing: border-box; }
        .menu-area .menu-area-content .menu-categories-area ul.menu-categories li button,
        .menu-area .menu-area-content .menu-categories-area ul.menu-categories li a {
          display: block;
          padding: 0.4rem;
          background-color: #d4d4d4;
          border-radius: 3px;
          transition: all 0.5s;
          box-sizing: border-box;
          margin: 0.3rem;
          border: 0;
          cursor: pointer; }
          .menu-area .menu-area-content .menu-categories-area ul.menu-categories li button:hover,
          .menu-area .menu-area-content .menu-categories-area ul.menu-categories li a:hover {
            background-color: #fff500; }
          .menu-area .menu-area-content .menu-categories-area ul.menu-categories li button.active,
          .menu-area .menu-area-content .menu-categories-area ul.menu-categories li a.active {
            background-color: #ff2020; }
    .menu-area .menu-area-content .menu-categories-area.fixed-top-menu-categories {
      position: fixed;
      top: 56px;
      left: 0;
      right: 20%;
      z-index: 200;
      background-color: rgba(0, 0, 0, 0.7); }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .menu-area .menu-area-content .menu-categories-area.fixed-top-menu-categories {
          top: 100px;
          left: 0;
          right: 0; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .menu-area .menu-area-content .menu-categories-area.fixed-top-menu-categories {
          top: 100px;
          left: 0;
          right: 0; } }
      @media (max-width: 575.98px) {
        .menu-area .menu-area-content .menu-categories-area.fixed-top-menu-categories {
          top: 100px;
          left: 0;
          right: 0; } }
  .menu-area .menu-area-content .fixed-top-menu-basket {
    position: fixed;
    top: 56px;
    left: 80%;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .menu-area .menu-area-content .fixed-top-menu-basket {
        top: 56px;
        left: 0;
        right: 0; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .menu-area .menu-area-content .fixed-top-menu-basket {
        top: 56px;
        left: 0;
        right: 0; } }
    @media (max-width: 575.98px) {
      .menu-area .menu-area-content .fixed-top-menu-basket {
        top: 56px;
        left: 0;
        right: 0; } }
  .menu-area .menu-area-content .menu-basket {
    box-sizing: border-box;
    padding-top: 0.3rem;
    padding-bottom: 0.43rem; }
    .menu-area .menu-area-content .menu-basket .menu-basket-buttons button {
      font-weight: bold; }
    .menu-area .menu-area-content .menu-basket .menu-basket-buttons a {
      white-space: nowrap; }
    .menu-area .menu-area-content .menu-basket .menu-basket-info .menu-basket-title {
      font-weight: bold;
      text-align: center; }
    .menu-area .menu-area-content .menu-basket .menu-basket-title {
      font-size: 1.1rem;
      font-weight: bold;
      text-align: center;
      padding-bottom: 0.3rem;
      margin-bottom: 0.3rem;
      border-bottom: 1px solid #383846; }
    .menu-area .menu-area-content .menu-basket .menu-basket-products {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; }
      .menu-area .menu-area-content .menu-basket .menu-basket-products .menu-basket-product {
        border-bottom: 1px dashed #383846; }
        .menu-area .menu-area-content .menu-basket .menu-basket-products .menu-basket-product .menu-basket-product-price {
          text-align: right; }
    .menu-area .menu-area-content .menu-basket .menu-basket-summary {
      text-align: right;
      color: #f05624;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .menu-area .menu-area-content .menu-basket .menu-basket-actions {
      text-align: right;
      margin-top: 0.1rem;
      margin-bottom: 0.3rem; }
      .menu-area .menu-area-content .menu-basket .menu-basket-actions .btn-basket-option-showmore {
        padding: 0.2rem 0.35rem;
        font-size: 0.675rem;
        line-height: 1.3;
        border-radius: 0.2rem;
        border-color: #fff500;
        background-color: #fff500; }
      .menu-area .menu-area-content .menu-basket .menu-basket-actions .btn-basket-option-order {
        padding: 0.2rem 0.35rem;
        font-size: 0.675rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 1.3;
        border-radius: 0.2rem;
        border-color: #f05624;
        background-color: #f05624; }
  .menu-area .menu-area-content .menu-area-products .menu-area-category-name {
    font-size: 3rem;
    font-family: "Kalam", cursive;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d4d4d4; }
  .menu-area .menu-area-content .menu-area-products .menu-product {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #d4d4d4;
    overflow: hidden; }
    .menu-area .menu-area-content .menu-area-products .menu-product .quantity {
      margin: 10px 0;
      width: 102.23px;
      gap: 1px; }
      .menu-area .menu-area-content .menu-area-products .menu-product .quantity input.form-control {
        height: auto;
        padding: 0;
        text-align: center; }
        .menu-area .menu-area-content .menu-area-products .menu-product .quantity input.form-control::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
          -moz-appearance: textfield; }
      .menu-area .menu-area-content .menu-area-products .menu-product .quantity .remove, .menu-area .menu-area-content .menu-area-products .menu-product .quantity .add {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
        border: 0;
        display: inline-block;
        cursor: pointer;
        width: 30px; }
        .menu-area .menu-area-content .menu-area-products .menu-product .quantity .remove[disabled], .menu-area .menu-area-content .menu-area-products .menu-product .quantity .add[disabled] {
          opacity: 0.6;
          pointer-events: none; }
      .menu-area .menu-area-content .menu-area-products .menu-product .quantity .remove {
        background-color: #ff2020;
        color: #ffffff; }
        .menu-area .menu-area-content .menu-area-products .menu-product .quantity .remove:hover {
          background-color: #ec0000; }
      .menu-area .menu-area-content .menu-area-products .menu-product .quantity .add {
        background-color: #1ea50d;
        color: #ffffff; }
        .menu-area .menu-area-content .menu-area-products .menu-product .quantity .add:hover {
          background-color: #157609; }
    .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-image {
      float: left;
      margin-right: 1rem;
      width: 100px;
      height: 100px;
      border: 7px solid #d4d4d4;
      border-radius: 50%;
      background-size: cover; }
    .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info {
      overflow: hidden; }
      .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-title {
        float: left;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 0.2rem; }
      .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-price {
        float: right;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 0.2rem;
        color: #f05624; }
      .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-description {
        clear: both;
        font-size: 0.9rem;
        line-height: 1.1rem;
        padding-left: 0.3rem;
        margin-bottom: 0.5rem;
        color: #a1a1a1; }
      .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-actions {
        text-align: right; }
        .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-actions .btn-product-add {
          padding: 0.25rem 0.5rem;
          font-size: 0.875rem;
          line-height: 1.5;
          border-radius: 0.2rem;
          border: 0;
          border-color: #1ea50d;
          background-color: #1ea50d;
          color: #ffffff;
          display: inline-block;
          cursor: pointer; }
          .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-actions .btn-product-add.disabled {
            opacity: 0.8;
            pointer-events: none; }
        .menu-area .menu-area-content .menu-area-products .menu-product .menu-product-info .menu-product-actions .btn-product-choose {
          padding: 0.25rem 0.5rem;
          font-size: 0.875rem;
          line-height: 1.5;
          border-radius: 0.2rem;
          border: 0;
          border-color: #f05624;
          background-color: #f05624;
          color: #ffffff;
          display: inline-block;
          cursor: pointer; }

.restaurant-area {
  background-image: url(../../../Content/Default/Images/background.jpg);
  background-size: cover; }
  .restaurant-area .restaurant-area-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    padding-bottom: 3rem;
    padding-top: 3rem; }
    .restaurant-area .restaurant-area-content .hr-top {
      position: absolute;
      top: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-top-white.png");
      background-position: top;
      background-repeat: repeat-x; }
    .restaurant-area .restaurant-area-content .hr-bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-bottom-white.png");
      background-position: bottom;
      background-repeat: repeat-x; }
    .restaurant-area .restaurant-area-content h1 {
      font-size: 3rem;
      color: #ff7345;
      margin-top: 0;
      margin-bottom: 2rem;
      text-shadow: 0 0 30px #383838; }
    .restaurant-area .restaurant-area-content p {
      color: #ffffff; }

.contact-area .contact-area-content {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .contact-area .contact-area-content h1, .contact-area .contact-area-content h4 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #f05624;
    text-align: center; }
  .contact-area .contact-area-content h4 {
    margin-bottom: 3rem; }

.order-table-area {
  margin-top: 2rem; }
  .order-table-area .order-table-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-table-area .order-table-area-content h2 small {
      font-weight: normal; }
  .order-table-area .order-table-area-content .order-table-product-header {
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold; }
  .order-table-area .order-table-area-content .order-table-product-selected-date {
    font-weight: bold; }
    .order-table-area .order-table-area-content .order-table-product-selected-date span {
      color: red; }
  .order-table-area .order-table-area-content .order-table-product-row {
    border-bottom: 1px dotted #d4d4d4;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-image {
      float: left;
      margin-right: 1rem; }
      .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-image img {
        width: 100px;
        height: 100px;
        border: 7px solid #d4d4d4;
        border-radius: 50%; }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem; }
      @media (max-width: 575.98px) {
        .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-title {
          text-align: center; } }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-description {
      font-size: 0.9rem;
      line-height: 1.1rem;
      color: #a1a1a1; }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product .order-table-product-changes {
      font-size: 0.9rem;
      line-height: 1.1rem;
      margin-top: 0.5rem;
      color: #555555; }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product-price {
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right; }
    .order-table-area .order-table-area-content .order-table-product-row .order-table-product-status {
      text-align: right; }
      @media (max-width: 575.98px) {
        .order-table-area .order-table-area-content .order-table-product-row .order-table-product-status {
          text-align: cemter; } }
  .order-table-area .order-table-area-content .order-table-info-row {
    border-bottom: 1px dotted #d4d4d4;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-table-area .order-table-area-content .order-table-info-row .order-table-info-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem; }
    .order-table-area .order-table-area-content .order-table-info-row .order-table-info-price {
      float: right;
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right; }
    .order-table-area .order-table-area-content .order-table-info-row .order-table-info-address {
      float: left; }
      .order-table-area .order-table-area-content .order-table-info-row .order-table-info-address a {
        font-size: 0.8rem;
        text-decoration: underline; }
  .order-table-area .order-table-area-content .order-table-minorder-row {
    color: #d4d4d4;
    font-size: 1rem;
    text-align: right; }
  .order-table-area .order-table-area-content .order-table-summary-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .order-table-area .order-table-area-content .order-table-summary-row .order-table-summary-title {
      font-size: 1rem; }
    .order-table-area .order-table-area-content .order-table-summary-row .order-table-summary-price {
      font-size: 1rem;
      text-align: right; }
  .order-table-area .order-table-area-content .order-table-delivery-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .order-table-area .order-table-area-content .order-table-delivery-row .order-table-delivery-title {
      font-size: 1rem; }
    .order-table-area .order-table-area-content .order-table-delivery-row .order-table-delivery-price {
      font-size: 1rem;
      text-align: right; }
  .order-table-area .order-table-area-content .order-table-discount-code-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .order-table-area .order-table-area-content .order-table-discount-code-row .order-table-discount-code-title {
      font-size: 1rem; }
    .order-table-area .order-table-area-content .order-table-discount-code-row .order-table-discount-code-value {
      font-size: 1rem;
      text-align: right; }
  .order-table-area .order-table-area-content .order-table-summary-final-row {
    padding-top: 0rem;
    padding-bottom: 1rem; }
    .order-table-area .order-table-area-content .order-table-summary-final-row .order-table-summary-final-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem;
      color: #f05624; }
    .order-table-area .order-table-area-content .order-table-summary-final-row .order-table-summary-final-price {
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right;
      color: #f05624; }
  .order-table-area .order-table-area-content .btn-change-order {
    background-color: #383846;
    border-color: #383846;
    color: #ffffff; }
  .order-table-area .order-table-area-content .btn-add-discount-code {
    background-color: #383846;
    border-color: #383846;
    color: #ffffff; }

.order-totable-table-area {
  margin-top: 2rem; }
  .order-totable-table-area .order-totable-table-area-content h4 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #f05624; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row {
    border-bottom: 1px dotted #d4d4d4;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row .order-totable-table-product .order-totable-table-product-title {
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 110%;
      text-align: center; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row .order-totable-table-product .order-totable-table-product-status {
      font-size: 0.8rem;
      font-weight: bold;
      margin-bottom: 0.2rem;
      text-align: center;
      color: #1ea50d; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row .order-totable-table-product .order-totable-table-product-changes {
      font-size: 0.9rem;
      line-height: 1.1rem;
      margin-top: 0.5rem;
      color: #555555;
      text-align: center; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row .order-totable-table-product-price {
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row-old .order-totable-table-product .order-totable-table-product-title,
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row-old .order-totable-table-product .order-totable-table-product-changes {
    color: #d4d4d4; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row-old .order-totable-table-product .order-totable-table-product-status {
    color: #f05624; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-product-row-old .order-totable-table-product-price {
    color: #d4d4d4; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row {
    border-bottom: 1px dotted #d4d4d4;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-price {
      float: right;
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-address {
      float: left; }
      .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-address a {
        font-size: 0.8rem;
        text-decoration: underline; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-price-actions {
      text-align: right; }
      .order-totable-table-area .order-totable-table-area-content .order-totable-table-info-row .order-totable-table-info-price-actions .btn {
        background-color: #ffe200;
        border-color: #ffe200;
        color: #000; }
  .order-totable-table-area .order-totable-table-area-content .order-totable-table-summary-row {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-summary-row .order-totable-table-summary-title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem;
      color: #f05624; }
    .order-totable-table-area .order-totable-table-area-content .order-totable-table-summary-row .order-totable-table-summary-price {
      font-weight: bold;
      font-size: 1.3rem;
      text-align: right;
      color: #f05624; }
  .order-totable-table-area .order-totable-table-area-content .btn-change-order {
    background-color: #383846;
    border-color: #383846;
    color: #ffffff; }
  .order-totable-table-area .order-totable-table-area-content .btn-add-discount-code {
    background-color: #383846;
    border-color: #383846;
    color: #ffffff; }

.order-comment-area {
  margin-top: 3rem; }
  .order-comment-area .order-comment-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-comment-area .order-comment-area-content h2 small {
      font-weight: normal; }

.order-deivery-area {
  margin-top: 3rem; }
  .order-deivery-area .order-deivery-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-deivery-area .order-deivery-area-content h2 small {
      font-weight: normal; }
  .order-deivery-area .order-deivery-area-content .order-table-info-price-actions {
    text-align: right; }
    .order-deivery-area .order-deivery-area-content .order-table-info-price-actions .btn {
      background-color: #ffe200;
      border-color: #ffe200;
      color: #000; }

.order-user-data-area {
  margin-top: 3rem; }
  .order-user-data-area .order-user-data-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-user-data-area .order-user-data-area-content h2 small {
      font-weight: normal; }

.order-payment-delivery-area {
  margin-top: 3rem; }
  .order-payment-delivery-area .order-payment-delivery-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-payment-delivery-area .order-payment-delivery-area-content h2 small {
      font-weight: normal; }

.order-tip-area {
  margin-top: 3rem; }
  .order-tip-area .order-tip-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-tip-area .order-tip-area-content h2 small {
      font-weight: normal; }
  .order-tip-area .order-tip-area-content .order-tip-form .order-tip-buttons {
    display: inline-block; }
    .order-tip-area .order-tip-area-content .order-tip-form .order-tip-buttons .order-tip-button-percent {
      border: 1px solid #f05624;
      background-color: transparent;
      color: #f05624;
      padding: 0.5rem 0.7rem 0.5rem 0.7rem;
      border-radius: 0.25rem;
      min-width: 6rem;
      cursor: pointer; }
      .order-tip-area .order-tip-area-content .order-tip-form .order-tip-buttons .order-tip-button-percent:hover {
        background-color: #f05624;
        color: #ffffff; }
  .order-tip-area .order-tip-area-content .order-tip-form .order-tip-value {
    display: inline-block; }
    .order-tip-area .order-tip-area-content .order-tip-form .order-tip-value .order-tip-value-input {
      text-align: right;
      display: inline-block;
      width: 6em; }
    .order-tip-area .order-tip-area-content .order-tip-form .order-tip-value .order-tip-value-currency {
      display: inline-block; }

.order-confirm-area {
  margin-top: 3rem; }
  .order-confirm-area .order-confirm-area-content h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4; }
    .order-confirm-area .order-confirm-area-content h2 small {
      font-weight: normal; }
  .order-confirm-area .order-confirm-area-content .order-confirm-final-price {
    color: #f05624;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center; }
  .order-confirm-area .order-confirm-area-content .order-confirm-waiting-time {
    text-align: center;
    font-weight: bold; }
  .order-confirm-area .order-confirm-area-content .order-confirm-open-hours-selected-date {
    text-align: center;
    font-weight: bold; }
    .order-confirm-area .order-confirm-area-content .order-confirm-open-hours-selected-date span {
      color: #ff2020; }

.order-confirmed-text-area .text-container {
  padding: 2rem;
  text-align: center; }
  .order-confirmed-text-area .text-container.success {
    border: 1px solid #1ea50d;
    background-color: rgba(30, 165, 13, 0.4);
    color: black; }
  .order-confirmed-text-area .text-container.info {
    border: 1px solid #0d76a7;
    background-color: rgba(13, 118, 167, 0.4);
    color: black; }

.order-canceled-text-area .text-container {
  border: 1px solid #ff2020;
  padding: 2rem;
  background-color: rgba(255, 32, 32, 0.4);
  text-align: center;
  color: #200000; }

.order-details-area .text-container {
  border: 1px solid #d4d4d4;
  padding: 2rem;
  background-color: rgba(212, 212, 212, 0.4);
  color: #555555; }

.profile-area {
  margin-top: 3rem; }
  .profile-area .profile-area-content .points-box {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #f05624;
    font-weight: bold;
    font-size: 2rem;
    color: #f05624;
    margin-bottom: 1rem;
    text-align: center; }
  .profile-area .profile-area-content .profile-index-menu .menu-box {
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 1rem;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
    .profile-area .profile-area-content .profile-index-menu .menu-box .icon {
      font-size: 5rem; }
    .profile-area .profile-area-content .profile-index-menu .menu-box .text {
      font-size: 1.1rem;
      font-weight: bold;
      line-height: 100%; }
  .profile-area .profile-area-content .profile-order-list .profile-order-list-row {
    line-height: 1.2em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d4d4d4; }
    .profile-area .profile-area-content .profile-order-list .profile-order-list-row .price {
      font-weight: bold;
      vertical-align: middle; }
    .profile-area .profile-area-content .profile-order-list .profile-order-list-row .options {
      text-align: right; }
      .profile-area .profile-area-content .profile-order-list .profile-order-list-row .options button {
        padding: 0.25rem 0.5rem;
        font-size: 0.675rem;
        border-radius: 0.2rem; }
    .profile-area .profile-area-content .profile-order-list .profile-order-list-row:hover {
      background-color: whitesmoke; }
  .profile-area .profile-area-content .profile-address-list .profile-address-list-row {
    line-height: 1.2em;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d4d4d4; }
    .profile-area .profile-area-content .profile-address-list .profile-address-list-row .address {
      vertical-align: middle; }
    .profile-area .profile-area-content .profile-address-list .profile-address-list-row .comment {
      font-size: 0.8em;
      vertical-align: middle; }
    .profile-area .profile-area-content .profile-address-list .profile-address-list-row .options {
      text-align: right; }
      .profile-area .profile-area-content .profile-address-list .profile-address-list-row .options button {
        padding: 0.25rem 0.5rem;
        font-size: 0.675rem;
        border-radius: 0.2rem; }
    .profile-area .profile-area-content .profile-address-list .profile-address-list-row:hover {
      background-color: whitesmoke; }

.header-totable-area {
  background-image: url(../Images/background.jpg);
  background-size: cover;
  width: 100%;
  height: 10vh;
  overflow: hidden; }
  .header-totable-area .header-totable-area-content {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(11%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 11%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    height: 10vh;
    position: relative; }
    .header-totable-area .header-totable-area-content .hr-bottom {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 7px;
      background-image: url("../Images/hr-bottom-white.png");
      background-position: bottom;
      background-repeat: repeat-x; }
    .header-totable-area .header-totable-area-content .logo {
      display: none; }
    .header-totable-area .header-totable-area-content h1 {
      color: #ffffff;
      text-align: center;
      font-size: 1.7rem;
      margin-bottom: 0;
      margin-top: 10px; }
    .header-totable-area .header-totable-area-content .menu-button {
      color: #fff;
      font-size: 1.7rem;
      margin-top: 5px; }
    .header-totable-area .header-totable-area-content .basket-button {
      color: #fff;
      font-size: 1.7rem;
      margin-top: 5px; }
    .header-totable-area .header-totable-area-content .header-flex {
      display: flex !important; }
      .header-totable-area .header-totable-area-content .header-flex h1 {
        width: 100% !important; }
  .header-totable-area.header-totable-big {
    height: 40vh; }
    .header-totable-area.header-totable-big .header-totable-area-content {
      height: 40vh; }
      .header-totable-area.header-totable-big .header-totable-area-content .logo {
        height: 20vh;
        margin-top: 5vh;
        margin-left: auto;
        margin-right: auto;
        display: block; }
    .header-totable-area.header-totable-big h1 {
      text-align: center;
      font-size: 2.3rem; }

.type-selection-totable-area {
  margin-top: 1rem; }
  .type-selection-totable-area .type-selection-totable-area-content .type-selection-totable-title {
    font-weight: bold;
    color: #f05624;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem; }
  .type-selection-totable-area .type-selection-totable-area-content .btn-type-selection-totable-new,
  .type-selection-totable-area .type-selection-totable-area-content .btn-type-selection-totable-return {
    color: #ffffff;
    background-color: #383846;
    border-color: #383846;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: block;
    margin-bottom: 8px; }
  .type-selection-totable-area .type-selection-totable-area-content .form-telephone-number-totable {
    margin-top: 1rem; }
    .type-selection-totable-area .type-selection-totable-area-content .form-telephone-number-totable .btn-type-selection-totable-next {
      display: block;
      color: #fff;
      background-color: #1ea50d;
      border-color: #1ea50d;
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5; }
    .type-selection-totable-area .type-selection-totable-area-content .form-telephone-number-totable .btn-type-selection-totable-back {
      display: block;
      color: #fff;
      background-color: #383846;
      border-color: #383846;
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5; }

.menu-totable-area .menu-totable-area-content .categories-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu-totable-area .menu-totable-area-content .categories-list li a {
    display: block;
    width: 100%;
    height: 100px;
    position: relative; }
    .menu-totable-area .menu-totable-area-content .categories-list li a .name {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      font-weight: 100;
      font-size: 1.5rem;
      line-height: 110%; }
    .menu-totable-area .menu-totable-area-content .categories-list li a.prepare-active {
      transition: 0.5s all; }
    .menu-totable-area .menu-totable-area-content .categories-list li a.active {
      height: 50px; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(n) a {
    background-color: #383846;
    color: #ffffff; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(n+1) a {
    background-color: #f05624;
    color: #ffffff; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(2n+1) a {
    background-color: #4f4f62;
    color: #ffffff; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(3n+1) a {
    background-color: #d33f0e;
    color: #ffffff; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(4n+1) a {
    background-color: #383846;
    color: #ffffff; }
  .menu-totable-area .menu-totable-area-content .categories-list li:nth-child(5n+1) a {
    background-color: #732208;
    color: #ffffff; }

.products-totable-area {
  overflow: hidden; }
  .products-totable-area .products-totable-area-content .product-totable {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #d4d4d4;
    width: 100%; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-image {
      width: 100%;
      margin-bottom: 0.5rem; }
      .products-totable-area .products-totable-area-content .product-totable .product-totable-image img {
        width: 125px;
        height: 125px;
        border: 4px solid #d4d4d4;
        border-radius: 50%;
        margin: auto;
        display: block; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-info .product-totable-title {
      float: left;
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-info .product-totable-price {
      float: right;
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 0.2rem;
      color: #f05624; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-info .product-totable-clear {
      clear: both; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-info .product-totable-description {
      font-size: 0.8rem;
      line-height: 1rem;
      color: #a1a1a1; }
    .products-totable-area .products-totable-area-content .product-totable .product-totable-info .product-totable-actions {
      margin-top: 1rem; }

.my-modal .modal-header .modal-title {
  font-family: Arial, sans-serif;
  font-weight: bold; }

.product-details-box .product-details-box-name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem; }
  @media (max-width: 575.98px) {
    .product-details-box .product-details-box-name {
      text-align: center;
      font-size: 1.4rem;
      margin-bottom: 0; } }
.product-details-box .product-details-box-price {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #f05624;
  text-align: right; }
  @media (max-width: 575.98px) {
    .product-details-box .product-details-box-price {
      text-align: center;
      font-size: 1.4rem; } }
.product-details-box .product-details-box-size-select {
  margin-bottom: 1rem;
  display: flex !important; }
  .product-details-box .product-details-box-size-select .btn-product-details-box-size-select {
    width: 100% !important; }
  .product-details-box .product-details-box-size-select .btn-product-details-box-size-select:not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #383846;
    border-color: #383846; }
    .product-details-box .product-details-box-size-select .btn-product-details-box-size-select:not(:disabled):not(.disabled):hover {
      background-color: #4f4f62;
      border-color: #4f4f62; }
    .product-details-box .product-details-box-size-select .btn-product-details-box-size-select:not(:disabled):not(.disabled).active {
      background-color: #f05624;
      border-color: #f05624; }
    .product-details-box .product-details-box-size-select .btn-product-details-box-size-select:not(:disabled):not(.disabled).focus {
      box-shadow: 0 0 0 0.2rem rgba(240, 86, 36, 0.5); }
  @media (max-width: 575.98px) {
    .product-details-box .product-details-box-size-select {
      display: block !important; }
      .product-details-box .product-details-box-size-select .btn-product-details-box-size-select {
        border-radius: 0.25rem !important; } }
@media (max-width: 575.98px) {
  .product-details-box .product-details-box-accordion .card .card-header {
    padding: 0.5rem 0 0.5rem 0; } }
.product-details-box .product-details-box-accordion .card .card-header button.btn-product-details-box-accordion-group {
  color: #383846;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: left;
  white-space: normal; }
.product-details-box .product-details-box-accordion .card .card-header.header-warning {
  border-color: #ff2020;
  color: #ff2020;
  border-width: 2px; }
  .product-details-box .product-details-box-accordion .card .card-header.header-warning button {
    color: #ff2020; }
.product-details-box .product-details-box-accordion .card .card-header .product-details-box-accordion-alert-min-amount-ingroup {
  font-size: 0.8em;
  font-weight: bold;
  width: 100%;
  text-align: left;
  color: #ff2020; }
.product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component {
  display: flex !important;
  width: 100%;
  margin-bottom: 10px; }
  .product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component .product-details-box-accordion-component-title {
    white-space: normal;
    color: #383846;
    background-color: transparent;
    background-image: none;
    border-color: #383846;
    flex: 1;
    cursor: default; }
  .product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component .product-details-box-accordion-component-plus {
    color: #1ea50d;
    background-color: transparent;
    background-image: none;
    border-color: #1ea50d;
    flex: 0; }
    .product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component .product-details-box-accordion-component-plus:disabled {
      color: #434343;
      border-color: #434343; }
  .product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component .product-details-box-accordion-component-minus {
    color: #ff2020;
    background-color: transparent;
    background-image: none;
    border-color: #ff2020;
    flex: 0; }
    .product-details-box .product-details-box-accordion .card .card-body .product-details-box-accordion-component .product-details-box-accordion-component-minus:disabled {
      color: #434343;
      border-color: #434343; }
.product-details-box .product-details-box-components-list .product-details-box-components-list-title {
  font-size: 0.8rem;
  font-weight: bold;
  color: #a1a1a1; }
.product-details-box .product-details-box-components-list .product-details-box-components-list-content {
  font-size: 0.8rem;
  color: #a1a1a1; }
@media (max-width: 575.98px) {
  .product-details-box .product-details-box-components-list {
    margin-bottom: 1rem; } }
.product-details-box .product-details-box-amount {
  float: right; }
  @media (max-width: 575.98px) {
    .product-details-box .product-details-box-amount {
      float: none; }
      .product-details-box .product-details-box-amount input {
        max-width: 100% !important; } }

.select-start-address-area {
  margin-top: 5rem; }
  .select-start-address-area h1 {
    text-align: center; }

@media (max-width: 575.98px) {
  .my-modal-product-details .modal-footer {
    display: block !important; }
    .my-modal-product-details .modal-footer button {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      text-align: center; }
      .my-modal-product-details .modal-footer button.my-modal-product-details-close-button {
        margin-bottom: 0.5rem; }
      .my-modal-product-details .modal-footer button.my-modal-product-details-save-button {
        font-size: 1.2rem;
        white-space: normal; } }

.my-modal-basket .my-modal-basket-content .my-modal-basket-product {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px dotted #d4d4d4; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product:first-child {
    border-top: 0 !important; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product .my-modal-basket-product-name {
    font-weight: bold;
    color: #000000;
    font-size: 1.2rem; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product .my-modal-basket-product-changes {
    font-size: 0.9rem;
    color: #555555; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product .my-modal-basket-product-description {
    font-size: 0.9rem;
    color: #555555; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product .my-modal-basket-product-amount {
    margin-top: 0.5rem; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product .my-modal-basket-product-price {
    font-weight: bold;
    margin-top: 0.4rem;
    font-size: 31px;
    line-height: 100%;
    text-align: right; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-minimum-order-value {
  text-align: right;
  color: #d4d4d4;
  font-size: 1rem; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-product-summary {
  border-top: 1px solid #f4f4f4;
  padding-top: 0.5rem; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product-summary .my-modal-basket-product-summary-name {
    text-align: right; }
  .my-modal-basket .my-modal-basket-content .my-modal-basket-product-summary .my-modal-basket-product-summary-price {
    text-align: right; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-product-delivery .my-modal-basket-product-delivery-name {
  text-align: right; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-product-delivery .my-modal-basket-product-delivery-price {
  text-align: right; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-add-for-free-delivery {
  text-align: right;
  font-weight: bold; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-discount-code-value {
  text-align: right; }
.my-modal-basket .my-modal-basket-content .my-modal-basket-summary-price {
  font-weight: bold;
  color: #f05624;
  font-size: 20px;
  text-align: right; }
@media (max-width: 575.98px) {
  .my-modal-basket .modal-footer {
    display: block !important; }
    .my-modal-basket .modal-footer .btn {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      text-align: center; }
      .my-modal-basket .modal-footer .btn.my-modal-basket-close-button {
        margin-bottom: 0.5rem; }
      .my-modal-basket .modal-footer .btn.my-modal-basket-save-button {
        font-size: 1.2rem;
        white-space: normal; }
      .my-modal-basket .modal-footer .btn.my-modal-basket-clead-button {
        font-size: 1.2rem;
        white-space: normal; } }
.my-modal-basket .modal-footer .my-modal-basket-summary {
  font-weight: bold;
  color: #f05624;
  font-size: 20px; }
  @media (max-width: 575.98px) {
    .my-modal-basket .modal-footer .my-modal-basket-summary {
      width: 100% !important;
      text-align: center; } }

.my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none; }
  .my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list li {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    clear: both;
    overflow: hidden; }
    .my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list li .name {
      font-weight: bold;
      float: left; }
      .my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list li .name .amount {
        font-weight: normal; }
    .my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list li .price {
      float: right; }
    .my-modal-profile-order-datails ul.my-modal-profile-order-datails-product-list li:last-of-type {
      border-bottom: none; }

.payment-new-window-start .text-area {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .payment-new-window-start .text-area h2 {
    text-align: center; }
  .payment-new-window-start .text-area .text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem; }
  .payment-new-window-start .text-area .buttons {
    text-align: center; }

.implementation-area {
  color: #fff;
  text-align: center; }
  .implementation-area .logo {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .implementation-area .logo img {
      max-height: 50px; }

#cookie-notification .accept-button {
  background-color: #28a645;
  color: white;
  border-radius: 0.25rem;
  border: none; }

.box-place-is-closed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150000;
  background-color: rgba(0, 0, 0, 0.6); }
  .box-place-is-closed .box-place-is-closed-area {
    max-width: 400px;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f05624;
    color: #ffffff;
    padding: 2rem;
    display: block;
    overflow: hidden; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      line-height: 16px;
      cursor: pointer; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-icon {
      text-align: center;
      font-size: 5rem; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-text-info {
      text-align: center;
      color: #ffffff !important;
      font-weight: bold;
      font-size: 3rem; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-text-hours {
      text-align: center; }
      .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-text-hours div {
        font-weight: bold;
        font-size: 1.2rem; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-text-more {
      text-align: center;
      font-size: 0.8rem;
      margin-top: 1rem; }
    .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-footer {
      margin-top: 1rem;
      text-align: center; }
      .box-place-is-closed .box-place-is-closed-area .box-place-is-closed-content .box-footer .btn-close {
        background-color: #f05624;
        color: #ffffff;
        border: 1px #ffffff solid; }

#modal-content img {
  max-width: 100%;
  object-fit: contain; }

.baner-modal .modal-dialog {
  max-width: 80%;
  margin: 10px auto;
  display: flex;
  justify-content: center; }
.baner-modal .modal-content {
  width: unset; }
.baner-modal .close {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1051;
  font-size: 40px;
  height: 40px;
  width: 40px;
  background-color: white; }

body.KioskModeOn .order-payment-delivery-area .form-check {
  font-size: 170%;
  margin-bottom: 1.2em;
  padding-left: 2.2rem; }
  body.KioskModeOn .order-payment-delivery-area .form-check .form-check-input {
    transform: scale(2);
    margin-left: -2rem;
    margin-top: 1rem; }

.box-call-for-weiter {
  position: fixed;
  bottom: 10vh;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.5rem;
  color: #fff; }
  .box-call-for-weiter .option {
    padding: 0.5rem;
    text-align: center; }
    .box-call-for-weiter .option .button .icon {
      font-size: 2rem; }
    .box-call-for-weiter .option .button .text {
      display: block; }

.my-modal-call-for-weiter .modal-body .button {
  display: block;
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem; }
  .my-modal-call-for-weiter .modal-body .button .icon {
    font-size: 3rem;
    color: #f05624; }
  .my-modal-call-for-weiter .modal-body .button .text {
    font-weight: bold; }

/*# sourceMappingURL=general.css.map */
