/*
 Theme Name:   Eleven Travel Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Custom child theme for hello elementor
 Author:       Moonly Software
 Template:     hello-elementor
 Version:      1.0.0
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
}

section.auth,
section.request {
  margin-bottom: 100px;
  margin-top: 50px;
}

body {
  overflow-x: hidden;
}
body main.site-main.sm {
  max-width: 1000px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.mr-2 {
  margin-right: 10px;
}

.text-center {
  text-align: center !important;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.w-full {
  width: 100%;
}

.border-none {
  border: none !important;
}

.cart_indicator {
  display: none !important;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #EB470F;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  justify-content: center;
  color: #fff;
  position: absolute;
  z-index: 999;
}

.show_on_mobile {
  display: none !important;
}

.no-margin {
  margin: 0px !important;
}

.local_connection_badge {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #ffbd71;
  color: #8c4b00;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ticket_alert {
  display: inline-flex;
  align-items: center;
  /* float: right; */
  border: 1px solid rgba(0, 185, 0, 0.1);
  padding: 6px 15px;
  color: #00b900;
  background-color: rgba(0, 185, 0, 0.1);
  border-radius: 0px;
  font-size: 15px;
  border-radius: 20px;
  gap: 5px;
}
.ticket_alert i {
  color: #00b900;
  margin-right: 9px;
}
.status_circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  background-color: #EB470F;
  position: relative;
  top: -2px;
}

.combi_alert {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: none;
  padding: 6px 15px;
  color: #000;
  box-shadow: 0px 0px 10px #00000012;
  background-color: white;
  border-radius: 0px;
  border-color: transparent;
  border-radius: 20px;
  font-size: 15px;
}
.combi_alert svg {
  margin-right: 9px;
  width: 20px;
}
.combi_alert .message b {
  color: #00b900;
}

.events_page .splitted_heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.events_page .splitted_heading h1 {
  text-transform: uppercase;
}
.events_page .splitted_heading p {
  margin: 0px;
}
.events_page .search {
  position: relative;
  margin-left: 80px;
}
.events_page .search svg {
  position: absolute;
  width: 17px;
  left: 16px;
  top: 15px;
}
.events_page .search svg path {
  fill: rgba(0, 0, 0, 0.25);
}
.events_page #search_events {
  width: 300px;
  /* margin-left: 80px; */
  border: 1px solid #a3a3a3;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 41px;
}
.events_page #search_events:focus {
  outline: none;
  box-shadow: 1px 1px 10px #00000028;
}
.events_page #search_events::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

#events {
  grid-template-columns: 1fr 1fr;
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 80px;
}
#events.loading {
  opacity: 0.6;
}
#events .event {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 325px;
  box-shadow: 0px 2px 6px 2px #0000001a;
}
#events .event:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.22) 100%);
}
#events .event .content {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#events .event .content h5 {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
  opacity: 1;
  padding: 6px 15px;
  color: #000;
  background-color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  border-radius: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#events .event .content h3 {
  font-weight: 900;
  font-size: 28px;
  font-family: "Kanit", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}
#events .event .content p {
  font-weight: 500;
}
#events .event .content .stats_container {
  display: flex;
  align-items: center;
}
#events .event .content .stats_container .stat {
  display: flex;
  align-items: center;
  margin-right: 10px;
  border-right: 1px solid #ffffffc7;
  padding-right: 10px;
}
#events .event .content .stats_container .stat:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
#events .event .content .stats_container .stat svg {
  width: 17px;
  margin-right: 5px;
}
#events .event .content .stats_container .stat svg path {
  fill: #fff;
}
#events .event .content .stats_container .stat > span {
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
#events .event .content .stats_container .stat > span > span {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
#events .event .content .buttons_container {
  justify-content: flex-start;
  margin-top: 20px;
}
#events .event .content .buttons_container a button {
  margin-bottom: 0px;
}
#events .event .content .buttons_container a:first-child button {
  margin-right: 20px;
}

.error_banner {
  border-radius: 5px;
  background-color: #ffe8e0;
  padding: 15px 20px;
  padding-left: 20px;
  width: 100%;
  color: #ff622b;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.error_banner .icon_container {
  display: flex;
  align-items: center;
}
.error_banner .icon_container i,
.error_banner .icon_container svg {
  font-size: 20px;
}
.error_banner p {
  margin: 0px;
}
.error_banner p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .error_banner {
    grid-template-columns: 1fr;
    grid-template-rows: 30px 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 0px;
    padding-left: 20px;
  }
  .error_banner .icon_container {
    justify-content: center;
  }
  .error_banner p {
    text-align: center;
  }
}

.collapse .card {
  border-bottom: 1px solid #ffffff3d;
}
.collapse .card:first-child {
  border-top: 1px solid #ffffff3d;
}
.collapse .card .head {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.collapse .card .head h2 {
  margin: 0px;
}
.collapse .card .head i,
.collapse .card .head svg {
  color: #fff;
  font-size: 1.2rem;
  padding: 0px 20px;
  transition: transform 0.5s ease forwards;
  transform: rotate(0deg);
}
.collapse .card .text {
  height: 0px;
  overflow: hidden;
  display: block;
  transition: height 0.5s ease;
}
.collapse .card.active .head i,
.collapse .card.active .head svg {
  transform: rotate(180deg);
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip_text {
  visibility: hidden;
  width: 200px;
  background-color: transparent;
  color: #000;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 6px;
  padding: 12px 10px;
  backdrop-filter: blur(20px);
  position: absolute;
  z-index: 1;
  box-shadow: 1px 2px 10px #0000001f;
  bottom: 125%;
  font-style: normal;
  left: 50%;
  white-space: normal;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip:hover .tooltip_text {
  visibility: visible;
  opacity: 1;
}
.tooltip.light .tooltip_text {
  color: #fff;
}

.badge {
  border-radius: 32px 32px 32px 32px;
  color: #fff;
  min-height: 47px;
  font-size: 12px;
  padding: 8px 11px;
  border: none;
  font-weight: 700;
}
.badge.badge-default {
  background-color: #dedfe1;
  color: #2c2f32;
}
.badge.badge-white {
  background-color: #fff;
  color: #000;
}
.badge.badge-warning {
  background-color: #EB470F;
}
.badge.badge-success {
  background-color: #5fc26d;
}
.badge.big {
  font-size: 13px;
  padding: 10px 15px;
  white-space: nowrap;
}
.badge.small {
  font-size: 12px;
  padding: 6px 10px;
  min-height: auto;
}

button.btn-primary {
  position: relative;
  overflow: hidden;
  color: #fff;
}
button.btn-primary.super-big {
  width: 100%;
  margin-top: 20px;
  padding: 20px 40px;
}
button.btn-primary.disabled {
  opacity: 0.5;
}
button.btn-primary span {
  z-index: 99;
  position: relative;
}
button.btn-primary.loading:before {
  content: "";
  background-color: #EB470F;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 0%;
  top: 0px;
  animation: loading 2s ease forwards;
}
button.btn-social {
  position: relative;
  overflow: hidden;
}
button.btn-social span,
button.btn-social svg,
button.btn-social i,
button.btn-social img {
  z-index: 99;
  position: relative;
}
button.btn-social.loading:before {
  content: "";
  background-color: #EB470F;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 0%;
  top: 0px;
  animation: loading 2s ease forwards;
}
button.btn-social.facebook.loading:before {
  background-color: #37599e;
}
button.btn-social.google.loading:before {
  background-color: #fff;
}
button.btn-secondary {
  position: relative;
  overflow: hidden;
}
button.btn-secondary span {
  z-index: 99;
  position: relative;
}
button.btn-secondary.disabled {
  opacity: 0.5;
}
button.btn-secondary.loading:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  left: 0px;
  width: 0%;
  top: 0px;
  animation: loading 2s ease forwards;
}

.title_s {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 30px;
}

@keyframes loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
form.custom_form .input_group {
  margin-bottom: 30px;
}
form.custom_form input,
form.custom_form textarea {
  background-color: #fff;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dadada;
}
form.custom_form input:disabled,
form.custom_form textarea:disabled {
  background-color: #fbfbfb;
}
form.custom_form textarea {
  padding: 15px 16px;
  border-bottom-right-radius: 0px;
}
form.custom_form label {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
}
form.custom_form label.required:after {
  content: "*";
  color: red;
  padding-left: 0.2em;
}
form.custom_form button {
  width: 100%;
  position: relative;
  overflow: hidden;
}
form.custom_form button span {
  position: relative;
  z-index: 1;
}
form.custom_form footer {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
  font-size: 0.85rem;
}
form.custom_form p.form_error {
  color: #e02323;
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 3px;
}
form.custom_form .phone_wrapper {
  display: flex;
}
form.custom_form .phone_wrapper .select2-container {
  width: 180px !important;
}
@media (max-width: 768px) {
  form.custom_form .phone_wrapper .select2-container {
    width: 180px !important;
  }
}
form.custom_form .phone_wrapper .select2-container .select2-selection {
  border-radius: 30px 0px 0px 30px !important;
  border-right: none !important;
}
form.custom_form .phone_wrapper input {
  border-radius: 0px 30px 30px 0px !important;
  border-left: none !important;
}

.select2-dropdown {
  border-radius: 30px;
  box-shadow: 1px 1px 20px 0px #00000017;
  border: none;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  top: 2px;
}
.select2-dropdown .select2-search {
  padding: 0px !important;
}
.select2-dropdown .select2-search .select2-search__field {
  border: none !important;
  padding: 10px 15px !important;
  border-radius: 30px;
}
.select2-dropdown .select2-search .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.18) !important;
}
.select2-dropdown .select2-search .select2-search__field:focus {
  outline: none !important;
  box-shadow: none !important;
}

.select2-results__option {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f6f8f9 !important;
  color: #000 !important;
}

