.woocommerce-cart.woocommerce-page #content, .woocommerce-checkout.woocommerce-page #content {
	margin: 0;
	padding-bottom: 0;
}
.woocommerce-order-pay .woocommerce {
    padding: 75px 100px;
}
.woocommerce-cart section#primary,
.woocommerce-checkout section#primary {
    /* background: url('/wp-content/uploads/2025/12/Ocean-bg-1.png'); */
    background: url('/wp-content/uploads/2026/04/Ocean-bg-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.woocommerce-cart-top-section {
    padding: 50px 0;
    width: 100%;
	position: relative;
    display: flex;
    justify-content: space-between;
}
/* .woocommerce-cart header {
	display: none;
} */
.woocommerce-cart-logo-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.woocommerce-cart-top-text-wrapper h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
	color: #FFF;
}
.woocommerce-cart-top-text-wrapper {
    margin: 20px 0 40px;
}
.woocommerce-cart-checkout-steps {
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart-checkout-step {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #FFF;
}
.woocommerce-cart-checkout-step span {
    border-radius: 50%;
    background: #00B4D5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
}
.woocommerce-cart-checkout-step p {
    font-size: 16px;
    font-weight: 700;
    width: calc(90% - 40px);
}
form#booking-cart-form, form.woocommerce-checkout {
    background: #F4FCFF;
}
form#booking-cart-form {
	display: flex;
}
.woocommerce-cart-form-left {
    width: 60%;
}
.woocommerce-cart-form-right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-cart-checkout-step-line {
    width: calc(100%/6);
    position: relative;
}
.woocommerce-cart-checkout-step-line:before {
    content: '';
    width: 60%;
    height: 1px;
    border: 1px dashed #FFF;
    position: absolute;
    height: 1px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.woocommerce-cart-checkout-step {
    position: relative;
    /* width: 185px; */
}
form#booking-cart-form, form.woocommerce-checkout {
    margin-top: 55px;
    /* margin-bottom: 150px; */
	padding: 50px;
    border-radius: 30px;
    gap: 50px;
    min-height: 445px;
}
.woocommerce-cart section#primary .site-main,
.woocommerce-checkout section#primary .site-main {
    /* padding-bottom: 200px; */
    width: 100%;
}
.booking-date-opening-hours {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}
.time-selection-wrapper select {
    padding: 0 20px;
    font-size: 15px;
    height: 45px;
    width: fit-content;
    background: transparent;
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
}
.time-selection-wrapper:before {
    content: '\f017';
    font-family: 'Font Awesome 7 Free';
}
.time-selection-wrapper:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #A5D6C8;
    position: absolute;
    left: 20%;
}
.booking-cart-date input, .time-selection-wrapper select {
    color: #012D53 !important;
}
.booking-cart-date {
    width: 70%;
}
.time-selection-wrapper {
    position: relative;
    width: 250px;
}
.booking-cart-opening-hours {
    width: 50%;
}
.booking-products-tab-item {
    background: #00B4D51A;
    border-radius: 100px;
    width: fit-content;
    overflow: hidden;
    display: flex;
}
.booking-products-tab-item p {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 16px 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    transition: 0.6s all ease-in-out;
    color: #00B4D5;
    font-family: 'Carlito';
}
.booking-products-tab-item p.active {
    background: #012D53;
    color: #FFF;
}
.booking-products-tab {
    margin-bottom: 30px;
}
.booking-products {
    min-height: 100px;
}
.cart-checkout-next {
    text-align: right;
}
.cart-booking-product {
    display: flex;
    margin: 15px 0;
    align-items: flex-start;
}
.cart-booking-product span.product-name {
    width: 275px;
    color: #012D53;
    font-size: 16px;
    font-weight: 700;
}
.cart-booking-product span.product-name a {
    color: #012D53 !important;
}
.cart-booking-product span.product-price {
    margin: 0 40px;
    width: 100px;
}
.cart-booking-product span.product-price span.woocommerce-Price-amount.amount {
    display: flex;
    gap: 5px;
    color: #00B4D5;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-cart-form-left .qty-control .qty-input {
    text-align: right;
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;

}
.qty-control .qty-input {
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #012D53;
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto;
}
.qty-control button {
    background: #00B4D5;
    border: none;
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qty-control {
    display: flex;
    align-items: center;
    width: 150px;
}
.booking-total-preview {
    margin-top: 50px;
}
.booking-total-preview p {
    color: #012D53;
    font-size: 18px;
    font-weight: 700;
}
.woocommerce-cart-odysseo-notice {
    background: #A5D6C8;
    padding: 30px 50px;
    border-radius: 10px;
    color: #012D53;
    margin-bottom: 35px;
}
/* .booking-date-opening-hours.default-date .booking-cart-date {
    opacity: 0;
} */
.woocommerce-cart-odysseo-notice h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
	color: #012D53;
}
.woocommerce-cart-odysseo-notice p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #012D53;
}
.booking-cart-date:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f133';
	color: #012D53;
    width: 20%;
    text-align: center;
}
.booking-cart-opening-hours p {
    font-size: 16px;
    font-weight: 700;
    color: #00B4D5;
}
.booking-cart-opening-hours span {
    font-size: 16px;
    font-weight: 400;
    color: #00B4D5;
}
.booking-cart-opening-hours {
    position: relative;
}
.booking-cart-opening-hours:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -25px;
    top: 1px;
    color: #00B4D5;
}
.woocommerce-cart-odysseo-notice-alert img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woocommerce-cart-odysseo-notice-alert {
    width: 30px;
    height: auto;
    margin-bottom: 5px;
}
.booking-cart-date, .time-selection-wrapper {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--Odysseo-Blue, #00B4D5);
    /* padding: 0 20px; */
    justify-content: space-between;
}
.booking-cart-date p {
    margin: 0 !important;
    border: none;
    width: 80%;
}
.booking-cart-date p input, .time-selection-wrapper select {
    border: none;
    outline: none;
    background: none;
    text-align: center;
	font-size: 15px;
    cursor: pointer;
}
.booking-cart-date p input:focus{
	border: none !important;
    outline: none !important;
	box-shadow: none;
    background: none;
}
.booking-cart-date:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #A5D6C8;
    position: absolute;
    left: 20%;
}
.booking-cart-date {
    position: relative;
}
.product-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #00B4D5;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    top: 3px;
}
.product-checkbox:checked {
    background-color: #00B4D5;
    border-color: #00B4D5;
}
.product-checkbox:after {
    content: '';
    position: absolute;
    display: none;
}
.product-checkbox:checked:after {
    display: block;
    left: 5.5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.woocommerce-billing-fields h3 {
    display: none;
}
form.woocommerce-checkout .checkout-step {
    display: flex;
    justify-content: space-between;
}
.checkout-step-2-left {
    width: 30%;
}
.checkout-step-2-right {
    width: 50%;
}
.woocommerce .checkout-step-2-right label {
    margin: 0;
    color: #012D53;
    font-size: 14px;
}
.woocommerce .checkout-step-2-right input, .woocommerce .checkout-step-2-right .select2-container {
    height: 40px;
    border: 1px solid #00B4D5 !important;
    background: none;
    color: #00B4D5 !important;
    box-shadow: none;
    font-size: 15px;
    border-radius: 10px !important;
}
.woocommerce .checkout-step-2-right .select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: 36px;
    color: #00B4D5;
}
.woocommerce .checkout-step-2-right span.selection {
    height: 100%;
    display: block;
}
.woocommerce .checkout-step-2-right .select2-container--default .select2-selection--single {
    height: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}
