.row {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 32px;
}

.node-separator-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.ticket-title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #09337b;
  line-height: 1;
  margin-bottom: 20px;
}

.ticket-desc {
  text-align: center;
  font-size: 1em;
}

p#attention {
  display: none;
}

p.visible {
  display: block !important;
}

.form-group input[type="checkbox"] {
  display: block;
  width: 25%;
  height: auto;
  float: left !important;
}

.uniform-checker,
.uniform-checker input,
.uniform-checker span,
.uniform-choice,
.uniform-choice input,
.uniform-choice span {
  float: left;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 1rem !important;
  height: 1rem !important;
}

.checkbox-row span {
  display: grid;
  align-items: center;
}

#login-mobile,
#ticket-code-mobile,
#ticket-details-mobile {
  text-align: center;
}

#login-mobile .row,
#ticket-code-mobile .row,
#ticket-details-mobile .row {
  display: block;
}

#ticket-details-mobile .row {
  margin-top: 10px;
}

#login-mobile h4,
#ticket-code-mobile h4 {
  display: block;
  margin-top: 60px;
  height: 30px;
}

#ticket-details-mobile .details-title {
  margin-bottom: 15px;
  height: 30px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#login-mobile .pin-title,
#ticket-code-mobile .check-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
#login-mobile input {
  font-size: 40px;
  width: 200px;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 60px;
}

#login-mobile .login-button,
#ticket-code-mobile .check-ticket-button,
#ticket-details-mobile .check-ticket-button {
  width: 180px;
  padding: 0;
  font-weight: 700;
  display: inline-grid;
  align-items: center;
}

#ticket-code-mobile input {
  font-size: 20px;
  width: 200px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

#ticket-details-mobile .row {
  padding: 0;
  margin: 0 auto;
  min-width: 350px;
}

#tickets {
  margin: auto 0;
}

#page-2 button {
  position: relative;
  bottom: 0px;
}
.ticket-details {
  width: 350px;
  margin: 0 auto 20px auto;
}
.ticket-details span {
  /*background-color: rgba(153, 204, 255, 0.4);*/
  display: inline-grid;
  width: 30%;
  float: left;
  height: 100%;
  font-size: 14px;
  vertical-align: middle;
  line-height: normal;
  align-items: center;
  border-right: 1px solid black;
}
.ticket-details h4,
.ticket-details h3 {
  /*background-color: rgba(153, 204, 255, 0.8);*/
  margin: 0 auto;
  font-weight: 500;
  width: 70%;
  float: left;
  height: 100%;
  align-items: center;
  display: inline-grid;
}
.waves-effect {
  background-color: rgb(51, 153, 255);
  font-size: 14px;
}
.little_row {
  height: 45px;
  border: 1px solid black;
  border-bottom: none;
  line-height: 14px;
  text-align: center;
}
.little_row:last-child {
  border-bottom: 1px solid black;
}
.details-title {
  margin-bottom: 15px;
}
.grey-back {
  background-color: gainsboro;
  color: black;
  margin-right: 10px;
}
.grey-back:hover {
  background-color: grey;
}
.uniform-checker span:after {
  font-size: inherit !important;
}
.card {
  height: max-content;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.card .pricing-table-list img {
  max-width: 100%;
  margin-bottom: 3em;
}

.card .show-more-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #105de0;
  background-color: transparent;
  border: none;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
}

.card-body {
  border: none;
  border-radius: 8px;
  padding: 24px 24px;
}

.card-title {
  max-width: 75%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #09337b;
  margin: 8px auto 15px;
}

.card-title-confirmation {
  margin: 0;
}

.card-body p.cruise-hours {
  height: 3em;
}

.pricing-table-price {
  font-size: 36px;
  font-weight: 700;
  color: #105de0;
  line-height: 44px;
}

.add-info {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  line-height: 1;
  column-gap: 2px;
}

.add-info:first-of-type {
  margin-top: 20px;
}

.add-info {
  margin-bottom: 10px;
}

.add-info-label {
  font-weight: 600;
}

.buy-now-button {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #105de0;
  border-radius: 8px;
  padding: 12px 32px;
}

.pricing-table-list {
  text-align: left;
  margin-bottom: 0;
}

.pricing-table-list .add-text-to-hide {
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.pricing-table-list .add-text-to-hide li {
  padding: 1rem 0 0;
}

.pricing-table-list li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}

.pricing-table-list li.special-add-text-styles {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}

.lang-item {
  display: block !important;
  margin-left: 20px;
  position: absolute;
  right: 80px;
}

.lang-item a img {
  width: 25px;
  height: 19px;
}

@media screen and (max-width: 470px) {
  .lang-item {
    right: 40px !important;
  }
}

@media (min-width: 1500px) {
  .card-title {
    max-width: 60%;
  }
}

/* ZAMÓWIENIE */

.header-logo {
  display: block;
  margin: 0 auto 32px;
}

.row-order {
  grid-gap: 15px;
}