button i,
button svg {
  position: relative;
  margin-top: 1px;
}
button.btn-primary {
  background-color: #EB470F;
  border-radius: 32px 32px 32px 32px;
  color: #fff;
  min-height: 44px;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
button.btn-primary:hover, button.btn-primary:active, button.btn-primary:visited, button.btn-primary:focus {
  background-color: #f15723;
  outline: none;
  box-shadow: none;
}
button.btn-primary.btn-open {
  background-color: transparent;
  color: #EB470F;
  border: 1px solid #EB470F;
}
button.btn-social {
  border-radius: 32px 32px 32px 32px;
  color: #fff;
  min-height: 44px;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
button.btn-social img {
  max-width: 22px;
  max-height: 22px;
}
button.btn-social span {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 15px;
}
button.btn-social.google {
  background-color: #fff;
  color: #000;
  border: 1px solid #ececec;
  margin-bottom: 10px;
  margin-top: 20px;
}
button.btn-social.facebook {
  background-color: #4267b2;
}
button.btn-social:hover, button.btn-social:active, button.btn-social:visited, button.btn-social:focus {
  outline: none;
  box-shadow: none;
}
button.btn-secondary {
  background-color: #000;
  border-radius: 32px 32px 32px 32px;
  color: #fff !important;
  min-height: 44px;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
button.btn-secondary:hover, button.btn-secondary:active, button.btn-secondary:visited, button.btn-secondary:focus {
  background-color: #0d0d0d;
  outline: none;
  box-shadow: none;
}
button.btn-secondary.btn-open {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000;
}
button.btn-white {
  background-color: #fff;
  border-radius: 32px 32px 32px 32px;
  color: #000 !important;
  min-height: 44px;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  font-weight: 700;
}
button.btn-white:hover, button.btn-white:active, button.btn-white:visited, button.btn-white:focus {
  background-color: #f2f2f2;
  outline: none;
  box-shadow: none;
}
button.btn-white.btn-open {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
button.btn-sm {
  min-height: 30px;
  font-size: 13px;
  padding: 7px 20px;
}
button.btn-sm i,
button.btn-sm svg {
  font-size: 0.75rem;
}

.row {
  display: flex;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

.col {
  padding: 0px 20px;
  width: 50%;
}

.pull_right {
  display: flex;
  justify-content: flex-end;
}

.menu_action_item {
  flex: 0 0 50px !important;
}
.menu_action_item#cart_icon_mobile, .menu_action_item#cart_icon_desktop {
  cursor: pointer;
}
.menu_action_item#cart_icon_mobile i,
.menu_action_item#cart_icon_mobile svg, .menu_action_item#cart_icon_desktop i,
.menu_action_item#cart_icon_desktop svg {
  margin-top: 4px;
}

.input_error {
  color: #dc2d2d;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  display: none;
}

.menu_button {
  margin-right: 10px;
}

.menu_menu_item {
  flex: 1 !important;
}

.menu_logo {
  flex: 0 0 100px !important;
}

.cart_hover_container {
  position: absolute;
  top: 20px;
  z-index: 10 !important;
  width: 470px;
  left: -500px;
  max-width: 500px;
  padding: 60px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  cursor: pointer;
}
.cart_hover_container .cart_container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 3px 3px 30px #00000026;
  padding: 20px 0px;
  position: relative;
}
.cart_hover_container .cart_container::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  position: absolute;
  top: -10px;
  right: 34px;
}
.cart_hover_container .cart_container h3,
.cart_hover_container .cart_container .totals,
.cart_hover_container .cart_container footer {
  padding-left: 20px;
  padding-right: 20px;
}
.cart_hover_container .cart_container h3 {
  font-size: 1.1rem;
  margin-top: 0px;
}
.cart_hover_container .cart_container .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
}
.cart_hover_container .cart_container .placeholder svg {
  width: 55px;
}
.cart_hover_container .cart_container .placeholder span {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
}
.cart_hover_container .cart_container .cart_items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  font-size: 0.9rem;
}
.cart_hover_container .cart_container .cart_items .item:nth-child(odd) {
  background-color: #f8f8f8;
}
.cart_hover_container .cart_container .cart_items .item span:first-child {
  flex: 1;
  padding-right: 10px;
}
.cart_hover_container .cart_container .cart_items .item span.price {
  flex: 0 0 65px;
  text-align: right;
}
.cart_hover_container .cart_container .cart_items .item span.amount {
  flex: 0 0 30px;
}
.cart_hover_container .cart_container .totals .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0px;
  font-size: 0.9rem;
  font-weight: bold;
}
.cart_hover_container .cart_container .splitted {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.cart_hover_container .cart_container .splitted a {
  font-size: 0.9rem;
}
.cart_hover_container .cart_container .splitted button {
  padding: 9px 20px;
  min-height: 20px;
  font-size: 0.9rem;
}
.cart_hover_container.show {
  opacity: 1;
  transform: translateY(0);
}

button.clean_link {
  padding: 0px;
  margin: 0px;
  border: none;
  text-decoration: underline !important;
  color: #000 !important;
  outline: none !important;
}
button.clean_link:hover, button.clean_link:focus, button.clean_link:active, button.clean_link:visited {
  outline: none !important;
  background-color: transparent !important;
  border: none !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.my-4 {
  margin: 20px 0px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.splitted {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.align_left {
  text-align: left !important;
}

.discount_badge_wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 84vw;
}
.discount_badge_wrapper span {
  color: #EB470F;
  font-size: 90%;
  font-weight: 900;
}
.discount_badge_wrapper .discount_badge {
  margin-left: 10px;
}

.discount_badge {
  background-color: #EB470F;
  color: #fff;
  padding: 3px 8px;
  border-radius: -13px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-right: 10px;
  height: 27px;
}
.discount_badge.deletable {
  display: flex;
  align-items: center;
}
.discount_badge.deletable .remove {
  cursor: pointer;
  padding: 7px 10px;
  padding-right: 5px;
  opacity: 0.75;
}
.discount_badge.deletable .remove i,
.discount_badge.deletable .remove svg {
  font-size: 0.6rem;
}
.discount_badge.deletable .remove:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .discount_badge {
    font-size: 0.7rem;
    padding: 2px 5px;
  }
}

.splitted_form {
  display: flex;
  justify-content: flex-start;
}
.splitted_form .info_container {
  margin-right: 75px;
}
.splitted_form .form_container {
  padding: 40px 40px;
  background-color: #fbfbfb;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  flex: 0 0 475px;
  box-shadow: 2px 2px 10px #00000017;
}

section.heading {
  height: 397px;
  width: 100%;
  top: -4px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
section.heading .bg_image {
  width: 100%;
}
section.heading .bg_image img {
  width: 100%;
}
section.heading .bg_image .overlay {
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
}
section.heading .wave {
  bottom: -1px;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0px;
}
section.heading .wave img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  transform: scale(1.3);
}

.buttons_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons_container button:first-child {
  margin-right: 20px;
  margin-bottom: 15px;
}

.big_placeholder {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 5px #0000003d;
  border-radius: 30px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.big_placeholder h2 {
  font-size: 1.6rem;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}
.big_placeholder p {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.8);
}
.big_placeholder a {
  display: block;
  margin-top: 15px;
}
.big_placeholder.show {
  display: block;
}

.breadcrumb_container {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb_container.big {
  padding: 0px;
}
.breadcrumb_container.small {
  position: absolute;
  padding: 0px;
  top: -41px;
  left: 0px;
}
.breadcrumb_container.trip {
  padding: 0px 20px;
}
.breadcrumb_container.event {
  padding: 0px 50px;
}
.breadcrumb_container .items {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  flex-wrap: wrap;
}
.breadcrumb_container .items .item:before {
  content: "/";
  margin: 0 7px;
  color: #9d9d9d;
}
.breadcrumb_container .items .item:first-child:before {
  display: none;
}
.breadcrumb_container .items .item a span {
  color: #9d9d9d;
  font-weight: 400;
}
.breadcrumb_container .items .item span {
  color: #EB470F;
  font-weight: 700;
}

.content_with_sidebar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px !important;
}
.content_with_sidebar .left {
  padding-right: 80px;
  width: 100%;
}
.content_with_sidebar .right {
  flex: 0 0 300px;
  width: 17%;
}
.content_with_sidebar .right .info_block {
  background-color: #fff;
  box-shadow: 1px 1px 5px #0000003d;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 20px;
}
.content_with_sidebar .right .info_block h3 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
  margin-top: 0px;
}
.content_with_sidebar .right .info_block ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.content_with_sidebar .right .info_block ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.content_with_sidebar .right .info_block ul li i,
.content_with_sidebar .right .info_block ul li svg {
  color: #EB470F;
  width: 20px;
  flex: 0 0 20px;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 3px;
  margin-top: 1px;
}
.content_with_sidebar .right .info_block ul li span {
  margin-left: 10px;
}
.content_with_sidebar .right .info_block a {
  font-weight: bold;
}

section.checkout,
section.account {
  min-height: 500px;
}
section.checkout h4,
section.account h4 {
  text-transform: uppercase;
}
section.checkout .info_container p.error,
section.account .info_container p.error {
  color: #e02323;
  margin-bottom: 20px;
  font-weight: bold;
}
section.checkout .right .info_block,
section.account .right .info_block {
  margin-top: 70px;
}
section.checkout .loader,
section.account .loader {
  width: 100%;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: #fff;
  border: 1px dashed #bbbbbb;
  border-radius: 30px;
  color: #bababa;
  margin-bottom: 80px;
  margin-top: 20px;
}
section.checkout .container,
section.account .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section.checkout .container.checkbox_container span,
section.account .container.checkbox_container span {
  display: block;
  font-weight: 600;
}
section.checkout .container.checkbox_container span:nth-child(2),
section.account .container.checkbox_container span:nth-child(2) {
  display: block;
  font-weight: 400;
  font-size: 90%;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  section.checkout .container.checkbox_container span:nth-child(2),
section.account .container.checkbox_container span:nth-child(2) {
    font-size: 100%;
  }
}
section.checkout .container input,
section.account .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
section.checkout .container input:checked ~ .checkmark,
section.account .container input:checked ~ .checkmark {
  background-color: #000;
}
section.checkout .container input:checked ~ .checkmark:after,
section.account .container input:checked ~ .checkmark:after {
  display: block;
}
section.checkout .container:hover input ~ .checkmark,
section.account .container:hover input ~ .checkmark {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.047);
}
section.checkout .container .checkmark:after,
section.account .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.checkout .checkmark,
section.account .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #eee !important;
  border-radius: 3px;
}
section.checkout .checkmark:after,
section.account .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
section.checkout .checkout_container,
section.checkout .cancel_order_container,
section.account .checkout_container,
section.account .cancel_order_container {
  margin-bottom: 20px;
}
section.checkout .checkout_container .global_error,
section.checkout .cancel_order_container .global_error,
section.account .checkout_container .global_error,
section.account .cancel_order_container .global_error {
  color: #e02323;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
section.checkout .checkout_container #time_container .dashed,
section.checkout .cancel_order_container #time_container .dashed,
section.account .checkout_container #time_container .dashed,
section.account .cancel_order_container #time_container .dashed {
  padding: 12px 19px;
  font-size: 0.9rem;
}
section.checkout .checkout_container .payment_success,
section.checkout .cancel_order_container .payment_success,
section.account .checkout_container .payment_success,
section.account .cancel_order_container .payment_success {
  display: none;
}
section.checkout .checkout_container .payment_success.show,
section.checkout .cancel_order_container .payment_success.show,
section.account .checkout_container .payment_success.show,
section.account .cancel_order_container .payment_success.show {
  display: block;
}
section.checkout .checkout_container .payment_error,
section.checkout .cancel_order_container .payment_error,
section.account .checkout_container .payment_error,
section.account .cancel_order_container .payment_error {
  display: none;
}
section.checkout .checkout_container .payment_error.show,
section.checkout .cancel_order_container .payment_error.show,
section.account .checkout_container .payment_error.show,
section.account .cancel_order_container .payment_error.show {
  display: block;
}
section.checkout .checkout_container .payment_failed,
section.checkout .cancel_order_container .payment_failed,
section.account .checkout_container .payment_failed,
section.account .cancel_order_container .payment_failed {
  display: none;
  margin-bottom: 40px;
}
section.checkout .checkout_container .payment_failed.show,
section.checkout .cancel_order_container .payment_failed.show,
section.account .checkout_container .payment_failed.show,
section.account .cancel_order_container .payment_failed.show {
  display: block;
}
section.checkout .checkout_container .step_process,
section.checkout .cancel_order_container .step_process,
section.account .checkout_container .step_process,
section.account .cancel_order_container .step_process {
  margin-left: 0px;
  width: 100%;
}
section.checkout .checkout_container .dashed,
section.checkout .cancel_order_container .dashed,
section.account .checkout_container .dashed,
section.account .cancel_order_container .dashed {
  border: 1px dashed #bbbbbb;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.checkout .checkout_container .dashed,
section.checkout .cancel_order_container .dashed,
section.account .checkout_container .dashed,
section.account .cancel_order_container .dashed {
    padding: 20px 20px;
  }
}
section.checkout .checkout_container .personalise_block,
section.checkout .cancel_order_container .personalise_block,
section.account .checkout_container .personalise_block,
section.account .cancel_order_container .personalise_block {
  margin-bottom: 20px;
}
section.checkout .checkout_container .personalise_block h4,
section.checkout .cancel_order_container .personalise_block h4,
section.account .checkout_container .personalise_block h4,
section.account .cancel_order_container .personalise_block h4 {
  text-transform: uppercase;
}
section.checkout .checkout_container .discount_wrapper,
section.checkout .cancel_order_container .discount_wrapper,
section.account .checkout_container .discount_wrapper,
section.account .cancel_order_container .discount_wrapper {
  margin-bottom: 11px;
  /* margin-top: 20px; */
  position: relative;
  margin-top: -35px;
  width: calc(100% - 20px);
}
section.checkout .checkout_container .discount_wrapper .discount_toggle,
section.checkout .cancel_order_container .discount_wrapper .discount_toggle,
section.account .checkout_container .discount_wrapper .discount_toggle,
section.account .cancel_order_container .discount_wrapper .discount_toggle {
  color: #EB470F;
  font-weight: bold;
  cursor: pointer;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input,
section.account .checkout_container .discount_wrapper .discount_code_input,
section.account .cancel_order_container .discount_wrapper .discount_code_input {
  display: none;
  margin-top: 25px;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit input,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit input,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit input,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit input {
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0px;
  border-right: 0px;
  padding: 10px 15px;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit input:focus, section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit input:active, section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit input:visited, section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit input:hover,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:focus,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:active,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:visited,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:hover,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit input:focus,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit input:active,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit input:visited,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit input:hover,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:focus,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:active,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:visited,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit input:hover {
  outline: none;
  box-shadow: none;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit button,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit button,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit button,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit button {
  padding: 10px 20px;
  min-height: 20px;
  font-size: 0.9rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 140px;
  padding: 12px 15px;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input .input_submit button:disabled,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input .input_submit button:disabled,
section.account .checkout_container .discount_wrapper .discount_code_input .input_submit button:disabled,
section.account .cancel_order_container .discount_wrapper .discount_code_input .input_submit button:disabled {
  opacity: 0.5;
}
section.checkout .checkout_container .discount_wrapper .discount_code_input label,
section.checkout .cancel_order_container .discount_wrapper .discount_code_input label,
section.account .checkout_container .discount_wrapper .discount_code_input label,
section.account .cancel_order_container .discount_wrapper .discount_code_input label {
  font-family: kanit;
  font-weight: bold;
}
section.checkout .checkout_container .discount_wrapper.active .discount_code_input,
section.checkout .cancel_order_container .discount_wrapper.active .discount_code_input,
section.account .checkout_container .discount_wrapper.active .discount_code_input,
section.account .cancel_order_container .discount_wrapper.active .discount_code_input {
  display: block;
}
section.checkout .checkout_container .discount_wrapper .form_error,
section.checkout .cancel_order_container .discount_wrapper .form_error,
section.account .checkout_container .discount_wrapper .form_error,
section.account .cancel_order_container .discount_wrapper .form_error {
  color: #EB470F;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  section.checkout .checkout_container .discount_wrapper,
section.checkout .cancel_order_container .discount_wrapper,
section.account .checkout_container .discount_wrapper,
section.account .cancel_order_container .discount_wrapper {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
section.checkout .checkout_container .empty_cart,
section.checkout .cancel_order_container .empty_cart,
section.account .checkout_container .empty_cart,
section.account .cancel_order_container .empty_cart {
  display: none;
  margin-top: 20px;
}
section.checkout .checkout_container .empty_cart .dashed,
section.checkout .cancel_order_container .empty_cart .dashed,
section.account .checkout_container .empty_cart .dashed,
section.account .cancel_order_container .empty_cart .dashed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}
section.checkout .checkout_container .empty_cart .dashed i,
section.checkout .checkout_container .empty_cart .dashed svg,
section.checkout .cancel_order_container .empty_cart .dashed i,
section.checkout .cancel_order_container .empty_cart .dashed svg,
section.account .checkout_container .empty_cart .dashed i,
section.account .checkout_container .empty_cart .dashed svg,
section.account .cancel_order_container .empty_cart .dashed i,
section.account .cancel_order_container .empty_cart .dashed svg {
  font-size: 2rem;
}
section.checkout .checkout_container .empty_cart .dashed h4,
section.checkout .cancel_order_container .empty_cart .dashed h4,
section.account .checkout_container .empty_cart .dashed h4,
section.account .cancel_order_container .empty_cart .dashed h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0px;
}
section.checkout .checkout_container .empty_cart.show,
section.checkout .cancel_order_container .empty_cart.show,
section.account .checkout_container .empty_cart.show,
section.account .cancel_order_container .empty_cart.show {
  display: block;
}
section.checkout .checkout_container .payment_method_container,
section.checkout .cancel_order_container .payment_method_container,
section.account .checkout_container .payment_method_container,
section.account .cancel_order_container .payment_method_container {
  margin-top: 20px;
}
section.checkout .checkout_container .payment_method_container .payment_methods,
section.checkout .cancel_order_container .payment_method_container .payment_methods,
section.account .checkout_container .payment_method_container .payment_methods,
section.account .cancel_order_container .payment_method_container .payment_methods {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 25px);
}
section.checkout .checkout_container .payment_method_container .payment_methods li,
section.checkout .cancel_order_container .payment_method_container .payment_methods li,
section.account .checkout_container .payment_method_container .payment_methods li,
section.account .cancel_order_container .payment_method_container .payment_methods li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  margin: 10px;
  padding: 20px;
  width: calc(33% - 20px);
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
section.checkout .checkout_container .payment_method_container .payment_methods li img,
section.checkout .cancel_order_container .payment_method_container .payment_methods li img,
section.account .checkout_container .payment_method_container .payment_methods li img,
section.account .cancel_order_container .payment_method_container .payment_methods li img {
  width: 50px;
}
section.checkout .checkout_container .payment_method_container .payment_methods li span.name,
section.checkout .cancel_order_container .payment_method_container .payment_methods li span.name,
section.account .checkout_container .payment_method_container .payment_methods li span.name,
section.account .cancel_order_container .payment_method_container .payment_methods li span.name {
  display: block;
  margin-top: 12px;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: 500;
  color: #787878;
  text-align: center;
}
section.checkout .checkout_container .payment_method_container .payment_methods li span.fee,
section.checkout .cancel_order_container .payment_method_container .payment_methods li span.fee,
section.account .checkout_container .payment_method_container .payment_methods li span.fee,
section.account .cancel_order_container .payment_method_container .payment_methods li span.fee {
  font-weight: 400;
  color: #8a8e95;
  font-size: 0.9rem;
}
section.checkout .checkout_container .payment_method_container .payment_methods li.active,
section.checkout .cancel_order_container .payment_method_container .payment_methods li.active,
section.account .checkout_container .payment_method_container .payment_methods li.active,
section.account .cancel_order_container .payment_method_container .payment_methods li.active {
  border: 1px solid #EB470F;
}
section.checkout .checkout_container .payment_method_container .payment_methods li.active span.name,
section.checkout .cancel_order_container .payment_method_container .payment_methods li.active span.name,
section.account .checkout_container .payment_method_container .payment_methods li.active span.name,
section.account .cancel_order_container .payment_method_container .payment_methods li.active span.name {
  color: #EB470F !important;
}
section.checkout .checkout_container .terms_container,
section.checkout .cancel_order_container .terms_container,
section.account .checkout_container .terms_container,
section.account .cancel_order_container .terms_container {
  margin-top: 20px;
}
section.checkout .checkout_container .terms_container .checkbox_container:last-child,
section.checkout .cancel_order_container .terms_container .checkbox_container:last-child,
section.account .checkout_container .terms_container .checkbox_container:last-child,
section.account .cancel_order_container .terms_container .checkbox_container:last-child {
  margin-bottom: 0px;
}
section.checkout .checkout_container .buttons_container,
section.checkout .cancel_order_container .buttons_container,
section.account .checkout_container .buttons_container,
section.account .cancel_order_container .buttons_container {
  margin-bottom: 20px;
}
section.checkout .checkout_container .order_summary_table h4,
section.checkout .checkout_container .customer_summary_table h4,
section.checkout .cancel_order_container .order_summary_table h4,
section.checkout .cancel_order_container .customer_summary_table h4,
section.account .checkout_container .order_summary_table h4,
section.account .checkout_container .customer_summary_table h4,
section.account .cancel_order_container .order_summary_table h4,
section.account .cancel_order_container .customer_summary_table h4 {
  text-transform: uppercase;
}
section.checkout .checkout_container .order_summary_table .counter,
section.checkout .checkout_container .customer_summary_table .counter,
section.checkout .cancel_order_container .order_summary_table .counter,
section.checkout .cancel_order_container .customer_summary_table .counter,
section.account .checkout_container .order_summary_table .counter,
section.account .checkout_container .customer_summary_table .counter,
section.account .cancel_order_container .order_summary_table .counter,
section.account .cancel_order_container .customer_summary_table .counter {
  margin-right: 0px;
}
section.checkout .checkout_container .order_summary_table .extra_price,
section.checkout .checkout_container .customer_summary_table .extra_price,
section.checkout .cancel_order_container .order_summary_table .extra_price,
section.checkout .cancel_order_container .customer_summary_table .extra_price,
section.account .checkout_container .order_summary_table .extra_price,
section.account .checkout_container .customer_summary_table .extra_price,
section.account .cancel_order_container .order_summary_table .extra_price,
section.account .cancel_order_container .customer_summary_table .extra_price {
  color: #8a8e95;
  font-size: 0.9rem;
  font-style: italic;
  padding-top: 0px;
  font-weight: 400;
  position: relative;
  top: -5px;
  padding-bottom: 0px !important;
  text-align: right !important;
}
section.checkout .checkout_container .order_summary_table.editable,
section.checkout .checkout_container .customer_summary_table.editable,
section.checkout .cancel_order_container .order_summary_table.editable,
section.checkout .cancel_order_container .customer_summary_table.editable,
section.account .checkout_container .order_summary_table.editable,
section.account .checkout_container .customer_summary_table.editable,
section.account .cancel_order_container .order_summary_table.editable,
section.account .cancel_order_container .customer_summary_table.editable {
  padding-right: 10px;
}
section.checkout .checkout_container .order_summary_table.editable .extra_price,
section.checkout .checkout_container .customer_summary_table.editable .extra_price,
section.checkout .cancel_order_container .order_summary_table.editable .extra_price,
section.checkout .cancel_order_container .customer_summary_table.editable .extra_price,
section.account .checkout_container .order_summary_table.editable .extra_price,
section.account .checkout_container .customer_summary_table.editable .extra_price,
section.account .cancel_order_container .order_summary_table.editable .extra_price,
section.account .cancel_order_container .customer_summary_table.editable .extra_price {
  padding-right: 28px !important;
}
section.checkout .checkout_container .order_summary_table.editable td.price,
section.checkout .checkout_container .customer_summary_table.editable td.price,
section.checkout .cancel_order_container .order_summary_table.editable td.price,
section.checkout .cancel_order_container .customer_summary_table.editable td.price,
section.account .checkout_container .order_summary_table.editable td.price,
section.account .checkout_container .customer_summary_table.editable td.price,
section.account .cancel_order_container .order_summary_table.editable td.price,
section.account .cancel_order_container .customer_summary_table.editable td.price {
  width: 95px !important;
}
section.checkout .checkout_container .order_summary_table.editable td.amount,
section.checkout .checkout_container .customer_summary_table.editable td.amount,
section.checkout .cancel_order_container .order_summary_table.editable td.amount,
section.checkout .cancel_order_container .customer_summary_table.editable td.amount,
section.account .checkout_container .order_summary_table.editable td.amount,
section.account .checkout_container .customer_summary_table.editable td.amount,
section.account .cancel_order_container .order_summary_table.editable td.amount,
section.account .cancel_order_container .customer_summary_table.editable td.amount {
  width: 85px !important;
}
section.checkout .checkout_container .order_summary_table.editable.registration_enabled td.price,
section.checkout .checkout_container .customer_summary_table.editable.registration_enabled td.price,
section.checkout .cancel_order_container .order_summary_table.editable.registration_enabled td.price,
section.checkout .cancel_order_container .customer_summary_table.editable.registration_enabled td.price,
section.account .checkout_container .order_summary_table.editable.registration_enabled td.price,
section.account .checkout_container .customer_summary_table.editable.registration_enabled td.price,
section.account .cancel_order_container .order_summary_table.editable.registration_enabled td.price,
section.account .cancel_order_container .customer_summary_table.editable.registration_enabled td.price {
  width: 45px !important;
}
section.checkout .checkout_container .order_summary_table.editable .price_remove_wrapper,
section.checkout .checkout_container .customer_summary_table.editable .price_remove_wrapper,
section.checkout .cancel_order_container .order_summary_table.editable .price_remove_wrapper,
section.checkout .cancel_order_container .customer_summary_table.editable .price_remove_wrapper,
section.account .checkout_container .order_summary_table.editable .price_remove_wrapper,
section.account .checkout_container .customer_summary_table.editable .price_remove_wrapper,
section.account .cancel_order_container .order_summary_table.editable .price_remove_wrapper,
section.account .cancel_order_container .customer_summary_table.editable .price_remove_wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.checkout .checkout_container .order_summary_table.editable,
section.checkout .checkout_container .customer_summary_table.editable,
section.checkout .cancel_order_container .order_summary_table.editable,
section.checkout .cancel_order_container .customer_summary_table.editable,
section.account .checkout_container .order_summary_table.editable,
section.account .checkout_container .customer_summary_table.editable,
section.account .cancel_order_container .order_summary_table.editable,
section.account .cancel_order_container .customer_summary_table.editable {
    padding-right: 0px !important;
  }
}
section.checkout .checkout_container .order_summary_table #fee_line,
section.checkout .checkout_container .customer_summary_table #fee_line,
section.checkout .cancel_order_container .order_summary_table #fee_line,
section.checkout .cancel_order_container .customer_summary_table #fee_line,
section.account .checkout_container .order_summary_table #fee_line,
section.account .checkout_container .customer_summary_table #fee_line,
section.account .cancel_order_container .order_summary_table #fee_line,
section.account .cancel_order_container .customer_summary_table #fee_line {
  display: none;
}
section.checkout .checkout_container .order_summary_table h4,
section.checkout .checkout_container .customer_summary_table h4,
section.checkout .cancel_order_container .order_summary_table h4,
section.checkout .cancel_order_container .customer_summary_table h4,
section.account .checkout_container .order_summary_table h4,
section.account .checkout_container .customer_summary_table h4,
section.account .cancel_order_container .order_summary_table h4,
section.account .cancel_order_container .customer_summary_table h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.checkout .checkout_container .order_summary_table table tbody tr td,
section.checkout .checkout_container .customer_summary_table table tbody tr td,
section.checkout .cancel_order_container .order_summary_table table tbody tr td,
section.checkout .cancel_order_container .customer_summary_table table tbody tr td,
section.account .checkout_container .order_summary_table table tbody tr td,
section.account .checkout_container .customer_summary_table table tbody tr td,
section.account .cancel_order_container .order_summary_table table tbody tr td,
section.account .cancel_order_container .customer_summary_table table tbody tr td {
  background-color: transparent;
  border: none;
  font-size: 1rem;
  padding: 5px 0px;
  vertical-align: middle;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.price, section.checkout .checkout_container .order_summary_table table tbody tr td#total_price,
section.checkout .checkout_container .customer_summary_table table tbody tr td.price,
section.checkout .checkout_container .customer_summary_table table tbody tr td#total_price,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.price,
section.checkout .cancel_order_container .order_summary_table table tbody tr td#total_price,
section.checkout .cancel_order_container .customer_summary_table table tbody tr td.price,
section.checkout .cancel_order_container .customer_summary_table table tbody tr td#total_price,
section.account .checkout_container .order_summary_table table tbody tr td.price,
section.account .checkout_container .order_summary_table table tbody tr td#total_price,
section.account .checkout_container .customer_summary_table table tbody tr td.price,
section.account .checkout_container .customer_summary_table table tbody tr td#total_price,
section.account .cancel_order_container .order_summary_table table tbody tr td.price,
section.account .cancel_order_container .order_summary_table table tbody tr td#total_price,
section.account .cancel_order_container .customer_summary_table table tbody tr td.price,
section.account .cancel_order_container .customer_summary_table table tbody tr td#total_price {
  white-space: nowrap;
}
section.checkout .checkout_container .order_summary_table table tbody tr.table_divider,
section.checkout .checkout_container .customer_summary_table table tbody tr.table_divider,
section.checkout .cancel_order_container .order_summary_table table tbody tr.table_divider,
section.checkout .cancel_order_container .customer_summary_table table tbody tr.table_divider,
section.account .checkout_container .order_summary_table table tbody tr.table_divider,
section.account .checkout_container .customer_summary_table table tbody tr.table_divider,
section.account .cancel_order_container .order_summary_table table tbody tr.table_divider,
section.account .cancel_order_container .customer_summary_table table tbody tr.table_divider {
  border-top: 1px solid #e1e1e1;
}
section.checkout .checkout_container .order_summary_table table tbody tr.fee td,
section.checkout .checkout_container .customer_summary_table table tbody tr.fee td,
section.checkout .cancel_order_container .order_summary_table table tbody tr.fee td,
section.checkout .cancel_order_container .customer_summary_table table tbody tr.fee td,
section.account .checkout_container .order_summary_table table tbody tr.fee td,
section.account .checkout_container .customer_summary_table table tbody tr.fee td,
section.account .cancel_order_container .order_summary_table table tbody tr.fee td,
section.account .cancel_order_container .customer_summary_table table tbody tr.fee td {
  padding: 0px;
  color: #8a8e95;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
  padding-top: 8px;
  text-align: right !important;
}
section.checkout .checkout_container .order_summary_table table tbody tr.fee.extra_padding td,
section.checkout .checkout_container .customer_summary_table table tbody tr.fee.extra_padding td,
section.checkout .cancel_order_container .order_summary_table table tbody tr.fee.extra_padding td,
section.checkout .cancel_order_container .customer_summary_table table tbody tr.fee.extra_padding td,
section.account .checkout_container .order_summary_table table tbody tr.fee.extra_padding td,
section.account .checkout_container .customer_summary_table table tbody tr.fee.extra_padding td,
section.account .cancel_order_container .order_summary_table table tbody tr.fee.extra_padding td,
section.account .cancel_order_container .customer_summary_table table tbody tr.fee.extra_padding td {
  padding-right: 40px;
}
section.checkout .checkout_container .order_summary_table table tbody tr.total td,
section.checkout .checkout_container .customer_summary_table table tbody tr.total td,
section.checkout .cancel_order_container .order_summary_table table tbody tr.total td,
section.checkout .cancel_order_container .customer_summary_table table tbody tr.total td,
section.account .checkout_container .order_summary_table table tbody tr.total td,
section.account .checkout_container .customer_summary_table table tbody tr.total td,
section.account .cancel_order_container .order_summary_table table tbody tr.total td,
section.account .cancel_order_container .customer_summary_table table tbody tr.total td {
  padding-top: 0px !important;
  font-weight: bold;
}
section.checkout .checkout_container .customer_summary_table,
section.checkout .checkout_container .order_summary_table,
section.checkout .cancel_order_container .customer_summary_table,
section.checkout .cancel_order_container .order_summary_table,
section.account .checkout_container .customer_summary_table,
section.account .checkout_container .order_summary_table,
section.account .cancel_order_container .customer_summary_table,
section.account .cancel_order_container .order_summary_table {
  margin-top: 20px;
}
section.checkout .checkout_container .customer_summary_table h4,
section.checkout .checkout_container .order_summary_table h4,
section.checkout .cancel_order_container .customer_summary_table h4,
section.checkout .cancel_order_container .order_summary_table h4,
section.account .checkout_container .customer_summary_table h4,
section.account .checkout_container .order_summary_table h4,
section.account .cancel_order_container .customer_summary_table h4,
section.account .cancel_order_container .order_summary_table h4 {
  margin-bottom: 7px;
}
section.checkout .checkout_container .customer_summary_table.customer_summary_table table tbody tr td:first-child,
section.checkout .checkout_container .order_summary_table.customer_summary_table table tbody tr td:first-child,
section.checkout .cancel_order_container .customer_summary_table.customer_summary_table table tbody tr td:first-child,
section.checkout .cancel_order_container .order_summary_table.customer_summary_table table tbody tr td:first-child,
section.account .checkout_container .customer_summary_table.customer_summary_table table tbody tr td:first-child,
section.account .checkout_container .order_summary_table.customer_summary_table table tbody tr td:first-child,
section.account .cancel_order_container .customer_summary_table.customer_summary_table table tbody tr td:first-child,
section.account .cancel_order_container .order_summary_table.customer_summary_table table tbody tr td:first-child {
  font-weight: bold;
  width: 183px;
}
section.checkout .checkout_container .order_summary_table table tbody tr,
section.checkout .cancel_order_container .order_summary_table table tbody tr,
section.account .checkout_container .order_summary_table table tbody tr,
section.account .cancel_order_container .order_summary_table table tbody tr {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation span:first-child,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.boardingLocation span:first-child,
section.account .checkout_container .order_summary_table table tbody tr td.boardingLocation span:first-child,
section.account .cancel_order_container .order_summary_table table tbody tr td.boardingLocation span:first-child {
  display: block;
  font-weight: 900;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation span:last-child,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.boardingLocation span:last-child,
section.account .checkout_container .order_summary_table table tbody tr td.boardingLocation span:last-child,
section.account .cancel_order_container .order_summary_table table tbody tr td.boardingLocation span:last-child {
  font-size: 0.9rem;
  margin-top: -3px;
  position: relative;
  display: block;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation .info,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info,
section.account .checkout_container .order_summary_table table tbody tr td.boardingLocation .info,
section.account .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info {
  color: #9d9d9d;
  font-size: 0.8rem;
  font-style: italic;
  display: flex;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation .info i,
section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation .info svg,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info i,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info svg,
section.account .checkout_container .order_summary_table table tbody tr td.boardingLocation .info i,
section.account .checkout_container .order_summary_table table tbody tr td.boardingLocation .info svg,
section.account .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info i,
section.account .cancel_order_container .order_summary_table table tbody tr td.boardingLocation .info svg {
  width: 17px;
  margin-top: 2px;
}
section.checkout .checkout_container .order_summary_table table tbody tr td:last-child,
section.checkout .cancel_order_container .order_summary_table table tbody tr td:last-child,
section.account .checkout_container .order_summary_table table tbody tr td:last-child,
section.account .cancel_order_container .order_summary_table table tbody tr td:last-child {
  width: 60px;
  text-align: right;
  white-space: nowrap;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.amount,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.amount,
section.account .checkout_container .order_summary_table table tbody tr td.amount,
section.account .cancel_order_container .order_summary_table table tbody tr td.amount {
  text-align: right;
}
section.checkout .checkout_container .order_summary_table table tbody tr td.price,
section.checkout .cancel_order_container .order_summary_table table tbody tr td.price,
section.account .checkout_container .order_summary_table table tbody tr td.price,
section.account .cancel_order_container .order_summary_table table tbody tr td.price {
  position: relative;
}
section.checkout .checkout_container .order_summary_table table tbody tr.total td, section.checkout .checkout_container .order_summary_table table tbody tr.lbt td,
section.checkout .cancel_order_container .order_summary_table table tbody tr.total td,
section.checkout .cancel_order_container .order_summary_table table tbody tr.lbt td,
section.account .checkout_container .order_summary_table table tbody tr.total td,
section.account .checkout_container .order_summary_table table tbody tr.lbt td,
section.account .cancel_order_container .order_summary_table table tbody tr.total td,
section.account .cancel_order_container .order_summary_table table tbody tr.lbt td {
  padding: 10px 0px !important;
}
section.checkout .checkout_container .order_summary_table table tbody tr.removed,
section.checkout .cancel_order_container .order_summary_table table tbody tr.removed,
section.account .checkout_container .order_summary_table table tbody tr.removed,
section.account .cancel_order_container .order_summary_table table tbody tr.removed {
  opacity: 0;
}
section.checkout .checkout_container .order_summary_table #update_cart,
section.checkout .cancel_order_container .order_summary_table #update_cart,
section.account .checkout_container .order_summary_table #update_cart,
section.account .cancel_order_container .order_summary_table #update_cart {
  padding: 10px 20px;
  min-height: 20px;
  font-size: 0.9rem;
  margin-right: 20px;
  min-width: 150px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  section.checkout .checkout_container .order_summary_table #update_cart,
section.checkout .cancel_order_container .order_summary_table #update_cart,
section.account .checkout_container .order_summary_table #update_cart,
section.account .cancel_order_container .order_summary_table #update_cart {
    width: 100%;
  }
}
section.checkout .checkout_container .order_summary_table #update_cart span,
section.checkout .cancel_order_container .order_summary_table #update_cart span,
section.account .checkout_container .order_summary_table #update_cart span,
section.account .cancel_order_container .order_summary_table #update_cart span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
section.checkout .checkout_container .order_summary_table #update_cart i.spin-loader,
section.checkout .checkout_container .order_summary_table #update_cart svg.spin-loader,
section.checkout .cancel_order_container .order_summary_table #update_cart i.spin-loader,
section.checkout .cancel_order_container .order_summary_table #update_cart svg.spin-loader,
section.account .checkout_container .order_summary_table #update_cart i.spin-loader,
section.account .checkout_container .order_summary_table #update_cart svg.spin-loader,
section.account .cancel_order_container .order_summary_table #update_cart i.spin-loader,
section.account .cancel_order_container .order_summary_table #update_cart svg.spin-loader {
  display: none;
}
section.checkout .checkout_container .order_summary_table #update_cart:disabled,
section.checkout .cancel_order_container .order_summary_table #update_cart:disabled,
section.account .checkout_container .order_summary_table #update_cart:disabled,
section.account .cancel_order_container .order_summary_table #update_cart:disabled {
  opacity: 0.5;
}
section.checkout .checkout_container .order_summary_table #update_cart.loading span,
section.checkout .cancel_order_container .order_summary_table #update_cart.loading span,
section.account .checkout_container .order_summary_table #update_cart.loading span,
section.account .cancel_order_container .order_summary_table #update_cart.loading span {
  display: none;
}
section.checkout .checkout_container .order_summary_table #update_cart.loading i,
section.checkout .checkout_container .order_summary_table #update_cart.loading svg,
section.checkout .cancel_order_container .order_summary_table #update_cart.loading i,
section.checkout .cancel_order_container .order_summary_table #update_cart.loading svg,
section.account .checkout_container .order_summary_table #update_cart.loading i,
section.account .checkout_container .order_summary_table #update_cart.loading svg,
section.account .cancel_order_container .order_summary_table #update_cart.loading i,
section.account .cancel_order_container .order_summary_table #update_cart.loading svg {
  display: block;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr,
section.account .checkout_container .order_summary_table.editable table tbody tr,
section.account .cancel_order_container .order_summary_table.editable table tbody tr {
  transition: opacity 0.2s ease-out;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr td:last-child,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td:last-child,
section.account .checkout_container .order_summary_table.editable table tbody tr td:last-child,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td:last-child {
  width: 80px;
  text-align: left;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td.price,
section.account .checkout_container .order_summary_table.editable table tbody tr td.price,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td.price {
  position: relative;
  transition: transform 0.1s ease-in-out;
  width: 80px;
  text-align: left;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price .remove,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove,
section.account .checkout_container .order_summary_table.editable table tbody tr td.price .remove,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove {
  color: #EB470F;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  padding: 10px;
  opacity: 0.5;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price .remove i,
section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price .remove svg,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove i,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove svg,
section.account .checkout_container .order_summary_table.editable table tbody tr td.price .remove i,
section.account .checkout_container .order_summary_table.editable table tbody tr td.price .remove svg,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove i,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove svg {
  width: 12px;
}
section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price .remove:hover,
section.checkout .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove:hover,
section.account .checkout_container .order_summary_table.editable table tbody tr td.price .remove:hover,
section.account .cancel_order_container .order_summary_table.editable table tbody tr td.price .remove:hover {
  opacity: 1;
}
section.checkout .checkout_container .checkout_actions,
section.checkout .checkout_container .personalise_actions,
section.checkout .cancel_order_container .checkout_actions,
section.checkout .cancel_order_container .personalise_actions,
section.account .checkout_container .checkout_actions,
section.account .checkout_container .personalise_actions,
section.account .cancel_order_container .checkout_actions,
section.account .cancel_order_container .personalise_actions {
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
section.checkout .checkout_container .checkout_actions.login,
section.checkout .checkout_container .personalise_actions.login,
section.checkout .cancel_order_container .checkout_actions.login,
section.checkout .cancel_order_container .personalise_actions.login,
section.account .checkout_container .checkout_actions.login,
section.account .checkout_container .personalise_actions.login,
section.account .cancel_order_container .checkout_actions.login,
section.account .cancel_order_container .personalise_actions.login {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
section.checkout .checkout_container .checkout_actions.login .buttons,
section.checkout .checkout_container .personalise_actions.login .buttons,
section.checkout .cancel_order_container .checkout_actions.login .buttons,
section.checkout .cancel_order_container .personalise_actions.login .buttons,
section.account .checkout_container .checkout_actions.login .buttons,
section.account .checkout_container .personalise_actions.login .buttons,
section.account .cancel_order_container .checkout_actions.login .buttons,
section.account .cancel_order_container .personalise_actions.login .buttons {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 20px;
}
section.checkout .checkout_container .checkout_actions.login .buttons a,
section.checkout .checkout_container .personalise_actions.login .buttons a,
section.checkout .cancel_order_container .checkout_actions.login .buttons a,
section.checkout .cancel_order_container .personalise_actions.login .buttons a,
section.account .checkout_container .checkout_actions.login .buttons a,
section.account .checkout_container .personalise_actions.login .buttons a,
section.account .cancel_order_container .checkout_actions.login .buttons a,
section.account .cancel_order_container .personalise_actions.login .buttons a {
  width: 100%;
}
section.checkout .checkout_container .checkout_actions.login .buttons a button,
section.checkout .checkout_container .personalise_actions.login .buttons a button,
section.checkout .cancel_order_container .checkout_actions.login .buttons a button,
section.checkout .cancel_order_container .personalise_actions.login .buttons a button,
section.account .checkout_container .checkout_actions.login .buttons a button,
section.account .checkout_container .personalise_actions.login .buttons a button,
section.account .cancel_order_container .checkout_actions.login .buttons a button,
section.account .cancel_order_container .personalise_actions.login .buttons a button {
  width: 100%;
}
section.checkout .checkout_container .checkout_actions span,
section.checkout .checkout_container .personalise_actions span,
section.checkout .cancel_order_container .checkout_actions span,
section.checkout .cancel_order_container .personalise_actions span,
section.account .checkout_container .checkout_actions span,
section.account .checkout_container .personalise_actions span,
section.account .cancel_order_container .checkout_actions span,
section.account .cancel_order_container .personalise_actions span {
  font-weight: bold;
}
section.checkout .checkout_container .checkout_actions .btn-secondary,
section.checkout .checkout_container .personalise_actions .btn-secondary,
section.checkout .cancel_order_container .checkout_actions .btn-secondary,
section.checkout .cancel_order_container .personalise_actions .btn-secondary,
section.account .checkout_container .checkout_actions .btn-secondary,
section.account .checkout_container .personalise_actions .btn-secondary,
section.account .cancel_order_container .checkout_actions .btn-secondary,
section.account .cancel_order_container .personalise_actions .btn-secondary {
  margin-right: 20px;
}
section.checkout .checkout_container .checkout_actions .next,
section.checkout .checkout_container .personalise_actions .next,
section.checkout .cancel_order_container .checkout_actions .next,
section.checkout .cancel_order_container .personalise_actions .next,
section.account .checkout_container .checkout_actions .next,
section.account .checkout_container .personalise_actions .next,
section.account .cancel_order_container .checkout_actions .next,
section.account .cancel_order_container .personalise_actions .next {
  width: 100%;
}
section.checkout .checkout_container .checkout_actions .previous,
section.checkout .checkout_container .personalise_actions .previous,
section.checkout .cancel_order_container .checkout_actions .previous,
section.checkout .cancel_order_container .personalise_actions .previous,
section.account .checkout_container .checkout_actions .previous,
section.account .checkout_container .personalise_actions .previous,
section.account .cancel_order_container .checkout_actions .previous,
section.account .cancel_order_container .personalise_actions .previous {
  width: 195px;
}
section.checkout .alternative_old_boarding_location_name,
section.account .alternative_old_boarding_location_name {
  font-weight: 600;
  margin-top: 0px;
  text-transform: uppercase;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative {
  width: 100%;
  /* border: 1px solid gray; */
  border-radius: 20px;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px 25px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s ease;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative input,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title h4,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title h4 {
  margin-bottom: 6px;
  margin-top: 0px;
  font-weight: 700;
  color: #2c2f32;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-left: -9px;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line span,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line span {
  font-weight: 400;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line .icon_container,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .line .icon_container {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .disclaimer,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title .disclaimer {
  margin: 0px;
  font-weight: 400;
  opacity: 0.5;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side {
  display: flex;
  align-items: center;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price span:first-child,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price span:first-child {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price span:last-child,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price span:last-child {
  font-weight: 400;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .selection_dot,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .selection_dot {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #2c2f32;
  margin-left: 20px;
}
@media (max-width: 768px) {
  section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content {
    flex-direction: column;
    align-items: flex-start;
  }
  section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title {
    margin-bottom: 10px;
  }
  section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title h4,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .alternative_title h4 {
    font-size: 1.3rem;
  }
  section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
  }
  section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative .alternative_content .right_side .alternative_compensation .price {
    align-items: flex-start;
  }
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative.selected,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative.selected {
  border: 2px solid #EB470F;
  opacity: 1;
}
section.checkout .alternatives_wrapper .alternatives_container .alternatives .alternative.selected .selection_dot,
section.account .alternatives_wrapper .alternatives_container .alternatives .alternative.selected .selection_dot {
  border: 6px solid #EB470F !important;
}
section.checkout .alternatives_wrapper .confirm_alternative,
section.account .alternatives_wrapper .confirm_alternative {
  margin-top: 20px;
}
section.checkout .alternatives_wrapper .select_alternative_title,
section.account .alternatives_wrapper .select_alternative_title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 40px;
  text-align: center;
}
section.checkout .alternatives_wrapper .or_divider,
section.account .alternatives_wrapper .or_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 300px;
}
section.checkout .alternatives_wrapper .or_divider span,
section.account .alternatives_wrapper .or_divider span {
  font-weight: bold;
  margin: 0px 10px;
}
section.checkout .alternatives_wrapper .or_divider .line,
section.account .alternatives_wrapper .or_divider .line {
  width: 100%;
  height: 1px;
  background-color: #2c2f3240;
}
section.checkout .alternatives_wrapper button,
section.account .alternatives_wrapper button {
  padding: 15px 30px !important;
}

.download_tickets_container {
  background-color: #000;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-bottom: 100px;
  z-index: 99999;
  color: #fff;
}
.download_tickets_container .background_circles .circle {
  position: absolute;
  background: radial-gradient(circle, #fff 0%, transparent 100%);
  border-radius: 100%;
  opacity: 0.15;
  z-index: 0;
}
.download_tickets_container .background_circles .circle.circle1 {
  width: 1000px;
  height: 1000px;
  top: -20%;
  left: -10%;
  opacity: 0.15;
}
.download_tickets_container .background_circles .circle.circle2 {
  width: 750px;
  height: 750px;
  top: 50%;
  left: 20%;
  opacity: 0.1;
}
.download_tickets_container .background_circles .circle.circle3 {
  width: 400px;
  height: 400px;
  top: 60%;
  left: -10%;
}
.download_tickets_container .background_circles .circle.circle4 {
  width: 500px;
  height: 500px;
  top: 10%;
  left: 85%;
}
.download_tickets_container h1,
.download_tickets_container p {
  text-align: center;
}
.download_tickets_container p {
  margin-bottom: 40px;
}
.download_tickets_container .download_tickets_list_container {
  width: 750px;
  margin-top: 15vh;
  position: relative;
  z-index: 99;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list {
  padding: 0px;
  margin: 0px;
  color: #000;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  background: linear-gradient(45deg, #fff, rgba(255, 255, 255, 0.8));
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side {
  display: flex;
  gap: 10px;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon {
  display: flex;
  align-items: center;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon i,
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon svg {
  font-size: 1.5rem;
  width: 20px;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .title {
  flex: 1;
  line-height: 30px;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .code {
  padding: 0px 11px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding-left: 10px;
  border-radius: 100px;
  margin-left: 0px;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .code span {
  font-weight: 700;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .code span:first-child {
  font-size: 0.9rem;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
  margin-right: 8px;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .code span:last-child {
  font-size: 1rem;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side .tooltip {
  margin-left: 5px;
  border: none;
  position: relative;
  top: 1px;
}
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side a button {
  min-height: unset;
  padding: 11px 20px;
  font-size: 0.9rem;
}

.notify_wrapper {
  width: 0%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px;
  /* justify-content: flex-start; */
  z-index: 99999999;
  top: -1000px;
}
.notify_wrapper .notify_container {
  width: auto;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  font-size: 0.95rem;
  max-width: none;
  box-shadow: 1px 1px 20px #00000029;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.notify_wrapper .notify_container .content {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  position: relative;
}
.notify_wrapper .notify_container:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  content: "";
  width: 0%;
  height: 100%;
  transition: width 10s linear;
}
.notify_wrapper .notify_container .icon {
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
}
.notify_wrapper .notify_container .icon i,
.notify_wrapper .notify_container .icon svg {
  display: none;
}
.notify_wrapper .notify_container .message {
  padding: 11px 0px;
  white-space: nowrap;
  flex: 1;
  padding-right: 25px;
  font-weight: 500;
  font-size: 0.9rem;
}
.notify_wrapper .notify_container .message a {
  color: #255b16;
  text-decoration: underline;
}
.notify_wrapper .notify_container .action {
  padding: 0px 20px;
  padding-left: 0px;
  font-weight: 700;
  font-size: 0.8rem;
}
.notify_wrapper .notify_container .action a {
  white-space: nowrap;
}
.notify_wrapper .notify_container.info {
  background-color: #5fc26d;
  color: #255b16;
}
.notify_wrapper .notify_container.info .action a {
  color: #136313;
}
.notify_wrapper .notify_container.info .icon i.info {
  display: block;
}
.notify_wrapper .notify_container.info:before {
  background-color: #5fc26d;
}
.notify_wrapper .notify_container.error {
  background-color: #e66161;
  color: #8a1616;
}
.notify_wrapper .notify_container.error .action a {
  color: #8a1616;
}
.notify_wrapper .notify_container.error .icon i.error {
  display: block;
}
.notify_wrapper .notify_container.error:before {
  background-color: #e66161;
}
.notify_wrapper.active .notify_container {
  transform: translateX(0px);
  opacity: 1;
}
.notify_wrapper.active .notify_container:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .notify_wrapper {
    top: auto;
    bottom: -1000px;
  }
  .notify_wrapper .notify_container {
    transform: translateY(50px);
  }
}

section.information .top {
  padding: 0px 20px;
}
section.information .addition {
  margin-top: 40px;
  text-align: center;
}
section.information .addition a {
  font-weight: bold;
}

.table_container .table_divider {
  border-top: 1px solid #e1e1e1;
}

.table_loading_lines {
  margin-top: -20px;
}

.boarding_locations {
  margin-top: 0px;
}
.boarding_locations .seperate_boarding_locations {
  margin-top: 175px;
}
.boarding_locations .info_line_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boarding_locations .info_line_container .fee_text {
  text-align: left;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  color: #9d9d9d;
}
.boarding_locations .info_line_container .counter_text {
  text-align: right;
  font-size: 0.9rem;
  color: #5e5e5e;
}
.boarding_locations .addition {
  margin-top: 20px;
  text-align: center;
}
.boarding_locations .addition a {
  font-weight: bold;
}
.boarding_locations .tickets_table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.boarding_locations .tickets_table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .boarding_locations .tickets_table table {
    table-layout: auto;
  }
}
.boarding_locations .tickets_table thead tr {
  background-color: #EB470F;
  color: #fff;
}
.boarding_locations .tickets_table thead tr th {
  padding: 14px 20px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  border: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .boarding_locations .tickets_table thead tr th {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .boarding_locations .tickets_table thead tr th.price {
    display: none;
  }
}
.boarding_locations .tickets_table thead tr th span {
  font-size: 0.9em;
  font-weight: 400;
}
.boarding_locations .tickets_table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.boarding_locations .tickets_table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.boarding_locations .tickets_table tbody tr.paused {
  pointer-events: none;
  opacity: 0.4;
}
.boarding_locations .tickets_table tbody tr td {
  padding: 10px 20px;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 0.95rem;
  border: none;
  vertical-align: middle;
  background-color: transparent !important;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .city {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .detail {
  color: #9d9d9d;
  font-weight: 400;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .description {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  top: -3px;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .description .info-icon {
  min-width: 13px;
  margin-right: 5px;
  height: auto;
  position: relative;
  top: 1px;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .description .info-icon svg path {
  fill: #9d9d9d;
}
.boarding_locations .tickets_table tbody tr td.name .flex_container .description .text {
  font-size: 12px;
  font-style: italic;
  color: #9d9d9d;
}
.boarding_locations .tickets_table tbody tr td.price .flex_container .show_on_desktop {
  display: flex;
  flex-direction: column;
}
.boarding_locations .tickets_table tbody tr td.price .flex_container .show_on_desktop .old_price {
  font-size: 0.75rem;
  color: #EB470F;
  opacity: 0.6;
  text-decoration: line-through;
}
.boarding_locations .tickets_table tbody tr td.price .flex_container .show_on_desktop .new_price {
  margin-top: -5px;
}
.boarding_locations .tickets_table tbody tr td.action {
  text-align: center;
}
.boarding_locations .tickets_table tbody tr td.action button,
.boarding_locations .tickets_table tbody tr td.action a button {
  border: none;
  background: #000;
  color: #fff;
  padding: 7px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.boarding_locations .tickets_table tbody tr td.action button i,
.boarding_locations .tickets_table tbody tr td.action button svg,
.boarding_locations .tickets_table tbody tr td.action a button i,
.boarding_locations .tickets_table tbody tr td.action a button svg {
  font-size: 90%;
}
.boarding_locations .tickets_table tbody tr td.action button.sold_out_button,
.boarding_locations .tickets_table tbody tr td.action a button.sold_out_button {
  background: #9d9d9d;
  cursor: not-allowed;
}
.boarding_locations .tickets_table tbody tr td.action a button.sold_out_button {
  cursor: pointer;
  background: #000;
}
.boarding_locations .tickets_table tbody .more_boarding_locations {
  text-align: center;
  background-color: transparent !important;
}
.boarding_locations .tickets_table tbody .more_boarding_locations td {
  background-color: transparent !important;
  padding-top: 20px;
}
.boarding_locations .tickets_table tbody .more_boarding_locations .flex_container {
  display: flex;
  justify-content: center;
}
.boarding_locations .tickets_table tbody .more_boarding_locations .flex_container button {
  color: #fff;
  background-color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

.counter {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.counter .incrementer {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 23px;
  border-radius: 50%;
}
.counter .incrementer i,
.counter .incrementer svg {
  cursor: pointer;
  color: #c8c8c8;
  padding: 5px;
  font-size: 0.9rem;
  margin-top: 2px;
}
.counter .incrementer.plus {
  border: 2px solid #EB470F;
}
.counter .incrementer.plus i,
.counter .incrementer.plus svg {
  color: #EB470F;
}
.counter span {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: -2px;
  color: black;
  margin-left: 7px;
  margin-right: 7px;
}

section.event .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
section.event .faq {
  padding: 50px;
}
section.event .mw {
  max-width: 1200px;
  margin: 0 auto;
}
section.event #event_container {
  overflow-x: hidden !important;
  overflow-y: hidden;
}
section.event #event_container h1 {
  font-size: 2rem;
}
section.event #event_container .buttons_container {
  justify-content: flex-start;
}
section.event #event_container .content_with_sidebar .left {
  width: 77%;
  padding-right: 25px;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container {
  margin-top: 40px;
  justify-content: stretch;
  margin-left: -10px;
  width: calc(100% + 20px);
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  flex: 1;
  margin: 0px 10px;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container > a,
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container button {
  width: 100%;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container button {
  padding: 10px 30px;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container span {
  color: #9d9d9d;
  text-align: center;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container span b,
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container span a {
  font-weight: 700;
}
section.event #event_container .content_with_sidebar .left .info_container .buttons_container .button_link_container span b {
  color: rgba(0, 0, 0, 0.8);
}
section.event #event_container .trips {
  margin-top: 0px;
  position: relative;
}
section.event #event_container .trips .trips_container .trip {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: grid;
  grid-column: 3;
  border-radius: 20px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 150px auto 208px;
  grid-template-rows: auto;
  padding: 3px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}
section.event #event_container .trips .trips_container .trip .image {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 150px;
  position: relative;
}
section.event #event_container .trips .trips_container .trip .image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
}
section.event #event_container .trips .trips_container .trip .private_banner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
section.event #event_container .trips .trips_container .trip .private_banner .banner {
  width: 240px;
  padding: 8px;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  text-align: center;
  transform: rotate(-45deg) translate(-30%, -123%);
  text-transform: uppercase;
  box-shadow: 4px 4px 20px #00000042;
}
section.event #event_container .trips .trips_container .trip .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 15px;
}
section.event #event_container .trips .trips_container .trip .content h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
}
section.event #event_container .trips .trips_container .trip .content h2 a {
  color: rgba(0, 0, 0, 0.8);
}
section.event #event_container .trips .trips_container .trip .content span {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-bottom: 4px;
}
section.event #event_container .trips .trips_container .trip .content span.type {
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.9;
  margin-top: 0px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}
section.event #event_container .trips .trips_container .trip .content span.cities {
  font-weight: 700;
  margin: 0px;
  font-size: 17px;
  color: #EB470F;
}
section.event #event_container .trips .trips_container .trip .content span.organisers {
  font-size: 0.8rem;
  opacity: 0.9;
  margin: 0px;
  margin-top: 0px;
}
section.event #event_container .trips .trips_container .trip .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
section.event #event_container .trips .trips_container .trip .actions .centered {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-end;
}
section.event #event_container .trips .trips_container .trip .actions .available {
  color: #9d9d9d;
  font-weight: bold;
  margin-top: 10px;
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
section.event #event_container .trips .trips_container .trip .actions .available span.amount {
  margin-left: 12px;
}
section.event #event_container .trips .trips_container .trip .actions .available span.amount span {
  font-weight: 400;
}
section.event #event_container .trips .trips_container .trip .actions button {
  padding: 10px 30px;
  min-height: auto;
}
section.event #event_container .boarding_locations h2.title {
  text-align: center;
  margin: 0px;
  margin: 0 auto;
  max-width: 1000px;
  text-transform: uppercase;
}
section.event #event_container .boarding_locations p.subtitle {
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 1000px;
}
section.event #event_container .boarding_locations p.subtitle_mobile {
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
  display: none;
}
section.event #event_container .ticket_search_container {
  background-color: #EB470F;
  margin-top: 80px;
  margin-bottom: 80px;
}
section.event #event_container .ticket_search_container .container {
  padding: 40px;
  max-width: 900px;
}
section.event #event_container .ticket_search_container h1 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
section.event #event_container .ticket_search_container .boarding_locations_search_container {
  position: relative;
}
section.event #event_container .ticket_search_container .boarding_locations_search_container .loading_container,
section.event #event_container .ticket_search_container .boarding_locations_search_container .xmark_container {
  display: none;
  position: absolute;
  right: 60px;
  font-size: 1.4rem;
  top: -2px;
  color: rgba(0, 0, 0, 0.7);
}
section.event #event_container .ticket_search_container .boarding_locations_search_container i,
section.event #event_container .ticket_search_container .boarding_locations_search_container svg {
  width: 17px;
  position: absolute;
  top: 14px;
  left: 28px;
  color: #b3b3b3;
}
section.event #event_container .ticket_search_container .boarding_locations_search_container input {
  border-radius: 100px;
  padding: 10px 20px 11px 60px;
  border: none;
  box-shadow: 1px 1px 4px #0000004a;
}
section.event #event_container .ticket_search_container .boarding_locations_search_container input::placeholder {
  color: #9d9d9d;
}
section.event #event_container .ticket_search_container .sub p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0px;
}
section.event #event_container .ticket_search_container .sub p a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
section.event #event_container .ticket_search_container .sub p:nth-child(2) {
  display: none;
}
section.event .organize_trip_cta {
  margin-top: 200px;
  width: 100%;
  background-color: #151617;
  text-align: center;
  position: relative;
}
section.event .organize_trip_cta:before {
  content: "";
  position: absolute;
  top: -142px;
  height: 500px;
  width: 114%;
  left: -7%;
  clip-path: ellipse(50% 45% at 50% 50%);
  background-color: #151617;
  z-index: -1;
}
section.event .organize_trip_cta .container {
  padding: 80px 0px;
  max-width: 900px;
  padding-top: 0px;
}
section.event .organize_trip_cta h1 {
  color: #fff;
  text-align: center;
}
section.event .organize_trip_cta .checklist {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto;
}
section.event .organize_trip_cta .checklist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  text-align: left;
}
section.event .organize_trip_cta .checklist ul li {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
section.event .organize_trip_cta .checklist ul li i,
section.event .organize_trip_cta .checklist ul li svg {
  color: #00b900;
  font-size: 1.2rem;
  margin-top: 4px;
}
section.event .organize_trip_cta .checklist ul li span {
  margin-left: 13px;
  color: #fff;
}

.review_section {
  padding: 80px 0 0;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.review_section .container {
  margin: 0 auto;
  max-width: 600px;
}
.review_section .reviews {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.review_section .reviews .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
}
.review_section .reviews .slick-dots li {
  list-style-type: none;
}
.review_section .reviews .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  margin: 0px 5px;
  color: transparent;
  overflow: hidden;
}
.review_section .reviews .slick-dots li.slick-active button {
  background-color: #EB470F;
}
.review_section .reviews .review {
  width: 100%;
}
.review_section .reviews .review q {
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.review_section .reviews .review .name {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.review_section .reviews .review .type {
  font-size: 0.75rem;
  font-style: italic;
  color: #EB470F;
  display: block;
  text-align: center;
}
.review_section .fx-block:after {
  bottom: -110px;
  height: 350px;
}

.seo_section {
  margin-top: 0px;
  width: 100%;
  background-color: #EB470F;
  text-align: left;
  padding: 80px 0px;
}
.seo_section .container {
  text-align: left;
}
.seo_section .content p {
  color: #fff;
}
.seo_section h1 {
  color: #fff;
  text-align: left;
}
.seo_section h2 {
  font-size: 25px;
  color: #fff;
  margin-top: 40px;
}

body#account,
body#checkout,
body#vip {
  background-color: #f7f7f7;
}

body#vip .site-main {
  max-width: unset;
  padding: 0px;
}
body#vip .vip_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.reset_form_alt {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 10px;
  color: #ababab !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

.form_container.request_form_container {
  width: 100%;
  background-color: #fff;
}
.form_container.request_form_container h2 {
  font-size: 1.8rem;
}
.form_container.request_form_container .error-message,
.form_container.request_form_container .global-error-message {
  color: #EB470F;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
}
.form_container.request_form_container .mr-2 {
  margin-right: 10px;
}
.form_container.request_form_container .flex {
  display: flex;
  align-items: center;
}
.form_container.request_form_container .radio_group {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-top: 10px !important;
}
.form_container.request_form_container .radio_group input {
  margin-top: -4px;
  margin-left: 10px;
}
.form_container.request_form_container .login_links {
  margin-top: 30px;
  padding: 25px;
  border-radius: 10px;
  background-color: #fafafa;
}
.form_container.request_form_container .login_links a,
.form_container.request_form_container .login_links button {
  width: 100%;
  text-align: center;
}
.form_container.request_form_container .login_links footer {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
}
.form_container.request_form_container input[type=radio] {
  accent-color: #EB470F;
}
.form_container.request_form_container .info {
  margin-top: 15px;
  font-size: 0.9rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 12px 18px;
  color: rgba(0, 0, 0, 0.65);
}
.form_container.request_form_container .info .icon {
  margin-right: 10px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.form_container.request_form_container .info .icon i,
.form_container.request_form_container .info .icon svg {
  font-size: 1.3rem;
}
.form_container.request_form_container .info p {
  margin: 0px;
}
.form_container.request_form_container .custom_tooltip {
  background-color: #f5f5f588;
  color: #1a1a1a;
  backdrop-filter: blur(20px);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #0000001a;
  position: absolute;
  z-index: 999;
}
.form_container.request_form_container .input-group.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form_container.request_form_container .input-group .hidden {
  display: none;
}
.form_container.request_form_container .switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 28px;
  margin-right: 10px;
}
.form_container.request_form_container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form_container.request_form_container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.form_container.request_form_container .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.form_container.request_form_container .switch .slider.round {
  border-radius: 34px;
}
.form_container.request_form_container .switch .slider.round:before {
  border-radius: 50%;
}
.form_container.request_form_container .switch input:checked + .slider {
  background-color: #EB470F;
}
.form_container.request_form_container .switch input:focus + .slider {
  box-shadow: 0 0 1px #EB470F;
}
.form_container.request_form_container .switch input:checked + .slider:before {
  transform: translateX(22px);
}
.form_container.request_form_container .details_container {
  margin-top: 30px;
  font-size: 0.9rem;
  font-weight: 400;
}
.form_container.request_form_container .details_container h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: none;
  font-family: "Kanit", sans-serif;
  margin-bottom: 10px;
}
.form_container.request_form_container .details_container .details_block {
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 10px;
}
.form_container.request_form_container .details_container .details_block h4 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  margin-bottom: 10px;
  margin-top: 0px;
}
.form_container.request_form_container .details_container .details_block .kv {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.form_container.request_form_container .details_container .details_block .kv:first-child {
  margin-top: 0px;
}
.form_container.request_form_container .details_container .details_block .kv span:first-child {
  font-weight: 900;
  margin-right: 10px;
  min-width: 75px;
}
.form_container.request_form_container .details_container .details_block .kv span:last-child {
  font-weight: 400;
}
.form_container.request_form_container .details_container .details_block .kv_container {
  margin-bottom: 20px;
}
.form_container.request_form_container .details_container .details_block .kv_container:last-child {
  margin-bottom: 0px;
}
.form_container.request_form_container .details_container .details_block .kv_container .kv {
  margin-top: 2px;
}
.form_container.request_form_container .request_step_process {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: -40px;
  width: calc(100% + 80px);
}
.form_container.request_form_container .request_step_process .indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  opacity: 0.4;
}
.form_container.request_form_container .request_step_process .indicator .circle {
  width: 40px;
  height: 40px;
  border: 2px solid #575757;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.form_container.request_form_container .request_step_process .indicator.done {
  opacity: 1;
}
.form_container.request_form_container .request_step_process .indicator.done .circle {
  border-color: #EB470F;
}
.form_container.request_form_container .request_step_process .indicator.done .circle i,
.form_container.request_form_container .request_step_process .indicator.done .circle svg {
  color: #EB470F;
}
.form_container.request_form_container .request_step_process > span {
  width: 100%;
  flex: 1;
  height: 1px;
  background-color: #c6c6c6;
  margin-top: 19px;
  opacity: 0.5;
}
.form_container.request_form_container .request_step_process > span.done {
  opacity: 1;
  background-color: #EB470F;
}
.form_container.request_form_container .request_finished,
.form_container.request_form_container .request_start {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.form_container.request_form_container .request_finished h3,
.form_container.request_form_container .request_start h3 {
  text-transform: none;
  margin-bottom: 10px;
}
.form_container.request_form_container .request_finished lottie-player,
.form_container.request_form_container .request_start lottie-player {
  position: relative;
  top: 20px;
  margin-top: -25px;
}
.form_container.request_form_container .request_finished p,
.form_container.request_form_container .request_start p {
  margin-bottom: 0px;
  max-width: 400px;
}
.form_container.request_form_container .request_header {
  margin-bottom: 20px;
}
.form_container.request_form_container .request_header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.form_container.request_form_container .request_header p {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0px;
}
.form_container.request_form_container button.loading {
  pointer-events: none;
  opacity: 0.5;
}
.form_container.request_form_container button.loading:hover {
  opacity: 0.5;
}
.form_container.request_form_container button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spin 0.5s linear infinite;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.form_container.request_form_container input,
.form_container.request_form_container textarea {
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px 20px;
  width: 100%;
}
.form_container.request_form_container input:disabled,
.form_container.request_form_container textarea:disabled {
  background-color: #f7f7f7;
  border-color: #ababab;
  color: #777777;
}
.form_container.request_form_container label {
  font-weight: 700;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  margin-top: 0px;
  margin-bottom: 7px;
}
.form_container.request_form_container label.weight-regular {
  font-weight: 400;
}
.form_container.request_form_container label .required {
  color: #EB470F;
}
.form_container.request_form_container .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.33) !important;
}
.form_container.request_form_container .select2-selection--multiple {
  padding: 10px 20px;
  border-radius: 30px;
}
.form_container.request_form_container .select2-selection--multiple .select2-search__field {
  margin-top: 0px;
}
.form_container.request_form_container .select2-selection--multiple .select2-selection__rendered {
  padding: 0px;
  margin: 0px;
}
.form_container.request_form_container .select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.form_container.request_form_container .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 5px 10px;
  color: #000;
  padding-right: 25px;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form_container.request_form_container .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #9e9e9e;
  cursor: pointer;
}
.form_container.request_form_container .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.form_container.request_form_container .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 30px;
}
.form_container.request_form_container .stepper_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.form_container.request_form_container #request_form .step {
  display: none;
}
.form_container.request_form_container #request_form .step.show {
  display: block;
}
.form_container.request_form_container #request_form .step .or_switch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.form_container.request_form_container #request_form .step .or_switch .or {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
}
.form_container.request_form_container #request_form .step .or_switch .or > div {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
}
.form_container.request_form_container #request_form .step .or_switch .or span {
  padding: 0px 20px;
}
.form_container.request_form_container #request_form .step .buttons_container {
  display: flex;
  align-items: center;
}
.form_container.request_form_container #request_form .step .buttons_container button {
  margin-bottom: 0px;
}
.form_container.request_form_container #request_form .step .buttons_container button:first-child {
  max-width: 150px;
}
.form_container.request_form_container #request_form .step .login {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.form_container.request_form_container #request_form .step .login a {
  margin: 0px 10px;
}
.form_container.request_form_container #request_form .form_options {
  display: none;
  border-bottom: 1px dashed #c0c0c0;
  margin-bottom: 40px;
  padding-bottom: 15px;
  margin-top: 30px;
}
.form_container.request_form_container #request_form #boarding_location_search {
  display: none;
}
.form_container.request_form_container #request_form textarea {
  border-radius: 20px;
  border: 1px solid #dadada;
  border-bottom-right-radius: 0px;
}
.form_container.request_form_container #request_form .toggle {
  margin-bottom: 30px;
  display: block;
  position: relative;
  margin-top: 5px;
}
.form_container.request_form_container #request_form .toggle span {
  color: #EB470F;
  cursor: pointer;
}
.form_container.request_form_container #request_form .show {
  display: block !important;
}
.form_container.request_form_container .input-group {
  margin-top: 27px;
}
.form_container.request_form_container .input-group.error input,
.form_container.request_form_container .input-group.error select,
.form_container.request_form_container .input-group.error textarea {
  border-color: #EB470F;
}

