.select-dropdown-container {
  width: 230px;
  font-size: 15px;
  position: relative; }
  .select-dropdown-container.full-block {
    width: 100%; }
  .select-dropdown-container label {
    padding: 14px;
    background: #fff;
    border: 1px solid #E5E4DF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .select-dropdown-container label span {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); }
    .select-dropdown-container label i.fa {
      color: #bbb;
      font-weight: normal; }
  .select-dropdown-container .list {
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 2px #ddd;
            box-shadow: 2px 2px 2px #ddd;
    min-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 57px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    border-top: none; }
    .select-dropdown-container .list .option {
      padding: 15px;
      background-color: #fff;
      border: 1px solid #E5E4DF;
      border-top: 0px;
      cursor: pointer;
      color: #1e2432; }
      .select-dropdown-container .list .option .locked {
        opacity: .5; }
      .select-dropdown-container .list .option:last-child {
        border-bottom: 0; }
      .select-dropdown-container .list .option.selected {
        background-color: #00a5ff;
        color: #fff; }
    .select-dropdown-container .list.transparent {
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .select-dropdown-container .display {
    font-weight: bold;
    background-color: white;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 9px 10px;
    -webkit-box-shadow: 2px 2px 2px #888;
            box-shadow: 2px 2px 2px #888;
    border-radius: 3px; }
  .select-dropdown-container.show label i.fa-chevron-down:before {
    content: "\f077"; }
  .select-dropdown-container.show ul li.option {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .select-dropdown-container.show ul li.option a {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); }
  .select-dropdown-container.show ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .select-dropdown-container.show .list {
    display: block;
    padding: 0;
    margin: 0; }

.disabled {
  opacity: .8; }

.mydatepicker .md-datepicker-calendar {
  opacity: 1;
  max-width: 301px; }
  .mydatepicker .md-datepicker-calendar .md-calendar {
    background: #fff; }

.mydatepicker .md-calendar-day-header th {
  background: #e0e0e0; }

.mydatepicker .md-calendar-scroll-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 308px;
  width: 301px; }

.md-calendar-month-label {
  border: 1px solid #d2d4d6; }

.md-calendar-day-header th {
  width: 43px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  height: 43px; }

.md-calendar,
.md-calendar-day-header {
  border-spacing: 0;
  border-collapse: collapse; }

.md-calendar-day-header {
  table-layout: fixed; }

.md-datepicker-calendar {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.md-calendar-scroll-container {
  -webkit-box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px; }

.md-virtual-repeat-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.md-virtual-repeat-container .md-virtual-repeat-offsetter,
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.md-virtual-repeat-container .md-virtual-repeat-sizer {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px; }

.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%; }

.md-calendar:first-child {
  border-top: 1px solid transparent; }

.md-calendar {
  table-layout: fixed; }

.md-calendar tbody,
.md-calendar td,
.md-calendar tr {
  vertical-align: middle;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.md-button,
.md-button.md-fab,
.md-calendar-month-label span,
.md-chips,
md-checkbox .md-label,
md-datepicker {
  vertical-align: middle; }

.md-calendar-month-label {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px; }

.md-calendar-month-label md-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px; }

md-icon,
md-input-container {
  display: inline-block;
  vertical-align: middle; }

.md-calendar-date {
  height: 42px;
  width: 42px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #d2d4d6; }
  .md-calendar-date.with-info {
    position: relative; }
    .md-calendar-date.with-info:after {
      position: absolute;
      display: inline-block;
      content: "";
      top: 5px;
      left: 2px;
      background: url("/img/widget/bubble.png") no-repeat top right;
      width: 16px;
      height: 16px; }

.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #fff;
  color: black;
  border-color: #000; }

.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid; }

.md-calendar-date-selection-indicator:hover,
.md-calendar-date.md-focus .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus .md-default-theme .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date-selection-indicator:hover {
  background: #e1e1e1; }

.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator,
md-calendar-month .md-calendar-month-label:not(.md-calendar-month-label-disabled),
md-list-item.md-clickable:hover {
  cursor: pointer; }

.md-calendar-date-selection-indicator {
  -webkit-transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 41px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
  background-color: #f4f4f5;
  color: #d2d4d6; }

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 300px; }

.md-calendar-date-selection-indicator:hover,
.md-default-theme .md-calendar-date-selection-indicator:hover {
  background: 0 0;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px; }

div.ios-switch {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0; }

div.ios-switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%; }

div.ios-switch input[type="checkbox"]:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #3b89ec;
  border: 1px solid #0e62cd;
  -webkit-box-shadow: inset 0 0 0 15px #3b89ff;
          box-shadow: inset 0 0 0 15px #3b89ff; }

/* Tiny Track */
div.tinyswitch.ios-switch input[type="checkbox"] + div {
  width: 34px;
  height: 18px; }

/* Big Track */
div.bigswitch.ios-switch input[type="checkbox"] + div {
  width: 50px;
  height: 25px; }

/* Green Track */
div.green.ios-switch input[type="checkbox"]:checked + div {
  background-color: #00e359;
  border: 1px solid #00a23f;
  -webkit-box-shadow: inset 0 0 0 10px #00e359;
          box-shadow: inset 0 0 0 10px #00e359; }

/* Normal Knob */
div.ios-switch input[type="checkbox"] + div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 0px;
  margin-left: 1px; }

div.ios-switch input[type="checkbox"] + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  -webkit-box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4); }

div.ios-switch input[type="checkbox"]:checked + div > div {
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac; }

/* Tiny Knob */
div.tinyswitch.ios-switch input[type="checkbox"] + div > div {
  width: 16px;
  height: 16px;
  margin-top: 1px; }

/* Checked Tiny Knob (Blue Style) */
div.tinyswitch.ios-switch input[type="checkbox"]:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac; }

/* Big Knob */
div.bigswitch.ios-switch input[type="checkbox"] + div > div {
  width: 23px;
  height: 23px;
  margin-top: 1px; }

/* Checked Big Knob (Blue Style) */
div.bigswitch.ios-switch input[type="checkbox"]:checked + div > div {
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac; }

/* Green Knob */
div.green.ios-switch input[type="checkbox"]:checked + div > div {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f;
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f; }

div.with-ios-checkbox {
  margin: 10px 0; }

div.with-ios-checkbox:after {
  content: "";
  display: block;
  clear: both; }

div.with-ios-checkbox .ios-switch,
div.with-ios-checkbox label {
  float: left; }

div.with-ios-checkbox .ios-switch {
  padding-top: 1px; }

div.with-ios-checkbox label {
  padding: 3px 10px;
  font-weight: normal; }

.i-switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #27c24c;
  border-radius: 30px; }

.i-switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

.i-switch input:checked + i:before {
  top: 50%;
  right: 5px;
  bottom: 50%;
  left: 50%;
  border-width: 0;
  border-radius: 5px; }

.i-switch input:checked + i:after {
  margin-left: 16px; }

.i-switch i:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.i-switch i:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }

.i-switch-md {
  width: 40px;
  height: 24px; }

.i-switch-md input:checked + i:after {
  margin-left: 17px; }

.i-switch-md i:after {
  width: 22px; }

.i-switch-lg {
  width: 50px;
  height: 30px; }

.i-switch-lg input:checked + i:after {
  margin-left: 21px; }

.i-switch-lg i:after {
  width: 28px; }

.i-checks {
  padding-left: 20px;
  cursor: pointer; }

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0; }

.i-checks input:checked + i {
  border-color: #23b7e5; }

.i-checks a.fa {
  margin-left: 5px; }

.i-checks input:checked + i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5; }

.i-checks input:checked + span .active {
  display: inherit; }

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
  border-radius: 50%; }

.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7; }

.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7; }

.i-checks > i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd; }

.i-checks > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.i-checks > span {
  margin-left: -20px; }

.i-checks > span .active {
  display: none; }

.i-checks-sm input:checked + i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px; }

.i-checks-sm > i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px; }

.i-checks-lg input:checked + i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px; }

.i-checks-lg > i {
  width: 30px;
  height: 30px; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

ol li:focus,
ol li:visited {
  outline-color: transparent; }

body {
  /*font-size: 16px;
  line-height: 25px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;*/
  font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.5px;
  color: #1e2432;
  margin: 0;
  padding: 0;
  background: #f4f4f5;
  -webkit-transition: -webkit-transform .20s linear;
  transition: -webkit-transform .20s linear;
  transition: transform .20s linear;
  transition: transform .20s linear, -webkit-transform .20s linear; }

html,
body {
  overflow: hidden;
  height: 100%; }

html,
body,
.main-widget-wrapper {
  height: 100%; }

body {
  padding-top: 65px; }
  body.success-custom-request div.main-widget-wrapper .main-header {
    display: none; }

div.main-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  div.main-wrapper div.main-widget-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  div.main-wrapper div.widget-bg-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%; }
    div.main-wrapper div.widget-bg-image-wrapper img.widget-bg-image {
      display: block;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
    div.main-wrapper div.widget-bg-image-wrapper div.widget-logo-wrapper {
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: 0px;
      right: 0px;
      width: 100%;
      height: 100%;
      background: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      div.main-wrapper div.widget-bg-image-wrapper div.widget-logo-wrapper div.widget-logo-placeholder {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 140px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 140px; }
        div.main-wrapper div.widget-bg-image-wrapper div.widget-logo-wrapper div.widget-logo-placeholder img.widget-logo {
          max-width: 80%; }

#scroller {
  overflow: auto;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  min-height: -webkit-calc(100% - 98px);
  min-height: calc(100% - 98px); }

body.bokabord-widget,
body.bokabord-widget .Section {
  background: #fff !important; }

#ajaxloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: #f4f4f5;
  color: #666;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center; }

#ajaxloader span {
  width: 40px;
  height: 40px; }

#ajaxloader span i {
  font-weight: bold;
  margin-right: 5px; }

#ajaxloader.ajaxInline {
  background: transparent !important;
  height: 340px !important;
  top: auto !important; }
  #ajaxloader.ajaxInline div {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 800px;
    margin: 0 auto;
    background: #fff;
    height: 450px !important; }

.Section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0 48px 0;
  border-bottom: 1px solid #d2d4d6; }

.Section-container {
  padding: 0 60px; }

.Section:last-child {
  border-bottom: 0;
  margin-bottom: 0; }

.SectionHeader {
  text-align: left;
  padding-bottom: 20px; }

.SectionHeader h1 {
  font-size: 34px;
  margin: 0; }

body.meals .SectionHeader h1 {
  margin-bottom: 20px; }

.SectionHeader p {
  margin: 0;
  color: #000000;
  font-weight: 500; }

.SectionHeader p.auto {
  text-align: center;
  text-justify: auto; }

.Section.reservation-disabled {
  background: #fff !important;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  margin: 50px 0;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #787c84;
  line-height: 30px; }

.Section.reservation-disabled div {
  width: 300px;
  text-align: center; }

body.no-header .Section {
  padding-top: 10px !important; }

.ConsumerConfirmationHeader {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 24px 0;
  margin-bottom: 24px; }

.ConsumerConfirmationHeader.takeaway-date-time {
  padding: 24px 20px 30px 20px;
  border-bottom: 1px solid #d2d4d6;
  background: #fff; }

@media (max-width: 1000px) {
  .widget-bg-image-wrapper {
    display: none; } }

@media screen and (min-device-width: 1000px) {
  .ConsumerConfirmationHeader.takeaway-date-time {
    padding: 24px 60px 30px 60px !important; }
    .ConsumerConfirmationHeader.takeaway-date-time .Fieldset .Fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .ConsumerConfirmationHeader.takeaway-date-time .Fieldset .Fields .select-dropdown-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 10px; }
        .ConsumerConfirmationHeader.takeaway-date-time .Fieldset .Fields .select-dropdown-container + .select-dropdown-container {
          padding-left: 10px;
          padding-right: 0px; }
  .takeaway-pickup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 60px 30px 60px !important; }
    .takeaway-pickup div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 10px; }
      .takeaway-pickup div + div {
        padding-left: 10px;
        padding-right: 0px; } }

.ConsumerConfirmationHeader.takeaway-date-time .select-dropdown-container h4 {
  color: #1e2432;
  margin: 5px 0 3px 0; }

.ConsumerConfirmationHeader.takeaway-date-time .select-dropdown-container {
  margin: 10px 0; }

