
@keyframes showing {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes hiding {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.wpte-modal {
	max-width: 1170px;
	height: 80vh;
	width: calc(100% - 30px);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.wpte-modal {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		border-radius: 0;
		transform: none;
	}
}

.wpte-modal__screen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 111111;
	background-color: rgba(30, 30, 30, .9);
}

.wpte-modal__screen-overlay.showing {
	animation: showing .3s ease forwards;
}

.wpte-modal__screen-overlay.hiding {
	animation: hiding .3s ease forwards;
}

.wpte-modal .wpte-modal__close-button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding: 10px;
	opacity: .8;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 111;
}

.wpte-modal .wpte-modal__close-button svg {
	vertical-align: top;
	width: 1em;
	height: 1em;
}

.wpte-modal .wpte-modal__close-button:hover {
	opacity: 1;
}

input.enquiry-submit, input[type=submit], input.wp-block-button__link, .category-trip-viewmre-btn, .wpte-trip-explore-btn, .load-more-search, .wte-process-btn-next {
	text-decoration: none;
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none !important;
	text-align: center;
	transition: all .3s;
}

input.enquiry-submit:hover, input[type=submit]:hover, input.wp-block-button__link:hover, .category-trip-viewmre-btn:hover, .wpte-trip-explore-btn:hover, .load-more-search:hover, .wte-process-btn-next:hover {
	background-color: var(--primary-color);
	filter: brightness(.8);
	color: #fff;
}

.load-more-search {
	background: none;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.wte-button-group {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.wte-check-button {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	background: none;
	border: 1px solid rgba(var(--primary-color-rgb), .3);
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--primary-color);
	padding: 14px 15px;
	margin: 0;
	cursor: pointer;
	transition: all .2s linear;
}

.wte-check-button svg {
	width: 1em;
	height: 1em;
}

.wte-check-button:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.wte-check-button.checked {
	color: #fff;
	border-color: var(--primary-color);
	background: var(--primary-color);
}

@media (max-width: 575px) {
	.wte-check-button {
		padding: 10px;
		flex-grow: 1;
	}
}

.wptravelengine-trip-booking-modal {
	position: relative;
	z-index: 11;
}

.wptravelengine-trip-booking-modal button {
	padding: 8px 12px;
	border: none;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
}

.wptravelengine-trip-booking-modal button:hover {
	filter: brightness(.8);
}

button:disabled {
	opacity: .5 !important;
	cursor: not-allowed !important;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

button:disabled.btn-loading {
	opacity: .9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

button:disabled.btn-loading::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	animation: spin 1s infinite linear;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden=%27true%27 focusable=%27false%27 data-prefix=%27fad%27 data-icon=%27spinner-third%27 role=%27img%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27 class=%27svg-inline--fa fa-spinner-third fa-w-16 fa-spin fa-lg%27%3E%3Cg class=%27fa-group%27%3E%3Cpath fill=%27%23cccccc36%27 d=%27M478.71 364.58zm-22 6.11l-27.83-15.9a15.92 15.92 0 0 1-6.94-19.2A184 184 0 1 1 256 72c5.89 0 11.71.29 17.46.83-.74-.07-1.48-.15-2.23-.21-8.49-.69-15.23-7.31-15.23-15.83v-32a16 16 0 0 1 15.34-16C266.24 8.46 261.18 8 256 8 119 8 8 119 8 256s111 248 248 248c98 0 182.42-56.95 222.71-139.42-4.13 7.86-14.23 10.55-22 6.11z%27 class=%27fa-secondary%27%3E%3C/path%3E%3Cpath fill=%27%23ccc%27 d=%27M271.23 72.62c-8.49-.69-15.23-7.31-15.23-15.83V24.73c0-9.11 7.67-16.78 16.77-16.17C401.92 17.18 504 124.67 504 256a246 246 0 0 1-25 108.24c-4 8.17-14.37 11-22.26 6.45l-27.84-15.9c-7.41-4.23-9.83-13.35-6.2-21.07A182.53 182.53 0 0 0 440 256c0-96.49-74.27-175.63-168.77-183.38z%27 class=%27fa-primary%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.fancybox-slide--html {
	padding: 0 !important;
	background: none !important;
}

#wte__booking {
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	max-width: calc(100% - 30px);
}

#wte__booking .mfp-close {
	background: none;
	color: #333;
	font-size: 40px;
}

.wte-process-container {
	max-width: 83.52% !important;
	margin: 0 auto;
}

.wte-process-nav {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	grid-area: steps;
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 0 !important;
	z-index: 11;
}

.wte-process-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	--step-bar-width: 0;
}

