body {
  font-family: Montserrat, Roboto, sans-serif;
}

.old-price {
  text-decoration: line-through;
}

.old-price:hover {
  text-decoration: line-through !important;
}

#calendarModal p {
  font-family: Montserrat, Roboto, sans-serif;
}

#calendarModal * {
  position: relative;
  z-index: 1000;
}

#calendarModal {
  z-index: 1000;
}

#calendar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 600px;
  z-index: 1000;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

html {
  box-sizing: border-box;
  height: 100vh;
  width: 100vw;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
}
*,
:after,
:before {
  box-sizing: inherit;
}

#dw-wrapper {
  position: relative;
  height: 100%;
}
#dw-table {
  display: table;
  width: 100%;
  height: 100vh;
  border-collapse: collapse;
  border: none;
}
#dining-widget-app {
  min-width: 300px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.dw-row {
  display: table-row;
  height: 100%;
}

.dynamic-height-adjust {
  background: transparent;
}

.dw-short-row {
  height: 0px;
}
.dw-cell {
  display: table-cell;
  padding: 0;
  border: none;
}
.dw-app-container {
  min-width: 300px;
  width: 696px;
}
::-webkit-scrollbar {
  display: none;
}
.sr-error-page {
  text-align: center;
  font-size: 14px;
  margin: 10px;
}
.bg-image {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#cc3dsMountId > iframe {
  border: none;
  max-width: 360px;
  max-height: 415px;
  background: #fff !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0 0 12px -2px;
  z-index: 1001;
}

#loadingIndicator {
  height: 60px;
  width: 60px;
  z-index: 1002;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#calendarModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#calendar {
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 679px;
  max-width: 679px;
}

.experience-container {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}

.experience-inner-container {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}

.experience-by-text {
  text-align: center;
  position: relative;
  color: rgb(75, 116, 101);
  font-family: Montserrat;
  font-size: 11px;
}

.sevenrooms-link {
  font-size: 11px;
  color: rgb(75, 116, 101);
  text-decoration: none;
}

.sevenrooms-link:hover {
  text-decoration: underline;
}

button:disabled {
  background-color: rgb(149 149 149 / 30%) !important;
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
}

.closed {
  cursor: default;
  background: #eee !important;
  opacity: 0.5;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
#calendarModal table {
  border: none;
  background-color: rgb(238, 238, 238);
  width: 100%;
  border-collapse: collapse;
}
#calendarModal td {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
#calendarModal td.selected {
  font-weight: bold;
  color: white;
}

#calendarModal button svg {
  width: 18px;
  color: rgb(75, 116, 101);
}

.title-selector {
  border-bottom: 1px solid rgb(211, 211, 216);

  padding: 12px;
}

.title {
  margin: 0;
  font-size: 32px;
  text-align: center;
  color: rgb(75, 116, 101);
}

.title-of-exp {
  margin: 10px 0 0 0;
  font-size: 20px;
  text-align: center;
  color: rgb(75, 116, 101);
  position: relative;
}

.guest-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 12px;
  color: rgb(75, 116, 101);
  gap: 10px;
}

.guest-selector button:active {
  background-color: rgb(199, 226, 241);
}

.guest-selector button:focus {
  outline: none;
}

.guest-selector button {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-family: inherit;
  color: inherit;
  width: 44px;
  height: 44px;
  padding: 0px;
  top: 0px;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
}

.guest-selector span {
  display: flex;
  justify-content: center;
  width: 175px;
  font-size: 20px;
}

.guest-title {
  font-size: 15px !important;
}

.calendar-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.month-navigation {
  line-height: 40px !important;
  background-color: rgb(238, 238, 238);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 12px;
  color: rgb(75, 116, 101);
  gap: 10px;
}

.month-navigation button {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-family: inherit;
  color: inherit;
  width: 44px;
  height: 44px;
  padding: 0px;
  top: 0px;
  border-radius: 8px;
  background-color: transparent;
  cursor: pointer;
}

