/**
 * Chauffeur booking luxury UI layer.
 *
 * @package Versatours
 * @author Yiannis Makrakis Digital Services
 */

:root {
	--vt-booking-ink: #074656;
	--vt-booking-muted: #98a2b3;
	--vt-booking-line: #8fb1b8;
	--vt-booking-accent: #ff700a;
	--vt-booking-blue: #2f80ff;
	--vt-booking-card: #f4f4f4;
	--vt-booking-radius: 24px;
	--vt-booking-shadow: 0 22px 50px rgba(7, 70, 86, .08);
}

body.theme-versatours .site-header {
	display: none;
}

body.theme-versatours .site-footer {
	border: 0;
	padding: 28px 0;
	text-align: center;
}

body.theme-versatours .entry-content--full {
	width: 100%;
}

body.theme-versatours .chbs-main,
body.theme-versatours .chbs-main * {
	box-sizing: border-box;
}

body.theme-versatours .chbs-main {
	width: min(100% - 32px, 900px) !important;
	margin: 0 auto !important;
	color: var(--vt-booking-ink);
	font-family: var(--vt-font-sans);
	font-size: 15px;
}

body.theme-versatours .chbs-main a {
	text-decoration: none;
}

body.theme-versatours .chbs-main .chbs-button,
body.theme-versatours .chbs-main a.chbs-button,
body.theme-versatours .chbs-main a.chbs-button-widget-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid var(--vt-booking-accent) !important;
	border-radius: 999px !important;
	background: var(--vt-booking-accent) !important;
	color: #fff !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	padding: 16px 32px !important;
	text-transform: none !important;
	box-shadow: 0 8px 0 rgba(199, 75, 0, .22);
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.theme-versatours .chbs-main .chbs-button:hover,
body.theme-versatours .chbs-main a.chbs-button:hover,
body.theme-versatours .chbs-main a.chbs-button-widget-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 0 rgba(199, 75, 0, .22);
}

body.theme-versatours .chbs-main .chbs-button-style-2,
body.theme-versatours .chbs-main .chbs-button-step-prev {
	background: #fff !important;
	color: var(--vt-booking-blue) !important;
	border-color: var(--vt-booking-blue) !important;
	box-shadow: none;
}