.wte-process-nav-list::before {
	content: "";
	width: var(--step-bar-width);
	height: 2px;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .5;
	transition: all .3s ease-in-out;
}

.wte-process-nav-list .wte-process-nav-item {
	margin: 0;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	padding: 15px 30px;
	position: relative;
	opacity: .4;
	transition: all .3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	width: 33.153%;
}

.wte-process-nav-list .wte-process-nav-item a {
	line-height: 1 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	color: inherit;
}

.wte-process-nav-list .wte-process-nav-item.active, .wte-process-nav-list .wte-process-nav-item.finish {
	opacity: 1;
}

.wte-process-nav-list .wte-process-nav-item.active::before, .wte-process-nav-list .wte-process-nav-item.finish::before {
	width: 100%;
}

.wte-process-nav-list .wte-process-nav-item .wte-icon {
	line-height: 0;
}

.wte-process-nav-list .wte-process-nav-item .wte-icon svg rect {
	stroke: currentColor;
}

.wte-process-nav-list .wte-process-nav-item .wte-icon svg path, .wte-process-nav-list .wte-process-nav-item .wte-icon svg circle {
	fill: currentColor;
}

.wte-process-nav-list .wte-process-nav-item .arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
}

.wte-process-nav-list .wte-process-nav-item .arrow svg path {
	stroke: #1e1e1e;
}

.wte-process-nav-list .wte-process-nav-item:last-child .arrow {
	display: none;
}

.wte-process-tabs {
	grid-area: tabs;
	display: contents;
}

.wte-process-tabs .wte-process-container {
	padding: 2rem 0;
	position: relative;
	width: 100%;
}

.wte-process-tabs .wte-process-tab-item {
	display: none;
	margin: 0 -15px !important;
	padding: 0 15px 0 !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.wte-process-tabs .wte-process-tab-item.loading {
	position: relative;
}

.wte-process-tabs .wte-process-tab-item.loading::before {
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .8);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
}

.wte-process-tabs .wte-process-tab-item.loading::after {
	content: "";
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, .1);
	border-top-color: var(--primary-color);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

.wte-process-layout {
	height: 100%;
	overflow-y: auto;
}

.wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item {
	position: relative;
}

.wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::before, .wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::after {
	content: "";
	width: calc(100% - 48px);
	height: calc(100% - 40px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::before, .wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::after {
		height: calc(100% - 30px);
	}
}

.wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::before {
	background-color: #efefef;
}

.wte-process-layout.is-loading .wte-process-nav .wte-process-nav-item::after {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 3s infinite;
}

.wte-process-layout.is-loading .wte-process-tab-content-wrapper, .wte-process-layout.is-loading .wte-booking-block-title, .wte-process-layout.is-loading .wte-booking-trip-title, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price, .wte-process-layout.is-loading .wte-process-btn.wte-process-btn-next, .wte-process-layout.is-loading .wte-booking-starting-date, .wte-process-layout.is-loading .wte-booking-summary-info-title {
	position: relative;
	overflow: hidden;
	border: none !important;
}

.wte-process-layout.is-loading .wte-process-tab-content-wrapper::before, .wte-process-layout.is-loading .wte-process-tab-content-wrapper::after, .wte-process-layout.is-loading .wte-booking-block-title::before, .wte-process-layout.is-loading .wte-booking-block-title::after, .wte-process-layout.is-loading .wte-booking-trip-title::before, .wte-process-layout.is-loading .wte-booking-trip-title::after, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info::before, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info::after, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price::before, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price::after, .wte-process-layout.is-loading .wte-process-btn.wte-process-btn-next::before, .wte-process-layout.is-loading .wte-process-btn.wte-process-btn-next::after, .wte-process-layout.is-loading .wte-booking-starting-date::before, .wte-process-layout.is-loading .wte-booking-starting-date::after, .wte-process-layout.is-loading .wte-booking-summary-info-title::before, .wte-process-layout.is-loading .wte-booking-summary-info-title::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.wte-process-layout.is-loading .wte-process-tab-content-wrapper::before, .wte-process-layout.is-loading .wte-booking-block-title::before, .wte-process-layout.is-loading .wte-booking-trip-title::before, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info::before, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price::before, .wte-process-layout.is-loading .wte-process-btn.wte-process-btn-next::before, .wte-process-layout.is-loading .wte-booking-starting-date::before, .wte-process-layout.is-loading .wte-booking-summary-info-title::before {
	background-color: #efefef;
}

.wte-process-layout.is-loading .wte-process-tab-content-wrapper::after, .wte-process-layout.is-loading .wte-booking-block-title::after, .wte-process-layout.is-loading .wte-booking-trip-title::after, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info::after, .wte-process-layout.is-loading .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price::after, .wte-process-layout.is-loading .wte-process-btn.wte-process-btn-next::after, .wte-process-layout.is-loading .wte-booking-starting-date::after, .wte-process-layout.is-loading .wte-booking-summary-info-title::after {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 20%, white 60%, rgba(255, 255, 255, 0));
	animation: shimmer 3s infinite;
}

