
:root {
	--primary-color: #1a84ee;
	--primary-color-rgb: 26, 132, 238;
	--hover-color: #06c;
}

.common-style, #wpadminbar .wpte-admin-menu {
	height: 100%;
	display: inline-block;
	align-items: center;
	line-height: 26px;
	vertical-align: top;
}

.common-style svg, #wpadminbar .wpte-admin-menu svg {
	vertical-align: middle;
}

.fancybox-container.wte-fb-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11111;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 15px;
}

.fancybox-container.wte-fb-popup .fancybox-inner {
	position: static;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}

.fancybox-container.wte-fb-popup .fancybox-inner .fancybox-stage {
	position: static;
}

.fancybox-container.wte-fb-popup .fancybox-bg {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.fancybox-container.wte-fb-popup .fancybox-infobar, .fancybox-container.wte-fb-popup .fancybox-toolbar, .fancybox-container.wte-fb-popup .fancybox-navigation {
	display: none;
}

.fancybox-container.wte-fb-popup .fancybox-slide {
	background: #fff;
	border-radius: 5px;
	max-height: 90vh;
	position: relative;
	overflow: hidden;
}

.fancybox-container.wte-fb-popup .fancybox-slide .white-popup {
	position: static;
	margin: 0;
	max-width: unset;
}

.fancybox-container.wte-fb-popup .fancybox-slide iframe {
	width: 100%;
	height: 100%;
}

.fancybox-container.wte-fb-popup .fancybox-content {
	width: 100%;
}

.fancybox-container.wte-fb-popup [class*=fancybox-close] {
	position: absolute;
	top: 13px;
	right: 13px;
	z-index: 11;
	font-size: 25px;
	line-height: 1;
	background: none !important;
	border: none;
	padding: 0;
	cursor: pointer;
}

.fancybox-container.wte-fb-popup [class*=fancybox-close] svg {
	width: 1em;
	height: 1em;
	vertical-align: top;
	opacity: .5;
}

.fancybox-container.wte-fb-popup [class*=fancybox-close]:hover svg {
	opacity: 1;
}

.fancybox-container.wte-fb-popup .wte-package-editor .wte-package-editor__close {
	position: absolute;
	top: 13px;
	right: 30px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	background: var(--primary-color);
	padding: 15px 20px;
	border: none;
	border-radius: 28px;
	z-index: 11;
	cursor: pointer;
}

.fancybox-container.wte-fb-popup .wte-package-editor .wte-package-editor__close:hover {
	background: var(--hover-color);
}

.fancybox-container.wte-fb-popup .wte-package-editor [class*=fancybox-close] {
	display: none;
}

.fancybox-container.wte-fb-popup #wte__booking {
	padding: 0;
}

svg:not(:root).svg-inline--fa {
	overflow: visible;
}

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

.svg-inline--fa.fa-lg {
	vertical-align: -.225em;
}

.svg-inline--fa.fa-w-1 {
	width: .0625em;
}

.svg-inline--fa.fa-w-2 {
	width: .125em;
}

.svg-inline--fa.fa-w-3 {
	width: .1875em;
}

.svg-inline--fa.fa-w-4 {
	width: .25em;
}

.svg-inline--fa.fa-w-5 {
	width: .3125em;
}

.svg-inline--fa.fa-w-6 {
	width: .375em;
}

.svg-inline--fa.fa-w-7 {
	width: .4375em;
}

.svg-inline--fa.fa-w-8 {
	width: .5em;
}

.svg-inline--fa.fa-w-9 {
	width: .5625em;
}

.svg-inline--fa.fa-w-10 {
	width: .625em;
}

.svg-inline--fa.fa-w-11 {
	width: .6875em;
}

.svg-inline--fa.fa-w-12 {
	width: .75em;
}

.svg-inline--fa.fa-w-13 {
	width: .8125em;
}

.svg-inline--fa.fa-w-14 {
	width: .875em;
}

.svg-inline--fa.fa-w-15 {
	width: .9375em;
}

.svg-inline--fa.fa-w-16 {
	width: 1em;
}

.svg-inline--fa.fa-w-17 {
	width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
	width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
	width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
	width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
	margin-right: .3em;
	width: auto;
}

.svg-inline--fa.fa-pull-right {
	margin-left: .3em;
	width: auto;
}

.svg-inline--fa.fa-border {
	height: 1.5em;
}

.svg-inline--fa.fa-li {
	width: 2em;
}

.svg-inline--fa.fa-fw {
	width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.fa-layers {
	display: inline-block;
	height: 1em;
	position: relative;
	text-align: center;
	vertical-align: -.125em;
	width: 1em;
}

.fa-layers svg.svg-inline--fa {
	transform-origin: center center;
}

.fa-layers-counter, .fa-layers-text {
	display: inline-block;
	position: absolute;
	text-align: center;
}

.fa-layers-text {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
}

.fa-layers-counter {
	background-color: #ff253a;
	border-radius: 1em;
	box-sizing: border-box;
	color: #fff;
	height: 1.5em;
	line-height: 1;
	max-width: 5em;
	min-width: 1.5em;
	overflow: hidden;
	padding: .25em;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	transform: scale(.25);
	transform-origin: top right;
}

.fa-layers-bottom-right {
	bottom: 0;
	right: 0;
	top: auto;
	transform: scale(.25);
	transform-origin: bottom right;
}

.fa-layers-bottom-left {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	transform: scale(.25);
	transform-origin: bottom left;
}

.fa-layers-top-right {
	right: 0;
	top: 0;
	transform: scale(.25);
	transform-origin: top right;
}

.fa-layers-top-left {
	left: 0;
	right: auto;
	top: 0;
	transform: scale(.25);
	transform-origin: top left;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

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

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	position: relative;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.svg-inline--fa.fa-stack-1x {
	height: 1em;
	width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
	height: 2em;
	width: 2.5em;
}

.fa-inverse {
	color: #fff;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.mfp-content {
	max-width: 1169px;
	width: 90%;
	max-height: 80%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 7px 26px rgba(0, 0, 0, .16);
}

@media (min-width: 1200px) {
	.mfp-content {
		max-width: 1367px;
	}
}

.mfp-content .mfp-close {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 0;
	border: none;
	background: none;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	font-size: 40px;
	transition: all .1s linear;
	opacity: .2;
}

.mfp-content .mfp-close:hover {
	opacity: 1;
}

.v-none {
	visibility: hidden;
	opacity: 0;
}

.d-none {
	display: none;
}

.wpte-select .select2 .select2-selection {
	margin: 0;
	padding: 10px 15px;
	height: 40px;
	line-height: normal;
	border-radius: 3px;
	background-color: rgba(26, 132, 238, .02);
	border: 1px solid rgba(26, 132, 238, .15);
	font-family: var(--primary-font);
	font-size: 14px;
	letter-spacing: .5px;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.wpte-select .select2 .select2-selection .select2-selection__rendered {
	line-height: 1.25;
	padding: 0;
}

.wpte-select .select2 .select2-selection .select2-selection__arrow {
	height: 40px;
}

.wpte-select .select2 .select2-selection__clear {
	display: none;
}

button:disabled {
	opacity: .5;
}

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

button:disabled.btn-loading::before {
	content: 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");
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	animation: spin 1s infinite linear;
}

:root {
	--primary-color: #147dfe;
	--primary-color-rgb: 20, 125, 254;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
}

.wpte-bf-outer *, .wpte-bf-outer *:before, .wpte-bf-outer *:after {
	box-sizing: border-box;
}

.wpte-bf-outer, .wpte-bf-outer input, .wpte-bf-outer textarea, .wpte-bf-outer select, .wpte-bf-outer button {
	font-weight: 400;
}

.wpte-bf-outer img {
	vertical-align: top;
	max-width: 100%;
}

.wpte-bf-outer input[type=text], .wpte-bf-outer input[type=email], .wpte-bf-outer input[type=url], .wpte-bf-outer input[type=password], .wpte-bf-outer input[type=search], .wpte-bf-outer input[type=number], .wpte-bf-outer input[type=tel], .wpte-bf-outer input[type=range], .wpte-bf-outer input[type=date], .wpte-bf-outer input[type=month], .wpte-bf-outer input[type=week], .wpte-bf-outer input[type=time], .wpte-bf-outer input[type=datetime], .wpte-bf-outer input[type=datetime-local], .wpte-bf-outer input[type=color], .wpte-bf-outer select {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	background: rgba(var(--black-color-rgb), .01);
	padding: 10px 15px;
	font-size: 16px;
	text-shadow: none;
	box-shadow: none;
}

.wpte-bf-outer input[type=text]:focus, .wpte-bf-outer input[type=email]:focus, .wpte-bf-outer input[type=url]:focus, .wpte-bf-outer input[type=password]:focus, .wpte-bf-outer input[type=search]:focus, .wpte-bf-outer input[type=number]:focus, .wpte-bf-outer input[type=tel]:focus, .wpte-bf-outer input[type=range]:focus, .wpte-bf-outer input[type=date]:focus, .wpte-bf-outer input[type=month]:focus, .wpte-bf-outer input[type=week]:focus, .wpte-bf-outer input[type=time]:focus, .wpte-bf-outer input[type=datetime]:focus, .wpte-bf-outer input[type=datetime-local]:focus, .wpte-bf-outer input[type=color]:focus, .wpte-bf-outer textarea:focus, .wpte-bf-outer select:focus {
	outline: none;
}

.wpte-bf-outer select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
	background-size: 14px;
	padding-right: 40px;
}

.wpte-bf-outer select.nitro-lazy {
	background-image: none !important;
}

.wpte-bf-outer input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap {
	font-size: 14px;
	color: rgba(var(--black-color-rgb), .6);
	position: relative;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap a {
	color: var(--primary-color);
	text-decoration: underline;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap a:hover {
	text-decoration: none;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type=checkbox] {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	opacity: 0;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap label::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 2px solid rgba(var(--black-color-rgb), .4);
	position: absolute;
	top: 1px;
	left: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
	background-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	transition: all ease .35s;
}

.wpte-bf-checkbox .wpte-bf-checkbox-wrap input[type=checkbox]:checked+label::before {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	background-size: 13px;
}

.parsley-errors-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

.parsley-errors-list li {
	font-size: 14px;
	margin-top: 5px;
	color: #cc444d;
}

.wpte-bf-outer .wpte-bf-field {
	margin-bottom: 30px;
}

.wpte-bf-outer .wpte-bf-label {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.required {
	color: #ff8b3d;
}

.wpte-bf-price-wrap {
	border: 1px solid rgba(var(--black-color-rgb), .06);
	background: rgba(var(--black-color-rgb), .01);
	padding: 8%;
}

.wpte-bf-price-wrap .wpte-bf-ptitle {
	font-size: 15px;
	line-height: 1.53;
	margin-bottom: 10px;
}

.wpte-bf-price-wrap .wpte-bf-price {
	border-bottom: 1px solid rgba(var(--black-color-rgb), .07);
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-bf-price-wrap .wpte-bf-price:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.wpte-bf-price-wrap .wpte-bf-price del {
	color: rgba(var(--black-color-rgb), .4);
	font-size: 17px;
	display: inline-block;
	padding-right: 10px;
}

.wpte-bf-price-wrap .wpte-bf-price ins {
	background: none;
	display: inline-block;
	font-size: 28px;
	line-height: normal;
	text-decoration: none;
	letter-spacing: .5px;
	font-weight: 600;
}

.wpte-bf-price-wrap .wpte-bf-price ins b {
	font-weight: 600;
}

.wpte-bf-price-wrap .wpte-bf-price .wpte-bf-pqty {
	display: inline-block;
	padding-left: 0px;
	font-size: 15px;
	opacity: .7;
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title {
	border-radius: 0;
	width: 100%;
	background: rgba(var(--primary-color-rgb), .15);
	border: none;
	min-height: 35px;
	padding: 5px 20px;
	cursor: pointer;
	text-shadow: none;
	color: var(--primary-color);
	font-size: 15px;
	letter-spacing: .5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title:hover {
	background: rgba(var(--primary-color-rgb), .2);
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-users {
	margin-right: 10px;
	width: 18px;
	height: 15px;
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-title .fa-chevron-down {
	margin-left: 15px;
	width: 13px;
	height: 15px;
	transition: all ease .35s;
}

.wpte-bf-toggle-wrap.active .wpte-bf-toggle-title .fa-chevron-down {
	transform: rotate(180deg);
}

.wpte-bf-toggle-wrap .wpte-bf-toggle-content {
	display: none;
}

.wpte-bf-toggle-content table {
	width: 100%;
	margin: 10px 0 0 0;
	border-collapse: collapse;
}

.wpte-bf-toggle-content table thead tr {
	border-bottom: 1px solid rgba(var(--black-color-rgb), .35);
}

.wpte-bf-toggle-content table thead tr th {
	border: none;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
}

.wpte-bf-toggle-content table thead tr th:last-child {
	text-align: right;
}

.wpte-bf-toggle-content table tr td {
	border: none;
	padding: 12px 0;
	font-size: 14px;
	letter-spacing: .5px;
	text-align: left;
	position: relative;
}

.wpte-bf-toggle-content table tr td:first-child {
	padding-right: 47px;
}

.wpte-bf-toggle-content table tr td:last-child {
	text-align: right;
	font-weight: 500;
	padding-left: 47px;
}

.wpte-bf-toggle-content table tr td:first-child::before {
	content: "";
	border-top: 1px dashed rgba(var(--black-color-rgb), .5);
	height: 1px;
	width: 94px;
	position: absolute;
	top: 0;
	left: calc(100% - 47px);
	bottom: 0;
	margin: auto;
	z-index: 9;
}

.wpte-bf-booking-steps {
	margin-top: 45px;
	box-shadow: 0 -1px 45px rgba(var(--black-color-rgb), .07);
}

.wpte-bf-booking-steps .wpte-bf-step-wrap {
	background: rgba(var(--black-color-rgb), .05);
	padding: 15px;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
	background: none;
	border: none;
	padding: 0;
	text-shadow: none;
	color: rgba(0, 0, 0, .45);
	font-size: 15px;
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow {
	padding: 0 5px;
	position: relative;
	top: 2px;
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow:last-child {
	display: none;
}

.wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step-arrow svg {
	width: 10px;
	height: 13px;
}

.wpte-bf-step-content:first-child {
	padding-bottom: 30px;
}

.wpte-bf-step-content:not(.active) {
	display: none;
}

.wpte-bf-datepicker {
	padding: 25px;
}

.wpte-bf-datepicker .ui-datepicker-inline {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), .07);
	padding: 0;
	background: #fff;
	border-radius: 0;
}

.wpte-bf-datepicker .ui-widget {
	max-width: 100%;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), .07);
	border-radius: 0;
	font-weight: 400;
	font-size: 17px;
	padding-top: 0;
	padding-bottom: 10px;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-datepicker-title {
	line-height: 1.18;
	font-size: 17px !important;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-] {
	top: auto;
	bottom: 5px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z\"></path></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: pointer;
	height: 1.8em !important;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-].nitro-lazy {
	background-image: none !important;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-prev-hover, .wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next-hover {
	top: auto;
	bottom: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wpte-bf-datepicker .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next {
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>");
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a.ui-datepicker-next.nitro-lazy {
	background-image: none !important;
}

.wpte-bf-datepicker .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.wpte-bf-datepicker .ui-datepicker-inline .ui-widget-header a[class*=ui-datepicker-] span {
	display: none;
}

.wpte-bf-step-content .ui-datepicker table {
	font-size: 16px !important;
}

.wpte-bf-datepicker .ui-datepicker th {
	padding: 10px 0;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), .07);
	font-size: 15px;
	font-weight: 500;
	color: var(--black-color);
}

.wpte-bf-step-content .ui-datepicker td span, .wpte-bf-step-content .ui-datepicker td a {
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
}

.wpte-bf-datepicker .ui-datepicker td a.ui-state-default {
	background: none;
	border: none;
	text-align: center;
	font-size: 15px;
	color: var(--black-color);
	font-weight: 400;
	padding: 7px 0;
}

.wpte-bf-datepicker .ui-datepicker td a.ui-state-default:hover {
	background: var(--black-color);
	color: #fff;
}

.wpte-bf-step-content .ui-state-default, .wpte-bf-step-content .ui-widget-content .ui-state-default, .wpte-bf-step-content .ui-widget-header .ui-state-default, .wpte-bf-step-content .ui-button, html .wpte-bf-step-content .ui-button.ui-state-disabled:hover, html .wpte-bf-step-content .ui-button.ui-state-disabled:active {
	border: none;
	text-align: center;
	background: none;
}

.wpte-bf-step-content .wpte-bf-block-title {
	padding: 30px 25px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(var(--black-color-rgb), .8);
}

.wpte-bf-step-content .wpte-bf-traveler-member {
	padding: 0 25px;
}

.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block, .wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
	border-bottom: 1px solid rgba(var(--black-color-rgb), .05);
	margin-bottom: 25px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
	display: flex;
	flex: initial;
	align-items: center;
	position: relative;
	padding-right: 20px;
}

.wpte-bf-step-content .wpte-bf-number-field {
	width: 82px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid rgba(var(--black-color-rgb), .3);
	overflow: hidden;
	display: flex;
	flex: initial;
}

.wpte-bf-step-content .wpte-bf-number-field input[type=text] {
	width: calc(100% - 54px);
	padding: 0;
	border: none;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
	font-weight: 500;
	color: var(--black-color);
	font-size: 18px;
	height: auto;
	border-radius: 0;
	background: #fff;
}

.wpte-bf-step-content .wpte-bf-number-field button {
	color: #333;
	width: 27px;
	height: 100%;
	background: rgba(var(--black-color-rgb), .1);
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wpte-bf-step-content .wpte-bf-number-field button.wpte-bf-minus {
	order: -1;
}

.wpte-bf-step-content .wpte-bf-number-field button:hover {
	color: var(--primary-color);
}

.wpte-bf-step-content .wpte-bf-number-field button svg {
	width: 12px;
	height: 16px;
}

.wpte-bf-step-content .wpte-bf-number-field+span {
	display: inline-block;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	width: calc(100% - 82px);
}

.wpte-bf-step-content .wpte-bf-price {
	font-size: 18px;
	letter-spacing: .5px;
}

.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: flex-end;
}

.wpte-bf-step-content .wpte-bf-price ins {
	background: none;
	text-decoration: none;
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-bf-step-content .wpte-bf-price ins b {
	font-weight: 600;
	padding-left: 5px;
}

.wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
	display: block;
	font-size: 13px;
	text-align: right;
	color: rgba(var(--black-color-rgb), .5);
	letter-spacing: 0;
}

.wpte-bf-step-content-wrap .wpte-bf-total-price {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}

.wpte-bf-step-content-wrap .wpte-bf-total-price>span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .5px;
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-total-txt {
	margin-right: 5px;
	font-weight: 200;
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-currency {
	font-weight: 300;
}

.wpte-bf-step-content-wrap .wpte-bf-total-price .wpte-bf-price-amt {
	font-weight: 600;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content {
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table {
	margin-top: 0;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap .wpte-bf-toggle-content table+table {
	margin-top: 15px;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap table caption {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td {
	padding-right: 0;
	padding-left: 0;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td:first-child::before {
	display: none;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content table tr td .wpte-bf-info {
	font-size: 12px;
	color: rgba(var(--black-color-rgb), .6);
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total {
	border-top: 1px solid rgba(var(--black-color-rgb), .1);
	font-weight: 400;
	text-align: right;
	padding-top: 10px;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-content .wpte-bf-total b {
	font-weight: 600;
	font-size: 16px;
	margin-left: 10px;
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap {
	padding: 25px 25px 30px 25px;
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn, .wpte-bf-submit input[type=submit] {
	width: 100%;
	border-radius: 3px;
	font-size: 18px;
	cursor: pointer;
}

.wpte-bf-submit input[type=submit] {
	font-size: 20px;
	margin-left: 0;
}

.wpte-bf-step-content-wrap .wpte-bf-btn-wrap input.wpte-bf-btn:hover, .wpte-bf-submit input[type=submit]:hover {
	opacity: .8;
	border-color: var(--primary-color);
}

.wpte-bf-info-wrap {
	position: absolute;
	top: 0;
	padding-left: 8px;
	right: 5px;
}

.wpte-bf-info-wrap .wpte-bf-info-icon {
	color: var(--black-color);
	background: rgba(var(--black-color-rgb), .07);
	width: 18px;
	height: 18px;
	display: flex;
	border-radius: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: help;
}

.wpte-bf-info-wrap .wpte-bf-info-icon svg {
	width: 10px;
	height: 10px;
}

.wpte-bf-info-wrap .wpte-bf-info-txt {
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
	background: var(--black-color);
	color: #fff;
	font-size: 12px;
	padding: 10px;
	line-height: 1.5;
	width: 180px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all ease .35s;
	transform: translateX(50%);
}

.wpte-bf-info-wrap .wpte-bf-info-icon:hover+.wpte-bf-info-txt {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.wpte-bf-info-wrap .wpte-bf-info-txt::after {
	content: "";
	border-top: 4px solid var(--black-color);
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	transform: translateX(-100%);
}

.wpte-bf-help-block {
	background: rgba(var(--black-color-rgb), .05);
	padding: 7px 12px;
	font-size: 14px;
	text-align: center;
}

.wpte-bf-help-block a {
	color: var(--primary-color);
	text-decoration: underline;
}

.wpte-bf-help-block a:hover {
	text-decoration: none;
}

.wpte-bf-checkout .wpte-bf-title {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
}

.wpte-bf-checkout .wpte-bf-booking-steps {
	margin-top: 0;
	box-shadow: none;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
	background: none;
	padding: 0;
	text-align: left;
	font-size: 17px;
	margin-bottom: 60px;
	counter-reset: wpte-bf-count;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
	position: relative;
	counter-increment: wpte-bf-count;
	color: rgba(var(--black-color-rgb), .3);
	padding-left: 40px;
	min-height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: default;
	margin-left: 80px;
	padding-right: 20px;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child {
	margin-left: 0;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child {
	padding-right: 0;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active, .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed {
	font-weight: 500;
	color: var(--black-color);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
	content: counter(wpte-bf-count);
	background: none;
	border: 1px solid rgba(0, 0, 0, .25);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, .25);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	border-radius: 100%;
	font-weight: 400;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::before {
	content: "";
	background-color: var(--primary-color) !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2732%27 viewBox=%270 0 33 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.4 31.5C7.83961 31.5 0.900024 24.5604 0.900024 16C0.900024 7.43959 7.83961 0.5 16.4 0.5C24.9604 0.5 31.9 7.43959 31.9 16C31.9 24.5604 24.9604 31.5 16.4 31.5Z%27 stroke=%27%231890FF%27/%3E%3Cpath d=%27M23.5437 10.25H22.2955C22.1205 10.25 21.9544 10.3304 21.8473 10.4679L14.4848 19.7946L10.9544 15.3214C10.901 15.2536 10.833 15.1988 10.7553 15.1611C10.6777 15.1233 10.5925 15.1037 10.5062 15.1036H9.25801C9.13837 15.1036 9.0723 15.2411 9.14551 15.3339L14.0366 21.5304C14.2652 21.8196 14.7044 21.8196 14.9348 21.5304L23.6562 10.4786C23.7294 10.3875 23.6634 10.25 23.5437 10.25V10.25Z%27 fill=%27%231890FF%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2733%27 height=%2732%27 viewBox=%270 0 33 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.4 31.5C7.83961 31.5 0.900024 24.5604 0.900024 16C0.900024 7.43959 7.83961 0.5 16.4 0.5C24.9604 0.5 31.9 7.43959 31.9 16C31.9 24.5604 24.9604 31.5 16.4 31.5Z%27 stroke=%27%231890FF%27/%3E%3Cpath d=%27M23.5437 10.25H22.2955C22.1205 10.25 21.9544 10.3304 21.8473 10.4679L14.4848 19.7946L10.9544 15.3214C10.901 15.2536 10.833 15.1988 10.7553 15.1611C10.6777 15.1233 10.5925 15.1037 10.5062 15.1036H9.25801C9.13837 15.1036 9.0723 15.2411 9.14551 15.3339L14.0366 21.5304C14.2652 21.8196 14.7044 21.8196 14.9348 21.5304L23.6562 10.4786C23.7294 10.3875 23.6634 10.25 23.5437 10.25V10.25Z%27 fill=%27%231890FF%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	border-color: rgba(0, 0, 0, 0);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::before {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
	content: "";
	background: rgba(6, 22, 38, .2);
	width: 60px;
	height: 1px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	transform: translateY(-50%);
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child::after {
	display: none;
}

.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active::after, .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.completed::after {
	background: var(--primary-color);
}

.wpte-bf-checkout .wpte-bf-step-content-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.wpte-bf-checkout .wpte-bf-checkout-form {
	width: 65%;
	padding-right: 5%;
}

.wpte-bf-checkout .wpte-bf-checkout-form form {
	padding: 40px 24px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit {
	margin-bottom: 0;
}

.wpte-bf-checkout .wpte-bf-checkout-form form .wpte-bf-submit input[type=submit] {
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	width: auto;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
	border-top: 1px solid var(--primary-color);
	padding-top: 30px;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-label {
	color: rgba(var(--black-color-rgb), .8);
	font-size: 19px;
	width: 100%;
	margin-bottom: 25px;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
	display: inline-block;
	margin-right: 3%;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	color: rgba(var(--black-color-rgb), .75);
	position: relative;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap:last-child {
	margin-right: 0;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type=radio] {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	opacity: 0;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label::before {
	content: "";
	width: 22px;
	height: 22px;
	border: 2px solid rgba(var(--black-color-rgb), .4);
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 100%;
	box-shadow: 0 0 0 20px #fff inset;
	background: rgba(0, 0, 0, 0);
	transform: translateY(-50%);
	transition: all ease .35s;
}

.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap input[type=radio]:checked+label::before {
	background: var(--primary-color);
	border-color: var(--primary-color);
	box-shadow: 0 0 0 4px #fff inset;
}

.wpte-bf-checkout .wpte-bf-card-number {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	background: rgba(var(--black-color-rgb), .01);
	padding: 10px 15px;
	font-size: 16px;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	min-height: 60px;
}

.wpte-bf-checkout .wpte-bf-card-number input[type=number] {
	border: none;
	background: none;
	padding: 0 15px 0 0;
	width: auto;
	max-width: calc(100% - 140px);
	display: flex;
	flex: 1;
	height: auto;
	flex-direction: column;
}

.wpte-bf-checkout .wpte-bf-card-number input[type=number]+img {
	max-width: 140px;
}

.wpte-bf-checkout .wpte-bf-half {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
	width: 100%;
	margin-bottom: 0;
	margin-left: 1%;
	margin-right: 1%;
}

.wpte-bf-checkout .wpte-bf-half select {
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 1%;
	width: 48%;
}

.wpte-bf-checkout .wpte-bf-password {
	max-width: 49%;
}

.wpte-bf-checkout .wpte-bf-password-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	background: rgba(var(--black-color-rgb), .01);
	padding: 10px 15px;
	font-size: 16px;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	min-height: 60px;
}

.wpte-bf-checkout .wpte-bf-password-wrap input[type=password], .wpte-bf-checkout .wpte-bf-password-wrap input[type=text] {
	border: none;
	background: none;
	padding: 0 15px 0 0;
	width: calc(100% - 25px);
	height: auto;
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp {
	padding: 0;
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	color: rgba(var(--black-color-rgb), .35);
	cursor: pointer;
	position: relative;
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.wpte-bf-checkout .wpte-bf-password-wrap .wpte-bf-vp svg:last-child {
	display: none;
}

.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:first-child {
	display: none;
}

.wpte-bf-checkout .wpte-bf-password-wrap.type-changed .wpte-bf-vp svg:last-child {
	display: block;
	color: rgba(var(--black-color-rgb), .7);
}

.wpte-bf-checkout .wpte-bf-book-summary {
	width: 35%;
}

.wpte-bf-checkout .wpte-bf-summary-wrap {
	padding: 10% 10% 0 10%;
	background: rgba(var(--black-color-rgb), .01);
	border: 1px solid rgba(var(--black-color-rgb), .05);
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-title {
	font-size: 28px;
	font-weight: 300;
	color: rgba(var(--black-color-rgb), .8);
	margin-bottom: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name-wrap {
	border-bottom: 1px solid rgba(var(--black-color-rgb), .05);
	margin-bottom: 22px;
	padding-bottom: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-name {
	font-size: 22px;
	font-weight: 500;
	color: rgba(var(--black-color-rgb), .9);
	line-height: 1.3;
	margin-bottom: 0;
}

.wpte-bf-checkout .wpte-bf-summary-wrap .wpte-bf-trip-date {
	font-size: 16px;
	letter-spacing: .5px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf-extra-info-table {
	margin-top: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
	font-size: 18px;
	padding: 10px 0;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
	border: none;
	font-size: 16px;
	padding: 10px 0;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td:last-child {
	text-align: right;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td b {
	font-weight: 500;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tbody tr:last-child td {
	padding-bottom: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot {
	border-top: 1px solid rgba(var(--black-color-rgb), .05);
	text-align: right;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td {
	padding-top: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-total-txt {
	font-weight: 500;
	font-size: 17px;
	display: inline-block;
	padding-right: 10px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-currency {
	display: inline-block;
	font-size: 23px;
	letter-spacing: .5px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tfoot tr td .wpte-bf-price-amt {
	font-weight: 500;
	font-size: 23px;
	letter-spacing: .5px;
}

.wpte-bf-checkout .wpte-bf-summary-total {
	text-align: right;
	padding: 2% 10%;
	background: #eaeaea;
}

.wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-total-price {
	margin-bottom: 0;
	line-height: 1.3;
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-txt {
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-currency {
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-price-amt {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .5px;
	display: inline-block;
	vertical-align: middle;
}

.wpte-bf-checkout .wpte-bf-summary-total .wpte-bf-total-price {
	color: #232323;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.relation-options-title, .personal-options-title {
	width: 100%;
	display: table;
	clear: both;
}

.wp-travel-engine-personal-details:nth-child(2n), .wp-travel-engine-relation-details:nth-child(2n) {
	clear: both;
}

.wp-travel-engine-relation-details select, .wp-travel-engine-personal-details select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"rgba%280,0,0,0.5%29\" d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	background-size: 12px;
	padding-right: 30px;
}

.wp-travel-engine-relation-details select.nitro-lazy, .wp-travel-engine-personal-details select.nitro-lazy {
	background-image: none !important;
}

#wp-travel-engine-order-form input[type=submit] {
	display: table;
	clear: both;
	margin-left: 15px;
}

.wpte-bf-animate-toggle {
	position: relative;
}

.wpte-bf-animate-toggle .wpte-bf-toggle-content {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	padding-bottom: 10px;
	box-shadow: 0px 0px 32px rgba(0, 0, 0, .08);
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content {
	margin-top: 0;
}

.wte-bf-price-detail .wpte-bf-animate-toggle .wpte-bf-toggle-content {
	bottom: 100%;
	top: auto;
}

.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-travellers-price-table {
	margin-top: 15px !important;
}

.wtebf-toggle-title-active:after {
	display: inline-block;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FFFFFF%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
	height: 18px;
	width: 18px;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: -3px;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close {
	font-size: 0;
	height: 18px;
	width: 18px;
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:hover {
	background: none;
}

.wpte-bf-step-content-wrap .wpte-bf-toggle-wrap.wpte-bf-animate-toggle .wpte-bf-toggle-content .wpte-bf-toggle-close:after {
	display: inline-block;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23333333%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
	height: 18px;
	width: 18px;
	margin-left: 0;
	vertical-align: middle;
	margin-top: -3px;
}

@media screen and (min-width: 1025px)and (max-width: 1366px) {
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		margin-left: 60px;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
		width: 40px;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-wrap {
		padding: 40px 20px 0 20px;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-total {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.wpte-bf-checkout .wpte-bf-step-content-wrap {
		flex-direction: column-reverse;
	}
	
	.wpte-bf-checkout .wpte-bf-checkout-form {
		width: 100%;
		padding-right: 0;
	}
	
	.wpte-bf-checkout .wpte-bf-book-summary {
		position: static;
		width: 100%;
		margin-bottom: 60px;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-wrap {
		padding: 50px 60px 0 60px;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-total {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		font-size: 14px;
		padding-left: 0;
		padding-right: 5px;
		padding-top: 30px;
		margin-left: 30px;
		min-height: 25px;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
		right: 0;
		margin: 0 auto;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
		width: 20px;
		right: calc(100% + 7px);
		top: 15px;
		transform: none;
	}
}

@media screen and (max-width: 640px) {
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap {
		margin-bottom: 40px;
		font-size: 14px;
		align-items: flex-start;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		font-size: 0;
		padding-left: 0;
		padding-right: 5px;
		padding-top: 35px;
		margin-left: 35px;
		min-height: 22px;
		width: 27px;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step.active {
		font-size: 14px;
		font-weight: 400;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
		right: auto;
		margin: 0;
		font-size: 14px;
		font-weight: 500;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step .wpte-bf-step-inner {
		width: 150px;
		text-align: center;
		transform: translateX(-40%);
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:first-child .wpte-bf-step-inner {
		text-align: left;
		transform: none;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step:last-child .wpte-bf-step-inner {
		text-align: right;
		transform: translateX(calc(-100% + 25px));
	}
	
	.wpte-bf-checkout .wpte-bf-password {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.wpte-bf-booking-steps .wpte-bf-step-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-traveler-block, .wpte-bf-step-content .wpte-bf-traveler-member .wpte-bf-es-block {
		flex-direction: column;
	}
	
	.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-traveler, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-traveler {
		margin-bottom: 20px;
	}
	
	.wpte-bf-step-content .wpte-bf-traveler-block .wpte-bf-price, .wpte-bf-step-content .wpte-bf-es-block .wpte-bf-price {
		align-items: center;
	}
	
	.wpte-bf-info-wrap .wpte-bf-info-txt {
		right: -10px;
		transform: none;
	}
	
	.wpte-bf-info-wrap .wpte-bf-info-txt::after {
		left: auto;
		right: 8px;
	}
	
	.wpte-bf-step-content .wpte-bf-price, .wpte-bf-step-content .wpte-bf-price .wpte-bf-pqty {
		text-align: center;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		padding-top: 30px;
		margin-left: 30px;
	}
	
	.wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
		width: 22px;
		height: 22px;
		border-width: 2px;
		font-size: 13px;
		font-weight: 600;
		line-height: 18px;
		top: 5px;
	}
	
	.wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap {
		margin-right: 20px;
	}
	
	.wpte-bf-checkout .wpte-bf-card-number {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.wpte-bf-checkout .wpte-bf-card-number input[type=number] {
		display: block;
		width: 100%;
		max-width: 100%;
		flex: initial;
		padding-right: 0;
	}
	
	.wpte-bf-checkout .wpte-bf-card-number img {
		margin-top: 15px;
	}
	
	.wpte-bf-checkout .wpte-bf-card-number input[type=number]+img {
		max-width: 100%;
	}
	
	.wpte-bf-checkout .wpte-bf-half {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
	}
	
	.wpte-bf-checkout .wpte-bf-half .wpte-bf-label {
		margin-left: 0;
		margin-right: 0;
	}
	
	.wpte-bf-checkout .wpte-bf-half select {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-wrap {
		padding: 40px 20px 0 20px;
	}
	
	.wpte-bf-checkout .wpte-bf-summary-total {
		padding-left: 25px;
		padding-right: 25px;
	}
}

#coupon-response-holder {
	margin-top: 17px;
}

.coupon-response-error {
	background-color: #fbe7e7;
	padding: 11px 15px;
	color: #a94442;
	border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
}

.coupon-response-success {
	background-color: #e5f7f3;
	padding: 11px 15px;
	color: #00af87;
	border-radius: 5px;
	font-size: 16px;
}

.wte-coupon-response-reset-coupon {
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}

.wte-coupon-response-reset-coupon:hover {
	cursor: pointer;
}

span.wp-travel-engine-info-msg {
	background: #1eb823;
	padding: 10px;
	color: #fff;
	font-weight: 800;
}

.wte-coupon-whole-wrap {
	padding: 30px 100px 30px 30px;
	position: relative;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wte-coupon-whole-wrap .wte-apply-coupon-title {
	margin-bottom: 16px !important;
	margin-top: 0;
}

.wte-coupon-whole-wrap .wte-apply-coupon-title p {
	font-size: 16px;
	color: #232323;
	font-weight: 500;
	margin: 0;
}

.wte-coupon-whole-wrap .coupon-close-button {
	visibility: collapse;
	position: absolute;
	top: 16px;
	right: 14px;
	height: 19px;
	width: 19px;
}

.wte-coupon-whole-wrap .coupon-close-button:hover {
	cursor: pointer;
}

.wte-coupon-whole-wrap .coupon-close-button:after {
	visibility: visible;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23A7A59C%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
}

.wte-coupon-whole-wrap p {
	color: #232323;
	margin-bottom: 16px;
	margin-top: 0;
}

.wte-coupon-whole-wrap .coupon {
	display: flex;
}

.wte-coupon-whole-wrap .coupon:before, .wte-coupon-whole-wrap .coupon:after {
	display: table;
	content: "";
	clear: both;
}

.wte-coupon-whole-wrap .coupon .input-text {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 17px;
	border: 1px solid rgba(35, 35, 35, .1);
	background: #fff;
	font-size: 16px;
	color: #232323;
	width: calc(100% - 88px);
	width: -moz-calc(100% - 88px);
	border-radius: 5px 0 0 5px;
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn {
	height: 55px;
	display: inline-block;
	line-height: 55px;
	padding: 0 40px;
	margin: 0;
	background: var(--primary-color);
	color: #fff;
	border: solid 1px var(--primary-color);
	border-radius: 0 5px 5px 0;
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	letter-spacing: normal;
	transition: all ease .3s;
}

.wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn:hover {
	opacity: .8;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr.wte-coupons-discount-calculation-tr:last-of-type {
	border: none !important;
}

.wte-coupons-discount-calculation-tr .wte-coupons-discount-calculation-td {
	padding: 10px 0 20px;
}

.wte-coupons-discount-calculation-tr:last-of-type {
	border-bottom: none !important;
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td {
	text-align: right !important;
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt {
	font-size: 20px !important;
	color: rgba(35, 35, 35, .8) !important;
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td .wpte-bf-total-txt:after {
	display: none !important;
}

.wte-coupons-discount-calculation-tr:last-of-type .wte-coupons-discount-calculation-td span.wpte-currency-code {
	padding-left: 0;
}

@media (min-width: 1025px) {
	.wpte_has-sticky-booking-widget .wpte-booking-area-wrapper {
		transition: all .3s;
	}
	
	.wpte_has-sticky-booking-widget .wpte-booking-area-wrapper.is-sticky {
		position: sticky;
		top: 50px;
		z-index: 11;
	}
	
	.wpte_has-sticky-booking-widget.wte-tabs-fixed .wpte-booking-area-wrapper.is-sticky {
		top: 90px;
	}
	
	.wpte_has-sticky-booking-widget.wte-tabs-fixed.admin-bar .wpte-booking-area-wrapper.is-sticky {
		top: 130px;
	}
}

.wpte-trip-feat-img-gallery {
	position: relative;
}

.wpte-trip-feat-img-gallery .owl-prev {
	position: absolute;
	top: 50%;
	left: 40px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 0;
}

.wpte-trip-feat-img-gallery .owl-prev:before {
	content: "";
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M192 127.338v257.324c0 17.818-21.543 26.741-34.142 14.142L29.196 270.142c-7.81-7.81-7.81-20.474 0-28.284l128.662-128.662c12.599-12.6 34.142-3.676 34.142 14.142z%27/%3E%3C/svg%3E") center center no-repeat;
}

.wpte-trip-feat-img-gallery .owl-next {
	position: absolute;
	top: 50%;
	right: 40px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 0;
}

.wpte-trip-feat-img-gallery .owl-next:after {
	content: "";
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 192 512%27%3E%3Cpath d=%27M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z%27/%3E%3C/svg%3E") center center no-repeat;
}

.wte-video-gallery-slider {
	margin-bottom: 1.5em;
}

.wte-video-gallery-slider .owl-item .owl-video-wrapper {
	height: 0;
	padding-top: 56.25%;
}

.wte-video-gallery-slider .owl-item .owl-video-tn, .wte-video-gallery-slider .owl-item iframe {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.wte-video-gallery-slider .owl-nav button[class*=owl-] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	transform: translateY(-50%);
}

.wte-video-gallery-slider .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

.wte-video-gallery-slider .owl-nav button[class*=owl-]:hover {
	background: rgba(0, 0, 0, .75);
}

.wte-video-gallery-slider .owl-nav [class*=owl-] svg {
	width: 20px;
	height: 20px;
	margin: auto;
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.wte-video-gallery-slider .owl-nav button.owl-prev svg {
	position: relative;
	left: -2px;
}

.wte-video-gallery-slider .owl-nav [class*=owl-]:hover svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wp-travel-engine-vid-gal-popup {
	display: block;
	margin-bottom: 1.5em;
}

.wte-video-gallery-slider.owl-carousel .owl-video-play-icon {
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%23fff\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z\"></path></svg>");
	background-color: rgba(0, 0, 0, .5);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: center;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
}

.wte-video-gallery-slider.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 767px) {
	.wpte-trip-feat-img-gallery .owl-prev {
		width: 40px;
		height: 40px;
		left: 10px;
	}
	
	.wpte-trip-feat-img-gallery .owl-next {
		width: 40px;
		height: 40px;
		right: 10px;
	}
}

* {
	box-sizing: border-box;
}

.place-order-form-primary-wrapper {
	margin-bottom: 15px;
}

p:empty {
	display: none;
}

input[type=text], input[type=email], input[type=search], input[type=number], select, textarea {
	padding: 16px;
}

input.enquiry-submit, input[type=submit] {
	padding: 16px;
	background-color: var(--primary-color);
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

input.enquiry-submit:hover {
	opacity: .9;
}

.confirm-holder {
	margin: 0 0 20px;
}

#tabs-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

#tabs-container .tab-inner-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:before, #tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:after {
	display: none;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:focus, #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:hover {
	outline: none;
	text-decoration: none;
}

.trip-map img, .trip-map iframe {
	vertical-align: top;
}

.trip-map iframe {
	width: 100%;
}

.trip-map {
	margin-top: 40px;
}

.trip-content-area .widget-area .secondary-trip-info {
	margin: 0 0 30px;
}

.trip-content-area .widget-area .wpte-booking-area-wrapper+.secondary-trip-info {
	margin-top: 30px;
}

.trip-content-area .widget-area .trip-price .price-holder {
	padding: 0;
	position: relative;
	border: 1px solid #e1e2e3;
	border-radius: 5px;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder {
	padding: 30px 20px 20px;
	border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 70%;
	padding: 10px 10px 10px 45px;
	text-align: center;
	line-height: 1.25em;
	background: #000;
	color: #fff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, .5);
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:before {
	position: absolute;
	top: 7px;
	left: 12px;
	width: 25px;
	height: 25px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 640 512%27%3E%3Cpath d=%27M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z%27/%3E%3C/svg%3E") center center no-repeat;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from {
	font-size: 16px;
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price strike {
	font-size: 18px;
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price, .trip-content-area .widget-area .trip-price .price-holder .price {
	display: block;
	margin: 0 0 3px;
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check {
	padding: 10px 20px;
	border-bottom: 1px solid #e1e2e3;
	font-size: 16px;
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.trip-content-area .widget-area .trip-price .price-holder form input[type=number], .trip-content-area .widget-area .trip-price .price-holder form .total-amt {
	margin: 0 0 20px;
}

.trip-content-area .widget-area .trip-price .price-holder form input[type=number] {
	width: 100%;
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability, .trip-content-area .widget-area .trip-price .price-holder form .book-submit {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	border-radius: 0 0 5px 5px;
	width: 100%;
	transition: linear .2s;
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover, .trip-content-area .widget-area .trip-price .price-holder form .check-availability:focus, .trip-content-area .widget-area .trip-price .price-holder form .book-submit:hover, .trip-content-area .widget-area .trip-price .price-holder form .book-submit:focus {
	background: #3baf84;
	border-color: #3baf84;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper {
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #e1e2e3;
	border-radius: 0;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type=text] {
	border: 0;
	padding: 5px 10px;
	width: 100%;
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
	padding: 10px 20px;
	border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input label {
	font-size: 16px;
}

.wpte-expand-extra-service {
	padding: 10px 20px;
	border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder .wpte-expand-extra-service:after {
	top: 12px;
	right: 20px;
}

.wpte-expand-extra-service .scroll-down h5 {
	margin: 0;
}

.wpte-expand-extra-service .extra-service-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0;
}

.wpte-expand-extra-service .extra-service-wrap .extra-service-info-holder {
	flex-basis: 0;
	flex-grow: 1;
	padding-right: 10px;
	font-size: 16px;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder {
	width: 100px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e1e2e3;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no, .wpte-expand-extra-service .extra-service-wrap .input-holder .more-no {
	width: 30px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder input[type=text] {
	width: 38px;
	border: 1px solid #e1e2e3;
	text-align: center;
	padding: 0;
}

.trip-content-area .widget-area .trip-price form .discount-price-per-traveler, .trip-content-area .widget-area .trip-price form .discount-price-per-child-traveler {
	padding: 10px 20px;
	font-size: 16px;
	border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
	text-align: center;
	margin: 0;
	padding: 10px 20px;
}

.wp-travel-engine-billing-details, .wp-travel-engine-relation-details-wrapper {
	margin-bottom: 30px;
}

.wp-travel-engine-billing-details-wrapper, .wp-travel-engine-personal-details-inner-wrapper, .wp-travel-engine-relation-details-inner-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}

.wp-travel-engine-billing-details-field-wrap, .wp-travel-engine-personal-details, .wp-travel-engine-relation-details {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 18px;
	min-height: 74px;
}

.relation-options-title, .personal-options-title, .personal-options-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 17px;
	background: #eee;
	padding: 10px 14px;
	border-radius: 2px;
}

.place-order-form-primary-wrapper input, .place-order-form-primary-wrapper select {
	width: 100%;
	min-height: 34px;
	padding: 4px 10px !important;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.place-order-form-secondary-wrapper {
	margin-bottom: 30px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
	float: left;
	margin-right: 15px;
	width: 25%;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-right-column, .wp-travel-engine-order-form-wrapper {
	overflow: hidden;
}

.place-order-form-secondary-wrapper .trip-title {
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 20px;
}

.place-order-form-secondary-wrapper .trip-property {
	margin: 0;
	padding: 0;
}

.place-order-form-secondary-wrapper .trip-property li {
	list-style: none;
	font-size: 14px;
	line-height: 22px;
}

.place-order-form-secondary-wrapper .trip-property li span {
	display: inline-block;
	width: 30%;
	margin-right: 5px;
}

.wp-travel-engine-order-form-wrapper {
	overflow: hidden;
	background: none;
	padding: 30px 30px 15px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
}

.wp-travel-engine-order-form-wrapper .trip-title {
	margin-bottom: 12px !important;
}

.secondary-inner-wrapper {
	overflow: hidden;
	margin-bottom: 30px;
	background: #ccc;
	padding: 10px 0;
}

#primary .page .entry-content .secondary-inner-wrapper table, #primary .page .entry-content .secondary-inner-wrapper table td {
	border: 0;
}

#primary .page .entry-content .secondary-inner-wrapper table th {
	background: none;
}

.secondary-inner-wrapper table {
	margin-bottom: 0;
}

.secondary-inner-wrapper .person-price-table {
	text-align: center;
}

.hidden-price {
	display: none;
}

.date-time-wrapper {
	position: relative;
	background: #fff;
	display: none;
	border-radius: 5px;
	margin-top: 10px;
}

.date-time-wrapper:after {
	position: absolute;
	top: 30px;
	right: 17px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M400 64h-48V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H128V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM138.7 480H48c-8.8 0-16-7.2-16-16v-58.7h106.7V480zm0-106.7H32v-74.7h106.7v74.7zM32 266.7V192h106.7v74.7H32zM277.3 480H170.7v-74.7h106.7V480zm0-106.7H170.7v-74.7h106.7v74.7zM170.7 266.7V192h106.7v74.7H170.7zM416 464c0 8.8-7.2 16-16 16h-90.7v-74.7H416V464zm0-90.7H309.3v-74.7H416v74.7zm0-106.6H309.3V192H416v74.7zm0-106.7H32v-48c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v48z%27/%3E%3C/svg%3E") center center no-repeat;
	width: 15px;
	height: 20px;
}

.price-fixed {
	top: 0;
	position: fixed;
	z-index: 50;
	display: block;
	width: 328px !important;
}

.open.side-btn, .close.side-btn {
	position: fixed;
	top: 74%;
	display: block;
	background: red;
	left: 70%;
}

#open-example1, #close-example1 {
	display: none;
}

.trip-content-area .secondary-trip-info.side-trip-price {
	margin-top: 0;
}

.disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.disabled:hover {
	cursor: not-allowed;
}

.ui-datepicker {
	max-width: 244px;
}

.ui-datepicker table {
	font-size: 12px !important;
	line-height: 15px;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 12px !important;
	line-height: 15px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 24px !important;
}

.wp-travel-engine-archive-outer-wrap:after {
	display: block;
	content: "";
	clear: both;
}

.archive .wp-travel-engine-archive-wrap {
	margin-bottom: 40px;
}

.wp-travel-engine-archive-outer-wrap .child-title {
	font-weight: 400;
	font-size: 1em;
}

.wp-travel-engine-archive-outer-wrap .child-title a {
	color: #212121;
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
	text-decoration: none;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
	width: 33.3333%;
	padding: 0 15px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder {
	margin: 0 0 20px;
	position: relative;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder img {
	vertical-align: top;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .trip-post-thumbnail {
	display: block;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .price-holder {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #fff;
	padding: 5px 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount {
	position: absolute;
	right: 0;
	top: 20px;
	background: #fff;
	padding: 5px 10px 5px 30px;
	cursor: pointer;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:before {
	position: absolute;
	width: 15px;
	height: 20px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip {
	position: absolute;
	top: 50%;
	left: -210px;
	width: 200px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 65%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-10px, -50%);
	transition: ease .2s;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:hover .tooltip {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%);
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip:after {
	position: absolute;
	top: 50%;
	right: -5px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #000;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	transform: translateY(-50%);
}

.wp-travel-engine-archive-wrap .title {
	font-size: 20px;
	line-height: 1.65em;
	font-weight: 700;
	margin: 0 0 1.65em;
}

.wp-travel-engine-archive-wrap .title a {
	color: #212121;
}

.wp-travel-engine-archive-wrap .title a:hover, .wp-travel-engine-archive-wrap .title a:focus {
	text-decoration: underline;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .meta-info {
	margin: 0 0 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .fsd-title {
	margin: 0 0 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li {
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li svg {
	margin-right: 5px;
}

.wp-travel-engine-archive-wrap .trip_price, .wp-travel-engine-archive-wrap .trip_duration {
	display: block;
	margin-bottom: 10px;
	color: #0d0d0d;
}

.wp-travel-engine-archive-wrap .trip_price strike span {
	color: #0d0d0d !important;
	font-size: 15px;
	line-height: 18px;
}

#wp-travel-engine-order-form input {
	padding: 12px 20px;
}

.place-order-form-primary-wrapper input, .place-order-form-primary-wrapper select {
	padding: 12px 10px !important;
	border-radius: 3px;
	height: 50px;
}

.trip-content .related-posts {
	margin-top: 40px;
}

.trip-content .related-posts .post .entry-title {
	text-align: center;
	margin-top: -8px;
}

.trip-content .related-posts .post {
	margin-bottom: 30px;
}

.trip-content .related-posts .post .entry-meta {
	position: relative;
	top: -31px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
}

.trip-content .related-posts .post .entry-meta span {
	background: #0c83b8;
	padding: 7px 14px;
}

.wp-travel-engine-relation-details input, .wp-travel-engine-personal-details input {
	padding: 12px 10px;
	width: 100%;
	height: 53px;
}

.wp-travel-engine-relation-details select, .wp-travel-engine-personal-details select {
	width: 100%;
	padding: 12px 10px;
}

.relation-options-title, .personal-options-title, .personal-options-title {
	padding: 20px 14px;
}

#wp-travel-engine-order-form input[type=submit] {
	margin-top: 20px;
}

#wp-travel-engine-order-form label {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 5px;
}

#primary #wp-travel-engine-order-form {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	height: auto;
	border: 0;
}

#primary #wp-travel-engine-order-form table tr {
	background: none;
}

.entry-content .thank-you-container {
	margin-top: 30px;
}

#primary .entry-content .thank-you-container h3 {
	margin-bottom: 12px !important;
}

.entry-content .thank-you-container table tr:nth-child(2n+1) {
	background: #f9f9f9;
}

.entry-content .thank-you-container table tr:first-child {
	border-bottom: 0;
}

.entry-content .thank-you-container table th {
	padding: 16px 30px;
	background: #f3f3f3;
	color: #212121;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.entry-content .thank-you-container table td {
	padding: 16px 30px;
	text-align: center;
	font-size: 15px;
	line-height: 26px;
	color: #212121;
}

.trip-entry-content ul {
	margin: 0;
	padding: 0;
}

.trip-entry-content ul li {
	list-style: none;
}

#CDSWIDSSP {
	width: 100% !important;
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
	color: #f7921f;
}

.payment-gateway-options {
	display: none;
}

.tab_container {
	display: none;
}

#price-loading {
	position: absolute;
	text-align: center;
	font-size: 50px;
	color: #000;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
}

#price-loading-outer {
	display: table-row;
}

#price-loading-inner {
	display: table-cell;
	vertical-align: middle;
}

#price-loading-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

#price-loader {
	font-size: 100px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 39%;
	background: #fff;
	opacity: .8;
	width: 100%;
	height: 100%;
}

.itinerary {
	counter-reset: ity-count;
}

.itinerary-row {
	list-style: none;
	border-left: 1px dashed #efefef;
	background: #fff;
	position: relative;
	padding: 0 0 32px 50px;
	margin-left: 15px;
	counter-increment: ity-count;
}

.itinerary-row::before {
	content: counter(ity-count);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	left: -20px;
	top: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
}

.itinerary-row:last-child {
	padding-bottom: 0;
}

.itinerary-row p:last-child {
	margin-bottom: 0;
}

.itinerary-row .title, .itinerary-title {
	font-weight: 500;
}

span.day-count {
	display: inline-block;
	position: absolute;
	left: 9%;
	top: 7px;
	color: #555;
}

.itinerary-content label {
	width: 115px;
	float: left;
	font-weight: 500;
	padding: 5px 0;
}

.trip-facts-value {
	margin: 0;
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.trip-facts-value li {
	display: flex;
	flex-direction: row;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 15px;
	margin: 0 0 20px;
	max-width: 100%;
	min-width: 230px;
}

.trip-facts-value li:after {
	content: "";
	display: block;
	clear: both;
}

.trip-facts-value li svg {
	align-items: flex-start;
	margin-right: 15px;
	font-size: 30px;
	max-width: 30px;
}

.trip-facts-value li svg path {
	fill: currentColor;
}

.trip-facts-value li .trip-facts-text {
	align-items: flex-start;
	flex: 1 0 0;
}

.trip-facts-text label {
	font-weight: 500;
}

.itinerary .title {
	float: left;
	margin-right: 15px;
}

.itinerary .itinerary-content {
	overflow: hidden;
}

.itinerary .itinerary-content .title {
	float: none;
	display: block;
	font-weight: 700;
	margin: 0 0 10px;
}

#include-result {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#include-result li, #exclude-result li {
	margin: 0 0 16px;
	padding-left: 32px;
	position: relative;
	line-height: 2;
}

#include-result li:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 15px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E") center center no-repeat;
}

#exclude-result {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#exclude-result li:before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 15px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d80808%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
}

.page-template-template-destination .destination-holder {
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.page-template-template-destination .destination-holder .item {
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.archive .trip-content-area .grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
}

.archive .trip-content-area .grid .col {
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.archive .trip-content-area .grid .col .img-holder a {
	display: block;
}

.archive .trip-content-area .grid .col .group-discount {
	display: block;
}

.archive .trip-content-area .grid .col .review-wrap {
	background: none;
	padding: 0;
}

.archive .trip-content-area .grid .col .review-wrap .average-rating {
	border: 0;
}

.archive .trip-content-area .grid .col .next-trip-info .next-departure-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-template-activities .activities-holder, .page-template-template-trip_types .trip_types-holder {
	margin-top: 40px;
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.page-template-template-activities .activities-holder .item, .page-template-template-trip_types .trip_types-holder .item {
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.page-template-template-activities .activities-holder .item .img-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder {
	position: relative;
	overflow: hidden;
}

.page-template-template-activities .activities-holder .item .img-holder img, .page-template-template-trip_types .trip_types-holder .item .img-holder img {
	vertical-align: top;
}

.page-template-template-activities .activities-holder .item .img-holder:hover .title-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder, .page-template-template-activities .activities-holder .item .img-holder:focus .title-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:focus .title-holder, .page-template-template-activities .activities-holder .item .img-holder:focus-within .title-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .title-holder {
	opacity: 0;
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 10px;
	opacity: 0;
	transition: ease .2s;
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder .title, .page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .title {
	font-size: 1.25em;
}

.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder, .page-template-template-activities .activities-holder .item .img-holder:focus .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:focus .text-holder, .page-template-template-activities .activities-holder .item .img-holder:focus-within .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .text-holder {
	opacity: 1;
}

.archive .trip-content-area .grid .btn-loadmore, .archive .trip-content-area .grid .load-destination {
	text-align: center;
	width: 100%;
}

.archive .trip-content-area .grid .btn-loadmore span, .archive .trip-content-area .grid .load-destination span {
	display: inline-block;
	font-size: 13px;
	line-height: 2em;
	font-weight: 600;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	background: #ffaf46;
	border: 2px solid #ffaf46;
	padding: 10px 40px;
	border-radius: 5px;
	cursor: pointer;
	transition: ease .2s;
}

.archive .trip-content-area .grid .btn-loadmore span:hover, .archive .trip-content-area .grid .load-destination span:hover, .archive .trip-content-area .grid .btn-loadmore span:focus, .archive .trip-content-area .grid .load-destination span:focus {
	background: none;
	color: #ffaf46;
}

.payment-options-holder {
	margin-bottom: 20px;
}

select#wte_payment_options {
	margin-bottom: 30px;
}

#wp-travel-engine-order-form+.error {
	display: none;
	background-color: #f2dede;
	border: 1px solid #a94442;
	padding: 5px 10px;
	color: #a94442;
	border-radius: 5px;
}

.successful {
	display: none;
	color: #32b67a;
	background: #dcf5de;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #32b67a;
}

.place-order-form-primary-wrapper {
	position: relative;
}

#primary #wp-travel-engine-order-form {
	position: relative;
}

#price-loader {
	font-size: 100px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: .8;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#price-loader table, #price-loader table-row, #price-loader table-cell {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#price-loader .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.trip-content-area {
	max-width: 1320px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.trip-content-area .row {
	display: flex;
	flex-wrap: wrap;
}

.row {
	margin: 0 -15px;
}

.row:after {
	display: block;
	clear: both;
	content: "";
}

.single-trip #primary {
	flex: 0 0 66.67%;
	width: 66.67%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}

.single-trip #secondary {
	flex: 0 0 33.33%;
	width: 33.33%;
	padding: 0 15px;
}

.place-order-form-secondary-wrapper {
	margin: 0 0 60px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-form-wrapper {
	padding: 108px 40px 40px 40px;
	border: 1px solid #e5e5e5;
	position: relative;
	border-radius: 5px 5px 0 0;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
	width: 350px;
	margin-right: 40px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column img {
	vertical-align: top;
}

.wp-travel-engine-order-form-wrapper .trip-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px !important;
	line-height: 1.3em !important;
	font-weight: 600;
	margin: 0;
	padding: 20px 40px;
}

.place-order-form-secondary-wrapper .trip-property li {
	font-size: 15px;
	margin: 0 0 15px;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .cart-trip-total-price-holder {
	width: auto;
	font-size: 22px;
	line-height: 1.181em;
	font-weight: 600;
	color: #111;
}

.place-order-form-secondary-wrapper .trip-property li span {
	width: 35%;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price {
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	padding-top: 20px;
	font-size: 22px;
	line-height: 1.181em;
	font-weight: 600;
	color: #111;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price span {
	font-size: 18px;
	line-height: 1.444em;
	font-weight: 500;
	color: #666;
}

.relation-options-title, .personal-options-title, #primary .page .entry-content .payment-method h3 {
	font-size: 22px;
	line-height: 1.272em;
	font-weight: 500;
	color: #111;
	margin: 0 0 35px;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 20px 14px;
}

.relation-options-title:after, .personal-options-title:after {
	display: none;
}

.wp-travel-engine-billing-details-wrapper, .wp-travel-engine-personal-details-inner-wrapper, .wp-travel-engine-relation-details-inner-wrapper {
	margin: 0 -15px;
}

.wp-travel-engine-billing-details-field-wrap, .wp-travel-engine-personal-details, .wp-travel-engine-relation-details {
	padding: 0 15px;
	margin-bottom: 30px;
}

.wp-travel-engine-billing-details-field-wrap:last-child {
	margin-bottom: 0;
}

#wp-travel-engine-order-form label {
	font-size: 14px;
	line-height: 1.714em;
}

#wp-travel-engine-order-form input[type=submit] {
	font-size: 13px;
	line-height: 15px;
}

.wp-travel-engine-relation-details select, .wp-travel-engine-personal-details select {
	padding: 15px 10px;
}

.secondary-inner-wrapper {
	padding: 0;
	background: none;
	border: 1px solid #e5e5e5;
	border-radius: 0 0 5px 5px;
	margin-top: -1px;
}

.secondary-inner-wrapper table thead {
	background: none !important;
}

.trip-content-area .wp-travel-engine-archive-repeater-wrap {
	margin: 0 -15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.single-trip .trip-content-area .widget-area .trip-price .price-holder form .book-submit {
	display: none;
}

.trip-content-area .grid .col .img-holder {
	position: relative;
	margin: 0 0 20px;
}

.trip-content-area .grid .col .img-holder .price-holder {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: #fff;
	padding: 5px 10px;
}

.trip-content-area .grid .col .img-holder .group-discount {
	position: absolute;
	right: 0;
	top: 20px;
	background: #fff;
	padding: 5px 10px 5px 30px;
	cursor: pointer;
}

.trip-content-area .grid .col .img-holder .group-discount:before {
	position: absolute;
	width: 15px;
	height: 20px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23000%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z%27/%3E%3C/svg%3E") center center no-repeat;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip {
	position: absolute;
	top: 50%;
	left: -210px;
	width: 200px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 65%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-10px, -50%);
	transition: ease .2s;
}

.trip-content-area .grid .col .img-holder .group-discount:hover .tooltip, .trip-content-area .grid .col .img-holder .group-discount:focus .tooltip {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%);
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip:after {
	position: absolute;
	top: 50%;
	right: -5px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #000;
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	transform: translateY(-50%);
}

.trip-content-area .grid .col .img-holder img {
	vertical-align: top;
}

.trip-content-area .grid .col .text-holder .title {
	font-size: 20px;
	line-height: 1.65em;
	font-weight: 700;
	margin: 0 0 1.65em;
}

.trip-content-area .grid .col .text-holder .title a {
	color: #121212;
}

.trip-content-area .grid .col .text-holder .title a:hover, .trip-content-area .grid .col .text-holder .title a:focus {
	text-decoration: underline;
}

.trip-content-area .grid .col .text-holder .meta-info {
	margin: 0 0 10px;
}

.trip-content-area .grid .col .text-holder .next-trip-info .fsd-title {
	margin: 0 0 10px;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li {
	margin: 0 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li svg {
	margin-right: 5px;
}

.detail-container {
	max-width: 550px;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	padding: 20px 0;
}

.detail-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
}

.detail-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.detail-item .item-label {
	width: 50%;
}

.detail-item .value {
	width: 50%;
}

.detail-item .value strong, .detail-item .value span {
	display: block;
	margin: 0 0 5px;
}

.rating-form .review-title-rating .comment-form-wte-trip-review-rating {
	margin-bottom: 20px;
}

.rating-form .wte-trip-review-rating {
	margin-bottom: 10px;
}

.rating-form .comment-rating-field-message.error {
	display: block;
	width: 100%;
	clear: both;
	color: #ec0e0e;
}

input[type=text].error, input[type=email].error, input[type=url].error, input[type=password].error, input[type=search].error, input[type=number].error, input[type=tel].error, input[type=range].error, input[type=date].error, input[type=month].error, input[type=week].error, input[type=time].error, input[type=datetime].error, input[type=datetime-local].error, input[type=color].error, textarea.error {
	border: 1px solid #e82a2a;
}

input.error+.error, select.error+.error, textarea.error+.error, .single-trip .rating-form p label.error {
	color: #ec0e0e;
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input {
	display: none;
}

.category-main-wrap * {
	box-sizing: border-box;
}

.category-main-wrap {
	display: flex;
	flex-wrap: wrap;
}

.category-trips-single {
	width: 100%;
	padding: 5px 22.5px;
	margin-bottom: 40px;
}

.category-trips-single .category-trips-single-inner-wrap {
	position: relative;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
	display: block;
	position: relative;
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig img {
	vertical-align: top;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background: rgba(35, 35, 35, .4);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
	z-index: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover {
	cursor: pointer;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -39px;
	display: inline-block;
	padding: 9px 15px;
	line-height: 1;
	font-size: .944em;
	border-radius: 5px;
	color: rgba(35, 35, 35, .4);
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: all ease .3s;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:after {
	position: absolute;
	z-index: 1;
	content: "";
	top: 100%;
	left: 17px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .pop-trip-grpavil-txt:before {
	position: absolute;
	z-index: 2;
	content: "";
	top: 100%;
	left: 17px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-disc-feat-wrap {
	position: absolute;
	top: 10px;
	right: 0;
	margin-right: -6px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount {
	display: block;
	line-height: 1;
	background: #fecd10;
	padding: 3px 10px 5px;
	border-radius: 4px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer {
	font-size: 14px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .category-trip-discount .discount-offer span {
	font-size: 16px;
	font-weight: 500;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:before, .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon:after {
	display: table;
	clear: both;
	content: "";
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 7px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f57f01 rgba(0, 0, 0, 0);
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 0;
	border-color: #9a1e12 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
	display: block;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	display: block;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc i svg {
	fill: rgba(0, 0, 0, .9);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span {
	font-size: 1em;
	font-weight: 600;
	color: rgba(35, 35, 35, .7);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a {
	color: rgba(35, 35, 35, .7);
	text-decoration: none;
	transition: all ease .3s;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-loc span a:hover {
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur i svg {
	fill: rgba(0, 0, 0, .9);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-dur span {
	font-size: 1em;
	font-weight: 600;
	color: rgba(35, 35, 35, .7);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review {
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .rating-rev {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-review .category-trip-reviewcount {
	font-size: 1em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-left: 10px;
	color: rgba(35, 35, 35, .5);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	display: block;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc p {
	font-size: 16px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
	display: block;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, .07);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
	display: block;
	font-size: .778em;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 5px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
	display: inline-block;
	font-size: .722em;
	margin: 0 3px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:first-child {
	margin-left: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li:last-child {
	margin-right: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a {
	color: #232323;
	text-decoration: none;
	transition: all ease .3s;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:hover {
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled {
	color: rgba(35, 35, 35, .3);
	text-decoration: line-through;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a.disabled:hover {
	cursor: not-allowed;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
	display: inline-block;
	padding: 8px 16px 9px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	transition: all ease .3s;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info {
	display: block;
	margin-top: 5px;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0 !important;
	margin-bottom: 10px;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:after {
	display: none;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-right: 10px;
	padding-left: 1px;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left svg {
	height: 15px;
	width: 15px;
	margin-right: 5px;
	display: inline-block;
}

#primary .post .entry-content .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before, .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: none;
	transform: translateY(-50%);
	margin-top: -1px;
	margin-left: 10px;
	white-space: nowrap;
	width: 100%;
	height: 2px;
	border-bottom: 1px dotted #b6b6b6;
	z-index: 0;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .right {
	position: relative;
	background: #fff;
	z-index: 1;
	padding-left: 10px;
	padding-right: 1px;
}

.category-main-wrap.category-grid .category-trip-viewmre-btn {
	margin-top: 1em;
	margin-bottom: 10px;
}

.category-main-wrap.category-grid .category-trip-viewmre-btn:hover {
	box-shadow: none !important;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap {
	display: block;
	padding: 0 35px;
	margin-top: -23px;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	padding: 8px 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder {
	display: block;
	line-height: 1;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .striked-price {
	font-size: 18px;
	font-weight: 500;
	text-decoration: line-through;
	color: rgba(35, 35, 35, .4);
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-budget .price-holder .actual-price {
	font-size: 23px;
	color: rgba(35, 35, 35, .75);
	font-weight: 700;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a {
	color: #232323;
	text-decoration: none;
	transition: all ease .3s;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title a:hover {
	text-decoration: none;
}

.category-list .category-trips-single {
	padding: 0;
}

.category-list .category-trips-single:last-of-type {
	margin-bottom: 0;
}

.category-list .category-trips-single-inner-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 45px 40px 25px;
	position: relative;
	overflow: hidden;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
	-ms-order: 1;
	order: 1;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row;
	width: 100%;
	align-items: center;
	margin-bottom: 1.65em;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	-ms-order: 1;
	order: 1;
	flex: 2;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a {
	color: #232323;
	text-decoration: none;
	transition: all ease .3s;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
	text-decoration: none;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget {
	-ms-order: 2;
	order: 2;
	display: inline-block;
	width: -moz-max-content;
	width: max-content;
	padding-left: 20px;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span {
	display: inline-block;
	text-align: right;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
	font-size: 20px;
	font-weight: 600;
	color: rgba(35, 35, 35, .4);
	display: block;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price span {
	text-decoration: line-through;
}

.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
	font-size: 28px;
	font-weight: 700;
	color: #232323;
	display: block;
	text-align: right;
}

.category-list .category-trips-single-inner-wrap .category-trip-desc {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.category-list .category-trips-single-inner-wrap .category-trip-fig {
	display: inline-block;
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap {
	display: inline-block;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time {
	width: 100%;
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
	display: inline-block;
	margin: 0;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
	display: inline-block;
	margin-left: 10px;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li {
	margin: 0 5px;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn {
	display: inline-block;
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn:hover {
	box-shadow: none !important;
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	display: inline-block;
	transform: rotate(-45deg) translateZ(0);
	margin-left: -10px;
	margin-top: 58px;
	letter-spacing: .5px;
	text-align: center;
	transform-origin: left;
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
	display: block;
	width: 110px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .12);
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:before, .category-list .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt:after {
	display: none;
}

.category-list .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
	display: none;
}

.wp-travel-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 35px 0;
	margin-bottom: 0;
}

.wp-travel-toolbar .wte-view-modes {
	display: inline-block;
	padding-right: 20px;
	line-height: 1;
}

.wp-travel-toolbar .wte-view-modes span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: rgba(35, 35, 35, .7);
	margin-right: 3px;
}

.wp-travel-toolbar .wte-view-modes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	vertical-align: middle;
	flex-direction: row-reverse;
}

.wp-travel-toolbar .wte-view-modes ul li {
	display: inline-block;
	margin: 0 5px;
}

.wp-travel-toolbar .wte-view-modes ul li a {
	color: rgba(35, 35, 35, .15);
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
	color: #232323;
}

.wp-travel-toolbar .wte-filterby-dropdown {
	padding-left: 20px;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.wp-travel-toolbar .wte-filterby-dropdown:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 26px;
	width: 1px;
	background: rgba(112, 112, 112, .2);
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: rgba(35, 35, 35, .7);
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(35, 35, 35, .1);
	color: rgba(35, 35, 35, .7);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 40px 13px 15px;
	line-height: 1;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
	background-color: #fff;
	background-size: 12px;
	background-position: center right 15px;
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select.nitro-lazy {
	background-image: none !important;
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus {
	box-shadow: none;
	outline: none;
}

.widget_wte_featured_trips_widget .category-trips-widget {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.widget_wte_featured_trips_widget .category-trips-widget-inner-wrap {
	display: flex;
	flex-wrap: wrap;
}

.widget_wte_featured_trips_widget .category-trip-fig {
	width: 42%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .07);
	margin: 0;
	border-radius: 4px;
	position: relative;
	height: 100%;
}

.widget_wte_featured_trips_widget .category-trip-fig svg, .widget_wte_featured_trips_widget .category-trip-fig img {
	vertical-align: top;
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 21px;
	height: 21px;
	background: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon svg {
	height: 11px;
	width: 13px;
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -31px;
	display: inline-block;
	padding: 6px 12px;
	line-height: 1;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 5px;
	color: #0d0d0d;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .13);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
	transition: all ease .3s;
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:before {
	position: absolute;
	z-index: 2;
	content: "";
	top: 100%;
	left: 7px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: rgba(0, 185, 139, .05) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-txt:after {
	position: absolute;
	z-index: 1;
	content: "";
	top: 100%;
	left: 7px;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover {
	cursor: pointer;
}

.widget_wte_featured_trips_widget .category-trip-fig .pop-trip-grpavil-icon:hover+.pop-trip-grpavil-txt {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.widget_wte_featured_trips_widget .category-trip-fig img {
	vertical-align: top;
	border-radius: 4px 4px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
}

.widget_wte_featured_trips_widget .category-trip-detail-wrap {
	width: 58%;
	padding-left: 18px;
}

.widget_wte_featured_trips_widget .category-trip-budget {
	padding: 10px 10px;
	line-height: 1;
}

.widget_wte_featured_trips_widget .category-trip-budget .striked-price {
	font-size: 15px;
	color: rgba(13, 13, 13, .7);
	text-decoration: line-through;
	font-weight: 600;
}

.widget_wte_featured_trips_widget .category-trip-budget .actual-price {
	font-size: 18px;
	color: #0d0d0d;
	font-weight: 600;
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap {
	display: block;
	margin-bottom: 5px;
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer {
	display: inline-block;
	padding: 2px 7px;
	background: rgba(13, 13, 13, .1);
	color: #0d0d0d;
	border-radius: 3px;
	font-size: 11px;
	line-height: 1;
}

.widget_wte_featured_trips_widget .category-disc-feat-wrap .discount-offer span {
	font-size: 15px;
	font-weight: 500;
}

.widget_wte_featured_trips_widget .category-trip-title {
	font-size: 18px;
	display: block;
	line-height: 1.667;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
}

.widget_wte_featured_trips_widget .category-trip-title a {
	color: #0d0d0d;
	transition: all ease .3s;
	text-decoration: none;
}

.widget_wte_featured_trips_widget .category-trip-title a:hover, .widget_wte_featured_trips_widget .category-trip-title a:focus {
	color: var(--primary-color);
	text-decoration: none;
}

.widget_wte_featured_trips_widget .category-trip-desti {
	display: block;
	font-size: 16px;
}

.widget_wte_featured_trips_widget .category-trip-desti span i {
	color: #0d0d0d;
}

.widget_wte_featured_trips_widget .category-trip-desti span svg {
	height: 13px;
}

.widget_wte_featured_trips_widget .category-trip-desti span a {
	color: rgba(13, 13, 13, .7);
	font-weight: 600;
	transition: all ease .3s;
	text-decoration: none;
}

.widget_wte_featured_trips_widget .category-trip-desti span a:hover {
	color: #0d0d0d;
	text-decoration: none;
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
	margin-right: 15px;
	display: inline-block;
}

.widget_wte_featured_trips_widget .category-trip-desti>span {
	margin: 0 0 12px;
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur {
	display: inline-block;
}

.widget_wte_featured_trips_widget .category-trip-desti .category-trip-dur span {
	color: rgba(13, 13, 13, .7);
	font-weight: 600;
}

.widget_wte_featured_trips_widget .category-trip-review {
	display: block;
	margin-top: 5px;
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .agg-rating.jq-ry-container {
	padding: 0;
}

.widget_wte_featured_trips_widget .category-trip-review .rating-rev .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	height: 14px;
	width: 14px;
}

.widget_wte_featured_trips_widget .category-trip-review .category-trip-reviewcount {
	display: none;
}

.agg-rating.jq-ry-container {
	width: auto !important;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group>svg {
	fill: rgba(0, 0, 0, 0);
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group>svg {
	fill: #f39c12;
}

.category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info, .category-list .category-trips-single-inner-wrap .next-trip-info {
	padding: 0;
	margin: 0;
	border: none;
}

.category-list .category-trips-single-inner-wrap .next-trip-info {
	padding-right: 50px;
	flex: 2;
}

.category-list .category-trips-single-inner-wrap .next-trip-info .fsd-title, .category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .fsd-title {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

#toast-container>div {
	text-align: center;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	background: #00ce66;
	padding: 10px;
	opacity: 1;
}

#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div {
	width: 100%;
}

#toast-container>div.toast-success {
	background-image: none !important;
}

#toast-container>div.toast-success.nitro-lazy {
	background-image: none !important;
}

#toast-container>div div {
	display: table;
	margin: 0 auto;
}

#toast-container .toast-message {
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	min-height: 45px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 55px;
	letter-spacing: .3px;
}

#toast-container .toast-message::before {
	content: "";
	width: 33px;
	height: 33px;
	background-color: #fff;
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%2300CE66\" d=\"M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z\"></path></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, .23);
	transform: translateY(-45%);
}

#toast-container>.toast-error {
	background-image: none !important;
	background-color: #fe623d;
}

#toast-container>.toast-error.nitro-lazy {
	background-image: none !important;
}

#toast-container>.toast-error .toast-message::before {
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%23FE623D\" d=\"M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z\"></path></svg>");
	background-size: 14px;
}

#toast-container>.toast-warning {
	background-image: none !important;
	background-color: #ffb702;
}

#toast-container>.toast-warning.nitro-lazy {
	background-image: none !important;
}

#toast-container>.toast-warning .toast-message::before {
	background-image: url("data:image/svg+xml; utf-8, <svg version=\"1.1\" id=\"Capa_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 301.691 301.691\" xml:space=\"preserve\" fill=\"%23FFB702\"><polygon points=\"119.151,0 129.6,218.406 172.06,218.406 182.54,0\"></polygon><rect x=\"130.563\" y=\"261.168\" width=\"40.525\" height=\"40.523\"></rect></svg>");
}

.wpte-active-payment-method {
	display: block;
	width: 100%;
}

.wpte-checkout-payment-info {
	display: block;
	width: 100%;
	background: #fafafa;
	padding: 15px;
	margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
	#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1024px) {
	.trip-content-area {
		max-width: 720px;
	}
	
	.single-trip #primary {
		width: 100%;
		flex: 0 0 100%;
		padding: 0 15px;
		margin: 0 0 60px;
		float: none;
	}
	
	.single-trip #secondary {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.page-template-template-destination .destination-holder .item {
		width: 33.3333%;
	}
	
	.archive .trip-content-area .grid .col {
		width: 50%;
	}
	
	.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
		width: 50%;
	}
	
	.page-template-template-activities .activities-holder .item, .page-template-template-trip_types .trip_types-holder .item {
		width: 50%;
	}
	
	.single-trip .widget-area .wte_enquiry_contact_form-wrap {
		margin-bottom: 60px;
	}
	
	.single-trip .widget-area #wte_enquiry_contact_form {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.wp-travel-engine-billing-details-field-wrap, .wp-travel-engine-personal-details, .wp-travel-engine-relation-details {
		width: 100%;
	}
	
	#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
		width: 100%;
		margin-right: 0;
	}
	
	#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a.nav-tab {
		position: relative;
	}
	
	#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a.nav-tab:after {
		position: absolute;
		top: 7px;
		right: 10px;
		content: "";
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E") center center no-repeat;
		width: 15px;
		height: 20px;
		transition: linear .2s;
	}
	
	#tabs-container .tab-inner-wrapper .nav-tab-active a.nav-tab:after {
		transform: rotate(180deg);
	}
	
	.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
		width: 100%;
		margin: 0 0 50px;
	}
	
	.page-template-template-destination .destination-holder .item {
		width: 50%;
	}
	
	.archive .trip-content-area .grid .col {
		width: 100%;
	}
	
	.archive .trip-content-area .wp-travel-inner-wrapper .grid .col .img-holder img {
		width: 100%;
	}
	
	.page-template-template-activities .activities-holder .item, .page-template-template-trip_types .trip_types-holder .item {
		width: 100%;
	}
	
	.single-trip #wte_enquiry_contact_form .row-repeater {
		width: 100%;
	}
	
	.faq .faq-row .accordion-tabs-toggle {
		padding-right: 40px;
	}
	
	.faq-title {
		width: 100%;
	}
	
	.category-main-wrap.category-grid.col-3 .category-trips-single, .category-main-wrap.category-grid.col-4 .category-trips-single {
		width: 50%;
		flex: 0 0 50%;
		padding: 5px 0;
	}
	
	.category-list .category-trips-single-inner-wrap .next-trip-info {
		width: 100%;
		display: block;
		padding: 0;
		flex: unset;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-template-template-destination .destination-holder .item {
		width: 100%;
	}
	
	.page-template-template-destination .destination-holder .item img {
		width: 100%;
	}
	
	.category-main-wrap.category-grid.col-2 .category-trips-single, .category-main-wrap.category-grid.col-3 .category-trips-single, .category-main-wrap.category-grid.col-4 .category-trips-single {
		width: 100%;
		flex: 0 0 100%;
		padding: 5px 0;
	}
	
	.category-main-wrap.category-grid {
		margin: 0;
	}
}

.page-template-template-destination .destination-holder .tour-count, .page-template-template-destination .activities-holder .tour-count, .page-template-template-destination .trip_types-holder .tour-count, .page-template-template-activities .destination-holder .tour-count, .page-template-template-activities .activities-holder .tour-count, .page-template-template-activities .trip_types-holder .tour-count, .page-template-template-trip_types .destination-holder .tour-count, .page-template-template-trip_types .activities-holder .tour-count, .page-template-template-trip_types .trip_types-holder .tour-count {
	font-size: 14px;
}

@media (min-width: 1025px) {
	.page-template-template-destination .destination-holder .item, .page-template-template-destination .activities-holder .item, .page-template-template-destination .trip_types-holder .item, .page-template-template-activities .destination-holder .item, .page-template-template-activities .activities-holder .item, .page-template-template-activities .trip_types-holder .item, .page-template-template-trip_types .destination-holder .item, .page-template-template-trip_types .activities-holder .item, .page-template-template-trip_types .trip_types-holder .item {
		margin-bottom: 68px;
	}
}

.page-template-template-destination .destination-holder .item .title-holder, .page-template-template-destination .activities-holder .item .title-holder, .page-template-template-destination .trip_types-holder .item .title-holder, .page-template-template-activities .destination-holder .item .title-holder, .page-template-template-activities .activities-holder .item .title-holder, .page-template-template-activities .trip_types-holder .item .title-holder, .page-template-template-trip_types .destination-holder .item .title-holder, .page-template-template-trip_types .activities-holder .item .title-holder, .page-template-template-trip_types .trip_types-holder .item .title-holder {
	font-size: 22px;
	font-weight: 500;
	margin-top: 24px;
	position: static;
	padding: 0;
}

.page-template-template-destination .destination-holder .item .img-holder, .page-template-template-destination .activities-holder .item .img-holder, .page-template-template-destination .trip_types-holder .item .img-holder, .page-template-template-activities .destination-holder .item .img-holder, .page-template-template-activities .activities-holder .item .img-holder, .page-template-template-activities .trip_types-holder .item .img-holder, .page-template-template-trip_types .destination-holder .item .img-holder, .page-template-template-trip_types .activities-holder .item .img-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	padding-top: 90%;
}

.page-template-template-destination .destination-holder .item .img-holder img, .page-template-template-destination .activities-holder .item .img-holder img, .page-template-template-destination .trip_types-holder .item .img-holder img, .page-template-template-activities .destination-holder .item .img-holder img, .page-template-template-activities .activities-holder .item .img-holder img, .page-template-template-activities .trip_types-holder .item .img-holder img, .page-template-template-trip_types .destination-holder .item .img-holder img, .page-template-template-trip_types .activities-holder .item .img-holder img, .page-template-template-trip_types .trip_types-holder .item .img-holder img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all .3s ease;
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder, .page-template-template-destination .activities-holder .item .img-holder .text-holder, .page-template-template-destination .trip_types-holder .item .img-holder .text-holder, .page-template-template-activities .destination-holder .item .img-holder .text-holder, .page-template-template-activities .activities-holder .item .img-holder .text-holder, .page-template-template-activities .trip_types-holder .item .img-holder .text-holder, .page-template-template-trip_types .destination-holder .item .img-holder .text-holder, .page-template-template-trip_types .activities-holder .item .img-holder .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(33, 131, 223, .8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;
	transition-delay: .3s;
	visibility: hidden;
	opacity: 0;
	font-size: 16px;
	padding: 30px;
	text-align: center;
}

.page-template-template-destination .destination-holder .item .img-holder .text-holder a, .page-template-template-destination .activities-holder .item .img-holder .text-holder a, .page-template-template-destination .trip_types-holder .item .img-holder .text-holder a, .page-template-template-activities .destination-holder .item .img-holder .text-holder a, .page-template-template-activities .activities-holder .item .img-holder .text-holder a, .page-template-template-activities .trip_types-holder .item .img-holder .text-holder a, .page-template-template-trip_types .destination-holder .item .img-holder .text-holder a, .page-template-template-trip_types .activities-holder .item .img-holder .text-holder a, .page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder a {
	text-decoration: none;
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination, .page-template-template-destination .activities-holder .item .img-holder .sub-destination, .page-template-template-destination .trip_types-holder .item .img-holder .sub-destination, .page-template-template-activities .destination-holder .item .img-holder .sub-destination, .page-template-template-activities .activities-holder .item .img-holder .sub-destination, .page-template-template-activities .trip_types-holder .item .img-holder .sub-destination, .page-template-template-trip_types .destination-holder .item .img-holder .sub-destination, .page-template-template-trip_types .activities-holder .item .img-holder .sub-destination, .page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a, .page-template-template-destination .activities-holder .item .img-holder .sub-destination a, .page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a, .page-template-template-activities .destination-holder .item .img-holder .sub-destination a, .page-template-template-activities .activities-holder .item .img-holder .sub-destination a, .page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a, .page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a, .page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a, .page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 8px;
	color: #fff;
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	transition-delay: .3s;
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(2), .page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(2) {
	transition-delay: .2s;
}

.page-template-template-destination .destination-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-destination .activities-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-destination .trip_types-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-activities .destination-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-activities .activities-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-activities .trip_types-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-trip_types .destination-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-trip_types .activities-holder .item .img-holder .sub-destination a:nth-child(3), .page-template-template-trip_types .trip_types-holder .item .img-holder .sub-destination a:nth-child(3) {
	transition-delay: .1s;
}

.page-template-template-destination .destination-holder .item .img-holder .button, .page-template-template-destination .activities-holder .item .img-holder .button, .page-template-template-destination .trip_types-holder .item .img-holder .button, .page-template-template-activities .destination-holder .item .img-holder .button, .page-template-template-activities .activities-holder .item .img-holder .button, .page-template-template-activities .trip_types-holder .item .img-holder .button, .page-template-template-trip_types .destination-holder .item .img-holder .button, .page-template-template-trip_types .activities-holder .item .img-holder .button, .page-template-template-trip_types .trip_types-holder .item .img-holder .button {
	font-size: 16px;
	padding: 10px 30px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
	background: none;
	font-weight: 500;
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
}

.page-template-template-destination .destination-holder .item .img-holder .button:hover, .page-template-template-destination .activities-holder .item .img-holder .button:hover, .page-template-template-destination .trip_types-holder .item .img-holder .button:hover, .page-template-template-activities .destination-holder .item .img-holder .button:hover, .page-template-template-activities .activities-holder .item .img-holder .button:hover, .page-template-template-activities .trip_types-holder .item .img-holder .button:hover, .page-template-template-trip_types .destination-holder .item .img-holder .button:hover, .page-template-template-trip_types .activities-holder .item .img-holder .button:hover, .page-template-template-trip_types .trip_types-holder .item .img-holder .button:hover {
	transition-delay: 0s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder, .page-template-template-destination .activities-holder .item .img-holder:hover .text-holder, .page-template-template-destination .trip_types-holder .item .img-holder:hover .text-holder, .page-template-template-activities .destination-holder .item .img-holder:hover .text-holder, .page-template-template-activities .activities-holder .item .img-holder:hover .text-holder, .page-template-template-activities .trip_types-holder .item .img-holder:hover .text-holder, .page-template-template-trip_types .destination-holder .item .img-holder:hover .text-holder, .page-template-template-trip_types .activities-holder .item .img-holder:hover .text-holder, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder {
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	visibility: visible;
	opacity: 1;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a, .page-template-template-destination .activities-holder .item .img-holder:hover .sub-destination a, .page-template-template-destination .trip_types-holder .item .img-holder:hover .sub-destination a, .page-template-template-activities .destination-holder .item .img-holder:hover .sub-destination a, .page-template-template-activities .activities-holder .item .img-holder:hover .sub-destination a, .page-template-template-activities .trip_types-holder .item .img-holder:hover .sub-destination a, .page-template-template-trip_types .destination-holder .item .img-holder:hover .sub-destination a, .page-template-template-trip_types .activities-holder .item .img-holder:hover .sub-destination a, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .sub-destination a {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button, .page-template-template-destination .activities-holder .item .img-holder:hover .button, .page-template-template-destination .trip_types-holder .item .img-holder:hover .button, .page-template-template-activities .destination-holder .item .img-holder:hover .button, .page-template-template-activities .activities-holder .item .img-holder:hover .button, .page-template-template-activities .trip_types-holder .item .img-holder:hover .button, .page-template-template-trip_types .destination-holder .item .img-holder:hover .button, .page-template-template-trip_types .activities-holder .item .img-holder:hover .button, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button:hover, .page-template-template-destination .activities-holder .item .img-holder:hover .button:hover, .page-template-template-destination .trip_types-holder .item .img-holder:hover .button:hover, .page-template-template-activities .destination-holder .item .img-holder:hover .button:hover, .page-template-template-activities .activities-holder .item .img-holder:hover .button:hover, .page-template-template-activities .trip_types-holder .item .img-holder:hover .button:hover, .page-template-template-trip_types .destination-holder .item .img-holder:hover .button:hover, .page-template-template-trip_types .activities-holder .item .img-holder:hover .button:hover, .page-template-template-trip_types .trip_types-holder .item .img-holder:hover .button:hover {
	transition-delay: 0s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .text-holder {
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	transition-delay: 0s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a {
	transition-delay: .1s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(2) {
	transition-delay: .2s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .sub-destination a:nth-child(3) {
	transition-delay: .3s;
}

.page-template-template-destination .destination-holder .item .img-holder:hover .button {
	transition-delay: .4s;
}

.page-template-template-activities .activities-holder .item:hover .img-holder img, .page-template-template-activities .trip_types-holder .item:hover .img-holder img, .page-template-template-trip_types .activities-holder .item:hover .img-holder img, .page-template-template-trip_types .trip_types-holder .item:hover .img-holder img {
	transform: scale(1.3);
}

:root .wpte-lrf-wrap {
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
}

.wpte-lrf-wrap:not(.wpte-dashboard) {
	max-width: 570px;
	margin: 60px auto;
}

.wpte-lrf-wrap *::before, .wpte-lrf-wrap *::after, .wpte-lrf-wrap * {
	box-sizing: border-box;
}

.wpte-lrf-wrap a {
	transition: all ease .35s;
}

.wpte-lrf-wrap img {
	max-width: 100%;
	vertical-align: top;
	width: auto;
	height: auto;
}

.wpte-lrf-top {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(var(--black-color-rgb), .1);
	background: var(--white-color);
	padding: 60px 40px;
}

.wpte-lrf-head {
	margin-bottom: 40px;
	text-align: center;
}

.wpte-lrf-desc {
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: .15px;
	margin-top: 30px;
}

.wpte-lrf-desc p {
	margin-top: 20px;
	margin-bottom: 0;
}

.wpte-lrf-additional-option {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.wpte-lrf-additional-option>div {
	width: 50%;
	text-align: center;
	font-size: 17px;
	font-family: sans-serif;
	padding: 10px;
}

.wpte-lrf-additional-option a {
	background: #3b5998;
	color: var(--white-color);
	border: 1px solid #304a7e;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.wpte-lrf-additional-option .wpte-lrf-google a {
	background: #dd4b39;
	border-color: #b83e30;
}

.wpte-lrf-additional-option a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.wpte-lrf-additional-option a:active {
	box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), .05) inset;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wpte-lrf-additional-option a svg {
	font-size: 24px;
	min-width: 40px;
	height: 40px;
	border-right: 1px solid #304a7e;
	padding: 10px;
	vertical-align: middle;
}

.wpte-lrf-additional-option .wpte-lrf-google a svg {
	border-right-color: #b83e30;
}

.wpte-lrf-additional-option a span {
	display: inline-block;
	min-width: calc(100% - 45px);
	min-height: 40px;
	vertical-align: middle;
	line-height: 30px;
	padding: 5px 10px;
}

.wpte-lrf-additional-option>.wpte-lrf-seperator {
	width: 100%;
	color: rgba(var(--black-color-rgb), .4);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

.wpte-login .wpte-lrf-additional-option>.wpte-lrf-seperator {
	margin-bottom: 15px;
}

.wpte-lrf-additional-option>.wpte-lrf-seperator::before {
	content: "";
	background: rgba(var(--black-color-rgb), .1);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	z-index: -1;
}

.wpte-lrf-additional-option>.wpte-lrf-seperator span {
	background: var(--white-color);
	display: inline-block;
	padding: 0 15px;
}

.wpte-lrf {
	margin-top: 30px;
}

.wpte-lrf-field {
	margin-top: 10px;
}

.wpte-lrf-field input[type=text], .wpte-lrf-field input[type=number], .wpte-lrf-field input[type=tel], .wpte-lrf-field input[type=email], .wpte-lrf-field input[type=password] {
	height: 50px;
	background: rgba(var(--black-color-rgb), .01);
	border: 1px solid rgba(var(--black-color-rgb), .08);
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 16px;
	letter-spacing: .1px;
	width: 100%;
}

.wpte-lrf-field input[type=text]:focus, .wpte-lrf-field input[type=email]:focus, .wpte-lrf-field input[type=password]:focus {
	background: none;
}

.wpte-lrf-field.lrf-submit {
	margin-top: 20px;
}

.lrf-submit input[type=submit] {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: none;
	font-size: 18px;
	letter-spacing: .1px;
	cursor: pointer;
	transition: all ease .35s;
}

.lrf-submit input[type=submit]:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.lrf-submit input[type=submit]:active {
	box-shadow: 0 0 5px 5px rgba(var(--black-color-rgb), .05) inset;
	opacity: 1;
	filter: alpha(opacity=100);
}

.wpte-lrf-footer {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 1.5;
}

.wpte-lrf-bottom {
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(var(--black-color-rgb), .1);
	background: var(--white-color);
	padding: 15px 40px;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
	line-height: 1.7;
	letter-spacing: .2px;
}

.wpte-login .wpte-lrf-footer a {
	color: var(--black-color);
	letter-spacing: .1px;
}

.lrf-disabled {
	opacity: .4;
	filter: alpha(opacity=100);
	pointer-events: none;
}

.wpte-dashboard .wpte-lrf-head {
	margin-bottom: 0;
	background: var(--white-color);
	border-bottom: 1px solid rgba(var(--black-color-rgb), .05);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 30px;
}

.wpte-dashboard .wpte-lrf-userprogile {
	display: flex;
	flex: initial;
	max-width: 250px;
	flex-direction: column;
	position: relative;
}

.wpte-dashboard .wpte-lrf-userprogile>a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
}

.wpte-dashboard .wpte-lrf-userprogile img {
	width: 35px;
	height: 35px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3px;
	margin-right: 10px;
}

.wpte-dashboard .wpte-lrf-userprogile b {
	font-weight: 500;
	letter-spacing: .1px;
	padding-right: 10px;
	color: initial;
}

.wpte-dashboard .wpte-lrf-userprogile>a>svg {
	width: 8px;
	height: 15px;
	transition: all ease .35s;
}

.wpte-dashboard .wpte-lrf-userprogile.active>a svg {
	transform: rotate(180deg);
}

.wpte-lrf-userprogile .lrf-userprofile-popup {
	display: none;
	position: absolute;
	z-index: 1;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	background: var(--white-color);
	box-shadow: 0 -3px 34px rgba(var(--black-color-rgb), .07);
	padding: 20px;
	font-size: 16px;
}

.wpte-lrf-userprogile .lrf-userprofile-popup::before {
	content: "";
	border-bottom: 8px solid var(--white-color);
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: -8px;
	right: 20px;
}

.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
	background: rgba(var(--black-color-rgb), .05);
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
}

.wpte-lrf-userprogile .lrf-userprofile-popup .lrf-userprofile-logout {
	background: rgba(var(--black-color-rgb), .05);
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
}

.wpte-lrf-userprogile .lrf-userprofile-popup svg {
	margin-right: 7px;
}

.wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 30px;
}

.wpte-dashboard .wpte-lrf-content-area {
	display: flex;
	flex-wrap: wrap;
	background: rgba(var(--black-color-rgb), .02);
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
	padding-top: 6%;
	width: 250px;
	background: var(--white-color);
	display: flex;
	flex-direction: column;
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
	display: block;
	text-decoration: none !important;
	padding: 15px 30px 15px 60px;
	color: rgba(var(--black-color-rgb), .7);
	letter-spacing: .05px;
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab:hover {
	font-weight: 600;
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active {
	font-weight: 600;
	background: var(--black-color);
	color: var(--white-color);
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
	content: "";
	width: 11px;
	height: 11px;
	background: rgba(var(--black-color-rgb), .35);
	position: relative;
	display: inline-block;
	margin-right: 15px;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(var(--black-color-rgb), .2);
}

.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab.active::before {
	background: var(--white-color);
	box-shadow: 0 0 0 3px rgba(var(--white-color-rgb), .2);
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
	width: calc(100% - 250px);
	padding: 6% 4%;
}

.wpte-dashboard .wpte-lrf-main .wpte-lrf-tab-content:not(.active) {
	display: none;
}

.wpte-dashboard .wpte-lrf-header {
	max-width: 700px;
	margin-bottom: 40px;
}

.wpte-dashboard .wpte-lrf-title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: .05px;
	line-height: 1.5;
}

.wpte-dashboard .lrf-dashboard-content .wpte-lrf-title {
	font-style: italic;
}

.wpte-dashboard .wpte-lrf-description {
	font-size: 18px;
	line-height: 1.65;
	margin-top: 15px;
	letter-spacing: .15px;
	font-weight: normal;
}

.wpte-dashboard .wpte-lrf-description p {
	margin-top: 0;
	margin-bottom: 20px;
}

.wpte-dashboard .wpte-lrf-description p:last-child {
	margin-bottom: 0;
}

.lrf-dashboard-content .wpte-lrf-block-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: -2%;
	margin-right: -2%;
}

.wpte-lrf-block {
	background: var(--white-color);
	border-radius: 10px;
	box-shadow: 0 4px 34px rgba(var(--black-color-rgb), .02);
	padding: 4%;
}

.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
	width: 29.33%;
}

.wpte-lrf-block .wpte-lrf-block-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05px;
}

.wpte-lrf-block .wpte-lrf-block-desc {
	font-size: 16px;
	letter-spacing: .15px;
	margin-top: 15px;
	-ms-word-break: break-all;
	word-break: break-all;
}

.wpte-lrf-block .wpte-lrf-btn-wrap {
	border-top: 1px solid rgba(var(--black-color-rgb), .1);
	margin-top: 20px;
	padding-top: 30px;
}

.wpte-lrf-btn-transparent {
	display: inline-block;
	text-decoration: none;
	border: 1px solid rgba(var(--black-color-rgb), .2);
	border-radius: 4px;
	color: var(--black-color);
	padding: 12px 15px;
	font-size: 14px;
	letter-spacing: .5px;
}

.wpte-lrf-btn-transparent:hover {
	background: var(--black-color);
	color: var(--white-color);
}

.wpte-dashboard .wpte-lrf-edit {
	display: inline-flex;
	text-decoration: none;
	color: initial;
	font-size: 14px;
	letter-spacing: .15px;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-dashboard .wpte-lrf-edit:hover {
	color: var(--black-color);
}

.wpte-dashboard .wpte-lrf-edit svg {
	width: 25px;
	height: 25px;
	border: 1px solid rgba(var(--black-color-rgb), .1);
	border-radius: 100%;
	padding: 7px;
	color: var(--black-color);
	margin-left: 10px;
	transition: all ease .35s;
}

.wpte-dashboard .wpte-lrf-edit:hover svg {
	background: var(--black-color);
	color: var(--white-color);
}

.wpte-lrf-btn-link {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .15px;
	color: var(--black-color);
}

.wpte-dashboard .wpte-lrf-edit+.wpte-lrf-btn-link {
	padding-left: 20px;
}

.wpte-lrf-btn-link:hover {
	text-decoration: underline;
}

.lrf-bookings-content .wpte-lrf-block {
	padding: 20px;
}

.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn {
	margin-left: 0;
	text-decoration: none !important;
}

.wpte-lrf-btn-transparent.wte-dbrd-tab {
	text-decoration: none !important;
}

.wpte-dashboard .wpte-lrf-table {
	width: 100%;
	border-collapse: collapse;
	counter-reset: th-count;
}

.wpte-dashboard .wpte-lrf-table tr {
	border-bottom: 1px solid rgba(var(--black-color-rgb), .05);
}

.wpte-dashboard .wpte-lrf-table th, .wpte-dashboard .wpte-lrf-table td {
	text-align: left;
	padding: 45px 30px;
}

.wpte-dashboard .wpte-lrf-table th, .wpte-dashboard .wpte-lrf-table td {
	padding: 30px 15px !important;
}

.wpte-dashboard .wpte-lrf-table th {
	padding-left: 45px;
	counter-increment: th-count;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05px;
	position: relative;
	max-width: 250px;
}

.wpte-dashboard .wpte-lrf-table th::before {
	content: counter(th-count) ". ";
}

.wpte-dashboard .wpte-lrf-table th::after {
	content: "";
	background: rgba(var(--black-color-rgb), .05);
	width: 1px;
	position: absolute;
	top: 45px;
	bottom: 45px;
	right: 0;
}

.wpte-dashboard .wpte-lrf-table td:last-child {
	padding-right: 45px;
	position: relative;
}

.wpte-dashboard .wpte-lrf-table td:last-child::before {
	content: "";
	background: rgba(var(--black-color-rgb), .05);
	width: 1px;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 0;
}

.lrf-bookings-content .wpte-lrf-block .wpte-lrf-btn-wrap {
	border-top: 0;
	margin-top: 0;
}

.lrf-td-title {
	font-size: 14px;
	letter-spacing: .05px;
	color: rgba(var(--black-color-rgb), .6);
	display: block;
	margin-bottom: 10px;
}

.lrf-td-desc {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05px;
}

.wpte-dashboard .wpte-lrf-table td .wpte-lrf-btn-transparent {
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-decoration: none !important;
}

.lrf-pending {
	color: #518a35;
}

.lrf-cancelled {
	color: #dd3c3c;
}

.wpte-lrf-btn {
	margin-left: 45px;
	margin-bottom: 45px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: .4px;
	color: var(--white-color);
	background: var(--black-color);
	border: 1px solid var(--black-color);
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 4px;
	box-shadow: 0 4px 34px rgba(var(--black-color-rgb), .02);
}

.wpte-lrf-btn:hover {
	background: none;
	color: var(--black-color);
}

.lrf-address-content .wpte-lrf-block, .lrf-account-content .wpte-lrf-block {
	background: none;
	padding: 0;
	box-shadow: none;
}

.wpte-dashboard .wpte-lrf-form {
	max-width: 625px;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 25px;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
	display: inline-block;
	width: 100px;
	font-size: 16px;
	letter-spacing: .15px;
	font-weight: 500;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=text], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=number], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=tel], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=email], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=text], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=number], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=tel], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=email], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=password], .lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
	background: var(--white-color);
	margin-left: 25px;
	width: calc(100% - 125px);
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field select {
	height: 50px;
	background: #fff;
	border: 1px solid rgba(var(--black-color-rgb), .08);
	border-radius: 5px;
	padding: 10px 15px;
	font-size: 16px;
	letter-spacing: .1px;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
	width: calc(100% - 125px);
	margin-left: auto;
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: .15px;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit, .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit {
	padding-right: 0;
	border-top: 1px solid rgba(var(--black-color-rgb), .05);
	padding-top: 30px;
}

.lrf-address-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn, .lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
	width: auto;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: .4px;
	opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid var(--black-color);
}

.wpte-lrf-field.lrf-rememberme label {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	color: rgba(35, 35, 35, .9);
	font-weight: 400;
}

.wpte-lrf-field.lrf-rememberme input[type=checkbox] {
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpte-lrf-field.lrf-rememberme label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid rgba(35, 35, 35, .9);
	border-radius: 2px;
}

.wpte-lrf-field.lrf-rememberme label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23232323%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/%3E%3C/svg%3E") center center no-repeat;
	background-size: 12px;
	background-position: center;
	opacity: 0;
	transition: all ease .2s;
}

.wpte-lrf-field.lrf-rememberme input[type=checkbox]:checked~label:after {
	opacity: 1;
}

.wp-travel-engine-error-msg, .wp-travel-engine-success-msg {
	font-size: 18px;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px 15px;
	width: 100%;
	border-radius: 4px;
}

.wp-travel-engine-error-msg+.wp-travel-engine-error-msg {
	margin-top: 10px;
}

.wp-travel-engine-success-msg {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.lrf-toggle .lrf-toggle-box {
	width: 60px;
	height: 30px;
	background: rgba(var(--black-color-rgb), .1);
	border-radius: 50px;
	margin-left: 25px;
	line-height: 30px;
	text-align: center;
	padding: 0 7px;
	position: relative;
	cursor: pointer;
	transition: all ease .35s;
}

.lrf-toggle .lrf-toggle-box::before {
	content: "";
	background: var(--white-color);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 4px;
	border-radius: 100%;
	transition: all ease .35s;
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt {
	color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: .15px;
	font-size: 12px;
	display: inline-block;
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:first-child {
	display: none;
}

.lrf-toggle .lrf-toggle-box .lrf-chkbx-txt:last-child {
	float: right;
	color: var(--black-color);
}

.lrf-toggle .lrf-toggle-box.active {
	background: var(--primary-color);
}

.lrf-toggle .lrf-toggle-box.active::before {
	left: 32px;
}

.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:first-child {
	display: block;
	float: left;
}

.lrf-toggle .lrf-toggle-box.active .lrf-chkbx-txt:last-child {
	display: none;
}

.wpte-lrf-field.lrf-toggle+.wpte-lrf-popup {
	border-top: 1px solid rgba(var(--black-color-rgb), .1);
	padding-top: 10px;
	margin-top: 40px;
	display: none;
}

.white-popup {
	position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.white-popup h5 {
	font-size: 24px;
	font-weight: 600;
}

.white-popup h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
}

.wpte-lrf .wpte-lrf-field .parsley-required {
	list-style: none !important;
	padding: 0 !important;
}

.wpte-bf-checkout .wpte-bf-checkout-form .wte-default-payment-button-hidden .wpte-bf-submit {
	display: none;
}

.wpte-bf-checkout #wte-PayPalExpress-button {
	margin-top: 40px;
}

#wp-travel-engine-new-checkout-form .wpte-bf-field.wpte-bf-submit {
	margin-top: 40px;
}

.thank-you-container-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 50px;
}

.thank-you-container-2 .wpte-lrf-btn-wrap {
	display: inline-block;
	margin-right: 20px;
}

.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn {
	text-decoration: none !important;
	color: #fff;
	margin: 0;
}

.thank-you-container-2 .wpte-lrf-btn-wrap .wpte-lrf-btn:hover {
	color: #000;
}

@media screen and (max-width: 1199px) {
	.lrf-bookings-content .wpte-lrf-block {
		overflow: auto;
	}
	
	.wpte-dashboard .wpte-lrf-table {
		width: 992px;
	}
	
	.wpte-lrf-block {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area {
		flex-direction: column;
	}
	
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
		width: 100%;
		padding-top: 0;
		flex-flow: row wrap;
		justify-content: center;
	}
	
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.wpte-lrf-top {
		padding: 40px 20px;
	}
	
	.wpte-lrf-additional-option {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	
	.wpte-lrf-additional-option>div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.wpte-lrf-additional-option a {
		display: inline-block;
	}
	
	.wpte-lrf-bottom {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wpte-lrf-footer {
		padding-left: 0;
		padding-right: 0;
	}
	
	.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab {
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wpte-dashboard .wpte-lrf-sidebar .wpte-lrf-tab::before {
		display: none;
	}
	
	.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
		width: 46%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	.wpte-dashboard .wpte-lrf-head {
		padding: 15px;
		flex-direction: column-reverse;
	}
	
	.wpte-dashboard .wpte-lrf-userprogile {
		margin-top: 20px;
	}
	
	.wpte-dashboard .wpte-lrf-head .wpte-lrf-logo {
		padding-left: 0;
		flex: auto;
		max-width: 200px;
	}
	
	.lrf-dashboard-content .wpte-lrf-block-wrap {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
	
	.lrf-dashboard-content .wpte-lrf-block-wrap .wpte-lrf-block {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
		padding-right: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.lrf-address-content .wpte-lrf-block .wpte-lrf-field, .lrf-account-content .wpte-lrf-block .wpte-lrf-field {
		padding-right: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-field-label {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=text], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=number], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=tel], .lrf-address-content .wpte-lrf-block .wpte-lrf-field input[type=email], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=text], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=number], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=tel], .lrf-account-content .wpte-lrf-block .wpte-lrf-field input[type=email] {
		width: 100%;
		margin-left: 0;
	}
	
	.lrf-address-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip, .lrf-account-content .wpte-lrf-block .wpte-lrf-field .lrf-tooltip {
		width: 100%;
	}
	
	.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle {
		flex-direction: row;
		align-items: center;
	}
	
	.lrf-account-content .wpte-lrf-block .wpte-lrf-field.lrf-toggle .lrf-field-label {
		width: 130px;
		margin-bottom: 0;
	}
}

.mfp-hide {
	display: none;
}

img {
	max-width: 100%;
}

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

.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);
	margin: 0 5px;
	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;
}

.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 .item {
	border-bottom: none;
}

@media (min-width: 1200px) {
	#wte__booking {
		max-width: 1170px;
	}
}

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

.wpte-select-options {
	display: inline-block;
	position: relative;
	font-size: 15px;
	margin: 0 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);
	padding-right: 32px;
	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 .wpte-select-options-wrapper {
	position: absolute;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 15px;
	min-width: 100%;
	margin-top: 10px;
	transform: translateY(15px);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	z-index: 111;
}

.wpte-select-options .wpte-select-options-wrapper::before, .wpte-select-options .wpte-select-options-wrapper::after {
	content: "";
	border-bottom: 8px solid #fff;
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	position: absolute;
	left: 15px;
	bottom: 100%;
}

.wpte-select-options .wpte-select-options-wrapper::before {
	border-bottom-color: rgba(0, 0, 0, .1);
	margin-bottom: 0px;
}

.wpte-select-options.active .option-toggle::after {
	transform: translateY(-50%) rotate(180deg);
}

.wpte-select-options.active .wpte-select-options-wrapper {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.wpte-select-options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpte-select-options ul li {
	padding: 10px 0;
}

.wpte-group-discount-options .wpte-select-options-wrapper {
	width: 300px;
}

.wpte-group-discount-options .options-list {
	display: flex;
	flex-direction: column;
}

.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);
}

.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;
}

.wte-global-popup {
	max-width: 100%;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 3px;
	box-shadow: 0 7px 26px rgba(0, 0, 0, .16);
}

@media (min-width: 768px) {
	.wte-global-popup {
		width: 90%;
		height: 81.1%;
	}
}

@media (min-width: 1200px) {
	.wte-global-popup {
		max-width: 1367px;
	}
}

.wte-global-popup .mfp-close {
	position: absolute;
	top: 12px;
	right: 12px;
	padding: 0;
	border: none;
	background: none;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	font-size: 0px;
	transition: all .1s linear;
	opacity: .2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714.828%27 height=%2714.828%27 viewBox=%270 0 14.828 14.828%27%3E%3Cg id=%27Component_8_7%27 data-name=%27Component 8 %E2%80%93 7%27 transform=%27translate%281.414 1.414%29%27%3E%3Cg id=%27Group_2308%27 data-name=%27Group 2308%27 opacity=%271%27%3E%3Cg id=%27Group_2307%27 data-name=%27Group 2307%27%3E%3Cpath id=%27Path_23938%27 data-name=%27Path 23938%27 d=%27M-3543.213-3525.86l12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3Cpath id=%27Path_23939%27 data-name=%27Path 23939%27 d=%27M-3531.213-3525.86l-12,12%27 transform=%27translate%283543.213 3525.86%29%27 fill=%27none%27 stroke=%27%23170d44%27 stroke-linecap=%27round%27 stroke-width=%272%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 100%;
	background-repeat: no-repeat;
}

.wte-global-popup .mfp-close.nitro-lazy {
	background-image: none !important;
}

.wte-global-popup .mfp-close:hover {
	opacity: 1;
}

.wte-global-popup .mfp-close:active {
	top: 12px;
}

.wpte-booking-area {
	box-shadow: 0 -2px 205px rgba(0, 0, 0, .04), 0 -.6px 61.8px rgba(0, 0, 0, .0261), 0 -.25px 25px rgba(0, 0, 0, .02), 0 -.09px 9px rgba(0, 0, 0, .0139);
	border-radius: 5px;
	font-family: var(--primary-font);
	font-size: 14px;
	line-height: 2;
	color: var(--font-color);
	background-color: #fff;
}

@media (max-width: 1024px) {
	.wpte-booking-area {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		z-index: 111;
		box-shadow: -2px 0 16px rgba(0, 0, 0, .2);
		border-radius: 0;
		padding: 0 32px 16px;
	}
}

.wpte-booking-area .wpte-custom-tooltip {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width=%277%27 height=%278%27 viewBox=%270 0 7 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.86115 4.46133C4.60133 4.55361 4.3759 4.72306 4.21506 4.94699C4.05421 5.17092 3.96563 5.43865 3.96115 5.71432V6.02835H3.06815C3.04971 5.67567 3.08342 5.32219 3.16815 4.97934C3.35597 4.56734 3.67156 4.22683 4.06815 4.00833C4.85715 3.54633 5.22215 3.07035 5.16815 2.58035C5.09015 1.88035 4.63013 1.51234 3.79413 1.46634C3.36252 1.42667 2.9319 1.55188 2.58887 1.8168C2.24584 2.08173 2.01584 2.46673 1.94513 2.89435L0.994141 2.49435L1.15112 2.13434C1.40302 1.62754 1.8112 1.21513 2.31537 0.958007C2.81954 0.700881 3.393 0.612651 3.95114 0.706328C5.36714 0.775328 6.14014 1.38134 6.27014 2.51333C6.34881 3.23467 5.87679 3.88499 4.85413 4.46432L4.86115 4.46133ZM3.96814 7.79333H3.06815V6.90134H3.96814V7.79333Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
	background-color: var(--primary-color);
	margin-left: 5px;
}

.wpte-booking-area .wpte-custom-tooltip.nitro-lazy {
	background-image: none !important;
}

.wpte-booking-area .wpte-custom-tooltip::before {
	content: attr(data-title);
	width: 200px;
	background: rgba(9, 20, 38, .8);
	border-radius: 5px;
	line-height: 1.4;
	font-size: 14px;
	padding: 12px;
	color: #fff;
	position: absolute;
	margin-bottom: 10px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.wpte-booking-area .wpte-custom-tooltip::after {
	content: "";
	border-top: 5px solid rgba(9, 20, 38, .8);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	position: absolute;
	bottom: 100%;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.wpte-booking-area .wpte-custom-tooltip:hover::before, .wpte-booking-area .wpte-custom-tooltip:hover::after {
	visibility: visible;
	opacity: 1;
}

.wpte-booking-area .wpte-booking-inner-wrapper {
	position: relative;
	padding-top: 48px;
	padding-bottom: 24px;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-booking-inner-wrapper {
		padding: 0 !important;
	}
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-gd-text {
		display: none !important;
	}
}

.wpte-booking-area .wpte-bf-btn {
	padding: 16px;
	background: #efefef;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now {
	font-size: 18px;
	background: var(--primary-color);
	color: #fff;
}

.wpte-booking-area .wpte-bf-btn:active, .wpte-booking-area .wpte-bf-btn:hover {
	background: #096ce4;
	color: #fff;
}

.wpte-booking-area .wpte-bf-gd-text {
	display: inline-block;
	max-width: 100%;
	font-size: 13px;
	background: rgba(var(--primary-color-rgb), .1);
	padding: 1px 10px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 0 0;
}

.wpte-booking-area .wpte-bf-discount-tag {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	background: #ea7810;
	border-radius: 14px;
	padding: 5.5px 10px;
	margin: 0 0 0 25px;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-discount-tag {
		display: none;
	}
}

.wpte-booking-area .wpte-bf-price-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border: none;
	background: none;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-price-wrap {
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease;
		border-bottom: none !important;
	}
}

.wpte-booking-area .wpte-bf-price {
	display: flex;
	width: 100%;
	flex-direction: column;
	flex: 1 0 50%;
	padding: 24px;
	padding-bottom: 24px;
	align-items: unset;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), .1);
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-price {
		padding: 16px 0;
	}
}

@media (min-width: 768px) {
	.wpte-booking-area .wpte-bf-price {
		width: 50%;
	}
}

.wpte-booking-area .wpte-bf-price:last-child {
	border-bottom: 1px solid rgba(var(--primary-color-rgb), .1);
}

.wpte-booking-area .wpte-bf-price .wpte-bf-price-from {
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
}

.wpte-booking-area .wpte-bf-price del {
	font-size: 14px;
	line-height: 1;
}

.wpte-booking-area .wpte-bf-price ins {
	font-weight: 500;
	line-height: 1 !important;
}

.wpte-booking-area .wpte-bf-price .wpte-bf-reg-price {
	line-height: normal;
	margin-bottom: 6px;
}

.wpte-booking-area .wpte-bf-price .wpte-bf-price-amount {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	text-decoration: none;
}

.wpte-booking-area .wpte-bf-price .wpte-bf-pqty {
	line-height: 21px;
	color: #061626;
	font-size: 14px;
}

.wpte-booking-area .wpte-bf-price .wpte-bf-offer-price {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	grid-gap: 5px;
	line-height: 1;
}

.wpte-booking-area .wpte-bf-content {
	margin-top: 0;
	padding: 24px 25px 0;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-content {
		display: none;
	}
}

.wpte-booking-area .wpte-bf-content ul, .wpte-booking-area .wpte-bf-content ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpte-booking-area .wpte-bf-content ul li, .wpte-booking-area .wpte-bf-content ol li {
	position: relative;
	padding-left: 22px !important;
	margin-bottom: 9px;
}

.wpte-booking-area .wpte-bf-content ul li::before, .wpte-booking-area .wpte-bf-content ol li::before {
	content: "";
	position: absolute;
	left: 0;
	color: var(--primary-color);
}

.wpte-booking-area .wpte-bf-content ul li::before {
	width: 12px;
	height: 6px;
	top: 8px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--primary-color);
	border-bottom-color: var(--primary-color);
	transform: rotate(315deg);
}

.wpte-booking-area .wpte-bf-content ol {
	counter-reset: order-count;
}

.wpte-booking-area .wpte-bf-content ol li {
	counter-increment: order-count;
}

.wpte-booking-area .wpte-bf-content ol li::before {
	content: counter(order-count);
	font-style: italic;
}

.wpte-booking-area .wpte-bf-btn-wrap {
	margin-top: 24px;
	padding: 0 25px;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-btn-wrap {
		padding: 16px 0 0;
		margin: 0;
	}
}

.wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
	width: 100%;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn {
		padding: 12px 24px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.wpte-booking-area .wpte-booking-footer-text {
	line-height: 1.4;
	text-align: center;
	padding: 24px;
	border-top: 1px solid rgba(var(--primary-color-rgb), .05);
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-booking-footer-text {
		padding: 12px 0 0;
	}
}

@media (max-width: 767px) {
	.wpte-booking-area .wpte-booking-footer-text {
		font-size: 12px;
	}
}

.wpte-booking-area .wpte-booking-footer-text a, .wpte-booking-area .wpte-booking-footer-text a:link {
	color: var(--primary-color);
	text-decoration: none;
}

.wpte-booking-area .wpte-booking-footer-text a:hover, .wpte-booking-area .wpte-booking-footer-text a:link:hover {
	text-decoration: underline;
}

button:disabled {
	opacity: .5;
	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;
}

.single-trip .mfp-wrap {
	z-index: 999999;
}

.widget-area {
	display: block !important;
}

.tippy-box {
	background: #000;
	border-radius: 4px;
	padding: 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	max-width: 280px;
}

.tippy-box[data-placement^=top]>.tippy-arrow::before {
	border-top-color: #000;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow::before {
	border-bottom-color: #000;
}

.tippy-box[data-placement^=left]>.tippy-arrow::before {
	border-left-color: #000;
}

.tippy-box[data-placement^=right]>.tippy-arrow::before {
	border-right-color: #000;
}

button.wpte_price-toggle-btn-mb, button.wpte_price-toggle-btn-mb:focus {
	background-color: #fff;
	border: none;
	padding: 8px 24px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	color: #000;
	border-radius: 6px 6px 0 0;
	display: inline-flex;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	box-shadow: 0 -8px 8px rgba(0, 0, 0, .1);
	transition: all .3s ease;
	z-index: 11;
}

@media (min-width: 1025px) {
	button.wpte_price-toggle-btn-mb, button.wpte_price-toggle-btn-mb:focus {
		display: none;
	}
}

button.wpte_price-toggle-btn-mb::after, button.wpte_price-toggle-btn-mb:focus::after {
	content: attr(data-text);
	display: inline-block;
	transition: all .3s ease;
	text-decoration: none;
}

button.wpte_price-toggle-btn-mb.active .current-text, button.wpte_price-toggle-btn-mb:focus.active .current-text {
	display: none;
}

button.wpte_price-toggle-btn-mb.active::before, button.wpte_price-toggle-btn-mb:focus.active::before {
	content: attr(data-active-text);
}

button.wpte_price-toggle-btn-mb.active::after, button.wpte_price-toggle-btn-mb:focus.active::after {
	transform: rotate(180deg);
}

.wpte-form-layout-1 button.wpte_price-toggle-btn-mb::after, .wpte-form-layout-1 button.wpte_price-toggle-btn-mb:focus::after, .wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after, .wpte-form-layout-2 button.wpte_price-toggle-btn-mb:focus::after {
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M0.792893 7.70711C0.402369 7.31658 0.402369 6.68342 0.792893 6.29289L6.79289 0.292893C7.18342 -0.0976314 7.81658 -0.0976314 8.20711 0.292894L14.2071 6.29289C14.5976 6.68342 14.5976 7.31658 14.2071 7.70711C13.8166 8.09763 13.1834 8.09763 12.7929 7.70711L7.5 2.41421L2.20711 7.70711C1.81658 8.09763 1.18342 8.09763 0.792893 7.70711Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	margin-left: 8px;
}

@media (max-width: 1024px) {
	.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:last-child, .wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price:nth-last-child(2) {
		padding-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.wpte-booking-area.wpte-form-layout-3 {
		width: calc(100vw - 32px);
		left: auto;
		right: 16px;
		bottom: 16px;
		border-radius: 16px;
		padding: 0;
		background: none;
	}
}

@media (max-width: 1024px) {
	.wpte-form-layout-2 {
		border-radius: 16px 16px 0 0;
		padding: 4px 16px 16px;
	}
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb {
	background: linear-gradient(to bottom, #fff 60%, transparent 40%) !important;
	color: rgba(6, 22, 38, .8) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	justify-content: center;
	transform: translate(-50%, 50%);
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::before {
	content: none;
}

.wpte-form-layout-2 button.wpte_price-toggle-btn-mb::after {
	margin: 0 !important;
}

@media (max-width: 1024px) {
	.wpte-form-layout-2.wpte-default-form {
		padding-top: 24px;
	}
	
	.wpte-form-layout-2.wpte-default-form .wpte-booking-inner-wrapper {
		display: flex;
		justify-content: space-between;
		padding-bottom: 24px !important;
	}
	
	.wpte-form-layout-2.wpte-default-form button.wpte_price-toggle-btn-mb {
		display: none;
	}
	
	.wpte-form-layout-2.wpte-default-form .wpte-bf-price-wrap {
		max-height: unset;
		overflow: visible;
		display: flex;
		margin: 0 !important;
	}
	
	.wpte-form-layout-2.wpte-default-form .wpte-bf-price {
		padding-left: 0;
		padding-right: 16px;
		border: none !important;
		padding-bottom: 0;
		padding-top: 0;
	}
	
	.wpte-form-layout-2.wpte-default-form .wpte-bf-btn-wrap {
		padding-top: 0;
	}
}

@media (max-width: 1024px) {
	.wpte-form-layout-3 button.wpte_price-toggle-btn-mb {
		transform: unset;
		transform: scale(1, 1);
		position: fixed;
		left: auto;
		right: 24px;
		bottom: 24px;
		width: 60px;
		height: 60px;
		font-size: 30px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
		background-color: var(--primary-color);
		color: #fff;
		box-shadow: 4px 6px 12px rgba(94, 70, 8, .2);
	}
	
	.wpte-form-layout-3 button.wpte_price-toggle-btn-mb.active {
		visibility: hidden;
		opacity: 0;
		transform: scale(0, 0);
	}
	
	.wpte-form-layout-3>.wrap {
		padding: 8px 32px 24px;
		background-color: #fff;
		width: calc(100vw - 32px);
		position: fixed;
		left: auto;
		right: 16px;
		bottom: 16px;
		border-radius: 16px;
		box-shadow: 4px 6px 12px rgba(94, 70, 8, .2);
		transition: all .3s ease;
		transform: scale(0, 0);
		transform-origin: right bottom;
		opacity: 0;
		z-index: 11;
	}
	
	.wpte-form-layout-3.show .wrap {
		transform: scale(1, 1);
		opacity: 1;
	}
	
	.wpte-form-layout-3 .wpte-bf-price-wrap {
		overflow: visible;
		max-height: unset;
	}
	
	.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3, .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:active, .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:focus {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 0;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #fff !important;
		background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.4 15L10 11.4L13.6 15L15 13.6L11.4 10L15 6.4L13.6 5L10 8.6L6.4 5L5 6.4L8.6 10L5 13.6L6.4 15ZM10 20C8.61667 20 7.31667 19.7373 6.1 19.212C4.88333 18.6873 3.825 17.975 2.925 17.075C2.025 16.175 1.31267 15.1167 0.788 13.9C0.262667 12.6833 0 11.3833 0 10C0 8.61667 0.262667 7.31667 0.788 6.1C1.31267 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.31233 6.1 0.787C7.31667 0.262333 8.61667 0 10 0C11.3833 0 12.6833 0.262333 13.9 0.787C15.1167 1.31233 16.175 2.025 17.075 2.925C17.975 3.825 18.6873 4.88333 19.212 6.1C19.7373 7.31667 20 8.61667 20 10C20 11.3833 19.7373 12.6833 19.212 13.9C18.6873 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6873 13.9 19.212C12.6833 19.7373 11.3833 20 10 20Z%27 fill=%27%23DE4444%27/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		border: none;
	}
	
	.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3.nitro-lazy, .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:active.nitro-lazy, .wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3:focus.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 1025px) {
	.wpte-form-layout-3 .wpte_price-toggle-btn-mb-layout-3 {
		display: none;
	}
}

@media (max-width: 1024px) {
	.wpte-form-layout-2 .wpte-bf-btn-wrap, .wpte-form-layout-3 .wpte-bf-btn-wrap {
		padding-top: 24px;
	}
	
	.wpte-form-layout-2 .wpte-bf-price-wrap, .wpte-form-layout-3 .wpte-bf-price-wrap {
		justify-content: center;
	}
	
	.wpte-form-layout-2 .wpte-bf-price, .wpte-form-layout-3 .wpte-bf-price {
		padding-left: 24px;
		padding-right: 24px;
		border-bottom: 0;
		margin-bottom: 1em;
	}
	
	.wpte-form-layout-2 .wpte-bf-price:nth-child(2n-1), .wpte-form-layout-3 .wpte-bf-price:nth-child(2n-1) {
		border-right: 1px solid rgba(var(--primary-color-rgb), .1);
	}
	
	.wpte-form-layout-2 .wpte-bf-price:last-child, .wpte-form-layout-2 .wpte-bf-price:nth-last-child(2), .wpte-form-layout-3 .wpte-bf-price:last-child, .wpte-form-layout-3 .wpte-bf-price:nth-last-child(2) {
		margin-bottom: 0;
	}
	
	.wpte-form-layout-2 .wpte-bf-price:last-child, .wpte-form-layout-3 .wpte-bf-price:last-child {
		border-right: 0;
	}
}

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

@media (min-width: 768px) {
	.wte-process-layout {
		max-height: 80vh;
	}
}

@media (min-width: 1200px) {
	.wte-process-layout {
		display: grid;
		grid-template-areas: "steps sidebar" "tabs sidebar";
		grid-template-rows: 75px 1fr;
		grid-template-columns: 67.3% 32.7%;
		overflow: hidden;
	}
}

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

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

.wte-process-layout .wte-process-nav .wte-process-container, .wte-process-layout .wte-process-nav .wte-process-nav-list {
	height: 100%;
}

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

.wte-process-layout .wte-process-nav .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-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item {
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	color: #000;
	text-align: center;
	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%;
}

@media (min-width: 768px) {
	.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item {
		padding: 30px;
	}
}

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

@media (max-width: 575px) {
	.wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item a {
		font-size: 0;
	}
}

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

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

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

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

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

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

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

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

.wte-process-layout .wte-process-tabs {
	grid-area: tabs;
}

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

@media (min-width: 768px) {
	.wte-process-layout .wte-process-tabs .wte-process-container {
		height: calc(81.1vh - 75px);
		padding-bottom: 124px;
	}
}

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

@media (min-width: 768px) {
	.wte-process-layout .wte-process-tabs .wte-process-tab-item {
		height: 100%;
		overflow-y: auto;
	}
}

@media (min-width: 1200px) {
	.wte-process-layout .wte-process-tabs .wte-process-tab-item {
		padding-right: 10px;
		overflow: hidden;
		overflow-y: auto;
	}
	
	.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-thumb {
		background-color: #eee;
		border-radius: 5px;
		visibility: hidden;
	}
	
	.wte-process-layout .wte-process-tabs .wte-process-tab-item::-webkit-scrollbar-thumb:hover {
		background-color: #ccc;
	}
	
	.wte-process-layout .wte-process-tabs .wte-process-tab-item:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .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-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .wte-package-type {
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month select, .wte-process-layout .wte-process-tabs .wte-process-tab-item .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;
}

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

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

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .wte-process-layout .wte-process-tabs .wte-process-tab-item .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-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover, .wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
	color: var(--primary-color);
}

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

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

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

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

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

@media (max-width: 767px) {
	.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days, .wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer {
		min-width: unset;
	}
}

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

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day {
	max-width: 14.29%;
	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-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day:nth-of-type(7n) {
	border-right: 0;
}

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
	color: rgba(var(--primary-color-rgb), .2);
}

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

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

.wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.prevMonthDay, .wte-process-layout .wte-process-tabs .wte-process-tab-item .wte-process-tab-content-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .dayContainer .flatpickr-day.nextMonthDay {
	color: rgba(0, 0, 0, 0);
	pointer-events: none;
	background: none;
}

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

.wte-process-layout .wte-process-tabs .wte-process-tab-item .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);
}

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

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

@media (min-width: 1200px) {
	.wte-process-layout .wte-popup-sidebar {
		border-top: none;
		border-left: 1px solid rgba(0, 0, 0, .05);
		padding: 32px;
		max-height: 80vh;
	}
}

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

@media (min-width: 1200px) {
	.wte-process-layout .wte-popup-sidebar .wte-booking-summary {
		max-width: 300px;
		padding-right: 10px;
		margin-right: auto;
		margin-left: 0;
		height: 100%;
		overflow-y: auto;
	}
	
	.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	
	.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb {
		background-color: #eee;
		border-radius: 5px;
	}
	
	.wte-process-layout .wte-popup-sidebar .wte-booking-summary::-webkit-scrollbar-thumb:hover {
		background-color: #ccc;
	}
}

.wte-process-layout .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-process-layout .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-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-dates {
	margin-bottom: 30px;
}

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

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

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

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

.wte-process-layout .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(20, 125, 254, .7);
	border-radius: 3px 3px 0 0;
	padding: 5px 10px;
	margin: 0;
	align-self: start;
	position: sticky;
	top: 0;
}

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

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

.wte-process-layout .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;
}

.wte-process-layout .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-process-layout .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-process-layout .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-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li strong {
	font-weight: 600;
}

.wte-process-layout .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-process-layout .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-process-layout .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-process-layout .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-process-layout .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-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount .price .total-text {
	font-size: 18px;
	font-weight: 500;
}

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

@media (min-width: 768px) {
	.wte-process-layout .wte-process-tab-controller {
		margin-left: -10px;
		width: calc(100% + 20px);
		display: block;
		padding: 30px 55px;
		position: absolute;
		bottom: 1px;
	}
}

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

.wte-process-layout .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;
}

@media (min-width: 768px) {
	.wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

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

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

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

.wte-process-layout .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;
}

.wte-process-layout .wte-process-tab-controller .wte-process-btn-next:hover {
	filter: contrast(1.2);
}

.wte-check-button {
	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;
	transition: all .2s linear;
}

@media (max-width: 575px) {
	.wte-check-button {
		width: 100%;
	}
}

.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);
}

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

@media (max-width: 767px) {
	.wte-trip-options .wte-trip-guest-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

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

.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 .check-in-wrapper {
	display: inline-flex;
	align-items: center;
}

.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;
}

@media (max-width: 767px) {
	.wte-trip-options .wte-trip-guest-wrapper .select-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
}

.wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 5px;
	margin-right: 10px;
}

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

.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;
}

.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 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;
}

.class-wte-advanced-search-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.class-wte-advanced-search-wrapper .advanced-search-field {
	padding: 0 15px;
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
}

.search-dur, .search-price {
	display: none;
}

.search-dur.show, .search-price.show {
	display: block;
}

.pagination a, .pagination button {
	color: #0a0a0a;
	display: inline-block;
	padding: .1875rem .625rem;
	border-radius: 0;
}

.pagination li {
	font-size: .875rem;
	margin-right: .0625rem;
	border-radius: 0;
	display: none;
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem;
}

ul.pagination span.current {
	padding: 4px 10px;
	background-color: #21a08b;
	color: #fff;
	border-radius: 4px;
}

.pagination a:hover, .pagination button:hover {
	background: #e6e6e6;
}

.wp-travel-toolbar .wte-view-modes {
	display: inline-block;
	padding-left: 16px;
	padding-right: 0;
	line-height: 1;
	order: 3;
}

.wp-travel-toolbar .wte-view-modes span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	color: rgba(35, 35, 35, .7);
	margin-right: 3px;
}

.wp-travel-toolbar .wte-view-modes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	vertical-align: middle;
	flex-direction: row-reverse;
	align-items: center;
}

.wp-travel-toolbar .wte-view-modes ul li {
	display: inline-block;
	margin: 0 5px;
	opacity: .4;
}

.wp-travel-toolbar .wte-view-modes ul li.active {
	opacity: .8;
}

.wp-travel-toolbar .wte-view-modes ul li a svg {
	visibility: hidden;
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a {
	background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M2 6.5C1.17 6.5 0.5 7.17 0.5 8C0.5 8.83 1.17 9.5 2 9.5C2.83 9.5 3.5 8.83 3.5 8C3.5 7.17 2.83 6.5 2 6.5ZM2 0.5C1.17 0.5 0.5 1.17 0.5 2C0.5 2.83 1.17 3.5 2 3.5C2.83 3.5 3.5 2.83 3.5 2C3.5 1.17 2.83 0.5 2 0.5ZM2 12.5C1.17 12.5 0.5 13.18 0.5 14C0.5 14.82 1.18 15.5 2 15.5C2.82 15.5 3.5 14.82 3.5 14C3.5 13.18 2.83 12.5 2 12.5ZM5 15H19V13H5V15ZM5 9H19V7H5V9ZM5 1V3H19V1H5Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 18.5px 15px;
	background-position: center;
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a.nitro-lazy {
	background-image: none !important;
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a {
	background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 4H4V0H0V4ZM6 16H10V12H6V16ZM0 16H4V12H0V16ZM0 10H4V6H0V10ZM6 10H10V6H6V10ZM12 0V4H16V0H12ZM6 4H10V0H6V4ZM12 10H16V6H12V10ZM12 16H16V12H12V16Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center;
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a.nitro-lazy {
	background-image: none !important;
}

.wp-travel-toolbar .wte-view-modes ul li[data-mode=list] a, .wp-travel-toolbar .wte-view-modes ul li[data-mode=grid] a {
	height: 1em;
	width: 1em;
}

.wp-travel-toolbar .wte-view-modes ul li a {
	color: rgba(35, 35, 35, .15);
	display: block;
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
	color: #232323;
}

.wp-travel-toolbar .wte-filterby-dropdown {
	padding-right: 16px;
	padding-left: 0;
	display: inline-block;
	line-height: 1;
	position: relative;
	order: 2;
}

.wp-travel-toolbar .wte-filterby-dropdown:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	height: 26px;
	width: 1px;
	background: rgba(112, 112, 112, .2);
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #000;
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select {
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(35, 35, 35, .1);
	color: rgba(35, 35, 35, .7);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 40px 13px 15px;
	line-height: 1;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
	background-color: #fff;
	background-size: 12px;
	background-position: center right 0;
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select.nitro-lazy {
	background-image: none !important;
}

.wp-travel-toolbar .wte-filterby-dropdown .wte-ordering select:focus {
	box-shadow: none;
	outline: none;
}

.wp-travel-engine-archive-repeater-wrap {
	position: relative;
}

.wp-travel-engine-archive-outer-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.wp-travel-engine-archive-outer-wrap .page-header {
	width: 100%;
}

.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
	flex: 0 0 100%;
	margin: 0 0 30px;
}

@media (min-width: 1025px) {
	.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper {
		flex: 0 0 255px;
	}
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap {
	flex: 1;
	margin: 0;
}

@media (min-width: 1025px) {
	.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap {
		flex: 1;
	}
}

.wte-category-outer-wrap {
	width: 100%;
}

@media (min-width: 1025px) {
	.wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap {
		padding-left: 30px;
		max-width: calc(100% - 255px);
	}
}

.wp-travel-engine-archive-repeater-wrap #loader {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .95);
}

.wp-travel-engine-archive-repeater-wrap #loader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.advanced-search-wrapper .sidebar h2 {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	color: #000;
}

.advanced-search-wrapper .advanced-search-header {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.advanced-search-wrapper .clear-search-criteria {
	padding: 0;
	border: none;
	background: none !important;
	color: rgba(0, 0, 0, .6) !important;
	text-decoration: underline;
	text-transform: inherit;
	font-size: 14px;
	font-weight: normal;
	text-underline-offset: 1px;
	transition: all .2s ease;
	cursor: pointer;
}

.advanced-search-wrapper .clear-search-criteria:hover {
	color: var(--primary-color) !important;
	text-decoration: none;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more {
	margin-bottom: 0;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list, .advanced-search-wrapper .advanced-search-field .wte-terms-more .show-less {
	display: none;
	margin: 0;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more .wte-terms-more-list {
	margin: 0 0 20px !important;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button {
	padding: 0;
	margin: 0;
	background: none !important;
	border: none;
	color: var(--primary-color) !important;
	text-decoration: underline;
	text-transform: inherit;
	font-size: 14px;
	font-weight: normal;
	text-underline-offset: 1px;
	transition: all .2s ease;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button:hover {
	text-decoration: none;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 16px;
	background-color: var(--primary-color);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-more::after {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.97945 6.14645C4.17472 5.95118 4.4913 5.95118 4.68656 6.14645L8.33301 9.79289L11.9795 6.14645C12.1747 5.95118 12.4913 5.95118 12.6866 6.14645C12.8818 6.34171 12.8818 6.65829 12.6866 6.85355L8.68656 10.8536C8.4913 11.0488 8.17472 11.0488 7.97945 10.8536L3.97945 6.85355C3.78419 6.65829 3.78419 6.34171 3.97945 6.14645Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button.show-less::after {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0205 10.8536C11.8253 11.0488 11.5087 11.0488 11.3134 10.8536L7.66699 7.20711L4.02055 10.8536C3.82528 11.0488 3.5087 11.0488 3.31344 10.8536C3.11818 10.6583 3.11818 10.3417 3.31344 10.1464L7.31344 6.14645C7.5087 5.95118 7.82528 5.95118 8.02055 6.14645L12.0205 10.1464C12.2158 10.3417 12.2158 10.6583 12.0205 10.8536Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .wte-terms-more-list, .advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-less {
	display: block;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more.visible .show-more {
	display: none;
}

.advanced-search-wrapper .advanced-search-field {
	display: block;
}

.advanced-search-wrapper .advanced-search-field:not(:last-child) {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.advanced-search-wrapper .advanced-search-field .filter-section-title {
	font-size: 16px;
	font-weight: 600;
	color: #232323;
	display: block;
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
}

.advanced-search-wrapper .advanced-search-field.search-trip-type h3:after, .advanced-search-wrapper .advanced-search-field.trip-dates h3:after {
	position: absolute;
	top: 5px;
	right: 10px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
	background-size: 12px;
	height: 12px;
	width: 12px;
	opacity: .7;
	transition: transform .4s;
}

.advanced-search-wrapper .advanced-search-field.search-trip-type.wte-list-opn h3:after, .advanced-search-wrapper .advanced-search-field.trip-dates.wte-list-opn h3:after {
	transform: rotate(180deg);
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list {
	display: block;
	margin-top: 24px;
	max-height: 320px;
	-ms-overflow-y: auto;
	overflow-y: auto;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list::-webkit-scrollbar {
	display: none;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger {
	max-height: 90px !important;
	height: 90px !important;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(13, 13, 13, .4);
	width: 7px;
	border-radius: 0;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-list .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(13, 13, 13, .05);
	width: 7px;
	border-radius: 0;
}

.advanced-search-wrapper .advanced-search-field .filter-section-content {
	margin-top: 15px;
}

.advanced-search-wrapper .advanced-search-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advanced-search-wrapper .advanced-search-field ul li {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.advanced-search-wrapper .advanced-search-field ul li ul {
	margin-bottom: 0 !important;
	width: 100%;
}

.advanced-search-wrapper .advanced-search-field ul li ul li:last-child {
	margin-bottom: 0;
}

.advanced-search-wrapper .advanced-search-field ul li label {
	padding-right: 30px;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 100%;
}

.advanced-search-wrapper .advanced-search-field.trip-dates ul li label {
	padding-right: 0;
	font-size: 14px;
	font-weight: normal;
}

.advanced-search-wrapper .advanced-search-field.trip-dates ul li label input[type=radio] {
	float: left;
	display: none;
}

.advanced-search-wrapper .advanced-search-field ul li ul {
	margin: 20px 0px 20px 20px;
}

.advanced-search-wrapper .advanced-search-field ul li .count {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
}

.advanced-search-wrapper .advanced-search-field input {
	opacity: 0;
	display: none;
}

.advanced-search-wrapper .advanced-search-field input+span {
	padding-left: 25px;
	position: relative;
}

.advanced-search-wrapper .advanced-search-field input+span:before {
	content: "";
	height: 18px;
	width: 18px;
	border-radius: 3px;
	border: 1px solid #ddd;
	position: absolute;
	top: 0px;
	left: 0;
	transition: all ease .2s;
}

.advanced-search-wrapper .advanced-search-field input+span:after {
	content: "";
	margin: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 18px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23999999%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/%3E%3C/svg%3E") center center no-repeat;
	background-size: 12px;
	opacity: 0;
	transition: all ease .2s;
}

.advanced-search-wrapper .advanced-search-field.trip-dates input+span:before {
	border-radius: 50%;
}

.advanced-search-wrapper .advanced-search-field.trip-dates input+span:after {
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
	top: 5px;
	left: 5px;
	background: var(--primary-color);
}

.advanced-search-wrapper .advanced-search-field input:checked+span:after {
	opacity: 1;
}

.advanced-search-wrapper .advanced-search-field input:checked+span:before {
	border-color: var(--primary-color);
}

.ui-slider {
	position: relative;
}

.ui-slider .ui-slider-range, .ui-slider .ui-slider-handle {
	position: absolute;
}

.advanced-search-wrapper .advanced-search-field .ui-slider {
	border: none;
	height: 2px;
	background: rgba(var(--primary-color-rgb), .2);
	margin-top: 45px;
	margin-left: 9px;
	margin-right: 9px;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range {
	height: 2px;
	border: none;
	background: var(--primary-color);
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: var(--primary-color);
	margin-left: 0;
	top: 1px;
	transform: translate(-50%, -50%);
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before {
	content: attr(data-value);
	font-size: 10px;
	letter-spacing: 1.5px;
	line-height: 1;
	color: #fff;
	background-color: var(--primary-color);
	padding: 3px 8px;
	border-radius: 4px;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	white-space: nowrap;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after {
	content: "";
	border: 4px solid rgba(0, 0, 0, 0);
	border-top: 7px solid var(--primary-color);
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: -2px;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::before {
	visibility: visible;
	opacity: 1;
	margin-bottom: 12px;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle[data-value]::after {
	visibility: visible;
	opacity: 1;
	margin-bottom: 1px;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:active, .advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle:focus {
	outline: none;
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value, .advanced-search-wrapper .advanced-search-field .cost-slider-value {
	display: block;
	margin: 10px 0;
	font-size: 13px;
	color: rgba(35, 35, 35, .7);
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value:before, .advanced-search-wrapper .advanced-search-field .duration-slider-value:after, .advanced-search-wrapper .advanced-search-field .cost-slider-value:before, .advanced-search-wrapper .advanced-search-field .cost-slider-value:after {
	display: table;
	content: "";
	clear: both;
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value span:first-child, .advanced-search-wrapper .advanced-search-field .cost-slider-value span:first-child {
	float: left;
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value span:last-child, .advanced-search-wrapper .advanced-search-field .cost-slider-value span:last-child {
	float: right;
}

.advanced-search-wrapper .advanced-search-field .custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid rgba(35, 35, 35, .1);
	color: rgba(35, 35, 35, .7);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 40px 15px 15px;
	line-height: 1;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23353535%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z%27/%3E%3C/svg%3E") center center no-repeat;
	background-color: #fff;
	background-size: 12px;
	background-position: center right 15px;
}

.advanced-search-wrapper .advanced-search-field .custom-select select.nitro-lazy {
	background-image: none !important;
}

.advanced-search-wrapper .advanced-search-field .custom-select select:focus {
	outline: none;
	box-shadow: none;
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more {
	display: block;
	width: 100%;
	text-align: center;
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more {
	margin-top: 40px;
}

.wp-travel-engine-archive-repeater-wrap .wte-search-load-more .load-more-search {
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	line-height: 2em;
	font-weight: 600;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	background: var(--primary-color);
	border: 2px solid;
	padding: 10px 40px;
	margin: 0 auto;
	border-radius: 5px;
	cursor: pointer;
	transition: all ease .2s;
}

.wp-travel-engine-archive-repeater-wrap .load-more-search:hover {
	background: none;
	text-decoration: none;
	color: var(--primary-color);
}

.wp-travel-engine-archive-repeater-wrap .category-main-wrap {
	margin-bottom: 50px;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form {
	display: block;
	position: relative;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form:before, .widget_wte_advanced_search_widget #wte-advanced-search-form:after {
	content: "";
	clear: both;
	display: table;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .advanced-search-field {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select {
	width: 100%;
	color: rgba(35, 35, 35, .6);
	font-size: 14px;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select:after {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 8px;
	width: 8px;
	right: 15px;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .list {
	width: 100%;
}

.widget_wte_advanced_search_widget #wte-advanced-search-form .nice-select .option {
	padding-left: 18px;
	padding-right: 29px;
	padding-bottom: 0;
	margin: 0;
	border: none;
	width: 100%;
}

.wte-advanced-search-wrapper-nice-select .list {
	max-height: 300px;
	overflow-y: auto !important;
}

.wp-travel-toolbar .wte-filter-foundposts {
	margin-right: auto;
	order: 1;
}

.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts {
	font-size: 26px;
	font-weight: 400;
	color: rgba(35, 35, 35, .85);
	margin: 0;
}

.wp-travel-toolbar .wte-ordering {
	display: flex;
	align-items: flex-start;
	margin: 0;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field {
	margin-left: 8px;
	border: none;
	background: none;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__input {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	color: rgba(0, 0, 0, .8);
	padding-right: 23px;
	background: none;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field::after {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field.options-open::after {
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options {
	left: auto;
	right: 0;
	min-width: 185px;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul {
	padding: 0;
	max-height: unset;
	padding-right: 1px;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li {
	padding: 11px 8px;
	color: rgba(0, 0, 0, .4);
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li span {
	opacity: 1;
	color: #000;
	padding: 0;
	font-weight: normal;
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul li:hover>span {
	background: none;
	color: var(--primary-color);
}

.wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options ul ul {
	margin: -11px -8px;
}

@media only screen and (max-width: 1024px) {
	.class-wte-advanced-search-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.category-list .category-trips-single-inner-wrap .category-trip-fig {
		width: 100%;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap {
		width: 100%;
		padding-top: 30px;
		padding-left: 0;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
		font-size: 18px;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.striked-price {
		font-size: 16px;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-budget .price-holder span.actual-price {
		font-size: 22px;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
		display: block;
		margin-bottom: 10px;
	}
	
	.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months {
		margin-left: 0;
	}
}

@media only screen and (max-width: 500px) {
	.category-list .category-trips-single-inner-wrap {
		padding: 30px 20px 25px;
	}
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(-21px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.category-trips-single {
	margin-bottom: 32px;
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig>a, .category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
	display: none;
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper {
	display: block;
}

.category-trips-single[data-thumbnail=map] .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
	background-color: var(--primary-color);
}

.category-trips-single .category-trips-single-inner-wrap {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .04);
	border-radius: 4px;
	background-color: #fff;
	padding: 24px;
	transition: all .5s ease;
	overflow: visible;
	height: 100%;
}

.category-trips-single .category-trips-single-inner-wrap:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
	display: block;
	text-align: center;
	padding: 15px;
	letter-spacing: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	transition: all ease .3s;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
	opacity: .8;
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle {
	all: unset;
	display: flex;
	align-items: center;
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle svg {
	vertical-align: top;
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle:hover path {
	fill: #c5bcbc;
}

.category-trips-single .category-trips-single-inner-wrap .wishlist-toggle.active svg path {
	fill: #e31e18;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig {
	order: unset;
	position: relative;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a {
	position: relative;
	display: block;
	padding-top: 75%;
	border-radius: 4px;
	overflow: hidden;
	background-color: #efefef;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 1s ease;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover {
	background-color: #ccc;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a:hover img {
	transform: scale(1.1);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
	width: 100%;
	max-width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(6, 22, 38, .7);
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	z-index: 11;
	padding: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map:hover {
	background-color: #061626;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map.active {
	background-color: var(--primary-color);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .toggle-map i {
	display: flex;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper {
	display: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map iframe, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .trip-map-wrapper .trip-map img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-stage, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-stage-outer {
	max-height: 100%;
	height: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item {
	height: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item .item {
	height: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .wpte-gallery-wrapper .wpte-trip-feat-img-gallery .owl-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
	padding: 18px 0 8px;
	width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	margin: 0 2px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-dots .owl-dot.active {
	background-color: #fff;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav {
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: 24px !important;
	width: 80px;
	height: 100%;
	color: #fff;
	box-shadow: none;
	padding: 0 8px !important;
	border-radius: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::before, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::after, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::before, .category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::after {
	background-color: currentColor;
	left: auto;
	right: auto;
	transform: translateY(-50%);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next {
	right: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, .1), transparent);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-next::after {
	right: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .1), transparent);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig .owl-nav button.owl-prev::before {
	left: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-fig:hover .owl-nav:not(.disabled) {
	visibility: visible;
	opacity: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap {
	padding-top: 24px;
	box-sizing: border-box;
	flex: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon {
	display: block;
	position: absolute;
	text-align: right;
	transform: unset;
	margin-top: 8px;
	margin-left: 8px;
	right: auto;
	left: 0;
	top: 0 !important;
	z-index: 11;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt {
	font-size: .66em;
	line-height: 1;
	font-weight: 600;
	font-style: normal;
	height: auto;
	width: auto;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #ffc34e;
	color: #8c6b2b;
	display: inline-flex;
	align-items: center;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
	content: "";
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2711%27 viewBox=%270 0 14 11%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.8081 2.62308C13.6427 2.48191 13.4093 2.45216 13.2137 2.54737L10.2211 4.00424L7.41314 0.766688C7.30929 0.646922 7.15855 0.578125 7.00001 0.578125C6.84147 0.578125 6.69075 0.646922 6.58687 0.766688L3.77888 4.00421L0.786276 2.54734C0.590686 2.45216 0.357334 2.48188 0.191904 2.62305C0.0264748 2.76423 -0.0395877 2.99004 0.0236584 3.19812L2.10178 10.0341C2.17181 10.2644 2.38424 10.4219 2.62501 10.4219H11.375C11.6157 10.4219 11.8282 10.2644 11.8982 10.0341L13.9763 3.19815C14.0396 2.99006 13.9735 2.76426 13.8081 2.62308ZM10.9696 9.32812H3.03032L1.43479 4.07955L3.67758 5.17141C3.90026 5.2798 4.16785 5.22506 4.33008 5.03803L7.00001 1.95967L9.66996 5.03803C9.83216 5.22509 10.0998 5.27977 10.3224 5.17141L12.5652 4.07955L10.9696 9.32812Z%27 fill=%27%238C6B2B%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 6px;
	position: static;
	border: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::after {
	content: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .cat-feat-shadow {
	display: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars {
	display: flex;
	align-items: center;
	margin: 0 0 24px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .rating-rev, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .rating-rev {
	margin-right: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars {
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-container, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-container {
	padding: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper {
	position: relative;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper svg {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper svg:last-child, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper svg:last-child {
	margin-right: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .jq-ry-group-wrapper .jq-ry-rated-group, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .jq-ry-group-wrapper .jq-ry-rated-group {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .category-trip-reviewcount, .category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars, .category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-count, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .category-trip-reviewcount, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-count {
	font-size: 14px;
	line-height: 1.5;
	opacity: .4;
	color: #000;
	text-underline-offset: 2px;
	text-decoration: underline;
	transition: text-underline-offset .3s ease;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-review .category-trip-reviewcount:hover, .category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-stars:hover, .category-trips-single .category-trips-single-inner-wrap .category-trip-review .wpte-trip-review-count:hover, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .category-trip-reviewcount:hover, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-stars:hover, .category-trips-single .category-trips-single-inner-wrap .wpte-trip-review-stars .wpte-trip-review-count:hover {
	text-underline-offset: 1px;
	color: var(--primary-color);
	opacity: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-discount {
	display: inline-block;
	font-size: .72em;
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 14px;
	background-color: #ea7810;
	color: #fff;
	margin-bottom: 16px;
	vertical-align: top;
	white-space: nowrap;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .striked-price {
	text-decoration: line-through;
	font-size: .88em;
	opacity: .4;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
}

.category-trips-single .category-trips-single-inner-wrap .price-holder>span+span {
	margin-left: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
	margin-bottom: 24px;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
	font-size: 24px;
	order: unset;
	padding: 0;
	margin: 0 0 12px;
	font-weight: 600;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a {
	color: inherit;
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title a:hover {
	color: var(--primary-color);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
	padding: 0;
	width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap {
		flex-wrap: nowrap;
	}
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-prc-wrap>* {
	margin-bottom: 24px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
	padding-left: 24px;
	border-left: 1px solid rgba(0, 20, 39, .15);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	padding-right: 24px;
	justify-content: center;
	max-width: 60%;
	flex: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] {
	display: inline-flex;
	margin-right: 0;
	font-size: 16px;
	line-height: 1.5;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]:not(:last-child) {
	margin-bottom: 12px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] svg {
	width: 1em;
	height: 1em;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] svg path {
	opacity: 1;
	fill: var(--primary-color);
	fill-opacity: 1;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i {
	width: 1em;
	height: 1.5em;
	flex: 0 0 1em;
	text-align: center;
	margin-right: 8px;
	display: flex;
	align-items: center;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] span {
	font-weight: normal;
	color: rgba(0, 0, 0, .6);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a {
	color: inherit;
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] a:hover {
	text-decoration: none;
	color: var(--primary-color);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations {
	display: flex;
	flex-wrap: wrap;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti .category-trip-locations a+a::before {
	content: ",";
	margin-right: 5px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	margin-top: 4px;
	padding-bottom: 0;
	border-bottom: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc p {
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .button {
	margin: 32px 0 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
	padding: 0;
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	gap: 16px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-trip-text {
	font-size: 14px;
	line-height: inherit;
	color: rgba(0, 0, 0, .4);
	font-style: normal;
	margin: 0;
	width: 100%;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i {
	color: var(--primary-color);
	margin-right: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i svg {
	vertical-align: middle;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap.new-layout {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap.new-layout {
		flex: 1;
	}
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months {
	margin: 0;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
	font-size: .66em;
	margin: 0;
	margin-right: 8px;
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months .disabled {
	text-decoration: none;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info {
	border-top: none;
}

.category-trips-single .category-trips-single-inner-wrap .next-trip-info .fsd-title {
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, .4);
}

.category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time {
	font-size: 16px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap {
	padding: 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-discount {
	margin-bottom: 8px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
	position: relative;
	padding-right: 24px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wishlist-toggle {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 8px 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
	padding: 0 24px 0 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
	margin-top: 0;
	margin-bottom: 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wpte-trip-review-stars {
	margin-bottom: 0;
	margin-top: 8px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap {
	padding: 0;
	margin-top: 16px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates {
	width: 100%;
	margin-top: 24px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span {
	font-size: 12px;
	line-height: 1.33;
	display: block;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span:not(:last-child) {
	margin: 0 0 8px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.trip-dates-title {
	margin: 0 0 12px;
	color: #1c2011;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date {
	position: relative;
	padding-left: 18px;
	color: #494d41;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--primary-color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.0791 3.08753C12.307 3.31533 12.307 3.68468 12.0791 3.91248L5.66248 10.3292C5.43467 10.557 5.06533 10.557 4.83752 10.3292L1.92085 7.41248C1.69305 7.18468 1.69305 6.81533 1.92085 6.58753C2.14866 6.35972 2.51801 6.35972 2.74581 6.58753L5.25 9.09171L11.2542 3.08753C11.482 2.85972 11.8513 2.85972 12.0791 3.08753Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
	margin-bottom: 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-]:not(:last-child) {
	margin-bottom: 8px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	margin-top: 16px;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
	border-radius: 4px 4px 0 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a .owl-stage-outer, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a img, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper .owl-stage-outer, .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper img {
	border-radius: 0;
}

.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap {
	padding: 16px;
}

@media (min-width: 768px) {
	.category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-aval-time {
		flex-wrap: nowrap;
	}
}

.wpte-inner-container {
	position: relative;
}

.category-trips-single .wpte-inner-container, .wpte-trip-single .wpte-inner-container {
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04);
	display: flex;
	flex-direction: column;
	transition: all .5s ease;
}

.category-trips-single .wpte-inner-container:hover, .wpte-trip-single .wpte-inner-container:hover {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
}

.category-grid, [class*=wte-col-]:not(.category-list), .wte-category-outer-wrap .category-main-wrap.category-grid {
	--gap: 30px;
	display: flex;
	flex-wrap: wrap;
	width: unset !important;
	gap: var(--gap);
	margin: 0 !important;
}

.category-grid *, [class*=wte-col-]:not(.category-list) *, .wte-category-outer-wrap .category-main-wrap.category-grid * {
	box-sizing: border-box;
}

.category-grid .category-trips-single-inner-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap {
	display: flex;
	flex-direction: column;
}

.category-grid .category-trips-single-inner-wrap .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-content-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	flex: 1;
}

.category-grid .wpte_new-layout .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .wpte_new-layout .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte_new-layout .category-trip-detail-wrap {
	justify-content: space-between;
}

.category-grid .category-trips-single, .category-grid .wpte-trip-category, .category-grid .wpte-trip-single, [class*=wte-col-]:not(.category-list) .category-trips-single, [class*=wte-col-]:not(.category-list) .wpte-trip-category, [class*=wte-col-]:not(.category-list) .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, .category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, .category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap {
	padding: 16px 16px 0;
	border-top: 1px solid #e8e9e7;
	margin: 16px -16px 0;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, .category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, .category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, [class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, [class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, [class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte_trip-details-btn-wrap .category-trip-viewmre-btn {
	margin: 0;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, .category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, .category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, [class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, [class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, [class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-trip-feat-img-gallery {
	width: calc(100% + 2px);
	margin-left: -1px;
	margin-right: -1px;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	margin-top: 8px;
}

.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, .category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, .category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, [class*=wte-col-]:not(.category-list) .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, [class*=wte-col-]:not(.category-list) .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, [class*=wte-col-]:not(.category-list) .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time {
	margin: 16px 0 0;
	padding: 0;
	border: none;
}

.category-grid .category-trips-single .wpte-inner-container, .category-grid .category-trips-single .category-trips-single-inner-wrap, .category-grid .wpte-trip-category .wpte-inner-container, .category-grid .wpte-trip-category .category-trips-single-inner-wrap, .category-grid .wpte-trip-single .wpte-inner-container, .category-grid .wpte-trip-single .category-trips-single-inner-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap, .category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap, .category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap, .category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, .category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap, .category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap, .category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap, .category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap, .category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap, .category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap, .category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap, .category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, [class*=wte-col-]:not(.category-list) .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-category .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .wpte-inner-container .category-trip-detail-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .wpte-trip-details-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-content-wrap .category-trip-desc, .wte-category-outer-wrap .category-main-wrap.category-grid .wpte-trip-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desc {
	flex: 1;
}

.category-grid.wte-col-1 .category-trips-single, .category-grid.wte-col-1 .wpte-trip-category, .category-grid.wte-col-1 .wpte-trip-single, .category-grid.col-1 .category-trips-single, .category-grid.col-1 .wpte-trip-category, .category-grid.col-1 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-1 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-1 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-1 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-1 .category-trips-single, [class*=wte-col-]:not(.category-list).col-1 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-1 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-1 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-1 .wpte-trip-single {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.category-grid.wte-col-2 .category-trips-single, .category-grid.wte-col-2 .wpte-trip-category, .category-grid.wte-col-2 .wpte-trip-single, .category-grid.wte-col-3 .category-trips-single, .category-grid.wte-col-3 .wpte-trip-category, .category-grid.wte-col-3 .wpte-trip-single, .category-grid.wte-col-4 .category-trips-single, .category-grid.wte-col-4 .wpte-trip-category, .category-grid.wte-col-4 .wpte-trip-single, .category-grid.wte-col-5 .category-trips-single, .category-grid.wte-col-5 .wpte-trip-category, .category-grid.wte-col-5 .wpte-trip-single, .category-grid.wte-col-6 .category-trips-single, .category-grid.wte-col-6 .wpte-trip-category, .category-grid.wte-col-6 .wpte-trip-single, .category-grid.col-2 .category-trips-single, .category-grid.col-2 .wpte-trip-category, .category-grid.col-2 .wpte-trip-single, .category-grid.col-3 .category-trips-single, .category-grid.col-3 .wpte-trip-category, .category-grid.col-3 .wpte-trip-single, .category-grid.col-4 .category-trips-single, .category-grid.col-4 .wpte-trip-category, .category-grid.col-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-3 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-4 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-5 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-6 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-3 .category-trips-single, [class*=wte-col-]:not(.category-list).col-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-4 .category-trips-single, [class*=wte-col-]:not(.category-list).col-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-single {
		flex: 0 0 calc(50% - var(--gap) / 2) !important;
		max-width: calc(50% - var(--gap) / 2) !important;
	}
}

@media (min-width: 1025px) {
	.category-grid.wte-col-2 .category-trips-single, .category-grid.wte-col-2 .wpte-trip-category, .category-grid.wte-col-2 .wpte-trip-single, .category-grid.col-2 .category-trips-single, .category-grid.col-2 .wpte-trip-category, .category-grid.col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-2 .category-trips-single, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-2 .wpte-trip-single {
		flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
		max-width: calc(50% - var(--gap) * 1 / 2) !important;
	}
	
	.category-grid.wte-col-3 .category-trips-single, .category-grid.wte-col-3 .wpte-trip-category, .category-grid.wte-col-3 .wpte-trip-single, .category-grid.col-3 .category-trips-single, .category-grid.col-3 .wpte-trip-category, .category-grid.col-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-3 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-3 .category-trips-single, [class*=wte-col-]:not(.category-list).col-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-3 .wpte-trip-single {
		flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
		max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
	}
	
	.category-grid.wte-col-4 .category-trips-single, .category-grid.wte-col-4 .wpte-trip-category, .category-grid.wte-col-4 .wpte-trip-single, .category-grid.col-4 .category-trips-single, .category-grid.col-4 .wpte-trip-category, .category-grid.col-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-4 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-4 .category-trips-single, [class*=wte-col-]:not(.category-list).col-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-4 .wpte-trip-single {
		flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
		max-width: calc(25% - var(--gap) * 3 / 4) !important;
	}
	
	.category-grid.wte-col-5 .category-trips-single, .category-grid.wte-col-5 .wpte-trip-category, .category-grid.wte-col-5 .wpte-trip-single, .category-grid.col-5 .category-trips-single, .category-grid.col-5 .wpte-trip-category, .category-grid.col-5 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-5 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-5 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-5 .category-trips-single, [class*=wte-col-]:not(.category-list).col-5 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-5 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-5 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-5 .wpte-trip-single {
		flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
		max-width: calc(20% - var(--gap) * 4 / 5) !important;
	}
	
	.category-grid.wte-col-6 .category-trips-single, .category-grid.wte-col-6 .wpte-trip-category, .category-grid.wte-col-6 .wpte-trip-single, .category-grid.col-6 .category-trips-single, .category-grid.col-6 .wpte-trip-category, .category-grid.col-6 .wpte-trip-single, [class*=wte-col-]:not(.category-list).wte-col-6 .category-trips-single, [class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-category, [class*=wte-col-]:not(.category-list).wte-col-6 .wpte-trip-single, [class*=wte-col-]:not(.category-list).col-6 .category-trips-single, [class*=wte-col-]:not(.category-list).col-6 .wpte-trip-category, [class*=wte-col-]:not(.category-list).col-6 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.wte-col-6 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.col-6 .wpte-trip-single {
		flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
		max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
	}
}

@media (max-width: 1024px)and (min-width: 768px) {
	.category-grid.columns-tablet-1 .category-trips-single, .category-grid.columns-tablet-1 .wpte-trip-category, .category-grid.columns-tablet-1 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-1 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-1 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-1 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-1 .wpte-trip-single {
		flex: 0 0 calc(100% - var(--gap) * 0 / 1) !important;
		max-width: calc(100% - var(--gap) * 0 / 1) !important;
	}
	
	.category-grid.columns-tablet-2 .category-trips-single, .category-grid.columns-tablet-2 .wpte-trip-category, .category-grid.columns-tablet-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-2 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-2 .wpte-trip-single {
		flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
		max-width: calc(50% - var(--gap) * 1 / 2) !important;
	}
	
	.category-grid.columns-tablet-3 .category-trips-single, .category-grid.columns-tablet-3 .wpte-trip-category, .category-grid.columns-tablet-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-3 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-3 .wpte-trip-single {
		flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
		max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
	}
	
	.category-grid.columns-tablet-4 .category-trips-single, .category-grid.columns-tablet-4 .wpte-trip-category, .category-grid.columns-tablet-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-4 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-4 .wpte-trip-single {
		flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
		max-width: calc(25% - var(--gap) * 3 / 4) !important;
	}
	
	.category-grid.columns-tablet-5 .category-trips-single, .category-grid.columns-tablet-5 .wpte-trip-category, .category-grid.columns-tablet-5 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-5 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-5 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-5 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-5 .wpte-trip-single {
		flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
		max-width: calc(20% - var(--gap) * 4 / 5) !important;
	}
	
	.category-grid.columns-tablet-6 .category-trips-single, .category-grid.columns-tablet-6 .wpte-trip-category, .category-grid.columns-tablet-6 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-tablet-6 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-tablet-6 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-tablet-6 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-tablet-6 .wpte-trip-single {
		flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
		max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
	}
}

@media (max-width: 767px) {
	.category-grid.columns-mobile-1 .category-trips-single, .category-grid.columns-mobile-1 .wpte-trip-category, .category-grid.columns-mobile-1 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-1 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-1 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-1 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-1 .wpte-trip-single {
		flex: 0 0 calc(100% - var(--gap) * 0 / 1) !important;
		max-width: calc(100% - var(--gap) * 0 / 1) !important;
	}
	
	.category-grid.columns-mobile-2 .category-trips-single, .category-grid.columns-mobile-2 .wpte-trip-category, .category-grid.columns-mobile-2 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-2 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-2 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-2 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-2 .wpte-trip-single {
		flex: 0 0 calc(50% - var(--gap) * 1 / 2) !important;
		max-width: calc(50% - var(--gap) * 1 / 2) !important;
	}
	
	.category-grid.columns-mobile-3 .category-trips-single, .category-grid.columns-mobile-3 .wpte-trip-category, .category-grid.columns-mobile-3 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-3 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-3 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-3 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-3 .wpte-trip-single {
		flex: 0 0 calc(33.3333333333% - var(--gap) * 2 / 3) !important;
		max-width: calc(33.3333333333% - var(--gap) * 2 / 3) !important;
	}
	
	.category-grid.columns-mobile-4 .category-trips-single, .category-grid.columns-mobile-4 .wpte-trip-category, .category-grid.columns-mobile-4 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-4 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-4 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-4 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-4 .wpte-trip-single {
		flex: 0 0 calc(25% - var(--gap) * 3 / 4) !important;
		max-width: calc(25% - var(--gap) * 3 / 4) !important;
	}
	
	.category-grid.columns-mobile-5 .category-trips-single, .category-grid.columns-mobile-5 .wpte-trip-category, .category-grid.columns-mobile-5 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-5 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-5 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-5 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-5 .wpte-trip-single {
		flex: 0 0 calc(20% - var(--gap) * 4 / 5) !important;
		max-width: calc(20% - var(--gap) * 4 / 5) !important;
	}
	
	.category-grid.columns-mobile-6 .category-trips-single, .category-grid.columns-mobile-6 .wpte-trip-category, .category-grid.columns-mobile-6 .wpte-trip-single, [class*=wte-col-]:not(.category-list).columns-mobile-6 .category-trips-single, [class*=wte-col-]:not(.category-list).columns-mobile-6 .wpte-trip-category, [class*=wte-col-]:not(.category-list).columns-mobile-6 .wpte-trip-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .category-trips-single, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .wpte-trip-category, .wte-category-outer-wrap .category-main-wrap.category-grid.columns-mobile-6 .wpte-trip-single {
		flex: 0 0 calc(16.6666666667% - var(--gap) * 5 / 6) !important;
		max-width: calc(16.6666666667% - var(--gap) * 5 / 6) !important;
	}
}

.category-list .category-trips-single-inner-wrap {
	padding: 32px 24px 24px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
}

.category-list .category-trips-single-inner-wrap:hover {
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.category-list .category-trips-single-inner-wrap .category-trip-fig {
	position: relative;
	align-self: flex-start;
}

@media (min-width: 768px) {
	.category-list .category-trips-single-inner-wrap .category-trip-fig {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media (min-width: 768px) {
	.category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
		flex: 0 0 60%;
		max-width: 60%;
		padding-left: 24px;
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
		padding-left: 48px;
		max-width: 40%;
	}
}

.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	flex: 1;
}

@media (min-width: 1200px) {
	.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
		max-width: 60%;
		padding-right: 48px;
	}
}

.category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
	font-size: .722em;
	margin-right: 15px;
}

.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn {
	display: inline-flex;
	padding: 14px 40px;
	font-size: 16px;
	line-height: 1.25;
}

.category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-viewmre-btn:hover {
	opacity: .8;
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig>a, .category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .wpte-gallery-wrapper {
	border-top-right-radius: 0;
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-content-wrap {
	padding: 16px 16px 0;
}

@media (min-width: 1200px) {
	.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
		padding-left: 24px;
		max-width: 34%;
		width: 100%;
	}
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	flex: 1;
}

@media (min-width: 1200px) {
	.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
		max-width: 66%;
		padding-right: 16px;
		width: 100%;
	}
}

.category-list .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time {
	margin: 24px 0 0;
	padding: 16px 24px;
}

.advanced-search-wrapper .sidebar {
	padding: 24px 16px;
	border: 1px solid rgba(0, 0, 0, .03);
	background-color: #fff;
}

.wp-travel-toolbar {
	padding: 24px 0;
}

.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering>span {
	opacity: .5;
}

.wp-travel-toolbar .wp-travel-engine-toolbar.wte-filterby-dropdown .wte-ordering select {
	padding: 0;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 1.5;
}

.wp-travel-toolbar .wte-filter-foundposts .searchFoundPosts {
	font-size: 14px;
	text-transform: capitalize;
	color: rgba(0, 0, 0, .5);
}

.wp-travel-toolbar .wte-view-modes>span {
	display: none;
}

.wpte-trip-review-stars {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-trip-review-stars .stars-group-wrapper {
	position: relative;
	overflow: hidden;
	margin-right: 8px;
	display: flex;
}

.wpte-trip-review-stars .stars-group-wrapper svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.wpte-trip-review-stars .stars-group-wrapper svg:not(:last-child) {
	margin-right: 4px;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group {
	white-space: nowrap;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg path {
	fill: #ccc;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg path {
	fill: #ebad34;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group, .wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
	display: flex;
	align-items: center;
	height: 22px;
}

.wpte-trip-review-stars .stars-group-wrapper .stars-placeholder-group svg, .wpte-trip-review-stars .stars-group-wrapper .stars-rated-group svg {
	flex: none;
}

.wpte-trip-review-stars .wpte-trip-review-count {
	font-size: .77em;
	line-height: 1;
	opacity: .4;
	color: #000;
	text-decoration: underline;
}

.wpte-trip-single .discount-text-wrap {
	position: absolute;
	top: 13px;
	left: -4px;
	z-index: 11;
}

.wpte-trip-single .discount-text-wrap::before {
	content: "";
	width: 4px;
	height: 5px;
	background-color: #b88729;
	border-radius: 5px 0 0 5px;
	position: absolute;
	left: 0;
	bottom: 100%;
}

.wpte-trip-single .discount-text-wrap::after {
	content: "";
	width: 4px;
	height: 2px;
	background-color: #ebad34;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
}

.wpte-trip-single .discount-text-wrap .discount-percent {
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #8c6b2b;
	background-color: #ebad34;
	padding: 6px 20px 6px 12px;
	border-radius: 0 13px 13px 4px;
	display: inline-block;
	vertical-align: top;
}

.wpte-trip-single .featured-text-wrap {
	position: absolute;
	top: 15px;
	right: 8px;
	z-index: 111;
}

.wpte-trip-single .featured-text-wrap .featured-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 25px;
	text-align: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ebad34;
}

.wpte-trip-single .featured-text-wrap .featured-icon svg {
	width: 14px;
}

.wpte-trip-single .featured-text-wrap .featured-icon svg path {
	fill: #fff;
}

.wpte-trip-single .featured-text-wrap .featured-text {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 4px 8px;
	color: #fff;
	background-color: #212121;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	right: 100%;
	left: auto;
	transform: translate(0px, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.wpte-trip-single .featured-text-wrap .featured-text::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #212121;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: -3px;
}

.wpte-trip-single .featured-text-wrap:hover .featured-text {
	opacity: 1;
	visibility: visible;
	transform: translate(-8px, -50%);
}

.wpte-trip-single.wpte-layout-2 .featured-text-wrap, .wpte-trip-single.wpte-layout-5 .featured-text-wrap, .wpte-trip-single.wpte-layout-4 .featured-text-wrap {
	top: 8px;
}

.wpte-trip-single .wpte-trip-image-wrap {
	position: relative;
}

.wpte-trip-single .wpte-trip-image-wrap figure {
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
	padding-top: 68%;
	margin: 0;
	background-color: #efefef;
}

.wpte-trip-single .wpte-trip-image-wrap figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wpte-trip-single .wpte-trip-image-wrap figure.overlay a::before {
	content: "";
	width: 100%;
	height: 110px;
	background: linear-gradient(to bottom, transparent, #061626);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.wpte-trip-single .wpte-trip-image-wrap figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease;
}

.wpte-trip-single .wpte-trip-image-wrap figure:hover img {
	transform: scale(1.1);
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 21px;
	color: #fff;
	z-index: 11;
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta {
	color: #fff;
}

.wpte-trip-single .wpte-trip-image-wrap .wpte-trip-img-overlay .wpte-trip-meta svg path {
	fill: #fff;
}

.wpte-trip-single .wpte-trip-meta {
	color: rgba(var(--font-color-rgb), .6);
	font-size: 16px;
	display: inline-flex;
	line-height: 1.5;
}

.wpte-trip-single .wpte-trip-meta a {
	color: inherit;
	text-decoration: none;
}

.wpte-trip-single .wpte-trip-meta a:hover {
	text-decoration: underline;
	color: var(--primary-color);
}

.wpte-trip-single .wpte-trip-meta svg {
	width: 1em;
	height: 1em;
}

.wpte-trip-single .wpte-trip-meta i {
	width: 1em;
	height: 1.5em;
	display: inline-flex;
	text-align: center;
	margin-right: 10px;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta {
	margin-bottom: 10px;
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-meta svg path {
	fill: var(--primary-color);
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 12px;
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title a:hover {
	color: var(--primary-color);
}

.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-review-stars {
	margin: 0 0 16px;
}

.wpte-trip-single .wpte-trip-details-wrap {
	padding: 24px;
	font-size: 15px;
	line-height: 1.8;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wpte-trip-single .wpte-trip-content {
	flex: 1;
	font-size: 16px;
}

.wpte-trip-single .wpte-trip-content p {
	margin: 0;
}

.wpte-trip-single .wpte-trip-budget-wrap {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(6, 22, 38, .1);
}

.wpte-trip-single .wpte-trip-meta-list {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.wpte-trip-single .wpte-trip-meta-list .wpte-trip-meta:not(:last-child) {
	margin-bottom: 15px;
}

.wpte-trip-single .wpte-trip-budget-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-meta-list .wpte-trip-meta svg path {
	fill: var(--primary-color);
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap {
	color: var(--font-color);
	display: flex;
	flex-direction: column;
}

.wpte-trip-single .wpte-trip-budget-wrap .wpte-trip-price-wrap.align-items-end {
	align-items: flex-end;
}

.wpte-trip-single .wpte-trip-price-wrap {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 600;
}

.wpte-trip-single .wpte-trip-price-wrap del {
	font-weight: normal;
	font-size: 16px;
	opacity: .4;
}

.wpte-trip-single .wpte-trip-price-wrap ins {
	text-decoration: none;
}

.wpte-trip-single .justify-content-between {
	justify-content: space-between;
}

.wpte-trip-single .align-items-center {
	align-items: center;
}

.wpte-trip-single.style-3 .wpte-trip-header-wrap {
	margin-bottom: 24px;
}

.wpte-trip-single.style-3 .wpte-trip-meta-list {
	flex-wrap: wrap;
	flex-direction: row;
}

.wpte-trip-single.style-3 .wpte-trip-meta-list .wpte-trip-meta:not(:last-child) {
	margin-right: 30px;
}

.wpte-trip-single.style-3 .wpte-trip-meta svg path {
	fill: var(--primary-color);
}

.wpte-trip-single.style-3 .discount-text-wrap {
	top: -13px;
	left: 16px;
}

.wpte-trip-single.style-3 .discount-text-wrap::before, .wpte-trip-single.style-3 .discount-text-wrap::after {
	content: none;
}

.wpte-trip-single.style-3 .discount-text-wrap .discount-percent {
	border-radius: 13px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ea7810;
	color: #fff;
}

.wpte-trip-single.style-3 .featured-text-wrap {
	right: auto;
	left: 16px;
	top: -13px;
	display: inline-flex;
	align-items: center;
	background-color: #ffc34e;
	border-radius: 15px;
	padding: 4px 10px;
}

.wpte-trip-single.style-3 .featured-text-wrap svg path {
	fill: #8c6b2b;
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-icon {
	display: flex;
	margin-right: 6px;
	background: none;
	padding: 0;
	width: unset;
	height: 16px;
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-text {
	position: static;
	color: #8c6b2b;
	visibility: visible;
	opacity: 1;
	transform: none;
	background: none;
	padding: 0;
}

.wpte-trip-single.style-3 .featured-text-wrap .featured-text::before {
	content: none;
}

.wpte-trip-single.style-3 .discount-text-wrap+.featured-text-wrap {
	left: 116px;
}

.category-main-wrap.category-grid .category-trip-prc-title-wrap .category-trip-title {
	font-size: 20px;
}

.category-trip-wtetags {
	flex-wrap: wrap;
}

.category-trip-wtetags a {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.1;
	display: inline-block;
	padding: 4px 12px;
	background-color: #e8e9e7;
	border-radius: 15px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-decoration: none;
}

.category-trip-wtetags a:hover {
	text-decoration: none;
}

.wpte_has-tooltip .tippy-popper p {
	margin-top: 0;
	margin-bottom: 1em;
}

.wpte_has-tooltip .tippy-popper p:last-child {
	margin-bottom: 0;
}

.wpte_has-tooltip .tippy-popper .tippy-tooltip {
	background-color: rgba(9, 20, 38, .8) !important;
	font-size: 14px;
}

.wpte_has-tooltip .tippy-popper .tippy-tooltip .tippy-content {
	padding: 12px !important;
	background: none !important;
	border-radius: 5px;
}

.wpte_has-tooltip .tippy-popper[x-placement=top] .tippy-arrow {
	border-top-color: rgba(9, 20, 38, .8) !important;
	transform: translateY(1px);
}

.wpte_has-tooltip .tippy-popper[x-placement=bottom] .tippy-arrow {
	border-bottom-color: rgba(9, 20, 38, .8) !important;
	transform: translateY(-1px);
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-content-wrap, .widget .category-list .category-trips-single-inner-wrap .category-trip-fig, .widget_block .category-list .category-trips-single-inner-wrap .category-trip-content-wrap, .widget_block .category-list .category-trips-single-inner-wrap .category-trip-fig {
	max-width: unset;
	flex-grow: 1;
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-fig, .widget_block .category-list .category-trips-single-inner-wrap .category-trip-fig {
	min-width: 200px;
	margin-bottom: 1em;
}

.widget .category-list .category-trips-single-inner-wrap .category-trip-content-wrap, .widget_block .category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
	min-width: 250px;
}

.wpte_empty-items-box {
	text-align: center;
}

.wpte_empty-items-box .wpte_empty-items-img {
	width: 182.86px;
	height: 160px;
	display: inline-block;
	margin: 0 0 2.5rem;
	background-image: url("https://cdn-kkdej.nitrocdn.com/qAYWxAqxXsaiChACmEgPbwmAlczgbQze/assets/images/optimized/rev-5ff0f89/liveaboard.dune-world.com/wp-content/plugins/wp-travel-engine/dist/images/not-found.53577448.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.wpte_empty-items-box .wpte_empty-items-img.nitro-lazy {
	background-image: none !important;
}

.wpte_empty-items-box .wpte_empty-items-title {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	margin: 0 0 .5rem;
}

.wpte_empty-items-box a.wpte_all-trips-btn {
	font-size: 1rem;
	line-height: 1.5;
	padding: 12px 40px;
	border-radius: 4px;
	background-color: var(--primary-color);
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
}

.wpte_empty-items-box a.wpte_all-trips-btn:hover {
	filter: brightness(.9);
}

.page-template-template-activities .activities-holder .item .img-holder img, .page-template-template-activities .destination-holder .item .img-holder img, .page-template-template-activities .trip_types-holder .item .img-holder img, .page-template-template-destination .activities-holder .item .img-holder img, .page-template-template-destination .destination-holder .item .img-holder img, .page-template-template-destination .trip_types-holder .item .img-holder img, .page-template-template-trip_types .activities-holder .item .img-holder img, .page-template-template-trip_types .destination-holder .item .img-holder img, .page-template-template-trip_types .trip_types-holder .item .img-holder img, .wpte-gblock-wrapper .activities-holder .item .img-holder img, .wpte-gblock-wrapper .destination-holder .item .img-holder img, .wpte-gblock-wrapper .trip_types-holder .item .img-holder img {
	transition: all 1s ease;
}

.page-template-template-activities .activities-holder .item:hover .img-holder img, .page-template-template-activities .destination-holder .item:hover .img-holder img, .page-template-template-activities .trip_types-holder .item:hover .img-holder img, .page-template-template-destination .activities-holder .item:hover .img-holder img, .page-template-template-destination .destination-holder .item:hover .img-holder img, .page-template-template-destination .trip_types-holder .item:hover .img-holder img, .page-template-template-trip_types .activities-holder .item:hover .img-holder img, .page-template-template-trip_types .destination-holder .item:hover .img-holder img, .page-template-template-trip_types .trip_types-holder .item:hover .img-holder img, .wpte-gblock-wrapper .activities-holder .item:hover .img-holder img, .wpte-gblock-wrapper .destination-holder .item:hover .img-holder img, .wpte-gblock-wrapper .trip_types-holder .item:hover .img-holder img {
	transform: scale(1.1);
}

.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img, .page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img, .page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img, .wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category .thumbnail img {
	transition: all 1s ease;
}

.page-template-template-activities .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img, .page-template-template-destination .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img, .page-template-template-trip_types .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img, .wpte-gblock-wrapper .wpte-trip-list-wrapper .wpte-trip-category:hover .thumbnail img {
	transform: scale(1.1);
}

.wpte-trip__adv-field {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(6, 22, 38, .2);
}

.wpte-trip__adv-field .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	display: flex;
	font-size: 16px;
}

.wpte-trip__adv-field .icon svg {
	width: 1em;
	height: 1em;
	vertical-align: top;
}

.wpte-trip__adv-field .icon svg path {
	fill: var(--primary-color);
}

.wpte-trip__adv-field .wpte__input {
	width: 100%;
	padding: 14px 12px 14px 38px;
	font-size: .875rem;
	line-height: 1.49;
	border: none;
	background: none;
	position: relative;
	z-index: 1;
}

.wpte-trip__adv-field.wpte__select-field {
	position: relative;
	color: rgba(0, 0, 0, .8);
}

.wpte-trip__adv-field.wpte__select-field .wpte__input {
	padding-right: 38px;
	cursor: default;
}

.wpte-trip__adv-field.wpte__select-field::after {
	content: "";
	width: 10px;
	height: 6px;
	background-color: #000;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.7194 0.279313C9.54166 0.100415 9.30123 0 9.05062 0C8.80001 0 8.55958 0.100415 8.38184 0.279313L4.97628 3.67957L1.61816 0.279313C1.44042 0.100415 1.19999 0 0.94938 0C0.698767 0 0.458337 0.100415 0.280601 0.279313C0.191688 0.368606 0.121116 0.474841 0.0729554 0.59189C0.0247951 0.708939 0 0.834485 0 0.961285C0 1.08809 0.0247951 1.21363 0.0729554 1.33068C0.121116 1.44773 0.191688 1.55396 0.280601 1.64326L4.30276 5.71588C4.39095 5.80591 4.49587 5.87736 4.61147 5.92613C4.72706 5.97489 4.85105 6 4.97628 6C5.10151 6 5.2255 5.97489 5.3411 5.92613C5.4567 5.87736 5.56162 5.80591 5.64981 5.71588L9.7194 1.64326C9.80831 1.55396 9.87888 1.44773 9.92704 1.33068C9.9752 1.21363 10 1.08809 10 0.961285C10 0.834485 9.9752 0.708939 9.92704 0.59189C9.87888 0.474841 9.80831 0.368606 9.7194 0.279313Z%27 fill=%27black%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%276%27 viewBox=%270 0 10 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.7194 0.279313C9.54166 0.100415 9.30123 0 9.05062 0C8.80001 0 8.55958 0.100415 8.38184 0.279313L4.97628 3.67957L1.61816 0.279313C1.44042 0.100415 1.19999 0 0.94938 0C0.698767 0 0.458337 0.100415 0.280601 0.279313C0.191688 0.368606 0.121116 0.474841 0.0729554 0.59189C0.0247951 0.708939 0 0.834485 0 0.961285C0 1.08809 0.0247951 1.21363 0.0729554 1.33068C0.121116 1.44773 0.191688 1.55396 0.280601 1.64326L4.30276 5.71588C4.39095 5.80591 4.49587 5.87736 4.61147 5.92613C4.72706 5.97489 4.85105 6 4.97628 6C5.10151 6 5.2255 5.97489 5.3411 5.92613C5.4567 5.87736 5.56162 5.80591 5.64981 5.71588L9.7194 1.64326C9.80831 1.55396 9.87888 1.44773 9.92704 1.33068C9.9752 1.21363 10 1.08809 10 0.961285C10 0.834485 9.9752 0.708939 9.92704 0.59189C9.87888 0.474841 9.80831 0.368606 9.7194 0.279313Z%27 fill=%27black%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 9px;
	transition: all .3s ease;
	transform: translateY(-50%);
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options {
	font-size: .875rem;
	line-height: 1.49;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 197px;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 4px;
	box-shadow: 0 16px 24px rgba(0, 0, 0, .06);
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px) scaleY(.8);
	transform-origin: top;
	transition: all .3s ease;
	padding: 15px 8px;
	z-index: 11;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul {
	max-height: 315px;
	overflow-y: auto;
	padding-right: 2px;
	scrollbar-color: var(--primary-color) rgba(var(--font-color-rgb), .1);
	scrollbar-width: thin;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar {
	width: 6px;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-track {
	background-color: rgba(var(--font-color-rgb), .1);
	border-radius: 10px;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options>ul::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border-radius: 10px;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li span {
	display: block;
	padding: 11px 8px;
	cursor: pointer;
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li:hover>span, .wpte-trip__adv-field.wpte__select-field .wpte__select-options ul li.selected>span {
	color: var(--primary-color);
}

.wpte-trip__adv-field.wpte__select-field .wpte__select-options ul ul li span {
	padding-left: 32px;
}

.wpte-trip__adv-field.wpte__select-field.options-open::after {
	transform: translateY(-50%) rotate(180deg);
}

.wpte-trip__adv-field.wpte__select-field.options-open .wpte__select-options {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scaleY(1);
}

.wpte-trip-category {
	position: relative;
}

.wpte-trip-category .wpte-trip-category-img-wrap {
	position: relative;
}

.wpte-trip-category .wpte-trip-category-img-wrap figure {
	position: relative;
	overflow: hidden;
	padding-top: 105%;
	border-radius: 4px;
	background-color: #efefef;
	transition: all 1s ease;
	margin: 0;
}

.wpte-trip-category .wpte-trip-category-img-wrap figure a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wpte-trip-category .wpte-trip-category-img-wrap figure img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s ease;
}

.wpte-trip-category .wpte-trip-category-img-wrap figure:hover {
	background-color: #dcdcdc;
}

.wpte-trip-category .wpte-trip-category-img-wrap figure:hover img {
	transform: scale(1.1);
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	background-color: rgba(var(--primary-color-rgb), .8);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 16px;
	font-weight: normal;
	max-height: 200px;
	overflow: auto;
	width: 100%;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a {
	color: inherit;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-subcat-wrap a:hover {
	text-decoration: underline;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn {
	margin-top: 24px;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn {
	text-align: center;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease;
	transition: all .3s cubic-bezier(.23, 1, .32, 1);
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
}

.wpte-trip-category .wpte-trip-category-img-wrap .wpte-trip-category-btn .wpte-trip-cat-btn:hover {
	background-color: #fff;
	color: var(--primary-color);
	transition: all .3s ease;
}

.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-subcat-wrap a {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.wpte-trip-category .wpte-trip-category-img-wrap:hover .wpte-trip-cat-btn {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.wpte-trip-category .wpte-trip-category-text-wrap .wpte-trip-category-title a {
	display: inline-block;
}

.wpte-trip-category .wpte-trip-category-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.wpte-trip-category .wpte-trip-category-title svg {
	width: 16px;
	transition: all .3s ease;
}

.wpte-trip-category .wpte-trip-category-title svg path {
	fill: var(--primary-color);
}

.wpte-trip-category .wpte-trip-category-title a {
	text-decoration: none;
	color: inherit;
	margin-right: 8px;
}

.wpte-trip-category .wpte-trip-category-title a:hover {
	color: var(--primary-color);
}

.wpte-trip-category .wpte-trip-category-title a:hover svg {
	transform: translateX(10px);
}

.wpte-trip-category .trip-count {
	font-size: 14px;
	font-weight: 500;
}

.wpte-trip-category .wpte-trip-category-text-wrap {
	margin-top: 24px;
}

.wpte-trip-category:hover .wpte-trip-category-img-wrap .wpte-trip-category-overlay {
	visibility: visible;
	opacity: 1;
}

.wpte-trip-category.style-1 .wpte-inner-container {
	position: relative;
	overflow: hidden;
}

.wpte-trip-category.style-1 .wpte-trip-category-img-wrap figure {
	border-radius: 0;
	padding-top: 70%;
}

.wpte-trip-category.style-1 .wpte-trip-category-text-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 22px 30px;
	color: #fff;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, var(--font-color));
}

.wpte-trip-category.style-1 .wpte-trip-category-text-wrap .wpte-trip-category-title {
	margin: 0;
	color: #fff;
}

.wpte-trip-category.style-3 .trip-count {
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	padding: 5.5px 10px;
	border-radius: 15px;
	background-color: var(--primary-color);
	color: #fff;
	position: absolute;
	top: 16px;
	left: 16px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04);
}

@media (min-width: 992px) {
	.widget .wpte-trip-list-wrapper[class*=columns-] .wpte-trip-single, .widget .wpte-trip-list-wrapper[class*=columns-]>[class*=wpte-trip-], .widget .wpte-trip-list-wrapper[class*=columns-] .category-trips-single {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	
	.widget .category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
		padding-right: 8px;
		max-width: unset;
	}
	
	.widget .category-list .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
		padding-left: 8px;
	}
	
	.widget .category-trips-single .category-trips-single-inner-wrap .price-holder .actual-price {
		font-size: 24px;
	}
}

.hidden, [hidden] {
	display: none !important;
}

.wte-user-wishlist-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 24px;
	font-size: 16px;
	color: rgba(28, 32, 17, .6980392157);
}

button.wte-wishlist-remove-all, .wte-wishlist-remove-all {
	all: unset;
	text-decoration: underline;
	color: inherit;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
}

button.wte-wishlist-remove-all:hover, .wte-wishlist-remove-all:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.wp-container-7>* {
	max-width: 976px;
}

.wpte-lrf-wrap {
	width: 100%;
	box-shadow: 0px -2px 205px rgba(121, 121, 121, .04), 0px -.602941px 61.8015px rgba(121, 121, 121, .0260636), 0px -.250431px 25.6692px rgba(121, 121, 121, .02), 0px -.090576px 9.28404px rgba(121, 121, 121, .0139364);
}

.wpte-lrf-wrap:not(.wpte-dashboard) {
	max-width: 976px;
}

.wpte-lrf-wrap.wpte-login, .wpte-lrf-wrap.wpte-register, .wpte-lrf-wrap.wpte-forgot-pass {
	padding: 30px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.wpte-lrf-wrap.wpte-login, .wpte-lrf-wrap.wpte-register, .wpte-lrf-wrap.wpte-forgot-pass {
		padding: 40px 56px;
	}
}

.wpte-lrf-wrap .wpte-lrf-top {
	padding: 0;
	box-shadow: none;
}

.wpte-lrf-wrap .wpte-lrf-bottom {
	padding: 0;
	box-shadow: none;
}

.wpte-lrf-wrap .wpte-lrf {
	display: flex;
	flex-wrap: wrap;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left, .wpte-lrf-wrap .wpte-lrf .wpte-lrf-right {
	width: 100%;
}

@media (min-width: 768px) {
	.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left, .wpte-lrf-wrap .wpte-lrf .wpte-lrf-right {
		width: unset;
		flex: 1;
	}
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left {
	display: flex;
	flex-direction: column;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-left .wpte-lrf-left-top {
	flex: 1;
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: rgba(28, 32, 17, .5);
	position: relative;
	width: 100%;
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::before, .wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
	content: "";
	width: calc(50% - 16px);
	height: 0;
	border-top: 1px solid rgba(28, 32, 17, .08);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::before {
	left: 0;
}

.wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
	right: 0;
}

@media (min-width: 768px) {
	.wpte-lrf-wrap .wpte-lrf .wpte-divider {
		margin: 0 56px;
		width: auto;
	}
	
	.wpte-lrf-wrap .wpte-lrf .wpte-divider::before, .wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
		width: 0;
		height: calc(50% - 16px);
		border-left: 1px solid rgba(28, 32, 17, .08);
		left: 50%;
		transform: translateX(-50%);
	}
	
	.wpte-lrf-wrap .wpte-lrf .wpte-divider::before {
		top: 0;
	}
	
	.wpte-lrf-wrap .wpte-lrf .wpte-divider::after {
		top: auto;
		bottom: 0;
	}
}

.wpte-lrf-wrap .wpte-lrf .wpte-spacer {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.wpte-lrf-wrap .wpte-lrf .wpte-spacer {
		margin: 0 30px;
	}
}

.wpte-lrf-wrap .wpte-lrf #rememberme {
	display: none;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-title {
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 8px;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-desc {
	font-size: 16px;
	margin-top: 0;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-desc p {
	margin: 0;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field {
	margin: 0 0 22px;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field label {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 8px;
	display: block;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field label .required {
	color: #eb5757;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-error {
	border-color: #eb5757;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list {
	margin: 0 !important;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list li {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.75;
	color: #eb5757;
	position: relative;
	padding-left: 20px !important;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field .parsley-errors-list li::before {
	content: "";
	width: 1em !important;
	height: 1em !important;
	background-color: #eb5757 !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.99978 9.33335C6.88441 9.33335 6.77162 9.36756 6.67569 9.43166C6.57977 9.49576 6.505 9.58686 6.46085 9.69345C6.4167 9.80004 6.40514 9.91733 6.42765 10.0305C6.45016 10.1436 6.50572 10.2476 6.5873 10.3292C6.66888 10.4107 6.77282 10.4663 6.88597 10.4888C6.99913 10.5113 7.11642 10.4998 7.22301 10.4556C7.3296 10.4115 7.4207 10.3367 7.4848 10.2408C7.5489 10.1448 7.58311 10.0321 7.58311 9.91668C7.58311 9.76197 7.52165 9.6136 7.41226 9.5042C7.30286 9.39481 7.15449 9.33335 6.99978 9.33335ZM13.2239 10.1908L8.52811 2.02418C8.37633 1.75207 8.15465 1.52541 7.88597 1.36762C7.61729 1.20984 7.31136 1.12665 6.99978 1.12665C6.68819 1.12665 6.38226 1.20984 6.11358 1.36762C5.8449 1.52541 5.62322 1.75207 5.47144 2.02418L0.804778 10.1908C0.647742 10.4557 0.563361 10.7573 0.560154 11.0652C0.556946 11.373 0.635026 11.6763 0.786511 11.9444C0.937996 12.2124 1.15752 12.4358 1.42293 12.5919C1.68833 12.7479 1.99022 12.8312 2.29811 12.8334H11.7014C12.0118 12.8364 12.3174 12.7569 12.5869 12.6029C12.8564 12.4489 13.0801 12.226 13.235 11.9571C13.39 11.6881 13.4706 11.3828 13.4687 11.0725C13.4667 10.7621 13.3823 10.4578 13.2239 10.1908ZM12.2148 11.3575C12.1636 11.4485 12.089 11.5241 11.9988 11.5764C11.9085 11.6287 11.8058 11.6559 11.7014 11.655H2.29811C2.19376 11.6559 2.09109 11.6287 2.0008 11.5764C1.91051 11.5241 1.83591 11.4485 1.78478 11.3575C1.73358 11.2688 1.70663 11.1682 1.70663 11.0658C1.70663 10.9635 1.73358 10.8629 1.78478 10.7742L6.45144 2.60752C6.5004 2.51196 6.57477 2.43178 6.66637 2.37578C6.75797 2.31979 6.86325 2.29016 6.97061 2.29016C7.07797 2.29016 7.18325 2.31979 7.27485 2.37578C7.36645 2.43178 7.44083 2.51196 7.48978 2.60752L12.1856 10.7742C12.2435 10.8616 12.2767 10.963 12.2819 11.0677C12.287 11.1724 12.2638 11.2765 12.2148 11.3692V11.3575ZM6.99978 4.66668C6.84507 4.66668 6.69669 4.72814 6.5873 4.83754C6.4779 4.94693 6.41644 5.09531 6.41644 5.25002V7.58335C6.41644 7.73806 6.4779 7.88643 6.5873 7.99583C6.69669 8.10523 6.84507 8.16668 6.99978 8.16668C7.15449 8.16668 7.30286 8.10523 7.41226 7.99583C7.52165 7.88643 7.58311 7.73806 7.58311 7.58335V5.25002C7.58311 5.09531 7.52165 4.94693 7.41226 4.83754C7.30286 4.72814 7.15449 4.66668 6.99978 4.66668Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 viewBox=%270 0 14 14%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.99978 9.33335C6.88441 9.33335 6.77162 9.36756 6.67569 9.43166C6.57977 9.49576 6.505 9.58686 6.46085 9.69345C6.4167 9.80004 6.40514 9.91733 6.42765 10.0305C6.45016 10.1436 6.50572 10.2476 6.5873 10.3292C6.66888 10.4107 6.77282 10.4663 6.88597 10.4888C6.99913 10.5113 7.11642 10.4998 7.22301 10.4556C7.3296 10.4115 7.4207 10.3367 7.4848 10.2408C7.5489 10.1448 7.58311 10.0321 7.58311 9.91668C7.58311 9.76197 7.52165 9.6136 7.41226 9.5042C7.30286 9.39481 7.15449 9.33335 6.99978 9.33335ZM13.2239 10.1908L8.52811 2.02418C8.37633 1.75207 8.15465 1.52541 7.88597 1.36762C7.61729 1.20984 7.31136 1.12665 6.99978 1.12665C6.68819 1.12665 6.38226 1.20984 6.11358 1.36762C5.8449 1.52541 5.62322 1.75207 5.47144 2.02418L0.804778 10.1908C0.647742 10.4557 0.563361 10.7573 0.560154 11.0652C0.556946 11.373 0.635026 11.6763 0.786511 11.9444C0.937996 12.2124 1.15752 12.4358 1.42293 12.5919C1.68833 12.7479 1.99022 12.8312 2.29811 12.8334H11.7014C12.0118 12.8364 12.3174 12.7569 12.5869 12.6029C12.8564 12.4489 13.0801 12.226 13.235 11.9571C13.39 11.6881 13.4706 11.3828 13.4687 11.0725C13.4667 10.7621 13.3823 10.4578 13.2239 10.1908ZM12.2148 11.3575C12.1636 11.4485 12.089 11.5241 11.9988 11.5764C11.9085 11.6287 11.8058 11.6559 11.7014 11.655H2.29811C2.19376 11.6559 2.09109 11.6287 2.0008 11.5764C1.91051 11.5241 1.83591 11.4485 1.78478 11.3575C1.73358 11.2688 1.70663 11.1682 1.70663 11.0658C1.70663 10.9635 1.73358 10.8629 1.78478 10.7742L6.45144 2.60752C6.5004 2.51196 6.57477 2.43178 6.66637 2.37578C6.75797 2.31979 6.86325 2.29016 6.97061 2.29016C7.07797 2.29016 7.18325 2.31979 7.27485 2.37578C7.36645 2.43178 7.44083 2.51196 7.48978 2.60752L12.1856 10.7742C12.2435 10.8616 12.2767 10.963 12.2819 11.0677C12.287 11.1724 12.2638 11.2765 12.2148 11.3692V11.3575ZM6.99978 4.66668C6.84507 4.66668 6.69669 4.72814 6.5873 4.83754C6.4779 4.94693 6.41644 5.09531 6.41644 5.25002V7.58335C6.41644 7.73806 6.4779 7.88643 6.5873 7.99583C6.69669 8.10523 6.84507 8.16668 6.99978 8.16668C7.15449 8.16668 7.30286 8.10523 7.41226 7.99583C7.52165 7.88643 7.58311 7.73806 7.58311 7.58335V5.25002C7.58311 5.09531 7.52165 4.94693 7.41226 4.83754C7.30286 4.72814 7.15449 4.66668 6.99978 4.66668Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 5px !important;
	border-radius: 0 !important;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label {
	line-height: 1;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label::before, .wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme label::after {
	top: 50%;
	transform: translateY(-50%);
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field.lrf-rememberme a:hover {
	text-decoration-style: dotted;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field input[type=submit] {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	padding: 16px 32px;
	height: unset;
	text-transform: uppercase;
	background-color: var(--primary-color);
	color: #fff;
}

.wpte-lrf-wrap .wpte-lrf .wpte-lrf-field input[type=submit]:hover {
	opacity: .8;
}

.wpte-lrf-wrap .wpte-lrf-head {
	text-align: left;
}

.wpte-lrf-wrap .wpte-lrf-head:last-child {
	margin-bottom: 0;
}

.wte-social-login-wrapper {
	color: rgba(0, 0, 0, .54);
}

.wte-social-login-wrapper a {
	display: flex;
	border: 1px solid rgba(28, 32, 17, .1);
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 1.445;
	font-weight: 500;
	padding: 13px 16px;
	margin: 12px 0;
	color: rgba(0, 0, 0, .54) !important;
	background-color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.wte-social-login-wrapper a {
		font-size: 18px;
	}
}

.wte-social-login-wrapper a .social-icon {
	line-height: 1;
	display: inline-block;
	margin-right: 16px;
	font-size: 24px;
}

.wte-social-login-wrapper a .social-icon svg {
	width: 1em;
	height: 1em;
	vertical-align: top;
}

.wte-social-login-wrapper a:hover {
	color: inherit;
}

.wte-social-login-wrapper a.login-with-facebook {
	background-color: #1877f2;
	color: #fff !important;
}

.wte-social-login-wrapper a.login-with-linkedin {
	color: #fff !important;
	background-color: #0177b5;
	padding: 0 16px 0 0;
	overflow: hidden;
}

.wte-social-login-wrapper a.login-with-linkedin .social-icon {
	font-size: 54px;
	margin-right: auto;
	color: #0177b5;
}

.wte-social-login-wrapper a.login-with-linkedin .social-icon svg {
	filter: drop-shadow(2px 0 0 rgba(0, 0, 0, .25));
}

.wte-social-login-wrapper a.login-with-linkedin .social-label {
	flex: 1;
}

.wp-container-7>:where(:not(.alignleft):not(.alignright)) {
	max-width: 1170px !important;
}

.wp-travel-engine-error-msg, .wp-travel-engine-success-msg {
	margin: 16px 0;
}

.wpte-back-btn {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0 0 24px;
}

.wpte-back-btn svg {
	margin-right: 8px;
	transition: all .3s ease;
}

.wpte-back-btn:hover svg {
	transform: translateX(-5px);
}

.wpte-lrf-btn, .wpte-lrf-btn:visited {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	padding: 16px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 1px solid var(--primary-color);
	color: #fff;
	background-color: var(--primary-color);
	margin: 0 16px 16px 0;
	padding-left: 32px;
	padding-right: 32px;
}

.wpte-lrf-btn.cancel-btn, .wpte-lrf-btn:visited.cancel-btn {
	background: none;
	color: var(--primary-color);
}

.wpte-lrf-btn:hover, .wpte-lrf-btn:visited:hover {
	color: var(--primary-color);
}

.wpte-dashboard {
	box-shadow: none;
}

.wpte-dashboard .wpte-lrf-head {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
	background: none;
}

.wpte-dashboard .wpte-lrf-head .wpte-lrf-userprogile {
	max-width: unset;
	width: 100%;
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	color: #a4a6a0;
	padding: 8px 24px;
	border: 1px solid #a4a6a0;
	border-radius: 4px;
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout::before {
	content: "";
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2720%27 viewBox=%270 0 16 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 10C0 10.2652 0.105357 10.5196 0.292893 10.7071C0.48043 10.8946 0.734784 11 1 11H8.59L6.29 13.29C6.19627 13.383 6.12188 13.4936 6.07111 13.6154C6.02034 13.7373 5.9942 13.868 5.9942 14C5.9942 14.132 6.02034 14.2627 6.07111 14.3846C6.12188 14.5064 6.19627 14.617 6.29 14.71C6.38296 14.8037 6.49356 14.8781 6.61542 14.9289C6.73728 14.9797 6.86799 15.0058 7 15.0058C7.13201 15.0058 7.26272 14.9797 7.38458 14.9289C7.50644 14.8781 7.61704 14.8037 7.71 14.71L11.71 10.71C11.801 10.6149 11.8724 10.5028 11.92 10.38C12.02 10.1365 12.02 9.86346 11.92 9.62C11.8724 9.49725 11.801 9.3851 11.71 9.29L7.71 5.29C7.61676 5.19676 7.50607 5.1228 7.38425 5.07234C7.26243 5.02188 7.13186 4.99591 7 4.99591C6.86814 4.99591 6.73757 5.02188 6.61575 5.07234C6.49393 5.1228 6.38324 5.19676 6.29 5.29C6.19676 5.38324 6.1228 5.49393 6.07234 5.61575C6.02188 5.73757 5.99591 5.86814 5.99591 6C5.99591 6.13186 6.02188 6.26243 6.07234 6.38425C6.1228 6.50607 6.19676 6.61676 6.29 6.71L8.59 9H1C0.734784 9 0.48043 9.10536 0.292893 9.29289C0.105357 9.48043 0 9.73478 0 10V10ZM13 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V6C0 6.26522 0.105357 6.51957 0.292893 6.70711C0.48043 6.89464 0.734784 7 1 7C1.26522 7 1.51957 6.89464 1.70711 6.70711C1.89464 6.51957 2 6.26522 2 6V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H13C13.2652 2 13.5196 2.10536 13.7071 2.29289C13.8946 2.48043 14 2.73478 14 3V17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17V14C2 13.7348 1.89464 13.4804 1.70711 13.2929C1.51957 13.1054 1.26522 13 1 13C0.734784 13 0.48043 13.1054 0.292893 13.2929C0.105357 13.4804 0 13.7348 0 14V17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V3C16 2.20435 15.6839 1.44129 15.1213 0.87868C14.5587 0.316071 13.7956 0 13 0Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2720%27 viewBox=%270 0 16 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 10C0 10.2652 0.105357 10.5196 0.292893 10.7071C0.48043 10.8946 0.734784 11 1 11H8.59L6.29 13.29C6.19627 13.383 6.12188 13.4936 6.07111 13.6154C6.02034 13.7373 5.9942 13.868 5.9942 14C5.9942 14.132 6.02034 14.2627 6.07111 14.3846C6.12188 14.5064 6.19627 14.617 6.29 14.71C6.38296 14.8037 6.49356 14.8781 6.61542 14.9289C6.73728 14.9797 6.86799 15.0058 7 15.0058C7.13201 15.0058 7.26272 14.9797 7.38458 14.9289C7.50644 14.8781 7.61704 14.8037 7.71 14.71L11.71 10.71C11.801 10.6149 11.8724 10.5028 11.92 10.38C12.02 10.1365 12.02 9.86346 11.92 9.62C11.8724 9.49725 11.801 9.3851 11.71 9.29L7.71 5.29C7.61676 5.19676 7.50607 5.1228 7.38425 5.07234C7.26243 5.02188 7.13186 4.99591 7 4.99591C6.86814 4.99591 6.73757 5.02188 6.61575 5.07234C6.49393 5.1228 6.38324 5.19676 6.29 5.29C6.19676 5.38324 6.1228 5.49393 6.07234 5.61575C6.02188 5.73757 5.99591 5.86814 5.99591 6C5.99591 6.13186 6.02188 6.26243 6.07234 6.38425C6.1228 6.50607 6.19676 6.61676 6.29 6.71L8.59 9H1C0.734784 9 0.48043 9.10536 0.292893 9.29289C0.105357 9.48043 0 9.73478 0 10V10ZM13 0H3C2.20435 0 1.44129 0.316071 0.87868 0.87868C0.316071 1.44129 0 2.20435 0 3V6C0 6.26522 0.105357 6.51957 0.292893 6.70711C0.48043 6.89464 0.734784 7 1 7C1.26522 7 1.51957 6.89464 1.70711 6.70711C1.89464 6.51957 2 6.26522 2 6V3C2 2.73478 2.10536 2.48043 2.29289 2.29289C2.48043 2.10536 2.73478 2 3 2H13C13.2652 2 13.5196 2.10536 13.7071 2.29289C13.8946 2.48043 14 2.73478 14 3V17C14 17.2652 13.8946 17.5196 13.7071 17.7071C13.5196 17.8946 13.2652 18 13 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17V14C2 13.7348 1.89464 13.4804 1.70711 13.2929C1.51957 13.1054 1.26522 13 1 13C0.734784 13 0.48043 13.1054 0.292893 13.2929C0.105357 13.4804 0 13.7348 0 14V17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V3C16 2.20435 15.6839 1.44129 15.1213 0.87868C14.5587 0.316071 13.7956 0 13 0Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	display: inline-block;
	margin-right: 12px;
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout svg {
	display: none;
}

.wpte-dashboard .wpte-lrf-head .lrf-userprofile-logout:hover {
	color: #222;
	border-color: #222;
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .avatar {
	width: 100px;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	flex-basis: 100px;
	border-radius: 50%;
	margin-right: 24px;
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .avatar {
		width: 120px;
		height: 120px;
	}
}

.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .wpte-lrf-title {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 500;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned a .wpte-lrf-title {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-left-aligned {
		width: 70%;
	}
}

@media (max-width: 767px) {
	.wpte-dashboard .wpte-lrf-head .wpte-user-title-wrapper .wpte-right-aligned {
		position: absolute;
		bottom: 0;
		left: 124px;
	}
}

.wpte-dashboard .wpte-lrf-head .wpte-user-description-wrapper {
	margin: 16px 0 0;
}

.wpte-dashboard .wpte-lrf-head .wpte-user-description-wrapper p {
	margin: 0;
}

.wpte-dashboard .wpte-lrf-content-area {
	background: none;
	gap: 30px;
	display: flex !important;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
	padding-top: 0;
	width: 100%;
	max-width: unset;
	align-self: flex-start;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 4px rgba(28, 32, 17, .02), 0px 4px 40px rgba(28, 32, 17, .04);
	padding: 0;
}

@media (min-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar {
		max-width: 23%;
		padding: 24px 0;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab {
	padding: 16px 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #777970;
	background: none;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab::before {
	content: "";
	width: 1em;
	height: 1em;
	background-color: currentColor;
	display: inline-block;
	margin-right: 8px;
	font-size: 24px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-bookings::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 10.5C8.73478 10.5 8.48043 10.6054 8.29289 10.7929C8.10536 10.9804 8 11.2348 8 11.5V13.5C8 13.7652 8.10536 14.0196 8.29289 14.2071C8.48043 14.3946 8.73478 14.5 9 14.5C9.26522 14.5 9.51957 14.3946 9.70711 14.2071C9.89464 14.0196 10 13.7652 10 13.5V11.5C10 11.2348 9.89464 10.9804 9.70711 10.7929C9.51957 10.6054 9.26522 10.5 9 10.5ZM21 11.5C21.2652 11.5 21.5196 11.3946 21.7071 11.2071C21.8946 11.0196 22 10.7652 22 10.5V6.5C22 6.23478 21.8946 5.98043 21.7071 5.79289C21.5196 5.60536 21.2652 5.5 21 5.5H3C2.73478 5.5 2.48043 5.60536 2.29289 5.79289C2.10536 5.98043 2 6.23478 2 6.5V10.5C2 10.7652 2.10536 11.0196 2.29289 11.2071C2.48043 11.3946 2.73478 11.5 3 11.5C3.26522 11.5 3.51957 11.6054 3.70711 11.7929C3.89464 11.9804 4 12.2348 4 12.5C4 12.7652 3.89464 13.0196 3.70711 13.2071C3.51957 13.3946 3.26522 13.5 3 13.5C2.73478 13.5 2.48043 13.6054 2.29289 13.7929C2.10536 13.9804 2 14.2348 2 14.5V18.5C2 18.7652 2.10536 19.0196 2.29289 19.2071C2.48043 19.3946 2.73478 19.5 3 19.5H21C21.2652 19.5 21.5196 19.3946 21.7071 19.2071C21.8946 19.0196 22 18.7652 22 18.5V14.5C22 14.2348 21.8946 13.9804 21.7071 13.7929C21.5196 13.6054 21.2652 13.5 21 13.5C20.7348 13.5 20.4804 13.3946 20.2929 13.2071C20.1054 13.0196 20 12.7652 20 12.5C20 12.2348 20.1054 11.9804 20.2929 11.7929C20.4804 11.6054 20.7348 11.5 21 11.5ZM20 9.68C19.4208 9.8902 18.9205 10.2736 18.5668 10.7782C18.2132 11.2827 18.0235 11.8839 18.0235 12.5C18.0235 13.1161 18.2132 13.7173 18.5668 14.2218C18.9205 14.7264 19.4208 15.1098 20 15.32V17.5H10C10 17.2348 9.89464 16.9804 9.70711 16.7929C9.51957 16.6054 9.26522 16.5 9 16.5C8.73478 16.5 8.48043 16.6054 8.29289 16.7929C8.10536 16.9804 8 17.2348 8 17.5H4V15.32C4.57915 15.1098 5.07954 14.7264 5.43316 14.2218C5.78678 13.7173 5.97648 13.1161 5.97648 12.5C5.97648 11.8839 5.78678 11.2827 5.43316 10.7782C5.07954 10.2736 4.57915 9.8902 4 9.68V7.5H8C8 7.76522 8.10536 8.01957 8.29289 8.20711C8.48043 8.39464 8.73478 8.5 9 8.5C9.26522 8.5 9.51957 8.39464 9.70711 8.20711C9.89464 8.01957 10 7.76522 10 7.5H20V9.68Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 10.5C8.73478 10.5 8.48043 10.6054 8.29289 10.7929C8.10536 10.9804 8 11.2348 8 11.5V13.5C8 13.7652 8.10536 14.0196 8.29289 14.2071C8.48043 14.3946 8.73478 14.5 9 14.5C9.26522 14.5 9.51957 14.3946 9.70711 14.2071C9.89464 14.0196 10 13.7652 10 13.5V11.5C10 11.2348 9.89464 10.9804 9.70711 10.7929C9.51957 10.6054 9.26522 10.5 9 10.5ZM21 11.5C21.2652 11.5 21.5196 11.3946 21.7071 11.2071C21.8946 11.0196 22 10.7652 22 10.5V6.5C22 6.23478 21.8946 5.98043 21.7071 5.79289C21.5196 5.60536 21.2652 5.5 21 5.5H3C2.73478 5.5 2.48043 5.60536 2.29289 5.79289C2.10536 5.98043 2 6.23478 2 6.5V10.5C2 10.7652 2.10536 11.0196 2.29289 11.2071C2.48043 11.3946 2.73478 11.5 3 11.5C3.26522 11.5 3.51957 11.6054 3.70711 11.7929C3.89464 11.9804 4 12.2348 4 12.5C4 12.7652 3.89464 13.0196 3.70711 13.2071C3.51957 13.3946 3.26522 13.5 3 13.5C2.73478 13.5 2.48043 13.6054 2.29289 13.7929C2.10536 13.9804 2 14.2348 2 14.5V18.5C2 18.7652 2.10536 19.0196 2.29289 19.2071C2.48043 19.3946 2.73478 19.5 3 19.5H21C21.2652 19.5 21.5196 19.3946 21.7071 19.2071C21.8946 19.0196 22 18.7652 22 18.5V14.5C22 14.2348 21.8946 13.9804 21.7071 13.7929C21.5196 13.6054 21.2652 13.5 21 13.5C20.7348 13.5 20.4804 13.3946 20.2929 13.2071C20.1054 13.0196 20 12.7652 20 12.5C20 12.2348 20.1054 11.9804 20.2929 11.7929C20.4804 11.6054 20.7348 11.5 21 11.5ZM20 9.68C19.4208 9.8902 18.9205 10.2736 18.5668 10.7782C18.2132 11.2827 18.0235 11.8839 18.0235 12.5C18.0235 13.1161 18.2132 13.7173 18.5668 14.2218C18.9205 14.7264 19.4208 15.1098 20 15.32V17.5H10C10 17.2348 9.89464 16.9804 9.70711 16.7929C9.51957 16.6054 9.26522 16.5 9 16.5C8.73478 16.5 8.48043 16.6054 8.29289 16.7929C8.10536 16.9804 8 17.2348 8 17.5H4V15.32C4.57915 15.1098 5.07954 14.7264 5.43316 14.2218C5.78678 13.7173 5.97648 13.1161 5.97648 12.5C5.97648 11.8839 5.78678 11.2827 5.43316 10.7782C5.07954 10.2736 4.57915 9.8902 4 9.68V7.5H8C8 7.76522 8.10536 8.01957 8.29289 8.20711C8.48043 8.39464 8.73478 8.5 9 8.5C9.26522 8.5 9.51957 8.39464 9.70711 8.20711C9.89464 8.01957 10 7.76522 10 7.5H20V9.68Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-address::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 2.5C10.466 2.49993 8.95266 2.85274 7.57691 3.53113C6.20116 4.20952 4.99992 5.19531 4.0661 6.41222C3.13229 7.62914 2.49094 9.04457 2.19168 10.549C1.89241 12.0535 1.94325 13.6066 2.34026 15.0882C2.73727 16.5699 3.46982 17.9403 4.48121 19.0936C5.49261 20.2468 6.75576 21.1519 8.17293 21.7389C9.5901 22.3259 11.1233 22.5789 12.6539 22.4786C14.1846 22.3782 15.6716 21.927 17 21.16C17.1195 21.0975 17.2251 21.0114 17.3105 20.907C17.3959 20.8027 17.4592 20.6821 17.4968 20.5525C17.5344 20.423 17.5454 20.2872 17.5291 20.1533C17.5129 20.0194 17.4697 19.8902 17.4022 19.7735C17.3347 19.6567 17.2443 19.5548 17.1364 19.4739C17.0285 19.393 16.9053 19.3347 16.7743 19.3026C16.6433 19.2705 16.5072 19.2653 16.3741 19.2872C16.241 19.3091 16.1138 19.3576 16 19.43C14.4749 20.3105 12.7019 20.6632 10.956 20.4334C9.21003 20.2036 7.5887 19.4041 6.34342 18.159C5.09813 16.9138 4.29848 15.2926 4.06848 13.5467C3.83848 11.8008 4.19097 10.0277 5.0713 8.50257C5.95163 6.97741 7.31059 5.78532 8.93745 5.11119C10.5643 4.43706 12.3681 4.31855 14.0692 4.77404C15.7703 5.22953 17.2735 6.23358 18.3458 7.63046C19.4181 9.02734 19.9996 10.739 20 12.5V13.25C20 13.7141 19.8156 14.1592 19.4874 14.4874C19.1592 14.8156 18.7141 15 18.25 15C17.7858 15 17.3407 14.8156 17.0125 14.4874C16.6843 14.1592 16.5 13.7141 16.5 13.25V9C16.5 8.73478 16.3946 8.48043 16.2071 8.29289C16.0195 8.10536 15.7652 8 15.5 8C15.2674 7.99483 15.0403 8.07088 14.8578 8.21507C14.6753 8.35926 14.5487 8.56257 14.5 8.79C13.7649 8.28158 12.8937 8.0063 12 8C11.2471 7.991 10.5041 8.17102 9.83882 8.5236C9.17359 8.87617 8.60745 9.39001 8.19226 10.0181C7.77706 10.6461 7.52609 11.3683 7.46231 12.1185C7.39854 12.8687 7.524 13.6229 7.82722 14.312C8.13044 15.0011 8.60171 15.6032 9.19788 16.063C9.79405 16.5228 10.4961 16.8257 11.2396 16.9439C11.9832 17.0621 12.7445 16.9918 13.4539 16.7396C14.1632 16.4873 14.798 16.0611 15.3 15.5C15.7751 16.1153 16.4302 16.5673 17.1741 16.793C17.918 17.0188 18.7138 17.0071 19.4508 16.7596C20.1877 16.5121 20.8292 16.0411 21.2861 15.4121C21.743 14.7831 21.9925 14.0274 22 13.25V12.5C22 11.1868 21.7413 9.88642 21.2387 8.67317C20.7362 7.45991 19.9996 6.35752 19.071 5.42893C18.1424 4.50035 17.04 3.76375 15.8268 3.2612C14.6135 2.75866 13.3132 2.5 12 2.5ZM12 15C11.5055 15 11.0221 14.8534 10.611 14.5787C10.1999 14.304 9.87947 13.9135 9.69025 13.4567C9.50103 12.9999 9.45153 12.4972 9.54799 12.0123C9.64445 11.5273 9.88255 11.0819 10.2322 10.7322C10.5818 10.3826 11.0273 10.1445 11.5122 10.048C11.9972 9.95157 12.4998 10.0011 12.9567 10.1903C13.4135 10.3795 13.8039 10.7 14.0786 11.1111C14.3533 11.5222 14.5 12.0055 14.5 12.5C14.5 13.163 14.2366 13.7989 13.7677 14.2678C13.2989 14.7366 12.663 15 12 15Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12 2.5C10.466 2.49993 8.95266 2.85274 7.57691 3.53113C6.20116 4.20952 4.99992 5.19531 4.0661 6.41222C3.13229 7.62914 2.49094 9.04457 2.19168 10.549C1.89241 12.0535 1.94325 13.6066 2.34026 15.0882C2.73727 16.5699 3.46982 17.9403 4.48121 19.0936C5.49261 20.2468 6.75576 21.1519 8.17293 21.7389C9.5901 22.3259 11.1233 22.5789 12.6539 22.4786C14.1846 22.3782 15.6716 21.927 17 21.16C17.1195 21.0975 17.2251 21.0114 17.3105 20.907C17.3959 20.8027 17.4592 20.6821 17.4968 20.5525C17.5344 20.423 17.5454 20.2872 17.5291 20.1533C17.5129 20.0194 17.4697 19.8902 17.4022 19.7735C17.3347 19.6567 17.2443 19.5548 17.1364 19.4739C17.0285 19.393 16.9053 19.3347 16.7743 19.3026C16.6433 19.2705 16.5072 19.2653 16.3741 19.2872C16.241 19.3091 16.1138 19.3576 16 19.43C14.4749 20.3105 12.7019 20.6632 10.956 20.4334C9.21003 20.2036 7.5887 19.4041 6.34342 18.159C5.09813 16.9138 4.29848 15.2926 4.06848 13.5467C3.83848 11.8008 4.19097 10.0277 5.0713 8.50257C5.95163 6.97741 7.31059 5.78532 8.93745 5.11119C10.5643 4.43706 12.3681 4.31855 14.0692 4.77404C15.7703 5.22953 17.2735 6.23358 18.3458 7.63046C19.4181 9.02734 19.9996 10.739 20 12.5V13.25C20 13.7141 19.8156 14.1592 19.4874 14.4874C19.1592 14.8156 18.7141 15 18.25 15C17.7858 15 17.3407 14.8156 17.0125 14.4874C16.6843 14.1592 16.5 13.7141 16.5 13.25V9C16.5 8.73478 16.3946 8.48043 16.2071 8.29289C16.0195 8.10536 15.7652 8 15.5 8C15.2674 7.99483 15.0403 8.07088 14.8578 8.21507C14.6753 8.35926 14.5487 8.56257 14.5 8.79C13.7649 8.28158 12.8937 8.0063 12 8C11.2471 7.991 10.5041 8.17102 9.83882 8.5236C9.17359 8.87617 8.60745 9.39001 8.19226 10.0181C7.77706 10.6461 7.52609 11.3683 7.46231 12.1185C7.39854 12.8687 7.524 13.6229 7.82722 14.312C8.13044 15.0011 8.60171 15.6032 9.19788 16.063C9.79405 16.5228 10.4961 16.8257 11.2396 16.9439C11.9832 17.0621 12.7445 16.9918 13.4539 16.7396C14.1632 16.4873 14.798 16.0611 15.3 15.5C15.7751 16.1153 16.4302 16.5673 17.1741 16.793C17.918 17.0188 18.7138 17.0071 19.4508 16.7596C20.1877 16.5121 20.8292 16.0411 21.2861 15.4121C21.743 14.7831 21.9925 14.0274 22 13.25V12.5C22 11.1868 21.7413 9.88642 21.2387 8.67317C20.7362 7.45991 19.9996 6.35752 19.071 5.42893C18.1424 4.50035 17.04 3.76375 15.8268 3.2612C14.6135 2.75866 13.3132 2.5 12 2.5ZM12 15C11.5055 15 11.0221 14.8534 10.611 14.5787C10.1999 14.304 9.87947 13.9135 9.69025 13.4567C9.50103 12.9999 9.45153 12.4972 9.54799 12.0123C9.64445 11.5273 9.88255 11.0819 10.2322 10.7322C10.5818 10.3826 11.0273 10.1445 11.5122 10.048C11.9972 9.95157 12.4998 10.0011 12.9567 10.1903C13.4135 10.3795 13.8039 10.7 14.0786 11.1111C14.3533 11.5222 14.5 12.0055 14.5 12.5C14.5 13.163 14.2366 13.7989 13.7677 14.2678C13.2989 14.7366 12.663 15 12 15Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.lrf-account::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.8999 13.1604C19.7396 12.9779 19.6512 12.7433 19.6512 12.5004C19.6512 12.2575 19.7396 12.0229 19.8999 11.8404L21.1799 10.4004C21.3209 10.2431 21.4085 10.0451 21.4301 9.83489C21.4516 9.62469 21.4061 9.41307 21.2999 9.23038L19.2999 5.77038C19.1948 5.5879 19.0348 5.44326 18.8426 5.35707C18.6505 5.27088 18.4361 5.24754 18.2299 5.29038L16.3499 5.67038C16.1107 5.71981 15.8616 5.67997 15.6498 5.55838C15.4379 5.43679 15.2779 5.24187 15.1999 5.01038L14.5899 3.18038C14.5228 2.98176 14.395 2.80925 14.2245 2.68723C14.0541 2.5652 13.8495 2.49984 13.6399 2.50038H9.6399C9.42183 2.489 9.20603 2.54931 9.02546 2.6721C8.84489 2.79489 8.70948 2.9734 8.6399 3.18038L8.0799 5.01038C8.0019 5.24187 7.84187 5.43679 7.63001 5.55838C7.41815 5.67997 7.16911 5.71981 6.9299 5.67038L4.9999 5.29038C4.80445 5.26276 4.6052 5.29361 4.42724 5.37902C4.24929 5.46444 4.1006 5.60061 3.9999 5.77038L1.9999 9.23038C1.89106 9.41103 1.84212 9.62147 1.86008 9.83161C1.87804 10.0417 1.96198 10.2408 2.0999 10.4004L3.3699 11.8404C3.53022 12.0229 3.61863 12.2575 3.61863 12.5004C3.61863 12.7433 3.53022 12.9779 3.3699 13.1604L2.0999 14.6004C1.96198 14.7599 1.87804 14.959 1.86008 15.1692C1.84212 15.3793 1.89106 15.5897 1.9999 15.7704L3.9999 19.2304C4.10499 19.4129 4.26502 19.5575 4.45715 19.6437C4.64928 19.7299 4.86372 19.7532 5.0699 19.7104L6.9499 19.3304C7.18911 19.281 7.43815 19.3208 7.65001 19.4424C7.86187 19.564 8.0219 19.7589 8.0999 19.9904L8.7099 21.8204C8.77948 22.0274 8.91489 22.2059 9.09546 22.3287C9.27603 22.4515 9.49183 22.5118 9.7099 22.5004H13.7099C13.9195 22.5009 14.1241 22.4356 14.2945 22.3135C14.465 22.1915 14.5928 22.019 14.6599 21.8204L15.2699 19.9904C15.3479 19.7589 15.5079 19.564 15.7198 19.4424C15.9316 19.3208 16.1807 19.281 16.4199 19.3304L18.2999 19.7104C18.5061 19.7532 18.7205 19.7299 18.9126 19.6437C19.1048 19.5575 19.2648 19.4129 19.3699 19.2304L21.3699 15.7704C21.4761 15.5877 21.5216 15.3761 21.5001 15.1659C21.4785 14.9557 21.3909 14.7577 21.2499 14.6004L19.8999 13.1604ZM18.4099 14.5004L19.2099 15.4004L17.9299 17.6204L16.7499 17.3804C16.0297 17.2332 15.2805 17.3555 14.6445 17.7242C14.0085 18.0929 13.53 18.6822 13.2999 19.3804L12.9199 20.5004H10.3599L9.9999 19.3604C9.76975 18.6622 9.29128 18.0729 8.6553 17.7042C8.01932 17.3355 7.27012 17.2132 6.5499 17.3604L5.3699 17.6004L4.0699 15.3904L4.8699 14.4904C5.36185 13.9404 5.63383 13.2283 5.63383 12.4904C5.63383 11.7525 5.36185 11.0404 4.8699 10.4904L4.0699 9.59038L5.3499 7.39038L6.5299 7.63038C7.25012 7.77761 7.99932 7.65526 8.6353 7.28658C9.27128 6.9179 9.74975 6.32854 9.9799 5.63038L10.3599 4.50038H12.9199L13.2999 5.64038C13.53 6.33854 14.0085 6.9279 14.6445 7.29658C15.2805 7.66526 16.0297 7.78761 16.7499 7.64038L17.9299 7.40038L19.2099 9.62038L18.4099 10.5204C17.9235 11.0691 17.6549 11.7771 17.6549 12.5104C17.6549 13.2437 17.9235 13.9516 18.4099 14.5004ZM11.6399 8.50038C10.8488 8.50038 10.0754 8.73498 9.41761 9.17451C8.75982 9.61403 8.24713 10.2387 7.94438 10.9696C7.64163 11.7006 7.56241 12.5048 7.71675 13.2807C7.8711 14.0567 8.25206 14.7694 8.81147 15.3288C9.37088 15.8882 10.0836 16.2692 10.8595 16.4235C11.6355 16.5779 12.4397 16.4987 13.1706 16.1959C13.9015 15.8932 14.5262 15.3805 14.9658 14.7227C15.4053 14.0649 15.6399 13.2915 15.6399 12.5004C15.6399 11.4395 15.2185 10.4221 14.4683 9.67196C13.7182 8.92181 12.7008 8.50038 11.6399 8.50038ZM11.6399 14.5004C11.2443 14.5004 10.8577 14.3831 10.5288 14.1633C10.1999 13.9436 9.94351 13.6312 9.79214 13.2657C9.64076 12.9003 9.60116 12.4982 9.67833 12.1102C9.7555 11.7222 9.94598 11.3659 10.2257 11.0862C10.5054 10.8065 10.8618 10.616 11.2497 10.5388C11.6377 10.4616 12.0398 10.5012 12.4053 10.6526C12.7707 10.804 13.0831 11.0603 13.3028 11.3892C13.5226 11.7181 13.6399 12.1048 13.6399 12.5004C13.6399 13.0308 13.4292 13.5395 13.0541 13.9146C12.679 14.2897 12.1703 14.5004 11.6399 14.5004Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M19.8999 13.1604C19.7396 12.9779 19.6512 12.7433 19.6512 12.5004C19.6512 12.2575 19.7396 12.0229 19.8999 11.8404L21.1799 10.4004C21.3209 10.2431 21.4085 10.0451 21.4301 9.83489C21.4516 9.62469 21.4061 9.41307 21.2999 9.23038L19.2999 5.77038C19.1948 5.5879 19.0348 5.44326 18.8426 5.35707C18.6505 5.27088 18.4361 5.24754 18.2299 5.29038L16.3499 5.67038C16.1107 5.71981 15.8616 5.67997 15.6498 5.55838C15.4379 5.43679 15.2779 5.24187 15.1999 5.01038L14.5899 3.18038C14.5228 2.98176 14.395 2.80925 14.2245 2.68723C14.0541 2.5652 13.8495 2.49984 13.6399 2.50038H9.6399C9.42183 2.489 9.20603 2.54931 9.02546 2.6721C8.84489 2.79489 8.70948 2.9734 8.6399 3.18038L8.0799 5.01038C8.0019 5.24187 7.84187 5.43679 7.63001 5.55838C7.41815 5.67997 7.16911 5.71981 6.9299 5.67038L4.9999 5.29038C4.80445 5.26276 4.6052 5.29361 4.42724 5.37902C4.24929 5.46444 4.1006 5.60061 3.9999 5.77038L1.9999 9.23038C1.89106 9.41103 1.84212 9.62147 1.86008 9.83161C1.87804 10.0417 1.96198 10.2408 2.0999 10.4004L3.3699 11.8404C3.53022 12.0229 3.61863 12.2575 3.61863 12.5004C3.61863 12.7433 3.53022 12.9779 3.3699 13.1604L2.0999 14.6004C1.96198 14.7599 1.87804 14.959 1.86008 15.1692C1.84212 15.3793 1.89106 15.5897 1.9999 15.7704L3.9999 19.2304C4.10499 19.4129 4.26502 19.5575 4.45715 19.6437C4.64928 19.7299 4.86372 19.7532 5.0699 19.7104L6.9499 19.3304C7.18911 19.281 7.43815 19.3208 7.65001 19.4424C7.86187 19.564 8.0219 19.7589 8.0999 19.9904L8.7099 21.8204C8.77948 22.0274 8.91489 22.2059 9.09546 22.3287C9.27603 22.4515 9.49183 22.5118 9.7099 22.5004H13.7099C13.9195 22.5009 14.1241 22.4356 14.2945 22.3135C14.465 22.1915 14.5928 22.019 14.6599 21.8204L15.2699 19.9904C15.3479 19.7589 15.5079 19.564 15.7198 19.4424C15.9316 19.3208 16.1807 19.281 16.4199 19.3304L18.2999 19.7104C18.5061 19.7532 18.7205 19.7299 18.9126 19.6437C19.1048 19.5575 19.2648 19.4129 19.3699 19.2304L21.3699 15.7704C21.4761 15.5877 21.5216 15.3761 21.5001 15.1659C21.4785 14.9557 21.3909 14.7577 21.2499 14.6004L19.8999 13.1604ZM18.4099 14.5004L19.2099 15.4004L17.9299 17.6204L16.7499 17.3804C16.0297 17.2332 15.2805 17.3555 14.6445 17.7242C14.0085 18.0929 13.53 18.6822 13.2999 19.3804L12.9199 20.5004H10.3599L9.9999 19.3604C9.76975 18.6622 9.29128 18.0729 8.6553 17.7042C8.01932 17.3355 7.27012 17.2132 6.5499 17.3604L5.3699 17.6004L4.0699 15.3904L4.8699 14.4904C5.36185 13.9404 5.63383 13.2283 5.63383 12.4904C5.63383 11.7525 5.36185 11.0404 4.8699 10.4904L4.0699 9.59038L5.3499 7.39038L6.5299 7.63038C7.25012 7.77761 7.99932 7.65526 8.6353 7.28658C9.27128 6.9179 9.74975 6.32854 9.9799 5.63038L10.3599 4.50038H12.9199L13.2999 5.64038C13.53 6.33854 14.0085 6.9279 14.6445 7.29658C15.2805 7.66526 16.0297 7.78761 16.7499 7.64038L17.9299 7.40038L19.2099 9.62038L18.4099 10.5204C17.9235 11.0691 17.6549 11.7771 17.6549 12.5104C17.6549 13.2437 17.9235 13.9516 18.4099 14.5004ZM11.6399 8.50038C10.8488 8.50038 10.0754 8.73498 9.41761 9.17451C8.75982 9.61403 8.24713 10.2387 7.94438 10.9696C7.64163 11.7006 7.56241 12.5048 7.71675 13.2807C7.8711 14.0567 8.25206 14.7694 8.81147 15.3288C9.37088 15.8882 10.0836 16.2692 10.8595 16.4235C11.6355 16.5779 12.4397 16.4987 13.1706 16.1959C13.9015 15.8932 14.5262 15.3805 14.9658 14.7227C15.4053 14.0649 15.6399 13.2915 15.6399 12.5004C15.6399 11.4395 15.2185 10.4221 14.4683 9.67196C13.7182 8.92181 12.7008 8.50038 11.6399 8.50038ZM11.6399 14.5004C11.2443 14.5004 10.8577 14.3831 10.5288 14.1633C10.1999 13.9436 9.94351 13.6312 9.79214 13.2657C9.64076 12.9003 9.60116 12.4982 9.67833 12.1102C9.7555 11.7222 9.94598 11.3659 10.2257 11.0862C10.5054 10.8065 10.8618 10.616 11.2497 10.5388C11.6377 10.4616 12.0398 10.5012 12.4053 10.6526C12.7707 10.804 13.0831 11.0603 13.3028 11.3892C13.5226 11.7181 13.6399 12.1048 13.6399 12.5004C13.6399 13.0308 13.4292 13.5395 13.0541 13.9146C12.679 14.2897 12.1703 14.5004 11.6399 14.5004Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.active {
	color: var(--primary-color);
	box-shadow: inset 0 -4px 0 0 var(--primary-color);
}

@media (min-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-sidebar .wpte-lrf-tab.active {
		box-shadow: inset 4px 0 0 0 var(--primary-color);
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
	width: 100%;
	padding: 32px 24px;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(28, 32, 17, .02), 0px 4px 40px rgba(28, 32, 17, .04);
	border-radius: 8px;
}

@media (min-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main {
		width: calc(77% - 30px) !important;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header {
	margin: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header .wpte-lrf-title {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 16px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-header .wpte-lrf-description p {
	margin: 0 0 16px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 40px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab {
	font-size: 16px;
	line-height: 1.5;
	padding: 24px 16px;
	text-decoration: none;
	color: inherit;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab:hover {
	color: var(--primary-color);
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-bookings-tabmenu .wpte-booking-menu-tab.active {
	color: var(--primary-color);
	box-shadow: inset 0 -1px 0 0 var(--primary-color);
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-lrf-block {
	all: unset;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-booking-tab-content {
	display: none;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-main .wpte-booking-tab-content.active {
	display: block;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #e8e9e7;
	border-radius: 8px;
	overflow: hidden;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image {
	width: 100%;
	padding: 24px 24px 0 24px;
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image {
		width: 25%;
		padding: 24px 0 24px 24px;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-image img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	aspect-ratio: 1/1;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content {
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content {
		width: 75%;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left {
	flex: 1;
	padding-bottom: 24px;
}

@media (min-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left {
		padding-right: 24px;
		padding-bottom: 0;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-title {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 0 16px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5%;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions>* {
	margin: 0 5%;
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions .wpte-booked-trip-inner-descriptions-left {
		flex-basis: auto;
	}
}

@media (min-width: 768px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions .wpte-booked-trip-inner-descriptions-right {
		flex: 1;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul li {
	display: flex;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-description-left .wpte-booked-trip-descriptions ul li .lrf-td-title {
	font-size: 16px;
	margin-right: 8px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right {
	padding-top: 20px;
	border-top: 1px solid rgba(28, 32, 17, .05);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

@media (min-width: 992px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right {
		flex-direction: column;
		flex-basis: 30%;
		padding-left: 24px;
		border-left: 1px solid rgba(28, 32, 17, .05);
		border-top: 0;
	}
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	padding: 16px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a:hover, .wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a.wpte-pay-btn {
	background-color: var(--primary-color);
	color: #fff;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-bookings-contents .wpte-booked-trip-wrap .wpte-booked-trip-content .wpte-booked-trip-buttons-right a:hover {
	opacity: .8;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form {
	max-width: 530px;
	margin-top: 32px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field {
	padding: 0;
	margin: 0 0 24px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-field-label {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 8px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-toggle-box, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-tooltip {
	margin-left: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .lrf-tooltip {
	opacity: .7;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field input, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field select {
	margin: 0;
	width: 100%;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit {
	border: none;
	margin: 32px 0 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit .wpte-lrf-btn {
	height: auto;
	line-height: 1.5;
	font-weight: 600;
	padding: 16px 24px;
	text-transform: uppercase;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field.lrf-submit .wpte-lrf-btn:hover {
	opacity: .8;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder {
	padding: 0;
	border: none;
	position: relative;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .img {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #efefef;
	background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 opacity=%270.4%27%3E%3Cpath d=%27M12 2C9.23858 2 7 4.23858 7 7C7 9.76142 9.23858 12 12 12C14.7614 12 17 9.76142 17 7C17 4.23858 14.7614 2 12 2Z%27 fill=%27currentColor%27/%3E%3Cpath d=%27M10.4118 14C6.31836 14 3 17.134 3 21V22H21V21C21 17.134 17.6816 14 13.5882 14H10.4118Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom -15px center;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .img.nitro-lazy {
	background-image: none !important;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon {
	position: absolute;
	right: 10px;
	bottom: 12px;
	width: 32px;
	height: 32px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
	color: #494d41;
	min-height: unset;
	z-index: 11;
	border: 1px solid #e8e9e7;
	box-shadow: 0px 4px 4px rgba(28, 32, 17, .02), 0px 4px 40px rgba(28, 32, 17, .04);
	cursor: pointer;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon svg {
	all: unset;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	pointer-events: none;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon .dz-preview {
	position: absolute;
	bottom: 8px;
	right: 10px;
	margin: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wpte-img-upload-icon .dz-preview .dz-error-mark {
	pointer-events: auto;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns {
	position: absolute;
	bottom: 45px;
	right: -10px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns .wte-profile-img-delete {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: block;
	border: none;
	background-color: #fff;
	color: #db1414;
	cursor: pointer;
	font-size: 0;
	box-shadow: 4px 4px 4px rgba(28, 32, 17, .02), 0px 4px 40px rgba(28, 32, 17, .04);
	padding: 0;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder .wte-profile-btns .wte-profile-img-delete::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2722%27 viewBox=%270 0 20 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 3V4H1C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6H2V19C2 19.7957 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H15C15.7957 22 16.5587 21.6839 17.1213 21.1213C17.6839 20.5587 18 19.7957 18 19V6H19C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4H15V3C15 2.20435 14.6839 1.44129 14.1213 0.87868C13.5587 0.316071 12.7956 0 12 0H8C7.20435 0 6.44129 0.316071 5.87868 0.87868C5.31607 1.44129 5 2.20435 5 3ZM8 2C7.73478 2 7.48043 2.10536 7.29289 2.29289C7.10536 2.48043 7 2.73478 7 3V4H13V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2H8ZM8 9C8.55229 9 9 9.44771 9 10V16C9 16.5523 8.55229 17 8 17C7.44771 17 7 16.5523 7 16V10C7 9.44771 7.44771 9 8 9ZM12 9C11.4477 9 11 9.44771 11 10V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10C13 9.44771 12.5523 9 12 9Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2722%27 viewBox=%270 0 20 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5 3V4H1C0.447715 4 0 4.44772 0 5C0 5.55228 0.447715 6 1 6H2V19C2 19.7957 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H15C15.7957 22 16.5587 21.6839 17.1213 21.1213C17.6839 20.5587 18 19.7957 18 19V6H19C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4H15V3C15 2.20435 14.6839 1.44129 14.1213 0.87868C13.5587 0.316071 12.7956 0 12 0H8C7.20435 0 6.44129 0.316071 5.87868 0.87868C5.31607 1.44129 5 2.20435 5 3ZM8 2C7.73478 2 7.48043 2.10536 7.29289 2.29289C7.10536 2.48043 7 2.73478 7 3V4H13V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2H8ZM8 9C8.55229 9 9 9.44771 9 10V16C9 16.5523 8.55229 17 8 17C7.44771 17 7 16.5523 7 16V10C7 9.44771 7.44771 9 8 9ZM12 9C11.4477 9 11 9.44771 11 10V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V10C13 9.44771 12.5523 9 12 9Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	font-size: 12px;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-form .wpte-lrf-field .wte-input-upload-file .wte-profile-img-holder:hover .wte-profile-btns {
	visibility: visible;
	opacity: 1;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables {
	width: 100%;
	margin: 0 0 24px;
	border: 1px solid #f2f2f2;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th {
	padding: 16px;
	text-align: left;
}

.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td:not(:last-child), .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th {
		display: block;
	}
	
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td:not(:last-child), .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #f2f2f2;
	}
	
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td .lrf-td-title, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th .lrf-td-title {
		display: inline-block;
	}
	
	.wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables td .lrf-td-title:after, .wpte-dashboard .wpte-lrf-content-area .wpte-lrf-tables th .lrf-td-title:after {
		content: ":";
	}
}

.wpte-booking-details-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.wpte-booking-details-wrapper .review {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	margin: 0 0 16px;
}

.wpte-booking-details-wrapper .review .trip-review-stars {
	margin-right: 12px;
	padding: 0;
}

.wpte-booking-details-wrapper .review .trip-review-stars .jq-ry-group {
	font-size: 20px;
}

.wpte-booking-details-wrapper .review .trip-review-stars .jq-ry-group svg {
	width: 1em;
	height: 1em;
	margin: 0 3px;
}

.wpte-booking-details-wrapper .review .reviw-txt-wrap {
	color: var(--primary-color);
	text-decoration: underline;
}

.wpte-booking-details-wrapper .wpte-trip-link {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 4px;
}

.wpte-booking-details-wrapper>div {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.wpte-booking-details-wrapper>div>div {
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(28, 32, 17, .02), 0px 4px 40px rgba(28, 32, 17, .04);
}

.wpte-booking-details-wrapper>div>div [class*=heading], .wpte-booking-details-wrapper>div>div h6 {
	margin: 0 0 24px;
	color: #1c2011;
	font-size: 19px;
	font-weight: 500;
	text-transform: capitalize;
	width: 100%;
}

.wpte-booking-details-wrapper>div>div [class*=heading] {
	padding: 0 0 24px;
	box-shadow: inset 0px -1px 0px #f2f2f2;
}

.wpte-booking-details-wrapper>div>div ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: 0;
}

.wpte-booking-details-wrapper>div>div ul li {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
}

.wpte-booking-details-wrapper>div>div ul li>span:first-child {
	font-size: 16px;
	color: #777970;
	margin-right: 8px;
	flex-basis: 140px;
}

.wpte-booking-details-wrapper>div>div ul li>span:not(:first-child) {
	font-size: 18px;
	color: #333629;
}

.wpte-booking-details-wrapper .wpte-status {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 16px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	text-align: center;
}

.wpte-booking-details-wrapper .wpte-status.pending {
	color: #fec350;
	border-color: #fec350;
}

.wpte-booking-details-wrapper .wpte-status.completed {
	color: #fff;
	border-color: #28b5a4;
	background-color: #28b5a4;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-booking-heading {
	font-size: 25px;
}

.wpte-booking-details-wrapper .wpte-booking-details>*:not(.wpte-booking-heading):not(:last-child) {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e8e9e7;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date {
	display: flex;
	margin: 8px 0 24px;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>* {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>*:not(:last-child) {
	padding-right: 32px;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date>*:not(:first-child) {
	padding-left: 32px;
	border-left: 1px solid #e8e9e7;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date .wpte-info-title {
	font-size: 16px;
	color: #777970;
	margin: 0 0 8px;
}

.wpte-booking-details-wrapper .wpte-booking-details .wpte-trip-booking-date .wpte-info-value {
	font-size: 18px;
	font-weight: 500;
	color: #333629;
}

.wpte-booking-details-wrapper .wpte-booking-details ul li {
	display: inline-block;
	margin-right: 24px;
}

.wpte-booking-details-wrapper .wpte-booking-details ul li>span {
	width: unset;
}

.wpte-booking-details-wrapper .wpte-booking-details ul li>span:not(:first-child) {
	font-weight: 600;
}

.wpte-booking-details-wrapper .wpte-payment-details [class*=wpte-payment]:not(:last-child) {
	margin-bottom: 32px;
}

.wpte-booking-details-wrapper .wpte-payment-details .wpte-payment-info ul li>span:not(:first-child) {
	font-size: 25px;
	font-weight: 500;
}

.wpte-booking-details-wrapper .wpte-trip-info {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-heading {
	margin: 0 0 12px;
	padding: 0;
	box-shadow: none;
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image {
	width: 100%;
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image img {
	border-radius: 8px;
	max-width: 100%;
	height: auto;
	width: 100%;
}

@media (min-width: 768px) {
	.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-image {
		width: 37%;
	}
}

.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-description {
	width: 100%;
}

@media (min-width: 768px) {
	.wpte-booking-details-wrapper .wpte-trip-info .wpte-trip-description {
		flex: 1;
	}
}

.wpte-booking-details-wrapper .wpte-booking-detail-left-section {
	width: 100%;
}

@media (min-width: 992px) {
	.wpte-booking-details-wrapper .wpte-booking-detail-left-section {
		flex: 1;
	}
}

.wpte-booking-details-wrapper .wte-booking-detail-right-section {
	width: 100%;
}

@media (min-width: 992px) {
	.wpte-booking-details-wrapper .wte-booking-detail-right-section {
		width: 40%;
	}
}

.wrapper--style, .wptravelengine_css_v2 #tabs-container, .wte_enquiry_contact_form, .wte-trip-facts {
	background-color: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
	border-radius: 4px;
	padding: 40px 32px;
}

.wpte-trip-feat-img-gallery .owl-nav button {
	width: 32px;
	height: 32px;
	background-color: #fff !important;
	box-shadow: 0px 4px 8px rgba(33, 131, 223, .18), 0px 0px 2px rgba(33, 131, 223, .12), 0px 0px 1px rgba(0, 0, 0, .04);
	font-size: 16px !important;
}

.wpte-trip-feat-img-gallery .owl-nav button span {
	display: none;
}

.wpte-trip-feat-img-gallery .owl-nav button::before, .wpte-trip-feat-img-gallery .owl-nav button::after {
	background-color: var(--primary-color);
	background-image: none;
	width: 1em;
	height: 1em;
}

.wpte-trip-feat-img-gallery .owl-nav button::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.wpte-trip-feat-img-gallery .owl-nav button::after {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-prev {
	left: 16px;
}

.wpte-trip-feat-img-gallery .owl-nav button.owl-next {
	right: 16px;
}

.trip-post-content>p:first-child {
	margin-top: 32px;
}

.expand-all-button {
	display: inline-flex;
	align-items: center;
}

.expand-all-button label {
	font-size: 14px;
	margin-right: 8px;
}

.expand-all-button input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 54px;
	height: 24px;
	border-radius: 12px;
	background-color: rgba(4, 15, 26, .15);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	cursor: pointer;
}

.expand-all-button input[type=checkbox]::before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	transition: all .3s ease;
	z-index: 1;
}

.expand-all-button input[type=checkbox]::after {
	content: "OFF";
	color: rgba(0, 0, 0, .32);
	position: absolute;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
	font-size: 10px;
	font-weight: 500;
	transition: all .3s ease;
}

.expand-all-button input[type=checkbox]:checked {
	background-color: var(--primary-color);
}

.expand-all-button input[type=checkbox]:checked::before {
	left: 31px;
}

.expand-all-button input[type=checkbox]:checked::after {
	content: "ON";
	color: #fff;
	left: 8px;
}

.single-trip .entry-header {
	padding-right: 100px;
	padding-bottom: 24px;
	position: relative;
}

.single-trip .entry-header .entry-title {
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 500;
}

.single-trip .entry-header .wte-title-duration {
	width: 70px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
	right: 0;
}

.single-trip .entry-header .wte-title-duration .duration {
	font-size: 32px;
	font-weight: 500;
	line-height: auto;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	color: #fff;
}

.single-trip .entry-header .wte-title-duration .days {
	height: 30px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpte-gallery-wrapper {
	position: relative;
}

.wpte-gallery-wrapper .wpte-gallery-container {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	padding: 22px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wpte-gallery-wrapper .wp-travel-engine-vid-gal-popup {
	margin: 0;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger, .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 16px;
	background-color: #fff;
	border-radius: 50px;
	text-decoration: none;
	color: rgba(6, 22, 38, .8);
	font-weight: 500;
	transition: all .3s ease;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before, .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 8px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.1475 5.3625C16.0335 5.29667 15.9042 5.26202 15.7725 5.26202C15.6408 5.26202 15.5115 5.29667 15.3975 5.3625L12.75 6.6675C12.7286 6.08518 12.4822 5.53385 12.0625 5.12958C11.6429 4.7253 11.0827 4.49961 10.5 4.5H3.75C3.15326 4.5 2.58097 4.73705 2.15901 5.15901C1.73705 5.58097 1.5 6.15326 1.5 6.75V11.25C1.5 11.8467 1.73705 12.419 2.15901 12.841C2.58097 13.2629 3.15326 13.5 3.75 13.5H10.5C11.0827 13.5004 11.6429 13.2747 12.0625 12.8704C12.4822 12.4661 12.7286 11.9148 12.75 11.3325L15.42 12.6675C15.5222 12.7199 15.6351 12.7481 15.75 12.75C15.8904 12.7505 16.0281 12.7115 16.1475 12.6375C16.2556 12.5699 16.3447 12.476 16.4063 12.3644C16.468 12.2529 16.5003 12.1275 16.5 12V6C16.5003 5.87254 16.468 5.74712 16.4063 5.63558C16.3447 5.52404 16.2556 5.43005 16.1475 5.3625ZM11.25 11.25C11.25 11.4489 11.171 11.6397 11.0303 11.7803C10.8897 11.921 10.6989 12 10.5 12H3.75C3.55109 12 3.36032 11.921 3.21967 11.7803C3.07902 11.6397 3 11.4489 3 11.25V6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H10.5C10.6989 6 10.8897 6.07902 11.0303 6.21967C11.171 6.36032 11.25 6.55109 11.25 6.75V11.25ZM15 10.785L12.75 9.66V8.34L15 7.215V10.785Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover, .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup {
	margin-right: 16px;
}

.wpte-gallery-wrapper .wp-travel-engine-image-gal-popup .wte-trip-image-gal-popup-trigger::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 0H2.75C2.15326 0 1.58097 0.237053 1.15901 0.65901C0.737053 1.08097 0.5 1.65326 0.5 2.25V9.75C0.5 10.3467 0.737053 10.919 1.15901 11.341C1.58097 11.7629 2.15326 12 2.75 12H13.25C13.8467 12 14.419 11.7629 14.841 11.341C15.2629 10.919 15.5 10.3467 15.5 9.75V2.25C15.5 1.65326 15.2629 1.08097 14.841 0.65901C14.419 0.237053 13.8467 0 13.25 0ZM2.75 10.5C2.55109 10.5 2.36032 10.421 2.21967 10.2803C2.07902 10.1397 2 9.94891 2 9.75V7.935L4.475 5.4675C4.6152 5.33008 4.80369 5.25311 5 5.25311C5.19631 5.25311 5.3848 5.33008 5.525 5.4675L10.5575 10.5H2.75ZM14 9.75C14 9.94891 13.921 10.1397 13.7803 10.2803C13.6397 10.421 13.4489 10.5 13.25 10.5H12.6725L9.815 7.6275L10.475 6.9675C10.6152 6.83008 10.8037 6.75311 11 6.75311C11.1963 6.75311 11.3848 6.83008 11.525 6.9675L14 9.435V9.75ZM14 7.32L12.59 5.9175C12.1625 5.50682 11.5928 5.27747 11 5.27747C10.4072 5.27747 9.83746 5.50682 9.41 5.9175L8.75 6.5775L6.59 4.4175C6.16254 4.00682 5.59277 3.77747 5 3.77747C4.40723 3.77747 3.83746 4.00682 3.41 4.4175L2 5.82V2.25C2 2.05109 2.07902 1.86032 2.21967 1.71967C2.36032 1.57902 2.55109 1.5 2.75 1.5H13.25C13.4489 1.5 13.6397 1.57902 13.7803 1.71967C13.921 1.86032 14 2.05109 14 2.25V7.32Z%27 fill=%27%23061626%27 fill-opacity=%270.8%27/%3E%3C/svg%3E%0A");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.wpte-gallery-wrapper+.entry-content {
	margin-top: 0;
}

.wpte-trip-feat-img-gallery .owl-stage-outer {
	border-radius: 4px 4px 0 0;
}

.wte-trip-facts .widget-title {
	margin-top: 0;
}

.wte-trip-facts .trip-facts-taxonomy .value a {
	position: relative;
	margin-right: 10px;
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

.wte-trip-facts .trip-facts-taxonomy .value a:hover {
	text-decoration: underline;
	color: var(--primary-color);
}

.wte-trip-facts .trip-facts-taxonomy .value a:after {
	content: ",";
}

.wte-trip-facts .trip-facts-taxonomy .value a:last-child {
	margin-right: 0;
}

.wte-trip-facts .trip-facts-taxonomy .value a:last-child:after {
	content: none;
}

.trip-facts-value {
	margin: -16px;
}

.trip-facts-value li {
	padding: 0;
	margin: 16px;
	flex-wrap: wrap;
	align-self: flex-start;
}

.trip-facts-value li svg {
	width: 1em;
	height: 1em;
	font-size: inherit;
	margin-right: 6px;
}

.trip-facts-value li label {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(6, 22, 38, .4);
	font-weight: normal;
}

.trip-facts-value li [class*=trip-facts-] {
	line-height: 1.5;
	width: 100%;
	flex: auto;
	margin-top: 6px;
}

.trip-facts-value li [class*=trip-facts-] .value {
	font-size: 15px;
}

.trip-facts-value .icon-holder {
	font-size: 15px;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	height: 1.5em;
}

#tabs-container .nav-tab-wrapper .tab-inner-wrapper {
	width: auto !important;
}

.nav-tab-wrapper .wte-tab-title {
	margin: 0 0 -1px;
	font-size: inherit;
	font-weight: normal;
}

.nav-tab-wrapper .tab-icon {
	display: flex;
	margin: 0 0 8px;
}

.nav-tab-wrapper .tab-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: top;
}

.nav-tab-wrapper a {
	text-decoration: none;
	color: inherit;
}

.nav-tab-wrapper .tab-inner-wrapper {
	display: flex;
}

@media (max-width: 767px) {
	.nav-tab-wrapper .tab-inner-wrapper {
		flex-direction: column;
	}
}

.nav-tab-wrapper .tab-anchor-wrapper {
	font-size: 15px;
	margin: 0 6px 6px 0;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px 16px 15px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
		flex-direction: row;
		border-color: rgba(4, 15, 26, .1);
		padding: 24px 16px;
	}
	
	.nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
		margin-right: 8px;
	}
	
	.nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
		top: 50% !important;
		transform: translateY(-50%);
	}
	
	.nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
		transform: translateY(-50%) rotate(180deg) !important;
	}
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
	color: var(--primary-color);
}

.nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
	padding: 32px 24px;
}

.single-trip #tabs-container .tab-content {
	margin-top: -7px;
}

.single-trip #tabs-container .tab-inner-wrapper .tab-anchor-wrapper.nav-tab-active {
	border-bottom-color: #fff;
}

.faq .wp-travel-engine-faq-tab-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 56px;
}

.faq .wp-travel-engine-faq-tab-header .wpte-faqs-title {
	margin: 0 !important;
}

.cost .content h3 {
	font-size: 20px;
}

.cost .content #include-result li::before {
	background: #43a32d;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 1em 1em;
	mask-size: 1em 1em;
	-webkit-mask-position: center;
	mask-position: center;
	height: 1.75em;
	top: 0;
	width: 1em;
}

.cost .content #exclude-result li::before {
	background: #d80808;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM15.7072 8.29289C16.0977 8.68342 16.0977 9.31658 15.7072 9.70711L13.4142 12.0001L15.7071 14.293C16.0976 14.6835 16.0976 15.3167 15.7071 15.7072C15.3166 16.0977 14.6834 16.0977 14.2929 15.7072L12 13.4143L9.7072 15.7071C9.31668 16.0976 8.68351 16.0976 8.29299 15.7071C7.90246 15.3166 7.90246 14.6834 8.29299 14.2929L10.5858 12.0001L8.29289 9.7072C7.90237 9.31668 7.90237 8.68351 8.29289 8.29299C8.68342 7.90246 9.31658 7.90246 9.70711 8.29299L12 10.5859L14.293 8.29289C14.6835 7.90237 15.3167 7.90237 15.7072 8.29289Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM15.7072 8.29289C16.0977 8.68342 16.0977 9.31658 15.7072 9.70711L13.4142 12.0001L15.7071 14.293C16.0976 14.6835 16.0976 15.3167 15.7071 15.7072C15.3166 16.0977 14.6834 16.0977 14.2929 15.7072L12 13.4143L9.7072 15.7071C9.31668 16.0976 8.68351 16.0976 8.29299 15.7071C7.90246 15.3166 7.90246 14.6834 8.29299 14.2929L10.5858 12.0001L8.29289 9.7072C7.90237 9.31668 7.90237 8.68351 8.29289 8.29299C8.68342 7.90246 9.31658 7.90246 9.70711 8.29299L12 10.5859L14.293 8.29289C14.6835 7.90237 15.3167 7.90237 15.7072 8.29289Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 1em 1em;
	mask-size: 1em 1em;
	-webkit-mask-position: center;
	mask-position: center;
	height: 1.75em;
	top: 0;
	width: 1em;
}

.faq-row {
	border-bottom: 1px solid rgba(4, 15, 26, .1);
	padding: 24px 0;
}

.faq-row:first-child {
	border-top: 1px solid rgba(4, 15, 26, .1);
}

.faq-row .accordion-tabs-toggle {
	text-decoration: none;
	color: rgba(6, 22, 38, .8);
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-right: 24px;
	display: block;
	border: none;
}

.faq-row .accordion-tabs-toggle .rotator {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.faq-row .accordion-tabs-toggle .rotator::before, .faq-row .accordion-tabs-toggle .rotator::after {
	content: "";
	width: 2px !important;
	height: 8px !important;
	border-radius: 2px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: all .3s ease;
}

.faq-row .accordion-tabs-toggle .rotator::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.faq-row .accordion-tabs-toggle.active .rotator::before {
	transform: translate(-50%, -50%) rotate(90deg) !important;
	opacity: 0;
}

.faq-row .faq-content {
	padding-top: 16px;
}

.faq-row .faq-content p {
	margin: 0;
}

.wte_enquiry_contact_form-wrap input[type=text], .wte_enquiry_contact_form-wrap input[type=email], .wte_enquiry_contact_form-wrap input[type=url], .wte_enquiry_contact_form-wrap input[type=password], .wte_enquiry_contact_form-wrap input[type=search], .wte_enquiry_contact_form-wrap input[type=number], .wte_enquiry_contact_form-wrap input[type=tel], .wte_enquiry_contact_form-wrap input[type=range], .wte_enquiry_contact_form-wrap input[type=date], .wte_enquiry_contact_form-wrap input[type=month], .wte_enquiry_contact_form-wrap input[type=week], .wte_enquiry_contact_form-wrap input[type=time], .wte_enquiry_contact_form-wrap input[type=datetime], .wte_enquiry_contact_form-wrap input[type=datetime-local], .wte_enquiry_contact_form-wrap input[type=color], .wte_enquiry_contact_form-wrap textarea, .wte_enquiry_contact_form-wrap select, .rating-form input[type=text], .rating-form input[type=email], .rating-form input[type=url], .rating-form input[type=password], .rating-form input[type=search], .rating-form input[type=number], .rating-form input[type=tel], .rating-form input[type=range], .rating-form input[type=date], .rating-form input[type=month], .rating-form input[type=week], .rating-form input[type=time], .rating-form input[type=datetime], .rating-form input[type=datetime-local], .rating-form input[type=color], .rating-form textarea, .rating-form select, .wpte-bf-checkout-form input[type=text], .wpte-bf-checkout-form input[type=email], .wpte-bf-checkout-form input[type=url], .wpte-bf-checkout-form input[type=password], .wpte-bf-checkout-form input[type=search], .wpte-bf-checkout-form input[type=number], .wpte-bf-checkout-form input[type=tel], .wpte-bf-checkout-form input[type=range], .wpte-bf-checkout-form input[type=date], .wpte-bf-checkout-form input[type=month], .wpte-bf-checkout-form input[type=week], .wpte-bf-checkout-form input[type=time], .wpte-bf-checkout-form input[type=datetime], .wpte-bf-checkout-form input[type=datetime-local], .wpte-bf-checkout-form input[type=color], .wpte-bf-checkout-form textarea, .wpte-bf-checkout-form select {
	padding: 12px;
	font-size: 14px;
	line-height: 1.7;
	border: 1px solid rgba(6, 22, 38, .2);
	border-radius: 4px;
	font-family: inherit;
	vertical-align: top;
}

.wte_enquiry_contact_form-wrap textarea, .rating-form textarea, .wpte-bf-checkout-form textarea {
	min-height: 166px;
}

.wte_enquiry_contact_form {
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	flex-wrap: wrap;
}

.wte_enquiry_contact_form .row-repeater {
	margin: 0 0 32px;
	width: 100% !important;
}

.wte_enquiry_contact_form .row-repeater:last-child {
	margin: 0;
}

@media (min-width: 768px) {
	.wte_enquiry_contact_form .row-repeater.country-holder, .wte_enquiry_contact_form .row-repeater.contact, .wte_enquiry_contact_form .row-repeater.adult, .wte_enquiry_contact_form .row-repeater.children {
		width: 50% !important;
	}
}

@media (min-width: 768px) {
	.wte_enquiry_contact_form .row-repeater.country-holder, .wte_enquiry_contact_form .row-repeater.adult {
		padding-right: 16px;
	}
}

@media (min-width: 768px) {
	.wte_enquiry_contact_form .row-repeater.contact, .wte_enquiry_contact_form .row-repeater.children {
		padding-left: 16px;
	}
}

.wte_enquiry_contact_form .row-repeater label {
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin: 0 0 8px;
}

.wte_enquiry_contact_form .enquiry-form-title {
	font-size: 22px;
	font-weight: 500;
	color: rgba(6, 22, 38, .8);
	margin: 0 0 24px;
}

.wte_enquiry_contact_form .package-name-holder {
	font-size: 16px;
	color: rgba(6, 22, 38, .7);
	margin: 0 0 48px;
}

.wte_enquiry_contact_form .package-name-holder label {
	display: inline-block;
}

.wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
	font-weight: 500;
	color: rgba(6, 22, 38, .8);
}

.wte_enquiry_contact_form .confirm-holder {
	width: 100%;
}

.wte_enquiry_contact_form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .wte_enquiry_contact_form textarea, .wte_enquiry_contact_form select {
	width: 100%;
	font-size: 14px;
}

input.enquiry-submit {
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	background-color: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 4px;
}

input.enquiry-submit:hover {
	border-color: var(--primary-color);
}

@media (min-width: 768px) {
	.widget .wte_enquiry_contact_form .row-repeater.country-holder, .widget .wte_enquiry_contact_form .row-repeater.contact, .widget .wte_enquiry_contact_form .row-repeater.adult, .widget .wte_enquiry_contact_form .row-repeater.children, .widget_block .wte_enquiry_contact_form .row-repeater.country-holder, .widget_block .wte_enquiry_contact_form .row-repeater.contact, .widget_block .wte_enquiry_contact_form .row-repeater.adult, .widget_block .wte_enquiry_contact_form .row-repeater.children {
		width: 100% !important;
		padding: 0;
	}
}

.itinerary.wte-trip-itinerary-v2 .wte-itinerary-head-wrap {
	display: flex;
	position: relative;
	cursor: pointer;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle {
	text-decoration: none;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::before, .itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
	content: "";
	width: 2px !important;
	height: 8px !important;
	border-radius: 2px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: all .3s ease;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle>.rotator::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.itinerary.wte-trip-itinerary-v2 .accordion-tabs-toggle.active>.rotator::before {
	transform: translate(-50%, -50%) rotate(90deg) !important;
	opacity: 0;
}

.itinerary.wte-trip-itinerary-v2 .itinerary-content {
	display: block;
	overflow: hidden;
	transition: all .3s ease;
	will-change: max-height;
}

.itinerary.wte-trip-itinerary-v2 .itinerary-content.active {
	display: block;
}

.itinerary .mCustomScrollBox {
	height: auto;
}

.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header {
	margin: 0 0 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header .wpte-itinerary-title {
	margin: 0 !important;
}

.trip-map {
	border-radius: 4px;
	overflow: hidden;
}

#respond {
	padding-top: 72px;
}

#respond .comment-reply-title {
	font-size: 20px;
	margin: 0 0 16px;
}

#respond a {
	text-decoration: none;
	color: var(--primary-color);
}

#respond a:hover {
	text-decoration: underline;
}

#respond .rating-form {
	padding: 0;
	border: none;
}

#respond .rating-form label {
	display: block !important;
	margin: 0 0 8px;
}

#respond .rating-form>*, #respond .rating-form .review-title-rating>* {
	margin: 0 0 32px;
}

#respond .rating-form>*:last-child, #respond .rating-form .review-title-rating>*:last-child {
	margin: 0;
}

#respond .rating-form p.comment-form-photo-gallery {
	margin: 0 0 8px;
}

#respond .rating-form .form-submit {
	margin: 0;
}

#respond .rating-form input:not([type=submit]):not([type=checkbox]):not([type=radio]), #respond .rating-form textarea, #respond .rating-form select {
	width: 100%;
	font-size: 14px;
}

#respond input[type=submit] {
	border-radius: 4px;
	padding: 14px 32px;
	font-weight: 500;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

#respond input[type=submit]:hover {
	opacity: .8;
}

#respond .comment-form-wte-trip-review-rating {
	display: flex;
	align-items: center;
}

#respond .comment-form-wte-trip-review-rating>label {
	margin: 0 24px 0 0;
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating {
	padding: 0 !important;
	background: none;
	border: none;
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container {
	padding: 0;
	font-size: 30px;
	width: auto !important;
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container .jq-ry-group-wrapper {
	display: inline-block;
	width: auto;
	margin: 0 -5px;
}

#respond .comment-form-wte-trip-review-rating .wte-trip-review-rating .jq-ry-container svg {
	width: 1em;
	height: 1em;
	margin: 0 5px !important;
}

.post-data .review-wrap {
	margin-top: 0 !important;
	display: flex;
	flex-wrap: wrap;
}

.post-data .review-wrap .trip-review-title {
	display: block !important;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 60px;
	width: 100%;
}

.post-data .review-wrap .trip-review-title b {
	font-weight: inherit;
}

.post-data .review-wrap .average-rating {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 48px 0 75px;
	margin-bottom: 0;
	border: none;
}

@media (max-width: 767px) {
	.post-data .review-wrap .average-rating {
		width: 100%;
		padding: 0;
	}
}

.post-data .review-wrap .average-rating .emoji {
	margin-bottom: 8px !important;
}

.post-data .review-wrap .average-rating .jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	margin: 0 2px;
}

.post-data .review-wrap .average-rating .aggregate-rating {
	overflow: hidden;
	color: rgba(6, 22, 38, .4);
	margin-top: 8px;
}

.post-data .review-wrap .average-rating .aggregate-rating .review-based-on-wrap {
	margin-left: -10px;
}

.post-data .review-wrap .overall-rating-wrap {
	width: 55%;
	padding-left: 40px;
	padding-right: 75px;
	border-left: 1px solid rgba(0, 0, 0, .1);
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.post-data .review-wrap .overall-rating-wrap {
		width: 100%;
		padding: 40px 0 0;
		margin-top: 40px;
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-right: 50px;
	position: relative;
	margin: 0 0 16px;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:last-child {
	margin-bottom: 0;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-right: 12px;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .trip-review-response-text {
	display: none;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar {
	position: static;
	height: 12px;
	border-radius: 50px;
	margin: 0;
	background-color: rgba(6, 22, 38, .05);
	width: 100%;
	transform: unset;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner {
	position: static !important;
	height: 12px;
	border-radius: 50px !important;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner::after {
	content: attr(data-percent) "%";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: rgba(6, 22, 38, .4);
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner .percent {
	display: none;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(1) .rating-bar-inner {
	background-color: #66dab0;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(2) .rating-bar-inner {
	background-color: #6feba1;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(3) .rating-bar-inner {
	background-color: #f3ce85;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(4) .rating-bar-inner {
	background-color: #f3b881;
}

.post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap:nth-child(5) .rating-bar-inner {
	background-color: #ee7874;
}

.post-data .review-wrap ol.comment-list {
	width: 100%;
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid rgba(4, 15, 26, .1);
}

.post-data .review-wrap ol.comment-list .comment-author {
	float: left;
	margin-right: 16px;
}

.post-data .review-wrap ol.comment-list .comment-author img {
	width: 72px;
	height: 72px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.post-data .review-wrap ol.comment-list .comment-title {
	font-size: 18px;
	font-weight: 500;
	padding-right: 150px;
}

.post-data .review-wrap ol.comment-list li {
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(4, 15, 26, .1);
}

.post-data .review-wrap ol.comment-list li .trip-comment-content {
	position: relative;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .url {
	font-weight: normal;
	font-size: 14px;
	color: rgba(6, 22, 38, .8);
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
	font-size: 14px;
	color: rgba(0, 0, 0, .4);
	position: absolute;
	right: 0;
	top: 0;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars {
	padding: 0;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group-wrapper {
	margin: 0 -5px;
	width: auto;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .trip-review-stars .jq-ry-group svg {
	margin: 0 5px;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link {
	width: 90px;
	height: 56px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 3px;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 2px;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(6, 22, 38, .8);
	background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15.0004 9.99942H12.0004V6.99942C12.0004 6.7342 11.895 6.47985 11.7075 6.29231C11.52 6.10477 11.2656 5.99942 11.0004 5.99942C10.7352 5.99942 10.4808 6.10477 10.2933 6.29231C10.1058 6.47985 10.0004 6.7342 10.0004 6.99942V9.99942H7.00039C6.73518 9.99942 6.48082 10.1048 6.29329 10.2923C6.10575 10.4798 6.00039 10.7342 6.00039 10.9994C6.00039 11.2646 6.10575 11.519 6.29329 11.7065C6.48082 11.8941 6.73518 11.9994 7.00039 11.9994H10.0004V14.9994C10.0004 15.2646 10.1058 15.519 10.2933 15.7065C10.4808 15.8941 10.7352 15.9994 11.0004 15.9994C11.2656 15.9994 11.52 15.8941 11.7075 15.7065C11.895 15.519 12.0004 15.2646 12.0004 14.9994V11.9994H15.0004C15.2656 11.9994 15.52 11.8941 15.7075 11.7065C15.895 11.519 16.0004 11.2646 16.0004 10.9994C16.0004 10.7342 15.895 10.4798 15.7075 10.2923C15.52 10.1048 15.2656 9.99942 15.0004 9.99942ZM21.7104 20.2894L18.0004 16.6094C19.4405 14.8138 20.1379 12.5347 19.9492 10.2407C19.7605 7.94672 18.7001 5.8122 16.9859 4.27606C15.2718 2.73992 13.0342 1.91893 10.7333 1.98189C8.43243 2.04485 6.24311 2.98698 4.61553 4.61456C2.98795 6.24214 2.04582 8.43145 1.98286 10.7323C1.9199 13.0332 2.7409 15.2708 4.27704 16.9849C5.81318 18.6991 7.94769 19.7595 10.2417 19.9482C12.5357 20.1369 14.8148 19.4395 16.6104 17.9994L20.2904 21.6794C20.3834 21.7731 20.494 21.8475 20.6158 21.8983C20.7377 21.9491 20.8684 21.9752 21.0004 21.9752C21.1324 21.9752 21.2631 21.9491 21.385 21.8983C21.5068 21.8475 21.6174 21.7731 21.7104 21.6794C21.8906 21.493 21.9914 21.2438 21.9914 20.9844C21.9914 20.7251 21.8906 20.4759 21.7104 20.2894ZM11.0004 17.9994C9.61592 17.9994 8.26255 17.5889 7.1114 16.8197C5.96026 16.0505 5.06305 14.9573 4.53324 13.6782C4.00342 12.3991 3.8648 10.9917 4.1349 9.63378C4.40499 8.27592 5.07168 7.02864 6.05065 6.04967C7.02961 5.0707 8.27689 4.40402 9.63476 4.13392C10.9926 3.86382 12.4001 4.00245 13.6792 4.53226C14.9583 5.06207 16.0515 5.95928 16.8207 7.11042C17.5899 8.26157 18.0004 9.61495 18.0004 10.9994C18.0004 12.8559 17.2629 14.6364 15.9501 15.9492C14.6374 17.2619 12.8569 17.9994 11.0004 17.9994Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all .3s ease;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .trip-review-detail-gallery .trip-review-gallery-link:hover::before {
	visibility: visible;
	opacity: 1;
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-experience-date {
	margin-top: 16px;
	font-size: 14px;
	color: rgba(6, 22, 38, .4);
}

.post-data .review-wrap ol.comment-list li .trip-comment-content .comment-experience-date .experience-date-text {
	font-weight: normal;
	color: rgba(6, 22, 38, .8);
}

.wpte-tabs-container.fixed-header {
	padding-top: 86px;
}

@media (min-width: 768px) {
	.wpte-tabs-container.fixed-header .nav-tab-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 2px 25px rgba(0, 0, 0, .1);
		z-index: 111;
	}
}

.wpte-tabs-container.fixed-header .tab-inner-wrapper {
	justify-content: center;
}

.wpte-tabs-container.fixed-header .tab-anchor-wrapper .nav-tab {
	padding: 16px;
	transition: all .3s ease;
}

.admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
	top: 46px;
}

@media (min-width: 783px) {
	.admin-bar .wpte-tabs-container.fixed-header .nav-tab-wrapper {
		top: 32px;
	}
}

.ui-datepicker {
	padding: .5em;
	border-radius: 4px;
	border-color: rgb(var(--primary-color-rgb), .1) !important;
	box-shadow: 0 4px 10px rgb(var(--primary-color-rgb), .05);
	z-index: 1111 !important;
}

.ui-datepicker .ui-widget-header {
	background: none;
	border: none;
}

.ui-datepicker .ui-widget-header .ui-corner-all {
	font-size: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 6px 8px;
	width: auto;
	top: 4px;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: all .3s ease;
	height: auto !important;
}

.ui-datepicker .ui-widget-header .ui-corner-all::before, .ui-datepicker .ui-widget-header .ui-corner-all::after {
	background-color: var(--primary-color);
	display: inline-block;
	width: 1em;
	height: 1em;
}

.ui-datepicker .ui-widget-header .ui-corner-all:hover {
	background-color: #efefef;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev::before {
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.7998 13.5996L1.7998 7.59961L7.7998 1.59961%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next::after {
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%279%27 height=%2715%27 viewBox=%270 0 9 15%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.20019 1.40039L7.20019 7.40039L1.2002 13.4004%27 stroke=%27%232183DF%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.ui-datepicker .ui-datepicker-title select {
	padding: 4px 12px;
	border-color: rgba(0, 0, 0, .1);
}

.ui-datepicker .ui-datepicker-title select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}

.ui-datepicker .ui-datepicker-title select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.ui-datepicker .ui-datepicker-calendar {
	margin: 0;
}

.ui-datepicker .ui-datepicker-calendar th {
	color: var(--primary-color);
}

.ui-datepicker .ui-datepicker-calendar td {
	border: 1px solid rgba(0, 0, 0, .05);
	padding: 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
	border: none;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
	visibility: hidden;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-datepicker .ui-datepicker-calendar td a {
	border: none;
	text-align: center;
	background: none;
	padding: 5px;
	transition: all .3s ease;
}

.ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
	background-color: var(--primary-color);
	color: #fff;
}

.wte-related-trips-wrapper {
	margin: 56px 0 0;
}

.wte-related-trips-wrapper .wte-related-trips__heading {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 40px;
}

.wte-related-trips-wrapper .category-trips-single-inner-wrap .category-trip-prc-title-wrap .category-trip-title {
	font-size: 20px;
}

.wptravelengine_css_v2.single-trip #tabs-container .tab-content {
	margin-top: 0;
}

.wptravelengine_css_v2 #tabs-container {
	padding: 0 0 40px;
}

.wptravelengine_css_v2 #tabs-container .tab-content .nb-configurations {
	padding: 56px 24px 0;
}

.wptravelengine_css_v2 #tabs-container .tab-content p {
	margin-top: 0;
}

.wptravelengine_css_v2 #tabs-container .tab-content h2[class*=wpte], .wptravelengine_css_v2 #tabs-container .tab-content .wte-fsd-list-header h2 {
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 56px;
}

.wptravelengine_css_v2 #tabs-container .tab-content h2, .wptravelengine_css_v2 #tabs-container .tab-content h3 {
	font-weight: 500;
}

.wptravelengine_css_v2 #tabs-container .tab-content #exclude-result {
	margin-bottom: 0;
}

.wptravelengine_css_v2 #tabs-container.wpte-tabs-sticky.fixed-header .tab-content .nb-configurations {
	padding-top: 95px;
	transition: all .3s ease;
}

.wptravelengine_css_v2 .wpte-tabs-scrollable .tab-content .nb-configurations {
	display: block !important;
}

.wptravelengine_css_v2 .nav-tab-wrapper {
	padding: 0 24px;
	border-bottom: 1px solid rgba(4, 15, 26, .1);
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .nav-tab-wrapper {
		padding: 0;
		border-bottom: none;
	}
}

.wptravelengine_css_v2 .nav-tab-wrapper .wte-tab-title {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}

.wptravelengine_css_v2 .nav-tab-wrapper a {
	text-decoration: none;
	color: inherit;
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-inner-wrapper {
	display: flex;
	margin: 0 -8px;
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-inner-wrapper {
		flex-direction: column;
		margin: 0;
	}
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper {
	font-size: 15px;
	margin: 0 8px;
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper {
		margin: 0;
	}
	
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab::after {
		content: "" !important;
		position: absolute;
		top: 7px;
		right: 10px;
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%238d8d8d%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/%3E%3C/svg%3E") center center no-repeat;
		width: 15px;
		height: 20px;
		transition: linear .2s;
	}
	
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab.nav-tab-active::after {
		transform: rotate(180deg);
	}
}

@media (max-width: 767px)and (max-width: 767px) {
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper a.nav-tab.nav-tab-active::after {
		border-top-color: #fff !important;
		border-width: 7.5px !important;
	}
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .wte-tab-title {
	height: 100%;
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 32px 16px 15px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	text-decoration: none;
	height: 100%;
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
		flex-direction: row;
		border-color: rgba(4, 15, 26, .1);
		padding: 24px 16px;
		justify-content: flex-start;
		padding-right: 32px;
	}
	
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
		margin-right: 8px;
		margin-bottom: 0;
	}
	
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
		top: 50% !important;
		transform: translateY(-50%);
	}
	
	.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active::after {
		transform: translateY(-50%) rotate(180deg) !important;
	}
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab.nav-tab-active {
	color: var(--primary-color);
	border-bottom-color: var(--primary-color);
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab:hover {
	color: var(--primary-color);
}

.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nb-configurations {
	padding: 32px 24px;
}

.wptravelengine_css_v2 .overview .wpte-overview-title {
	margin: 0 0 24px !important;
}

.wptravelengine_css_v2 .wpte-trip-highlights {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.wptravelengine_css_v2 .wpte-trip-highlights:last-child {
	margin-bottom: 0;
}

.wptravelengine_css_v2 .wpte-trip-highlights li {
	line-height: 1.5;
	position: relative;
	padding-left: 34px;
	margin: 0 0 8px;
}

.wptravelengine_css_v2 .wpte-trip-highlights li:last-child {
	margin: 0;
}

.wptravelengine_css_v2 .wpte-trip-highlights li::before {
	content: "";
	width: 1em;
	height: 1.5em;
	background-color: var(--primary-color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23ZM16.7372 9.67572C17.1104 9.2686 17.0828 8.63604 16.6757 8.26284C16.2686 7.88965 15.636 7.91715 15.2629 8.32427L10.5 13.5201L8.73716 11.597C8.36397 11.1899 7.7314 11.1624 7.32428 11.5356C6.91716 11.9088 6.88966 12.5413 7.26285 12.9485L9.76285 15.6757C9.95226 15.8824 10.2197 16 10.5 16C10.7803 16 11.0478 15.8824 11.2372 15.6757L16.7372 9.67572Z%27 fill=%27black%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 1em 1em;
	mask-size: 1em 1em;
	-webkit-mask-position: center;
	mask-position: center;
	position: absolute;
	top: 0;
	left: 5px;
}

.wptravelengine_css_v2 .itinerary .title, .wptravelengine_css_v2 .itinerary .itinerary-title {
	font-size: 18px;
	color: rgba(6, 22, 38, .8);
	font-weight: 500;
	margin: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .itinerary .title, .wptravelengine_css_v2 .itinerary .itinerary-title {
		font-size: 16px;
	}
}

.wptravelengine_css_v2 .itinerary .title {
	margin-right: 6px !important;
}

.wptravelengine_css_v2 .itinerary .itenary-detail-gallery {
	clear: both;
	margin-top: 32px;
}

.wptravelengine_css_v2 .itinerary .itenary-detail-gallery .mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin: 0;
}

.wptravelengine_css_v2 .itinerary-row {
	padding: 0 0 24px !important;
	margin: 0 0 24px 45px;
	position: relative;
	border: none;
	border-bottom: 1px solid rgba(4, 15, 26, .1);
}

.wptravelengine_css_v2 .itinerary-row::before {
	content: "";
	width: 0;
	height: 100%;
	border-left: 1px solid rgba(4, 15, 26, .1);
	background: none;
	position: absolute;
	top: 5px;
	left: -30px;
}

.wptravelengine_css_v2 .itinerary-row:last-child {
	margin-bottom: 0;
}

.wptravelengine_css_v2 .itinerary-row:last-child::before {
	content: none;
}

.wptravelengine_css_v2 .itinerary-row .title {
	position: relative;
	white-space: nowrap;
}

.wptravelengine_css_v2 .itinerary-row .title::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	left: -30px;
	top: 14px;
	transform: translate(-50%, -50%);
}

.wptravelengine_css_v2 .itinerary-row .itinerary-content>*:first-child:not(.itinerary-title) {
	margin-top: 16px;
}

@media (max-width: 767px) {
	.wptravelengine_css_v2 .itinerary-row .itinerary-content .content img {
		float: none;
	}
}

.wptravelengine_css_v2 .itinerary-row:first-child .title::before, .wptravelengine_css_v2 .itinerary-row.advanced-itinerary-row:first-child .title::before, .wptravelengine_css_v2 .itinerary-row:last-child .title::before {
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9 1.5C7.4087 1.5 5.88258 2.13214 4.75736 3.25736C3.63214 4.38258 3 5.9087 3 7.5C3 11.55 8.2875 16.125 8.5125 16.32C8.64835 16.4362 8.82124 16.5 9 16.5C9.17877 16.5 9.35165 16.4362 9.4875 16.32C9.75 16.125 15 11.55 15 7.5C15 5.9087 14.3679 4.38258 13.2426 3.25736C12.1174 2.13214 10.5913 1.5 9 1.5ZM9 14.7375C7.4025 13.2375 4.5 10.005 4.5 7.5C4.5 6.30653 4.97411 5.16193 5.81802 4.31802C6.66193 3.47411 7.80653 3 9 3C10.1935 3 11.3381 3.47411 12.182 4.31802C13.0259 5.16193 13.5 6.30653 13.5 7.5C13.5 10.005 10.5975 13.245 9 14.7375ZM9 4.5C8.40666 4.5 7.82664 4.67595 7.33329 5.00559C6.83994 5.33524 6.45542 5.80377 6.22836 6.35195C6.0013 6.90013 5.94189 7.50333 6.05764 8.08527C6.1734 8.66721 6.45912 9.20176 6.87868 9.62132C7.29824 10.0409 7.83279 10.3266 8.41473 10.4424C8.99667 10.5581 9.59987 10.4987 10.1481 10.2716C10.6962 10.0446 11.1648 9.66006 11.4944 9.16671C11.8241 8.67336 12 8.09334 12 7.5C12 6.70435 11.6839 5.94129 11.1213 5.37868C10.5587 4.81607 9.79565 4.5 9 4.5ZM9 9C8.70333 9 8.41332 8.91203 8.16665 8.7472C7.91997 8.58238 7.72771 8.34811 7.61418 8.07403C7.50065 7.79994 7.47094 7.49834 7.52882 7.20736C7.5867 6.91639 7.72956 6.64912 7.93934 6.43934C8.14912 6.22956 8.41639 6.0867 8.70737 6.02882C8.99834 5.97094 9.29994 6.00065 9.57403 6.11418C9.84811 6.22771 10.0824 6.41997 10.2472 6.66665C10.412 6.91332 10.5 7.20333 10.5 7.5C10.5 7.89782 10.342 8.27936 10.0607 8.56066C9.77936 8.84196 9.39783 9 9 9Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.wptravelengine_css_v2 .itinerary-row:not(:last-child)::before {
	height: calc(100% + 32px);
}

.wptravelengine_css_v2 .itinerary .itinerary-row .wte-itinerary-head-wrap {
	display: flex;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle {
	border: none;
	flex-grow: 1;
	padding: 0 32px 0 0 !important;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle::after {
	content: none !important;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--primary-color);
	position: absolute;
	top: 6px;
	right: 0;
	transform: unset;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::before, .wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::after {
	all: unset;
	content: "";
	width: 2px !important;
	height: 8px !important;
	border-radius: 2px;
	background-color: var(--primary-color);
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: all .3s ease;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle .rotator::after {
	transform: translate(-50%, -50%) rotate(90deg) !important;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle.active .rotator::before {
	transform: translate(-50%, -50%) rotate(90deg) !important;
	opacity: 0;
}

.wptravelengine_css_v2 .itinerary .itinerary-row .accordion-tabs-toggle.active .rotator::after {
	opacity: 1;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -30px;
	padding-top: 24px !important;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] {
	border-right: none;
	margin: 8px 30px;
	color: rgba(6, 22, 38, .6);
	display: inline-flex;
	align-items: center;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] .itinierary-icon-wrap {
	display: flex;
	align-items: center;
	height: 1.5em;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] a {
	text-decoration: none;
	color: inherit;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info [class*=itinerary-] a:hover {
	color: var(--primary-color);
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a {
	display: inline-flex;
	align-items: center;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label a:hover span {
	color: var(--primary-color);
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label span {
	position: static;
	margin-left: 4px;
}

.wptravelengine_css_v2 .itinerary .itinerary-detail-additional-info>.itinerary-sleep-mode .label span path {
	fill: currentColor;
}

.wptravelengine_css_v2 #include-result li, .wptravelengine_css_v2 #exclude-result li {
	margin-bottom: 4px;
}

.wptravelengine_css_v2 .cost .content h3 {
	margin: 40px 0 35px;
}

.wptravelengine_css_v2 #wte-fixed-departure-dates {
	margin-top: 32px;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header h2 {
	margin: 0 !important;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input {
	margin: 0;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container {
	width: auto !important;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single {
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(6, 22, 38, .2);
	padding-right: 16px;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single::after {
	content: none !important;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 24px 0 16px !important;
	margin: 0 !important;
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__arrow {
	all: unset;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 4L6 8L2 4%27 stroke=%27%23061626%27 stroke-opacity=%270.8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10 4L6 8L2 4%27 stroke=%27%23061626%27 stroke-opacity=%270.8%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	top: 50% !important;
	right: 16px;
	transform: translateY(-50%);
}

.wptravelengine_css_v2 .wte-fsd-list-container .wte-fsd-list-header .wte-user-input .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.wptravelengine_css_v2 .wpte-tabs-container .wte-fsd-frontend-holder-dd {
	margin: 0 -24px;
}

.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .loadMore, .wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .showLess {
	padding: 14px 32px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: var(--primary-color);
	background: none;
	border: 1px solid var(--primary-color);
	border-radius: 4px;
	cursor: pointer;
}

.wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .loadMore:hover, .wptravelengine_css_v2 .wte-fsd-frontend-holder-dd .showLess:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.wptravelengine_css_v2 #nestable1 .dd-list {
	text-align: center;
}

.wptravelengine_css_v2 #nestable1 .dd-list table {
	border-collapse: collapse;
	border: none;
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr td, .wptravelengine_css_v2 #nestable1 .dd-list table tr th {
	padding: 30px 16px;
	font-size: 15px;
	color: rgba(6, 22, 38, .7);
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr th {
	border-bottom: 2px solid rgba(6, 22, 38, .15);
	background: none;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(6, 22, 38, .8);
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr .svg-inline--fa, .wptravelengine_css_v2 #nestable1 .dd-list table tr .fa {
	margin-right: 5px;
	color: var(--primary-color);
	fill: currentColor;
}

.wptravelengine_css_v2 #nestable1 .dd-list table tr .book-btn {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.25;
	padding: 8px 12px;
	width: 100%;
}

.wptravelengine_css_v2 #nestable1 .dd-list table tbody tr {
	border-bottom: 1px solid rgba(6, 22, 38, .05);
}

.wptravelengine_css_v2 .select2-container--open .select2-dropdown--below {
	top: 29px;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table thead th, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table thead th {
	border-bottom: 2px solid rgba(6, 22, 38, .15);
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th {
	text-align: left;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td, .wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table th {
	padding: 24px !important;
	text-align: left;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td {
	border-bottom: 1px solid rgba(6, 22, 38, .05);
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap, .wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available, .wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder {
	padding-left: 1.5em;
	line-height: 1.5;
	position: relative;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before, .wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before, .wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before {
	content: "";
	width: 1em;
	height: 1.5em;
	background-color: var(--primary-color);
	position: absolute;
	left: 0;
	top: 0;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .wte-start-end-wrap::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6663 3.16732H11.333V2.50065C11.333 2.32384 11.2628 2.15427 11.1377 2.02925C11.0127 1.90422 10.8432 1.83398 10.6663 1.83398C10.4895 1.83398 10.32 1.90422 10.1949 2.02925C10.0699 2.15427 9.99967 2.32384 9.99967 2.50065V3.16732H5.99967V2.50065C5.99967 2.32384 5.92944 2.15427 5.80441 2.02925C5.67939 1.90422 5.50982 1.83398 5.33301 1.83398C5.1562 1.83398 4.98663 1.90422 4.8616 2.02925C4.73658 2.15427 4.66634 2.32384 4.66634 2.50065V3.16732H3.33301C2.80257 3.16732 2.29387 3.37803 1.91879 3.7531C1.54372 4.12818 1.33301 4.63688 1.33301 5.16732V13.1673C1.33301 13.6978 1.54372 14.2065 1.91879 14.5815C2.29387 14.9566 2.80257 15.1673 3.33301 15.1673H12.6663C13.1968 15.1673 13.7055 14.9566 14.0806 14.5815C14.4556 14.2065 14.6663 13.6978 14.6663 13.1673V5.16732C14.6663 4.63688 14.4556 4.12818 14.0806 3.7531C13.7055 3.37803 13.1968 3.16732 12.6663 3.16732ZM13.333 13.1673C13.333 13.3441 13.2628 13.5137 13.1377 13.6387C13.0127 13.7637 12.8432 13.834 12.6663 13.834H3.33301C3.1562 13.834 2.98663 13.7637 2.8616 13.6387C2.73658 13.5137 2.66634 13.3441 2.66634 13.1673V8.50065H13.333V13.1673ZM13.333 7.16732H2.66634V5.16732C2.66634 4.99051 2.73658 4.82094 2.8616 4.69591C2.98663 4.57089 3.1562 4.50065 3.33301 4.50065H4.66634V5.16732C4.66634 5.34413 4.73658 5.5137 4.8616 5.63872C4.98663 5.76375 5.1562 5.83398 5.33301 5.83398C5.50982 5.83398 5.67939 5.76375 5.80441 5.63872C5.92944 5.5137 5.99967 5.34413 5.99967 5.16732V4.50065H9.99967V5.16732C9.99967 5.34413 10.0699 5.5137 10.1949 5.63872C10.32 5.76375 10.4895 5.83398 10.6663 5.83398C10.8432 5.83398 11.0127 5.76375 11.1377 5.63872C11.2628 5.5137 11.333 5.34413 11.333 5.16732V4.50065H12.6663C12.8432 4.50065 13.0127 4.57089 13.1377 4.69591C13.2628 4.82094 13.333 4.99051 13.333 5.16732V7.16732Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.6663 3.16732H11.333V2.50065C11.333 2.32384 11.2628 2.15427 11.1377 2.02925C11.0127 1.90422 10.8432 1.83398 10.6663 1.83398C10.4895 1.83398 10.32 1.90422 10.1949 2.02925C10.0699 2.15427 9.99967 2.32384 9.99967 2.50065V3.16732H5.99967V2.50065C5.99967 2.32384 5.92944 2.15427 5.80441 2.02925C5.67939 1.90422 5.50982 1.83398 5.33301 1.83398C5.1562 1.83398 4.98663 1.90422 4.8616 2.02925C4.73658 2.15427 4.66634 2.32384 4.66634 2.50065V3.16732H3.33301C2.80257 3.16732 2.29387 3.37803 1.91879 3.7531C1.54372 4.12818 1.33301 4.63688 1.33301 5.16732V13.1673C1.33301 13.6978 1.54372 14.2065 1.91879 14.5815C2.29387 14.9566 2.80257 15.1673 3.33301 15.1673H12.6663C13.1968 15.1673 13.7055 14.9566 14.0806 14.5815C14.4556 14.2065 14.6663 13.6978 14.6663 13.1673V5.16732C14.6663 4.63688 14.4556 4.12818 14.0806 3.7531C13.7055 3.37803 13.1968 3.16732 12.6663 3.16732ZM13.333 13.1673C13.333 13.3441 13.2628 13.5137 13.1377 13.6387C13.0127 13.7637 12.8432 13.834 12.6663 13.834H3.33301C3.1562 13.834 2.98663 13.7637 2.8616 13.6387C2.73658 13.5137 2.66634 13.3441 2.66634 13.1673V8.50065H13.333V13.1673ZM13.333 7.16732H2.66634V5.16732C2.66634 4.99051 2.73658 4.82094 2.8616 4.69591C2.98663 4.57089 3.1562 4.50065 3.33301 4.50065H4.66634V5.16732C4.66634 5.34413 4.73658 5.5137 4.8616 5.63872C4.98663 5.76375 5.1562 5.83398 5.33301 5.83398C5.50982 5.83398 5.67939 5.76375 5.80441 5.63872C5.92944 5.5137 5.99967 5.34413 5.99967 5.16732V4.50065H9.99967V5.16732C9.99967 5.34413 10.0699 5.5137 10.1949 5.63872C10.32 5.76375 10.4895 5.83398 10.6663 5.83398C10.8432 5.83398 11.0127 5.76375 11.1377 5.63872C11.2628 5.5137 11.333 5.34413 11.333 5.16732V4.50065H12.6663C12.8432 4.50065 13.0127 4.57089 13.1377 4.69591C13.2628 4.82094 13.333 4.99051 13.333 5.16732V7.16732Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available {
	text-align: left !important;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.4733 8.97374C11.1269 8.45952 11.604 7.75436 11.8382 6.95637C12.0723 6.15838 12.0519 5.30725 11.7799 4.52139C11.5078 3.73552 10.9975 3.054 10.32 2.57165C9.64259 2.08929 8.83163 1.83008 8 1.83008C7.16836 1.83008 6.35741 2.08929 5.67995 2.57165C5.00249 3.054 4.49223 3.73552 4.22014 4.52139C3.94805 5.30725 3.92767 6.15838 4.16184 6.95637C4.396 7.75436 4.87307 8.45952 5.52666 8.97374C4.40672 9.42244 3.42952 10.1666 2.69926 11.127C1.969 12.0874 1.51304 13.2279 1.38 14.4271C1.37037 14.5146 1.37808 14.6032 1.40268 14.6878C1.42729 14.7723 1.46831 14.8512 1.52341 14.92C1.63468 15.0587 1.79652 15.1476 1.97333 15.1671C2.15014 15.1865 2.32744 15.1349 2.46621 15.0237C2.60499 14.9124 2.69388 14.7506 2.71333 14.5737C2.85972 13.2705 3.48112 12.0669 4.45881 11.1929C5.4365 10.3189 6.70193 9.83576 8.01333 9.83576C9.32473 9.83576 10.5902 10.3189 11.5679 11.1929C12.5455 12.0669 13.1669 13.2705 13.3133 14.5737C13.3315 14.7376 13.4096 14.8888 13.5327 14.9984C13.6558 15.108 13.8152 15.1681 13.98 15.1671H14.0533C14.2281 15.147 14.3878 15.0586 14.4977 14.9212C14.6076 14.7839 14.6587 14.6087 14.64 14.4337C14.5063 13.2312 14.0479 12.0877 13.3139 11.1259C12.5799 10.164 11.5979 9.42006 10.4733 8.97374ZM8 8.50041C7.47258 8.50041 6.95701 8.34401 6.51848 8.05099C6.07995 7.75798 5.73815 7.3415 5.53632 6.85423C5.33448 6.36696 5.28168 5.83078 5.38457 5.3135C5.48746 4.79622 5.74144 4.32106 6.11438 3.94812C6.48732 3.57518 6.96247 3.32121 7.47976 3.21831C7.99704 3.11542 8.53322 3.16823 9.02049 3.37006C9.50776 3.5719 9.92423 3.91369 10.2172 4.35222C10.5103 4.79075 10.6667 5.30633 10.6667 5.83374C10.6667 6.54099 10.3857 7.21926 9.88562 7.71936C9.38552 8.21946 8.70724 8.50041 8 8.50041Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.4733 8.97374C11.1269 8.45952 11.604 7.75436 11.8382 6.95637C12.0723 6.15838 12.0519 5.30725 11.7799 4.52139C11.5078 3.73552 10.9975 3.054 10.32 2.57165C9.64259 2.08929 8.83163 1.83008 8 1.83008C7.16836 1.83008 6.35741 2.08929 5.67995 2.57165C5.00249 3.054 4.49223 3.73552 4.22014 4.52139C3.94805 5.30725 3.92767 6.15838 4.16184 6.95637C4.396 7.75436 4.87307 8.45952 5.52666 8.97374C4.40672 9.42244 3.42952 10.1666 2.69926 11.127C1.969 12.0874 1.51304 13.2279 1.38 14.4271C1.37037 14.5146 1.37808 14.6032 1.40268 14.6878C1.42729 14.7723 1.46831 14.8512 1.52341 14.92C1.63468 15.0587 1.79652 15.1476 1.97333 15.1671C2.15014 15.1865 2.32744 15.1349 2.46621 15.0237C2.60499 14.9124 2.69388 14.7506 2.71333 14.5737C2.85972 13.2705 3.48112 12.0669 4.45881 11.1929C5.4365 10.3189 6.70193 9.83576 8.01333 9.83576C9.32473 9.83576 10.5902 10.3189 11.5679 11.1929C12.5455 12.0669 13.1669 13.2705 13.3133 14.5737C13.3315 14.7376 13.4096 14.8888 13.5327 14.9984C13.6558 15.108 13.8152 15.1681 13.98 15.1671H14.0533C14.2281 15.147 14.3878 15.0586 14.4977 14.9212C14.6076 14.7839 14.6587 14.6087 14.64 14.4337C14.5063 13.2312 14.0479 12.0877 13.3139 11.1259C12.5799 10.164 11.5979 9.42006 10.4733 8.97374ZM8 8.50041C7.47258 8.50041 6.95701 8.34401 6.51848 8.05099C6.07995 7.75798 5.73815 7.3415 5.53632 6.85423C5.33448 6.36696 5.28168 5.83078 5.38457 5.3135C5.48746 4.79622 5.74144 4.32106 6.11438 3.94812C6.48732 3.57518 6.96247 3.32121 7.47976 3.21831C7.99704 3.11542 8.53322 3.16823 9.02049 3.37006C9.50776 3.5719 9.92423 3.91369 10.2172 4.35222C10.5103 4.79075 10.6667 5.30633 10.6667 5.83374C10.6667 6.54099 10.3857 7.21926 9.88562 7.71936C9.38552 8.21946 8.70724 8.50041 8 8.50041Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available .seats~span, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .seats-available .seats~span {
	margin: 5px 0;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder {
	text-align: left !important;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.99969 4.50066C4.8019 4.50066 4.60856 4.55931 4.44412 4.66919C4.27967 4.77907 4.15149 4.93525 4.07581 5.11798C4.00012 5.3007 3.98032 5.50177 4.0189 5.69575C4.05749 5.88973 4.15273 6.06792 4.29258 6.20777C4.43243 6.34762 4.61061 6.44286 4.8046 6.48145C4.99858 6.52003 5.19964 6.50023 5.38237 6.42454C5.5651 6.34885 5.72127 6.22068 5.83116 6.05623C5.94104 5.89178 5.99969 5.69844 5.99969 5.50066C5.99969 5.23545 5.89433 4.98109 5.70679 4.79356C5.51926 4.60602 5.2649 4.50066 4.99969 4.50066ZM14.0797 7.64066L8.47302 2.02733C8.41073 1.96554 8.33685 1.91666 8.25562 1.88348C8.1744 1.8503 8.08742 1.83349 7.99969 1.834H1.99969C1.82287 1.834 1.65331 1.90423 1.52828 2.02926C1.40326 2.15428 1.33302 2.32385 1.33302 2.50066V8.50066C1.33251 8.5884 1.34933 8.67538 1.3825 8.7566C1.41568 8.83783 1.46456 8.9117 1.52635 8.974L7.13969 14.5807C7.51469 14.9552 8.02302 15.1656 8.55302 15.1656C9.08302 15.1656 9.59135 14.9552 9.96635 14.5807L14.0797 10.5007C14.4542 10.1257 14.6646 9.61733 14.6646 9.08733C14.6646 8.55733 14.4542 8.049 14.0797 7.674V7.64066ZM13.1397 9.52066L9.01969 13.634C8.89478 13.7582 8.72581 13.8279 8.54969 13.8279C8.37356 13.8279 8.20459 13.7582 8.07969 13.634L2.66635 8.22733V3.16733H7.72635L13.1397 8.58066C13.2015 8.64296 13.2504 8.71683 13.2835 8.79806C13.3167 8.87928 13.3335 8.96626 13.333 9.054C13.3323 9.22889 13.2628 9.39649 13.1397 9.52066Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	mask: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.99969 4.50066C4.8019 4.50066 4.60856 4.55931 4.44412 4.66919C4.27967 4.77907 4.15149 4.93525 4.07581 5.11798C4.00012 5.3007 3.98032 5.50177 4.0189 5.69575C4.05749 5.88973 4.15273 6.06792 4.29258 6.20777C4.43243 6.34762 4.61061 6.44286 4.8046 6.48145C4.99858 6.52003 5.19964 6.50023 5.38237 6.42454C5.5651 6.34885 5.72127 6.22068 5.83116 6.05623C5.94104 5.89178 5.99969 5.69844 5.99969 5.50066C5.99969 5.23545 5.89433 4.98109 5.70679 4.79356C5.51926 4.60602 5.2649 4.50066 4.99969 4.50066ZM14.0797 7.64066L8.47302 2.02733C8.41073 1.96554 8.33685 1.91666 8.25562 1.88348C8.1744 1.8503 8.08742 1.83349 7.99969 1.834H1.99969C1.82287 1.834 1.65331 1.90423 1.52828 2.02926C1.40326 2.15428 1.33302 2.32385 1.33302 2.50066V8.50066C1.33251 8.5884 1.34933 8.67538 1.3825 8.7566C1.41568 8.83783 1.46456 8.9117 1.52635 8.974L7.13969 14.5807C7.51469 14.9552 8.02302 15.1656 8.55302 15.1656C9.08302 15.1656 9.59135 14.9552 9.96635 14.5807L14.0797 10.5007C14.4542 10.1257 14.6646 9.61733 14.6646 9.08733C14.6646 8.55733 14.4542 8.049 14.0797 7.674V7.64066ZM13.1397 9.52066L9.01969 13.634C8.89478 13.7582 8.72581 13.8279 8.54969 13.8279C8.37356 13.8279 8.20459 13.7582 8.07969 13.634L2.66635 8.22733V3.16733H7.72635L13.1397 8.58066C13.2015 8.64296 13.2504 8.71683 13.2835 8.79806C13.3167 8.87928 13.3335 8.96626 13.333 9.054C13.3323 9.22889 13.2628 9.39649 13.1397 9.52066Z%27 fill=%27%232183DF%27/%3E%3C/svg%3E%0A");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder~span, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table td .trip-cost-holder~span {
	padding-left: 1.5em;
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action {
	padding: 8px 12px;
	cursor: pointer;
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

.wptravelengine_css_v2 .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action:hover, .wptravelengine_css_v2 #wte-trips-fixed-departure-dates .fixed-starting.dates .wpte-trips-fsd-table-wrapper table button.wte-fsd-action:hover {
	opacity: .8;
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-icon, .wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt {
	left: auto;
	right: 10px;
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt {
	right: 0;
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt::before, .wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon~.category-trip-group-avil .pop-trip-grpavil-txt::after {
	left: auto;
	right: 17px;
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:not(.disabled) {
	color: var(--primary-color);
}

.wptravelengine_css_v2 .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-available-months li a:not(.disabled):hover {
	text-decoration: underline;
}

.wptravelengine_css_v2 .advanced-search-wrapper .sidebar {
	border: none;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 2px rgba(0, 0, 0, .06), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wptravelengine_css_v2 .wpte-bf-checkout .wte-coupon-whole-wrap .coupon .input-text:focus {
	border-color: var(--primary-color);
}

@media (min-width: 1025px) {
	.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form {
		width: auto;
		flex: 1;
		padding-right: 30px;
	}
	
	.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-book-summary {
		width: 40%;
	}
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary {
	border: none;
	padding: 32px 24px !important;
	border-radius: 4px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-title {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 24px;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap {
	border: none;
	padding: 32px 24px;
	background-color: rgba(var(--primary-color-rgb), .08);
	border-radius: 4px;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-name {
	font-size: 20px;
	margin: 0 0 16px;
	font-weight: 500;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-date {
	letter-spacing: 0;
	font-weight: normal;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-trip-name-wrap .wpte-bf-trip-code {
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1;
	background-color: rgba(6, 22, 38, .4);
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wte-booked-package-name {
	font-weight: 500;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt, .wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt~.wpte-currency-code, .wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt~.wpte-price {
	font-size: 20px;
	font-weight: 500;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table .wpte-bf-total-txt {
	font-weight: normal;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table tfoot {
	border-color: rgba(var(--primary-color-rgb), .7);
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-table tfoot tr td {
	padding: 24px 0;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total {
	padding: 32px 0 0;
	background: none;
	border-top: 1px solid rgba(var(--primary-color-rgb), .7);
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-currency-code, .wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-price {
	font-size: 24px;
	font-weight: 500;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-bf-total-txt {
	font-size: 20px;
	font-weight: normal;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-bf-total-price {
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 1;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-book-summary .wpte-bf-summary-total .wpte-inclusive-tax-label {
	font-size: 12px;
	transform: translateY(-2px);
	margin-left: 8px;
}

.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-summary-wrap {
	padding: 0 !important;
	background: none;
	border: none;
}

.wptravelengine_css_v2 .thank-you-container {
	max-width: 550px;
	margin: 0 auto;
	padding: 32px 24px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .04), 0px 0px 1px rgba(0, 0, 0, .04);
}

.wptravelengine_css_v2 .thank-you-container h3 {
	margin-top: 0;
	font-weight: 500;
}

.wptravelengine_css_v2 .thank-you-container .detail-container {
	padding: 0;
	border: none;
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item {
	justify-content: flex-start !important;
	text-align: left !important;
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item .item-label {
	font-weight: normal;
}

.wptravelengine_css_v2 .thank-you-container .detail-container .detail-item strong:not(.item-label) {
	font-weight: 500 !important;
	margin-top: 16px;
}

.wptravelengine_css_v2 .review-wrap .comment-rating .url {
	color: rgba(6, 22, 38, .8);
}

.wptravelengine_css_v2 .review-wrap .comment-client-location {
	font-size: 14px;
	line-height: 1.5;
	opacity: .4;
	color: #061626;
}

@media (max-width: 1024px) {
	.wptravelengine_css_v2.single-trip {
		padding-bottom: 109.8px;
	}
}

.wpte-bf-outer .wpte-bf-field {
	margin: 0 0 32px;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(6, 22, 38, .0509803922);
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-label {
	font-size: 18px;
	font-weight: 500;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap {
	margin-right: 40px;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio .wpte-bf-radio-wrap label {
	font-size: 16px;
	font-weight: normal;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio.wpte-bf_payment-methods .wpte-bf-radio-wrap {
	width: 100%;
	margin: 0 0 32px;
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio.wpte-bf_payment-methods .wpte-bf-radio-wrap:last-child {
	margin-bottom: 0;
}

.wpte-bf-checkout .wpte-checkout-payment-info {
	font-size: 15px;
	line-height: 1.866;
	font-weight: normal;
	padding: 16px;
	background-color: rgba(var(--primary-color-rgb), .07);
	border-radius: 4px;
}

.wpte-bf-checkout .wpte-bf-submit input[type=submit] {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
	transition: all .3s ease;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td {
	width: 100%;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td>span:not([class]) {
	display: flex;
	align-items: center;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table tr td>span:not([class])::after {
	content: "";
	height: 0;
	border-top: 1px dashed rgba(6, 22, 38, .1490196078);
	flex: 1;
	margin: 0 16px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments {
	border-top: 1px solid #fecd10;
	border-bottom: 1px solid #fecd10;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments tr>td {
	padding-top: 20px;
}

.wpte-bf-checkout .wpte-bf-summary-wrap table.wpte-bf_price-adjustments tr:not(:last-child)>td {
	padding-bottom: 0;
}

.trip-pagination {
	margin: 3.25rem 0 0;
}

.trip-pagination .page-numbers {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	padding: 8px 16px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0);
	margin: 2px;
	transition: all .3s ease;
	min-width: 40px;
	height: 40px;
	text-align: center;
}

.trip-pagination .page-numbers:hover, .trip-pagination .page-numbers.current, .trip-pagination .page-numbers:focus {
	background-color: rgba(var(--primary-color-rgb), .07);
}

.trip-pagination .page-numbers.current, .trip-pagination .page-numbers:focus {
	border: 1px solid var(--primary-color);
}

body.rtl button:disabled.btn-loading::before {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .review-form-rating.jq-ry-container {
	direction: inherit;
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper svg:not(:last-child) {
	margin-right: 0;
	margin-left: 4px;
}

body.rtl .wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger::before, body.rtl .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger::before {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger {
	margin-right: 0;
	margin-left: 16px;
}

body.rtl .wpte-gallery-wrapper .wpte-gallery-container {
	left: auto;
	right: 0;
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .wpte-trip-review-stars .stars-group-wrapper .stars-rated-group {
	left: auto;
	right: 0;
}

body.rtl .advanced-search-wrapper .advanced-search-field ul li label {
	padding-right: 0;
	padding-left: 30px;
}

body.rtl .advanced-search-wrapper .advanced-search-field ul li .count {
	right: auto;
	left: 5px;
}

body.rtl .advanced-search-wrapper .advanced-search-field input+span {
	padding-left: 0;
	padding-right: 25px;
}

body.rtl .advanced-search-wrapper .advanced-search-field input+span::before, body.rtl .advanced-search-wrapper .advanced-search-field input+span::after {
	left: auto;
	right: 0;
}

body.rtl .advanced-search-wrapper .advanced-search-field.search-trip-type h3:after, body.rtl .advanced-search-wrapper .advanced-search-field.trip-dates h3:after {
	right: auto;
	left: 10px;
}

body.rtl .advanced-search-wrapper .advanced-search-field .wte-terms-more button::after {
	margin-left: 0;
	margin-right: 10px;
}

@media (min-width: 1025px) {
	body.rtl .wp-travel-engine-archive-outer-wrap .advanced-search-wrapper+.wp-travel-engine-archive-repeater-wrap {
		padding-left: 0;
		padding-right: 30px;
	}
}

body.rtl .wp-travel-toolbar .wte-filterby-dropdown {
	padding-right: 0;
	padding-left: 16px;
}

body.rtl .wp-travel-toolbar .wte-filterby-dropdown::before {
	right: auto;
	left: 0;
}

body.rtl .wp-travel-toolbar .wte-view-modes {
	padding-left: 0;
	padding-right: 16px;
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field {
	margin-left: 0;
	margin-right: 8px;
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field::after {
	right: auto;
	left: 0;
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__select-options {
	right: auto;
	left: 0;
	text-align: left;
}

body.rtl .wp-travel-toolbar .wte-ordering .wpte-trip__adv-field .wpte__input {
	padding-right: 0;
	padding-left: 23px;
}

body.rtl .wp-travel-toolbar .wte-filter-foundposts {
	margin-left: auto;
	margin-right: 0;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti>[class*=category-trip-] i {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
	padding-left: 0;
	padding-right: 24px;
	border-left: 0;
	border-right: 1px solid rgba(0, 20, 39, .15);
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
	padding-right: 0 !important;
	padding-left: 24px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .price-holder>span+span {
	margin-left: 0;
	margin-right: 8px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-feat-ribbon .category-feat-ribbon-txt::before {
	margin-right: 0;
	margin-left: 6px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap {
	padding-right: 0;
	padding-left: 24px;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-prc-title-wrap .wishlist-toggle {
	right: auto;
	left: 0;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date {
	padding-left: 0;
	padding-right: 18px;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-dates span.category-trip-start-date::before {
	left: auto;
	right: 0;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig .toggle-map {
	right: auto;
	left: 8px;
}

body.rtl .category-trips-single.wpte_new-layout .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap>i {
	margin-right: 0;
	margin-left: 8px;
}

@media (min-width: 768px) {
	body.rtl .category-list .category-trips-single-inner-wrap .category-trip-content-wrap {
		padding-left: 0;
		padding-right: 24px;
	}
}

body.rtl .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-avl-tip-inner-wrap .category-available-months li {
	margin-right: 0;
	margin-left: 15px;
}

body.rtl .category-list .wpte_new-layout .category-trips-single-inner-wrap .category-trip-fig a {
	border-radius: 0 4px 0 0;
}

@media (min-width: 1200px) {
	body.rtl div:not(.wpte-gblock-wrapper)>.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-budget {
		padding-left: 0 !important;
		padding-right: 48px;
	}
	
	body.rtl div:not(.wpte-gblock-wrapper)>.category-list .category-trips-single-inner-wrap .category-trip-detail-wrap .category-trip-desti {
		padding-right: 0;
		padding-left: 48px;
	}
}

body.rtl .wpte-trip-category .wpte-trip-category-title a {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .wpte-booking-area .wpte-bf-discount-tag {
	margin: 0 25px 0 0;
}

body.rtl .wpte-booking-area .wpte-bf-gd-text {
	right: auto;
	left: 0;
	border-radius: 5px 0 0 0;
}

body.rtl .wpte-booking-area .wpte-bf-price .wpte-bf-price-from {
	margin-right: 0;
	margin-left: 5px;
}

body.rtl .wpte-booking-area .wpte-bf-price del {
	padding-right: 0;
	padding-left: 10px;
}

body.rtl .wpte-booking-area .wpte-custom-tooltip {
	margin-left: 0;
	margin-right: 5px;
}

body.rtl .wpte-booking-area .wpte-bf-content ol li, body.rtl .wpte-booking-area .wpte-bf-content ul li {
	padding-left: 0 !important;
	padding-right: 22px;
}

body.rtl .wpte-booking-area .wpte-bf-content ol li::before, body.rtl .wpte-booking-area .wpte-bf-content ul li::before {
	left: auto;
	right: 0px;
}

body.rtl .expand-all-button label {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl.single-trip .entry-header {
	padding-right: 0;
	padding-left: 100px;
}

body.rtl.single-trip .entry-header .wte-title-duration {
	left: 0;
	right: auto;
}

body.rtl .trip-facts-value li svg {
	margin-right: 0;
	margin-left: 6px;
}

body.rtl .wte-trip-facts .trip-facts-taxonomy .value a {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights {
	padding-right: 0;
	margin-right: 0;
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights li {
	padding-left: 0;
	padding-right: 34px;
}

body.rtl.wptravelengine_css_v2 .wpte-trip-highlights li::before {
	left: auto;
	right: 5px;
}

body.rtl.wptravelengine_css_v2 .itinerary .title {
	margin-right: 0 !important;
	margin-left: 6px !important;
}

body.rtl.wptravelengine_css_v2 .itinerary-row {
	margin: 0 45px 24px 0;
}

body.rtl.wptravelengine_css_v2 .itinerary-row::before, body.rtl.wptravelengine_css_v2 .itinerary-row .title::before {
	left: auto;
	right: -30px;
}

body.rtl.wptravelengine_css_v2 .itinerary-row .title::before {
	transform: translate(50%, -50%);
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle {
	padding: 0 0 0 32px !important;
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle .rotator {
	right: auto;
	left: 0;
}

body.rtl.wptravelengine_css_v2 .itinerary-row .accordion-tabs-toggle .itinerary-title span {
	padding-right: 0;
	padding-left: 15px;
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table {
	text-align: unset;
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table td, body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table th {
	text-align: unset;
}

body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table tr .svg-inline--fa, body.rtl.wptravelengine_css_v2 #nestable1 .dd-list table tr .fa {
	margin-right: 0;
	margin-left: 5px;
}

@media (max-width: 767px) {
	body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
		padding: 24px 16px 24px 32px;
	}
	
	body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab .tab-icon {
		margin-right: 0;
		margin-left: 8px;
	}
	
	body.rtl.wptravelengine_css_v2 .nav-tab-wrapper .tab-anchor-wrapper .nav-tab::after {
		right: auto !important;
		left: 10px;
	}
}

body.rtl .itinerary-detail-additional-info>div[class*=itinerary-] {
	padding: 0;
}

body.rtl .itinerary-detail-additional-info>div[class*=itinerary-] svg {
	margin-right: 0;
	margin-left: 7px;
}

body.rtl .itinerary-detail-additional-info>.itinerary-sleep-mode .label span {
	margin-left: 0;
	margin-right: 4px;
}

body.rtl .itinerary-detail-additional-info>.itinerary-sleep-mode .label span svg {
	margin: 0;
}

body.rtl .itenary-detail-gallery a {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .content-additional-sleep-mode .advanced-sleep-mode-content {
	padding: 20px 60px 20px 5px;
}

body.rtl #include-result li, body.rtl #exclude-result li {
	padding-left: 0;
	padding-right: 32px;
}

body.rtl #include-result li::before, body.rtl #exclude-result li::before {
	left: auto;
	right: 0;
}

body.rtl .faq-row .accordion-tabs-toggle {
	padding-right: 0;
	padding-left: 24px;
}

body.rtl .faq-row .accordion-tabs-toggle .rotator {
	left: 0;
	right: auto;
}

body.rtl .post-data .review-wrap {
	text-align: unset;
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap {
	padding-right: 0;
	padding-left: 50px;
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
	margin-right: 0;
	margin-left: 12px;
}

body.rtl .post-data .review-wrap .overall-rating-wrap .rating-bar-outer-wrap .rating-bar-inner::after {
	right: auto;
	left: 0;
}

body.rtl .post-data .review-wrap ol.comment-list .comment-title {
	padding: 0 0 0 150px;
}

body.rtl .post-data .review-wrap ol.comment-list .comment-author {
	float: right;
	margin: 0 0 0 16px;
}

body.rtl .post-data .review-wrap ol.comment-list li .trip-comment-content .comment-rating .comment-meta {
	right: auto;
	left: 0;
}

@media (min-width: 768px) {
	body.rtl .post-data .review-wrap .overall-rating-wrap {
		padding-left: 75px;
		padding-right: 40px;
		border-left: none;
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
	
	body.rtl .post-data .review-wrap .average-rating {
		padding: 0 75px 0 48px;
	}
}

body.rtl #respond .comment-form-wte-trip-review-rating>label {
	margin: 0 0 0 24px;
}

body.rtl .widget_wte_featured_trips_widget .category-trip-detail-wrap {
	padding-left: 0;
	padding-right: 18px;
}

body.rtl .widget_wte_featured_trips_widget .category-trip-desti .category-trip-loc {
	margin-right: 0;
	margin-left: 15px;
}

@media (min-width: 768px) {
	body.rtl .wte_enquiry_contact_form .row-repeater.contact, body.rtl .wte_enquiry_contact_form .row-repeater.children {
		padding-left: 0;
		padding-right: 16px;
	}
	
	body.rtl .wte_enquiry_contact_form .row-repeater.country-holder, body.rtl .wte_enquiry_contact_form .row-repeater.adult {
		padding-right: 0;
		padding-left: 16px;
	}
}

body.rtl .wpte-bf-outer select {
	background-position: 15px 50%;
}

body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
	margin-left: 0;
	margin-right: 80px;
	padding-right: 40px;
	padding-left: 20px;
}

body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
	right: auto;
	left: calc(100% + 20px);
}

@media (max-width: 1024px) {
	body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		margin-right: 30px;
		padding-left: 5px;
		top: 50%;
		padding-right: 0;
		align-items: center;
	}
	
	body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::after {
		transform: translateY(-50%);
		left: calc(100% + 7px);
	}
	
	body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step .wpte-bf-step-inner {
		transform: unset;
	}
}

@media (min-width: 1025px)and (max-width: 1399px) {
	body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step {
		padding-left: 5px;
	}
}

@media (min-width: 1025px) {
	body.rtl .wpte-bf-checkout .wpte-bf-booking-steps .wpte-bf-step-wrap .wpte-bf-step::before {
		left: auto;
		right: 0;
	}
}

body.rtl .wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label {
	padding-left: 0;
	padding-right: 30px;
}

body.rtl .wpte-bf-checkout .wpte-bf-radio .wpte-bf-radio-wrap label::before {
	left: auto;
	right: 0;
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap table tr:not(.wte-booked-package-name) td:last-child {
	text-align: left;
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap .wte-booked-package-name .label {
	float: none;
}

body.rtl .wpte-bf-checkout .wpte-bf-summary-wrap .wte-booked-package-name .value {
	float: left;
}

@media (min-width: 1025px) {
	body.rtl.wptravelengine_css_v2 .wpte-bf-checkout .wpte-bf-step-content-wrap .wpte-bf-checkout-form {
		padding-right: 0;
		padding-left: 30px;
	}
}

body.rtl .wte-coupon-whole-wrap {
	padding: 30px 30px 30px 100px;
}

body.rtl .wte-coupon-whole-wrap .coupon-close-button {
	right: auto;
	left: 14px;
}

body.rtl .wte-coupon-whole-wrap .coupon-close-button::after {
	right: auto;
	left: 0;
}

body.rtl .wte-coupon-whole-wrap .coupon .input-text {
	border-radius: 0 5px 5px 0;
}

body.rtl .wte-coupon-whole-wrap .coupon .wp-travel-engine-coupons-apply-btn {
	border-radius: 5px 0 0 5px;
}

body.rtl .category-list .category-trips-single-inner-wrap .next-trip-info .fsd-title, body.rtl .category-main-wrap.category-grid .category-trips-single-inner-wrap .next-trip-info .fsd-title {
	text-align: right;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info {
	padding-right: 0;
	padding-left: 50px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .left {
	padding-right: 0;
	padding-left: 10px;
}

body.rtl .category-trips-single .category-trips-single-inner-wrap .next-trip-info .next-departure-list li .right {
	padding-left: 0;
	padding-right: 10px;
}

@media (min-width: 1200px) {
	body.rtl .wte-process-layout {
		direction: rtl;
	}
	
	body.rtl .wte-process-layout .wte-popup-sidebar {
		border-left: none;
		border-right: 1px solid rgba(0, 0, 0, .05);
	}
	
	body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary {
		padding-right: 0;
		padding-left: 10px;
		margin-left: auto;
		margin-right: 0;
	}
}

body.rtl .wte-process-layout .wte-process-nav .wte-process-nav-list .wte-process-nav-item .arrow {
	transform: translateY(-50%) rotate(180deg);
}

body.rtl .wte-process-layout .wte-process-nav .wte-process-nav-list::before {
	left: auto;
	right: 0;
}

body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-trip-info .wte-booking-details ul li label {
	padding-left: 16px;
	padding-right: 0;
}

body.rtl .wte-process-layout .wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .total-amount {
	text-align: left;
}

body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
	justify-content: center;
}

body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg {
	margin-right: 8px;
	margin-left: 0;
	transform: rotate(180deg);
}

@media (min-width: 768px) {
	body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev {
		left: auto;
		right: 0;
	}
	
	body.rtl .wte-process-layout .wte-process-tab-controller .wte-process-btn-prev svg {
		margin-right: 0;
		margin-left: 8px;
	}
}

body.rtl .fancybox-container.wte-fb-popup [class*=fancybox-close] {
	right: auto;
	left: 13px;
}

body.rtl .fancybox-content {
	text-align: right;
}

@media (min-width: 768px) {
	body.rtl .wte-trip-options .wte-trip-guest-wrapper .select-wrapper .amount-per-person {
		margin-right: 0;
		margin-left: 10px;
	}
}

body.rtl #wte-cc-currency-list-container {
	right: auto;
	left: 0;
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display {
	padding-right: 15px;
	padding-left: 35px;
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display::after {
	right: auto;
	left: 16px;
}

body.rtl #wte-cc-currency-list-container .wte-cc-currency-list-display .list {
	right: auto;
	left: 0;
}

body.rtl .wpte-gallery-wrapper {
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

body.rtl .wpte-gallery-wrapper .single-trip-main-carousel {
	margin-right: 1px;
}

body.rtl .wp-travel-engine-relation-details select, body.rtl .wp-travel-engine-personal-details select {
	background-position: 10px center;
}

html {
	overflow-x: hidden;
}
