body {
    overflow-x: hidden;
}
.booking-resource.no_room_needed .booking-resource-content {
    padding: 5px 2px;
}
.wc-bookings-booking-form * {
    box-sizing: border-box;
    font-family: "Inter", Sans-serif;
}
.elementor-add-to-cart.elementor-product-booking {
  max-height: calc(100vh - 160px);
  overflow: scroll;
}
figure.swiper-slide-inner picture {
    width: 100%;
    height: 100%;
}
.product-booking {
    display: flex;
    flex-direction: column !important;
    transition: opacity .3s ease;
    position: relative;
}
.product-booking ~ .product-reviews {
    width: 100%;
}
.single .woocommerce-error:before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.single .woocommerce-error {
    padding: 10px 30px;
}
.product-booking::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 1;
    pointer-events: none;
}

.product-booking::before {
    content: '';
    pointer-events: none;
    width: 70px;
    height: 70px;
    border: 3px solid #033839;
    border-radius: 100%;
    border-left: 0;
    border-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: loading 2s ease infinite;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
}
@keyframes loading {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.product-booking.loading::before,
.product-booking.loading::after {
    opacity: 1;
}

.product-booking.loading {
    pointer-events: none;
}

.wc-bookings-booking-form {
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: white;
}

.wc-bookings-booking-form .form-field {
    margin-bottom: 16px;
}

.wc-bookings-booking-form .form-field[data-step-number] {
	position: relative;
	padding-left: 40px;
}

.wc-bookings-booking-form .form-field[data-step-number]::before {
	content: attr(data-step-number);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: rgba(235, 236, 232, 1);
	border: 1px solid rgba(110, 110, 110, 1);
	color: black;
	font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.wc-bookings-booking-form label {
    color: #202020;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
    gap: 0 16px;
}

.wc-bookings-booking-form h2 {
    margin: 0 0 16px;
}

.booking-persons-limit {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    font-size: 14px;
}

.booking-persons-limit svg {
    margin-right: 10px;
}

.booking-persons-number {
    color: var(--e-global-color-text);
    font-weight: 600;
    margin-right: 8px;
    white-space: nowrap;
}

.booking-fields {
    display: flex;
    flex-direction: column;
}

.wc_bookings_field_persons {
    order: 2;
    margin-bottom: 0 !important;
}

.wc_bookings_field_persons label {
	font-weight: bold;
}

.form-field.form-field-wide.wc_bookings_field_period {
    order: 0;
}
.wc_bookings_field_resource {
    order: 1;
}

.wc_bookings_field_resource label span {
    color: var( --e-global-color-primary );
    font-weight: 400;
}

.wc_bookings_field_resource label span small {
    font-size: 12px;
    color: #242424;
}

.qty-plus,
.qty-minus {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    cursor: pointer;
}

.qty-minus.disabled,
.qty-plus.disabled {
    opacity: .4;
}

.qty-plus svg,
.qty-minus svg {
    width: 20px;
    height: 20px;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}

.qty {
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;    
    -webkit-appearance: none;
    appearance: none;  
    -moz-appearance: textfield;
}

.wc-bookings-booking-form .qty {
    width: 40px !important;
    font-size: 14px;
}

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

.booking-footer {
    font-size: 14px;
    margin: 16px 0 0px;
    color: #545454;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.booking-footer strong {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #202020;
}

.booking-footer svg {    
    top: 2px;
    position: relative;
}

.booking-footer-btn {
    border: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-radius: 4px;
    padding: 8px 16px;
    line-height: 1.4;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 16px auto 0;
    transition: all .4s ease;
}

.booking-footer-btn:hover {
    background: var(--e-global-color-text);
    color: white !important;
}

.booking-footer-info {
    display: inline;
}

.booking-footer-info svg {
    margin-left: 5px;
}

.booking-footer-info-content {
    background: white;
    color: black;
    text-align: left;
    border: 1px solid #CACACA;
}

.wc-bookings-booking-form-button {
    font-weight: 400 !important;
    background-color: var( --e-global-color-primary ) !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    height: 46px;
    border: 0;
    color: white;
    font-size: 15px !important;
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px !important;
}

.wc-bookings-booking-form-button:hover {
	background: var(--e-global-color-c840676) !important
}
.container_early_bird {
    display: flex;
    align-items: center;
}
.container_early_bird p {
    margin: 0;
    max-width: calc(100% - 25px);
}

.container_early_bird a {
	color: currentColor !important;
	text-decoration: underline !important;
}

.custom-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    cursor: pointer;
    margin-right: 5px;
}

.custom-checkbox::before,
.custom-checkbox::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox::before {
    content: "";
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid var( --e-global-color-text );
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox::after {
    content: "";
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ddd;
}

.custom-checkbox.checked::after {
    background-color: #55a;
}

.custom-checkbox.checked::before {
    display: block;
}
.booking-message {
    background: rgba(235, 236, 232, 1);
	color: var( --e-global-color-text );
    font-size: 12px;
    padding: 10px;
    padding-right: 35px;
    line-height: 16px;
    margin: 16px 0 8px;
    position: relative;
	order: 3;
}

.booking-message > p {
    margin: 0;
    font-weight: 400;
}

.booking-message-info svg {
    position: absolute;
    top: 15px;
    right: 10px;
}

.info > svg {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.booking-message-info-content {
    background: #333333;
}

.info-content {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border-radius: 4px;
    padding: 8px 24px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all .3s ease;
}
.booking-message-info-content {
    background: #ffffff;
    border: 1px solid #eee;
}
.info-content.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
    z-index: 9999;
}

.info-content svg {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.booking-resource-price {
	display: none;
}

.booking-resource-info {
    width: 18px;
    height: 18px;
    margin-left: auto;
	margin-right: 25px;
    cursor: pointer;
}

.wc-bookings-booking-form .wc-bookings-booking-cost {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin: 15px 0 0;
    line-height: 1.3;
}

.wc-bookings-booking-form .wc-bookings-booking-cost strong {
	font-size: 18px;
}

.wc-bookings-booking-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.wc_bookings_field_duration {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
    gap: 12px;
    position: relative;
}

.wc_bookings_field_persons,
.wc_bookings_field_duration {
    padding-left: 54px !important;
}


.wc_bookings_field_duration label {
    margin: 0;
    margin-right: 0;
}

.wc_bookings_field_duration input {
    display: none;
}

.booking-duration-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
    background: #f0f0f0;
    border: 1px solid #033D3D;
    border-radius: 20px;
    padding: 4px;
}

.booking-duration-option {
    border-radius: 20px;
    font-weight: 600;
    color: #747474;
    line-height: 1.2;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease;
}

.booking-duration-option span {
    display: none;
}

.booking-duration-option[selected] {
    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-primary );
    color: white;
    cursor: default;
}

.booking-duration-option[selected] span {
    display: inline;
}

.booking-duration-info {
    display: inline;
}

.booking-duration-info-content {
    background-color: white;
    color: black;
    width: 100%;
    font-size: 14px;
    border: 1px solid #cacaca
}

.booking-resources {
    border: 1px solid black;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    z-index: 1;
    width: 100%;
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.booking-resource {
    position: relative;
    display: flex;
    align-items: center;
    color: #747474;
    font-size: 13px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.booking-resource.disabled {
    pointer-events: none;
}

.booking-resource.disabled .booking-resource-title {
    color: #747474;
}

.booking-resource-chevron {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(148, 148, 148, 0.25);
    width: 18px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-resource-chevron svg {
    transform: rotate(90deg);
    height: 7px;
    width: 12px;
    color: var( --e-global-color-primary );
}

.booking-resource:hover {
    background-color: rgba(0,0,0,0.06);
}

.booking-resource + .booking-resource {
    margin-top: 8px;
}

.booking-resource-title {
    font-size: 14px;
    font-weight: 600;
    color: black;
}

.booking-resource img {
    margin-right: 12px;
    width: 85px;
    height: 55px;
    object-fit: cover;
}

.booking-resource p {
    margin: 0;
    font-size: 11px;
}

.booking-resources-wrapper,
.booking-resources-none {
    position: relative;
    margin-left: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

/* .booking-resources-wrapper::before,
.booking-resources-none::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -38px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(160, 160, 160, 1);
    border-radius: 100%;
    display: none;
} */

/* .booking-resources-wrapper.active::after,
.booking-resources-none.active::after {
    content: '';
    position: absolute;
    top: 17px;
    left: -35px;
    width: 7px;
    height: 7px;
    background: var( --e-global-color-primary );
    border-radius: 100%;
} */

.booking-resources-wrapper.disabled {
    opacity: .5;
    pointer-events: none;
}

.booking-resources-none {
    height: 36px;
    display: flex;
    align-items: center;
}

.booking-resources-selector {
    position: relative;
    background: #fafafa;
    border: 1px solid #eaeaea;
    color: #aaaaaa;
    border-radius: 4px;
    line-height: 1;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px;
	font-weight: 500;
}

.booking-resources-selector.active + .booking-resources {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
}

.booking-resources-selector:hover {
    background: #eaeaea;
}

.booking-resources-selector svg {
    position: absolute;
    right: 16px;
    width: 14px;
    height: 8px;
    transform: rotate(180deg);
    transition: transform .3s ease;
}

.booking-resources-selector.active svg {
    transform: rotate(0);
}

#wc_bookings_field_resource {
    display: none;
}

.booking-period-wrapper {
    position: relative;
}
.booking-resources-wrapper.active span.booking-resources-selector {
    color: black;
}
.booking-period-selector {
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    color: #000;
    border-radius: 4px;
    height: 38px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 14px;
    cursor: pointer;
    transition: background-color .3s ease;
    font-size: 14px;
}

.booking-period-selector > span {
	font-weight: 500;
}

.booking-period-selector svg {
    position: absolute;
    right: 20px;
    width: 20px;
    height: 22px;
}

.booking-period-dropdown {
    border: 1px solid black;
    border-radius: 4px;
    background: #FAFAFA;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all .3s ease;
}

.booking-period-selector.active + .booking-period-dropdown {
    opacity: 1;
    pointer-events: inherit;
    transform: translateY(0);
}

.wc_bookings_field_period {
    font-weight: 400;
}

.wc_bookings_field_period label {
	display: none;
}

.booking-period-option {
    padding: 12px 20px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    transition: background-color .3s ease;
}

.booking-period-option [data-period-text] + span {
    color: #ED6862;
    margin-left: auto;
    font-size: 14px;
    padding-left: 16px;
}

.booking-period-option.disabled {
    opacity: .3;
    pointer-events: none;
}

.booking-period-selector:hover,
.booking-period-option:hover {
    background: #eaeaea;
}

.wc_bookings_field_period input {
    display: none;
}

.wc_bookings_field_period label p {
    margin: 0;
    font-weight: 400;
}

.wc-bookings-booking-cost {
    display: flex;
    justify-content: space-between;
}

.wc-bookings-booking-form-button {
    cursor: pointer;
}

.wc-bookings-booking-form-button.disabled {
    pointer-events: none;
}

.product-static {
    position: fixed !important;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Inter", Sans-serif;
    padding: 12px 20px;
}
@media (max-width:1440px) and (min-width: 1025px){
    .product-static.elementor-section.elementor-section-boxed {
        display: none;
    }
}
.product-static-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-static-info {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
}

.product-static-price {
    white-space: nowrap;
    font-weight: 400;
}

.product-static-inner p {
    margin: 0;
}

.product-static-btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-static-btn {    
	font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.product-static-info span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.product-static-info svg {
    width: 19px;
    height: 19px;
    margin-right: 8px;
}

.product-static-info span:first-child {
    margin-left: auto;
}
div#container_desktop_add_to_cart{
    z-index: 999;
}

.product-static-info-last {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	margin-left: 60px;
}

.product-static-info-last .info {
    margin-left: 20px;
}

.product-static-info-last [data-info] {
    top: unset;
    bottom: calc(100% + 10px);
}

.product-static-info-last .info [data-info-toggle] {
    margin-right: 0;
    margin-left: 5px;
}
.product-static-content {
    flex: 1;
    margin-right: 70px;
}

.product-static-inner-mobile, a#btn_scrollto_add_to_cart {
    display: none ;
}
@media (max-width: 992px) {
    .product-static-info-last, .product-static-inner.elementor-container {
        display: none !important;
    }
    .product-static-btns {
        flex: 1;
    }

    .product-static-btn--primary {
        width: 100%;
        text-align: center;
    }
    .product-static-inner-mobile{
        display: block;
    }
    a#btn_scrollto_add_to_cart {
        display: flex;
        width: 350px;
        padding: 12px 24px;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        background: #121212;
        color: white;
        color: #FFF;
        text-align: center;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
    }
}


.product-sticky_nav-container {
    z-index: 2;
    height: 52px;
    position: relative;
}

.product-sticky_nav-inner {
    position: relative;
    height: 52px;
}

.product-sticky_nav-inner::before {
    content: '';
    background: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    top: 0;
    height: 100%;
}

.product-sticky_nav {
    z-index: 1;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.product-sticky_nav .menu {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.product-sticky_nav li + li {
    margin-left: 28px;
}

.product-sticky_nav a {
    color: black !important;
    font-weight: 500 !important;
    transition: color .5s ease;
    font-size: 14px !important;
}

.booking-popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s ease;
}

.booking-popup-wrapper.open {
	opacity: 1;
	pointer-events: inherit;
}

.booking-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	opacity: 0.33;
	z-index: -1;
	cursor: pointer;
}

.booking-popup-list {
	position: relative;
}

.booking-popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
    z-index: 10;
}

.booking-popup-subtitle {
	position: absolute;
	top: 20px;
	left: 20px;
    z-index: 10;
	display: flex;
	align-items: center;
}

.booking-popup-list::before {
	content: '';
	width: 100%;
	height: 60px;
	z-index: 10;
	background: white;
	top: 0;
    position: absolute;
	left: 0;
}

.booking-popup-close svg {
    width: 20px;
    height: 20px;
}

.booking-popup {
	background: white;
	width: 100%;
	max-width: 80vw;
	max-height: 80vh;
	padding: 60px 20px 20px;
	display: none;
	overflow: auto;
}

.booking-popup.open {
	display: block;
}

.booking-popup-subtitle svg {
	width: 20px;
	height: 20px;
	color: var(--e-global-color-primary);
	margin-right: 5px;
}

.booking-popup-title {
	font-family: var(--e-global-typography-481a3c6-font-family), Sans-serif;
    font-size: var(--e-global-typography-481a3c6-font-size);
    font-weight: var(--e-global-typography-481a3c6-font-weight);
    font-style: var(--e-global-typography-481a3c6-font-style);
	margin-bottom: 15px;
}

.booking-popup-content {
	display: flex;
}

.booking-popup-content strong {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}

.booking-popup-description, .booking-popup-caracteristics {
	flex: 1;
}

.booking-popup-description {
	padding-right: 25px;
}

.booking-popup-caracteristics {
	border-left: 1px solid rgba(193, 193, 193, 1);
	padding-left: 25px;
}

.booking-popup-caracteristics svg {
	width: 21px;
	height: 21px;
	color: var(--e-global-color-primary);
	position: relative;
    top: 6px;
    margin-right: 15px;
}

.booking-popup-caracteristics div {
	margin-bottom: 5px;
}

.booking-popup-slider .swiper-slide {
	width: 30vw;
}

.booking-popup-gallery {
	margin-right: -20px;
	margin-bottom: 25px;
}

[for="wc_bookings_field_resource"] {
	display: none !important;
}

@media (max-width: 768px) {
	.booking-popup {
		max-width: 100vw;	
	}
	
	.booking-popup-slider .swiper-slide {
		width: 87vw;
	}
	
	.booking-popup-gallery {
		margin-bottom: 20px;
	}
	
	.booking-popup-content {
		flex-direction: column;
	}
	
	.booking-popup-caracteristics {
		border: 0;
    	padding-left: 0;
		margin-top: 20px;
	}
	
	.booking-popup-content strong {
		margin-top: 0;
		margin-bottom: 5px;
	}
}