.wte-process-layout.is-loading .wte-booking-summary .wte-booking-block-title, .wte-process-layout.is-loading .wte-booking-summary .wte-booking-trip-title, .wte-process-layout.is-loading .wte-booking-summary .wte-booking-summary-info .total-amount .price, .wte-process-layout.is-loading .wte-booking-summary .wte-booking-starting-date {
	display: inline-block;
}

.wte-process-tab-content-wrapper .wte-process-tab-title {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	color: #000;
	opacity: .8;
	margin-bottom: 20px;
	margin-top: 0;
}

.wte-process-tab-content-wrapper .wte-package-type {
	margin-bottom: 15px;
}

.wte-process-tab-content-wrapper p {
	font-size: 14px;
	line-height: 25px;
	color: rgba(0, 0, 0, .7);
	margin-top: 0;
}

.wte-process-tab-content-wrapper hr {
	margin: 20px 0;
	border-color: rgba(0, 0, 0, .03);
}

.wte-process-tab-content-wrapper .wte-option-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.wte-process-tab-content-wrapper .wte-option-heading span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	opacity: .3;
}

.wte-process-tab-content-wrapper .wte-option-heading span.text-left {
	padding-left: 50px;
}

@media (max-width: 575px) {
	.wte-process-tab-content-wrapper .wte-option-heading span.text-left {
		padding-left: 16px;
	}
}