.takeaway-pickup {
  padding: 24px 20px 30px 20px;
  border-bottom: 1px solid #d2d4d6;
  background: #fff; }
  .takeaway-pickup div + div {
    margin-top: 20px; }
  .takeaway-pickup h4 {
    margin: 5px 0 3px 0; }
  .takeaway-pickup p {
    margin: 0px;
    padding: 0px; }

.offer-sold {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px; }

.Field {
  margin: 0px 0 12px 0px; }

.Fields .left {
  float: left;
  width: 49%;
  margin: 0px 2% 0px 0px; }

.Fields .right {
  float: right;
  width: 49%; }

body.calendar .Fields .left {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  margin: 0 0 0 2px; }

body.calendar .Fields .right {
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  padding-left: 25px; }

.clear {
  clear: both; }

.ConsumerConfirmationHeader {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 15px 0;
  margin-bottom: 18px; }
  .ConsumerConfirmationHeader.gc-product-btn {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 30px; }

.ConsumerConfirmationHeader-cell {
  -ms-flex: 1 0 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
          flex: 1 0 0%;
  padding: 0;
  margin-bottom: 0;
  text-align: left; }

.ConsumerConfirmationHeader-cell:first-child {
  padding-left: 0; }

.Button--secondary:disabled {
  background-color: #d2d4d6;
  color: #787c84; }

.Button {
  border: 1px solid transparent;
  min-height: 48px;
  padding: 5px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 0;
  margin: 4px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #ffffff;
  border-radius: 2px; }

.Button--secondary {
  background-color: #fff;
  border-color: #d2d4d6; }

.Button--secondary:hover:not([disabled]) {
  background: #e9e9eb; }

.Button--primary {
  background: #0BAADD;
  color: #fff;
  text-align: center; }
  .Button--primary.too-late {
    padding: 20px !important;
    line-height: 20px !important;
    background-color: #000;
    color: #fff; }

.ConsumerPanel-content {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #d2d4d6; }

.ConsumerPanel-heading {
  height: 54px;
  background-color: #fff;
  border: 1px solid #d2d4d6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 24px;
  margin-bottom: -1px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px; }

.Receipt-section {
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d4d6;
  margin-bottom: 12px;
  line-height: 25px;
  font-size: 14px; }

.Receipt-lineDescription {
  -ms-flex: 1 0 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
          flex: 1 0 0%; }

.Receipt-line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 6px; }

.Receipt-lineTotal {
  -ms-flex: 0 0 22%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
     -moz-box-flex: 0;
          flex: 0 0 22%;
  padding-left: 6px;
  text-align: right; }

.Receipt-section--totals {
  text-align: right; }

.Receipt-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0; }

.Button-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #000000; }

.Button-Block {
  display: block;
  width: 100%; }

.ConsumerContent {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  min-height: 100%;
  position: relative;
  background: #f4f4f5;
  -webkit-box-shadow: 1px 0 0 #d2d4d6;
          box-shadow: 1px 0 0 #d2d4d6;
  z-index: 2; }

section.mainSection.floating {
  margin-top: 48px; }

.guestForm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.guestForm.responsive {
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.guestForm.responsive .input-field {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1 0 50%;
  padding: 10px; }
  .guestForm.responsive .input-field.with-error {
    border-color: #FF0000 !important; }

.guestForm.responsive .input-field.with-top-border {
  border-top: 1px solid #d2d4d6; }

.guestForm.responsive .input-field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #999; }

.guestForm.responsive .input-field:nth-child(even) {
  border-left: 1px solid #d2d4d6; }

.guestForm.responsive .input-field.full-length {
  border-top: 1px solid #d2d4d6;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1 0 100%; }

.guestForm.responsive .input-field.with-tdp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }

.guestForm.responsive .input-field.with-tdp div {
  padding: 10px; }

.guestForm.responsive .input-field.with-tdp div:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%; }

.guestForm.responsive .input-field.with-tdp div:nth-child(2) {
  position: relative; }

.guestForm.newDesign .input-field {
  background-color: white;
  border: 1px solid black !important;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 10px 4px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
     -moz-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important; }
  .guestForm.newDesign .input-field .placeholder {
    color: #969696;
    font-size: 13px;
    left: 10px;
    line-height: 150%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(-5px) scale(1);
            transform: translateY(-5px) scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.2, 1); }
  .guestForm.newDesign .input-field .login-btn {
    border-radius: 3px;
    background: #F2F2F2;
    color: #000;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 15.6px */
    position: absolute;
    right: 5px;
    padding: 5px 10px;
    top: 7px; }
  .guestForm.newDesign .input-field input,
  .guestForm.newDesign .input-field textarea {
    border: 0;
    left: 10px;
    line-height: 150%;
    padding: 0;
    width: 100%;
    font: normal 13px/150% Inter, sans-serif;
    outline: none; }
  .guestForm.newDesign .input-field.phoneFieldRow .placeholder,
  .guestForm.newDesign .input-field.phoneFieldRow .placeholder,
  .guestForm.newDesign .input-field input:focus + .placeholder,
  .guestForm.newDesign .input-field textarea:focus + .placeholder,
  .guestForm.newDesign .input-field input:valid + .placeholder,
  .guestForm.newDesign .input-field textarea:not(:placeholder-shown) + .placeholder {
    -webkit-transform: translateY(-12px) scale(0.8);
            transform: translateY(-12px) scale(0.8); }
  .guestForm.newDesign .input-field.ml {
    margin-left: 10px; }
  .guestForm.newDesign .input-field.mt {
    margin-top: 10px; }

.guestForm.newDesign .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.guestForm.newDesign .custom-req-field {
  background: #F5F5F5 !important;
  border-color: #D4D5DF !important;
  padding: 10px !important;
  margin-top: 20px; }
  .guestForm.newDesign .custom-req-field div.placeholder {
    margin-top: -30px !important;
    margin-left: -10px !important;
    color: #1e2432;
    font-size: 14px; }
  .guestForm.newDesign .custom-req-field.with-error {
    border-color: #FF0000 !important;
    background: #F5F5F5 !important; }
    .guestForm.newDesign .custom-req-field.with-error input {
      background: #F5F5F5; }
  .guestForm.newDesign .custom-req-field input {
    background: #F5F5F5; }

.allergies-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .allergies-tab a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    line-height: 50px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-right: 1px solid #d2d4d6; }
    .allergies-tab a.active, .allergies-tab a.active:hover {
      background: #0faadc;
      color: #fff; }
    .allergies-tab a:hover {
      background: #eee; }
    .allergies-tab a:last-child {
      border-right: none; }

ul.time-picker-list {
  list-style: none;
  padding: 0 20px 20px 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 80px;
  background: #fff;
  width: 350px;
  z-index: 999;
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 2px #aaa;
          box-shadow: 1px 1px 2px #aaa;
  border: 1px solid #d2d4d6; }
  ul.time-picker-list li {
    border: 1px solid #d2d4d6;
    padding: 10px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    background: #fff; }
    ul.time-picker-list li:nth-child(1), ul.time-picker-list li:nth-child(1):hover {
      display: block;
      background: #fff;
      padding: 0;
      margin: 10px;
      border: none; }
    ul.time-picker-list li:hover {
      background: #eee; }

.textInput {
  display: block;
  color: #4b505b;
  font-size: 1rem;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 8px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none; }

.guestForm.responsive .textInput,
.guestForm.responsive .intl-tel-input {
  -webkit-flex: 1 0 -webkit-calc(50% - 20px);
  -ms-flex: 1 0 calc(50% - 20px);
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1 0 calc(50% - 20px);
  margin-right: 10px; }

input.textInput.countryList {
  max-width: 80px;
  text-align: center;
  border-radius: .3rem 0 0 .3rem;
  border-right: 0px none;
  margin-right: 0px !important;
  background: #ddd; }

textarea.textInput {
  min-height: 100px; }

.errors-box .error {
  background: #f9f2f4;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin: 10px 0;
  padding: 10px;
  display: block;
  color: red; }
  .errors-box .error.success {
    background: #efefc0 !important;
    color: #856404 !important; }

.guestForm.with-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0; }
  .guestForm.with-checkbox a {
    color: #00a5ff;
    text-decoration: none;
    cursor: pointer; }

.checkbox-holder {
  font-size: 1.2rem;
  min-width: 30px; }

.widget-booking-terms {
  background: #222;
  color: #fff;
  padding: 10px;
  margin: 20px 0; }
  .widget-booking-terms.you_wait {
    margin: 20px 60px; }
  .widget-booking-terms h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px; }
  .widget-booking-terms p {
    margin: 10px 0; }
  .widget-booking-terms input[type='checkbox'] {
    margin: 0 5px 0 0; }
  .widget-booking-terms a {
    color: #00a5ff;
    text-decoration: none;
    cursor: pointer; }
  .widget-booking-terms .foot-note {
    padding: 10px 0 0 0;
    line-height: 30px;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0 0 0; }

a.show-terms {
  color: #00a5ff; }

.terms-layer {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.34);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: top .25s ease-in-out;
  transition: top .25s ease-in-out; }

.terms-layer .terms-popup {
  background: #fff;
  padding: 10px;
  max-height: -webkit-calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: scroll;
  min-height: -webkit-calc(100vh - 150px);
  min-height: calc(100vh - 150px);
  max-width: 400px;
  border-radius: 5px; }

.terms-layer.show {
  top: 0; }

.terms-layer a.close-layer {
  float: right;
  background: #222;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 25px; }

.guestForm.responsive .intl-tel-input .textInput {
  width: 100%; }

#booking-confirmation {
  margin: 0;
  padding: 10px; }

#confirmation-user-details {
  margin: 0 10px;
  overflow: hidden; }

#confirmation-user-details img {
  float: left;
  width: 69px;
  margin-right: 15px;
  border: 2px solid #cdcdcd; }

#confirmation-user-details strong {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold; }

#confirmation-user-details span {
  font-size: 13px;
  line-height: 13px;
  margin: 3px 0;
  display: block; }

#booking-success {
  margin: 10px;
  background: #FFFFFF;
  padding: 15px 10px;
  text-align: center;
  max-width: 90% !important;
  min-width: 90% !important; }

body.success-custom-request #booking-success {
  max-width: 100% !important;
  min-width: 100% !important;
  margin: 10px 0 !important; }

#booking-success h3 {
  font-size: 18px;
  padding: 5px;
  margin: 0; }

#confirmation-box {
  margin: 100px 20px 20px 20px;
  text-align: center; }

#confirmation-box h3 {
  font-size: 18px; }

.error-box-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }

#booking-summary {
  background-color: #FFF;
  border-bottom: 1px solid #CDCDCD;
  margin: 0 10px;
  padding: 10px; }

#content_wrapper.confirm #booking-summary,
#content_wrapper.success #booking-summary {
  border-top: 1px solid #CDCDCD; }

#booking-summary .widget-area {
  display: table;
  table-layout: fixed; }

.booking-details-attrs {
  width: 100%;
  margin: 10px 0; }

.booking-details-attrs div.row {
  margin: 0;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #DDDDDD;
  background: #fff; }

.booking-details-attrs div.row.user-row {
  background: #eee;
  border-color: #bbb;
  margin: 0 0 20px 0; }

.booking-details-attrs div.row div.user-thumb {
  min-width: 100px; }

.booking-details-attrs div.row div.details .block {
  display: block;
  margin: 1px 0; }

.booking-details-attrs div.row div.details div.terms {
  vertical-align: top; }

.booking-details-attrs div.row div.details div:nth-child(1) {
  width: 35px; }

.booking-details-attrs div.row div.details div:nth-child(2),
.booking-details-attrs div.row div.details div:nth-child(3) {
  min-width: -webkit-calc(50% - 25px);
  min-width: calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px); }

.booking-details-attrs div.row div.details div:nth-child(3) {
  text-align: right; }

.booking-comments-area {
  padding: 15px; }

.booking-success-area {
  background: #ddd;
  padding: 10px;
  margin: 10px;
  border: 1px solid #bbb;
  border-radius: 5px; }

div.alternate-options-box a {
  padding: 10px 10px 10px 75px;
  background: url(/img/icon_widget_wait.png) no-repeat 10px center transparent;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #d2d4d6;
  background-color: #fff;
  display: block;
  min-height: 70px;
  margin: 10px auto;
  width: 100%;
  color: #333;
  text-decoration: none; }

div.alternate-options-box a.view-alt-rests {
  background: url(/img/icon_widget_otherRestaurants.png) no-repeat 10px center #fff;
  padding-top: 20px; }

div.alternate-options-box a.check-next-30 {
  background: url(/img/icon_widget_next30.png) no-repeat 10px center #fff;
  padding-top: 20px; }

.timelist-no-tables {
  text-align: center;
  padding: 20px;
  background: #ff616a;
  color: #fff;
  margin-bottom: 45px;
  min-height: 70px;
  line-height: 30px; }

a.add-to-waitlist u {
  text-decoration: underline !important; }

button.btn {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

button.defaultButton {
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #eee;
  color: #333;
  padding: 12px 15px 13px;
  text-align: center;
  display: inline-block;
  width: 50%;
  margin: 1%;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

button.defaultButton.greenButton {
  background: #0AB647;
  color: #fff; }

div.warning-box {
  background: #fbbbbd !important; }

div.no_show_text {
  padding: 5px; }

div.no_show_text:empty {
  display: none; }

div.lang_payment_head {
  padding: 5px; }

div.cards-images {
  width: 250px;
  height: 40px;
  background: url("/img/cards_line.png") no-repeat top left;
  margin: 5px 0; }

div.payment-form-controls div.control-group {
  display: block;
  margin-bottom: 10px; }

div.control-group label {
  display: block; }

div.control-group label.imp:after {
  content: '*';
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  margin-left: 4px; }

div.action-btns button.green-btn {
  background: #0AB647 !important;
  color: #fff;
  padding: 10px; }

div.action-btns button.full {
  width: 100%;
  display: block; }

div.guestForm {
  position: relative; }

.guestForm.responsive .intl-tel-input input.phoneField {
  padding-right: 0px !important;
  margin: 5px 0 !important; }

.booking-noshow-text {
  color: #856404;
  background-color: #fff3cd;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  margin: 0 0 40px 0;
  text-align: justify;
  text-justify: auto; }

.booking-noshow-text:empty {
  display: none; }

.langList {
  right: 10px;
  left: auto;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  background: #fff;
  border: 1px solid #888;
  border-radius: 3px; }

@media only screen and (min-width: 700px) {
  .langList {
    top: 20px; } }

.langList > a,
.langList > button {
  padding: 6px 5px 6px 10px;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  outline: none;
  border: none; }

.langList ul li img,
.langList > button img {
  min-width: 22px !important;
  margin-right: 4px !important;
  vertical-align: top; }

.langList ul li img {
  min-width: 20px !important; }

/*.langList > a:before, .langList > button:before {
    position: absolute;
    right: 7px;
    top: 12px;
    content: ' ';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}*/
.langList input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0; }

.langList input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.langList ul {
  position: absolute;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  right: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); }

.langList input[type=checkbox]:checked + ul {
  display: block; }

.langList ul li {
  display: block;
  padding: 6px 20px 6px 10px;
  text-align: left;
  white-space: nowrap;
  min-width: 100px;
  font-size: 14px; }

.langList ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer; }

.langList ul li a {
  text-decoration: none;
  display: block;
  color: black; }

.langList .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0; }

div.custom-amounts {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 10px; }

div.payment-form-holder {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  min-height: 70px;
  padding: 0px; }

div.stripe-payment-form {
  width: 100%; }

/*div.stripe-payment-form{
    position: relative;
    margin: 20px 10px 10px 10px;
    width: 100%;
    border: 4px solid rgb(22,201,139);
    min-height: 50px;
    padding-top: 35px;
}
div.stripe-payment-form span.pay-title{
    position: absolute;
    background:rgb(22,201,139);
    color:#fff;
    left: 35%;
    top: -20px;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
}
div.stripe-payment-form div.cards-images{
    background-position: center top;
    width: 100% !important;

}
div.card-fields{
    margin: 10px 20px 20px 20px;
    background:#fff;
    border: 2px solid #d2d4d6;
    padding: 5px 10px;
    display: grid;
    grid-template-columns: calc(100% - 200px) 60px 60px 80px;
    line-height: 30px;
}
div.card-fields div{

}
div.card-fields select, input{
    display: block;
    width: 100%;
    background:#fff;
    border:none;
    outline:none;
    padding: 5px;
}
div.card-fields div + div,
div.card-fields div + div + div{
    position: relative;
}
div.card-fields div + div:before,
div.card-fields div + div + div:before{
    content:attr(title);
    position: absolute;
    left: 40%;
    top: -5px;
    font-size: 12px;
    color:#ddd;
}
div.card-fields select{
    padding: 5px 10px;
    background:#fff;
    margin-top: 10px;
}

*/
#scroller {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

span.block {
  display: block; }

span.muted {
  color: #aaa; }

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;
          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease; }

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

div.stripe-payment-form label {
  font-size: 13px;
  padding: 5px 8px;
  margin-bottom: 10px; }

.widget-thankyou-outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.widget-thankyou-middle {
  display: table-cell;
  vertical-align: middle; }

.widget-thankyou-inner {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  /*whatever width you want*/ }

.pt-sm {
  padding-top: 20px; }

.pt-n {
  padding-top: 0; }

.pb-n {
  padding-bottom: 0; }

.mb-n {
  margin-bottom: 0; }

.bt {
  border-top: 1px solid #d2d4d6; }

.bt .linked,
.bt .linked i.fa,
.bt .linked label {
  color: #0faadc !important;
  font-weight: bold; }

.bb-n {
  border-bottom: none !important; }

/*body.edit-booking{
  .Section:first-child {
    position: relative;
    &:after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      width: 100%;
      top: 0px;
      bottom: calc(100% - 300px);
      background: rgba(0, 0, 0, 0.4);
      display: block;
      z-index: 999;
    }
  }
}*/
button.btn.edit-btn-action {
  min-width: 230px !important;
  border: 1px solid #0faadc;
  background: #0faadc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }
  button.btn.edit-btn-action:hover {
    color: #fff;
    background: #0faadc;
    -webkit-box-shadow: none;
            box-shadow: none; }

.edit-booking-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998; }

.allergy-cf-pp {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  bottom: 0px;
  margin: 20px; }
  .allergy-cf-pp .allergy-cf-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-top: 2px solid #d2d4d6;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px; }
    .allergy-cf-pp .allergy-cf-container .allergy-ct .allergy-bx {
      border: 1px solid #e1dfe9;
      padding: 10px;
      display: inline-block;
      margin: 5px; }
      .allergy-cf-pp .allergy-cf-container .allergy-ct .allergy-bx.active {
        border: 2px solid #000; }

.edit-booking-section {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 500px;
  z-index: 999;
  -webkit-transition: bottom 200ms ease-in-out;
  transition: bottom 200ms ease-in-out;
  padding: 30px 0;
  bottom: -500px; }
  .edit-booking-section .edit-close-icon {
    position: absolute;
    right: 15px;
    top: 6px;
    cursor: pointer; }
    .edit-booking-section .edit-close-icon img {
      width: 24px;
      height: 24px; }
  .edit-booking-section.showEditBooking {
    bottom: 0px; }
  .edit-booking-section .edit-booking-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-top: 2px solid #d2d4d6;
    height: 500px; }
    .edit-booking-section .edit-booking-container .Section {
      padding-top: 0px; }
    .edit-booking-section .edit-booking-container .SectionTitle {
      height: 70px;
      border-bottom: 1px solid #d2d4d6;
      text-align: center;
      line-height: 70px;
      font-weight: bold;
      position: relative; }
    .edit-booking-section .edit-booking-container .ProgressBarMini {
      border: none !important; }
    .edit-booking-section .edit-booking-container .booking-details {
      border: none !important;
      margin-bottom: 20px; }
  .edit-booking-section .default-actions ol.ExperiencesList,
  .edit-booking-section .timelist-container ol.ExperiencesList {
    max-width: 300px;
    margin: 0 auto; }
    .edit-booking-section .default-actions ol.ExperiencesList li,
    .edit-booking-section .timelist-container ol.ExperiencesList li {
      margin: 15px 0;
      padding: 12px;
      min-height: auto;
      border: 1px solid #d2d4d6;
      border-radius: 3px; }
      .edit-booking-section .default-actions ol.ExperiencesList li button,
      .edit-booking-section .timelist-container ol.ExperiencesList li button {
        background: transparent; }
      .edit-booking-section .default-actions ol.ExperiencesList li.delete-booking, .edit-booking-section .default-actions ol.ExperiencesList li.delete-booking:hover,
      .edit-booking-section .timelist-container ol.ExperiencesList li.delete-booking,
      .edit-booking-section .timelist-container ol.ExperiencesList li.delete-booking:hover {
        background: #B60A0A !important;
        color: #fff !important;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .edit-booking-section .default-actions ol.ExperiencesList li.delete-booking button, .edit-booking-section .default-actions ol.ExperiencesList li.delete-booking:hover button,
        .edit-booking-section .timelist-container ol.ExperiencesList li.delete-booking button,
        .edit-booking-section .timelist-container ol.ExperiencesList li.delete-booking:hover button {
          color: #fff; }
  .edit-booking-section .default-actions ol.ExperiencesList li {
    text-align: center;
    font-size: 15px !important; }
    .edit-booking-section .default-actions ol.ExperiencesList li button {
      font-weight: bold;
      color: #333;
      display: table-cell;
      font-size: 15px !important;
      text-decoration: none;
      text-align: center;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
    .edit-booking-section .default-actions ol.ExperiencesList li.cancel-booking {
      background-color: #B60A0A; }
      .edit-booking-section .default-actions ol.ExperiencesList li.cancel-booking button {
        background-color: #B60A0A;
        color: #fff; }
    .edit-booking-section .default-actions ol.ExperiencesList li.no-change-error {
      border: none;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%; }
      .edit-booking-section .default-actions ol.ExperiencesList li.no-change-error:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none; }
  .edit-booking-section .guests-container {
    height: 430px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff !important; }
    .edit-booking-section .guests-container ol.SizesList li.disabled {
      background-color: #d2d4d6;
      color: #bbb;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .edit-booking-section .guests-container ol.SizesList li:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: inherit; }
  .edit-booking-section .timelist-container {
    height: 370px;
    overflow: hidden; }
    .edit-booking-section .timelist-container .Section-container {
      height: 300px;
      overflow: hidden;
      overflow-y: auto; }
  .edit-booking-section .confirm-container {
    height: 430px;
    overflow: hidden;
    background: #fff !important; }
    .edit-booking-section .confirm-container button {
      margin-top: 90px; }
    .edit-booking-section .confirm-container ol.ExperiencesList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .edit-booking-section .confirm-container ol.ExperiencesList li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 0px 15px 0 0;
        padding: 20px;
        min-height: auto; }
        .edit-booking-section .confirm-container ol.ExperiencesList li:hover {
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          border-color: #d2d4d6; }
    .edit-booking-section .confirm-container .action-btns {
      width: -webkit-calc(100% - 15px);
      width: calc(100% - 15px);
      margin: 15px 0; }
      .edit-booking-section .confirm-container .action-btns button {
        cursor: pointer; }

.success-message {
  background-color: #efefc0 !important;
  padding: 15px; }

.group_alert {
  margin: 20px 0 10px 0;
  color: #856404;
  background-color: #fff3cd;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .group_alert div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60px;
       -moz-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px; }

.showHideText .showHideTextWrap {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.showHideText .showHideTextWrap ~ label {
  display: none; }

.showHideText input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  pointer-events: none; }
  .showHideText input[type='checkbox'] + .showHideTextWrap.truncated ~ label {
    display: inline-block; }
  .showHideText input[type='checkbox'] + .showHideTextWrap.truncated ~ label + label {
    display: none; }
  .showHideText input[type='checkbox']:checked + .showHideTextWrap.truncated ~ label {
    display: none; }
    .showHideText input[type='checkbox']:checked + .showHideTextWrap.truncated ~ label + label {
      display: inline-block; }
  .showHideText input[type='checkbox']:checked + .showHideTextWrap {
    -webkit-line-clamp: unset; }

.showHideText label.expand-link {
  font-weight: bold;
  cursor: pointer; }

.expand-link {
  font-weight: bold; }

.lm-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px; }
  .lm-title-row .lm-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
    .lm-title-row .lm-amount .stepper {
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 15px;
      background: #000;
      border-radius: 100%;
      cursor: pointer;
      color: #fff; }

.Button.Button-simple-link {
  border: none 0px !important;
  text-decoration: underline;
  cursor: pointer; }
  .Button.Button-simple-link:hover {
    background: transparent !important; }

@media screen and (max-width: 768px) {
  .widget-booking-terms.you_wait {
    margin: 20px; } }

header.main-header {
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*border:1px solid #d2d4d6 !important; */ }
  header.main-header div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 2.8rem; }
    header.main-header div:first-child, header.main-header div:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 80px;
         -moz-box-flex: 0;
          -ms-flex: 0 1 80px;
              flex: 0 1 80px;
      font-size: 20px; }
    header.main-header div:nth-child(2) {
      text-align: center; }
    header.main-header div:nth-child(3) {
      text-align: right; }
      header.main-header div:nth-child(3) a {
        cursor: pointer; }
        header.main-header div:nth-child(3) a img {
          width: 20px; }
    header.main-header div h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: 14px;
      font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
      text-transform: uppercase; }

.SectionHeader p {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 400;
  font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial; }

.HeaderNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  height: 3.5rem;
  padding: .6rem;
  background-color: #fff;
  border-bottom: 1px solid #d2d4d6 !important; }

.HeaderNav-button {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  height: 2.8rem;
  width: 2.8rem;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  line-height: 2.8rem;
  text-align: center;
  position: absolute;
  left: 0px; }

.close-btn-cr {
  position: absolute;
  right: 0px;
  top: 0px;
  left: auto;
  background: #fff;
  z-index: 999; }

.HeaderNav-restaurant {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1 0 0%;
  font-size: 17px;
  line-height: 18px;
  text-align: center; }

.HeaderNav-restaurantLink,
.HeaderNav-restaurantLink a {
  text-decoration: none;
  color: #1e2432 !important; }

.Section {
  background: #fff !important; }

.Section.booking-confirm-section {
  background: #ffffff !important; }

.widget-header {
  display: none;
  text-align: center;
  background: #fff;
  position: relative; }

.widget-header img {
  max-width: 100%; }

.widget-header .HeaderNav-button {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px; }

.widget-header .HeaderNav-button + .HeaderNav-button {
  right: 10px;
  left: auto; }

.widget-header .HeaderNav-button + .HeaderNav-button img {
  width: 24px; }

a.HeaderNav-restaurantLink img {
  display: none; }

.widget-group-header {
  min-height: 270px;
  max-height: 270px;
  background-position: 50%;
  display: block;
  background-size: cover; }

.HeaderNav {
  height: auto; }

body.bokabord-widget .HeaderNav .bb-logo {
  display: inline-block;
  margin: 0; }

body.bokabord-widget .HeaderNav .bb-logo img {
  max-width: 115px;
  width: 115px; }

body.bokabord-widget .HeaderNav-button {
  position: static; }

body .HeaderNav-button img {
  width: 20px;
  vertical-align: middle; }

body.bokabord-widget .HeaderNav .HeaderNav-restaurant img {
  display: none !important; }

body.bokabord-widget .HeaderNav .HeaderNav-restaurantLink {
  color: #1e2432 !important; }

body.bokabord-widget:not(.meals) .langList {
  display: none !important; }

body:not(.bokabord-widget) .HeaderNav .bb-logo {
  display: none; }

body.bokabord-widget.meals .langList {
  position: absolute;
  top: 92px;
  right: 5px; }

footer {
  min-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*position: fixed;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #f5f5f5;
  padding: 0 30px;
  position: relative;
  /*border: 1px solid #d2d4d6;*/ }
  footer.reservation {
    background: transparent;
    padding: 0px !important; }
    footer.reservation button.edit-btn-action {
      width: 100% !important;
      margin: 0; }
  footer .footer-language-popup {
    background-color: #f5f5f5;
    border-radius: 4px;
    bottom: 30px;
    -webkit-box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 10px;
    width: 150px;
    z-index: 100; }
    footer .footer-language-popup a {
      font-size: 14px;
      padding: 8px 8px 8px 16px;
      display: block;
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid #d2d4d6; }
      footer .footer-language-popup a span {
        display: inline-block;
        width: 16px; }
  footer .footer-languages {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.98px;
    color: #b6b6b6;
    text-decoration: none; }
    footer .footer-languages i {
      margin-right: 3px; }
  footer.reservation {
    border: none; }
  footer.w-footer {
    padding: 0 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer.w-footer img.w-logo {
      height: 15px;
      vertical-align: text-top; }
    footer.w-footer a.footer-link {
      height: 20px;
      max-height: 20px; }
      footer.w-footer a.footer-link.w-login {
        display: none;
        margin-left: 10px;
        color: #A3A3A3;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-decoration: none; }
        footer.w-footer a.footer-link.w-login.auth {
          display: inline-block; }
    footer.w-footer a.footer-languages {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #969696;
      font-size: 15px;
      font-weight: 400; }
      footer.w-footer a.footer-languages svg {
        margin-right: 8px; }
  footer div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    footer div.footer-logo a img {
      height: 16px;
      vertical-align: middle; }
    footer div.footer-languages {
      text-align: right; }
      footer div.footer-languages a {
        margin: 0 5px; }
      footer div.footer-languages img {
        vertical-align: middle;
        width: 20px; }

footer div.action-btns {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0; }

footer div.action-btns.resv-details-controls button {
  min-width: 48%;
  width: auto;
  margin-right: 1%;
  cursor: pointer; }

footer div.action-btns button {
  display: table-cell;
  margin: 8px 0px;
  font-weight: bold;
  width: 100%;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #eee;
  color: #333;
  padding: 12px 15px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

footer div.action-btns button:hover {
  opacity: 0.95;
  background: #2F88C0;
  color: #fff; }

footer div.action-btns button.back-btn {
  background-color: #666;
  color: #fff; }

footer div.action-btns button.next-btn {
  background: #2F88C0;
  color: #fff; }

footer div.action-btns button[disabled] {
  background: #999;
  color: #ddd;
  cursor: default; }

footer div.action-btns button.btn.btn-red {
  background: #B60A0A !important;
  color: #fff; }

.ProgressBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d2d4d6;
  padding: 24px 17px; }
  .ProgressBar .booking-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .ProgressBar .booking-details div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33%;
         -moz-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%;
      text-align: center; }
      .ProgressBar .booking-details div label {
        color: #787c84;
        font-size: 14px;
        text-transform: capitalize; }
    .ProgressBar .booking-details h3 {
      font-size: 16px; }

.booking-progress {
  display: block;
  width: 100%; }
  .booking-progress .meal-details h3 {
    font-size: 16px; }
  .booking-progress .meal-details p {
    font-size: 13px; }

.booking-progress .booking-amount {
  border-top: 1px solid #d2d4d6;
  padding: 20px 0 0 0;
  font-size: 13px; }

.booking-progress .booking-amount img {
  width: 24px;
  vertical-align: middle; }

.booking-amount .booking-hd {
  display: inline-block;
  vertical-align: middle; }

.booking-progress .booking-amount.daily-comment {
  margin-top: 20px;
  color: red; }

.booking-amount .amount-hd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px; }

.ProgressBar .meal-details {
  font-size: 14px; }

.ProgressBarMini .meal-details p,
.ProgressBar .meal-details p {
  font-size: 13px; }

.ProgressBarMini .meal-details .change-meal,
.ProgressBar .meal-details .change-meal {
  float: right;
  text-decoration: underline;
  color: #1e2432;
  cursor: pointer;
  font-weight: normal;
  font-size: 13px; }

.ProgressBarMini {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0 48px 0px;
  background: #FFFFFF;
  padding: 24px 17px;
  border-bottom: 1px solid #d2d4d6; }
  .ProgressBarMini .logo {
    font-size: 14px;
    margin: 30px auto 0 auto;
    text-align: center; }
    .ProgressBarMini .logo label {
      color: #787c84; }
    .ProgressBarMini .logo img {
      margin: 5px auto 10px auto;
      display: block; }
    .ProgressBarMini .logo div {
      margin: 5px 0; }
  .ProgressBarMini .meal-details {
    border-bottom: 1px solid #d2d4d6;
    padding: 0; }
  .ProgressBarMini .booking-progress {
    padding: 0; }
  .ProgressBarMini .booking-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .ProgressBarMini .booking-details div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33%;
         -moz-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%;
      text-align: center;
      padding: 15px 10px 0 10px; }
      .ProgressBarMini .booking-details div label {
        color: #787c84;
        font-size: 14px;
        text-transform: capitalize; }

.ProgressBarMini {
  display: none; }

ol.ExperiencesList {
  list-style: none;
  padding: 0;
  margin: 0;
  /*&.exp-box-meal.step-calendar{
        margin: 20px;
        li > div{
            display: none;
        }
    }*/ }
  ol.ExperiencesList li.with-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    ol.ExperiencesList li.with-thumb div.meal-attrs {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    ol.ExperiencesList li.with-thumb div.meal-thumb {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 90px;
              flex: 0 0 90px;
      height: 90px; }
      ol.ExperiencesList li.with-thumb div.meal-thumb img {
        width: 90px;
        height: 90px; }
  ol.ExperiencesList.exp-box-meal {
    margin: 20px 0 0 0;
    padding: 0 60px;
    /*max-width: 800px;*/ }
    ol.ExperiencesList.exp-box-meal li,
    ol.ExperiencesList.exp-box-meal li:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      cursor: text;
      padding: 18px;
      margin: 0;
      border: 1px solid rgba(148, 143, 121, 0.2); }
    ol.ExperiencesList.exp-box-meal h3 {
      font-size: 18px;
      font-weight: 500; }
    ol.ExperiencesList.exp-box-meal .meal-descr {
      display: none; }
      ol.ExperiencesList.exp-box-meal .meal-descr ul li,
      ol.ExperiencesList.exp-box-meal .meal-descr ul li:hover {
        list-style: disc;
        padding: 0;
        border: none;
        min-height: auto;
        line-height: normal; }
    ol.ExperiencesList.exp-box-meal.step-amounts div.meal-descr,
    ol.ExperiencesList.exp-box-meal.step-amounts p.meal-descr, ol.ExperiencesList.exp-box-meal.step-meals div.meal-descr,
    ol.ExperiencesList.exp-box-meal.step-meals p.meal-descr {
      display: block;
      padding: 18px 0 0 0; }
      ol.ExperiencesList.exp-box-meal.step-amounts div.meal-descr:empty,
      ol.ExperiencesList.exp-box-meal.step-amounts p.meal-descr:empty, ol.ExperiencesList.exp-box-meal.step-meals div.meal-descr:empty,
      ol.ExperiencesList.exp-box-meal.step-meals p.meal-descr:empty {
        display: none; }
    ol.ExperiencesList.exp-box-meal.step-amounts span.meal-descr, ol.ExperiencesList.exp-box-meal.step-meals span.meal-descr {
      display: inline-block; }
    ol.ExperiencesList.exp-box-meal .booking-attrs-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 18px 0 0 0;
      gap: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      ol.ExperiencesList.exp-box-meal .booking-attrs-header div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      ol.ExperiencesList.exp-box-meal .booking-attrs-header div img {
        margin-right: 10px; }
        ol.ExperiencesList.exp-box-meal .booking-attrs-header div img.inactive-icon {
          display: none; }
      ol.ExperiencesList.exp-box-meal .booking-attrs-header div span + span {
        display: none; }
      ol.ExperiencesList.exp-box-meal .booking-attrs-header span.def {
        color: #969696; }
    ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header, ol.ExperiencesList.exp-box-meal.step-meals .booking-attrs-header {
      display: none !important; }
    ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-time.pending, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-time.pending, ol.ExperiencesList.exp-box-meal.step-time .booking-attrs-header .booking-time.pending {
      color: #969696; }
    ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-time img, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-time img, ol.ExperiencesList.exp-box-meal.step-time .booking-attrs-header .booking-time img {
      display: none; }
      ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-time img.inactive-icon, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-time img.inactive-icon, ol.ExperiencesList.exp-box-meal.step-time .booking-attrs-header .booking-time img.inactive-icon {
        display: inline-block; }
    ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-date, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-date {
      color: #969696; }
      ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-date img, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-date img {
        display: none; }
      ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-date img.inactive-icon, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-date img.inactive-icon {
        display: inline-block; }
      ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-date span, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-date span {
        display: none; }
        ol.ExperiencesList.exp-box-meal.step-amounts .booking-attrs-header .booking-date span + span, ol.ExperiencesList.exp-box-meal.step-calendar .booking-attrs-header .booking-date span + span {
          display: inline-block; }
    ol.ExperiencesList.exp-box-meal.descShow div.meal-descr,
    ol.ExperiencesList.exp-box-meal.descShow p.meal-descr {
      display: block !important;
      padding: 18px 0 0 0; }
    ol.ExperiencesList.exp-box-meal.descShow span.meal-descr {
      display: inline-block !important; }

.linked-meal .ExperiencesList.step-time .booking-attrs-header .booking-time span {
  display: inline-block !important;
  color: #1e2432 !important; }

.linked-meal .ExperiencesList.step-time .booking-attrs-header .booking-time span + span {
  display: none !important; }

.confirm-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 4px 0; }
  .confirm-col img {
    margin-right: 10px; }
  .confirm-col span {
    color: #969696; }

.meal-extra-bullets:has(.confirm-col) {
  margin: 8px 0; }

header.SectionHeader.amountSizes {
  padding: 5px 0 10px 0; }
  header.SectionHeader.amountSizes h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 0px; }

ol.ExperiencesList li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border: 1px solid rgba(148, 143, 121, 0.2);
  background-color: #fff;
  list-style: none;
  margin-bottom: 16px;
  padding: 16px;
  min-height: 55px;
  cursor: pointer;
  font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  line-height: 19.5px;
  font-size: 13px; }
  ol.ExperiencesList li p.time-not-started {
    color: red; }

.HomeRoute-experiences {
  font-size: 15px;
  font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  line-height: 22.5px; }

ol.ExperiencesList.with-mc li {
  position: relative; }

ol.ExperiencesList.with-mc li div.mc-field {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ol.ExperiencesList.with-mc li div.mc-field label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  margin: 10px;
  font-weight: bold; }

ol.ExperiencesList.with-mc li div.mc-field input {
  background: #eee;
  border: none 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 10px;
  height: 45px;
  margin: 10px;
  outline: none; }

ol.ExperiencesList.with-mc li div.mc-field button {
  background: #0faadc;
  color: #fff;
  border: 1px solid #0faaff;
  padding: 10px 10px;
  height: 45px;
  margin: 10px;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 70px;
          flex: 0 1 70px;
  outline: none; }

ol.ExperiencesList.with-mc li div.mc-field p {
  display: block;
  margin: 0px 10px 10px 10px;
  color: #333; }

ol.ExperiencesList li:hover,
ol.ExperiencesList li.active {
  -webkit-box-shadow: 0 0 0 1px #1e2432;
          box-shadow: 0 0 0 1px #1e2432;
  border-color: #1e2432;
  z-index: 1; }

ol.ExperiencesList h4 {
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  color: #787c84; }

ol.ExperiencesList h4 span {
  color: #787c84;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px; }

ol.ExperiencesList h3 {
  /*    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px; */
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin: 0; }

ol.ExperiencesList p {
  margin: 4px 0 0 0;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400;
  font-family: 'Inter', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial; }

ol.SizesList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

ol.SizesList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border: 1px solid rgba(148, 143, 121, 0.2);
  background-color: #fff;
  margin-bottom: -1px;
  margin-right: -1px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 4rem;
     -moz-box-flex: 0;
      -ms-flex: 0 1 4rem;
          flex: 0 1 4rem;
  max-height: 46px;
  padding-left: 15px; }

ol.SizesList li span {
  display: inline-block;
  margin-left: 10px; }

ol.SizesList li:hover,
ol.SizesList li.active {
  -webkit-box-shadow: 0 0 0 1px #1e2432;
          box-shadow: 0 0 0 1px #1e2432;
  border-color: #1e2432;
  z-index: 1; }

ol.ExperiencesList.booking-details-list li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 75px !important; }

ol.ExperiencesList.booking-details-list li:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #d2d4d6 !important; }

ol.ExperiencesList.booking-details-list li div.vmiddle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ol.ExperiencesList.booking-details-list li div.text-right {
  text-align: right; }

.ConsumerCalendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: hidden; }

.ConsumerCalendar-month {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-basis: -webkit-calc(50% - 2px);
      -ms-flex-preferred-size: calc(50% - 2px);
          flex-basis: calc(50% - 2px); }

.ConsumerCalendar-month:nth-child(odd) {
  margin-left: 2px; }

.ConsumerCalendar .ConsumerCalendar-month + .ConsumerCalendar-month {
  padding-left: 25px; }

.mydatepicker .md-datepicker-calendar {
  opacity: 1;
  max-width: 301px; }

.mydatepicker .md-calendar-day-header th {
  background: #e0e0e0; }

.mydatepicker .md-calendar-scroll-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 308px;
  width: 301px; }

.ConsumerCalendar-day.is-blocked-time,
.ConsumerCalendar-day.is-blocked-time:hover {
  background-color: #fff;
  color: #bbb; }

/*.md-datepicker-calendar .is-blocked-time{background-color:#f47f7f; color:#fff}*/
.md-calendar-month-label {
  border: 1px solid #E5E4DF; }

.ConsumerCalendar-weekdays {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px; }

.ConsumerCalendar-monthHeading, .ConsumerCalendar-weekday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600; }

.ConsumerCalendar-monthHeading {
  font-size: 16px;
  text-transform: uppercase; }

.ConsumerCalendar-weekday {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1; }

.ConsumerCalendar-dayContent {
  padding: 0;
  position: relative; }

.ConsumerCalendar-weekDays {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.ConsumerCalendar-day {
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #E5E4DF;
  margin: -1px 0 0 -1px;
  text-align: center;
  min-height: 40px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
          flex: 1 1 auto; }

.ConsumerCalendar-day.is-disabled,
.ConsumerCalendar-day.is-out-of-month {
  background: -webkit-gradient(linear, left bottom, left top, from(#FCFCFB), to(#FCFCFB)), #FFFFFF;
  background: -webkit-linear-gradient(bottom, #FCFCFB, #FCFCFB), #FFFFFF;
  background: linear-gradient(0deg, #FCFCFB, #FCFCFB), #FFFFFF;
  color: #d2d4d6; }

.ConsumerCalendar-day:active, .ConsumerCalendar-day.active, .ConsumerCalendar-day:hover,
.ConsumerCalendar-day.activeDay {
  -webkit-box-shadow: 0 0 0 1px #1e2432;
          box-shadow: 0 0 0 1px #1e2432;
  border-color: #1e2432;
  z-index: 1; }

.ConsumerCalendar-day.is-disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: inherit;
  z-index: 1; }

.ConsumerCalendar-day.is-disabled:hover,
.ConsumerCalendar-day.is-out-of-month:hover {
  border-color: #E5E4DF;
  box-shadow: none;
  -webkit-box-shadow: none; }

.ConsumerCalendar-day.is-disabled.is-blocked-time:not(.is-out-of-month),
.ConsumerCalendar-day.is-disabled.is-blocked-time:not(.is-out-of-month):hover {
  background-color: #fff;
  color: #bbb; }

.ConsumerCalendar-dayText {
  font-size: 13px;
  line-height: 40px;
  padding: 2px;
  font-family: Helvetica, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/*.ConsumerCalendar-day.is-out-of-month {visibility: hidden;}*/
.ConsumerCalendar-weekdays.floating {
  position: fixed;
  top: 0px;
  z-index: 999; }

.ConsumerCalendar-dayContent.with-info {
  position: relative; }

.ConsumerCalendar-dayContent.with-info:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 5px;
  left: 2px;
  background: url("/img/widget/bubble.png") no-repeat top right;
  width: 16px;
  height: 16px; }

.ConsumerCalendar-dayContent .int-debug {
  position: absolute;
  color: #0e90d2;
  top: 0px;
  right: 2px;
  z-index: 1000;
  opacity: 0.2;
  display: none; }

.ConsumerCalendar-day.is-out-of-month .int-debug,
.ConsumerCalendar-day.is-disabled .int-debug,
.ConsumerCalendar-day.offDay .int-debug {
  display: inline-block; }

.ConsumerCalendar-dayContent .int-debug:hover {
  opacity: 1; }

.daily-blocked-message {
  position: absolute;
  visibility: hidden;
  z-index: 1000000;
  pointer-events: none;
  /*-webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    transition: 0.1s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;*/
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  background: #0e90d2;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: normal;
  left: 0%;
  bottom: 100%;
  width: auto;
  max-width: 300px;
  text-align: left;
  line-height: 20px;
  min-width: 300px; }

.ConsumerCalendar-dayContent.with-info:hover .daily-blocked-message {
  visibility: visible;
  z-ndex: 9999;
  left: auto;
  right: 25px; }

.ConsumerCalendar-monthHeading {
  position: relative;
  padding: 35px 0 18px 0; }

.ConsumerCalendar-monthHeading a.cal-left {
  position: absolute;
  left: 5px;
  cursor: pointer; }

.ConsumerCalendar-monthHeading a.cal-right {
  position: absolute;
  right: 5px;
  cursor: pointer; }

.tippy-box {
  background-color: #0e90d2;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: normal; }

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #0e90d2; }

.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #0e90d2; }

.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #0e90d2; }

.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #0e90d2; }

.dp-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75); }

.dp {
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border-radius: 4px;
  max-height: 400px;
  z-index: 1000;
  padding-top: 6px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }

.dp:before {
  content: ' ';
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #d2d4d6;
  background: -webkit-gradient(linear, right top, left top, from(#d2d4d6), to(#dddddd));
  background: -webkit-linear-gradient(right, #d2d4d6 0%, #dddddd 100%);
  background: linear-gradient(-90deg, #d2d4d6 0%, #dddddd 100%); }

.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #EEE;
  -webkit-box-shadow: none;
          box-shadow: none; }

.dp-permanent .dp:before {
  display: none; }

.dp-cal {
  min-height: 300px; }

.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw; }

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw; }

.dp-permanent .dp {
  z-index: 0; }

.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: -webkit-calc(100% - 4em);
  width: calc(100% - 4em);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: slide-up 0.3s forwards;
          animation: slide-up 0.3s forwards; }

.dp-months {
  padding: 24px; }

.dp-years {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important;
  /* HACK for Chrome on Android */ }

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  border-radius: 2px;
  border: 0;
  background: transparent; }

.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5; }

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
  border: 0;
  background: transparent; }

.dp-next:focus,
.dp-prev:focus,
.dp-next:hover,
.dp-prev:hover {
  outline: none;
  color: inherit; }

.dp-prev {
  left: 24px; }

.dp-next {
  right: 24px; }

.dp-prev:before,
.dp-next:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px; }

.dp-prev:before {
  border-right: 0;
  border-bottom: 0; }

.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px; }

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none; }

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5; }

.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #888;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0; }

.dp-close,
.dp-clear,
.dp-today {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent; }

.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none; }

.dp-close:active,
.dp-clear:active,
.dp-today:active,
.dp-next:active,
.dp-prev:active,
.dp-cal-month:active,
.dp-cal-year:active {
  background: #75BCFC;
  color: white; }

@media screen and (min-device-width: 1200px) {
  .dp-close:hover,
  .dp-close:focus,
  .dp-clear:hover,
  .dp-clear:focus,
  .dp-today:hover,
  .dp-today:focus,
  .dp-next:hover,
  .dp-next:focus,
  .dp-prev:hover,
  .dp-prev:focus,
  .dp-cal-month:focus,
  .dp-cal-month:hover,
  .dp-cal-year:hover,
  .dp-cal-year:focus {
    background: #75BCFC;
    color: white; } }

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center; }

.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0; }

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px; }

.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%; }

.dp-edge-day {
  color: #AAA; }

.dp-day:hover,
.dp-month:hover,
.dp-year:hover,
.dp-current:focus,
.dp-current,
.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #ddd;
  color: white;
  cursor: pointer; }

.dp-selected:hover,
.dp-selected:focus,
.dp-selected {
  background: #aaa;
  color: #FFF; }

.dp-day-disabled {
  background: transparent;
  color: #DDD; }

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD; }

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%; }

/* Responsive overrides */
@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%; }
  .dp-day-of-week,
  .dp-day {
    padding: 8px; } }

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@keyframes slide-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

div.label-group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  div.label-group-list button {
    border: 2px solid rgba(148, 143, 122, 0.2);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 2px;
    padding: 6px 15px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    background: #fff;
    /*

        background:#fff;
        border:1px solid #d2d4d6;
        padding: 15px;
        text-align:center;
        margin: 0 10px 0 0;
        outline:none;
        box-shadow:none;
        cursor:pointer;
        opacity: 0.5;
        line-height: 25px;*/ }
    div.label-group-list button.active, div.label-group-list button:hover {
      border: 2px solid #000; }
    div.label-group-list button.active {
      opacity: 1;
      border-width: 2px; }
  div.label-group-list.length-labels {
    max-width: 800px;
    overflow: hidden;
    overflow-x: auto; }
    div.label-group-list.length-labels button {
      white-space: nowrap; }

div.next-30-box {
  font-size: 13px;
  padding: 0;
  height: 42px;
  border: 1px solid rgba(148, 143, 121, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #1e2432; }
  div.next-30-box i.far, div.next-30-box i.fas {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    text-align: center; }
  div.next-30-box a {
    color: #1e2432;
    text-decoration: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

ol.TimesList {
  list-style: none;
  padding: 0 0 18px 0;
  margin: 0 0 18px 0; }

ol.TimesList li {
  font-size: 13px;
  font-weight: 500;
  padding: 0 8px 0 18px;
  height: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border: 1px solid rgba(148, 143, 121, 0.2);
  margin-bottom: -1px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }
  ol.TimesList li.with-short-length {
    color: #856404 !important;
    background-color: #fff3cd; }
  ol.TimesList li .int-debug {
    color: #0faadc;
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    cursor: pointer; }
  ol.TimesList li .boka-button {
    width: 100px;
    margin-left: 10px; }
    ol.TimesList li .boka-button a {
      cursor: pointer;
      min-height: 34px; }
      ol.TimesList li .boka-button a:hover {
        opacity: 0.8; }
    ol.TimesList li .boka-button a.book {
      background: #0BAADD;
      color: #fff;
      padding: 5px;
      text-align: center;
      display: block;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      margin: 4px 0;
      border-radius: 2px; }
      ol.TimesList li .boka-button a.book.wlt {
        display: none; }
    ol.TimesList li .boka-button.waitlist-btn a.book {
      display: none; }
    ol.TimesList li .boka-button.waitlist-btn a.wlt {
      display: block; }
    ol.TimesList li .boka-button.waitlist-btn a.wlt {
      background: #576B84;
      color: #fff; }

ol.TimesList.special-meal li.not-available {
  display: none; }

ol.TimesList li.hasNoGroupLabels {
  height: auto !important; }

ol.TimesList li div.TimeList-Labels {
  display: none; }

ol.TimesList li.hasLabels div.TimeList-Labels {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

ol.TimesList li.hasLabels div.TimeList-Labels label:last-child {
  border: none 0px; }

ol.TimesList li div.TimeList-Boka {
  display: none; }

ol.TimesList li:not(.hasLabels) div.TimeList-Boka {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block; }
  ol.TimesList li:not(.hasLabels) div.TimeList-Boka.linked-na-label {
    max-width: none !important;
    text-align: center;
    font-weight: bold; }

ol.TimesList li.active,
ol.TimesList li:not(.disabled):hover {
  /*a.book, a.wlt {
        opacity: 0.8;
        transition: opacity 200ms;
        cursor: pointer;
    }*/ }

ol.TimesList li.not-available {
  background: #efefef;
  color: #1e2432; }
  ol.TimesList li.not-available.waitlist-full, ol.TimesList li.not-available.waitlist-full:hover {
    background: #f2f2f2;
    color: #ddd; }

ol.TimesList li.hasLabels div.TimeList-Labels label,
ol.TimesList li.with-short-length div.TimeList-Boka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none !important;
  border: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ol.TimesList li.hasLabels div.TimeList-Labels label span,
ol.TimesList li.with-short-length div.TimeList-Boka span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

ol.TimesList li.hasLabels div.TimeList-Labels label small,
ol.TimesList li.with-short-length div.TimeList-Boka small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  line-height: normal; }
  ol.TimesList li.hasLabels div.TimeList-Labels label small:empty,
  ol.TimesList li.with-short-length div.TimeList-Boka small:empty {
    display: none; }

ol.TimesList li.hasLabels div.TimeList-Labels label {
  display: block !important;
  min-height: 38px;
  line-height: 38px; }

@media only screen and (max-width: 479px) {
  ol.TimesList li.hasLabels div.TimeList-Labels label {
    max-width: 130px !important;
    white-space: nowrap;
    overflow: hidden; } }

ol.TimesList li:not(.not-available) div.TimeList-addtoWaitlist {
  display: none; }

ol.TimesList li.not-available div.TimeList-addtoWaitlist {
  font-weight: normal;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right; }

ol.TimesList li.not-available:hover div.TimeList-addtoWaitlist {
  color: #1e2432; }

ol.TimesList li.not-available:hover.waitlist-full div.TimeList-addtoWaitlist {
  color: #ddd; }

ol.TimesList.Waitlist li {
  float: left;
  background-color: #fff;
  color: #1e2432; }

ol.TimesList.Waitlist li.selected {
  background-color: #0faadc; }

ol.TimesList.Waitlist li.active {
  background-color: #0faaff; }

div.next_timelist {
  position: relative; }

div.next_timelist:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #ddd;
  left: 105px;
  top: 0px;
  bottom: 0px;
  height: 100%; }

div.next_timelist .time-list-row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  position: relative; }

div.next_timelist div.date-col {
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 100px; }

div.next_timelist div.date-col span {
  display: block;
  width: 50px;
  text-align: center; }

div.next_timelist div.date-col span.dt {
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #aaa;
  color: #fff; }

div.next_timelist div.times-col {
  -webkit-flex: 2 0 0;
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
  min-width: -webkit-calc(100% - 120px);
  min-width: calc(100% - 120px);
  padding-left: 20px;
  text-align: center; }
  div.next_timelist div.times-col h5 {
    margin: 0px 0 10px 0;
    line-height: normal; }
  div.next_timelist div.times-col span {
    display: block;
    background: #ddd;
    margin: 5px -5px -5px -5px;
    padding: 5px; }

div.next_timelist div.time-list-row:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #ddd;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 1px; }

div.next_timelist div.times-col a,
.timelist-actions a {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 7px;
  margin: 2px 4px;
  display: inline-block;
  text-decoration: none; }

div.next_timelist .time-list-row.with-labels {
  padding: 0; }

div.next_timelist div.times-col.with-labels a {
  padding: 0 7px; }

div.next_timelist .time-list-row.with-labels div.times-col {
  padding-top: 20px; }

.timelist-actions {
  overflow: hidden;
  padding: 20px; }

.timelist-actions a.left {
  float: left;
  width: 150px;
  cursor: pointer;
  text-align: center; }

.timelist-actions a.right {
  float: right; }

.TimesList-item.disabled {
  background-color: #f4f4f5;
  color: #d2d4d6; }

.TimesList-itemTime {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75px;
     -moz-box-flex: 0;
      -ms-flex: 0 1 75px;
          flex: 0 1 75px;
  width: 75px; }

.TimesList-itemInformation {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto; }

.TimesList-itemPerPerson {
  color: #787c84;
  position: relative;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.TimesList-itemCost {
  font-size: 18px;
  line-height: 25px; }

.special-type-offer-box {
  background: #111;
  color: #fff;
  padding: 10px;
  margin: 10px 0; }
  .special-type-offer-box h4 {
    margin: 0 !important; }
  .special-type-offer-box p {
    margin: 0; }

.login-box {
  border: 1px solid #EAE9E4;
  background: #F2F2F2;
  margin: 20px 0;
  padding: 15px; }
  .login-box.guest-details-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.5px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    cursor: text;
    padding: 18px;
    margin: 0;
    background: #fff !important;
    border: 1px solid rgba(148, 143, 121, 0.2);
    font-family: Inter, Helvatica, Arial, Serif; }
    .login-box.guest-details-login .bold {
      font-weight: 700; }
    .login-box.guest-details-login .log-out-btn {
      text-decoration: underline;
      cursor: pointer; }
  .login-box .SectionHeader, .login-box .SectionHeader h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-family: Inter, Helvatica, Arial, Serif;
    font-weight: 700;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.5px;
    text-transform: capitalize; }
  .login-box .login-content {
    color: #000;
    font-family: Inter, Helvatica, Arial, Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 16.5px */ }
    .login-box .login-content .login-field {
      border-radius: 2px;
      border: 1px solid #000;
      background: #FFF;
      padding: 8px 10px; }
      .login-box .login-content .login-field label {
        color: #8F8F8F;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: block; }
      .login-box .login-content .login-field input {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        border: none;
        width: 100%;
        display: block; }
        .login-box .login-content .login-field input:focus, .login-box .login-content .login-field input:active {
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .login-box .login-content .login-field.dflex {
        padding: 0px !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .login-box .login-content .login-field.dflex input[type="number"]::-webkit-outer-spin-button,
        .login-box .login-content .login-field.dflex input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          -moz-appearance: textfield;
          margin: 0; }
    .login-box .login-content .login-verify-code {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 20px; }
      .login-box .login-content .login-verify-code .login-field {
        width: 40px;
        height: 40px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        .login-box .login-content .login-verify-code .login-field input {
          text-align: center; }
  .login-box .login-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 10px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #4DA7D8;
    cursor: pointer;
    margin: 20px 0 12px 0;
    color: #fff; }
  .login-box .save-login label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    .login-box .save-login label input {
      width: 18px;
      height: 18px;
      margin-right: 5px; }

.login-box + .footer-auth-link {
  text-align: center; }
  .login-box + .footer-auth-link a {
    color: #000;
    -webkit-font-feature-settings: 'liga' off, 'clig' off;
       -moz-font-feature-settings: 'liga' off, 'clig' off;
            font-feature-settings: 'liga' off, 'clig' off;
    font-size: 13px;
    font-style: normal;
    line-height: 120%;
    text-decoration: underline; }

.auth-errors {
  color: #FF0000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px; }

.login-popup {
  position: absolute;
  top: -35px;
  left: 80px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgba(148, 143, 121, 0.2);
  width: 150px;
  -webkit-box-shadow: 1px 1px 12px #eee;
          box-shadow: 1px 1px 12px #eee;
  border-radius: 5px;
  color: #a3a3a3;
  font-size: 13px;
  font-family: 'Inter', Helvatica, Arial, Serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .login-popup img {
    margin-right: 5px; }

footer.w-footer {
  position: relative; }

ol.ExperiencesList li.gcc-header {
  line-height: 22px; }
  ol.ExperiencesList li.gcc-header h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  ol.ExperiencesList li.gcc-header div.gcc-attrs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    ol.ExperiencesList li.gcc-header div.gcc-attrs div:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px; }
  ol.ExperiencesList li.gcc-header div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    min-height: 20px; }

body.giftcard ol.ExperiencesList li.gcc-header div.gcc-attrs:not(.selected) > div + div {
  opacity: 0.4; }

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

ol.OptionsList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 36px;
  min-height: 213px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border: 1px solid #d2d4d6;
  background-color: #fff;
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 25px; }

.gc-headline {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.ConsumerConfirmationHeader.gc-product-btn {
  position: fixed;
  height: 100px;
  margin-bottom: 0px;
  padding: 0px;
  bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff; }

ol.OptionsList.meal-products {
  border-bottom: 1px solid #d2d4d6; }
  ol.OptionsList.meal-products li {
    margin: 0px 0px;
    padding: 0px;
    border: none !important;
    border-bottom: 1px solid #d2d4d6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto; }
    ol.OptionsList.meal-products li div.title {
      padding: 10px;
      margin: 10px 0 0 0;
      font-size: 14px;
      font-weight: bold;
      line-height: 30px;
      text-transform: uppercase;
      border: 1px solid #d2d4d6;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      ol.OptionsList.meal-products li div.title i.fas {
        display: none; }
      ol.OptionsList.meal-products li div.title i.fa-chevron-right {
        display: inline-block; }
      ol.OptionsList.meal-products li div.title div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      ol.OptionsList.meal-products li div.title div + div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 30px;
           -moz-box-flex: 0;
            -ms-flex: 0 1 30px;
                flex: 0 1 30px;
        text-align: right; }
    ol.OptionsList.meal-products li.open div.title {
      border-bottom: none 0px; }
    ol.OptionsList.meal-products li div.product-item {
      border: 1px solid #d2d4d6;
      display: none;
      padding: 20px; }
      ol.OptionsList.meal-products li div.product-item.gc-product {
        border: 1px solid rgba(148, 143, 121, 0.2);
        -webkit-box-shadow: none;
                box-shadow: none; }
        ol.OptionsList.meal-products li div.product-item.gc-product .presets {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 10px;
          margin-bottom: 10px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          ol.OptionsList.meal-products li div.product-item.gc-product .presets .preset {
            padding: 8px 12px;
            margin: 0;
            color: #000;
            background: #fff;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: 1px solid rgba(148, 143, 121, 0.5);
            border-radius: 2px;
            cursor: pointer; }
            ol.OptionsList.meal-products li div.product-item.gc-product .presets .preset:hover {
              border: 1px solid rgba(148, 143, 121, 0.8); }
            ol.OptionsList.meal-products li div.product-item.gc-product .presets .preset.active {
              border-color: #000;
              border-width: 2px;
              padding: 7px 11px; }
        ol.OptionsList.meal-products li div.product-item.gc-product:hover, ol.OptionsList.meal-products li div.product-item.gc-product.selected {
          border-color: #000;
          border-width: 2px;
          padding: 19px;
          cursor: pointer; }
        ol.OptionsList.meal-products li div.product-item.gc-product .item-qty .item-qty-label {
          width: 100px; }
        ol.OptionsList.meal-products li div.product-item.gc-product .item-qty .qty-btn {
          cursor: pointer; }
        ol.OptionsList.meal-products li div.product-item.gc-product .product-inner {
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      ol.OptionsList.meal-products li div.product-item.gc-product.global-product:hover, ol.OptionsList.meal-products li div.product-item.gc-product.global-product.selected {
        padding: 1px 20px !important; }
      ol.OptionsList.meal-products li div.product-item.gc-product.no-hover:hover {
        border: 1px solid rgba(148, 143, 121, 0.2) !important;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 2px 20px; }
      ol.OptionsList.meal-products li div.product-item.menu-item {
        display: block; }
      ol.OptionsList.meal-products li div.product-item .product-pairing {
        padding: 12px 15px;
        min-height: 100px;
        background: #eee;
        border: 1px solid #d2d4d6;
        display: block;
        width: 100%;
        margin: 20px 0 0 0; }
        ol.OptionsList.meal-products li div.product-item .product-pairing h4 {
          font-weight: bold;
          margin: 0;
          padding: 5px 0; }
        ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          min-height: 35px;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product .red-label {
            color: red; }
          ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product div {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 50px;
               -moz-box-flex: 0;
                -ms-flex: 0 1 50px;
                    flex: 0 1 50px; }
            ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product div.item-qty {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-box;
              display: -ms-flexbox;
              display: flex;
              width: 100px;
              margin-right: 10px; }
              ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product div.item-qty .item-qty-label {
                line-height: 20px;
                -webkit-box-flex: 0;
                -webkit-flex: 0 1 30px;
                   -moz-box-flex: 0;
                    -ms-flex: 0 1 30px;
                        flex: 0 1 30px; }
              ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product div.item-qty button.qty-btn {
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 3px; }
            ol.OptionsList.meal-products li div.product-item .product-pairing .paired-product div + div {
              -webkit-box-flex: 1;
              -webkit-flex: 1;
                 -moz-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
      ol.OptionsList.meal-products li div.product-item div.product-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        ol.OptionsList.meal-products li div.product-item div.product-inner h3 {
          font-size: 18px;
          text-transform: none;
          line-height: 18px;
          padding: 10px 0;
          margin: 0px; }
        ol.OptionsList.meal-products li div.product-item div.product-inner .OptionsList-itemDescription {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border: none; }
        ol.OptionsList.meal-products li div.product-item div.product-inner .OptionsList-itemQuantity {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
             -moz-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          padding-top: 6px;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          ol.OptionsList.meal-products li div.product-item div.product-inner .OptionsList-itemQuantity div.item-price {
            font-weight: bold;
            font-size: 14px;
            height: 35px;
            display: block;
            width: 100%;
            text-align: right; }
          ol.OptionsList.meal-products li div.product-item div.product-inner .OptionsList-itemQuantity div.QuantitySelector .productsBtn {
            min-width: 80px;
            width: auto; }
      ol.OptionsList.meal-products li div.product-item .item-qty {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        ol.OptionsList.meal-products li div.product-item .item-qty button.qty-btn {
          background: none;
          border: none;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background: #222;
          color: #fff;
          padding: 0px;
          font-size: 10px; }
          ol.OptionsList.meal-products li div.product-item .item-qty button.qty-btn[disabled] {
            background: #d2d4d6;
            color: #999; }
          ol.OptionsList.meal-products li div.product-item .item-qty button.qty-btn:focus, ol.OptionsList.meal-products li div.product-item .item-qty button.qty-btn:active {
            outline: none;
            border: none; }
        ol.OptionsList.meal-products li div.product-item .item-qty .item-qty-label {
          width: 35px;
          text-align: center;
          line-height: 30px;
          font-weight: bold;
          font-size: 14px; }
    ol.OptionsList.meal-products li.open div.product-item {
      display: block; }
    ol.OptionsList.meal-products li.open .title {
      color: inherit; }
      ol.OptionsList.meal-products li.open .title i.fa-chevron-down {
        display: inline-block; }
      ol.OptionsList.meal-products li.open .title i.fa-chevron-right {
        display: none; }

/*ol.OptionsList li:hover,
ol.OptionsList li.active {
    box-shadow: 0 0 0 1px #1e2432;
    border-color: #1e2432;
    z-index: 1;
}*/
ol.OptionsList h4 {
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
  color: #787c84; }

ol.OptionsList h4.price {
  color: #1e2432; }

ol.OptionsList h4 span {
  color: #787c84;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px; }

ol.OptionsList p {
  margin: 0; }

.OptionsList-itemQuantity {
  padding-left: 36px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-top: 40px; }
  .OptionsList-itemQuantity .productsBtn {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    color: red;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
    height: 54px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
    .OptionsList-itemQuantity .productsBtn.selectedProduct {
      background: #0faadc;
      color: #fff;
      border: 1px solid #0faadc; }

.QuantitySelector-button[disabled] .QuantitySelector-buttonContent {
  background-color: rgba(244, 244, 245, 0.5); }

.QuantitySelector-buttonContent {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px; }

.QuantitySelector-button[disabled] {
  color: #d2d4d6; }

.QuantitySelector-button {
  margin-top: 0; }

.QuantitySelector-button {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  height: 54px;
  width: 54px;
  color: #1e2432;
  border: 1px solid #d2d4d6;
  background-color: #f4f4f5;
  margin-top: -1px;
  outline: none; }

.QuantitySelector-buttonIcon {
  font-size: 30px; }

.QuantitySelector {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto; }

.QuantitySelector {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  width: 162px;
  height: auto; }

.QuantitySelector-quantity {
  margin-top: 0;
  margin-right: -1px; }

.QuantitySelector-quantity {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid #d2d4d6;
  margin-top: -1px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 25px; }

.OptionsList-itemDescription {
  -ms-flex: 1 0 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
     -moz-box-flex: 1;
          flex: 1 0 0%;
  padding-right: 36px;
  border-right: 1px solid #d2d4d6; }

.QuantitySelector-button [data-disabled="disabled"] {
  pointer-events: none; }

ol.OptionsList li.mandatoryProduct {
  border-color: #ff0000; }

.mandatoryError {
  text-align: center;
  font-size: 12px;
  color: #ff0000;
  height: 25px;
  margin-bottom: -25px; }

div.terms-chk {
  display: block;
  margin-bottom: 20px; }

div.terms-checkbox {
  display: inline-block;
  width: 82px;
  padding-right: 10px; }

div.terms-label {
  display: inline-block;
  vertical-align: middle;
  max-width: -webkit-calc(100% - 90px);
  max-width: calc(100% - 90px); }

div.terms-list {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  white-space: break-spaces; }

div.terms-headline {
  text-align: center;
  margin-bottom: 20px; }

div.terms-headline h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0; }

div.rest-terms {
  text-align: center;
  color: #999; }
  div.rest-terms a {
    color: #0faadc;
    text-decoration: none; }

div.terms-headline h5 {
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0;
  font-weight: normal;
  line-height: normal; }

div.ff-terms-box {
  background-color: #fff;
  border: 1px solid #d2d4d6;
  display: block;
  padding: 14px 20px 13px 20px;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  color: inherit;
  margin: 20px 0;
  font-weight: normal; }

div.ff-terms-box br {
  display: none; }

div.ff-terms-box:after {
  content: "\f078";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #888;
  font-weight: bold; }

button.Button--primary[disabled] {
  color: #777;
  background: #ddd;
  border-color: #aaa; }

.terms-checkbox input {
  display: none; }

.terms-checkbox label {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #fff;
  color: #aaa;
  border: 1px solid #ddd;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.terms-checkbox input:checked + label,
.terms-checkbox.active label {
  background: #0faadc;
  color: #fff;
  border: 1px solid #0faadc; }

div.payment-errors {
  padding: 5px;
  color: #ff0000;
  font-weight: bold; }

div.payment-request-msg {
  color: #fff;
  background-color: #000;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin: 20px 0 30px; }

div.Button.Button-Black {
  background: #000;
  color: #fff;
  line-height: 45px;
  text-align: center;
  height: 40px;
  padding: 0px;
  cursor: pointer; }
  div.Button.Button-Black:hover {
    background: #222 !important; }

div.warning-box {
  background: #fbbbbd; }

div.no_show_text {
  padding: 5px; }

div.no_show_text:empty {
  display: none; }

div.lang_payment_head {
  padding: 5px; }

div.cards-images {
  width: 250px;
  background: url("/img/cards_line.png") no-repeat top left;
  margin: 0px; }

div.payment-window div.selectBox {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-right: 10px; }

div.card-details-attr {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  margin-bottom: 20px;
  text-transform: uppercase; }

#card-element {
  border: 1px solid black; }

.color-dull {
  color: #969696; }

.noBorder {
  border: none 0px !important; }

div.payment-window div.selectBox:after {
  top: 12px; }

div.payment-form-controls div.control-group {
  display: block;
  margin-bottom: 10px; }

.payment-window {
  padding: 10px;
  background-color: #ddd;
  border: 1px solid #bbb;
  position: relative;
  margin: 10px; }

.payment-window:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 10px;
  width: 0;
  height: 0;
  border-bottom: 16px solid #ddd;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent; }

.payment-window input {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #bbb; }

.payment-window select {
  background: #fff;
  padding: 5px;
  min-width: 100px; }

label.imp {
  display: block; }

.giftcard-redeem {
  position: relative;
  border: 1px solid #ddd; }
  .giftcard-redeem .overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 888; }
  .giftcard-redeem .wrapper-redeem {
    position: fixed;
    left: 0px;
    right: 0px;
    height: 300px;
    z-index: 999;
    -webkit-transition: bottom 200ms ease-in-out;
    transition: bottom 200ms ease-in-out;
    padding: 30px 60px;
    display: block;
    bottom: 0px;
    background: #fff; }
    .giftcard-redeem .wrapper-redeem .header {
      height: 70px;
      display: grid;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #ddd;
      margin: -30px -60px 0 -60px;
      grid-template-columns: auto 30px;
      font-weight: bold;
      font-size: 16px; }
      .giftcard-redeem .wrapper-redeem .header div:first-child {
        text-align: center; }
    .giftcard-redeem .wrapper-redeem .card-content {
      max-width: 650px;
      margin: 0 auto;
      padding: 10px 0; }
      .giftcard-redeem .wrapper-redeem .card-content .gc-errors {
        color: red; }
      .giftcard-redeem .wrapper-redeem .card-content .Button {
        line-height: 40px;
        margin-top: 20px;
        cursor: pointer; }
      .giftcard-redeem .wrapper-redeem .card-content .giftcard-form {
        display: grid;
        grid-template-columns: auto 190px; }
        .giftcard-redeem .wrapper-redeem .card-content .giftcard-form input {
          border: 1px solid #ddd;
          outline: none;
          padding: 10px;
          color: #777; }
        .giftcard-redeem .wrapper-redeem .card-content .giftcard-form label {
          display: block;
          font-size: 11px;
          text-transform: uppercase;
          color: #999; }
        .giftcard-redeem .wrapper-redeem .card-content .giftcard-form .card-number input {
          min-width: 190px; }
        .giftcard-redeem .wrapper-redeem .card-content .giftcard-form .card-expiry input {
          width: 50px; }
          .giftcard-redeem .wrapper-redeem .card-content .giftcard-form .card-expiry input:last-child {
            width: 80px; }

@media screen and (max-width: 600px) {
  .giftcard-redeem .wrapper-redeem {
    padding: 15px !important; }
    .giftcard-redeem .wrapper-redeem .header {
      margin: -15px !important; }
    .giftcard-redeem .wrapper-redeem .giftcard-form .card-number input {
      min-width: 140px; } }

ul.country-list {
  list-style: none;
  padding: 0px;
  margin: 0;
  background: #fff;
  border: 1px solid #888;
  position: absolute;
  left: 0;
  margin-top: 53px;
  z-index: 999;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto; }

ul.country-list li {
  display: block;
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin: 0; }

ul.country-list li:hover {
  background: #bbb; }

.flag-box {
  display: inline-block;
  width: 20px;
  margin-right: 15px; }

.dial-code {
  margin-left: 15px; }

.iti-flag {
  width: 20px; }

.iti-flag.be {
  width: 18px; }

.iti-flag.ch {
  width: 15px; }

.iti-flag.mc {
  width: 19px; }

.iti-flag.ne {
  width: 18px; }

.iti-flag.np {
  width: 13px; }

.iti-flag.va {
  width: 15px; }

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px; }

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px; }

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px; }

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px; }

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px; }

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px; }

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px; }

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px; }

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px; }

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px; }

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px; }

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px; }

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px; }

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px; }

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px; }

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px; }

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px; }

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px; }

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px; }

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/img/widget/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

body.success-custom-request {
  color: #000;
  background: #fff;
  padding-top: 10px;
  font-size: 14px; }
  body.success-custom-request .Section {
    padding: 0 !important;
    height: 100%; }
  body.success-custom-request div.invitation-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e1dfe9;
    border-radius: 0px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.success-custom-request div.invitation-box.allergy-cf {
      border-top: 0px; }
    body.success-custom-request div.invitation-box div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 70%;
         -moz-box-flex: 0;
          -ms-flex: 0 1 70%;
              flex: 0 1 70%; }
      body.success-custom-request div.invitation-box div h2 {
        margin: 0;
        padding: 0;
        font-size: 16px; }
      body.success-custom-request div.invitation-box div p {
        padding: 0;
        margin: 0;
        color: #888; }
      body.success-custom-request div.invitation-box div a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 2px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        color: #222;
        border: 1px solid #222;
        font-weight: 500; }
        body.success-custom-request div.invitation-box div a.copied {
          background: #0BAADD;
          border-color: #0BAADD;
          color: #fff; }
      body.success-custom-request div.invitation-box div + div {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: right; }
  body.success-custom-request div.action-btns {
    margin: 20px 0; }
  body.success-custom-request div.resv-details-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    body.success-custom-request div.resv-details-controls button {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      cursor: pointer; }
      body.success-custom-request div.resv-details-controls button.btn-red {
        background-color: #B60A0A;
        color: #fff; }
  body.success-custom-request div.Section-container {
    min-height: -webkit-calc(100vh - 60px);
    min-height: calc(100vh - 60px); }
  body.success-custom-request .success-message-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.success-custom-request .success-message-box > div {
      width: 100%; }
    body.success-custom-request .success-message-box .d-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      body.success-custom-request .success-message-box .d-flex.justify-content-between {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        body.success-custom-request .success-message-box .d-flex.justify-content-between a {
          padding-top: 10px; }
          body.success-custom-request .success-message-box .d-flex.justify-content-between a i {
            font-size: 20px; }
    body.success-custom-request .success-message-box h2 {
      margin-bottom: 0px;
      padding-bottom: 10px; }
    body.success-custom-request .success-message-box p {
      margin: 0px; }
    body.success-custom-request .success-message-box .close-widget-box {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      text-align: right;
      cursor: pointer; }
  body.success-custom-request .main-widget-wrapper {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important; }
  body.success-custom-request footer {
    position: relative;
    border-bottom: 1px solid #d2d4d6; }
  body.success-custom-request .reservation-mini-attrs {
    border-top: 1px solid #FAF8F4;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    body.success-custom-request .reservation-mini-attrs .rest-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 150px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 150px;
              flex: 0 0 150px; }
      body.success-custom-request .reservation-mini-attrs .rest-image .logo-wrapper {
        background-size: cover;
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
        body.success-custom-request .reservation-mini-attrs .rest-image .logo-wrapper .logo-placeholder {
          background-color: #000;
          position: absolute;
          inset: 0;
          opacity: 0.3; }
          body.success-custom-request .reservation-mini-attrs .rest-image .logo-wrapper .logo-placeholder + img {
            -webkit-filter: invert(100%);
                    filter: invert(100%);
            width: 90px;
            height: auto; }
    body.success-custom-request .reservation-mini-attrs .rest-details {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      line-height: 1.8em; }
      body.success-custom-request .reservation-mini-attrs .rest-details .rest-detail-txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        body.success-custom-request .reservation-mini-attrs .rest-details .rest-detail-txt div:first-child {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 24px;
             -moz-box-flex: 0;
              -ms-flex: 0 0 24px;
                  flex: 0 0 24px;
          text-align: center;
          margin-right: 5px; }
      body.success-custom-request .reservation-mini-attrs .rest-details h2 {
        margin: 0;
        font-size: 20px; }
    body.success-custom-request .reservation-mini-attrs + .resv-details-controls {
      margin-top: 0px; }
  body.success-custom-request .payment-window ol.ExperiencesList.booking-details-list li {
    min-height: auto !important;
    height: auto;
    margin-bottom: 0px; }
    body.success-custom-request .payment-window ol.ExperiencesList.booking-details-list li:not(:last-child) {
      border-bottom-width: 0px; }
  body.success-custom-request .booking-details-attrs {
    color: #000;
    margin: 20px 0 20px 0;
    background: #FAF8F4;
    border-radius: 8px;
    padding: 10px 0; }
    body.success-custom-request .booking-details-attrs div.attr-row {
      border-bottom: 1px solid #D2CDC4;
      margin: 0;
      padding: 20px; }
      body.success-custom-request .booking-details-attrs div.attr-row div.label {
        line-height: normal;
        font-weight: 500;
        font-size: 13px; }
      body.success-custom-request .booking-details-attrs div.attr-row:last-child {
        border-bottom: 0px none; }

.custom-resv-form {
  margin: 20px 0;
  border: 1px solid #d2d4d6;
  min-height: 80px;
  background: #fff; }
  .custom-resv-form div.input-field {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 0 30% !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 0 30% !important;
            flex: 1 0 30% !important;
    border-right: 1px solid #d2d4d6;
    border-top: none 0px !important; }
    .custom-resv-form div.input-field label {
      height: 25px; }
    .custom-resv-form div.input-field:last-child {
      border-right: none 0px !important; }
  .custom-resv-form .city-labels {
    margin: 5px 0; }
    .custom-resv-form .city-labels button {
      display: inline-block;
      background: #eee;
      border: 1px solid #d2d4d6;
      padding: 7px 20px;
      text-align: center;
      border-radius: 3px;
      margin: 3px; }
      .custom-resv-form .city-labels button:focus, .custom-resv-form .city-labels button:active {
        background: #eee;
        border: 1px solid #d2d4d6;
        color: inherit;
        outline: none; }
      .custom-resv-form .city-labels button.active {
        background: #0faadc;
        outline: none;
        color: #fff;
        border-color: #0faadc; }

.custom-resrv-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 40px 0; }
  .custom-resrv-controls div.select-dropdown-container label {
    height: 55px; }
  .custom-resrv-controls div.reserv-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 30%; }
    .custom-resrv-controls div.reserv-control label.main {
      display: block;
      padding: 5px 0; }
  .custom-resrv-controls.with-city div.reserv-control {
    min-width: 25%;
    margin: 0 5px; }

header.SectionHeader.custom-req-header {
  border-bottom: none;
  margin: 0 -60px 0px -60px !important;
  padding: 0 60px 20px 60px; }

header.SectionHeader.custom-req-header h3 {
  margin-bottom: 10px;
  border-bottom: none; }

header.SectionHeader p.left {
  text-align: left;
  color: #999; }

.Section-container.custom_request .border-bottom {
  border-bottom: 1px solid #d2d4d6;
  margin: 0 -60px 20px -60px !important;
  padding: 0 60px 27px 60px; }

.Section-container.custom_request .title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px; }

.custom-resrv-terms {
  background: #fff;
  margin: 0 -60px 40px -60px;
  padding: 20px 60px 0 60px;
  border-top: 1px solid #d2d4d6;
  border-bottom: 1px solid #d2d4d6; }

.custom-requst-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.custom-requst-modal > div.modal-content {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow-y: auto; }

.custom-requst-modal button {
  cursor: pointer; }

.custom-requst-modal header {
  font-weight: bold; }

.custom-requst-modal h1 {
  border-bottom: 1px solid #e9ecef;
  margin: 0 -20px 15px -20px;
  padding: 0 20px 10px 20px;
  font-size: 18px; }

.custom-requst-modal hr {
  background: #e9ecef;
  height: 1px;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 20px -20px; }

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  cursor: pointer;
  text-decoration: none; }

.modal-close:hover {
  color: #000; }

.custom-requst-modal div.guestForm {
  border: 1px solid #d2d4d6;
  margin: 20px 0 0 0; }

a.custom-request-btn:link,
a.custom-request-btn:visited,
a.custom-request-btn {
  color: blue;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer; }

.custom-requst-modal > div.modal-content button {
  font-size: 16px; }

@media only screen and (min-width: 482px) {
  .ButtonGroup {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (min-width: 480px) {
  .SectionHeader p {
    max-width: 100%;
    margin: 0;
    padding: 0px; } }

@media only screen and (max-width: 479px) {
  #scroller {
    background: #fff; }
  body {
    max-width: 100vw; }
  ol.SizesList li span {
    display: inline-block;
    margin-left: 10px; }
  .Section {
    padding-top: 10px; }
  div.OptionsList-itemDescription {
    border: none;
    padding-right: 0px; }
  div.OptionsList-itemQuantity {
    padding-left: 0px;
    padding-top: 0px; }
  div.QuantitySelector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto; }
  ol.OptionsList li {
    padding: 20px; }
  div.QuantitySelector button.QuantitySelector-button.subBtn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  div.QuantitySelector button.QuantitySelector-button.addBtn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  div.QuantitySelector .QuantitySelector-quantity {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .booking-details-attrs .details {
    padding: 8px 3px 8px 10px !important; }
  .booking-details-attrs div.row {
    padding: 8px 3px !important; }
  footer div.action-btns {
    margin: 0 auto !important; }
  .Section-container, body.calendar .Section-container, ol.ExperiencesList.exp-box-meal {
    padding: 0 20px; }
  .ConsumerCalendar-day {
    height: 47px; }
  .ConsumerCalendar-dayText {
    font-size: 13px;
    line-height: 40px; }
  .SectionHeader p {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 13px; }
  .ConsumerCalendar-monthHeading, .ConsumerCalendar-weekday {
    font-size: 11px;
    line-height: 16px; }
  .ConsumerCalendar-monthHeading {
    font-size: 13px; }
  .SectionHeader {
    padding-bottom: 0px; }
  .SectionHeader h1 {
    font-size: 24px;
    line-height: 28px; }
  .TimesList-itemCost {
    font-size: 16px;
    line-height: 20px; }
  body.meals .SectionHeader h1 {
    margin: 20px 0; }
  /*.guestForm.responsive{
        -webkit-flex-direction: row;
        flex-direction: row;
    }*/
  /*.guestForm.responsive div.input-field,
    .guestForm.responsive div.input-field.with-top-border{
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right:0;
        border-top: none 0px !important;
        border-left: none 0px !important;
        border-bottom: 1px solid #d2d4d6;
    }*/
  /*.guestForm.responsive input.textInput.countryList{

        flex: 1 0 100px;
        -webkit-flex: 1 0 100px;
        -ms-flex: 1 0 100px;

    }*/
  /*.guestForm.responsive input.textInput.phoneField
    {
        -webkit-flex: 1 0 calc(50% - 100px) !important;
        -ms-flex: 1 0 calc(50% - 100px) !important;
        flex: 1 0 calc(50% - 100px) !important;
    }*/
  .terms-layer {
    left: -100%;
    top: 0px;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out; }
  .terms-layer.show {
    left: 0;
    top: 0; }
  div.TimeList-addtoWaitlist span.hint--top {
    display: none !important; }
  .ProgressBarMini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    padding: 5px 17px; }
    .ProgressBarMini .logo {
      margin: 0; }
      .ProgressBarMini .logo div {
        padding: 0; }
    .ProgressBarMini .booking-details > div:last-child, .ProgressBarMini .booking-details > div:first-child {
      display: none; }
    .ProgressBarMini .allergy-box {
      padding: 14px 0;
      text-align: center; }
      .ProgressBarMini .allergy-box .pull-right {
        float: none; }
  .Section.booking-confirm-section .ProgressBarMini .booking-details {
    border-bottom: none; }
  .ProgressBarMini div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    min-height: auto;
    padding: 14px 10px; }
  .ProgressBarMini > div:nth-child(2) {
    border: none 0px;
    border-top: 1px solid #d2d4d6;
    border-bottom: 1px solid #d2d4d6; }
  div.stripe-payment-form span.pay-title {
    left: 0px;
    right: 0px;
    top: 0px; }
  div.card-fields {
    display: block;
    line-height: 30px; }
  div.card-fields div {
    display: block;
    margin: 5px 0; }
  div.card-fields div + div:before,
  div.card-fields div + div + div:before {
    left: 5px;
    top: 0px; }
  body.calendar .Fields .left,
  body.calendar .Fields .right {
    float: none;
    width: 100%;
    display: block;
    margin: 0px 2% 0px 0px; }
  body.calendar .Fields .right {
    padding: 0;
    margin-top: 20px; }
  /** custom event request **/
  .custom-requst-modal > div.modal-content {
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none; }
  .custom-requst-modal div.guestForm.responsive .input-field {
    padding: 5px 10px; }
  .guestForm.responsive .input-field.with-tdp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .guestForm.responsive .input-field.with-tdp div {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 0 auto !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
            flex: 1 0 auto !important;
    width: 100%; }
  .guestForm.responsive .input-field.with-tdp div:nth-child(2) {
    border-top: 1px solid #d2d4d6; }
  .guestForm.responsive .input-field.with-tdp ul.time-picker-list {
    left: 0; }
  .Receipt-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2px !important; }
  .Receipt-lineDescription {
    text-align: left;
    padding: 2px !important; }
  .Receipt-lineTotal {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: left;
    padding: 2px !important; } }

@media screen and (max-width: 500px) {
  footer.reservation {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #d2d4d6;
    right: 0px; }
  nav.HeaderNav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    height: 70px !important;
    min-height: 70px !important; }
  body.no-header {
    padding-top: 0px !important; }
  #scroller {
    border-left: none;
    border-right: none; } }

@media only screen and (min-width: 481px) and (max-width: 790px) {
  .Section-container, body.calendar .Section-container, ol.ExperiencesList.exp-box-meal {
    padding: 0 20px; }
  .TimesList-itemCost {
    font-size: 16px;
    line-height: 20px; }
  .guestForm.responsive .textInput,
  .guestForm.responsive .intl-tel-input {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
            flex: 1 0 100%;
    margin-right: 0; }
  .guestForm.responsive input.textInput.phoneField {
    -webkit-flex: 1 0 -webkit-calc(50% - 100px) !important;
    -ms-flex: 1 0 calc(50% - 100px) !important;
    -webkit-box-flex: 1 !important;
       -moz-box-flex: 1 !important;
            flex: 1 0 calc(50% - 100px) !important; } }

@media screen and (min-width: 300px) and (max-width: 700px) {
  .ConsumerCalendar-month {
    -webkit-flex-basis: -webkit-calc(100% - 2px) !important;
        -ms-flex-preferred-size: calc(100% - 2px) !important;
            flex-basis: calc(100% - 2px) !important;
    padding-right: 0px; }
  .ConsumerCalendar .ConsumerCalendar-month + .ConsumerCalendar-month {
    padding-left: 0; }
  .ConsumerCalendar {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .ConsumerCalendar-monthHeading a.cal-left,
  .ConsumerCalendar-monthHeading a.cal-right {
    display: none; } }

@media screen and (min-width: 700px) {
  #booking-success {
    min-width: 100% !important;
    max-width: 100% !important; } }

@media screen and (min-width: 740px) {
  body.header-logo a.HeaderNav-restaurantLink span {
    display: none; }
  body.header-logo a.HeaderNav-restaurantLink img {
    display: inline-block; }
  body.header-logo nav.HeaderNav {
    min-height: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.header-bg .widget-header {
    background-position: 50%;
    display: block;
    background-size: cover; }
  body.header-bg nav.HeaderNav:not(.shown) {
    display: none; }
  body.HeaderSizeLg:not(.header-logo) nav.HeaderNav h1.HeaderNav-restaurant {
    font-size: 2.5em !important;
    line-height: 2.5em !important; }
  body.noHeader nav.HeaderNav {
    display: none !important; } }

@media screen and (min-width: 600px) {
  div.widget-group-header {
    /*display: block !important;*/ }
  body.fixed-position nav.HeaderNav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    height: 70px !important;
    min-height: 70px !important; }
  body.fixed-position nav.HeaderNav img {
    /*display: none !important;*/ }
  body:not(.header-bg),
  body.fixed-position {
    /*    background: linear-gradient(180deg, #ffffff 0 69px, #d2d4d6 69px 70px, #f4f4f5 70px 100%) no-repeat fixed 0px 0px !important;*/ }
  body.fixed-position.no-gap {
    padding-top: 0px !important; }
  body.header-bg .widget-header {
    height: 270px; }
  body.noHeader nav.HeaderNav {
    display: none !important; } }

@media screen and (max-width: 799px) {
  body {
    padding-top: 0px; } }

@media screen and (min-width: 450px) {
  body.header-bg .widget-header {
    height: 320px; }
  body.noHeader nav.HeaderNav {
    display: none !important; }
  div.main-widget-wrapper {
    min-height: 800px;
    overflow-y: auto; }
  #scroller {
    background: #fff; }
  body {
    max-width: 800px;
    margin: 0 auto;
    background: #f4f4f5 !important; }
    body.fixed-position, body.bg-header, body.header-bg {
      background: #f4f4f5 !important; }
  footer {
    position: static; }
  body.noHeader nav.HeaderNav {
    display: none !important; }
  body.header-bg .widget-header {
    max-width: 800px; }
  .ProgressBar, .HeaderNav {
    max-width: 800px !important;
    margin: 0 auto; }
  section.Section {
    background: #fff !important;
    border-top: none 0px; }
  div.ProgressBarMini {
    margin-bottom: 0px !important; }
  div.widget-header {
    display: none !important; }
  nav.HeaderNav {
    display: block !important;
    max-width: 800px !important;
    margin: 0 auto; }
  div.ProgressBar,
  nav.HeaderNav,
  div.ProgressBarMini {
    border-left: none;
    border-right: none; }
  body.header-logo a.HeaderNav-restaurantLink img,
  a.HeaderNav-restaurantLink img {
    display: none !important; }
  body.header-logo a.HeaderNav-restaurantLink span {
    display: block; } }

@media screen and (max-height: 800px) {
  div.main-widget-wrapper {
    min-height: auto !important;
    overflow-y: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1250px) {
  .ConsumerCalendar {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ConsumerCalendar .ConsumerCalendar-month {
      -webkit-box-flex: 1 !important;
      -webkit-flex: 1 !important;
         -moz-box-flex: 1 !important;
          -ms-flex: 1 !important;
              flex: 1 !important;
      padding-left: 0px !important; } }

/*# sourceMappingURL=app-widget.css.map */
