@media print {
  .no-print, .no-print * {
    display: none !important; } }

.reservation-pop-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99998;
  background-color: #000;
  opacity: 0.5;
  left: 0;
  display: none; }

.reservation-title {
  text-align: center;
  font-family: "Supreme", san-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em; }
  @media (min-width: 768px) {
    .reservation-title {
      position: relative;
      font-family: "Supreme", san-serif;
      font-weight: 600;
      font-size: 20px;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 1em; }
      .reservation-title span {
        display: inline-block;
        padding: 0 2em;
        background: #fff;
        position: relative;
        z-index: 1; }
      .reservation-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
        background: #d9d9d9; } }

.reservation-steps {
  display: flex;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
  justify-content: space-around;
  font-family: 'Helvetica', Arial, serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #d9d9d9; }
  @media (max-width: 767px) {
    .reservation-steps {
      display: none; } }
  .reservation-steps li.step-divider {
    width: 80px;
    position: relative;
    margin: 0;
    border: 0 !important; }
    .reservation-steps li.step-divider::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 1px;
      width: 100%;
      background: #d9d9d9; }
  .reservation-steps li[data-step]::before {
    content: attr(data-step) ". "; }
  .reservation-steps li.active {
    color: #000;
    border-bottom: 2px solid #000; }
  .reservation-steps-mob {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 9px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 2em; }
    .reservation-steps-mob li:not(.active) {
      display: none; }

@media (min-width: 768px) {
  .reservation-container {
    display: flex;
    justify-content: space-between; }
    .reservation-container .reservation-left {
      width: 40%;
      padding-right: 40px; }
    .reservation-container .reservation-right {
      width: 60%; } }

@media (max-width: 767px) {
  .reservation-content-one .reservation-container .reservation-right {
    display: none; } }

.reservation-subtitle {
  text-align: center;
  font-family: "Supreme", san-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
  padding: 0.5em;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1em; }

.reservation-block {
  position: relative; }
  .reservation-block + .reservation-block {
    margin-top: 20px; }
  .reservation-block .eproduct-content {
    display: flex;
    justify-content: space-between; }
  .reservation-block .eproduct-image {
    width: 40%;
    float: left;
    min-height: 128px; }
    .reservation-block .eproduct-image img {
      max-width: 100%; }
  .reservation-block .eproduct-details {
    width: 55%;
    float: right; }
    .reservation-block .eproduct-details > select {
      width: 100%;
      height: 24px;
      font-size: 10px;
      border-color: #d9d9d9;
      padding: 0 10px;
      margin-top: 5px;
      max-width: 72px; }
    .reservation-block .eproduct-details button {
      width: 125px;
      height: 26px;
      line-height: 26px;
      font-size: 11px; }
      @media (max-width: 767px) {
        .reservation-block .eproduct-details button {
          font-size: 9px; } }
  .reservation-block .eproduct-name {
    font-weight: 600;
    margin-bottom: 1em; }
  .reservation-block .eproduct-price {
    text-align: left !important;
    font-weight: 600;
    margin: 2em 0 1em; }
  .reservation-block button,
  .reservation-block .button {
    line-height: 30px;
    height: 30px;
    padding: 0 1em; }
  .reservation-block .eproduct-color,
  .reservation-block .eproduct-size {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.8; }
  .reservation-block .eproduct-color span:last-child {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    vertical-align: middle;
    margin-left: 10px; }
  .reservation-block .eproduct-size span:first-child {
    margin-right: 8px; }
  .reservation-block select.search-store {
    appearance: none;
    border-radius: 0;
    line-height: 25px;
    height: 25px;
    width: 100%;
    font-size: 12px;
    padding: 0 8px;
    color: #000;
    border: 1px solid #d9d9d9;
    background: url("../../images/country-arrow.png") center right no-repeat; }
    @media (min-width: 768px) {
      .reservation-block select.search-store {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px; } }
  .reservation-block .store-list {
    margin-top: 20px;
    padding: 10px 0;
    max-height: 445px;
    overflow-y: scroll; }
    @media (max-width: 767px) {
      .reservation-block .store-list {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 11px;
        max-height: none; } }
    .reservation-block .store-list li {
      position: relative;
      padding: 20px 30px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .reservation-block .store-list li {
          padding: 15px 20px; } }
      .reservation-block .store-list li .store-left p {
        line-height: 1.5; }
        .reservation-block .store-list li .store-left p.openbutton {
          display: inline-block;
          cursor: pointer;
          text-decoration: none;
          border-bottom: 1px solid;
          padding-bottom: 1px;
          margin-top: 1em;
          text-transform: uppercase;
          letter-spacing: .15em;
          font-size: 0.9em; }
          @media (max-width: 767px) {
            .reservation-block .store-list li .store-left p.openbutton {
              font-size: 9px; } }
        .reservation-block .store-list li .store-left p.timehide span {
          display: block; }
      .reservation-block .store-list li .store-left h2 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 1em; }
        .reservation-block .store-list li .store-left h2 span {
          text-transform: none;
          position: static; }
      .reservation-block .store-list li .store-line {
        display: block; }
        .reservation-block .store-list li .store-line span:first-child {
          width: 70px;
          text-transform: uppercase;
          font-size: 10px; }
          @media (max-width: 767px) {
            .reservation-block .store-list li .store-line span:first-child {
              display: none; } }
      .reservation-block .store-list li .store-right {
        display: flex; }
        .reservation-block .store-list li .store-right div {
          text-align: right;
          align-self: flex-end; }
          .reservation-block .store-list li .store-right div > span {
            display: block; }
          .reservation-block .store-list li .store-right div button.booking {
            margin-top: 10px;
            display: block;
            width: 160px;
            background: #000;
            color: #fff;
            font-size: 11px;
            white-space: nowrap;
            float: right; }
            .reservation-block .store-list li .store-right div button.booking + * {
              clear: both; }
            @media (max-width: 767px) {
              .reservation-block .store-list li .store-right div button.booking {
                font-size: 9px;
                width: auto; } }
            .reservation-block .store-list li .store-right div button.booking[disabled] {
              background: #adadad; }
    .reservation-block .store-list li.selected {
      background-color: #eaeaea; }
  .reservation-block .mobile-select-store {
    line-height: 35px;
    height: 35px;
    width: 100%;
    margin-top: 1em; }

.reservation-contact {
  padding-top: 1.5em; }
  .reservation-contact .tableRow {
    min-height: 50px; }
  .reservation-contact label {
    display: inline-block;
    text-transform: uppercase;
    width: 110px;
    padding: 0 15px 0 5px;
    text-align: right;
    line-height: 30px;
    font-size: 10px;
    letter-spacing: .1em;
    position: relative; }
    @media (max-width: 767px) {
      .reservation-contact label {
        display: none; } }
  .reservation-contact .phone-container,
  .reservation-contact .phone-container select,
  .reservation-contact .input-text,
  .reservation-contact .input-select {
    display: inline-block;
    width: 288px;
    border-radius: 0;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 .5em;
    border-color: #d9d9d9; }
    @media (min-width: 768px) {
      .reservation-contact .phone-container::-webkit-input-placeholder,
      .reservation-contact .phone-container select::-webkit-input-placeholder,
      .reservation-contact .input-text::-webkit-input-placeholder,
      .reservation-contact .input-select::-webkit-input-placeholder {
        color: transparent; }
      .reservation-contact .phone-container:-moz-placeholder,
      .reservation-contact .phone-container select:-moz-placeholder,
      .reservation-contact .input-text:-moz-placeholder,
      .reservation-contact .input-select:-moz-placeholder {
        color: transparent; }
      .reservation-contact .phone-container::-moz-placeholder,
      .reservation-contact .phone-container select::-moz-placeholder,
      .reservation-contact .input-text::-moz-placeholder,
      .reservation-contact .input-select::-moz-placeholder {
        color: transparent; }
      .reservation-contact .phone-container:-ms-input-placeholder,
      .reservation-contact .phone-container select:-ms-input-placeholder,
      .reservation-contact .input-text:-ms-input-placeholder,
      .reservation-contact .input-select:-ms-input-placeholder {
        color: transparent; } }
    @media (max-width: 767px) {
      .reservation-contact .phone-container,
      .reservation-contact .phone-container select,
      .reservation-contact .input-text,
      .reservation-contact .input-select {
        width: 100%; }
        .reservation-contact .phone-container::-webkit-input-placeholder,
        .reservation-contact .phone-container select::-webkit-input-placeholder,
        .reservation-contact .input-text::-webkit-input-placeholder,
        .reservation-contact .input-select::-webkit-input-placeholder {
          color: #d9d9d9; }
        .reservation-contact .phone-container:-moz-placeholder,
        .reservation-contact .phone-container select:-moz-placeholder,
        .reservation-contact .input-text:-moz-placeholder,
        .reservation-contact .input-select:-moz-placeholder {
          color: #d9d9d9; }
        .reservation-contact .phone-container::-moz-placeholder,
        .reservation-contact .phone-container select::-moz-placeholder,
        .reservation-contact .input-text::-moz-placeholder,
        .reservation-contact .input-select::-moz-placeholder {
          color: #d9d9d9; }
        .reservation-contact .phone-container:-ms-input-placeholder,
        .reservation-contact .phone-container select:-ms-input-placeholder,
        .reservation-contact .input-text:-ms-input-placeholder,
        .reservation-contact .input-select:-ms-input-placeholder {
          color: #d9d9d9; } }
  .reservation-contact .error-message {
    color: #f00; }
    .reservation-contact .error-message::-webkit-input-placeholder {
      color: #f00; }
    .reservation-contact .error-message:-moz-placeholder {
      color: #f00; }
    .reservation-contact .error-message::-moz-placeholder {
      color: #f00; }
    .reservation-contact .error-message:-ms-input-placeholder {
      color: #f00; }
  .reservation-contact .checkbox-newsletter {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 110px;
    line-height: 1; }
    @media (max-width: 767px) {
      .reservation-contact .checkbox-newsletter {
        padding-left: 0;
        margin-bottom: 10px; } }
    .reservation-contact .checkbox-newsletter label {
      display: inline-block;
      width: auto;
      text-align: left;
      line-height: 1.25; }
    .reservation-contact .checkbox-newsletter .checkbox-text {
      display: inline-block;
      position: unset;
      margin-top: 0;
      text-transform: none;
      line-height: inherit; }
      .reservation-contact .checkbox-newsletter .checkbox-text span, .reservation-contact .checkbox-newsletter .checkbox-text a {
        display: inline-block; }
    @media (max-width: 767px) {
      .reservation-contact .checkbox-newsletter #newslettersmsE,
      .reservation-contact .checkbox-newsletter .checkbox-text {
        display: inline; } }
  .reservation-contact #newslettersmsE {
    appearance: checkbox;
    margin: 0;
    width: 20px;
    height: 16px;
    vertical-align: middle; }
  .reservation-contact .cta {
    padding-left: 110px; }
    .reservation-contact .cta button,
    .reservation-contact .cta .button {
      width: 168px;
      float: left;
      font-size: 11px; }
    .reservation-contact .cta button.apply {
      margin-left: 10px; }
    @media (max-width: 767px) {
      .reservation-contact .cta {
        padding-left: 0; }
        .reservation-contact .cta button,
        .reservation-contact .cta .button {
          width: calc(50% - 5px); } }

.reservation-pop {
  display: none;
  position: fixed;
  width: 1000px;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  padding: 3rem 1.5rem;
  background: #fff;
  box-sizing: border-box;
  font-size: 12px; }
  @media (max-width: 767px) {
    .reservation-pop {
      max-height: none;
      max-width: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: none;
      padding: 20px;
      overflow: auto; } }
  .reservation-pop * {
    box-sizing: border-box; }
  .reservation-pop .closeBtn {
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    top: 10px;
    right: 10px;
    background: 0 0;
    font-size: 20px;
    width: 32px;
    height: 32px;
    position: absolute; }
    .reservation-pop .closeBtn::before {
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .reservation-pop .closeBtn {
        top: 0;
        right: 0;
        font-size: 15px; } }
  .reservation-pop .error {
    color: red; }
  .reservation-pop p {
    line-height: 1.25; }
    .reservation-pop p.store-reserved-address, .reservation-pop p.store-reserved-telephone {
      letter-spacing: .1em;
      margin-bottom: 0.8em; }
    .reservation-pop p.store-reserved-name {
      font-weight: 600;
      margin-bottom: 1em; }
    .reservation-pop p.store-reserved-open-time > i {
      font-style: normal;
      font-size: .8em;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      border-bottom: 1px solid;
      padding-bottom: 1px;
      margin-top: 5px;
      text-transform: uppercase;
      letter-spacing: .15em; }
      .reservation-pop p.store-reserved-open-time > i:not(.open) + span {
        display: none; }
      .reservation-pop p.store-reserved-open-time > i + span {
        margin-top: .5em; }
    .reservation-pop p.store-reserved-open-time span {
      display: inherit;
      word-wrap: break-word;
      word-break: break-all;
      line-height: 1.5; }
  .reservation-pop .reservation-content-three {
    display: none; }
    @media (min-width: 768px) {
      .reservation-pop .reservation-content-three {
        padding-top: 1em; } }
    .reservation-pop .reservation-content-three h1 {
      text-align: center;
      font-weight: normal;
      border-bottom: none;
      font-family: "Supreme", san-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: .1em;
      line-height: 28px; }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three h1 {
          font-size: 19px;
          order: 2; } }
    .reservation-pop .reservation-content-three .hours-left {
      font-size: 10px;
      padding: 10px 20px;
      box-sizing: border-box;
      text-align: center;
      background: #000;
      color: #fff;
      margin: 0 -20px; }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three .hours-left {
          margin: 1.8em 0 0;
          font-size: 13px; } }
      .reservation-pop .reservation-content-three .hours-left h2 {
        font-size: inherit; }
    .reservation-pop .reservation-content-three .cta-left, .reservation-pop .reservation-content-three .cta-right {
      text-align: center;
      margin-top: 1em; }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three .cta-left, .reservation-pop .reservation-content-three .cta-right {
          margin: 0;
          width: 188px;
          order: 1;
          text-align: left; } }
    @media (min-width: 768px) {
      .reservation-pop .reservation-content-three .cta-right {
        text-align: right;
        order: 3; } }
    .reservation-pop .reservation-content-three .cta button {
      height: 28px;
      line-height: 28px;
      font-size: 11px;
      padding: 0 2em;
      margin: auto;
      width: 184px;
      display: inline-block;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three .cta button {
          width: auto; } }
    .reservation-pop .reservation-content-three .content {
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three .content {
          margin-top: 30px;
          flex-direction: row; } }
      .reservation-pop .reservation-content-three .content > div {
        position: relative;
        margin-top: 1.5em;
        order: 2; }
        @media (min-width: 768px) {
          .reservation-pop .reservation-content-three .content > div {
            width: 32% !important;
            margin: 0; } }
        @media (max-width: 767px) {
          .reservation-pop .reservation-content-three .content > div.right {
            order: 1; } }
      @media (min-width: 768px) {
        .reservation-pop .reservation-content-three .content .left ul {
          max-height: 400px;
          overflow: auto; } }
      .reservation-pop .reservation-content-three .content .left ul li {
        display: inline-block;
        margin-bottom: 20px;
        width: 100%; }
      .reservation-pop .reservation-content-three .content .middle .MapE {
        margin-top: 20px;
        height: 250px; }
      .reservation-pop .reservation-content-three .content .right {
        width: auto; }
        .reservation-pop .reservation-content-three .content .right p {
          display: block;
          width: auto; }
        .reservation-pop .reservation-content-three .content .right small {
          font-size: inherit; }
        .reservation-pop .reservation-content-three .content .right .has-label {
          display: flex;
          justify-content: space-between;
          font-size: 11px;
          margin-top: 1em; }
          @media (min-width: 768px) {
            .reservation-pop .reservation-content-three .content .right .has-label {
              font-size: 12px; } }
          .reservation-pop .reservation-content-three .content .right .has-label small {
            width: 30%;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            font-size: 0.85em; }
          .reservation-pop .reservation-content-three .content .right .has-label span {
            width: 60%; }
          .reservation-pop .reservation-content-three .content .right .has-label.b span {
            font-weight: 600; }
        .reservation-pop .reservation-content-three .content .right .top p.dataDetails {
          margin: 30px 0; }
          .reservation-pop .reservation-content-three .content .right .top p.dataDetails + p span {
            width: 100%;
            display: inline-block; }
          .reservation-pop .reservation-content-three .content .right .top p.dataDetails + p span.alert-content {
            margin: 20px 0; }
        .reservation-pop .reservation-content-three .content .right .top span.continue-shopping {
          width: 96%;
          border: 1px solid #d9d9d9;
          display: inline-block;
          text-align: center;
          margin: 0 2%;
          line-height: 32px;
          background: #000;
          color: #fff; }
        .reservation-pop .reservation-content-three .content .right span.print {
          position: absolute;
          bottom: -58px;
          border: 1px solid #d9d9d9;
          width: 100%;
          left: 0;
          text-align: center;
          cursor: pointer;
          margin: 0;
          height: 34px;
          line-height: 34px; }
  .reservation-pop .reservation-content-two {
    display: none; }
    @media (max-width: 767px) {
      .reservation-pop .reservation-content-two .reservation-container {
        display: flex;
        flex-direction: column; }
        .reservation-pop .reservation-content-two .reservation-container > div {
          order: 2; }
          .reservation-pop .reservation-content-two .reservation-container > div.reservation-right {
            order: 1; }
          .reservation-pop .reservation-content-two .reservation-container > div.reservation-left {
            margin-top: 2em; } }
    .reservation-pop .reservation-content-two .alreadyReserved {
      max-height: 380px;
      overflow: auto; }
      .reservation-pop .reservation-content-two .alreadyReserved ul {
        max-height: 220px;
        overflow: auto; }
        .reservation-pop .reservation-content-two .alreadyReserved ul li {
          display: inline-block;
          width: 100%;
          margin-bottom: 10px; }
      @media (max-width: 767px) {
        .reservation-pop .reservation-content-two .alreadyReserved, .reservation-pop .reservation-content-two .alreadyReserved ul {
          max-height: none; } }
  .reservation-pop .reservation-content-one .store-popup {
    width: 800px;
    position: absolute;
    margin-left: -400px;
    left: 50%;
    margin-top: 15%;
    border: 1px solid #000;
    background: #fff;
    height: 150px;
    text-align: center;
    z-index: 3;
    display: none; }
    @media (max-width: 767px) {
      .reservation-pop .reservation-content-one .store-popup {
        width: 90%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        position: fixed;
        padding: 20px;
        left: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .reservation-pop .reservation-content-one .store-popup > span {
      display: inline-block;
      box-sizing: border-box;
      border: 1px solid #000;
      background: #fff;
      text-align: center;
      padding: 0 50px;
      line-height: 30px;
      font-size: 12px;
      font-family: "Supreme", san-serif;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .15em;
      margin-right: 45px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .reservation-pop .reservation-content-one .store-popup > span {
          margin-bottom: 10px;
          width: 100%;
          padding: 0; } }
      .reservation-pop .reservation-content-one .store-popup > span + span {
        background: #000;
        color: #fff; }
        @media (max-width: 767px) {
          .reservation-pop .reservation-content-one .store-popup > span + span {
            margin-bottom: 0; } }
    .reservation-pop .reservation-content-one .store-popup h1 {
      line-height: 40px;
      border: none;
      margin: 20px;
      font-weight: 100;
      font-size: 16px; }
      @media (max-width: 767px) {
        .reservation-pop .reservation-content-one .store-popup h1 {
          margin: 0 .5em 1.5em;
          line-height: 1.25; } }
  .reservation-pop .reservation-content-one .store-pop-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #d9d9d9;
    opacity: 0.7;
    left: 0;
    display: none;
    z-index: 2; }
    @media (max-width: 767px) {
      .reservation-pop .reservation-content-one .store-pop-background {
        position: fixed; } }
  .reservation-pop .reservation-content-one .reservation-left .reservation-product .eproduct-image {
    width: 40%;
    float: left;
    min-height: 128px; }
    .reservation-pop .reservation-content-one .reservation-left .reservation-product .eproduct-image img {
      width: 100%; }
  .reservation-pop .reservation-content-one .reservation-left .reservation-product .eproduct-details .eproduct-image a {
    float: right;
    width: 80px;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer; }
  .reservation-pop .reservation-content-one .reservation-left .reservation-product p.error {
    display: inline-block;
    width: 100%; }
  .reservation-pop .reservation-content-one .reservation-left .reserved ul {
    max-height: 250px;
    overflow-y: auto; }
    .reservation-pop .reservation-content-one .reservation-left .reserved ul li {
      list-style: none;
      display: inline-block;
      width: 100%;
      position: relative;
      margin-bottom: 20px; }
      .reservation-pop .reservation-content-one .reservation-left .reserved ul li .eproduct-details .inner-right {
        float: none;
        display: initial;
        width: 58%;
        margin-top: 30px; }
        .reservation-pop .reservation-content-one .reservation-left .reserved ul li .eproduct-details .inner-right .delete {
          text-align: center;
          font-family: sans-serif;
          font-weight: 100;
          position: absolute;
          font-size: 28px;
          line-height: inherit;
          cursor: pointer;
          background: url(../../images/deleteBtn.png) no-repeat;
          background-size: 60%;
          text-indent: 99px;
          overflow: hidden;
          width: 20px;
          height: 20px;
          top: 0;
          right: 0; }

.reservation-pop-Login {
  width: 500px;
  position: fixed;
  margin-left: -250px;
  top: 15%;
  left: 50%;
  margin-top: 15%;
  border: 1px solid #000;
  background: #fff;
  height: 150px;
  text-align: center;
  z-index: 12000;
  display: none;
  padding: 20px;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .reservation-pop-Login {
      width: 90%;
      margin-left: 5%;
      left: 0;
      height: 200px; } }
  .reservation-pop-Login > span {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    font-size: 12px;
    text-align: center;
    padding: 0 50px;
    line-height: 30px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #000;
    font-family: "Supreme", san-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em; }
    @media (max-width: 767px) {
      .reservation-pop-Login > span {
        margin: 0;
        display: inline-block;
        width: calc(50% - 20px);
        padding: 0; } }
    .reservation-pop-Login > span + span {
      background: #000;
      margin-left: 40px;
      color: #fff; }
      @media (max-width: 767px) {
        .reservation-pop-Login > span + span {
          margin-left: 10px; } }
  .reservation-pop-Login h1 {
    line-height: 40px;
    border: none;
    margin: 20px;
    font-weight: 100;
    font-size: 16px; }
    @media (max-width: 767px) {
      .reservation-pop-Login h1 {
        line-height: normal;
        margin: 20px 0; } }

.reservation-pop-Login-background {
  position: fixed;
  z-index: 11000;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #d9d9d9;
  opacity: 0.7;
  left: 0;
  display: none; }

.bar-code {
  margin-left: 20px;
  margin-right: 20px; }
  .bar-code img#imgcode:not([src='']) {
    display: block;
    max-width: 100%;
    max-height: 80px;
    border: 1px solid #000; }

@media (max-width: 767px) {
  .add-responsive-menu .sub-responsive-menu {
    background: #000; }
  .mobile-menu + .userNav .e-reservation {
    display: none; } }

#header .ereservation {
  position: absolute;
  left: 143px;
  top: 10px;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 1023px) {
    #header .ereservation {
      display: none; } }
  #header .ereservation span.reservation-link {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
    font-weight: 600; }

#header.sticky-header .ereservation {
  z-index: 0;
  display: none; }