.desc {
  display: block;
  padding: 20px 4%;
  text-align: center;
  line-height: 24px;
  color: rgb(75, 116, 101);
  background-color: rgb(238, 238, 238);
}

.month-navigation button:active {
  background-color: rgb(199, 226, 241);
}

.month-navigation button:focus {
  outline: none;
}

.month-navigation span {
  display: flex;
  justify-content: center;
  font-family: Arial;
  width: 175px;
  font-size: 20px;
  color: rgb(75, 116, 101);
}

#calendarModal table {
  width: 100%;
  height: 400px;
  font-size: 10px;
  text-align: center;
  table-layout: fixed;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
}

#calendarModal th {
  text-align: center;
  border: none;
  height: 42px;
  display: table-cell;
  width: 14.2857%;
  font-weight: normal;
}

#calendarModal td:not(.day) {
  background-color: rgb(238, 238, 238);
}

#calendarModal tr {
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(75, 116, 101);
}

#calendarModal td {
  border: none;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.5em;
  background-color: rgb(255, 255, 255);
  color: rgb(75, 116, 101);
}

#calendarModal td.disabled {
  color: rgba(75, 116, 101, 0.3);
  pointer-events: none;
}

#calendarModal td.selected {
  background-color: rgb(75, 116, 101);
  color: #fff;
}

.sc-gkRewV {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#calendarModal button.sc-eJReFG {
  font-size: 22px;
}

button[data-test="sr-guest-count-dropdown"] {
  display: inline-block;
  width: 175px;
  height: 44px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: rgb(75, 116, 101);
  position: relative;
}

button[data-test="sr-guest-count-dropdown"] div {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

button[data-test="sr-guest-count-dropdown"] div:last-child {
  font-size: 15px;
  color: rgb(75, 116, 101);
}

button.sc-eJReFG.disabled {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 700px) {
  #calendar {
    min-width: 100%;
    max-width: 100%;
  }

  .title {
    font-size: 24px;
  }

  .title-of-exp {
    font-size: 16px;
  }

  .title-of-exp::after {
    width: 100%;
  }

  .month-navigation button {
    width: 40px;
    height: 40px;
  }

  table {
    font-size: 8px;
  }

  td {
    font-size: 1.2em;
  }

  .desc {
    padding: 10px;
    font-size: 14px;
  }

  button[data-test="sr-guest-count-dropdown"] {
    width: 100%;
    height: 40px;
    font-size: 18px;
  }

  button[data-test="sr-guest-count-dropdown"] div {
    font-size: 14px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  .title {
    font-size: 28px;
  }

  .title-of-exp {
    font-size: 18px;
  }

  .month-navigation button {
    width: 45px;
    height: 45px;
  }

  table {
    font-size: 9px;
  }

  td {
    font-size: 1.4em;
  }

  .desc {
    padding: 15px;
    font-size: 16px;
  }

  button[data-test="sr-guest-count-dropdown"] {
    width: 150px;
    height: 44px;
    font-size: 20px;
  }

  button[data-test="sr-guest-count-dropdown"] div {
    font-size: 15px;
  }
}

@media (min-width: 1025px) {
  #calendar {
    min-width: 679px;
    max-width: 679px;
  }

  .title {
    font-size: 32px;
  }

  .title-of-exp {
    font-size: 20px;
  }

  .guest-selector {
    font-size: 18px;
    gap: 20px;
  }

  .guest-selector span {
    width: 175px;
  }

  .month-navigation {
    gap: 20px;
  }

  .month-navigation button {
    width: 50px;
    height: 50px;
  }

  table {
    font-size: 10px;
  }

  td {
    font-size: 1.5em;
  }

  .desc {
    padding: 20px 4%;
    font-size: 18px;
  }

  button[data-test="sr-guest-count-dropdown"] {
    width: 175px;
    height: 44px;
    font-size: 22px;
  }

  button[data-test="sr-guest-count-dropdown"] div {
    font-size: 15px;
  }
}