.step_process {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: -40px;
  width: calc(100% + 80px);
}
.step_process .indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.step_process .indicator .circle {
  width: 30px;
  height: 30px;
  border: 1px solid #575757;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.step_process .indicator .circle span {
  font-size: 0.9rem;
  font-weight: bold;
}
.step_process .indicator p {
  margin: 0px;
  margin-top: 5px;
  max-width: 50px;
  display: flex;
  justify-content: center;
}
.step_process .indicator p span {
  font-size: 0.8rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1rem;
  white-space: nowrap;
}
.step_process .indicator.done .circle {
  border-color: #EB470F;
}
.step_process .indicator.done .circle span {
  color: #EB470F;
}
.step_process .indicator.done p span {
  color: #EB470F;
  font-weight: bold;
}
.step_process > span {
  width: 100%;
  flex: 1;
  height: 1px;
  background-color: #c6c6c6;
  margin-top: 15px;
}
.step_process > span:first-child, .step_process > span:last-child {
  flex: 0.5;
}
.step_process > span.done {
  background-color: #EB470F;
}

section.request .splitted_form .right_side {
  flex: 0 0 575px;
}

select.select2,
select.select2-events {
  border: 1px solid #dadada;
  border-radius: 30px;
  padding: 12px;
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection--single {
  height: 47px;
  border-radius: 30px;
  border: 1px solid #dadada;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 16px;
  padding-right: 40px;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 45px;
}

.datepicker-container {
  width: 245px;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #ffe9e1;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #ffd6c8;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #EB470F;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #EB470F;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #EB470F;
}

.datepicker-panel > ul > li:hover {
  background-color: #ffe9e1;
}

.datepicker-panel > ul > li {
  height: 35px;
  width: 35px;
  font-size: 0.8rem;
  line-height: 35px;
}

.datepicker-panel > ul > li[data-view="month current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="years current"] {
  width: 175px;
}

.sublabel {
  display: block;
  font-size: 0.9rem;
  margin-top: -7px;
  margin-bottom: 10px;
  line-height: 20px;
}

.checkbox_container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container input:checked ~ .checkmark {
  background-color: #000;
}
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  margin-top: 8px;
  border-radius: 3px;
  background-color: #eee;
}
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 9px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.variants_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.variants_items .variant_item {
  cursor: pointer;
  padding: 0px 12px;
  height: 35px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 900;
}
.variants_items .variant_item.selected {
  background: #000;
  color: #fff;
}
.variants_items .variant_item.sold_out {
  opacity: 0.5;
  pointer-events: none;
}