.td_cart_date-label,
.primary-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #09337b;
}

.primary-label {
  margin-bottom: 10px;
}

.choose-single-tickets-label {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.card-body-order {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.input-control-wrapper {
  margin-bottom: 20px;
}

.button-ticket-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  max-width: 200px;
}

.decrement-normal-ticket-btn,
.increment-normal-ticket-btn,
.decrement-discounted-ticket-btn,
.increment-discounted-ticket-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  filter: invert(80%) sepia(93%) saturate(1400%) hue-rotate(202deg)
    brightness(87%) contrast(106%);
  transition: 0.3s;
}

.decrement-normal-ticket-btn:hover,
.increment-normal-ticket-btn:hover,
.decrement-discounted-ticket-btn:hover,
.increment-discounted-ticket-btn:hover {
  filter: invert(30%) sepia(93%) saturate(1400%) hue-rotate(202deg)
    brightness(87%) contrast(106%);
}

.decrement-normal-ticket-btn:focus,
.increment-normal-ticket-btn:focus,
.decrement-discounted-ticket-btn:focus,
.increment-discounted-ticket-btn:focus {
  outline: none;
}

.decrement-normal-ticket-btn:disabled,
.increment-normal-ticket-btn:disabled,
.decrement-discounted-ticket-btn:disabled,
.increment-discounted-ticket-btn:disabled {
  opacity: 0.5;
}

.td_cart_regular_tickets-control,
.td_cart_discounted_tickets-control,
.td_cart_nip-control {
  -moz-appearance: textfield;
}

.td_cart_regular_tickets-control::-webkit-outer-spin-button,
.td_cart_regular_tickets-control::-webkit-inner-spin-button,
.td_cart_discounted_tickets-control::-webkit-outer-spin-button,
.td_cart_discounted_tickets-control::-webkit-inner-spin-button,
.td_cart_nip-control::-webkit-outer-spin-button,
.td_cart_nip-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.td_cart_regular_tickets-control[readonly],
.td_cart_discounted_tickets-control[readonly] {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.discounted-ticket-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-top: 5px;
}

.other-customer-data-wrapper.hidden {
  display: none;
}

.step-2-form {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.step-2-form label,
.checkbox-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.card-body .form-control {
  padding: 12px 18px;
  min-height: 44px;
  height: auto;
  border-radius: 8px;
  line-height: 1;
}

.checkbox-row {
  display: flex;
  align-items: center;
}

.uniform-checker,
.uniform-checker > span {
  margin-bottom: 0;
}

.summary-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #09337b;
}

.summary-ticket-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}

.summary-line-separator {
  margin: 10px 0;
  width: 100%;
}

.line-separator {
  width: 100%;
}

.summary-pricing-table-price.hidden {
  display: none;
}

.summary-pricing-table-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.summary-pricing-table-price .summary-price-label {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.summary-pricing-table-price .summary-cart-price {
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  color: #09337b;
}

.add-info.empty {
  display: none;
}

.addCouponBtn,
.removeCouponBtn {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  padding: 12px 32px;
  margin-top: 10px;
}

.addCouponBtn {
  color: #fff;
  background-color: #105de0;
}

.removeCouponBtn {
  color: #105de0;
  background-color: #eff9fe;
}

#coupon_info {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 10px 0 0;
}

.selected-normal-tickets-wrapper.hidden,
.selected-discounted-tickets-wrapper.hidden,
.used-coupon-info-wrapper.hidden {
  display: none !important;
}

.selected-tickets-wrapper-info .label {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}

.selected-tickets-wrapper-info .selected-normal-tickets-wrapper,
.selected-tickets-wrapper-info .selected-discounted-tickets-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.selected-tickets-wrapper-info .discounted-tickets-info-wrapper {
  margin-bottom: 10px;
}