#sr-checkout-information {
  width: 89.3333%;
  margin: 0px auto;
  padding-top: 45px;
}

.form-header {
  text-align: center;
  width: auto;
  line-height: 19px;
  margin: 0px 30px 10px;
  padding-top: 1px;
}

.form-header span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(75, 116, 101);
}

.form-wrapper {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
}

.form-section {
  width: 100%;
  height: 46px;
  display: table;
  border-radius: 8px 8px 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}

.form-container {
  min-width: 300px;
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.form-input-wrapper {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.form-input-container {
  height: 100%;
  width: 100%;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding: 0px 2% 0px 8.35392%;
  overflow: auto;
}

.form-input-label {
  width: 85%;
  position: absolute;
  padding: 2px 0px 0px;
  font-size: 10px;
  color: rgb(154, 154, 154);
  display: none;
}

.form-input {
  font-size: 14px;
  height: 100%;
  min-height: 40px;
  width: 100%;
  min-width: 60px;
  padding: 0px;
  border: 0px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-family: Montserrat, Roboto, sans-serif !important;
}

.hr-divider {
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  width: 100%;
  border-color: rgb(238, 238, 238);
}

.phone-input-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0px 2% 0px 8.35392%;
}

.phone-input {
  color: rgb(154, 154, 154);
  font-size: 14px;
  height: 100%;
  min-height: 40px;
  width: 100%;
  padding: 0px;
  border: 0px;
  outline: none;
  background-color: transparent;
  font-family: inherit;
}

#sr-checkout-payment {
  width: 89.3333%;
  margin: 0px auto;
  padding-top: 45px;
}

.payment-header {
  text-align: center;
  width: auto;
  line-height: 19px;
  margin: 0px 30px 10px;
  padding-top: 1px;
}

.payment-header span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(75, 116, 101);
}

.payment-wrapper {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
}

.payment-iframe-container {
  height: 210px;
}

.payment-iframe {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
}

.payment-loading {
  display: none;
}

.summary-container {
  width: 100%;
  padding-bottom: 13px;
  outline: none;
  pointer-events: auto;
}

.summary-content {
  width: 89.3333%;
  margin: 0px auto;
  padding-top: 20px;
}

.summary-header {
  text-align: center;
  width: auto;
  line-height: 19px;
  margin: 0px 30px 10px;
  padding-top: 1px;
}

.summary-header span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(75, 116, 101);
}

.summary-wrapper {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
}

.summary-item {
  width: 100%;
  padding: 11px 4.1791% 11px 3.28358%;
  overflow: auto;
  border-radius: 8px 8px 0px 0px;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5);
}

.summary-item i {
  font-size: 23px;
  display: inline-block;
  float: left;
}

.summary-item span {
  display: inline-block;
  font-size: 14px;
  float: left;
  line-height: 23px;
  padding-left: 10px;
  max-width: 85%;
}

.hr-divider {
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  width: 100%;
  border-color: rgb(238, 238, 238);
}

.summary-button {
  width: 100%;
  padding: 11px 4.1791% 11px 3.28358%;
  overflow: auto;
  cursor: pointer;
  border: 0px;
  font-family: Avenir, Roboto, sans-serif;
  font-weight: 400;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5);
}

.summary-button i {
  font-size: 23px;
  display: inline-block;
  float: left;
  margin-top: -2px;
}

.summary-price {
  width: 100%;
  padding: 12px 4.1791% 16px 4.47761%;
  overflow: auto;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5);
}

.summary-price div {
  height: 21px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  float: left;
  clear: left;
}

.summary-total {
  height: 29px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 8px;
  float: left;
  clear: left;
}

.summary-total-price {
  height: 29px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 8px;
  float: right;
  clear: right;
}