.spacer.spacer-vertical.spacer-m {
  height: 30px;
  display: block;
}

.moonly_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  transform: scale(0);
}
.moonly_modal .backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.moonly_modal .dialog {
  width: 850px;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  position: relative;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transform: scale(0.9);
  opacity: 0;
}
.moonly_modal .dialog .content .header {
  padding: 40px;
  padding-bottom: 0px;
}
.moonly_modal .dialog .content .header h5.title {
  margin: 0px;
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Kanit", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.moonly_modal .dialog .content .header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
  padding: 20px;
}
.moonly_modal .dialog .content .header .close i,
.moonly_modal .dialog .content .header .close svg {
  font-size: 1.25rem;
}
.moonly_modal .dialog .content .header .close:hover {
  opacity: 1;
}
.moonly_modal .dialog .content .body {
  display: flex;
}
.moonly_modal .dialog .content .body h3 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Kanit";
  color: #000;
  text-transform: initial;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 40px;
}
.moonly_modal .dialog .content .body .mt-2 {
  margin-top: 20px;
}
.moonly_modal .dialog .content .body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Kanit";
  color: #000;
  /* text-transform: uppercase; */
  margin-top: 0px;
  margin-bottom: 0px;
}
.moonly_modal .dialog .content .body .subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "Kanit";
  color: #000;
  text-transform: unset;
  /* text-transform: uppercase; */
  margin-top: 2px;
  margin-bottom: 0px;
  padding: 0px 40px;
}
.moonly_modal .dialog .content .body .address {
  font-size: 14px;
  opacity: 0.6;
}
.moonly_modal .dialog .content .body .boarding_location .name {
  font-weight: 400;
  font-size: 1rem;
}
.moonly_modal .dialog .content .body .boarding_location .info {
  color: #9d9d9d;
  font-size: 0.8rem;
  font-style: italic;
}
.moonly_modal .dialog .content .body .boarding_location .info i,
.moonly_modal .dialog .content .body .boarding_location .info svg {
  width: 10px;
  margin-right: 4px;
}
.moonly_modal .dialog .content .body .left_side {
  padding: 0px;
}
.moonly_modal .dialog .content .body .left_side .steps {
  height: 100%;
}
.moonly_modal .dialog .content .body .left_side .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  max-height: 530px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items::-webkit-scrollbar {
  display: none;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item {
  display: flex;
  padding: 15px 40px;
  margin: 5px 0px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .image {
  width: 120px;
  height: 135px;
  background: #f8f8f8;
  margin-right: 20px;
  flex: 0 0 120px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content {
  flex: 1;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0px;
  color: #000;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .description {
  font-size: 0.8rem;
  font-weight: 400;
  color: #878787;
  margin-bottom: 5px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .price {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .price .old_price {
  display: inline;
  font-size: 0.85rem;
  position: relative;
  margin-top: 0px;
  color: #000;
  opacity: 0.2;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .price .old_price::after {
  top: 50%;
  background: #000;
  opacity: 0.7;
  content: "";
  width: 108%;
  position: absolute;
  height: 0.1em;
  border-radius: 0.1em;
  left: -4%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content button {
  margin: 0px !important;
  height: 35px;
  flex: 0 0 125px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content button em.count {
  font-style: normal;
  width: 15px;
  display: inline-flex;
  height: 15px;
  background-color: #fff;
  color: #000;
  padding: 0px 5px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "Kanit", sans-serif;
  border-radius: 50px;
  font-size: 0.75rem;
  margin-left: 4px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .actions {
  display: flex;
  gap: 10px;
  align-items: end;
  width: 100%;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .actions button {
  margin-top: 0px;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item:nth-child(even) {
  background: #f8f8f8;
}
.moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item.sold_out button {
  opacity: 0.5;
  pointer-events: none;
}
.moonly_modal .dialog .content .body .left_side .bottom_side {
  padding: 40px;
  padding-top: 0px;
}
.moonly_modal .dialog .content .body .box.colored {
  background: #f8f8f8;
  padding: 15px 40px;
  display: block;
  margin-bottom: 20px;
}
.moonly_modal .dialog .content .body .box p {
  margin-bottom: 0px;
}
.moonly_modal .dialog .content .body .box .info {
  color: #9d9d9d;
  font-size: 0.8rem;
  font-style: italic;
}
.moonly_modal .dialog .content .body .box .info i,
.moonly_modal .dialog .content .body .box .info svg {
  margin-right: 4px;
  width: 10px;
}
.moonly_modal .dialog .content .body .box2 h4 {
  font-size: 1rem;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  color: #00b900;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}
.moonly_modal .dialog .content .body .box2 ul {
  padding: 0px;
  list-style-type: none;
}
.moonly_modal .dialog .content .body .box2 ul li {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}
.moonly_modal .dialog .content .body .box2 ul li i,
.moonly_modal .dialog .content .body .box2 ul li svg {
  color: #00b900;
  font-size: 1.3rem;
  margin-right: 8px;
  margin-top: 2px;
}
.moonly_modal .dialog .content .body .box2 ul li span {
  font-size: 0.9rem;
}
.moonly_modal .dialog .content .body .left_side {
  flex: 1;
}
.moonly_modal .dialog .content .body .left_side .m_loading {
  width: calc(100% - 80px);
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 20px 40px;
  border-radius: 20px;
}
.moonly_modal .dialog .content .body .right_side {
  flex: 0 0 300px;
  width: 300px;
  background: #f8f8f8;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.moonly_modal .dialog .content .reviews {
  width: 100%;
}
.moonly_modal .dialog .content .reviews .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.moonly_modal .dialog .content .reviews .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  margin: 0px 5px;
  overflow: hidden;
}
.moonly_modal .dialog .content .reviews .slick-dots li.slick-active button {
  background-color: #EB470F;
}
.moonly_modal .dialog .content .reviews .review {
  width: 100%;
}
.moonly_modal .dialog .content .reviews .review q {
  font-style: italic;
  text-align: center;
  font-size: 0.9rem;
}
.moonly_modal .dialog .content .reviews .review .name {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.moonly_modal .dialog .content .reviews .review .type {
  font-size: 0.75rem;
  font-style: italic;
  color: #EB470F;
  display: block;
  text-align: center;
}
.moonly_modal .dialog .content hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 10px 0px;
}
.moonly_modal .dialog .content .tickets {
  margin-top: 10px;
}
.moonly_modal .dialog .content .tickets .ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 40px;
}
.moonly_modal .dialog .content .tickets .ticket.sold_out {
  position: relative;
}
.moonly_modal .dialog .content .tickets .ticket.sold_out div {
  opacity: 0.5;
}
.moonly_modal .dialog .content .tickets .ticket.sold_out div.counter {
  opacity: 0;
}
.moonly_modal .dialog .content .tickets .ticket.sold_out::after {
  content: "Uitverkocht";
  position: absolute;
  width: calc(100% - 80px);
  font-size: 90%;
  text-align: right;
  font-weight: 600;
}
.moonly_modal .dialog .content .tickets .ticket .name {
  flex: 1;
  padding-right: 20px;
}
.moonly_modal .dialog .content .tickets .ticket .price {
  flex: 0 0 85px;
}
.moonly_modal .dialog .content .tickets .ticket .price .old_price {
  display: inline;
  font-size: 0.75rem;
  /* line-height: 7px; */
  position: relative;
  margin-top: 0px;
  width: 100%;
  color: #EB470F;
  opacity: 0.6;
}
.moonly_modal .dialog .content .tickets .ticket .price .old_price::after {
  top: 50%;
  background: #EB470F;
  opacity: 0.8;
  content: "";
  width: 108%;
  position: absolute;
  height: 0.1em;
  border-radius: 0.1em;
  left: -4%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}
.moonly_modal .dialog .content .tickets .ticket .price .current_price {
  display: block;
  position: relative;
  top: -3px;
  line-height: 15px;
}
.moonly_modal .dialog .content .tickets .ticket .counter {
  margin-right: 0px;
}
.moonly_modal .dialog .content .tickets .ticket .counter .amount {
  margin: 0px 7px;
  padding: 0px 8px;
  /* border: 1px solid gray; */
  border-radius: 5px;
  font-size: 1rem;
  box-shadow: 0px 1px 2px #00000021;
}
.moonly_modal .dialog .content .tickets .ticket:nth-child(even) {
  background: #f8f8f8;
}
.moonly_modal .dialog .content .sum {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 40px;
}
.moonly_modal .dialog .content .sum span {
  margin-right: 10px;
  font-size: 0.9rem;
}
.moonly_modal .dialog .content .sum .price {
  font-size: 1.2rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.moonly_modal .dialog .content .custom_form {
  padding: 0px 40px;
}
.moonly_modal .dialog .content .buttons {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-left: -5px;
  width: calc(100% + 10px);
}
.moonly_modal .dialog .content .buttons button {
  flex: 1;
  padding: 4px 20px;
  min-height: 44px;
  margin: 0px 5px;
}
.moonly_modal.show {
  opacity: 1;
  transform: scale(1);
}
.moonly_modal.show .backdrop {
  opacity: 1;
}
.moonly_modal.show .dialog {
  opacity: 1;
  transform: scale(1);
}

section.account {
  margin-top: 20px;
  margin-bottom: 60px;
}
section.account hr {
  border: 1px solid;
  color: black;
  width: 50px;
  margin: 25px 0;
}
section.account h1.head_title {
  margin-bottom: 10px;
  margin-top: 40px;
  color: #2c2f32;
}
section.account h1.head_title span.status {
  top: -8px;
  position: relative;
}
section.account p.small {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
section.account p.subtitle {
  font-size: 16px;
  margin-top: -6px;
  margin-bottom: 20px;
}
section.account h2.subtitle {
  display: flex;
  align-items: center;
  font-size: 1.6em;
  margin-bottom: 0px;
  color: #2c2f32;
}
section.account h2.subtitle i,
section.account h2.subtitle svg {
  margin-right: 15px;
  max-width: 32px;
  max-height: 26px;
  color: #2c2f32;
}
section.account h2.subtitle i path,
section.account h2.subtitle svg path {
  fill: #EB470F;
}
section.account .alert.alert-success {
  background-color: rgba(0, 185, 0, 0.1);
  border-color: rgba(0, 185, 0, 0.2);
  color: #00b900;
  padding: 10px 20px;
  border-radius: 7px;
  margin-top: 20px;
}
section.account .cancel_order_container .order_summary_table table tr.total_price td {
  padding: 10px 0 8px 0 !important;
}
section.account .cancel_order_container .order_summary_table table tr.refund {
  border-top: 1px solid #efefef;
}
section.account .cancel_order_container .order_summary_table table tr.refund td {
  padding-top: 8px;
}
section.account .cancel_order_container .order_summary_table table tr td:last-child {
  width: 120px;
}
section.account .back {
  margin-bottom: 10px;
}
section.account .back a {
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  display: inline-flex;
  border-radius: 15px;
  box-shadow: 1px 1px 10px #0000000a;
}
section.account .back a svg {
  width: 23px;
  transform: scaleX(-1);
  margin-right: 15px;
}
section.account .back a svg path {
  fill: #2c2f32;
}
section.account .back a span {
  font-weight: 600;
  color: #2c2f32;
}
section.account .buttons_container {
  margin-top: 40px;
}
section.account .checkout_container {
  max-width: 580px !important;
}
section.account .affiliate_rewards {
  position: relative;
}
section.account .affiliate_rewards .loader {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 140px;
  position: absolute;
}
section.account .affiliate_rewards .reward_targets_container {
  margin-top: 100px;
  margin-bottom: 60px;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
section.account .affiliate_rewards .reward_targets_container.show {
  opacity: 1;
}
section.account .affiliate_rewards .reward_targets {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
section.account .affiliate_rewards .reward_targets .milestone {
  position: absolute;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -69px;
  margin-left: -100px;
  z-index: 1;
}
section.account .affiliate_rewards .reward_targets .milestone .reward {
  max-width: 100%;
  min-width: 75px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 1px 1px 10px #0000000a;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e9ecef;
  color: #EB470F;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}
section.account .affiliate_rewards .reward_targets .milestone .reward .plus {
  font-size: 20px;
  /* border-top: 1px solid gray; */
  border-bottom: 2px solid #f5f5f5;
  padding-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
section.account .affiliate_rewards .reward_targets .milestone .reward .plus span {
  position: absolute;
  line-height: 13px;
  top: 0px;
  margin-left: -5px;
  font-weight: 600;
  color: #d7d7d7;
  font-size: 28px;
}
section.account .affiliate_rewards .reward_targets .milestone .reward .sub {
  color: #2c2f32;
  font-size: 12px;
}
section.account .affiliate_rewards .reward_targets .milestone .reward .sub i,
section.account .affiliate_rewards .reward_targets .milestone .reward .sub svg {
  position: relative;
  top: 1px;
  left: 2px;
}
section.account .affiliate_rewards .reward_targets .milestone .vertical_line {
  width: 3px;
  height: 55px;
  background-color: #cad1d8;
  margin: 5px 0px;
  border-radius: 5px;
}
section.account .affiliate_rewards .reward_targets .milestone .target {
  font-weight: bold;
  font-size: 14px;
}
section.account .affiliate_rewards .reward_targets .milestone.reached .reward {
  border-color: #EB470F;
  border: 2px solid;
}
section.account .affiliate_rewards .reward_targets .milestone.reached .vertical_line {
  background-color: #fff;
  box-shadow: 1px 1px 10px #0000003b;
}
section.account .affiliate_rewards .progress_bar {
  background-color: #e9ecef;
  border-radius: 30px;
  height: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
section.account .affiliate_rewards .progress_bar .progress {
  background-color: #EB470F;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  height: 100%;
}
section.account .affiliate_rewards .progress_bar .progress span {
  position: absolute;
  right: -50px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  color: #EB470F;
  width: 50px;
  padding-left: 7px;
}
section.account .alternatives_available_message {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #0000000a;
  text-align: center;
}
section.account .alternatives_available_message h2 {
  margin: 0px;
  font-size: 23px;
  margin-bottom: 10px;
}
section.account .alternatives_available_message p {
  font-weight: 300;
  margin-top: 5px;
}
section.account .alternatives_available_message p b {
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
}
section.account .alternatives_available_message button {
  width: 100%;
  margin-top: 10px;
  max-width: 400px;
}
@media (max-width: 768px) {
  section.account .alternatives_available_message {
    padding: 20px;
  }
  section.account .alternatives_available_message h2 {
    font-size: 20px;
  }
  section.account .alternatives_available_message p {
    font-size: 0.9rem;
  }
}
section.account .emergency_number_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.account .emergency_number_container button span {
  font-weight: 400;
}
section.account .emergency_number_container p {
  margin: 0px;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
section.account .title_container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
section.account .title_container .title_with_sub p {
  margin: 0px;
  color: #878787;
}
section.account .title_container h1 {
  margin: 0px !important;
}
section.account .title_container button {
  margin-left: 20px;
}
section.account .orders {
  margin-top: 30px;
}
section.account .orders .order {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #0000000a;
  margin-bottom: 20px;
}
section.account .orders .order .bl_description {
  opacity: 0.5;
}
section.account .orders .order .bl_description svg {
  width: 15px;
  margin-right: 5px;
}
section.account .orders .order .bl_description svg path {
  fill: #636363;
}
section.account .orders .order .bl_description span {
  font-size: 14px;
}
section.account .orders .order a {
  color: #000;
}
section.account .orders .order > a {
  border: 1px solid transparent;
  border-radius: 20px;
  display: block;
}
section.account .orders .order > a.bottom_link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
section.account .orders .order > a:hover {
  border-color: rgba(0, 0, 0, 0.12);
}
section.account .orders .order > a:hover.bottom_link .bottom_side {
  border-color: transparent;
}
section.account .orders .order > a:hover .bottom_side div {
  opacity: 1;
}
section.account .orders .order .top_side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
section.account .orders .order .top_side .left_side h4 {
  margin: 0px;
  font-weight: 700;
  color: #2c2f32;
}
section.account .orders .order .top_side .left_side p {
  display: flex;
  align-items: center;
  margin: 0px;
  color: #2c2f32;
}
section.account .orders .order .top_side .left_side p > span:first-child {
  margin-right: 10px;
}
section.account .orders .order .top_side .left_side p i {
  margin-left: 5px;
}
section.account .orders .order .top_side .right_side.info span {
  display: block;
  font-weight: 400;
}
section.account .orders .order .bottom_side {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #dddddd;
}
section.account .orders .order .bottom_side p {
  margin: 0px;
  font-size: 1.1em;
  font-weight: 600;
  color: #2c2f32;
}
section.account .orders .order .bottom_side > a {
  font-weight: 600;
  /* text-decoration: underline; */
  color: #EB470F;
}
section.account .orders .order .bottom_side div {
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: opacity 0.12s ease-in-out;
}
section.account .orders .order .bottom_side div a {
  display: flex;
  align-items: center;
}
section.account .orders .order .bottom_side div span {
  white-space: nowrap;
  font-weight: 600;
  color: #2c2f32;
}
section.account .orders .order .bottom_side div svg {
  width: 20px;
  margin-left: 8px;
  margin-top: 3px;
  color: #2c2f32;
}
section.account .recent_orders .orders {
  margin-top: 15px;
}
section.account .vip_club_banner {
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #0000000a;
}
section.account .vip_club_banner a {
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
section.account .vip_club_banner a h2 {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
section.account .vip_club_banner a h2 .badge {
  position: relative;
  margin-top: 2px;
}
section.account .vip_club_banner a p {
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 0px;
  opacity: 0.8;
}
section.account .vip_club_banner a button {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.account .vip_club_banner a button i,
section.account .vip_club_banner a button svg {
  font-size: 1.1rem;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  section.account .vip_club_banner a {
    flex-direction: column;
    padding: 20px 20px;
  }
  section.account .vip_club_banner a h2 {
    font-size: 1.3rem;
  }
  section.account .vip_club_banner a p {
    font-size: 0.8rem;
  }
  section.account .vip_club_banner a button {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 10px;
  }
  section.account .vip_club_banner a button i,
section.account .vip_club_banner a button svg {
    font-size: 0.9rem;
  }
}
section.account .vip {
  max-width: 1400px;
  margin: 0 auto;
}
section.account .vip h1 {
  text-align: center;
}
section.account .vip h1:not(.regular) {
  font-weight: 200;
}
section.account .vip span.em {
  font-weight: 900;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}
section.account .vip .vip_header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 60px;
  border-radius: 20px;
  min-height: 425px;
  position: relative;
  background: linear-gradient(45deg, #efefef, transparent);
}
section.account .vip .vip_header .vip_header_content {
  max-width: 500px;
}
section.account .vip .vip_header .vip_header_content h1 {
  margin: 0;
  text-align: left;
}
section.account .vip .vip_header .vip_header_content p {
  margin: 0;
}
section.account .vip .vip_header .vip_header_content .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
section.account .vip .vip_header img {
  max-width: 600px;
  max-height: 600px;
  margin-left: 40px;
  position: absolute;
  right: -13px;
  bottom: -85px;
  display: block;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  section.account .vip .vip_header {
    flex-direction: column-reverse;
    padding: 40px 20px;
    padding-top: 0px;
  }
  section.account .vip .vip_header .vip_header_content {
    text-align: center;
    max-width: 100%;
  }
  section.account .vip .vip_header .vip_header_content h1 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  section.account .vip .vip_header .vip_header_content .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  section.account .vip .vip_header .vip_header_content .buttons button {
    width: 100%;
  }
  section.account .vip .vip_header img {
    max-height: 300px;
    max-width: 90%;
    margin-left: 0px;
    position: relative;
    left: 4px;
    bottom: 0px;
  }
}
section.account .vip .rewards-container,
section.account .vip .earn-points-container,
section.account .vip .transactions_container {
  margin-top: 100px;
}
section.account .vip .rewards-container .section_header,
section.account .vip .earn-points-container .section_header,
section.account .vip .transactions_container .section_header {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
section.account .vip .rewards-container .section_header h1,
section.account .vip .earn-points-container .section_header h1,
section.account .vip .transactions_container .section_header h1 {
  margin-bottom: 0;
  text-align: center;
}
section.account .vip .rewards-container .section_header p,
section.account .vip .earn-points-container .section_header p,
section.account .vip .transactions_container .section_header p {
  text-align: center;
}
section.account .vip .rewards-container a,
section.account .vip .earn-points-container a,
section.account .vip .transactions_container a {
  color: #000;
}
section.account .vip .rewards-container .options-grid,
section.account .vip .earn-points-container .options-grid,
section.account .vip .transactions_container .options-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
section.account .vip .rewards-container .option-card,
section.account .vip .earn-points-container .option-card,
section.account .vip .transactions_container .option-card {
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #0000000a;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: box-shadow 0.2s ease-in-out;
}
section.account .vip .rewards-container .option-card.sold_out,
section.account .vip .earn-points-container .option-card.sold_out,
section.account .vip .transactions_container .option-card.sold_out {
  opacity: 0.5;
  pointer-events: none;
}
section.account .vip .rewards-container .option-card:not(.completed, .untargetable, .sold_out),
section.account .vip .earn-points-container .option-card:not(.completed, .untargetable, .sold_out),
section.account .vip .transactions_container .option-card:not(.completed, .untargetable, .sold_out) {
  cursor: pointer;
}
section.account .vip .rewards-container .option-card:not(.completed, .untargetable, .sold_out):hover,
section.account .vip .earn-points-container .option-card:not(.completed, .untargetable, .sold_out):hover,
section.account .vip .transactions_container .option-card:not(.completed, .untargetable, .sold_out):hover {
  box-shadow: 2px 2px 20px #00000010;
}
section.account .vip .rewards-container .option-image,
section.account .vip .earn-points-container .option-image,
section.account .vip .transactions_container .option-image {
  height: 100%;
  max-width: 35%;
  aspect-ratio: 4/5;
  background: #f8f8f8;
}
section.account .vip .rewards-container .option-image img,
section.account .vip .earn-points-container .option-image img,
section.account .vip .transactions_container .option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.account .vip .rewards-container .option-info,
section.account .vip .earn-points-container .option-info,
section.account .vip .transactions_container .option-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  align-items: flex-start;
}
section.account .vip .rewards-container .option-info h4,
section.account .vip .earn-points-container .option-info h4,
section.account .vip .transactions_container .option-info h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
section.account .vip .rewards-container .option-info p,
section.account .vip .earn-points-container .option-info p,
section.account .vip .transactions_container .option-info p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
section.account .vip .rewards-container .option-info span,
section.account .vip .earn-points-container .option-info span,
section.account .vip .transactions_container .option-info span {
  font-size: 0.9rem;
  font-weight: 700;
  background-color: #ffe9e1;
  padding: 2px 10px;
  color: #f4602f;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  border-radius: 20px;
}
section.account .vip .rewards-container .option-action,
section.account .vip .earn-points-container .option-action,
section.account .vip .transactions_container .option-action {
  place-self: flex-end;
}
section.account .vip .rewards-container .option-action i,
section.account .vip .rewards-container .option-action svg,
section.account .vip .earn-points-container .option-action i,
section.account .vip .earn-points-container .option-action svg,
section.account .vip .transactions_container .option-action i,
section.account .vip .transactions_container .option-action svg {
  font-size: 1.1rem;
  color: #2c2f32;
}
section.account .vip .rewards-container .option-action.disabled,
section.account .vip .earn-points-container .option-action.disabled,
section.account .vip .transactions_container .option-action.disabled {
  opacity: 0.5;
  pointer-events: none;
}
section.account .vip .rewards-container .option-action.loading,
section.account .vip .rewards-container .option-action .loading,
section.account .vip .earn-points-container .option-action.loading,
section.account .vip .earn-points-container .option-action .loading,
section.account .vip .transactions_container .option-action.loading,
section.account .vip .transactions_container .option-action .loading {
  margin: 0px !important;
}
@media screen and (max-width: 768px) {
  section.account .vip .rewards-container,
section.account .vip .earn-points-container,
section.account .vip .transactions_container {
    margin-top: 50px;
    border-radius: 0px !important;
  }
  section.account .vip .rewards-container .section_header h1,
section.account .vip .earn-points-container .section_header h1,
section.account .vip .transactions_container .section_header h1 {
    margin-bottom: 5px;
  }
  section.account .vip .rewards-container .options-grid,
section.account .vip .earn-points-container .options-grid,
section.account .vip .transactions_container .options-grid {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }
  section.account .vip .rewards-container .options-grid .option-card,
section.account .vip .earn-points-container .options-grid .option-card,
section.account .vip .transactions_container .options-grid .option-card {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    text-align: center;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-image,
section.account .vip .earn-points-container .options-grid .option-card .option-image,
section.account .vip .transactions_container .options-grid .option-card .option-image {
    height: 100%;
    max-width: unset;
    width: 100%;
    max-height: 225px;
    aspect-ratio: unset;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-info,
section.account .vip .earn-points-container .options-grid .option-card .option-info,
section.account .vip .transactions_container .options-grid .option-card .option-info {
    padding: 0px 20px !important;
    align-items: center !important;
    gap: 15px !important;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-info h4,
section.account .vip .earn-points-container .options-grid .option-card .option-info h4,
section.account .vip .transactions_container .options-grid .option-card .option-info h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-info p,
section.account .vip .earn-points-container .options-grid .option-card .option-info p,
section.account .vip .transactions_container .options-grid .option-card .option-info p {
    font-size: 1rem;
    text-align: center;
  }
}
section.account .vip .transactions_container table.vip_transactions {
  max-width: 700px;
  margin: 0 auto;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td {
  padding: 15px 20px;
  border: none;
  vertical-align: middle;
  text-align: left;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td h4 {
  font-size: 1rem;
  margin: 0px;
  font-weight: 700;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td span.description {
  font-size: 13px;
  opacity: 0.6;
  font-weight: 400;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td.arrow {
  padding-right: 0px;
  width: 35px;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td.arrow i,
section.account .vip .transactions_container table.vip_transactions tr.transaction td.arrow svg {
  opacity: 0.4;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td.action_icon {
  text-align: center;
  width: 55px;
  padding-left: 5px;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction td.name {
  padding-left: 0px;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction:hover > td {
  background-color: unset;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction:nth-child(odd) {
  background-color: #f8f8f8;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction:nth-child(odd):hover > td {
  background-color: #f0f0f0;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction.action_reward td.arrow i,
section.account .vip .transactions_container table.vip_transactions tr.transaction.action_reward td.arrow svg {
  color: #004aa3;
}
section.account .vip .transactions_container table.vip_transactions tr.transaction.reward_claim td.arrow i,
section.account .vip .transactions_container table.vip_transactions tr.transaction.reward_claim td.arrow svg {
  color: #d93a05;
}
@media screen and (max-width: 768px) {
  section.account .vip .transactions_container table.vip_transactions tr.transaction td {
    padding: 10px 15px;
    font-size: 1rem;
  }
  section.account .vip .transactions_container table.vip_transactions tr.transaction td h4 {
    font-size: 1rem;
  }
  section.account .vip .transactions_container table.vip_transactions tr.transaction td.date {
    display: none;
  }
  section.account .vip .transactions_container table.vip_transactions tr.transaction td.action_icon {
    padding-left: 0px;
  }
  section.account .vip .transactions_container table.vip_transactions tr.transaction td.arrow {
    width: 30px;
  }
}
section.account .vip .rewards-container {
  background-color: #88888812;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
section.account .vip .rewards-container .options-grid .option-card {
  padding: 0px;
  overflow: hidden;
}
section.account .vip .rewards-container .options-grid .option-card .option-info {
  padding: 20px 5px;
}
section.account .vip .rewards-container .options-grid .option-card .option-action {
  padding: 20px 0px;
  padding-right: 20px;
}
section.account .vip .rewards-container .options-grid .option-card .option-action .icon {
  display: block;
  display: flex;
  align-items: center;
}
section.account .vip .rewards-container .options-grid .option-card .option-action .icon .amount {
  font-weight: 900;
  padding-left: 2px;
}
section.account .vip .rewards-container .options-grid .option-card .option-action button {
  display: none;
  width: 100%;
}
section.account .vip .rewards-container .options-grid .option-card .option-action button .amount {
  padding-right: 5px;
}
section.account .vip .rewards-container .section_header {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  section.account .vip .rewards-container {
    padding: 30px 20px;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-action {
    place-self: auto;
    margin-top: 0px;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-action .icon {
    display: none;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-action button {
    display: block;
  }
  section.account .vip .rewards-container .options-grid .option-card .option-action button i,
section.account .vip .rewards-container .options-grid .option-card .option-action button svg {
    color: #fff;
    font-size: 0.8rem;
    padding-left: 6px;
  }
}
section.account .vip .earn-points-container {
  margin-bottom: 200px;
}
section.account .vip .earn-points-container .option-icon {
  width: 50px;
  text-align: center;
}
section.account .vip .earn-points-container .option-icon i,
section.account .vip .earn-points-container .option-icon svg {
  font-size: 1.3rem;
  color: #2c2f32;
}
section.account .vip .earn-points-container .option-card {
  background-color: #fff;
}
section.account .vip .earn-points-container .option-card .option-action {
  place-self: center;
}
section.account .vip .earn-points-container .option-card .option-action .icon {
  display: block;
}
section.account .vip .earn-points-container .option-card .option-action button {
  display: none;
  width: 100%;
}
section.account .vip .earn-points-container .option-card.completed {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.account .vip .earn-points-container .option-icon {
    width: 100%;
  }
  section.account .vip .earn-points-container .option-icon i,
section.account .vip .earn-points-container .option-icon svg {
    font-size: 1.5rem;
  }
  section.account .vip .earn-points-container .option-card .option-action {
    place-self: unset;
    width: 100%;
  }
  section.account .vip .earn-points-container .option-card .option-action .icon {
    display: none;
  }
  section.account .vip .earn-points-container .option-card .option-action button {
    display: block;
  }
  section.account .vip .earn-points-container .option-card .option-action button i,
section.account .vip .earn-points-container .option-card .option-action button svg {
    color: #fff;
    font-size: 0.8rem;
    padding-left: 6px;
  }
}
section.account .menu {
  width: 100%;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 40px;
}
section.account .menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px;
  column-gap: 15px;
  row-gap: 15px;
  margin: 0px;
  list-style-type: none;
}
section.account .menu ul li {
  padding: 0px;
  margin: 0px;
}
section.account .menu ul li > a,
section.account .menu ul li .centered_content {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #0000000a;
  padding: 20px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100%;
}
section.account .menu ul li > a .icon i,
section.account .menu ul li > a .icon svg,
section.account .menu ul li .centered_content .icon i,
section.account .menu ul li .centered_content .icon svg {
  width: 100%;
  max-width: 43px;
  max-height: 33px;
}
section.account .menu ul li > a .icon i path,
section.account .menu ul li > a .icon svg path,
section.account .menu ul li .centered_content .icon i path,
section.account .menu ul li .centered_content .icon svg path {
  fill: #000;
}
section.account .menu ul li > a > svg,
section.account .menu ul li .centered_content > svg {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 20px;
  max-height: 20px;
  opacity: 0.25;
  transition: opacity 0.1s ease-in-out;
}
section.account .menu ul li > a > span,
section.account .menu ul li .centered_content > span {
  font-weight: 600;
  font-size: 1.1em;
  color: #2c2f32;
  font-family: "Kanit", sans-serif;
  margin-top: 10px;
  line-height: 21px;
}
section.account .menu ul li > a > span > span:first-child,
section.account .menu ul li .centered_content > span > span:first-child {
  display: block;
  font-size: 1em;
  opacity: 0.4;
  font-weight: 500;
}
section.account .menu ul li > a > span > span a,
section.account .menu ul li .centered_content > span > span a {
  display: inline;
}
section.account .menu ul li .centered_content > svg {
  display: none;
}
section.account .menu ul li .centered_content .icon i path,
section.account .menu ul li .centered_content .icon svg path {
  fill: #2c2f32;
}
section.account .menu ul li a {
  transition: box-shadow 0.2s ease-in-out;
}
section.account .menu ul li a:hover {
  box-shadow: 3px 3px 20px #0000000a;
}
section.account .menu ul li a:hover > svg {
  opacity: 0.35;
}
section.account .menu ul li.active a .icon i,
section.account .menu ul li.active a .icon svg {
  color: #EB470F;
  fill: #EB470F;
}
section.account .menu ul li.active a span {
  color: #EB470F;
}
section.account .placeholder {
  margin-top: 20px;
}
section.account .placeholder .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.account .placeholder .content svg {
  width: 50px;
  color: #7b7b7b;
}
section.account .placeholder .content span {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: black;
}
section.account .content_multiple {
  width: 100%;
  position: relative;
}
section.account .content {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px #0000000a;
  width: 100%;
  position: relative;
}
section.account .content .kv {
  margin-bottom: 10px;
}
section.account .content .kv span {
  width: 100%;
  display: block;
}
section.account .content .kv span:first-child {
  width: 120px;
  font-weight: 600;
}
section.account .content .form_container select {
  background-color: #fff;
  border-width: 1px 1px 1px 1px;
  border-radius: 30px 30px 30px 30px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  width: 100%;
  max-width: 100%;
  border: none;
  border-right: 10px solid transparent;
  box-shadow: 0px 0px 0px 1px #dadada;
}
section.account .content .form_container .saved_travelers_container {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 9px;
}
section.account .content .form_container .saved_travelers_container .select_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
section.account .content .form_container .saved_travelers_container .select_container button {
  white-space: nowrap;
  width: auto;
  min-width: 220px;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.account .content .form_container .saved_travelers_container .select_container {
    flex-direction: column;
    gap: 10px;
  }
  section.account .content .form_container .saved_travelers_container .select_container select {
    min-height: 41px;
    font-size: 14px;
  }
  section.account .content .form_container .saved_travelers_container .select_container button {
    width: 100%;
  }
}
section.account .content .form_container .bus_leader_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.account .content .form_container .bus_leader_container label {
  padding-bottom: 0px;
}
section.account .content .form_container .bus_leader_container label p {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
section.account .content .form_container .bus_leader_container p {
  font-weight: 400;
  font-size: 0.8rem;
}
section.account .content h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75rem;
}
section.account .content h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.4rem;
  margin-top: 40px;
}
section.account .content h5 {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 5px;
  /* margin-bottom: 40px; */
}
section.account .content .right_on_refund_text,
section.account .content .no_right_on_refund_text {
  margin-top: 30px;
}
section.account .content .order_summary_cancellation,
section.account .content .order_summary_no_cancellation {
  margin-top: 40px;
}
section.account .content .personalisation_text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
section.account .content .account_table thead tr th {
  border: none;
  text-align: left;
  padding: 15px 20px;
}
section.account .content .account_table tbody tr td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 15px 20px;
}
section.account .content .account_table tbody tr td button.btn-primary {
  min-height: 39px;
  font-size: 13px;
  padding: 7px 20px;
}
section.account .content .account_table tbody tr td .extra_price {
  color: #8a8e95;
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 0px !important;
  font-weight: 400;
}
section.account .content .account_table tbody tr td span.description {
  font-size: 0.9rem;
  font-style: italic;
  color: #94989d;
  display: flex;
  align-items: center;
}
section.account .content .account_table tbody tr td span.description img {
  margin-right: 7px;
  max-width: 15px;
}
section.account .content .account_table tbody tr td span.fee {
  display: block;
  color: #8a8e95;
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 0px !important;
  font-weight: 400;
}
section.account .content .account_table tbody tr:hover:nth-child(odd) td {
  background-color: #f7f7f7;
}
section.account .content .account_table tbody tr:hover:nth-child(even) td {
  background-color: #fff;
}
section.account .content .account_table#tickets_table {
  table-layout: fixed;
}
section.account .content .account_table#tickets_table td.price,
section.account .content .account_table#tickets_table th.price {
  width: 250px;
}
section.account .content .account_table#bookings_table tbody tr td:last-child {
  text-align: right;
}

.events_loader {
  opacity: 0;
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.events_loader .loader i,
.events_loader .loader svg {
  font-size: 2rem;
  color: #b0b0b0;
}
.events_loader.show {
  opacity: 1;
}

.m_loading {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}
.m_loading.extra_gray {
  background-color: #f3f3f3;
}
.m_loading.white {
  background-color: #fff;
}
.m_loading.rounded {
  border-radius: 20px;
}

/* The moving element */
.m_loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(224, 224, 224, 0.2), transparent);
  animation: loading 0.8s infinite;
}

/* Loading Animation */
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
section.faq {
  padding: 50px 0;
}

@media only screen and (max-width: 1150px) {
  .breadcrumb_container {
    padding: 0 50px;
  }
  .breadcrumb_container.trip {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  section.auth .splitted_form {
    flex-direction: column;
  }
  section.auth .splitted_form .info_container {
    margin: 0;
    margin-bottom: 50px;
  }

  section.checkout .content_with_sidebar {
    flex-direction: column;
  }
  section.checkout .content_with_sidebar .right {
    margin-top: 25px;
    width: 100%;
  }

  section.event #event_container .content_with_sidebar .left {
    width: 100%;
    padding-right: 0;
  }
  section.event #event_container .content_with_sidebar .left .info_container .buttons_container a button {
    margin-bottom: 15px;
  }
  section.event #event_container .content_with_sidebar .right {
    display: none;
  }
  section.event div.organize_trip_cta .container {
    padding: 50px;
  }
  section.event div.organize_trip_cta .container .image_text_container {
    flex-direction: column;
  }
  section.event div.organize_trip_cta .container .image_text_container .left_side {
    width: 100%;
    padding-right: 0;
  }
  section.event div.organize_trip_cta .container .image_text_container .right_side {
    margin-top: 35px;
  }

  section.account section.content .form_container form .row {
    flex-direction: column;
  }
  section.account section.content .form_container form .row .col {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  section.account .menu ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
  }

  section.account .affiliate_rewards .reward_targets_container {
    margin-top: 40px;
    position: relative;
  }
  section.account .affiliate_rewards .reward_targets_container .reward_targets {
    height: unset;
    position: initial;
    flex-direction: column;
    align-items: start;
    margin-left: 15px;
  }
  section.account .affiliate_rewards .reward_targets_container .reward_targets .milestone {
    flex-direction: row-reverse;
    bottom: unset;
    margin-left: unset;
    width: 279px;
  }
  section.account .affiliate_rewards .reward_targets_container .reward_targets .milestone .vertical_line {
    width: 55px;
    height: 3px;
    margin: 0px 5px;
    border-radius: 5px;
  }
  section.account .affiliate_rewards .reward_targets_container .reward_targets .milestone .reward {
    max-width: 194px;
    min-width: 194px;
  }
  section.account .affiliate_rewards .reward_targets_container .progress_bar {
    width: 30px;
    height: 500px;
    margin-left: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 30px;
  }
  section.account .affiliate_rewards .reward_targets_container .progress_bar .progress {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 30px;
  }
  section.account .affiliate_rewards .reward_targets_container .progress_bar .progress span {
    right: -24px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
  }

  .cart_indicator {
    position: fixed;
  }

  section.event #event_container .ticket_search_container .boarding_locations_search_container input {
    padding: 10px 20px 11px 40px;
  }
  section.event #event_container .ticket_search_container .boarding_locations_search_container i,
section.event #event_container .ticket_search_container .boarding_locations_search_container svg {
    left: 15px;
  }

  .moonly_modal .dialog {
    max-height: unset;
  }

  .big_placeholder {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .big_placeholder a {
    width: 100%;
  }
  .big_placeholder a button {
    width: 100%;
  }

  section.event .container,
.breadcrumb_container {
    padding: 10px 20px;
  }

  .breadcrumb_container {
    margin-top: 20px;
    padding: 0 30px;
  }
  .breadcrumb_container.trip {
    padding: 0 30px !important;
  }
  .breadcrumb_container.event {
    padding: 0px 20px;
  }

  section.event div.organize_trip_cta .container {
    padding: 50px 20px;
  }

  .download_tickets_container .download_tickets_list_container {
    padding: 0px 20px;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 25px;
    gap: 10px;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .title {
    width: 100%;
    text-align: center;
    margin: 0px;
    justify-content: center;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .code {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon i,
.download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .left_side .icon svg {
    font-size: 2rem;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side span {
    text-align: center;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side a {
    width: 100%;
  }
  .download_tickets_container .download_tickets_list_container ul.download_tickets_list li.ticket .right_side a button {
    width: 100%;
  }

  .moonly_modal {
    padding: 10px;
    align-items: flex-start;
  }
  .moonly_modal .dialog {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .moonly_modal .dialog .content .header {
    padding: 20px;
    padding-bottom: 0px;
  }
  .moonly_modal .dialog .content hr {
    margin: 10px 0px;
  }
  .moonly_modal .dialog .content .body {
    display: flex;
    flex-direction: column;
  }
  .moonly_modal .dialog .content .body .subtitle {
    font-size: 1.1rem;
    padding: 0px 20px;
  }
  .moonly_modal .dialog .content .body .left_side .m_loading {
    width: calc(100% - 40px);
    margin: 20px 20px;
  }
  .moonly_modal .dialog .content .body .left_side .bottom_side {
    padding: 20px;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items {
    max-height: unset;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item {
    padding: 15px 20px;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .image {
    width: 75px;
    height: 105px;
    flex: 0 0 90px;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content {
    width: 100%;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content button {
    width: 100%;
  }
  .moonly_modal .dialog .content .body .left_side .steps .step .upsells_items .upsell_item .content .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .moonly_modal .dialog .content .body .right_side {
    margin-top: 0px !important;
  }
  .moonly_modal .dialog .content .body .box p {
    font-size: 0.9rem;
  }
  .moonly_modal .dialog .content .body .box.colored {
    padding: 15px 20px;
  }
  .moonly_modal .dialog .content .body .box2:last-child {
    margin-bottom: 0px !important;
  }
  .moonly_modal .dialog .content .body .buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .moonly_modal .dialog .content .body .buttons button {
    font-size: 0.925rem;
  }
  .moonly_modal .dialog .content .body .buttons button:first-child {
    margin-bottom: 10px;
  }
  .moonly_modal .dialog .content .body .boarding_location .name {
    font-size: 0.9rem;
  }
  .moonly_modal .dialog .content .body h3 {
    font-size: 1.1rem;
    padding: 0px 20px;
  }
  .moonly_modal .dialog .content .body h5 {
    font-size: 1.1rem;
  }
  .moonly_modal .dialog .content .body .left_side {
    margin-right: 0px;
  }
  .moonly_modal .dialog .content .body .right_side {
    width: 100%;
    margin-top: 30px;
  }
  .moonly_modal .dialog .content .header h5.title {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
  .moonly_modal .dialog .content .tickets .ticket {
    padding: 8px 20px;
  }
  .moonly_modal .dialog .content .tickets .ticket .name {
    font-size: 0.9rem;
    padding-right: 10px;
  }
  .moonly_modal .dialog .content .tickets .ticket .counter .incrementer {
    height: 20px;
    width: 21px;
  }
  .moonly_modal .dialog .content .tickets .ticket .counter .amount {
    font-size: 0.9rem;
    margin: 0px 5px;
    padding: 0px 7px;
  }
  .moonly_modal .dialog .content .tickets .ticket .price {
    font-size: 0.9rem;
    flex: 0 0 70px;
  }
  .moonly_modal .dialog .content .tickets .ticket.sold_out:after {
    width: calc(100% - 40px);
  }
  .moonly_modal .dialog .content .sum {
    padding: 0px 20px;
  }
  .moonly_modal .dialog .content .sum .price {
    font-size: 1.1rem;
  }
  .moonly_modal .dialog .content .sum span {
    font-size: 0.9rem;
  }

  section.bus h1,
section.event #event_container h1 {
    font-size: 1.7rem;
  }
  section.bus h2,
section.event #event_container h2 {
    font-size: 1.5rem;
  }

  section.event #event_container .ticket_search_container {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  section.event #event_container .ticket_search_container h1 {
    font-size: 1.7rem;
  }
  section.event #event_container .ticket_search_container .container {
    padding: 40px 10px;
  }
  section.event #event_container .ticket_search_container .sub p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  section.event #event_container .ticket_search_container .sub p:first-child {
    display: none;
  }
  section.event #event_container .ticket_search_container .sub p:nth-child(2) {
    display: block;
  }

  section.event div.organize_trip_cta {
    margin-top: 40px;
  }
  section.event div.organize_trip_cta .container {
    padding-top: 0px;
  }
  section.event div.organize_trip_cta:before {
    top: -40px;
    height: 100px;
    width: 120%;
    left: -10%;
    clip-path: ellipse(50% 50% at 50% 50%);
  }

  .fx-block:after {
    bottom: -40px;
    height: 100px;
    width: 120%;
    left: -10%;
    clip-path: ellipse(50% 50% at 50% 50%);
  }

  .seo_section {
    padding: 20px;
  }
  .seo_section .container {
    padding: 0px !important;
  }
  .seo_section h1 {
    font-size: 1.7rem !important;
  }

  .collapse {
    padding-bottom: 40px;
  }
  .collapse .card .head {
    padding: 10px 0px;
    cursor: pointer;
  }
  .collapse .card .head i,
.collapse .card .head svg {
    font-size: 1rem;
  }
  .collapse .card .head h2 {
    font-size: 1rem;
  }

  .boarding_locations table tbody tr td.action {
    width: auto;
  }
  .boarding_locations table tbody tr td.action .counter_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.event #event_container .content_with_sidebar .left .info_container .buttons_container {
    display: none;
  }

  section.heading {
    height: 20px;
  }
  section.heading .bg_image {
    display: none;
  }
  section.heading .wave {
    display: none;
  }

  .buttons_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .boarding_locations {
    margin-top: 0px;
  }

  .buy_button span {
    display: none;
  }

  .boarding_locations table tbody tr:nth-child(odd) td .counter_container {
    background-color: #f9f9f9;
  }

  .counter_container {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding-right: 5px;
    background: #fff;
  }

  .boarding_locations table tbody tr td {
    padding: 15px 7px;
    position: relative;
    vertical-align: middle;
  }

  .boarding_locations .seperate_boarding_locations {
    margin-top: 70px;
  }

  section.event #event_container .trips {
    margin-top: 20px;
    padding-bottom: 5px;
  }

  section.event #event_container .boarding_locations p.subtitle {
    display: none;
  }

  section.event #event_container .boarding_locations p.subtitle_mobile {
    display: block;
  }

  section.event #event_container .trips .trips_container {
    margin-top: 30px;
  }
  section.event #event_container .trips .trips_container .trip {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  section.event #event_container .trips .trips_container .trip .image {
    display: none;
  }
  section.event #event_container .trips .trips_container .trip .private_banner {
    right: 0px;
    left: auto;
  }
  section.event #event_container .trips .trips_container .trip .private_banner .banner {
    transform: rotate(45deg) translate(-11%, 123%);
    font-size: 0.8rem;
    box-shadow: none;
  }
  section.event #event_container .trips .trips_container .trip .content {
    position: relative;
    padding: 5px 10px;
    width: 100%;
  }
  section.event #event_container .trips .trips_container .trip .content span.type {
    font-size: 14px;
  }
  section.event #event_container .trips .trips_container .trip .content span.cities {
    font-size: 14px;
  }
  section.event #event_container .trips .trips_container .trip .content h2 {
    font-size: 1.7rem;
  }
  section.event #event_container .trips .trips_container .trip .actions {
    display: block;
    padding-right: 0px;
    padding: 5px 10px;
    width: 100%;
  }
  section.event #event_container .trips .trips_container .trip .actions button {
    padding: 8px 20px;
    min-height: auto;
    font-size: 14px;
  }
  section.event #event_container .trips .trips_container .trip .actions .available {
    margin-top: 0px;
    font-size: 14px;
  }
  section.event #event_container .trips .trips_container .trip .actions .centered {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .boarding_locations table thead tr th {
    font-size: 1rem;
    padding: 10px;
  }
  .boarding_locations table thead tr th:first-child {
    width: 60%;
  }
  .boarding_locations table thead tr th:last-child {
    text-align: right;
    padding-right: 28px;
  }
  .boarding_locations table tbody tr td {
    padding: 10px 10px;
  }
  .boarding_locations table tbody tr td .city {
    display: block;
    color: rgba(0, 0, 0, 0.8);
  }
  .boarding_locations table tbody tr td .dash {
    display: none;
  }
  .boarding_locations table tbody tr td .detail {
    font-size: 0.8rem;
    display: block;
    font-weight: 400;
  }
  .boarding_locations table tbody tr td.price {
    display: none;
  }
  .boarding_locations table tbody tr td.action {
    text-align: right;
  }
  .boarding_locations table tbody tr td.action .mobile_link {
    font-weight: 700;
    font-size: 0.9rem;
    font-weight: 400;
    width: 15px;
    position: relative;
    color: #c1c1c1;
    display: inline-block;
  }
  .boarding_locations table tbody tr td.action.discount:after {
    top: -8px;
    position: relative;
  }

  .boarding_locations .info_line_container .fee_text {
    font-size: 0.8rem;
    margin: 0px;
  }

  .boarding_locations .addition {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  section.event .organize_trip_cta .checklist {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
  }
  section.event .organize_trip_cta a,
section.event .organize_trip_cta a button {
    width: 100%;
  }

  section.event .mw {
    padding: 20px;
  }
  section.event .mw h2 {
    font-size: 1.7rem;
  }

  .content_with_sidebar .left {
    padding-right: 0px;
  }

  .step_process {
    margin-bottom: 20px;
  }
  .step_process .indicator p span {
    font-size: 0.65rem;
  }

  section.checkout .checkout_container .order_summary_table.editable .counter span {
    font-size: 0.9rem;
    margin-left: 5px;
    margin-right: 5px;
  }
  section.checkout .checkout_container .order_summary_table.editable .incrementer {
    height: 20px;
    width: 21px;
  }
  section.checkout .checkout_container .order_summary_table.editable .incrementer i,
section.checkout .checkout_container .order_summary_table.editable .incrementer svg {
    font-size: 0.7rem;
    margin-top: 1px;
  }
  section.checkout .checkout_container .order_summary_table.editable td.amount {
    padding-right: 14px;
  }
  section.checkout .checkout_container .order_summary_table.editable table tbody tr td.price {
    width: 40px !important;
  }

  section.checkout .checkout_container .order_summary_table table tbody tr td {
    font-size: 0.9rem;
  }
  section.checkout .checkout_container .order_summary_table table tbody tr td.boardingLocation span:last-child {
    font-size: 0.8rem;
  }

  section.checkout .checkout_container .order_summary_table table tbody tr td,
section.checkout .checkout_container .customer_summary_table table tbody tr td {
    font-size: 0.8rem;
  }

  section.checkout .right .info_block {
    margin-top: 0px;
  }

  section.auth .splitted_form .info_container {
    margin-bottom: 25px;
  }

  .splitted_form .form_container {
    padding: 25px 20px;
    box-shadow: none;
  }

  .personalisation_form .row {
    flex-direction: column;
  }
  .personalisation_form .row .col {
    width: 100%;
  }

  section.checkout .checkout_container .checkout_actions,
section.checkout .checkout_container .personalise_actions {
    flex-direction: column;
    align-items: stretch;
  }

  section.checkout .checkout_container .checkout_actions .btn-secondary,
section.checkout .checkout_container .personalise_actions .btn-secondary {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  section.checkout .checkout_container .checkout_actions button {
    font-size: 0.925rem;
  }

  section.checkout .checkout_container .payment_method_container .payment_methods li {
    width: calc(50% - 20px);
  }

  .checkbox_container {
    font-size: 15px;
  }

  .boarding_locations table tr td:nth-child(2) {
    white-space: nowrap;
  }

  section.bus #bus_container section.bullit_points .left,
section.bus #bus_container section.bullit_points .right {
    padding: 0px !important;
  }

  section.bus #bus_container section.bus_informatie {
    padding: 0px !important;
  }

  section.reviews {
    padding: 40px !important;
  }
  section.reviews .mw {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  section.reviews .mw .right_side {
    margin-top: 20px !important;
  }
  section.reviews .mw .right_side p {
    padding-left: 0px !important;
    font-size: 1rem !important;
  }

  .content_with_sidebar .right .info_block h3 {
    font-size: 1.3rem;
  }

  section.bus #bus_container section.faq {
    padding: 50px 20px !important;
    margin-top: -100px;
  }

  section.bus #bus_container section.ribbon .icon_list {
    padding: 30px 20px !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  section.bus #bus_container section.timeline {
    padding: 20px 50px !important;
  }

  section.bus #bus_container section.bullit_points .right .items .item .icon {
    flex: 0 0 50px !important;
  }

  section.account {
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
    min-height: auto;
    padding: 20px;
  }
  section.account .menu {
    width: 100%;
  }
  section.account section.content {
    padding: 20px 20px;
    overflow-x: auto;
  }
  section.account section.content button.btn {
    max-width: 100%;
    white-space: normal;
    font-size: 0.9rem;
    padding: 10px 20px;
  }
  section.account section.content.np {
    padding: 20px 0px;
  }
  section.account section.content.np h1,
section.account section.content.np p {
    padding: 0px 20px;
  }
  section.account section.content .account_table tbody tr td {
    padding: 15px 10px;
  }
  section.account section.content .account_table thead {
    display: none;
  }
  section.account .title_container {
    flex-direction: column;
    align-items: flex-start;
  }
  section.account .title_container button {
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .splitted_form {
    flex-direction: column;
  }
  .splitted_form .info_container {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  section.account .content .account_table#tickets_table td.price,
section.account .content .account_table#tickets_table th.price {
    white-space: nowrap;
    width: auto;
  }

  section.account .buttons_container a {
    width: 100%;
  }
  section.account .buttons_container a button {
    width: 100%;
  }
  section.account #tickets_table.account_table {
    background-color: transparent;
    width: 100%;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto !important;
  }

  section.event .review_section {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }

  section.event .review_section .fx-block:after {
    bottom: -40px;
    height: 100px;
  }

  .events_page {
    padding: 20px;
  }
  .events_page .splitted_heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .events_page .splitted_heading .right_side {
    width: 100%;
  }
  .events_page #events {
    grid-template-columns: 1fr;
  }
  .events_page .search {
    margin-top: 20px;
    margin-left: 0px;
  }
  .events_page .search svg {
    top: 14px;
  }
  .events_page #search_events {
    margin-left: 0px;
    width: 100%;
  }

  section.account .emergency_number_container a {
    width: 100%;
  }
  section.account .emergency_number_container button {
    width: 100%;
  }
  section.account .emergency_number_container button > span {
    display: block;
  }
  section.account .emergency_number_container button > span > span {
    display: none;
  }
  section.account .emergency_number_container p {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .cancel_order_container .order_summary_table {
    padding: 10px 15px !important;
  }
  .cancel_order_container .order_summary_table table tr td:last-child {
    width: 60px !important;
  }

  section.account {
    padding: 0px;
  }
  section.account .menu ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
  section.account .menu ul li a,
section.account .menu ul li .centered_content {
    height: 150px;
    min-height: 150px;
    height: 100%;
  }
  section.account .menu ul li a .icon i,
section.account .menu ul li a .icon svg,
section.account .menu ul li .centered_content .icon i,
section.account .menu ul li .centered_content .icon svg {
    max-width: 31px;
    max-height: 25px;
  }
  section.account .menu ul li a > span,
section.account .menu ul li .centered_content > span {
    font-size: 0.95em;
    margin-top: 9px;
    line-height: 19px;
  }
  section.account .menu ul li a > svg,
section.account .menu ul li .centered_content > svg {
    width: 15px;
  }
  section.account h2.subtitle {
    font-size: 1.3em;
  }
  section.account h2.subtitle svg {
    margin-right: 12px;
    max-width: 25px;
    max-height: 21px;
  }
  section.account .orders .order {
    margin-bottom: 15px;
  }
  section.account .orders .order .top_side {
    padding: 15px 20px;
  }
  section.account .orders .order .top_side .left_side {
    flex: 1;
  }
  section.account .orders .order .top_side .left_side h4 {
    font-size: 1.1em;
  }
  section.account .orders .order .top_side .left_side p {
    font-size: 0.85em;
    flex-wrap: wrap;
  }
  section.account .orders .order .top_side .left_side p > span:first-child {
    margin-right: 6px;
  }
  section.account .orders .order .top_side .right_side span:not(.badge) {
    font-size: 13px;
  }
  section.account .orders .order .bottom_side {
    padding: 10px 20px;
  }
  section.account .orders .order .bottom_side p {
    font-size: 0.85em;
  }
  section.account .orders .order .bottom_side .lbt {
    font-size: 0.7rem;
  }
  section.account .orders .order .bottom_side div,
section.account .orders .order .bottom_side > a {
    font-size: 0.85em;
  }
  section.account .orders .order .bottom_side div svg,
section.account .orders .order .bottom_side > a svg {
    width: 14px;
    margin-left: 7px;
  }
  section.account .orders .order.organised_bustrip .top_side {
    flex-direction: column;
    align-items: flex-start;
  }
  section.account .orders .order.organised_bustrip .bottom_side {
    flex-direction: column;
    align-items: flex-start;
  }
  section.account .orders .order.organised_bustrip .bottom_side > a {
    margin-bottom: 10px;
    width: calc(100% + 40px);
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
    padding: 0px 20px;
    padding-bottom: 10px;
    margin-left: -20px;
  }
  section.account .content h1.head_title {
    font-size: 22px;
  }
  section.account p.subtitle {
    font-size: 16px;
  }
  section.account form.custom_form h1 {
    font-size: 1.3rem;
  }
  section.account form.custom_form label {
    padding-bottom: 7px;
    font-size: 0.9rem;
  }
  section.account form.custom_form input,
section.account form.custom_form textarea {
    min-height: 41px;
    font-size: 14px;
  }
  section.account form.custom_form .row {
    flex-direction: column;
    width: 100%;
    left: 0px;
  }
  section.account form.custom_form .row .col {
    padding: 0px;
    width: 100%;
  }
  section.account .placeholder .content svg {
    width: 40px;
  }
  section.account .placeholder .content span {
    font-size: 0.9em;
    margin-top: 5px;
  }

  .badge.big {
    font-size: 11px;
    padding: 8px 13px;
  }

  section.checkout .checkout_container .payment_method_container .payment_methods li {
    margin: 5px;
    width: calc(50% - 10px);
  }
  section.checkout .checkout_container .payment_method_container .payment_methods li img {
    width: 40px;
  }
  section.checkout .checkout_container .payment_method_container .payment_methods li span.name {
    font-size: 0.85rem;
  }
  section.checkout .checkout_container .payment_method_container .payment_methods li span.fee {
    font-size: 0.8rem;
  }

  .events_page {
    padding: 10px;
  }
  .events_page #events .event {
    min-height: unset;
  }
  .events_page #events .event .content {
    position: relative;
  }
  .events_page #events .event .content .bottom_side {
    margin-top: 20px;
  }
  .events_page #events .event .content .buttons_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .events_page #events .event .content .buttons_container a {
    width: 100%;
    margin-top: 10px;
  }
  .events_page #events .event .content .buttons_container a button {
    width: 100%;
    margin: 0px;
  }
  .events_page #events .event .content .buttons_container a:nth-child(2) {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

.floating_nav {
  position: fixed;
  bottom: 20px;
  justify-content: center;
  display: flex;
  width: 100%;
  display: none;
  padding: 0 10px;
  z-index: 5;
}
.floating_nav ul {
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style-type: none;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 12px #00000017;
  width: 100%;
  box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.1);
}
.floating_nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floating_nav ul li a .icon {
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  height: 26px;
}
.floating_nav ul li a .icon svg {
  max-width: 30px;
  max-height: 24px;
  width: 100%;
  display: block;
}
.floating_nav ul li a .name {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
}
.floating_nav ul li a.active .icon svg path {
  fill: #EB470F;
}
.floating_nav ul li a.active .name {
  color: #EB470F;
}

.temporary_info_container {
  padding: 12px 20px;
  border-radius: 10px;
}
.temporary_info_container p {
  margin: 0 !important;
}
.temporary_info_container .text {
  font-style: italic;
}
.temporary_info_container.light {
  background: #ffe9e1;
}
.temporary_info_container.light .title {
  color: #EB470F;
}
.temporary_info_container.orange {
  background: rgba(255, 255, 255, 0.05);
}
.temporary_info_container.orange .title {
  color: #000;
}
.temporary_info_container.orange .text {
  color: #fff;
}
.temporary_info_container.dark {
  background: rgba(255, 255, 255, 0.05);
}
.temporary_info_container.dark .title {
  color: #EB470F;
}
.temporary_info_container.dark .text {
  color: #fff;
}

section.bus #bus_container .info_line_container .fee_text {
  font-style: italic;
  font-size: 14px;
}
section.bus #bus_container .mw {
  max-width: 1200px;
  margin: 0 auto;
}
section.bus #bus_container h3.subtitle {
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  color: #EB470F;
  font-size: 2rem;
  margin: 0;
}
section.bus #bus_container h3.subtitle svg {
  width: 24px;
  fill: #EB470F;
  margin-right: 15px;
}
section.bus #bus_container .error {
  color: #e02323;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
section.bus #bus_container section.information {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
section.bus #bus_container section.information .top h1 {
  margin-bottom: 0px;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.8);
}
section.bus #bus_container section.information .top h4 {
  margin-top: 0px;
  color: #EB470F;
  text-transform: uppercase;
}
section.bus #bus_container section.information section.bustickets {
  margin-top: 150px;
  position: relative;
}
section.bus #bus_container section.information section.bustickets > div:not(.fx-block),
section.bus #bus_container section.information section.bustickets > p:not(.fx-block) {
  z-index: 2;
  position: relative;
}
section.bus #bus_container section.information section.bustickets .sold_out {
  padding-top: 10px;
}
section.bus #bus_container section.information section.bustickets .sold_out h4 {
  text-transform: uppercase;
  margin-bottom: 0px;
}
section.bus #bus_container section.information section.bustickets .sold_out p {
  margin-bottom: 0px;
}
section.bus #bus_container section.information section.bustickets .form_container {
  background-color: #fff;
  box-shadow: 0 2px 12px #00000017;
  border-radius: 20px;
  padding: 25px;
  margin-top: 10px;
}
section.bus #bus_container section.information section.bustickets .fx-block {
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0;
  width: 100vw;
  left: calc((50vw - 50%) * -1);
  background-color: #F8F8F8;
  height: calc(100% + 100px);
}
section.bus #bus_container section.information section.bustickets .fx-block::after {
  content: "";
  position: absolute;
  top: -125px;
  height: 250px;
  width: 100%;
  left: 0%;
  background-color: #F8F8F8;
  clip-path: ellipse(63% 100% at 50% 100%);
}
section.bus #bus_container section.information section.bustickets .head {
  display: flex;
  align-items: center;
}
section.bus #bus_container section.information section.bustickets .head .left .subtitle svg {
  width: 32px;
}
section.bus #bus_container section.information section.bustickets .head .left .subtitle svg path {
  fill: #EB470F;
}
section.bus #bus_container section.information section.bustickets .head .right {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
section.bus #bus_container section.information section.bustickets .boarding_locations {
  background-color: white;
  box-shadow: 0 2px 12px #00000017;
  border-radius: 20px;
  padding: 5px 25px 25px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
}
section.bus #bus_container section.information section.bustickets .boarding_locations .tickets_table {
  margin: 20px 0 40px 0;
}
section.bus #bus_container section.information section.bustickets .boarding_locations .tickets_table .tickets_table__row__col.action svg path {
  fill: #EB470F;
}
section.bus #bus_container section.information section.bustickets .boarding_locations .fee_text {
  margin-top: 10px;
}
section.bus #bus_container section.bullit_points {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
section.bus #bus_container section.bullit_points .btn-primary {
  background-color: #000;
  width: 100%;
  margin-top: 40px;
}
section.bus #bus_container section.bullit_points::after {
  content: "";
  background: linear-gradient(to right, green 0%, green 80%, red 80%, red 100%);
}
section.bus #bus_container section.bullit_points .title {
  margin-bottom: 20px;
}
section.bus #bus_container section.bullit_points .title h2 {
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.bus #bus_container section.bullit_points .title h2 svg {
  width: 24px;
  margin-right: 15px;
}
section.bus #bus_container section.bullit_points .title h2 svg path {
  fill: #fff;
}
section.bus #bus_container section.bullit_points .left {
  background-color: #EB470F;
  color: #fff;
  width: 50%;
  position: relative;
}
section.bus #bus_container section.bullit_points .left a {
  color: #fff !important;
}
section.bus #bus_container section.bullit_points .left .container {
  max-width: 600px;
  float: right;
  padding: 60px 70px 60px 0;
}
section.bus #bus_container section.bullit_points .left .asset {
  position: absolute;
  max-width: 24%;
  max-height: 90%;
  height: auto;
  bottom: 0px;
  right: 0px;
  margin-right: 40px;
}
section.bus #bus_container section.bullit_points .left ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: calc(100% + 20px);
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: -10px;
}
section.bus #bus_container section.bullit_points .left ul.return {
  margin-bottom: 0px;
}
section.bus #bus_container section.bullit_points .left ul li {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  min-height: 60px;
}
section.bus #bus_container section.bullit_points .left ul li.no_margin {
  margin-bottom: 0px;
}
section.bus #bus_container section.bullit_points .left ul li.description {
  font-size: 0.9rem;
  font-style: italic;
  color: #ffffffde;
  margin-top: -18px;
  min-height: fit-content;
  margin-left: 45px;
}
section.bus #bus_container section.bullit_points .left ul li.description .info-icon {
  flex: 0 0 20px;
  align-items: center;
  display: flex;
}
section.bus #bus_container section.bullit_points .left ul li.description .info-icon svg {
  max-width: 14px;
}
section.bus #bus_container section.bullit_points .left ul li.end .icon img {
  transform: rotate(180deg);
}
section.bus #bus_container section.bullit_points .left ul li.before-pause .icon {
  background-repeat: no-repeat;
  height: 60px;
  background-position: center center;
  background-image: url("assets/images/icons/circle.svg");
}
section.bus #bus_container section.bullit_points .left ul li.before-pause .icon svg {
  display: none;
}
section.bus #bus_container section.bullit_points .left ul li.after-pause .icon {
  position: relative;
  background-repeat: no-repeat;
  height: 60px;
  background-position: center center;
  background-image: url("assets/images/icons/circle.svg");
}
section.bus #bus_container section.bullit_points .left ul li.after-pause .icon svg {
  display: none;
}
section.bus #bus_container section.bullit_points .left ul li .icon {
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
}
section.bus #bus_container section.bullit_points .left ul li .icon img {
  max-width: 17px;
  max-height: 22px;
}
section.bus #bus_container section.bullit_points .left ul li .icon.pause {
  margin: -7px 0 -7px 0;
}
section.bus #bus_container section.bullit_points .left ul li .icon.pause img {
  max-width: 13px;
  height: 100%;
}
section.bus #bus_container section.bullit_points .left ul li span {
  display: flex;
  gap: 15px;
  align-items: center;
}
section.bus #bus_container section.bullit_points .left ul li span b {
  font-size: 18px;
}
section.bus #bus_container section.bullit_points .left .asset {
  position: absolute;
  width: 40%;
  height: auto;
  bottom: 0px;
  right: 0px;
}
section.bus #bus_container section.bullit_points .right {
  background-color: #000;
  color: #fff;
  width: 50%;
}
section.bus #bus_container section.bullit_points .right .container {
  max-width: 600px;
  float: left;
  padding: 60px 0 60px 70px;
}
section.bus #bus_container section.bullit_points .right .items {
  margin-left: -17px;
  margin-top: 25px;
  width: calc(100% + 17px);
}
section.bus #bus_container section.bullit_points .right .items .item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
section.bus #bus_container section.bullit_points .right .items .item .icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  margin-top: 4px;
}
section.bus #bus_container section.bullit_points .right .items .item .icon svg.check path {
  fill: #00b900;
}
section.bus #bus_container section.bullit_points .right .items .item .icon svg.cross path {
  fill: #e02323;
}
section.bus #bus_container section.bullit_points .right .items .item .icon svg.question path {
  fill: rgba(255, 255, 255, 0.5);
}
section.bus #bus_container section.bullit_points .right .items .item .icon img {
  max-width: 18px;
  max-height: 18px;
}
section.bus #bus_container section.bullit_points .right .items .item .content {
  width: 100%;
}
section.bus #bus_container section.bullit_points .right .items .item i {
  font-size: 35px;
  margin-right: 41px;
  max-width: 26px;
}
section.bus #bus_container section.bullit_points .right .items .item p {
  margin-bottom: 0;
}
section.bus #bus_container section.bullit_points .right .items .item .description {
  font-size: 0.9rem;
  font-style: italic;
  color: #ffffffde;
  /* margin-top: -18px; */
  min-height: fit-content;
  /* margin-left: 45px; */
  display: flex;
}
section.bus #bus_container section.bullit_points .right .items .item .description .info-icon {
  flex: 0 0 20px;
  align-items: center;
  display: flex;
}
section.bus #bus_container section.bullit_points .right .items .item .description .info-icon svg {
  max-width: 14px;
}
section.bus #bus_container section.bus_informatie {
  padding: 50px 0;
  position: relative;
  padding-bottom: 0px;
}
section.bus #bus_container section.bus_informatie .fx-block {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: calc((50vw - 50%) * -1);
  background-color: #F8F8F8;
  height: calc(100% - 150px);
}
section.bus #bus_container section.bus_informatie .fx-block::after {
  content: "";
  position: absolute;
  bottom: -200px;
  height: 250px;
  width: 100%;
  left: 0%;
  background-color: #F8F8F8;
  clip-path: ellipse(56% 100% at 50% 0%);
}
section.bus #bus_container section.bus_informatie section.expectation {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.086);
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
section.bus #bus_container section.bus_informatie section.expectation .left {
  width: 50%;
}
section.bus #bus_container section.bus_informatie section.expectation .left .image_gallery {
  width: 100%;
}
section.bus #bus_container section.bus_informatie section.expectation .left .image_gallery .images .slick-dots {
  display: none !important;
}
section.bus #bus_container section.bus_informatie section.expectation .left .image_gallery .images img {
  border-radius: 10px;
}
section.bus #bus_container section.bus_informatie section.expectation .left .bus_btn {
  margin-top: 0.5em;
}
section.bus #bus_container section.bus_informatie section.expectation .right {
  width: 50%;
}
section.bus #bus_container section.bus_informatie section.expectation .right h2 {
  text-transform: uppercase;
}
section.bus #bus_container section.bus_informatie section.expectation .right .bus_btn {
  margin-top: 40px;
  background-color: #00b900;
}
section.bus #bus_container section.faq {
  padding: 50px 0;
  display: block;
}
section.bus #bus_container section.faq .elementor-container {
  max-width: 100% !important;
}
section.bus #bus_container section.faq .elementor-container .elementor-widget-wrap {
  padding: 0px !important;
}
section.bus #bus_container section.faq h4 {
  width: 100%;
  margin-top: 60px;
  text-transform: uppercase;
}
section.bus #bus_container section.faq .top .title {
  margin-bottom: 20px;
}
section.bus #bus_container section.faq .top .title h2 {
  margin-bottom: 0px;
  text-transform: uppercase;
}
section.bus #bus_container section.faq .top .title h2 svg {
  width: 30px;
  margin-right: 15px;
}
section.bus #bus_container section.faq .top .title h2 svg path {
  fill: #000;
}
section.bus #bus_container section.faq .top p {
  max-width: 50%;
}
section.bus #bus_container section.ribbon {
  background-color: #000;
  color: #fff;
}
section.bus #bus_container section.ribbon .icon_list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}
section.bus #bus_container section.ribbon .icon_list li.icon_list_item {
  list-style: none;
}
section.bus #bus_container section.ribbon .icon_list li.icon_list_item i {
  margin-right: 5px;
}
section.bus #bus_container section.reviews {
  padding: 60px 125px;
  background-color: #EB470F;
}
section.bus #bus_container section.reviews .mw {
  display: flex;
}
section.bus #bus_container section.reviews .mw .left_side {
  width: 200px;
  color: #fff;
}
section.bus #bus_container section.reviews .mw .left_side .stars_container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.bus #bus_container section.reviews .mw .left_side .stars_container img {
  width: 150px;
}
section.bus #bus_container section.reviews .mw .left_side .stars_container span {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
section.bus #bus_container section.reviews .mw .right_side {
  display: flex;
  align-items: center;
}
section.bus #bus_container section.reviews .mw .right_side p {
  margin: 0px;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 40px;
}
section.bus #bus_container section.timeline {
  padding: 0px 0px;
}

