:root {
	--litepicker-button-apply-color-bg: var(--ca-orange);
	--litepicker-day-color-hover: var(--ca-orange);
	--litepicker-is-start-color-bg: var(--ca-orange-hover);
	--litepicker-is-end-color-bg: var(--ca-orange-hover);
	--litepicker-is-in-range-color: var(--ca-orange);
	--litepicker-day-color-hover: var(--ca-orange-hover);
}

#custom-search-form {
	position: relative;
	font: 14px/24px "Montserrat", sans-serif;
}

#custom-search-form.loading #search-form-container>div,
#custom-search-form.loading #search-form-date-from,
#custom-search-form.loading .search-items-responsive,
#custom-search-form.loading button {
	opacity: 0.5;
	pointer-events: none;
}

#custom-search-form button {
	font: normal normal bold 14px/20px Gotham;
	border: 0;
	border-radius: 8px;
	background: var(--ca-orange);
	color: var(--white);
	font-weight: 600 !important;
	margin: 10px 10px 10px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
}

#custom-search-form button:hover {
	background: var(--ca-orange-hover);
}

#custom-search-form button a {
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#custom-search-form button span {
	display: block;
	margin-right: 5px;
	font-size: 14px;
}

#search-form-container {
	border-radius: 21px;
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 2fr 2fr 1.5fr;
	grid-column-gap: 10px;
	padding-left: 10px;
}

#search-form-container .search-items-responsive {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	transition: opacity .2s;
}

#search-form-container .search-form-meta {
	position: relative;
	margin: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}

#search-form-container .search-form-controls {}

#search-form-container .search-form-controls label,
#search-form-container .search-form-controls span {
	cursor: pointer;
	transition: color .2s;
}

#search-form-container .search-form-controls label:hover,
#search-form-container .search-form-controls span:hover {
	color: var(--ca-orange);
}

#search-form-container.simple .search-form-controls span.simple,
#search-form-container.advanced .search-form-controls span.advanced {
	display: none;
}

#search-form-container .search-form-controls label.checked {
	color: var(--ca-orange);
}

#search-form-container .search-form-controls label.checked:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f058";
	font-weight: 900;
}

#search-form-container .search-form-controls label input {
	display: none;
}

.search-form-autocomplete-container {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1 0 auto;
}

.search-form-autocomplete-selected {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 10px;
}

.search-form-autocomplete-selected label {
	display: block;
	cursor: pointer;
	background: #e4e4e4;
	border-radius: 6px;
	font-size: 13px;
	padding: 0 5px;
	margin: 0 5px 5px 0;
}

.search-form-autocomplete-selected label span span {
	display: none;
}

.search-form-autocomplete-selected label i.close {
	display: none;
}

.search-form-autocomplete-selected label:hover {
	background: #f00;
	color: #fff;
}

.search-form-autocomplete-selected label:hover i.icon {
	display: none;
}

.search-form-autocomplete-selected label:hover i.close {
	display: inline-block;
}

.search-form-autocomplete-selected input {
	display: none;
}

.search-form-autocomplete {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	margin: 10px 0;
	background: #fff;
	border-radius: 8px;
	transition: all .2s;
}

#search-form-container.open .search-form-autocomplete {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.search-form-autocomplete-input {
	display: flex;
	align-items: center;
	width: 100%;
}

.search-icon {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px 0 0;
	color: var(--ca-orange);
}

#cruiseappy-autocomplete {
	border: 0;
	background: #fff;
	width: 100%;
	font: 14px/24px "Montserrat", sans-serif;
}

#cruiseappy-autocomplete:focus {
	outline: none;
}

.search-form-autocomplete-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
}

.search-form-autocomplete-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	box-shadow: 0px 5px 6px #00000029;
}

.search-form-autocomplete-options li {
	padding: 5px 10px;
	cursor: pointer;
}

.search-form-autocomplete-options li.selected,
.search-form-autocomplete-options li:hover {
	background: #e4e4e4;
}

.search-form-autocomplete-selected label.item_cruiseline,
.search-form-autocomplete-options li[data-type="cruiseline"] span {
	background-color: #0E3246;
	color: #fff;
}

.search-form-autocomplete-selected label.item_destination,
.search-form-autocomplete-options li[data-type="destination"] span {
	background-color: #008b44;
	color: #fff;
}

.search-form-autocomplete-selected label.item_ship,
.search-form-autocomplete-options li[data-type="ship"] span {
	background-color: rgb(163, 3, 51);
	color: #fff;
}

.search-form-autocomplete-selected label.item_cruise_type,
.search-form-autocomplete-options li[data-type="cruise_type"] span {
	background-color: #6b94dd;
	color: #fff;
}