.woocommerce .checkout-step-2-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.woocommerce .checkout-step-2-right .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 19px;
    right: 8px;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #00B4D5;
    pointer-events: none;
    left: initial;
}
.woocommerce .checkout-step-2-right .input-checkbox {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #00B4D5 !important;
    border-radius: 4px !important;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block !important;
    position: relative;
}
.woocommerce .checkout-step-2-right .input-checkbox:checked {
    background-color: #00B4D5;
    border-color: #00B4D5;
}
.woocommerce .checkout-step-2-right .input-checkbox:after {
    content: '';
    position: absolute;
    display: none;
}
.woocommerce .checkout-step-2-right .input-checkbox:checked:after {
    display: block;
    left: 5.5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.woocommerce .checkout-step-2-right .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #00B4D5;
}
.checkout-step-2-left {
    color: #012D53;
}
.checkout-step-2-left-heading h3 {
    font-size: 20px;
    font-weight: 700;
	color: #012D53;
}
.checkout-step-2-left-text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    color: #012D53;
}
.checkout-step-2-right .step-nav {
    display: flex;
    justify-content: space-between;
    /* margin-top: 50px; */
    align-items: center;
}
.woocommerce button.next-step.button.alt {
    border-radius: 100px;
    background: #012D53 !important;
    padding: 20px 60px;
    height: fit-content;
}
.checkout-step-2-right .booking-total-preview {
    margin: 0;
}