.selected-tickets-wrapper-info .amounts-to-update {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.selected-tickets-wrapper-info .price-tickets-wrapper {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #09337b;
}

.used-coupon-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.used-coupon-info-wrapper .label,
.used-coupon-info-wrapper .coupon-value-to-update {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #06ba63;
  margin-bottom: 0;
}

.used-coupon-info-wrapper .coupon-value-to-update {
  font-weight: 600;
}

.summary-col,
.summary-form-col {
  width: 100%;
}

.pay-button,
.back-button {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  padding: 12px 32px;
  text-decoration: none;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.pay-button {
  color: #fff;
  background-color: #105de0;
  margin-bottom: 10px;
}

.back-button {
  color: #105de0;
  background-color: #eff9fe;
}

.pay-button:focus,
.back-button:focus {
  outline: none;
  border: none;
}

.pay-button:hover {
  color: #105de0;
  background-color: #eff9fe;
}

.back-button:hover {
  color: #eff9fe;
  background-color: #105de0;
}

.grey-back.hidden,
.submit-primary-button.hidden {
  display: none;
}

@media (min-width: 768px) {
  .row-order {
    display: grid;
    grid-template-columns: 1fr 327px;
    grid-gap: 15px;
  }

  .summary-col {
    height: max-content;
  }

  .card {
    margin-bottom: 0;
  }

  .card-body {
    padding-bottom: 25px;
  }
}

@media (min-width: 1366px) {
  .selects-tickets-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .basic-customer-data-wrapper {
    width: 100%;
  }

  .basic-customer-data-wrapper .data-wrapper-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .coupon-form {
    display: grid;
    grid-template-columns: 210px 110px;
    grid-gap: 15px;
  }

  .coupon-form > button {
    margin: 0;
  }
}

/* FOOTER */

.footer {
  color: #14285a;
}

.under-footer {
  color: #fff;
  background-color: #000;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 45px;
  padding: 48px 24px;
}

.under-footer-content {
  padding: 24px;
}

.under-footer-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.under-footer-text .bold {
  font-weight: 700;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer-label {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 25px;
  letter-spacing: 1px;
  color: #000000;
}

.footer-text,
.footer-link-text {
  color: #14285a;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.6em;
  letter-spacing: -0.45px;
}
.footer-link-text:hover {
  color: #006c9f;
}
.footer-col {
  text-align: center;
}

.footer-text.footer-address {
  margin-bottom: 20px;
}

.footer-social-link {
  font-weight: 700;
  color: #14285a;
}
.d-inline {
  display: inline;
}

.footer-link-wrapper {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.footer-link-wrapper:first-of-type {
  margin-bottom: 20px;
}

.footer-link-wrapper,
.footer-social-link {
  text-decoration: none;
  transition: 0.3s;
}

.footer-link-wrapper:hover,
.footer-social-link:hover {
  color: #407de6;
}

.footer-link-text {
  display: block;
  transition: 0.3s !important;
}

.socials-links-wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.single-social-box {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #407de6;
  border-radius: 12px;
  padding: 8px;
  transition: 0.3s;
}

.single-social-box:hover {
  background-color: rgba(64, 125, 230, 0.4);
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
    padding: 48px 36px;
  }

  .under-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 36px;
  }

  .under-footer-text {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .footer-content {
    padding: 60px;
  }

  .under-footer-content {
    padding: 31px 60px;
  }
}

@media (min-width: 1200px) {
  .footer-content {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1512px;
    padding: 60px 74px;
    margin: 0 auto;
  }

  .under-footer-content {
    max-width: 1512px;
    padding: 31px 74px;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .footer-content {
    max-width: none;
    padding: 90px 155px;
  }

  .under-footer-content {
    max-width: none;
    padding: 31px 155px;
  }
}

/* CONFIRMATION */

.card-title-confirmation {
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  margin: 0 auto;
}

.content-confirmation-wrapper {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}

.content-confirmation-wrapper .bold-title {
  font-weight: 700;
}

.content-confirmation-wrapper .color-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  color: #09337b;
}

.buttons-confirmation-wrapper .btn-primary,
.buttons-confirmation-wrapper .back-btn-confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: max-content;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 8px;
  padding: 12px 32px;
  text-decoration: none;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 auto;
}

.buttons-confirmation-wrapper .btn-primary {
  color: #fff;
  background-color: #105de0;
  margin-bottom: 15px;
}

.buttons-confirmation-wrapper .btn-primary:hover {
  color: #105de0;
  background-color: #eff9fe;
}

.buttons-confirmation-wrapper .back-btn-confirmation {
  color: #105de0;
  background-color: #eff9fe;
}

.buttons-confirmation-wrapper .back-btn-confirmation:hover {
  color: #eff9fe;
  background-color: #105de0;
}

.notifications {
  position: fixed;
  top: 20px;
  left: 20px;
}
.notifications :where(.toast, .column) {
  display: flex;
  align-items: center;
}
.notifications .toast {
  width: 300px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 8px;
  padding: 15px;
  background: #09337b;
  color: #fff;
  justify-content: flex-start;
  animation: show_toast 0.3s ease forwards;
  box-shadow: 7px 7px 28px -13px rgba(66, 68, 90, 1);
}
@keyframes show_toast {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10px);
  }
}
.notifications .toast.hide {
  animation: hide_toast 0.3s ease forwards;
}
@keyframes hide_toast {
  0% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc(100% + 20px));
  }
}
.toast::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  animation: progress 5s linear forwards;
}
@keyframes progress {
  100% {
    width: 0%;
  }
}

.toast.info::before,
.btn#info {
  background: #fff;
}

.toast .column span {
  font-size: 14px;
}

@media screen and (max-width: 530px) {
  .notifications {
    width: 95%;
  }
  .notifications .toast {
    width: 100%;
    font-size: 1rem;
    margin-left: 20px;
  }
  .buttons .btn {
    margin: 0 1px;
    font-size: 1.1rem;
    padding: 8px 15px;
  }
}

.td_cart_date-control:read-only {
  background-color: #fff;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 20px 1fr;
}