.search-form-autocomplete-selected label.item_cruise_code,
.search-form-autocomplete-options li[data-type="cruise_code"] span {
	background-color: #f90;
	color: #fff;
}

.search-form-autocomplete-selected label.item_cruise_reference,
.search-form-autocomplete-options li[data-type="cruise_reference"] span {
	background-color: #f90;
	color: #fff;
}

.search-form-autocomplete-selected label.item_departport,
.search-form-autocomplete-options li[data-type="departport"] span {
	background-color: #77262d;
	color: #fff;
}

.search-form-autocomplete-selected label.item_visitport,
.search-form-autocomplete-options li[data-type="visitport"] span {
	background-color: #3c0067;
	color: #fff;
}

.search-form-autocomplete-selected label.item_searchmanager,
.search-form-autocomplete-options li[data-type="searchmanager"] span {
	background-color: #008b44;
	color: #fff;
}

.search-form-autocomplete-options li span {
	padding: 2px 5px;
	text-transform: capitalize;
	border-right: 4px;
}

.search-form-autocomplete-options li span i {
	margin-right: 0px;
}

.search-form-item {
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
	margin: 13px 0;
	min-height: 40px;
	position: relative;
	transition: all .2s;
}

.search-form-item.last {
	border: 0;
}

.search-form-item i {
	color: var(--ca-orange);
	margin-right: 5px;
	font-size: 16px;
}

#custom-search-form button i {
	font-size: 16px;
}

/* .search-form-item.open.has-dropdown { border-bottom-left-radius:0;border-bottom-right-radius:0; } */

.search-form-item div {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search-form-item div p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-family: Gotham;
}

.search-form-item div span {
	font-size: 80%;
	line-height: 14px;
	font-style: italic;
	color: #999;
}

.search-form-dropdown {
	transform: scale(0.8);
	transform-origin: top center;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 10px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	transition: all .2s;
}

.search-form-item.open .search-form-dropdown {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.search-form-dropdown .dropdown-item {
	display: block;
	padding: 5px 15px;
	background: #e4e4e4;
	border-radius: 12px;
	cursor: pointer;
	margin: 0 0 5px;
}

.search-form-dropdown .dropdown-item:last-child {
	margin-bottom: 0;
}

.search-form-dropdown .dropdown-item.checked,
.search-form-dropdown .dropdown-item:not(.disabled):hover {
	background: var(--ca-orange);
	color: #fff;
}

.search-form-dropdown .dropdown-item.disabled {
	display: none;
	opacity: 0.5;
}

.search-form-dropdown input {
	display: none;
}

#search-form-duration .search-form-dropdown,
#search-form-cruise-type .search-form-dropdown {
	width: 100%;
}


/*####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######



 #######  ########  ######## ####  #######  ##    ##  ######
##     ## ##     ##    ##     ##  ##     ## ###   ## ##    ##
##     ## ##     ##    ##     ##  ##     ## ####  ## ##
##     ## ########     ##     ##  ##     ## ## ## ##  ######
##     ## ##           ##     ##  ##     ## ##  ####       ##
##     ## ##           ##     ##  ##     ## ##   ### ##    ##
 #######  ##           ##    ####  #######  ##    ##  ######



####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######*/



#search-form-options {
	position: absolute;
	z-index: 99;
	width: 100%;
}

#search-form-options .searching {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	color: var(--main_blue);
	font-weight: 700;
	transition: all .2s;
	border-radius: 5px;
}

#search-form-options .searching i {
	font-size: 60px;
}

#search-form-options .searching p {
	margin: 10px 0 0;
}

#search-form-close {
	display: none;
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 25px;
	color: var(--main_blue);
	background: #fff;
	cursor: pointer;
}

#custom-search-form.loading #search-form-options.open .searching {
	opacity: 1;
	visibility: visible;
}

.search-options-item {
	display: none;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 17px 16px #0000004D;
}

.search-options-item.open {
	display: block;
}

.search-options-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-auto-rows: 1fr;
	margin-bottom: 10px;
}

.text-search-container>p {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.text-search-container .container-search {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	height: 40px;
	padding: 12px 16px;
	font: normal normal normal 14px/16px Raleway;
	letter-spacing: 0px;
	color: #757575;
}

.search-options-item label {
	font: normal normal bold 14px/24px Gotham;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--ca-blue-brand);
	padding: 15px;
	min-height: 60px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .4s;
}

.search-options-item label.waiting {
	opacity: 0.7;
	pointer-events: none;
}

.search-options-item label.more {
	display: none;
}

.search-options-container.more {
	max-height: 500px;
	overflow: auto;
}