body.theme-versatours .chbs-main input[type="text"],
body.theme-versatours .chbs-main textarea,
body.theme-versatours .chbs-main .ui-selectmenu-button {
	width: 100% !important;
	min-height: 46px;
	border: 0 !important;
	border-bottom: 2px solid var(--vt-booking-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--vt-booking-ink) !important;
	font-size: 21px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	padding: 6px 42px 9px 0 !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main textarea {
	min-height: 84px;
	border: 2px solid var(--vt-booking-line) !important;
	border-radius: 8px !important;
	padding: 12px !important;
	resize: vertical;
}

body.theme-versatours .chbs-main label,
body.theme-versatours .chbs-main .chbs-form-label-group {
	display: block;
	margin: 0 0 6px !important;
	color: var(--vt-booking-ink) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

body.theme-versatours .chbs-main .chbs-form-field {
	position: relative;
	margin: 0 0 28px !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-main .chbs-form-field::after {
	position: absolute;
	right: 4px;
	bottom: 13px;
	color: var(--vt-booking-accent);
	font-size: 24px;
	line-height: 1;
	pointer-events: none;
}

body.theme-versatours .chbs-main .chbs-form-field-pickup-location::after {
	content: "↧";
}

body.theme-versatours .chbs-main .chbs-form-field-dropoff-location::after {
	content: "↥";
}

body.theme-versatours .chbs-main .chbs-form-field:has(input[name*="pickup_date"])::after,
body.theme-versatours .chbs-main .chbs-form-field:has(input[name*="return_date"])::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3V6M17 3V6M4.5 9H19.5M6 5H18C19.1046 5 20 5.89543 20 7V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V7C4 5.89543 4.89543 5 6 5Z' stroke='%23ff700a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.theme-versatours .chbs-main .chbs-form-field:has(input[name*="pickup_time"])::after,
body.theme-versatours .chbs-main .chbs-form-field:has(input[name*="return_time"])::after {
	content: "◷";
}

body.theme-versatours .chbs-main .chbs-form-field:has(select[name*="passenger_adult"])::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z' stroke='%23ff700a' stroke-width='1.8'/%3E%3Cpath d='M5 20C5.8 16.8 8.3 15 12 15C15.7 15 18.2 16.8 19 20' stroke='%23ff700a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Homepage starter form */
body.home.theme-versatours .site-main {
	padding: 44px 0;
}

body.home.theme-versatours .chbs-main.chbs-widget {
	width: min(100% - 32px, 920px) !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget::before {
	content: "Book* your transfer online:";
	display: block;
	margin: 0 0 44px;
	color: var(--vt-booking-accent);
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 900;
	line-height: 1.05;
	text-align: center;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-column-left {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 26px 32px;
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	float: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-column-left > .chbs-tab,
body.home.theme-versatours .chbs-main.chbs-widget .chbs-tab > .ui-tabs-panel {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-tab > .ui-tabs-nav {
	display: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-tab > .ui-tabs-panel {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: 26px 32px;
	padding: 0 !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-pickup-date-time {
	display: contents !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-100,
body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-50x50,
body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-33x33x33 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	float: none !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-location-autocomplete {
	grid-column: span 3;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-pickup-location {
	order: 3;
	grid-column: 1 / 4;
	grid-row: 2;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-dropoff-location {
	order: 4;
	grid-column: 4 / 7;
	grid-row: 2;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="pickup_date"]) {
	order: 1;
	grid-column: 1 / 4;
	grid-row: 1;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="pickup_time"]) {
	order: 2;
	grid-column: 4 / 7;
	grid-row: 1;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(select[name*="passenger_adult"]) {
	order: 5;
	grid-column: 1 / 4;
	grid-row: 3;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-transfer-type {
	order: 6;
	grid-column: 4 / 7;
	grid-row: 3;
}

body.home.theme-versatours .chbs-main.chbs-widget .vt-duplicate-field {
	display: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-transfer-type,
body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="return_date"]),
body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="return_time"]),
body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="suitcase"]) {
	display: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget input[type="text"],
body.home.theme-versatours .chbs-main.chbs-widget textarea,
body.home.theme-versatours .chbs-main.chbs-widget .ui-selectmenu-button {
	border: 0 !important;
	border-bottom: 2px solid var(--vt-booking-line) !important;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 0 !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-meta-icon,
body.home.theme-versatours .chbs-main.chbs-widget [class^="chbs-meta-icon-"],
body.home.theme-versatours .chbs-main.chbs-widget [class*=" chbs-meta-icon-"],
body.home.theme-versatours .chbs-main.chbs-widget [class^="chbs-icon-"],
body.home.theme-versatours .chbs-main.chbs-widget [class*=" chbs-icon-"],
body.home.theme-versatours .chbs-main.chbs-widget .chbs-tooltip,
body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-tooltip,
body.home.theme-versatours .chbs-main.chbs-widget .qtip {
	display: none !important;
}

body.home.theme-versatours .chbs-main.chbs-widget .chbs-button-widget-submit {
	width: 100%;
	margin-top: 8px;
	font-size: 26px !important;
	text-transform: uppercase !important;
}

/* Reservation shell */
body.page-id-31380.theme-versatours .site-main,
body.theme-versatours .chbs-main:not(.chbs-widget) {
	padding-top: 34px;
}

body.theme-versatours .chbs-main:not(.chbs-widget) {
	width: min(100% - 32px, 980px) !important;
}

body.theme-versatours .chbs-main-navigation-default {
	margin: 0 auto 44px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main-navigation-default > ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start !important;
	gap: 26px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	list-style: none !important;
}

body.theme-versatours .chbs-main-navigation-default li {
	position: relative;
	display: flex !important;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	width: 100% !important;
	min-height: 88px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #c6c6c6;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: center;
}

body.theme-versatours .chbs-main-navigation-default li > * {
	order: 1;
}

body.theme-versatours .chbs-main-navigation-default li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #d0d0d0;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}

body.theme-versatours .chbs-main-navigation-default li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 62px;
	left: calc(50% + 34px);
	width: calc(100% - 42px);
	height: 4px;
	border-radius: 999px;
	background: transparent;
}

body.theme-versatours .chbs-main-navigation-default li.chbs-state-selected,
body.theme-versatours .chbs-main-navigation-default li.chbs-state-completed {
	color: var(--vt-booking-ink);
}

body.theme-versatours .chbs-main-navigation-default li.chbs-state-selected::before,
body.theme-versatours .chbs-main-navigation-default li.chbs-state-completed::before {
	background: var(--vt-booking-accent);
}

body.theme-versatours .chbs-main-navigation-default li.chbs-state-completed::after,
body.theme-versatours .chbs-main-navigation-default li.chbs-state-selected::after {
	background: var(--vt-booking-accent);
}

body.theme-versatours .chbs-main-navigation-default li > a,
body.theme-versatours .chbs-main-navigation-default li > span {
	color: inherit !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	background-image: none !important;
	text-decoration: none !important;
}

body.theme-versatours .chbs-main-navigation-default li > a::before,
body.theme-versatours .chbs-main-navigation-default li > a::after,
body.theme-versatours .chbs-main-navigation-default li > span::before,
body.theme-versatours .chbs-main-navigation-default li > span::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main-content > div::before,
body.theme-versatours .chbs-main-content-step-1::before,
body.theme-versatours .chbs-main-content-step-2::before,
body.theme-versatours .chbs-main-content-step-3::before {
	display: block;
	margin: 0 0 30px;
	color: var(--vt-booking-accent);
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

body.theme-versatours .chbs-main-content-step-1::before {
	content: "Ride Details";
}

body.theme-versatours .chbs-main-content-step-2::before {
	content: "Choose A Vehicle";
}

body.theme-versatours .chbs-main-content-step-3::before {
	content: "Contact Details";
}

body.theme-versatours .chbs-main-content-step-1 .chbs-tab {
	box-shadow: none !important;
}

body.theme-versatours .chbs-main-content-step-1 .chbs-layout-33x33x33,
body.theme-versatours .chbs-main-content-step-1 .chbs-layout-50x50,
body.theme-versatours .chbs-main-content-step-1 .chbs-layout-100 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

body.theme-versatours .chbs-main-content-step-1 .chbs-form-field-location-autocomplete,
body.theme-versatours .chbs-main-content-step-1 .chbs-form-field-transfer-type,
body.theme-versatours .chbs-main-content-step-1 .chbs-form-field:has(select[name*="passenger_adult"]) {
	grid-column: span 1;
}

body.theme-versatours .chbs-main-content-step-1 .chbs-google-map {
	overflow: hidden;
	border-radius: 0;
	box-shadow: var(--vt-booking-shadow);
}

body.theme-versatours .chbs-main-content-step-2 .chbs-layout-25x75 {
	display: block !important;
	width: 100% !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-layout-25x75 > .chbs-layout-column-left,
body.theme-versatours .chbs-main-content-step-2 .chbs-layout-25x75 > .chbs-layout-column-right {
	width: 100% !important;
	max-width: none !important;
	float: none !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-layout-25x75 > .chbs-layout-column-left {
	margin: 0 0 30px !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-summary-price-element,
body.theme-versatours .chbs-main-content-step-2 .chbs-vehicle-filter {
	display: none !important;
}

body.theme-versatours .chbs-summary {
	margin: 0 0 22px !important;
	padding: 24px !important;
	border: 0 !important;
	border-radius: var(--vt-booking-radius) !important;
	background: var(--vt-booking-card) !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-summary {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 10px 22px;
	align-items: start;
	margin-bottom: 0 !important;
	padding: 18px 24px !important;
}

body.theme-versatours .chbs-summary h4,
body.theme-versatours .chbs-summary .chbs-summary-header {
	display: none !important;
}

body.theme-versatours .chbs-summary ul,
body.theme-versatours .chbs-summary-price-element ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.theme-versatours .chbs-summary li {
	display: grid !important;
	grid-template-columns: 150px 1fr;
	gap: 12px;
	margin: 0 0 8px !important;
	color: var(--vt-booking-ink);
	font-size: 13px;
	font-weight: 700;
}

body.theme-versatours .chbs-summary li > span:first-child {
	color: var(--vt-booking-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

body.theme-versatours .chbs-summary-field {
	margin: 0 !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-summary-field-name {
	display: none !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-summary-service-type,
body.theme-versatours .chbs-main-content-step-2 .chbs-summary-transfer-type,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-service-type,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-transfer-type {
	display: none !important;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-location,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-drop-off-location {
	position: relative;
	padding-left: 26px;
	color: var(--vt-booking-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-location {
	grid-column: 1 / 8;
	grid-row: 1;
	align-self: start;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-drop-off-location {
	grid-column: 8 / 13;
	grid-row: 1;
	align-self: start;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-location::before,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-drop-off-location::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--vt-booking-accent);
	font-size: 16px;
	line-height: 1;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-location::before {
	content: "↧";
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-drop-off-location::before {
	content: "↥";
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases {
	display: inline-flex !important;
	align-items: center;
	min-height: 24px;
	margin: 0 !important;
	color: var(--vt-booking-ink);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 2;
	align-items: flex-start;
	gap: 20px;
	min-width: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row .vt-summary-pickup-date-time,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row .vt-summary-passengers,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row .vt-summary-suitcases {
	flex: 0 0 auto;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time {
	grid-column: 1 / 5;
	grid-row: 2;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers {
	grid-column: 5 / 8;
	grid-row: 2;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases {
	grid-column: 8 / 11;
	grid-row: 2;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time::before,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers::before,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: currentColor;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	color: var(--vt-booking-accent);
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3v3M17 3v3M4.5 9h15M6 5h12a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3v3M17 3v3M4.5 9h15M6 5h12a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM5 20c.8-3.2 3.3-5 7-5s6.2 1.8 7 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM5 20c.8-3.2 3.3-5 7-5s6.2 1.8 7 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7V5.5A1.5 1.5 0 0 1 10.5 4h3A1.5 1.5 0 0 1 15 5.5V7M7 7h10a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 7V5.5A1.5 1.5 0 0 1 10.5 4h3A1.5 1.5 0 0 1 15 5.5V7M7 7h10a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-distance-time-text {
	grid-column: 1 / -1;
	grid-row: 3;
	color: var(--vt-booking-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

body.theme-versatours .chbs-main-content-step-2 .vt-summary-total-distance,
body.theme-versatours .chbs-main-content-step-2 .vt-summary-total-time {
	display: none !important;
}
body.theme-versatours .chbs-main-content-step-2 .chbs-summary .chbs-summary-field,
body.theme-versatours .chbs-main-content-step-2 .chbs-summary .chbs-layout-column-left,
body.theme-versatours .chbs-main-content-step-2 .chbs-summary .chbs-layout-column-right {
	border: 0 !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-main-content-step-2 .chbs-summary .chbs-summary-field-value,
body.theme-versatours .chbs-main-content-step-2 .chbs-summary .chbs-summary-field-value > *,
body.theme-versatours .chbs-main-content-step-2 .chbs-summary .vt-summary-meta-row {
	border: 0 !important;
	box-shadow: none !important;
}


body.theme-versatours .chbs-summary-price-element {
	margin: 0 0 22px !important;
	padding: 20px 24px !important;
	border: 0 !important;
	border-radius: var(--vt-booking-radius) !important;
	background: var(--vt-booking-card) !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-vehicle {
	display: grid !important;
	grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	width: 100% !important;
	margin: 0 0 28px !important;
	padding: clamp(24px, 4vw, 44px) !important;
	border: 0 !important;
	border-radius: var(--vt-booking-radius) !important;
	background: var(--vt-booking-card) !important;
	box-shadow: none !important;
}

body.theme-versatours .chbs-vehicle > .chbs-vehicle-image {
	grid-column: 1;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	float: none !important;
}

body.theme-versatours .chbs-vehicle > img,
body.theme-versatours .chbs-vehicle .chbs-vehicle-image img {
	width: 100% !important;
	aspect-ratio: 1.72 / 1;
	object-fit: cover;
	border-radius: 18px;
}

body.theme-versatours .chbs-vehicle-content {
	grid-column: 2;
	display: grid;
	gap: 12px;
	width: auto !important;
	min-width: 0;
	max-width: 100%;
	margin: 0 !important;
	float: none !important;
}

body.theme-versatours .chbs-vehicle-content-header {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-width: 0;
	max-width: 100%;
	margin: 0 !important;
	color: var(--vt-booking-ink);
	font-size: clamp(22px, 2.4vw, 30px) !important;
	font-weight: 900 !important;
	line-height: 1.15;
}

body.theme-versatours .chbs-vehicle-content-price {
	min-width: 0;
	max-width: 100%;
	color: var(--vt-booking-blue) !important;
	font-size: clamp(24px, 3vw, 34px) !important;
	font-weight: 900 !important;
}

body.theme-versatours .chbs-vehicle-content-description {
	min-width: 0;
	max-width: 100%;
	color: var(--vt-booking-ink);
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

body.theme-versatours .chbs-vehicle-content-meta-info {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 18px;
	justify-content: flex-start;
	max-width: 100%;
	margin-top: 6px;
	overflow: hidden;
}

body.theme-versatours .chbs-vehicle-content-meta-info [class^="chbs-meta-icon-"],
body.theme-versatours .chbs-vehicle-content-meta-info [class*=" chbs-meta-icon-"] {
	width: 24px !important;
	height: 24px !important;
	font-size: 24px !important;
	line-height: 24px !important;
}

body.theme-versatours .chbs-vehicle-content-meta-info [class^="chbs-meta-icon-"]::before,
body.theme-versatours .chbs-vehicle-content-meta-info [class*=" chbs-meta-icon-"]::before {
	font-size: 24px !important;
	line-height: 24px !important;
}

body.theme-versatours .chbs-circle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--vt-booking-ink) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
}

body.theme-versatours .chbs-show-more-button {
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
}

body.theme-versatours .chbs-show-more-button > a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px;
	min-height: 34px;
	padding: 6px 12px 6px 8px !important;
	border: 1px solid rgba(7, 70, 86, .16) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--vt-booking-ink) !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	box-shadow: 0 8px 20px rgba(7, 70, 86, .06) !important;
	text-transform: uppercase;
}

body.theme-versatours .chbs-show-more-button > a > span:not(.chbs-meta-icon-arrow-vertical-small) {
	margin: 0 !important;
	color: var(--vt-booking-ink) !important;
	line-height: 1 !important;
}

body.theme-versatours .chbs-show-more-button .chbs-meta-icon-arrow-vertical-small {
	flex: 0 0 24px;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	top: 0 !important;
	bottom: auto !important;
	margin: 0 !important;
	color: var(--vt-booking-accent) !important;
	font-size: 24px !important;
	line-height: 24px !important;
}

body.theme-versatours .chbs-show-more-button .chbs-meta-icon-arrow-vertical-small::before {
	font-size: 24px !important;
	line-height: 24px !important;
}

body.theme-versatours .chbs-vehicle .chbs-show-more-button > a.chbs-state-selected {
	border-color: rgba(255, 112, 10, .32) !important;
	background: rgba(255, 112, 10, .08) !important;
	color: var(--vt-booking-ink) !important;
	box-shadow: 0 8px 20px rgba(255, 112, 10, .10) !important;
}

body.theme-versatours .chbs-vehicle .chbs-button-style-2 {
	min-height: 38px;
	padding: 10px 24px !important;
	color: var(--vt-booking-accent) !important;
	border-color: rgba(255, 112, 10, .45) !important;
	font-size: 12px !important;
	box-shadow: none;
}

body.theme-versatours .chbs-vehicle.vt-is-selected .chbs-button-style-2,
body.theme-versatours .chbs-vehicle .chbs-state-selected {
	background: var(--vt-booking-accent) !important;
	color: #fff !important;
	border-color: var(--vt-booking-accent) !important;
}

body.theme-versatours .chbs-booking-extra {
	margin-top: 38px !important;
}

body.theme-versatours .chbs-booking-extra-header {
	color: var(--vt-booking-accent) !important;
	font-size: 32px !important;
	font-weight: 900 !important;
	text-align: center;
}

body.theme-versatours .chbs-booking-extra-header .chbs-meta-icon-cart,
body.theme-versatours .chbs-booking-extra-header::after {
	display: none !important;
	content: none !important;
}

body.theme-versatours .chbs-booking-extra-list > ul {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.theme-versatours .chbs-booking-extra-list > ul > li {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
	margin: 0 !important;
	padding: 28px !important;
	border-radius: 18px;
	background: var(--vt-booking-card);
}
body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-1,
body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-2 {
	grid-column: 1 / -1;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	float: none !important;
}

body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-1 {
	display: grid !important;
	grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

body.theme-versatours .chbs-main .chbs-booking-extra-list > ul > li > div.chbs-column-1 > div.chbs-column-1-left + div.chbs-column-1-right {
	margin-left: 20px;
}

body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-2 {
	justify-self: start;
}


body.theme-versatours .chbs-booking-form-extra-name {
	color: var(--vt-booking-ink);
	font-size: 18px;
	font-weight: 900;
}

body.theme-versatours .chbs-booking-form-extra-description,
body.theme-versatours .chbs-booking-form-extra-price {
	display: block;
	color: var(--vt-booking-muted);
	font-size: 12px;
	font-weight: 700;
}

body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child,
body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100% !important;
	max-width: none !important;
	margin: 42px 0 0 !important;
}

body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child::before,
body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child::after,
body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child::before,
body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child::after {
	content: none !important;
	display: none !important;
}

body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child .chbs-button-step-prev,
body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child .chbs-button-step-prev {
	margin-right: auto !important;
}

body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child .chbs-button-step-next,
body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child .chbs-button-step-next {
	margin-left: auto !important;
}

body.theme-versatours .chbs-main-content-step-3 .chbs-layout-50x50 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

body.theme-versatours .chbs-main-content-step-3 .chbs-form-field-width-100,
body.theme-versatours .chbs-main-content-step-3 .chbs-form-field:has(textarea) {
	grid-column: 1 / -1;
}

body.theme-versatours .chbs-main-content-step-3 .chbs-payment-form::before {
	content: "Choose payment method";
	display: block;
	margin: 40px 0 24px;
	color: var(--vt-booking-accent);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

body.theme-versatours .chbs-payment {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.theme-versatours .chbs-payment > li {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
}

body.theme-versatours .chbs-payment > li > a {
	display: grid !important;
	place-items: center;
	min-height: 150px;
	border: 2px solid var(--vt-booking-ink) !important;
	border-radius: 8px;
	background-color: #fff !important;
	color: #333 !important;
	font-size: 0;
}

body.theme-versatours .chbs-payment > li > a::after {
	content: attr(data-vt-label);
	color: #2b2b2b;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}

body.theme-versatours .chbs-payment > li > a.chbs-state-selected::before {
	content: "✓";
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--vt-booking-accent);
	color: #fff;
	font-size: 18px;
	transform: translateX(-50%);
}

body.theme-versatours .payments-header,
body.theme-versatours .chbs-payment-form .payments-header {
	margin: 28px 0 12px !important;
	color: var(--vt-booking-ink) !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	text-align: center;
	text-transform: uppercase;
}

body.theme-versatours .vt-payment-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 22px auto 0;
}

body.theme-versatours .vt-payment-logos span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #f3f5f7;
	color: #2f4b58;
	font-size: 12px;
	font-weight: 900;
}

@media (max-width: 760px) {
	body.theme-versatours .chbs-vehicle > .chbs-vehicle-image,
	body.theme-versatours .chbs-vehicle-content {
		grid-column: 1;
	}

	body.theme-versatours .chbs-main {
		width: min(100% - 24px, 520px) !important;
	}

	body.home.theme-versatours .chbs-main.chbs-widget .chbs-layout-column-left,
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-tab > .ui-tabs-panel,
	body.theme-versatours .chbs-main-content-step-1 .chbs-layout-33x33x33,
	body.theme-versatours .chbs-main-content-step-1 .chbs-layout-50x50,
	body.theme-versatours .chbs-main-content-step-1 .chbs-layout-100,
	body.theme-versatours .chbs-main-content-step-3 .chbs-layout-50x50,
	body.theme-versatours .chbs-payment,
	body.theme-versatours .chbs-booking-extra-list > ul,
	body.theme-versatours .chbs-vehicle {
		grid-template-columns: 1fr !important;
	}

	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field,
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-location-autocomplete,
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-pickup-location,
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field-dropoff-location,
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="pickup_date"]),
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(input[name*="pickup_time"]),
	body.home.theme-versatours .chbs-main.chbs-widget .chbs-form-field:has(select[name*="passenger_adult"]) {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	body.theme-versatours .chbs-main-navigation-default > ul {
		gap: 12px;
	}

	body.theme-versatours .chbs-main-navigation-default li {
		font-size: 11px !important;
	}

	body.theme-versatours .chbs-main-navigation-default li::before {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	body.theme-versatours .chbs-main-navigation-default li:not(:last-child)::after {
		top: 44px;
		left: calc(50% + 34px);
		width: calc(100% - 38px);
	}

	body.theme-versatours .chbs-main-content-step-2 .chbs-summary {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 20px !important;
	}

	body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-location,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-drop-off-location,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-distance-time-text {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	body.theme-versatours .chbs-main-content-step-2 .vt-summary-pickup-date-time,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-passengers,
	body.theme-versatours .chbs-main-content-step-2 .vt-summary-suitcases {
		display: flex !important;
		margin: 0 !important;
		white-space: normal;
	}

	body.theme-versatours .chbs-main-content-step-2 .vt-summary-meta-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
	body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-1 {
		grid-template-columns: 1fr;
	}

	body.theme-versatours .chbs-booking-extra-list > ul > li > .chbs-column-2 {
		justify-self: stretch;
	}

	body.theme-versatours .chbs-vehicle,
	body.theme-versatours .chbs-booking-extra-list > ul > li {
		padding: 22px !important;
	}

	body.theme-versatours .chbs-main-content-step-2 > .chbs-clear-fix:last-child,
	body.theme-versatours .chbs-main-content-step-3 > .chbs-clear-fix:last-child {
		align-items: stretch;
		flex-direction: column;
	}

	body.theme-versatours .chbs-main .chbs-button {
		width: 100%;
	}
}