.phone-wrapper {
    display: flex;
}
.country-prefix {
	background: none;
	border: none;
    padding: 8px 12px;
    font-size: 14px;
    color: #00B4D5;
}
.phone-wrapper input {
    flex: 1;
    border-left: 0;
    border-radius: 0 4px 4px 0 !important;
}
.checkout-step-2-right select.country-code-select {
    width: 30% !important;
    background: none;
    border: none !important;
    color: #00B4D5;
}
.checkout-step-2-right input#billing_phone {
    width: 70%;
}
.checkout-step-2-right .phone-wrapper {
    height: 40px;
    border: 1px solid #00B4D5 !important;
    background: none;
    color: #00B4D5 !important;
    box-shadow: none;
    font-size: 15px;
    border-radius: 10px !important;
}
.checkout-step-2-right .phone-wrapper input {
    border: none !important;
}
footer#colophon {
    font-family: 'Carlito';
}
.checkout-step-3-left-heading h3 {
    color: #012D53;
    font-size: 20px;
    font-weight: 700;
}

.checkout-step-3-left-heading {
    margin-bottom: 30px;
}
.checkout-cart-item span.item-price {
    color: #00B4D5;
    font-size: 18px;
	font-weight: 700;
}
.checkout-step-3-left-contact p {
    color: #00B4D5;
    display: flex;
    margin: 5px 0;
}

.checkout-step-3-left-contact p strong {
    color: #012D53;
    width: 185px;
    display: block;
}

.checkout-cart-item {
    display: flex;
	margin: 15px 0 20px;
	justify-content: space-between;
	width: -webkit-fill-available;
}

.checkout-cart-details-price {
    margin-left: 150px;
}