.policy-container {
  width: 100%;
  padding: 16px 4.1791% 5px 4.47761%;
  border-radius: 0px 0px 8px 8px;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.5);
}

.policy-item {
  width: 100%;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
}

.policy-checkbox {
  width: 20px;
  height: 20px;
  opacity: 0.7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  margin-right: 3.26784%;
  cursor: pointer;
  background-color: inherit;
  padding: 0px;
  color: rgb(0, 0, 0);
}

.policy-text {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  max-width: 75%;
}

.policy-info {
  color: rgb(0, 0, 0);
  font-size: 23px;
  cursor: pointer;
  margin-left: auto;
  background-color: inherit;
  border: 0px;
  padding: 0px;
}

.prev-button-confirmation {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  font-family: inherit;
  outline: none;
  height: 26px;
  float: left;
  width: 26px;
  background-color: transparent;
  color: white;
  font-size: 22px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

.date-info {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0px auto;
  max-width: 700px;
  min-width: 300px;
  width: 100%;
  z-index: 20;
  padding: 7px;
  font-size: 12px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 20px;
  background-color: rgb(231, 214, 196);
}

#conf-screen {
  min-width: 300px;
  max-height: 600px;
  overflow-y: auto;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.date-info span {
  flex-grow: 1;
  text-align: center;
}

.date-holding-time-container {
  height: 24px;
  margin: 0px auto;
  max-width: 700px;
  min-width: 300px;
  width: 100%;
  z-index: 20;
  padding: 1px 0px 0px;
  font-size: 12px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 20px;
  background-color: rgb(231, 214, 196);
  border-top: 2px solid rgb(238, 238, 238);
  border-right-color: rgb(238, 238, 238);
  border-bottom-color: rgb(238, 238, 238);
  border-left-color: rgb(238, 238, 238);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.date-holding-time-container svg {
  width: 12px;
}

.upgrade-message-container {
  display: block;
  background-color: rgb(238, 238, 238);
  padding: 20px 4%;
  text-align: center;
  line-height: 24px;
  width: 100%;
  color: rgb(75, 116, 101);
}

.card-container {
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border-top: 1px solid rgb(238, 238, 238);
  background-color: rgb(255, 255, 255);
  min-height: 170px;
  border-bottom: 2px solid rgb(238, 238, 238);
}

.card-img {
  margin-top: 25px;
  display: block;
  float: right;
  width: 130px;
  height: 97px;
  object-fit: cover;
}

.card-text {
  width: 80%;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(75, 116, 101);
}

.card-price {
  width: 80%;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  font-weight: 300;
  color: rgb(75, 116, 101);
}

.cart-button {
  cursor: pointer;
  display: inline-flex;
  justify-items: center;
  align-items: center;
  height: 30px;
  line-height: 28px;
  width: 30px;
  margin: 0px 3px;
  border: 1px solid rgb(75, 116, 101);
  border-radius: 50%;
  box-sizing: inherit;
  font-family: WidgetIcons;
  font-style: normal;
  text-rendering: auto;
  outline: none;
  cursor: default;
  background-color: transparent;
  color: rgb(75, 116, 101);
}

.btn-disabled {
  opacity: 0.5;
}

.card-count {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 0px 3px;
  user-select: none;
  cursor: default;
  box-sizing: inherit;
  color: rgb(75, 116, 101);
}

.card-desc {
  height: 41px;
  display: block;
  color: rgb(75, 116, 101);
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-desc-container {
  width: 72%;
  font-size: 14px;
  font-weight: 300;
}

.card-readmore {
  font-weight: bold;
  padding-left: 5px;
  cursor: pointer;
  color: rgb(75, 116, 101);
}

.card-button {
  padding: 1px 6px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  height: 30px;
  line-height: 28px;
  width: 30px;
  margin: 0px 3px;
  border: 1px solid rgb(75, 116, 101);
  border-radius: 50%;
  box-sizing: inherit;
  font-family: WidgetIcons;
  font-style: normal;
  text-rendering: auto;
  outline: none;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
  color: rgb(75, 116, 101);
}

.cart-button {
  text-transform: lowercase;
  display: inline-block;
  width: 24%;
  height: 42px;
  padding: 0px;
  border: none;
  outline: none;
  border-radius: 2px;
  font-weight: 200;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  text-align: center;
  box-sizing: inherit;
  color: rgb(255, 255, 255);
  background-color: rgb(75, 116, 101);
  cursor: pointer;
  opacity: 1;
}

.cart-count {
  display: inline-block;
  height: 100%;
  width: 37%;
  text-align: left;
}

.card-cost {
  display: inline-block;
  height: 100%;
  width: 37%;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  color: rgb(75, 116, 101);
}

.cart-container {
  border-bottom: 2px solid rgb(238, 238, 238);
  width: 100%;
  height: 75px;
  line-height: 55px;
  padding: 10px 20px;
  color: rgb(75, 116, 101);
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.card-check {
  display: inline-block;
  width: 20%;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  color: rgb(75, 116, 101);
}

.form-information-container-inner {
  background: rgb(238, 238, 238);
  width: 89.3333%;
  margin: 0px auto;
  padding-top: 45px;
}

.form-information-container {
  padding-bottom: 13px;
  background: rgb(238, 238, 238);
  pointer-events: auto;
  width: 100%;
  outline: none;
}

.form-information-title {
  text-align: center;
  width: auto;
  line-height: 19px;
  margin: 0px 30px 10px;
  padding-top: 1px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(75, 116, 101);
}

.form-information-input {
  width: 100%;
  font-size: 14px;
  border: none;
  background-color: transparent;
  box-sizing: inherit;
  color: rgb(154, 154, 154);
  font-family: Montserrat;
}

.info-form-container {
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
  width: 100%;
  height: 46px;
  display: table;
  border-radius: 8px 8px 0px 0px;
  background-color: rgba(255, 255, 255, 0.5);
}

.payment-form-container {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 0px 12px -2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  display: flex;
  flex: 1 1 0%;
  min-height: min-content;
  flex-direction: column;
}

.payment-input-container {
  padding: 10px 10px 10px 17px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: row;
}

.payment-input {
  border: none !important;
  padding: 0px !important;
  min-height: auto !important;
  background: transparent;
  font-family: Montserrat, Roboto, sans-serif;
  min-height: 25px;
  flex: 1 1 0%;
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.hidden {
  display: none;
}

#calendarModal input {
  outline: none;
}

.payment-containers-group {
  display: flex;
  flex-flow: wrap;
}

.payment-mmyy {
  display: flex;
  flex: 2 1 0%;
  flex-flow: column wrap;
}

.payment-cvv {
  display: flex;
  flex: 1 1 0%;
  flex-flow: column wrap;
}

.add-services-text {
  height: 21px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  float: right;
  clear: right;
}

.payment-link {
  display: flex;
  width: 100%;
  padding: 7px 5.35828% 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: rgb(75, 116, 101);
  pointer-events: auto;
}

.payment-link:hover {
  color: inherit;
}

.payment-btn {
  width: 92.2667%;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  margin: 0px 4%;
  padding: 15px 0px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  border-width: 0px;
  font-family: Montserrat, Roboto, sans-serif;
  text-transform: capitalize;
  background-color: rgb(75, 116, 101);
  margin-bottom: 80px;
}

#calendarModal input:focus {
  border: none !important;
}

.banner {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #eee;
  position: absolute;
  top: 91px;
  left: 0px;
  width: 100%;
  z-index: 99;
  gap: 5px;
  transition: all 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}

.banner-sticky {
  background: #4b7465;
}

@media (max-width: 768px) {
  .banner {
    top: 60px;
  }
}