.search-options-container.more label.more {
	display: flex;
}

.search-options-item label:hover,
.search-options-item label.checked {
	background: #022345;
	color: #fff;
}

.search-options-item.calendar label:hover,
.search-options-item.calendar label.checked {
	background: var(--ca-orange);
	color: #fff;
}

.search-options-item label i.custom {
	color: #ffa200;
	transition: color .2s;
}

.search-options-item label:hover i.custom,
.search-options-item label.checked i.custom {
	color: #fff;
}

.search-options-item label i.close {
	align-self: flex-start;
	opacity: 0;
	transition: opacity .2s;
}

.search-options-item label.checked i.close {
	opacity: 1;
}

.search-options-item label.disabled,
.search-options-item label.disabled:hover {
	background: #e4e4e4;
	color: #ccc;
	opacity: 0.5;
	cursor: default;
}

.search-options-item label.disabled.checked i {
	opacity: 0;
}

.search-options-item label input {
	display: none;
}

.search-options-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-auto-rows: 1fr;
	margin-bottom: 10px;
}

.search-options-container.calendar-view {
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-auto-rows: unset;
}

.search-options-container .year-group {}

.search-options-container .year-group p {
	font: normal normal bold 22px/28px Gotham;
	letter-spacing: 0px;
	color: #063767;
	text-align: center;
}

.search-options-container .month-group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-auto-rows: 1fr;
}

.search-options-container .month-group label {
	padding: 10px;
	min-height: unset;
}

/* SHOW MORE / LESS */
.search-options-more {
	width: 100%;
	text-align: center;
}

.search-options-more span {
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 700;
	border-radius: 5px;
}

.search-options-more span:hover {
	background: #e4e4e4;
}

.search-options-more span.show-less {
	display: none;
}

.search-form-close {
	position: relative;
	z-index: 10;
	display: none;
	background: #FDBB11;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	padding: 15px 0;
	cursor: pointer;
	font-weight: 700;
}

.search-form-close i {
	display: block !important;
	margin-right: 5px;
}

.search-options-item {
	display: none;
	padding: 24px;
}

.search-options-item.open {
	display: block;
}

/* SHOW MORE / LESS */
.search-options-more {
	width: 100%;
	text-align: center;
}

.search-options-more span {
	cursor: pointer;
	display: inline-block;
	padding: 10px 30px;
	font-weight: 700;
	border-radius: 12px;
}

.search-options-more span:hover {
	background: #e4e4e4;
}

.search-options-more span.show-less {
	display: none;
}

#search-form-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}



@media (max-width: 1120px) {

	#quick-search-section {
		margin-top: -85px;
	}

	#search-form-container,
	.search-options-container,
	.search-options-container.calendar-view {
		grid-template-columns: 1fr;
		/*grid-auto-rows:1fr;*/
	}

	#search-form-options {
		top: 0;
		z-index: 1001;
	}

	#search-form-options.open {}

	#search-form-options.open #search-form-close {
		display: flex;
	}

	#search-form-options.open button {
		display: block;
	}

	.search-form-item,
	.search-form-autocomplete {
		border-right: 0;
		padding: 10px 16px;
		margin: 0 0 10px;
	}

	.search-options-item {
		padding: 15px 15px 0;
	}

	.search-options-container {
		max-height: 350px;
		overflow: auto;
	}

	.search-options-item label {
		min-height: unset;
	}

	.search-options-item label.more {
		display: flex;
	}

	.search-options-more {
		display: none;
	}

	.start-search {
		position: relative;
	}

	#custom-search-form button {
		width: 100%;
		/* min-height: 58px; */
		padding: 10px 18px;
		margin: 0;
	}

	#custom-search-form button span {
		line-height: 24px;
	}

	#search-form-overlay.open {
		opacity: 1;
		visibility: visible;
	}

	#search-form-duration .search-form-dropdown,
	#search-form-cruise-type .search-form-dropdown {
		width: 100%;
		border-top-right-radius: 0;
	}

	#search-form-container {
		display: block;
		padding: 10px;
	}

	#search-form-container .search-form-item {
		background-color: #fff;
	}

	#search-form-container .search-form-meta {
		margin: 0;
		display: block;
		color: #000;
		padding: 0 0 10px;
		text-align: center;
	}

	#search-form-container .search-form-meta .child-ages {
		flex-wrap: wrap;
	}

	#search-form-container .search-form-meta .child-ages strong {
		display: block;
		width: 100%;
		color: #000;
	}

	#search-form-container .search-form-meta .child-ages .meta {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0 16px;
	}

	#search-form-container .search-form-meta .child-ages .nice-select {
		border-left: 0;
	}

}