@media only screen and (max-width: 350px) {
  section.bus #bus_container section.bullit_points .left h2 {
    text-align: center;
  }
  section.bus #bus_container section.bullit_points .left .items .item {
    flex-direction: column;
    text-align: center;
  }
  section.bus #bus_container section.bullit_points .left .items .item i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  section.bus #bus_container section.bullit_points .left,
section.bus #bus_container section.bullit_points .right {
    padding: 60px 60px;
  }
  section.bus #bus_container section.ribbon .icon_list {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 830px) {
  section.bus #bus_container section.information .img_text {
    flex-direction: column;
  }
  section.bus #bus_container section.information .img_text .right {
    padding-left: 0;
    padding: 20px 0;
  }
  section.bus #bus_container section.information .img_text img {
    display: none;
    padding-right: 0;
    max-width: 100%;
  }
  section.bus #bus_container section.bus_informatie .image_gallery .img_hover_zoom {
    width: 100%;
    height: 75%;
  }
  section.bus #bus_container section.ribbon .icon_list {
    flex-direction: column;
    align-items: center;
  }
  section.bus #bus_container section.ribbon .icon_list .icon_list_item:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1150px) {
  section.bus #bus_container section.information {
    padding: 0px 50px 100px 50px;
  }
  section.bus #bus_container section.bullit_points {
    flex-direction: column;
  }
  section.bus #bus_container section.bullit_points .left,