.checkout-step-3-left-cart {
    margin: 50px 0;
    border-bottom: 2px solid #00B4D5;
}
.checkout-step-3-left {
    width: 50%;
}
.woocommerce-cart-checkout-step span {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
}
.woocommerce-cart-checkout-step.active span {
    border: none;
    background-color: #00B4D5;
}
.checkout-step-3-right {
    width: 45%;
    background-color: #FFF;
    border-radius: 0 30px 30px 0;
}
form.checkout.woocommerce-checkout.checkout-step-3 {
    padding: 0;
}
.checkout-step-3-left, .checkout-step-3-right {
    padding: 50px;
}
.checkout-step-3-left {
    padding-right: 0;
}
.checkout-cart-item-details span {
    color: #00B4D5;
    font-size: 18px;
}
.checkout-cart-totals p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-size: 18px;
}
.checkout-cart-totals span {
    width: 150px;
    text-align: right;
    font-weight: 700;
}
p.item-price-unit {
    color: #00B4D5;
    font-size: 18px;
}
.checkout-cart-totals p {
    color: #00B4D5;
}
.checkout-cart-details-price span {
    color: #00B4D5;
    font-weight: 700;
    font-size: 18px;
}
.woocommerce-cart-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce-cart-logo {
    width: 200px;
    margin: 0 auto;
}
.woocommerce-cart-top-section {
    padding-top: 150px;
}
.woocommerce .checkout-step-2-right input {
    color: #00B4D5 !important;
}
.woocommerce .checkout-step-2-right a {
    text-decoration: underline !important;
}
.checkout-step-3-right #payment.woocommerce-checkout-payment #place_order {
    display: none;
}
.checkout-step-3-right span.woocommerce-terms-and-conditions-checkbox-text {
    color: #012D53;
}
form.woocommerce-checkout {
    position: relative;
}
.checkout-step-3-right button.button.alt {
    border-radius: 100px;
    background: #00B4D5 !important;
    padding: 20px 60px;
    height: fit-content;
}
.checkout-step-3-right .step-nav {
    display: flex;
    justify-content: space-between;
}
.checkout-step-3-right button.prev-step.button {
    border-radius: 100px;
    background: #012D53 !important;
    padding: 20px 60px;
    height: fit-content;
    color: #FFF;
}
.checkout-step-3-right-checkout-wrapper .woocommerce-checkout-payment {
    border-radius: 20px !important;
}
.checkout-step-3-right-checkout-wrapper {
    margin-bottom: 30px;
}
.checkout-cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.checkout-cart-item-img {
    width: 90px;
}
.checkout-cart-item-wrapper {
    display: flex;
    gap: 25px;
}
.checkout-step-3-total-wrapper {
    margin: 30px 0;
    text-align: center;
}
.checkout-step-3-total-wrapper p {
    color: #012D53;
    font-size: 18px;
    font-weight: 700;
}
.disabled-date {
    background: #f5f5f5;
    cursor: not-allowed;
}
.order-received-wrapper {
    background: #F4FCFF;
    padding: 50px;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.order-received-wrapper h2 {
    text-align: center;
    color: #012D53;
    font-size: 44px;
    font-weight: 800;
}
.order-received-wrapper > p {
    color: #012D53;
    font-size: 28px;
    margin: 20px auto;
    max-width: 60%;
    text-align: center;
}
.order-received-contact-info {
    max-width: 60%;
    color: #012D53;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-received-contact-info p {
    color: #00B4D5;
    display: flex;
    margin: 5px 0;
    font-size: 18px;
    width: 75%;
}
.order-received-contact-info p strong {
    width: 250px;
    display: flex;
    font-weight: 400;
    color: #012D53;
}
.digital-passes-wrapper {
    margin: 50px auto 0;
    max-width: 60%;
}
.digital-passes-text p {
    color: #012D53;
    text-align: center;
}
.digital-passes-btn a {
    color: #FFF !important;
    background: #00B4D5;
    padding: 12px 36px !important;
    border-radius: 30px !important;
    text-align: center;
}
.digital-passes-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.woocommerce-cart header#masthead,
.woocommerce-checkout header#masthead {
    display: none;
}
.woocommerce-page .landing-page-site .site-logo {
    text-align: center;
}
.woocommerce-page  .header-container.odysseo-widthcontainer {
    position: relative;
}
.woocommerce-cart-top-left {
    position: absolute;
    left: 0;
    top: 40%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.woocommerce-cart-top-left a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #FFF !important;
    text-transform: uppercase;
}
.woocommerce-account header.site-header {
    background: linear-gradient(180deg, #01437B -100%, #011E37 100%);
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce{
    padding-top: 100px;
    padding-bottom: 100px;

}
.booking-products p.no-cart-items {
    font-size: 18px;
    font-weight: 700;
    color: #012D53;
}
.woocommerce-cart-form-right .cart-checkout-next button.checkout-button.alt.wc-forward {
    background-color: #012D53 !important;
    padding: 15px 40px !important;
    border-radius: 30px;
    outline: none;
    transition: 0.3s ease-in-out;
}
.woocommerce-cart-form-right .cart-checkout-next button.checkout-button.alt.wc-forward:hover {
    background: #00B4D5 !important;
}
.cart-booking-product-content {
    display: flex;
    align-items: center;
}
.qty-control.disabled-qty {
    opacity: .4;
    pointer-events: none;
}
.woocommerce-cart div#footer-widget,
.woocommerce-checkout div#footer-widget {
    display: none;
}
.woocommerce-cart footer.landing-footer,
.woocommerce-checkout footer.landing-footer {
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    left: 0;
    background: var(--Background-gradient, linear-gradient(180deg, #01437B 0%, #011E37 100%));
}
.cart-btn-disabled {
    opacity: 0.4;
    pointer-events: none;
}
span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}
.woocommerce .checkout-step-2-right .step-nav a {
    color: #FFF;
    background: #00b4d5;
    padding: 15px 50px;
    border-radius: 30px;
    text-decoration: none !important;
}
.checkout-step-2-right .step-nav {
    gap: 20px;
}
.checkout-step-2-right .woocommerce-billing-fields {
    margin-bottom: 30px;
}
.woocommerce-order-pay ul.order_details {
    display: none;
}
/* .woocommerce-order-pay section#primary {
    height: 1000px;
} */
.woocommerce-order-pay .woocommerce > p {
    padding-top: 85px;
    text-align: center;
}
.woocommerce-order-pay .woocommerce {
    max-width: 1170px !important;
    margin: 0 auto;
}
.woocommerce-order-pay .woocommerce > p {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 700;
}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
    max-width: 1170px;
    margin: 0 auto;
}
.entry-content > .woocommerce,
.entry-content > .wppb-builder-container > .woocommerce {
    max-width: 100%;
}

.woocommerce .blockUI.blockOverlay {
    border-radius: 30px;
}
.digital-passes-btn-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 30px 0 0;
}
.woocommerce .digital-passes-btn-container .ticket-download-item a {
    border-radius: 100px !important;
    background: var(--Odysseo-Blue, #00B4D5) !important;
    padding: 20px 40px;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.woocommerce .digital-passes-btn-container .ticket-download-item a:hover {
    background: #012D53 !important;
}

/* Footer */
footer#colophon {
    background: linear-gradient(180deg, #01437B -100%, #011E37 100%);
}
footer.site-footer.navbar-light {
    display: none;
}
.copyright-inner {
    border-top: 0.25px solid #FFFFFF;
    justify-content: space-between;
    padding: 15px 0 25px;
    align-items: center;
    display: flex;
}
.rights-reserved-holder * {
    align-items: center;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    gap: 2px;
}
.woocommerce-cart footer#colophon:after, 
.woocommerce-checkout footer#colophon:after {
    background: linear-gradient(0deg, #012d5300 8.23%, #012d5399 32.88%, #012d53 54.04%, #012d53b0 66.17%, #012d5300 85.71%);
    position: absolute;
    height: 150px;
    bottom: 280px;
    width: 100%;
    content: '';
    z-index: 1;
    right: 0;
    left: 0;
}
.rights-reserved-holder a {
	transition: 0.6s all ease-in-out;
}
.rights-reserved-holder a:visited {
	color: #FFFFFF;
}
.rights-reserved-holder a:hover {
	color: #00B4D5;
}
.policy-menus-holder ul {
    align-items: center;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}
.policy-menus-holder ul li * {
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.policy-menus-holder ul li a {
	transition: 0.6s all ease-in-out;
}
.policy-menus-holder ul li a:visited {
	color: #FFFFFF;
}
.policy-menus-holder ul li a:hover {
	color: #00B4D5;
}
.footer-content-inner {
    justify-content: space-between;
    padding: 60px 50px 45px 0;
    align-items: flex-start;
    display: flex;
}
.footer-content-inner .odysseo-logo svg path {
    fill: #FFFFFF;
}
.footer-content-inner .odysseo-logo img {
    height: 65px;
    width: 190px;
}
.footer-menus-holder {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
}
.footer-menu.contact-us-menu {
    width: 100%;
}
.footer-menu-title {
    margin-bottom: 30px;
}
.footer-menu ul {
    flex-direction: column;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}
.footer-menu .menu-title-content .menu-title-item a {
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    display: block;
    transition: 0.6s all ease-in-out;
    color: #FFFFFF !important;
}
.footer-menu-title p {
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}
.footer-menu .menu-title-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-menu .menu-title-content .menu-title-item a:visited {
    color: #FFFFFF !important;
}
.footer-menu .menu-title-content a:hover {
    color: #00B4D5;
}
.footer-contact-us-message-wrapper {
    border-top: 1px solid #FFFFFF;
    margin-left: 35px;
    padding-top: 15px;
    margin-top: 15px;
}
.footer-contact-us-message a {
    text-transform: uppercase;
    align-items: center;
    width: fit-content;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    gap: 30px;
    transition: 0.6s all ease-in-out;
    color: #FFFFFF !important;
}
.footer-contact-us-message a:visited {
    color: #FFFFFF;
}
.footer-contact-us-message a:hover {
    color: #00B4D5;
}
.footer-contact-us-message a i {
    transition: 0.6s all ease-in-out;
}
.footer-contact-us-message a:hover i {
    color: #00B4D5;
}
.footer-contact-us-message a:hover {
    gap: 15px;
}
.footer-contact-us-links-wrapper {
    flex-direction: column;
    display: flex;
    gap: 15px;
}
.policy-menus-holder {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
}
.footer-contact-us-link-item {
    align-items: flex-start;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    gap: 15px;
    transition: 0.6s all ease-in-out;
    color: #FFFFFF !important;
}
.footer-contact-us-link-item i {
    transition: 0.6s all ease-in-out;
    font-size: 20px;
    width: 20px;
}
.footer-phone .footer-contact-us-link-item {
    font-weight: 400;
}
a.footer-contact-us-link-item:visited *,
a.footer-contact-us-link-item:visited {
    color: #FFFFFF;
}
a.footer-contact-us-link-item:hover *,
a.footer-contact-us-link-item:hover{
    color: #00B4D5;
}
.footer-newsletter-wrapper {
    padding: 70px 0 60px;
    padding-right: calc((100% - 1170px)/2);
    padding-left: calc((100% - 1170px)/2);
    position: relative;
    overflow: hidden;
}
.footer-newsletter-pattern-wrapper {
    position: absolute;
    left: -80px;
    top: -85px;
}
.footer-newsletter-pattern svg {
	overflow: visible;
}
.footer-newsletter-form {
    margin-left: auto;
    width: 60%;
}
.subscribe-title {
    margin-bottom: 20px;
}
.subscribe-title p {
    line-height: 42px;
    font-weight: 700;
    font-size: 32px;
}
.subscribe-text {
    margin-bottom: 25px;
}
.subscribe-text p {
    line-height: 22px;
    font-weight: 400;
    font-size: 18px;
}
.subscribe-form label,
.subscribe-form legend {
    display: none !important;
}
.subscribe-form .gfield--type-captcha iframe {
    transform: scale(0.9);
    margin-left: -15px;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    height: fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input.button[type=submit] {
    font-family: 'Carlito', sans-serif;
    border: 1px solid #64C3D2;
    text-transform: uppercase;
    background: #64C3D2;
    padding: 15px 85px;
    line-height: 20px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    height: 55px;
    width: 100%;
    outline: 0;
    margin: 0;
    transition: 0.6s all ease-in-out;
}
.subscribe-form {
    position: relative;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .ginput_container_email input {
    padding: 15px 0 15px 30px !important;
    border-radius: 0 !important;
    border: none !important;
    background: #FFFFFF1A;
    color: #ffffff99;
    line-height: 22px;
    font-weight: 400;
    font-size: 18px;
    height: 55px;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .ginput_container.ginput_container_email input::placeholder {
    color: #ffffff99;
    line-height: 22px;
    font-weight: 400;
    font-size: 18px;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input.button:hover {
    background: #64c3d240;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-body.gform_body .gform_fields {
    row-gap: 13px;
}
.subscribe-form .gform-theme.gform-theme--framework.gform_wrapper .gform-body.gform_body .gform_fields .gfield--type-email {
    margin-bottom: 20px;
}
.woocommerce-page * {
    font-family: 'Carlito';
}
.cart-booking-product { 
    display: none !important; 
}
.cart-booking-product { 
    display: none !important; 
}

/* Show Resident tickets when Resident tab is active */
.show-resident .online-ticket-resident { 
    display: flex !important; 
}

/* Show Non-Resident tickets when Non-Resident tab is active */
.show-non-resident .online-ticket-non-resident { 
    display: flex !important; 
}
footer#colophon {
    position: relative;
}
.booking-cart-date input {
    caret-color: transparent !important; 
}
.woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #00B4D5;
    /* top: 55px; */
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    color: #00B4D5;
}
.ticket-download-item {
    width: 100%;
    text-align: center;
}
p.dashboard-go-to-cart-btn-wrapper a {
    margin: 40px 0 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    background: #FFDE42;
    border-radius: 30px;
    padding: 12px 25px;
    line-height: 20px;
    color: #012D53 !important;
    font-weight: 700;
    font-size: 16px;
    display: block;
    transition: 0.6s all ease-in-out;
    width: fit-content;
}
p.dashboard-go-to-cart-btn-wrapper a:hover {
    border-color: #012D53;
    background: #012D53;
    color: #FFDE42 !important;
}
.woocommerce-address-fields button.button {
    margin: 30px 0 0;
    background: #00b4d5;
    color: #FFF;
}