.facetwp-facet {
	margin: 0 !important;
}

.facetwp-input-wrap {
	width: 100%;
}

.facetwp-facet .facetwp-input-wrap input {
	padding: 20px 32px 20px 64px;
	border-radius: 32px;
	background-color: var(--background);
	width: 100%;
	border: none;
	font-size: 20px;
	line-height: 1;
	color: #8d8d8d;
}

.facetwp-facet .facetwp-icon {
	width: 24px;
	height: 24px;
	background-image: url(https://test.forexchange.it/wp-content/themes/forexchange/icons/gen/search.svg) !important;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	opacity: 1;
	background-repeat: no-repeat;
}

.facetwp-icon:before {
	display: none !important;
}

.facetwp-facet .facetwp-input-wrap:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url() no-repeat;
	background-position: center;
	background-size: 16px;
	position: absolute;
	top: 50%;
	left: 32px;
	transform: translateY(-50%);
	background-image: url(https://test.forexchange.it/wp-content/themes/forexchange/icons/gen/location-arrow.svg);
	background-repeat: no-repeat;
}

.dest-container {
	max-height: 580px;
	overflow-Y: scroll;
	padding: 0 64px 0 32px;
}

.dest-container .dest-wrap {
	padding-top: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--borderGrey);
}

.dest-container .dest-wrap:first-child {
	padding-top: 0;
}

.dest-container .dest-wrap p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	color: var(--titleBlu);
	padding-left: 46px;
	position: relative;
}

.dest-container .dest-wrap p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 24px;
	background-size: 20px;
	background-image: url(https://test.forexchange.it/wp-content/themes/forexchange/icons/gen/red-pin.svg);
	background-repeat: no-repeat;
}

.dest-container::-webkit-scrollbar {
	width: 8px;
}

.dest-container::-webkit-scrollbar-track {
	background: var(--background);
	border-radius: 4px !important;	
}

.dest-container::-webkit-scrollbar-thumb,
.dest-container::-webkit-scrollbar-thumb:hover {
	background: var(--borderGrey);
	border-radius: 4px !important;
}

/* Container gen */
.dest-exp-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

/* Col */
.dest-exp-container .col {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

/* Item */
.dest-exp-container .dest-exp-wrap {
	position: relative;
	padding: 12px;
}

.dest-exp-container .dest-exp-wrap p {
	position: absolute;
	bottom: 36px;
	left: 36px;
	z-index: 3;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	color: var(--white);
	padding-left: 36px
}

.dest-exp-wrap p:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 24px;
	background-size: 20px;
	background-image: url(https://test.forexchange.it/wp-content/themes/forexchange/icons/gen/white-pin.svg);
	background-repeat: no-repeat;	
}

.dest-exp-container .dest-exp-wrap img {
	position: relative;
	z-index: 2
}

.dest-exp-container .dest-exp-wrap:after {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(50% - 12px);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	z-index: 2;
}

/* First col */
.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(1) {
	width: 100%;
	min-height: 580px;
}

.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(1) img {
	min-height: 580px;
	object-fit: cover;
}

.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(2) {
	width: 50%;
	min-height: 308px;
}

.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(2) img {
	min-height: 308px;
	object-fit: cover;
}

.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(3) {
	width: 50%;
	min-height: 308px;
}

.dest-exp-container .col:nth-child(1) .dest-exp-wrap:nth-child(3) img {
	min-height: 308px;
	object-fit: cover;
}

/* Second col */
.dest-exp-container .col:nth-child(2) .dest-exp-wrap:nth-child(1) {
	width: 100%;
	min-height: 443px;
}

.dest-exp-container .col:nth-child(2) .dest-exp-wrap:nth-child(1) img {
	min-height: 443px;
	object-fit: cover;
}

.dest-exp-container .col:nth-child(2) .dest-exp-wrap:nth-child(2) {
	width: 100%;
	min-height: 443px;
}

.dest-exp-container .col:nth-child(2) .dest-exp-wrap:nth-child(2) img {
	min-height: 443px;
	object-fit: cover;
}