section.bus #bus_container section.bullit_points .right {
    width: 100%;
  }
  section.bus #bus_container section.bullit_points .left .container {
    max-width: none;
    float: left;
    padding: 160px 50px 60px 50px;
  }
  section.bus #bus_container section.bus_informatie {
    padding: 100px 50px;
  }
  section.bus #bus_container section.timeline {
    padding: 100px 50px;
  }

  section.bus #bus_container section.faq {
    padding: 100px 50px;
  }

  section.bus #bus_container section.information .head {
    flex-direction: column;
    align-items: flex-start !important;
  }

  section.bus #bus_container section.information section.bustickets .head .right {
    margin-left: 0px;
    gap: 10px;
  }

  section#tickets .fx-block-mobile {
    content: "";
    width: 100%;
    height: 250px;
    position: absolute;
    background-color: #F8F8F8;
    bottom: -100px;
    clip-path: ellipse(63% 100% at 50% 100%);
    transform: rotate(180deg);
    z-index: 1;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  section#tickets .fx-block-mobile {
    content: "";
    clip-path: ellipse(100% 100% at 50% 100%);
    bottom: -45px;
  }

  .floating_nav {
    display: flex;
  }

  section.bus #bus_container section.information section.bustickets .fx-block::after {
    clip-path: ellipse(100% 100% at 50% 100%);
    top: -58px;
  }

  section.bus #bus_container section.information {
    padding: 0px 10px 20px 10px !important;
  }

  section.bus #bus_container section.information .top h1,
