.static-masthead .site-main {
  overflow: unset;
}

.teeling-tickets {
  margin: 11.5rem auto 4rem;
  padding: 3.5rem 0;
  max-width: 55em;
  text-align: center;
  background: url("../img/teeling-eagle.svg");
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets {
    margin: 13rem auto 5rem;
    padding: 0;
  }
}
.teeling-tickets button {
  font-size: 0.88rem;
  padding: 0.87em 1.43em;
}
.teeling-tickets button#ttStepPrev {
  background-color: black;
}
.teeling-tickets button#ttStepNext {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.750076 1.17998L0.808886 1.12117L6.2302 6.54248L0.808885 11.9638L0.750076 11.905L5.75902 6.89603L6.11258 6.54248L5.75902 6.18893L0.750076 1.17998Z' fill='black' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 1.43em;
  padding-right: 2.2em;
}
.teeling-tickets pre {
  background: #f0f0f0;
  text-align: left;
  font-size: 0.65rem;
  line-height: 1;
  letter-spacing: 0;
}
.teeling-tickets__title {
  margin-bottom: 0.83em;
}
.teeling-tickets__progress {
  display: flex;
  justify-content: space-between;
  margin: 0 -1rem 2rem;
}
.teeling-tickets__progress-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-family: "Engravers Gothic", sans-serif;
  color: #231F20;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets__progress-item {
    flex: 0 0 100%;
  }
}
.teeling-tickets__progress-item:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #231F20;
  width: 100%;
  top: 1.25rem;
  left: -50%;
  z-index: 2;
}
.teeling-tickets__progress-item:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #231F20;
  width: 100%;
  top: 1.25rem;
  left: 50%;
  z-index: 2;
}
.teeling-tickets__progress-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.12rem;
  height: 2.12rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  background: #f0e9da;
  border-radius: 50%;
  border: 2px solid black;
}
.teeling-tickets__progress-item .step-name {
  font-size: 0.88rem;
  font-family: Chronicle Text G1, sans-serif;
  margin-top: 0.85em;
}
.teeling-tickets__progress-item.active .step-counter {
  border: 4px solid #8c6e2d;
}
.teeling-tickets__progress-item.completed .step-counter {
  color: white;
  background-color: #8c6e2d;
  border: 4px solid #8c6e2d;
  cursor: pointer;
}
.teeling-tickets__progress-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #8c6e2d;
  width: 100%;
  z-index: 3;
}
.teeling-tickets__progress-item:first-child:before {
  content: none;
}
.teeling-tickets__progress-item:last-child:after {
  content: none;
}
.teeling-tickets__timer {
  margin: 0 0 2.64rem;
}
.teeling-tickets__steps {
  position: relative;
}
.teeling-tickets__steps .field-error {
  font-size: 0.88rem;
  line-height: 1;
  margin-top: 0.75em;
  color: #B81C23;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__steps .field-error {
    font-size: 0.75rem;
  }
}
.teeling-tickets__steps .field-error:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/exclamation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__steps .field-error:before {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.125rem;
  }
}
.teeling-tickets__step {
  pointer-events: none;
  max-height: 0;
  opacity: 0;
  transform: translate(7rem);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.teeling-tickets__step.active {
  pointer-events: all;
  max-height: unset;
  opacity: 1;
  transform: translate(0);
  overflow: initial;
}
.teeling-tickets__step-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #402B2F;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Engravers Gothic", sans-serif;
  line-height: 1;
  padding: 1.28rem 1.72rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-title {
    display: none;
  }
}
.teeling-tickets__step-title div {
  margin: 0;
  min-width: 10%;
}
.teeling-tickets__step-title div:first-of-type {
  flex-grow: 1;
  text-align: left;
}
.teeling-tickets__step-title.datepicker {
  text-align: left;
}
.teeling-tickets__step-title.datepicker div {
  font-size: 1.2rem;
  margin: 0 0 0 5%;
  flex-basis: 45%;
}
.teeling-tickets__step-title.datepicker div:first-of-type {
  margin: 0;
  flex-basis: 50%;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets__step-title.datepicker div:last-of-type {
    display: none;
  }
}
.teeling-tickets__step-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.6rem;
  margin-right: -0.88rem;
}
.teeling-tickets__step-discount:after, .teeling-tickets__step-discount:before {
  content: "";
  display: block;
  height: 1px;
  max-width: calc(100% - 0.88rem);
  background-color: black;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.teeling-tickets__step-discount:after {
  margin-top: 10px;
  margin-bottom: 0;
}
.teeling-tickets__step-discount div {
  font-size: 0.8125rem;
}
.teeling-tickets__step-discount div.voucher-remove {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  background: url("../img/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  right: -1.15rem;
}
.teeling-tickets__step-discount > div:last-child {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0.88rem;
}
.teeling-tickets__step-content {
  background: white;
  padding: 1.28rem 1.72rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content {
    padding: 1rem;
  }
}
.teeling-tickets__step-content.confirm {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.28rem 1.72rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.teeling-tickets__step-content.confirm > div {
  flex: 0 0 65%;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.confirm > div {
    flex: 0 0 100%;
  }
}
.teeling-tickets__step-content.confirm > div:first-child p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  text-align: left;
}
.teeling-tickets__step-content.confirm > div:last-child {
  flex: 0 0 30%;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.confirm > div:last-child {
    margin-top: 1rem;
    flex: 0 0 100%;
  }
}
.teeling-tickets__step-content.confirm > div:last-child .teeling-tickets__step-discount,
.teeling-tickets__step-content.confirm > div:last-child .teeling-tickets__step-total {
  margin-top: 0;
}
.teeling-tickets__step-content.confirm > div:last-child .teeling-tickets__step-discount {
  margin-bottom: 1rem;
}
.teeling-tickets__step-content.datepicker {
  flex-direction: row;
  padding: 3.4em 1.68em 2em;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__step-content.datepicker {
    flex-direction: column;
  }
}
.teeling-tickets__step-content.datepicker.customdates {
  justify-content: space-around;
}
.teeling-tickets__step-content.datepicker.customdates .teeling-tickets__timepicker {
  margin: 0;
  flex-basis: 40%;
}
.teeling-tickets__step-content.datepicker.customdates .teeling-tickets__timepicker-tour h6 {
  margin-top: 0;
  padding: 0 0 0.95em 0;
  border-top: none;
}
.teeling-tickets__step-content.cart-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: 2.4rem 1.72rem 1.92rem;
  flex-wrap: wrap;
}
.teeling-tickets__step-content.cart-bottom > div {
  flex: 0 0 50%;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom > div {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom > div:first-child {
    order: 2;
  }
}
.teeling-tickets__step-content.cart-bottom > div:last-child {
  flex: 0 0 30%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__step-content.cart-bottom > div:last-child {
    flex: 0 0 35%;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom > div:last-child {
    flex: 0 0 100%;
    margin-top: 1rem;
    display: contents;
  }
  .teeling-tickets__step-content.cart-bottom > div:last-child > * {
    width: 100%;
    order: 3;
  }
  .teeling-tickets__step-content.cart-bottom > div:last-child > *.teeling-tickets__step-discount {
    width: calc(100% + 0.88rem);
  }
  .teeling-tickets__step-content.cart-bottom > div:last-child > *.cart-bottom-button {
    order: 1;
    text-align: left;
    margin-bottom: 1rem;
  }
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher {
  width: 100%;
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher p {
  font-size: 0.64rem;
  margin-bottom: 0;
  margin-top: 1.9em;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom .cart-bottom-voucher p {
    font-size: 0.8rem;
  }
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap {
  display: flex;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap {
    width: 100%;
  }
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap input {
  border: 1px solid #BCBEC0;
  flex-grow: 1;
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap input:focus {
  outline: none;
}
.teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap button {
  background: #231F20;
  display: flex;
  font-size: 0.8rem;
  justify-content: center;
  padding: 0.818em 2.1em;
  min-width: 9.4rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-content.cart-bottom .cart-bottom-voucher-wrap button {
    flex-grow: 1;
  }
}
.teeling-tickets__step-row {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.teeling-tickets__step-row--image {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-row--image {
    max-width: 100%;
    flex: 0 0 100%;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
  }
}
.teeling-tickets__step-row--image img {
  margin-right: 1rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-row--image img {
    display: none;
  }
}
.teeling-tickets__step-row--price {
  min-width: 10%;
  padding: 0 1rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-row--price {
    margin-right: 0;
    padding-left: 0;
  }
}
.teeling-tickets__step-row--counter {
  min-width: 10%;
  padding: 0 0.3rem;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-row--counter {
    margin-left: 0;
    padding-right: 0;
  }
}
.teeling-tickets__step-row--counter .js-tour-minus,
.teeling-tickets__step-row--counter .js-tour-plus {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.teeling-tickets__step-row--counter input.tour-number {
  height: 1.4rem;
  width: 2.2rem;
  padding: 0;
  text-align: center;
  font-size: 1.4rem !important;
  line-height: 1.4rem;
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  appearance: none;
  -moz-appearance: textfield;
}
.teeling-tickets__step-row--counter input.tour-number::-webkit-outer-spin-button, .teeling-tickets__step-row--counter input.tour-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.teeling-tickets__step-total {
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__step-total {
    font-size: 1.1rem;
  }
}
.teeling-tickets__step-total > span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__step-total > span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-total {
    margin: 1.5rem 0 0.5rem auto;
  }
}
.teeling-tickets__step-form {
  max-width: 42rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding: 2.08rem 0 3.12rem;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-form {
    display: block;
    padding: 1rem 0 2rem;
  }
}
.teeling-tickets__step-form--field {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-form--field {
    margin-bottom: 1rem;
  }
}
.teeling-tickets__step-form--field label {
  font-family: "Engravers Gothic", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #231F20;
  padding: 0 0 0.9em 0.9em;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-form--field label {
    padding: 0 0 0.9em 0;
  }
}
.teeling-tickets__step-consent {
  grid-column: span 2;
  text-align: left;
  display: flex;
}
.teeling-tickets__step-consent label {
  cursor: pointer;
  line-height: 1.3;
  font-size: 0.88rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-consent label {
    font-size: 0.75rem;
  }
}
.teeling-tickets__step-consent input[type=checkbox] {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  appearance: none;
  background: #FFF;
  cursor: pointer;
  background-size: contain;
  display: inline-block !important;
  margin: 0.1rem 0.4rem 0 0 !important;
  vertical-align: unset;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-consent input[type=checkbox] {
    width: 0.75rem;
    min-width: 0.75rem;
    height: 0.75rem;
  }
}
.teeling-tickets__step-consent input[type=checkbox]:checked {
  background-image: url("../img/checkbox_checked.svg");
}
.teeling-tickets__step-back {
  align-items: center;
  display: inline-flex;
  font-size: 0.8rem;
  margin: 1.5rem;
  color: #231f20;
  font-family: "Engravers Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.teeling-tickets__step-back:before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background: url("../img/arrow.svg");
  transform: rotate(180deg);
  margin-right: 0.5rem;
}
.teeling-tickets__step-back:hover {
  color: #8c6e2d;
}
.teeling-tickets__step-table {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table thead {
    display: none;
  }
}
.teeling-tickets__step-table thead tr {
  background: #402B2F;
  color: white;
}
.teeling-tickets__step-table thead tr th {
  font-family: "Engravers Gothic", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  padding: 1.28rem 1.72rem;
}
.teeling-tickets__step-table thead tr th:first-child {
  text-align: left;
}
.teeling-tickets__step-table tbody tr {
  background-color: #ffffff;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.teeling-tickets__step-table tbody tr td {
  padding: 1.28rem 1.72rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table tbody tr td {
    padding: 1.25rem 0.85rem;
  }
}
.teeling-tickets__step-table tbody tr td:first-child {
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table tbody tr td:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table tbody tr td.teeling-tickets__step-table--delete {
    display: flex;
    align-items: center;
  }
}
.teeling-tickets__step-table--delete span {
  display: block;
  width: 1.08rem;
  height: 1.08rem;
  background: url("../img/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.teeling-tickets__step-table--label {
  display: none;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table--label {
    display: block;
  }
}
.teeling-tickets__step-table--image {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.teeling-tickets__step-table--image img {
  height: 4rem;
  width: 4rem;
  object-fit: cover;
  object-position: center;
  margin-right: 1rem;
  display: inline-block;
  align-items: center;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets__step-table--image img {
    display: none;
  }
}
.teeling-tickets__step-table--counter {
  min-width: 10rem;
}
.teeling-tickets__step-table--counter .js-tour-minus,
.teeling-tickets__step-table--counter .js-tour-plus {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.teeling-tickets__step-table--counter input.tour-number {
  height: 1.4rem;
  width: 2.2rem;
  padding: 0;
  text-align: center;
  font-size: 1.4rem !important;
  line-height: 1.4rem;
  border: none;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  appearance: none;
  -moz-appearance: textfield;
}
.teeling-tickets__step-table--counter input.tour-number::-webkit-outer-spin-button, .teeling-tickets__step-table--counter input.tour-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.teeling-tickets__step-table.cart-top tbody tr td, .teeling-tickets__step-table.confirm tbody tr td {
  position: relative;
}
.teeling-tickets__step-table.cart-top tbody tr td:after, .teeling-tickets__step-table.confirm tbody tr td:after {
  content: "";
  height: 1px;
  background-color: black;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__step-table.cart-top tbody tr td:after, .teeling-tickets__step-table.confirm tbody tr td:after {
    background-color: transparent;
  }
}
.teeling-tickets__step-table.cart-top tbody tr td:first-child:after, .teeling-tickets__step-table.confirm tbody tr td:first-child:after {
  left: 1.72rem;
}
.teeling-tickets__step-table.cart-top tbody tr td:last-child:after, .teeling-tickets__step-table.confirm tbody tr td:last-child:after {
  right: 1.72rem;
}
.teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image > *, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image > * {
  vertical-align: middle;
}
.teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text {
  display: inline-block;
}
.teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span {
  display: block;
}
.teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span.date, .teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span.time, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span.date, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span.time {
  font-size: 0.8125rem;
}
@media only screen and (max-width: 987px) {
  .teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span.date, .teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span.time, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span.date, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span.time {
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 987px) {
  .teeling-tickets__step-table.cart-top tbody tr td.teeling-tickets__step-table--image .text > span.time, .teeling-tickets__step-table.confirm tbody tr td.teeling-tickets__step-table--image .text > span.time {
    margin-right: 0;
  }
}
.teeling-tickets__loader {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teeling-tickets__loader .ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 1rem;
}
.teeling-tickets__loader .ripple div {
  position: absolute;
  border: 4px solid #8c6e2d;
  opacity: 1;
  border-radius: 50%;
  animation: tt-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.teeling-tickets__loader .ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.teeling-tickets .spinner {
  border: 0.125rem solid #555;
  border-top: 0.125rem solid #f0e9da;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: spin 2s linear infinite;
}
.teeling-tickets #ttSubmit {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.teeling-tickets #ttSubmit > span {
  display: block;
}
.teeling-tickets #ttPaymentForm {
  max-width: 30rem;
  margin: auto;
}
.teeling-tickets #ttAddMore {
  background-color: transparent;
  color: #8C6E2D;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0;
}
.teeling-tickets #ttAddMore:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_352_13605' fill='white'%3E%3Cpath d='M0 7V6H6V0H7V6H13V7H7V13H6V7H0Z'/%3E%3C/mask%3E%3Cpath d='M0 7V6H6V0H7V6H13V7H7V13H6V7H0Z' fill='%238C6E2D'/%3E%3Cpath d='M0 7H-1V8H0V7ZM0 6V5H-1V6H0ZM6 6V7H7V6H6ZM6 0V-1H5V0H6ZM7 0H8V-1H7V0ZM7 6H6V7H7V6ZM13 6H14V5H13V6ZM13 7V8H14V7H13ZM7 7V6H6V7H7ZM7 13V14H8V13H7ZM6 13H5V14H6V13ZM6 7H7V6H6V7ZM1 7V6H-1V7H1ZM0 7H6V5H0V7ZM7 6V0H5V6H7ZM6 1H7V-1H6V1ZM6 0V6H8V0H6ZM7 7H13V5H7V7ZM12 6V7H14V6H12ZM13 6H7V8H13V6ZM6 7V13H8V7H6ZM7 12H6V14H7V12ZM7 13V7H5V13H7ZM6 6H0V8H6V6Z' fill='%238C6E2D' mask='url(%23path-1-inside-1_352_13605)'/%3E%3C/svg%3E%0A");
  width: 0.52rem;
  height: 0.52rem;
  margin-left: 0.52rem;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets #ttVoucherBtn {
    font-size: 0.8rem;
  }
}
.teeling-tickets #ttVoucherBtn > span {
  display: block;
}
.teeling-tickets #ttAddToCart {
  width: 100%;
  margin-top: 2.5em;
}
.teeling-tickets #ttAddToCart:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.teeling-tickets #confirmInfo {
  text-align: left;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets #confirmInfo {
    text-align: center;
    width: 100%;
  }
}
.teeling-tickets #confirmInfo p {
  margin-bottom: 0;
  word-break: break-all;
}
.teeling-tickets__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.4em 0;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__buttons button {
    height: 100%;
  }
}
.teeling-tickets__buttons button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.teeling-tickets__datepicker {
  width: 100%;
  flex-basis: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets__datepicker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.teeling-tickets__datepicker-legend {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin: 2rem 0 0 0;
}
.teeling-tickets__datepicker-legend div {
  max-width: 17em;
  padding: 0.8em 1.1em;
  margin-bottom: 0.8em;
  border: 2px solid #adabab;
  font-size: 0.64rem;
  font-weight: 500;
  color: #231F20;
  margin-right: 5px;
}
.teeling-tickets__datepicker-legend-first {
  background-color: #F8EAD6;
}
.teeling-tickets__datepicker-legend-second {
  color: white !important;
  background-color: #8C6E2D;
}
.teeling-tickets__datepicker-legend-third {
  background-color: #BCBEC0;
  margin-right: 0;
}
.teeling-tickets__datepicker.is-disabled:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  cursor: not-allowed;
  z-index: 5;
}
.teeling-tickets__datepicker .teeling-tickets__loader {
  position: absolute;
  top: 6rem;
  left: calc(50% - 2rem);
  z-index: 10;
}
.teeling-tickets__timepicker {
  margin: 0 0 0 5%;
  flex-basis: 45%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__timepicker {
    margin: 2rem auto;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__timepicker {
    margin: 1rem auto;
  }
}
.teeling-tickets__timepicker-info {
  display: flex;
  font-size: 1rem;
  line-height: 1;
  color: #B81C23;
}
.teeling-tickets__timepicker-info:before {
  content: "";
  display: inline-block;
  width: 1.439rem;
  min-width: 1.439rem;
  height: 1.439rem;
  min-height: 1.439rem;
  background: url("../img/exclamation.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.59rem;
}
.teeling-tickets__timepicker-desc {
  margin-bottom: 1.15em;
}
.teeling-tickets__timepicker-options .select-wrapper select {
  border: 1px solid #BCBEC0;
  padding: 0.8em 1.4em;
  text-transform: none;
  font-size: 0.818rem;
  line-height: 0.818rem;
}
.teeling-tickets__timepicker-tour h6 {
  margin-top: 1.7em;
  padding: 0.95em 0;
  border-top: 1px solid black;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets__timepicker-tour h6 {
    font-size: 1.2rem;
  }
}
.teeling-tickets__timepicker-tour img {
  width: 100%;
}
.teeling-tickets__customdates {
  flex-basis: 50%;
  order: 2;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets__customdates {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
.teeling-tickets__customdates p {
  text-align: left;
  font-size: 0.875rem;
}
.teeling-tickets__customdates .select-wrapper {
  max-width: 340px;
}
.teeling-tickets__customdates .select-wrapper select {
  border: 1px solid #BCBEC0;
  padding: 0.8em;
  text-transform: none;
  font-size: 0.818rem;
  line-height: 0.818rem;
}
.teeling-tickets .flatpickr-input[readonly] {
  display: none;
}
.teeling-tickets .flatpickr-calendar {
  box-shadow: none;
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 768px) {
  .teeling-tickets .flatpickr-calendar {
    max-width: 100%;
  }
}
.teeling-tickets .flatpickr-rContainer {
  width: 100%;
}
.teeling-tickets .flatpickr-months {
  margin-bottom: 1.5em;
  padding-bottom: 1.2em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets .flatpickr-months {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets .flatpickr-months .flatpickr-current-month {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.teeling-tickets .flatpickr-months .flatpickr-prev-month,
.teeling-tickets .flatpickr-months .flatpickr-next-month {
  height: 35px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets .flatpickr-months .flatpickr-prev-month,
.teeling-tickets .flatpickr-months .flatpickr-next-month {
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
  }
}
.teeling-tickets .flatpickr-months .flatpickr-prev-month svg,
.teeling-tickets .flatpickr-months .flatpickr-next-month svg {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1024px) {
  .teeling-tickets .flatpickr-months .flatpickr-prev-month svg,
.teeling-tickets .flatpickr-months .flatpickr-next-month svg {
    width: 20px;
    height: 20px;
  }
}
.teeling-tickets .flatpickr-months .flatpickr-prev-month:hover svg,
.teeling-tickets .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #8c6e2d;
}
.teeling-tickets .flatpickr-months:after {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 0;
  width: calc(100% - 70px);
  border-bottom: 1px solid rgba(0, 14, 51, 0.1);
}
@media only screen and (max-width: 576px) {
  .teeling-tickets .flatpickr-months:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.teeling-tickets .flatpickr-current-month {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-family: "Engravers Gothic", sans-serif;
}
.teeling-tickets .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0.25rem;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets .flatpickr-current-month .flatpickr-monthDropdown-months {
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
.teeling-tickets .flatpickr-current-month .flatpickr-monthDropdown-months:hover, .teeling-tickets .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  background: white;
}
.teeling-tickets .flatpickr-current-month input.cur-year {
  padding: 0;
  font-size: 1.2rem !important;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets .flatpickr-current-month input.cur-year {
    height: 100%;
    font-size: 1rem !important;
  }
}
.teeling-tickets .flatpickr-current-month .numInputWrapper:hover {
  background: white;
}
.teeling-tickets .flatpickr-current-month .numInputWrapper span {
  border: none;
}
.teeling-tickets .flatpickr-current-month .numInputWrapper span:hover {
  background: #F8EAD6;
}
.teeling-tickets .flatpickr-weekdays {
  margin-bottom: 2em;
}
.teeling-tickets .flatpickr-weekdays span.flatpickr-weekday {
  font-size: 0.88rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
  color: #1f1f1f;
}
.teeling-tickets .flatpickr-days {
  width: 100%;
}
.teeling-tickets .flatpickr-days .dayContainer {
  min-width: 100%;
  max-width: 100%;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(7, 1fr);
}
.teeling-tickets .flatpickr-day {
  width: 100%;
  max-width: 100%;
  background: #F8EAD6;
  border-radius: 0;
  border-radius: 0;
  height: 2.56rem;
  line-height: 2.56rem;
  font-size: 0.88rem;
  color: #1f1f1f;
}
.teeling-tickets .flatpickr-day:hover {
  background: #8c6e2d;
  border-color: #8c6e2d;
  color: white;
}
.teeling-tickets .flatpickr-day.today {
  border: 2px solid #8c6e2d;
}
.teeling-tickets .flatpickr-day.today:hover, .teeling-tickets .flatpickr-day.today:focus {
  border-color: #1f1f1f;
  background: #1f1f1f;
}
.teeling-tickets .flatpickr-day.selected {
  background: #8c6e2d;
  border-color: #8c6e2d;
}
.teeling-tickets .flatpickr-day.selected:hover {
  background: #8c6e2d;
  border-color: #8c6e2d;
}
.teeling-tickets .flatpickr-day.selected.prevMonthDay {
  background: #8c6e2d;
  border-color: #8c6e2d;
}
.teeling-tickets .flatpickr-day.flatpickr-disabled {
  color: #1F1F1F;
  background: #BCBEC0;
}
.teeling-tickets .modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 90%;
  max-width: 34rem;
  max-height: 80%;
  z-index: 9999;
  text-align: left;
  overflow-y: auto;
  padding: 2rem 1rem;
  background-color: white;
  text-align: left;
  margin: auto;
}
.teeling-tickets .modal .js-modal-box-button {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.teeling-tickets .modal .field-error {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .teeling-tickets .modal .field-error {
    margin-bottom: 1rem;
  }
}
.teeling-tickets .modal.is-shown {
  display: block;
}
.teeling-tickets .hidden {
  display: none !important;
}

.modal-js-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.75;
  background: #444;
}

[data-step="5"] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
[data-step="5"].h1 {
  justify-content: center;
}
[data-step="5"] .confirm-left {
  flex: 0 0 30%;
  max-width: 30%;
}
@media only screen and (max-width: 987px) {
  [data-step="5"] .confirm-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
[data-step="5"] .confirm-right {
  flex: 0 0 68%;
  max-width: 68%;
}
@media only screen and (max-width: 987px) {
  [data-step="5"] .confirm-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
[data-step="5"] .teeling-tickets__step-table tbody tr td.prices {
  padding-top: 0;
  font-weight: 700;
}
[data-step="5"] .teeling-tickets__step-content.cart .cart-row .prices span.teeling-tickets__step-table--delete {
  display: none;
}
@media only screen and (max-width: 576px) {
  [data-step="5"] .teeling-tickets__step-table tbody tr td.teeling-tickets__step-table--image .text > span:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  [data-step="5"] .teeling-tickets__step-table tbody tr td {
    max-width: 100%;
  }
}

@keyframes tt-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