.wte-process-tab-content-wrapper .wte-option-heading span.text-right {
	padding-right: 50px;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
	border-radius: 5px;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times {
	padding: 16px;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times .wte-package-name {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	margin: 6px 0 6px;
	opacity: .7;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times .wte-package-name::after {
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	flex: 1;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times .wte-button-group {
	gap: 8px;
}

.wte-process-tab-content-wrapper .wte-booking-date-wrap .wte-booking-times .wte-button-group .wte-check-button {
	padding: 12px 8px;
}

.wte-process-tab-content-wrapper .flatpickr-calendar {
	width: 100%;
	font-size: 16px;
	box-shadow: none;
	margin: 0 auto;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months {
	background-color: rgba(0, 0, 0, .02);
	height: 52px;
	position: relative;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month {
	height: 52px;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
	padding: 0;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: inherit;
	color: #000;
	display: flex;
	justify-content: center;
	padding: 0 25px;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month select, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month input {
	font-weight: 400;
	padding: 5px;
	transition: all .2s ease;
	padding-right: 15px;
}

@media (max-width: 575px) {
	.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month select, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month input {
		font-size: 12px;
	}
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
	width: 7ch;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
	background: none;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
	width: 40px;
	height: 30px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 11px;
	left: auto;
	transform: translateY(-50%);
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
	color: var(--primary-color);
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
	fill: var(--primary-color);
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
	left: 11px;
	right: auto;
}

@media (min-width: 768px) {
	.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
		left: auto;
		right: 56px;
	}
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
	width: 100%;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer {
	width: 100%;
	max-width: 100%;
	min-width: unset;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer {
	display: flex;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day {
	max-width: 14.2857142857%;
	flex: auto;
	height: 42.2px;
	border-color: rgba(0, 0, 0, .03);
	border-radius: 0;
	justify-content: inherit;
	color: rgba(0, 0, 0, .9);
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	border-left: 0;
	border-top: 0;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:nth-of-type(7n) {
	border-right: 0;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
	color: rgba(var(--primary-color-rgb), .2) !important;
	background: none !important;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.today {
	background-color: rgba(var(--primary-color-rgb), .05) !important;
	color: var(--primary-color) !important;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.selected {
	background-color: var(--primary-color) !important;
	color: #fff !important;
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay, .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay {
	font-size: 0;
	pointer-events: none;
	background: none;
}

@media (max-width: 575px) {
	.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day {
		font-size: 14px;
	}
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
	height: 52px;
	border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(0, 0, 0, .6);
}

.wte-popup-sidebar {
	grid-area: sidebar;
	border-top: 1px solid rgba(0, 0, 0, .05);
	padding: 30px 0;
}

.wte-popup-sidebar .wte-booking-summary {
	max-width: 87%;
	margin: 0 auto;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-block-title {
	font-size: 14px;
	line-height: 21px;
	color: #000;
	opacity: .6;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-trip-title {
	font-size: 20px;
	line-height: 29px;
	color: #000;
	opacity: .8;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-dates {
	margin-bottom: 30px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-dates p {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	opacity: .8;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-dates p strong {
	font-size: 13px;
	font-weight: 500;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-dates p.wte-booking-starting-date {
	margin-bottom: 5px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background-color: rgba(var(--primary-color-rgb), .7);
	border-radius: 3px 3px 0 0;
	padding: 5px 10px;
	margin: 0;
	align-self: start;
	position: sticky;
	top: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info {
	padding: 15px 0 25px !important;
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details:not(:last-child) {
	margin-bottom: 20px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details .wte-booking-details-title {
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 0, 0, .8);
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 !important;
	border: none !important;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li {
	display: flex;
	justify-content: space-between;
	line-height: 1;
	color: #000;
	margin-left: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li:not(:last-child) {
	margin-bottom: 15px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li strong {
	font-weight: 600;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label {
	margin: 0;
	font-size: 13px;
	padding-right: 16px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label .qty {
	font-size: 12px;
	font-weight: 400;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li .amount-figure {
	font-size: 14px;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount {
	text-align: right;
	padding: 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	position: sticky;
	bottom: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price {
	font-size: 20px;
	color: rgba(0, 0, 0, .9);
	margin-bottom: 0;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price .total-text {
	font-size: 18px;
	font-weight: 500;
}

.wte-process-tab-controller {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 0;
	background-color: #fff;
}

.wte-process-tab-controller .wte-process-btn {
	font-weight: 500;
	transition: all .3s linear;
}

.wte-process-tab-controller .wte-process-btn-prev {
	font-size: 14px;
	color: var(--primary-color);
	border: none;
	background: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.wte-process-tab-controller .wte-process-btn-prev svg {
	margin-right: 8px;
}

.wte-process-tab-controller .wte-process-btn-prev svg path {
	stroke: currentColor;
}

.wte-process-tab-controller .wte-process-btn-prev:hover {
	text-decoration: underline;
}

.wte-process-tab-controller .wte-process-btn-next {
	padding: 15.5px 60px;
	font-size: 18px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 3px;
	border: none;
	box-shadow: 0 7px 26px rgba(0, 0, 0, .16);
	text-transform: capitalize;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 575px) {
	.wte-process-tab-controller .wte-process-btn-next {
		font-size: 14px;
	}
}

.wte-process-tab-controller .wte-process-btn-next:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.wte-trip-options .wte-trip-guest-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
	margin-bottom: 15px;
	gap: 8px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

@media (max-width: 767px) {
	.wte-trip-options .wte-trip-guest-wrapper {
		flex-wrap: wrap;
	}
}

.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper label {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, .8);
}

.wte-trip-options .wte-trip-guest-wrapper .check-in-wrapper .render {
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
		flex-grow: 1;
	}
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 5px;
	column-gap: 5px;
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .regular-price {
	font-size: 14px;
	color: #000;
	opacity: .4;
}

@media (max-width: 575px) {
	.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .regular-price {
		width: 100%;
		font-size: 12px;
	}
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .offer-price {
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person .per-text {
	font-size: 13px;
	color: #000;
	opacity: .5;
	white-space: nowrap;
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(23, 13, 68, .06);
	overflow: hidden;
	border-radius: 5px;
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button {
	line-height: 0;
	background-color: rgba(0, 0, 0, .03);
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;
	cursor: pointer;
	padding: 0;
	border: none;
	border-radius: 0;
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:hover {
	background-color: rgba(0, 0, 0, .1);
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .wte-qty-number input {
	width: 38px;
	height: 38px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, .8);
	text-align: center;
	border: 0;
	outline: none;
	padding: 0;
}

.wte-trip-options .wte-trip-guest-wrapper.vertical {
	flex-direction: column;
	align-items: flex-start;
	grid-gap: 10px;
	padding: 15px;
	min-width: 178px;
	align-items: center;
}

.wte-trip-options .wte-trip-guest-wrapper.vertical .select-wrapper {
	flex-direction: column-reverse;
	align-items: center;
	grid-gap: 10px;
}

.wte-trip-options .wte-trip-guest-wrapper.vertical .check-in-wrapper {
	flex-wrap: nowrap;
}

.wte-meta-help {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .07);
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.wte-meta-help svg {
	width: 6px;
	height: auto;
}

.wte-meta-help .wte-help-content {
	position: absolute;
	left: 50%;
	top: 100%;
	width: auto;
	border-radius: 5px;
	background: rgba(0, 0, 0, .9);
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
	padding: 10px;
	margin-top: 6px;
	display: none;
	transform: translateX(-50%);
}

.wte-meta-help .wte-help-content::before {
	content: "";
	border-bottom: 5px solid rgba(0, 0, 0, .9);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-top: -1px;
	transform: translateX(-50%);
}

.wte-meta-help:hover .wte-help-content {
	display: block;
}

.wte-es-with-multiple-options {
	display: flex;
	grid-gap: 15px;
	overflow-x: auto;
	padding: 0 15px;
	margin: 0 -15px;
	scroll-snap-type: both mandatory;
}

.wte-es-with-multiple-options::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.wte-es-with-multiple-options::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
}

.wte-es-with-multiple-options::-webkit-scrollbar-thumb {
	background-color: #eee;
	border-radius: 5px;
	visibility: hidden;
}

.wte-es-with-multiple-options::-webkit-scrollbar-thumb:hover {
	background-color: #ccc;
}

.wte-es-with-multiple-options:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

.wte-es-with-multiple-options .wte-trip-guest-wrapper {
	border-bottom: none;
	scroll-snap-stop: normal;
	scroll-snap-align: start;
}

.wpte-select-options {
	display: inline-block;
	position: relative;
	font-size: 15px;
}

.wpte-select-options .option-toggle {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: #170d44;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	position: relative;
	text-transform: capitalize;
}

.wpte-select-options .option-toggle::after {
	content: "";
	width: 9px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710.828%27 height=%276.828%27 viewBox=%270 0 10.828 6.828%27%3E%3Cpath id=%27Path_23948%27 data-name=%27Path 23948%27 d=%27M3294.464,368.331l-4,4,4,4%27 transform=%27translate%28-366.917 3295.878%29 rotate%28-90%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27 opacity=%270.6%27/%3E%3C/svg%3E%0A");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center;
	transition: all .3s ease;
}

.wpte-select-options .option-toggle:hover {
	background-color: rgba(23, 23, 23, .05);
}

.wpte-select-options button.option-toggle {
	padding-right: 32px;
}

.wpte-select-options-wrapper {
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	background-color: #fff !important;
}

.wpte-select-options-wrapper .tippy-content {
	padding: 15px;
}

.wpte-group-discount-options .options-list {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.wpte-group-discount-options .options-list li {
	display: flex;
	justify-content: space-between;
}

.wpte-group-discount-options .options-list li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.wpte-group-discount-options .options-list li.list-heading {
	font-weight: 600;
	border-bottom-width: 2px;
}

.wpte-group-discount-options .options-list li>span {
	flex: 1;
}

.wpte-group-discount-options .options-list li .price-per-person, .wpte-group-discount-options .options-list li .traveler-price {
	text-align: right;
}

@media (min-width: 576px) {
	.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekday {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.wte-process-layout {
		display: grid;
		grid-template-areas: "steps sidebar" "tabs sidebar";
		grid-template-rows: 75px 1fr;
		grid-template-columns: 67.3% 32.7%;
		height: 80vh;
		max-height: 80vh;
	}
	
	.wte-process-tabs .wte-process-container {
		padding-bottom: 124px;
	}
	
	.wte-process-tabs .wte-process-tab-item {
		max-height: calc(80vh - 231px);
		overflow-y: auto;
		overflow-x: hidden;
		padding-right: 10px;
		height: 100%;
	}
	
	.wte-process-tabs .wte-process-tab-item::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	.wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 5px;
	}
	
	.wte-popup-sidebar {
		border-top: none;
		border-left: 1px solid rgba(0, 0, 0, .05);
		padding: 32px;
		max-height: 80vh;
	}
	
	.wte-popup-sidebar .wte-booking-summary {
		max-width: 300px;
		padding-right: 10px;
		margin-right: auto;
		margin-left: 0;
		height: 100%;
		overflow-y: auto;
	}
	
	.wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	.wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb {
		background-color: #eee;
		border-radius: 5px;
	}
	
	.wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb:hover {
		background-color: #ccc;
	}
	
	.wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
		left: auto;
		right: 56px;
	}
	
	.wte-process-tab-controller {
		width: calc(100% + 20px);
		display: block;
		padding: 30px 55px;
		position: absolute;
		bottom: 1px;
	}
	
	.wte-process-tab-controller .wte-process-btn-prev {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.wte-process-nav-list .wte-process-nav-item {
		height: 74px;
	}
}
