.FullPage__Confirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 270px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media only screen and (max-width: 400px) {
  .FullPage__Confirmation {
    margin-top: 100px; } }

.FullPage__Confirmation__Title {
  margin: 30px 0; }

.FullPage__Confirmation__Subtitle {
  margin-bottom: 12px; }

.FullPage__Confirmation__Email-Text > * {
  color: #007ace; }

.FullPage__Confirmation__Email {
  margin-bottom: 60px; }

.FullPage__Confirmation__Close > * {
  color: #007ace;
  text-decoration: underline; }

.FullPage__Confirmation > button {
  padding: 0; }
.timeslot-selection {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%; }

.timeslot-selection__no-availability {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40vh;
  text-align: center; }

.timeslot-selection__no-availability > svg {
  margin-right: 0;
  margin-bottom: 2rem; }

.timeslot-selection__no-availability > button {
  width: min-content;
  text-decoration: underline;
  width: min-content;
  margin-top: 1rem;
  color: #007ace;
  padding: 0; }

.timeslot-selection__no-availability > button > span {
  color: #007ace; }

.timeslot-selection__no-availability > * {
  margin-bottom: 1rem; }

.timeslot-selection__calendar {
  width: 350px;
  position: fixed; }
  .timeslot-selection__calendar .calendar {
    margin-top: 50px; }

.timeslot-selection__timeslot-list {
  width: 50%;
  max-width: 600px;
  flex: 1;
  position: absolute;
  right: 0;
  padding: 0 10px; }
  .timeslot-selection__timeslot-list::-webkit-scrollbar {
    display: none; }
  .timeslot-selection__timeslot-list .timeslot-group {
    margin-bottom: 60px; }
    .timeslot-selection__timeslot-list .timeslot-group:last-child {
      margin-bottom: 30px; }

.timeslot-selection__calendar-button {
  position: absolute;
  right: 10px;
  background-color: transparent;
  border: none; }
  .timeslot-selection__calendar-button:focus {
    outline: 0; }
  .timeslot-selection__calendar-button path {
    fill: #EEA42A; }

@media (max-width: 854px) {
  .event-title,
  .timeslot-selection__timeslot-list__margin,
  .timeslot-selection__calendar {
    display: none !important; }
  .timeslot-selection {
    flex-direction: column;
    margin-top: 20px; }
  .timeslot-selection__timeslot-list {
    max-width: none;
    width: 100%;
    position: static;
    overflow-y: unset;
    padding: 0; }
    .timeslot-selection__timeslot-list .timeslot-group:last-child {
      margin-bottom: 0; } }

.timeslot-selection__loader {
  position: fixed;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 10000;
  border: 3px solid #9bd6ff;
  border-radius: 50%;
  border-top: 3px solid #007ace;
  width: 56px;
  height: 56px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.submission-loader-page {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.submission-loader-page__loader {
  margin-right: 10px;
  border: 5px solid #9bd6ff;
  border-radius: 50%;
  border-top: 5px solid #007ace;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.wizard-modal {
  background: #20201e;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in-out; }

.wizard-modal.ReactModal__Overlay--after-open {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.wizard-modal.ReactModal__Overlay--before-close {
  opacity: 0;
  transform: translateY(100%); }

.wizard-modal__root {
  position: absolute;
  background: #20201e;
  overflow: auto;
  outline: none;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: none; }

.wizard-modal__close-button {
  cursor: pointer;
  position: fixed;
  top: 40px;
  left: 40px; }

.wizard-modal__title-bar {
  background: #20201e;
  height: 68px;
  box-shadow: 0px 4px 8px rgba(15, 41, 58, 0.1);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.wizard-modal__title-bar__back-button {
  position: absolute;
  top: 18px;
  left: 10px; }
  .wizard-modal__title-bar__back-button button {
    padding: 5px 10px; }

.wizard-modal__body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 20px 20px 20px;
  height: 100%; }

@media (max-width: 1024px) {
  .wizard-modal {
    display: flex;
    flex-direction: column; }
  .wizard-modal__close-button {
    display: none; }
  .wizard-modal__title-bar {
    display: flex; }
  .wizard-modal__body {
    max-width: 100%;
    padding: 20px;
    margin: 0;
    margin-top: 68px; } }
.OrderDetails {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.OrderDetails__Input .text-style--body1 {
  font-family: futura-pt; }

.OrderDetails__Input {
  width: 45%; }

.OrderDetails__Summary {
  max-width: 40%; }

.OrderDetails__Summary__Back {
  cursor: pointer;
  margin-left: -12px;
  width: max-content; }
  .OrderDetails__Summary__Back:hover {
    background-color: #ececec;
    border-radius: 50%; }

.OrderDetails__Summary__Back > * {
  padding: 6px 12px !important; }

.OrderDetails__Header-Rule {
  display: none;
  margin-top: 42px;
  margin-bottom: 42px;
  border-top: 1px solid #d1d1d1; }

.OrderDetails__Overview {
  margin-top: 44px;
  animation: fade ease 1s;
  -webkit-animation: fade ease 1s;
  -moz-animation: fade ease 1s;
  -ms-animation: fade ease 1s; }

.OrderDetails__Overview__Values__Details {
  display: flex;
  flex-flow: row nowrap;
  width: 100%; }

.OrderDetails__Overview__Values__Details__Image {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px; }

.OrderDetails__Overview__Values__Details__Wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 14px;
  align-items: flex-start; }

@media only screen and (max-width: 1024px) {
  .OrderDetails {
    flex-flow: column nowrap;
    padding-bottom: 40px; }
  .OrderDetails__Input,
  .OrderDetails__Summary {
    width: 100%; } }

.OrderDetails__Summary__Image {
  width: 54px;
  height: 54px;
  margin-right: 14px;
  object-fit: cover;
  border-radius: 5px;
  background-color: #424242;
  margin-top: 26px;
  margin-bottom: 12px; }

.OrderDetails__Summary__Time-Slot {
  margin-top: 12px; }

.OrderDetails__Summary__Title {
  max-width: 322px;
  margin-bottom: 46px; }

.OrderDetails__Summary__Title > .title {
  text-transform: uppercase; }

/* Apply margin to middle element in time slot detail list.*/
.OrderDetails__Summary__Time-Slot > span:nth-child(2) {
  margin: 0 8px; }

.OrderDetails__Input__Customer-Form--disabled {
  opacity: 0.5; }

.OrderDetails__Input__Customer-Form__Submit {
  margin-top: 42px; }

.OrderDetails__Input__Customer-Form__Title {
  padding-bottom: 31px; }

.OrderDetails__Input__Quantity-Selection {
  margin-bottom: 42px; }

.OrderDetails__Button {
  margin-top: 42px;
  margin-bottom: 90px; }

.CustomOrder {
  display: flex;
  flex-direction: column; }

.CustomOrder__Description {
  margin-top: 31px; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.OrderDetails__Overview__Values {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  margin-bottom: 8px; }

.OrderDetails__Overview__Values__Total {
  justify-self: flex-end; }

.OrderDetails__Overview__Total {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

@media (max-width: 1024px) {
  .OrderDetails__Summary__Back {
    display: none; } }

.OrderDetails__ProductAddons {
  padding-bottom: 1px; }
  .OrderDetails__ProductAddons.disabled .OrderDetails__ProductAddons__Item {
    opacity: .5;
    cursor: default;
    pointer-events: none; }
.timeslot-group__header {
  margin-bottom: 20px; }

.timeslot-group__list > div {
  margin: 16px 0; }
  .timeslot-group__list > div:first-child {
    margin-top: 0; }
  .timeslot-group__list > div:last-child {
    margin-bottom: 0; }
.bottom-drawer,
.bottom-drawer__body {
  transition: all 0.4s ease; }

.bottom-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0; }

.bottom-drawer--open {
  visibility: visible;
  opacity: 1; }
  .bottom-drawer--open .bottom-drawer__body {
    bottom: -1px;
    transform: translate(-50%, 0); }

.bottom-drawer__body {
  display: inline-block;
  width: 100vw;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 0); }
  .bottom-drawer__body .card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.bottom-drawer__close-button {
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block; }
.text-style {
  color: #F3F3F3;
  font-family: minion-pro; }

.text-style--display1 {
  font-family: futura-pt;
  font-weight: 700;
  font-size: 28px;
  color: #EEA42A; }

.text-style--display2 {
  font-family: futura-pt;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #EEA42A; }

.text-style--display3 {
  font-weight: 500;
  font-size: 16px; }

.text-style--display4 {
  font-family: minion-pro;
  font-weight: 600;
  color: #A7A9AC;
  font-style: italic; }

.text-style--display5 {
  font-family: futura-pt;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #F3F3F3;
  text-transform: uppercase; }

.text-style--body1,
.text-style--body2,
.text-style--body3 {
  line-height: 26px; }

.text-style--body1 {
  font-weight: 400;
  font-size: 16px; }

.text-style--body2 {
  font-weight: 700;
  font-size: 16px; }

.text-style--body3 {
  font-weight: 400;
  font-size: 14px; }

.text-style--body4 {
  font-weight: 700;
  font-size: 14px; }
.CalendarSkeleton {
  display: flex;
  flex-direction: column;
  width: 330px; }

.CalendarSkeleton__Title > * {
  margin-bottom: 8px; }

.CalendarSkeleton__Title > div:first-child {
  margin-bottom: 15px; }

.CalendarSkeleton__Calendar {
  margin-top: 4rem; }

.CalendarSkeleton__Calendar__Title {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px; }

.CalendarSkeleton__Calendar__Title--hasTitleMargin {
  margin-right: 25%; }

.CalendarSkeleton__Calendar__Title--hasMarginRight {
  margin-right: 5%; }

.CalendarRow {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 20px; }
.event-title--inline {
  display: flex;
  align-items: flex-start; }

.event-title__thumbnail {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  object-fit: contain;
  background-color: transparent;
  margin-right: 15px;
  margin-bottom: 12px; }

.event-title__text {
  margin: 0;
  margin-top: -5px;
  max-width: 230px;
  line-height: 30px; }
.button {
  cursor: pointer;
  border-radius: 5px;
  font-family: futura-pt;
  font-weight: 700;
  color: #EEA42A;
  border: none;
  padding: 10px 42px;
  outline: none;
  border: 2px solid;
  border-radius: 0; }

/** colors **/
.button--color-primary {
  background-color: transparent; }
  .button--color-primary:active {
    background-color: #005c9b; }

.button--color-grayed {
  background-color: #a8a8a8; }

.button--color-danger {
  background-color: #ef6547; }
  .button--color-danger:active {
    background-color: #eb3e18; }

.button--color-default {
  background-color: #424242; }
  .button--color-default:active {
    background-color: #292929; }

.button--color-transparent {
  background-color: transparent;
  color: #424242; }

/** variants **/
.button--variant-outlined {
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px; }

.button--variant-outlined.button--color-primary {
  border: 2px solid #007ace;
  color: #007ace; }
  .button--variant-outlined.button--color-primary:active {
    background-color: #ceebff; }

.button--variant-outlined.button--color-danger {
  border: 2px solid #ef6547;
  color: #ef6547; }
  .button--variant-outlined.button--color-danger:active {
    background-color: #fdeeeb; }

.button--variant-outlined.button--color-default {
  border: 2px solid #424242;
  color: #424242; }
  .button--variant-outlined.button--color-default:active {
    background-color: #dbdbdb; }

.button--variant-text {
  background-color: transparent;
  padding: 0;
  border-radius: 0; }

.button--variant-text.button--color-primary {
  color: #007ace; }
  .button--variant-text.button--color-primary:active {
    background-color: #ceebff; }

.button--variant-text.button--color-danger {
  color: #ef6547; }
  .button--variant-text.button--color-danger:active {
    background-color: #fdeeeb; }

.button--variant-text.button--color-default {
  color: #424242; }
  .button--variant-text.button--color-default:active {
    background-color: #dbdbdb; }

/** disabled **/
.button--disabled {
  cursor: default;
  background-color: #58595B;
  border-color: #58595B;
  color: rgba(255, 255, 255, 0.38); }

.button--disabled.button--color-grayed,
.button--disabled.button--color-primary {
  background-color: #58595b;
  color: #979899; }

.button--disabled.button--color-danger {
  background-color: #f7b4a5; }

.button--disabled.button--color-default {
  background-color: #a8a8a8; }

.button--disabled.button--color-primary.button--variant-outlined,
.button--disabled.button--color-primary.button--variant-text {
  background-color: transparent;
  border-color: #82ccff;
  color: #82ccff; }

.button--disabled.button--color-danger.button--variant-outlined,
.button--disabled.button--color-danger.button--variant-text {
  background-color: transparent;
  border-color: #f7b4a5;
  color: #f7b4a5; }

.button--disabled.button--color-default.button--variant-outlined,
.button--disabled.button--color-default.button--variant-text {
  background-color: transparent;
  border-color: #757575;
  color: #757575; }

/** full width **/
.button--full-width {
  width: 100%; }
.calendar {
  font-family: futura-pt;
  color: #F3F3F3;
  position: relative; }

.calendar__loader {
  margin-left: 10px;
  border: 3px solid #9bd6ff;
  border-radius: 50%;
  border-top: 3px solid #007ace;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.calendar__header {
  display: flex;
  align-items: center;
  margin-bottom: 23px; }

.calendar__header__month {
  flex: 1;
  display: flex;
  align-items: center;
  color: #F3F3F3 !important; }

.calendar__matrix__day--header {
  text-transform: uppercase; }

.calendar__header__today-btn button {
  padding: 5px;
  margin-right: 5px;
  color: #9B9B9B !important;
  border: 0 !important; }

.calendar__header__month-navigator button {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 6px; }
  .calendar__header__month-navigator button:focus {
    outline: none; }
  .calendar__header__month-navigator button:active {
    background-color: #f3f3f3; }
  .calendar__header__month-navigator button:disabled {
    pointer-events: none; }
    .calendar__header__month-navigator button:disabled svg path {
      fill: #b9b9b9; }
  .calendar__header__month-navigator button > svg:first-child {
    margin-right: 0; }

.calendar__matrix {
  display: grid;
  gap: 15px 29px;
  grid-template-areas: ". . . . . . .";
  text-align: center;
  margin-left: -5px; }
  .calendar__matrix > div {
    display: flex; }

.calendar__matrix__day span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px; }

.calendar__matrix__day--header span {
  cursor: default;
  font-weight: 600; }

.calendar__matrix__day--current span {
  font-weight: 600; }

.calendar__matrix__day--selected span {
  background-color: #EEA42A;
  color: #201F1E;
  border-radius: 50%;
  font-weight: normal; }

.calendar__matrix__day--disabled span {
  cursor: default;
  color: #a8a8a8; }

.calendar__matrix__day--sold-out > span {
  cursor: default;
  color: #a8a8a8;
  position: relative; }

/** Add strikethrough to sold out events. */
.calendar__matrix__day--sold-out > span::after {
  content: "";
  border-bottom: 2px solid #a8a8a8;
  position: absolute;
  width: 100%; }
.CustomForm__Attendee__Variant {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px; }

.CustomForm__Attendee__Variant > * {
  margin-right: 5px; }

.CustomForm__Header-Rule {
  margin: 42px 0;
  border-top: 1px solid #d1d1d1; }

.CustomForm__Attendee__Icon {
  display: flex;
  align-items: center; }

.CustomForm__Attendee__Name {
  display: flex;
  align-items: center; }
  .CustomForm__Attendee__Name span:first-child {
    text-transform: capitalize;
    margin-right: 10px; }

.CustomForm__Attendee__Remove {
  background-color: transparent;
  border: none;
  cursor: pointer; }

.CustomOrder__Title {
  margin-bottom: 31px;
  line-height: 1;
  display: flex;
  align-items: flex-end; }

.CustomOrder__Description {
  margin-bottom: 30px; }

@media only screen and (max-width: 400px) {
  .text-style--display2 {
    font-size: 22px; } }
.quantity-selection {
  opacity: 1; }

.quantity-selection--is-disabled {
  opacity: 0.5; }

.quantity-selection__cart-warning > span {
  color: #ef6547; }

.quantity-selection__table-cell {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  align-items: center;
  margin-bottom: 24px; }

.quantity-selection__table-cell .price-style-override {
  color: #A7A9AC; }

.quantity-selection__table {
  margin-top: 18px;
  width: 100%; }

.quantity-selection__header-rule {
  margin-top: 42px;
  border-top: 1px solid #A7A9AC; }

/* Center align contents of input field in table cell. */
.quantity-selection__table-cell__input > div {
  margin-left: auto;
  margin-right: auto; }

.quantity-selection__total {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  margin-top: 34px; }

.quantity-selection__total .text-style {
  font-family: "futura-pt", sans-serif; }

.quantity-selection__total__value {
  text-align: center; }

.quantity-selection__table-cell > span:nth-child(2) {
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .quantity-selection {
    margin-top: 31px; } }
.ProductAddons {
  margin-bottom: 20px; }

.ProductAddons_List {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 10px -6px;
  padding: 6px 0; }

.ProductAddons__Item {
  position: relative;
  cursor: pointer;
  width: 120px;
  display: flex;
  flex-flow: column nowrap;
  padding: 6px;
  height: fit-content; }
  .ProductAddons__Item.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .ProductAddons__Item.active {
    opacity: 1;
    cursor: pointer; }
    .ProductAddons__Item.active .ProductAddons__Item__Image {
      border-color: #007ace; }
      .ProductAddons__Item.active .ProductAddons__Item__Image:before, .ProductAddons__Item.active .ProductAddons__Item__Image:after {
        opacity: 1; }

.ProductAddons__Item__Image {
  position: relative;
  display: block;
  border-radius: 6px;
  margin: -4px -4px 6px -4px;
  border: 2px solid #f0f0f0;
  background: #20201e;
  transition: all 0.2s ease; }
  .ProductAddons__Item__Image * {
    position: relative; }
  .ProductAddons__Item__Image:before, .ProductAddons__Item__Image:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    z-index: 10;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease; }
  .ProductAddons__Item__Image:before {
    border-radius: 50%;
    background-color: #424242; }
  .ProductAddons__Item__Image:after {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2218%22%20height%3D%2218%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.765%203.205a.75.75%200%200%201%20.03%201.06l-4.25%204.5a.75.75%200%200%201-1.075.015L2.22%206.53a.75.75%200%200%201%201.06-1.06l1.705%201.704l3.72-3.939a.75.75%200%200%201%201.06-.03z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center; }

.ProductAddons__Item__Image__Wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  margin: 2px;
  border-radius: 4px;
  width: 108px;
  height: 108px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .ProductAddons__Item__Image__Wrapper:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(66, 66, 66, 0.5), rgba(66, 66, 66, 0.05) 33%); }
  .ProductAddons__Item__Image__Wrapper * {
    position: relative; }
  .ProductAddons__Item__Image__Wrapper .ProductAddons__Item__Price {
    display: block;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 21px;
    color: #f0f0f0; }

.ProductAddons__Item__Title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
  display: flex; }

.ProductAddons__Title {
  display: flex; }
  .ProductAddons__Title .ProductAddons__Item__Title__Products_Quantity {
    margin-left: auto; }

.ProductAddons__Pagination {
  text-align: center;
  height: 51px;
  padding: 2px 0; }
  .ProductAddons__Pagination .button {
    border-width: 0;
    box-shadow: none;
    padding: 10px 14px;
    color: #007ACE; }
    .ProductAddons__Pagination .button svg path {
      fill: #007ACE; }
    .ProductAddons__Pagination .button[disabled] svg path {
      fill: #999B9E !important; }
    .ProductAddons__Pagination .button[disabled] {
      color: #999B9E !important; }
    .ProductAddons__Pagination .button:hover, .ProductAddons__Pagination .button:focus {
      box-shadow: none; }
    .ProductAddons__Pagination .button .icon {
      position: relative;
      top: 3px; }
    .ProductAddons__Pagination .button:nth-child(1) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .ProductAddons__Pagination .button:nth-child(2) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.ProductAddons__Pagination__Dots {
  display: flex;
  height: 24px;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .ProductAddons__Pagination__Dots .ProductAddons__Pagination_Dot {
    height: 7px;
    width: 7px;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 0px;
    background: #e1dede;
    cursor: pointer;
    transition: all 0.2s; }
    .ProductAddons__Pagination__Dots .ProductAddons__Pagination_Dot.active {
      background: #007ace;
      transition: all 0.2s; }

.ProductAddonsPagination_List {
  flex-wrap: wrap;
  height: 364px;
  overflow: hidden;
  padding: 8px 6px; }
  .ProductAddonsPagination_List .ProductAddons__Item__Title {
    height: 39px;
    overflow: hidden; }
  .ProductAddonsPagination_List .ProductAddons__Item {
    flex: 1 1 30%; }
  .ProductAddonsPagination_List.ProductAddonsPagination_List_isTabletSize .ProductAddons__Item {
    flex: 1 1 13%; }
  .ProductAddonsPagination_List.ProductAddonsPagination_List_isMobileMdSize .ProductAddons__Item {
    flex: 1 1 22%; }
  .ProductAddonsPagination_List.ProductAddonsPagination_List_isMobileXSSize .ProductAddons__Item {
    flex: 1 1 45%; }
  .ProductAddonsPagination_List .ProductAddons__Item__Image__Wrapper {
    width: 96%; }
  .ProductAddonsPagination_List.ProductAddonsPagination_List_1ItemsPerPage .ProductAddons__Item, .ProductAddonsPagination_List.ProductAddonsPagination_List_2ItemsPerPage .ProductAddons__Item {
    flex: 0 0 33% !important; }
.number-carousel {
  width: min-content;
  display: flex;
  align-items: center; }

.number-carousel__input {
  width: 48px;
  height: 36px;
  border: 0;
  border-radius: 0;
  -moz-appearance: textfield;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat";
  color: #f2f2f2;
  background-color: #343434;
  margin: 0 8px;
  padding: 0; }

.number-carousel__input::-webkit-outer-spin-button,
.number-carousel__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.number-carousel__input:disabled {
  background-color: transparent; }

.number-carousel__input::outersp {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */ }

.number-carousel__input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.number-carousel__button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  cursor: pointer; }

.number-carousel__button--disabled {
  border: 1px solid #F2F2F2;
  color: #58595B;
  cursor: auto; }
.ProductAddonPopup .dialog__message {
  margin: 20px -9px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 7px; }

.ProductAddonPopup.card {
  padding: 0 60px 25px 60px;
  text-align: initial; }
  .ProductAddonPopup.card .dialog__title {
    position: relative;
    margin: 0 -60px;
    padding: 25px 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .ProductAddonPopup.card .dialog__title .dialog__title__close-button {
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 32px;
      height: 32px; }
  .ProductAddonPopup.card .dialog__message {
    margin: 20px 0;
    height: 100%; }

.ProductAddonPopup__Header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }

.ProductAddonPopup__Header__Image {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 16px;
  overflow: hidden; }
  .ProductAddonPopup__Header__Image:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(66, 66, 66, 0.05); }

.ProductAddonPopup__Header__Title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0; }
.card {
  padding: 28px 24px; }
  .card.active {
    border-color: #007ace; }
    .card.active .timeslot-card__occurrence {
      display: block; }

.timeslot-card {
  display: flex;
  align-items: center;
  flex-flow: row wrap; }

.timeslot-card--is-disabled {
  opacity: 0.5; }

.timeslot-card__details {
  flex-grow: 1; }

.timeslot-card__details__pricing span {
  font-size: 16px; }

.timeslot-card__details__time .text-style--body1 {
  font-weight: 600;
  margin-right: 20px; }

.text-style--body1.per-person {
  color: #A7A9AC;
  font-style: italic; }

.timeslot-card--loading {
  gap: 30px; }
  .timeslot-card--loading .timeslot-card__details__time {
    margin-bottom: 6px; }
  .timeslot-card--loading .timeslot-card__button {
    width: 126px; }

.timeslot-card__occurrence-toggle {
  display: flex;
  align-items: center;
  min-height: 1.5em;
  border: none;
  background: transparent;
  margin-right: .5em;
  margin-left: -1rem;
  cursor: pointer; }
  .timeslot-card__occurrence-toggle.active {
    transform: rotateX(180deg); }
  .timeslot-card__occurrence-toggle path {
    fill: #424242; }

.timeslot-card__occurrence {
  display: none;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0 1rem;
  list-style: none; }

.timeslot-card__occurrence__title {
  font-weight: 600;
  margin: 0 0 .5rem 0; }

.timeslot-card__occurrence__list {
  width: 100%;
  margin: 0;
  padding-left: 1rem;
  list-style: none; }

.timeslot-card__occurrence__node {
  padding-top: .5rem; }

@media (max-width: 490px) {
  .timeslot-card {
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch; }
  .timeslot-card__button {
    margin-top: 15px;
    order: 4; }
  .timeslot-card__button,
  .timeslot-card__button button {
    width: 100%; }
  .timeslot-card--loading {
    gap: 0; }
    .timeslot-card--loading .timeslot-card__button {
      margin-top: 26px;
      width: 100%; } }
.skeleton {
  background: #313131;
  border-radius: 5px; }

.skeleton--display {
  height: 26px; }

.skeleton--body {
  height: 20px; }

.skeleton--button {
  height: 36px; }

.skeleton--box {
  height: 48px;
  width: 48px; }
.card {
  color: #424242;
  font-family: minion-pro;
  padding: 25px;
  background-color: #313131; }
.FullPage__FormField__RenderInput,
.FullPage__FormField__RenderSelect {
  display: flex;
  flex-direction: column; }

.FullPage__FormField__Select,
.FullPage__FormField__Input {
  height: 36px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  padding: 6px 13px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 16px;
  background-color: transparent !important; }

.FullPage__FormField__Select--isDisabled,
.FullPage__FormField__Input--isDisabled {
  background-color: #f8f8f8 !important; }

.FullPage__FormField__Select::placeholder,
.FullPage__FormField__Input::placeholder {
  opacity: 0.3; }

.FullPage__FormField__Label > span:nth-child(2) {
  margin-left: 1rem; }

/** Handles discrepancy between select/input heights. */
.FullPage__FormField__Select {
  min-height: 50px; }

.FullPage__FormField__Select:disabled {
  background-color: transparent; }

.FullPage__FormField__Input:disabled {
  background-color: transparent; }

.FullPage__FormField__Input--disabled {
  opacity: 0.5; }

.FullPage__FormField__Required {
  color: red; }

.FullPage__FormField__Label,
.FullPage__FormField__SelectLabel {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
.dialog {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 99999;
  transition: all 0.4s ease-in-out; }

.dialog.ReactModal__Overlay--after-open {
  opacity: 1; }

.dialog.ReactModal__Overlay--before-close {
  opacity: 0; }

.dialog__root {
  display: inline-block;
  max-width: 600px;
  position: absolute;
  outline: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s ease-in-out; }
  .dialog__root.default {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0); }
  .dialog__root.left, .dialog__root.right {
    height: 100vh;
    top: 0;
    transform: translate(0, 0);
    transition: all 0.4s ease-in-out;
    overflow: auto; }
    .dialog__root.left .card, .dialog__root.right .card {
      height: 100%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between; }
  .dialog__root.left {
    left: 0;
    right: auto;
    transform: translate(-50%, 0); }
    .dialog__root.left .card {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .dialog__root.right {
    left: auto;
    right: 0;
    transform: translate(50%, 0); }
    .dialog__root.right .card {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

.dialog__root.ReactModal__Content--after-open.default {
  transform: translate(-50%, -50%); }

.dialog__root.ReactModal__Content--after-open.left, .dialog__root.ReactModal__Content--after-open.right {
  top: 0;
  transform: translate(0, 0); }

.dialog__root.ReactModal__Content--before-close {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0); }

.dialog__title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }

.dialog__title__close-button {
  cursor: pointer; }

.dialog__message {
  margin-bottom: 51px; }

.dialog__actions {
  display: flex;
  justify-content: flex-end; }
  .dialog__actions button {
    margin-right: 10px; }
    .dialog__actions button:last-of-type {
      margin-right: 0; }