section.bus #bus_container h3.subtitle {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }

  section.bus #bus_container h3.subtitle {
    margin-left: 25px;
  }

  section.bus #bus_container section.information .top h1 {
    margin-bottom: 0px;
  }

  section.bus #bus_container section.information section.bustickets .head .left .subtitle svg {
    width: 26px;
  }

  .boarding_locations .tickets_table__row__col--head {
    font-size: 1rem;
  }

  .show_on_mobile {
    display: block !important;
    z-index: 5;
  }

  .show_on_desktop {
    display: none !important;
  }

  .ticket_alert {
    width: 100%;
  }

  .combi_alert {
    width: 100%;
    margin-top: 13px;
    padding: 9px 15px;
  }

  section.bus #bus_container section.information section.bustickets .head .right {
    gap: 0px;
    width: 100%;
  }

  section.bus #bus_container section.information {
    padding: 0px 50px 100px 50px;
  }
  section.bus #bus_container section.bullit_points .left .container {
    padding: 80px 20px 50px 20px;
  }
  section.bus #bus_container section.bullit_points .right .container {
    padding: 50px 20px 200px 20px;
  }
  section.bus #bus_container section.bus_informatie {
    padding: 100px 50px;
  }
  section.bus #bus_container section.timeline {
    padding: 100px 50px;
  }

  section.bus #bus_container .temporary_info_container {
    font-size: 0.8rem;
  }

  section.bus #bus_container section.bullit_points .title h2 svg {
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 20px;
  }

  section.bus #bus_container section.bullit_points .left ul li {
    min-height: 40px;
  }

  section.bus #bus_container section.information section.bustickets .boarding_locations {
    padding: 5px 15px 15px;
  }

  .boarding_locations .tickets_table__row__col.price.colspan {
    white-space: nowrap;
    grid-column: span 2;
    grid-column-start: span 2;
    grid-column-end: auto;
  }

  .boarding_locations .tickets_table__row__col.action.hidden {
    display: none;
  }

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

  section.bus #bus_container .info_line_container .fee_text {
    font-size: 13px;
    line-height: 16px;
  }

  section.bus #bus_container .temporary_info_container .text {
    line-height: 16px;
  }

  .boarding_locations .tickets_table__row__col--head {
    padding: 14px 10px;
  }

  section.bus #bus_container section.information section.bustickets {
    margin-top: 100px;
  }

  section.bus #bus_container section.bus_informatie {
    position: relative;
    top: -150px;
  }
  section.bus #bus_container section.bus_informatie section.expectation {
    flex-direction: column;
    gap: 30px;
    margin: 0px 10px;
    box-shadow: 0 2px 12px #00000017;
    border-radius: 20px;
    padding: 15px;
  }
  section.bus #bus_container section.bus_informatie section.expectation .left,
section.bus #bus_container section.bus_informatie section.expectation .right {
    width: 100%;
  }
  section.bus #bus_container section.bus_informatie section.expectation .left .bus_btn,
section.bus #bus_container section.bus_informatie section.expectation .right .bus_btn {
    width: 100%;
    margin-top: 20px;
  }
  section.bus #bus_container .review_section {
    padding: 60px 0 0;
  }
  section.bus #bus_container .review_section .reviews {
    padding: 0px 40px;
  }

  section.bus #bus_container section.bus_informatie .fx-block::after {
    clip-path: ellipse(100% 100% at 50% 0%);
    bottom: -180px;
  }

  .review_section {
    margin-bottom: 0px;
  }

  section.bus #bus_container section.faq .top p {
    width: 100%;
    max-width: unset;
  }
}

/*# sourceMappingURL=styles-eleven-travel.css.map */
