.unitcontent-wrapper {
	margin-bottom: 40px;
	width: calc(33% - 20px);
	border-radius: var(--border-radius);
	overflow: hidden;
	position: relative;
}

.unitcontent-alternatives-wrapper #slider .slides img {
	height: 320px;
}

#slider .slides img {
	min-height: 320px;
}

h3.title-container {
	margin: 0px;
	/* padding-right: 30px; */
}

.unitcontent-wrapper .image-wrapper {
	height: 260px;
}

.unitcontent-wrapper .image-wrapper img {
	width: 100%;
	object-fit: cover;
	height: 260px;
	object-position: center;
	transition: transform 0.3s ease-in-out;
}

.unitcontent-wrapper .image-wrapper img:hover {
	transform: scale(1.1);
}

.unitcontent-wrapper .info-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
	background: var(--beon-box-background);
	padding: 40px;
}

span.wrap-value {
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: var(--beon-medium);
	font-family: var(--beon-font-family);
}

.additional-results-wrapper {
	width: 80%;
	font-size: var(--font-size-small);
	padding-top: 20px;
}

.unitcontent-wrapper .info-body {
	position: relative;
}

.unitcontent-wrapper .info-body ul {
	display: flex;
	list-style-type: none;
	padding: 0px 40px;
	margin: 0;
	/* justify-content: space-between; */
}

.unitcontent-wrapper .unit-region {
	margin-bottom: 5px;
	font-weight: 400;
	margin-top: 10px;
	font-size: var(--font-size-medium);
}

.unitcontent-wrapper .info-body ul li {
	font-size: var(--beon-14px-font);
	flex: 1 1 auto;
	text-align: center;
	line-height: 20px;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.unitcontent-wrapper .info-body ul li+li {
	border-left: solid 1px var(--border-color);
}

.unitcontent-wrapper .details-wrapper {
	/* margin-bottom: 20px; */
	padding-top: 50px;
}

.unitcontent-wrapper .rating-wrapper {
	position: relative;
}

.unitcontent-wrapper .info-body ul li.border-props {
	border-right: 1px solid var(--border-color);
	height: 50px;
}

.intro-wrapper span {
	font-weight: 500;
}

.info-footer {
	justify-self: flex-end;
	margin-top: 35px;
}

h3.title-container a,
h3.title-container a:hover {
	color: var(--text-color);
	text-decoration: none;
	font-size: 28px;
	font-weight: var(--beon-medium);
	font-family: var(--beon-font-family);
}

.alternatives-wrapper {
	color: red;
}

.price-container {
	height: 60px;
	position: absolute;
	top: 0%;
	right: 0;
	transform: translate(0, -50%);
	background-color: var(--button-color);
	display: flex;
	justify-content: center;
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	align-items: center;
	width: 200px;
	transition: opacity 0.4s ease;
}

.sticky-box {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

a.price-button {
	position: relative;
}

a.price-button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: var(--beon-button-color);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
	color: var(--beon-button-text-color);
}

.unitcontent-wrapper .price-container a,
.unitcontent-wrapper .price-container a:hover {
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 8%;
	font-size: var(--font-size-medium);
}

.unitcontent-wrapper ul {
	padding: 0;
	margin: 0;
}

.unitcontent-wrapper .showprice span {
	font-weight: 500;
}

.book-button {
	padding-left: 50px;
	border-left: 1px solid #AF9556;
	height: 50px;
	display: flex;
	align-items: center;
}

.details-wrapper li img {
	width: 26px;
	height: 26px;
}

.info-wrapper .additional-results-wrapper a,
.info-wrapper .additional-results-wrapper a:hover {
	text-decoration: none;
	color: inherit;
}

.alternatives-container a,
.alternatives-container a:hover {
	color: inherit;
	text-decoration: none;
}

.info-footer .alternatives-container p {
	margin-bottom: 0;
}

.offer-highlight-wrapper {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background: var(--button-color);
}

.offer-highlight {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: white;
	font-size: 20px;
}

.rating-wrapper {
	display: flex;
	align-items: center;
}

.rating-heart {
	width: 40px;
	height: 40px;
}

.oprice {
	text-decoration: line-through;
	margin: 0 10px;
	font-weight: 500;
	opacity: 0.6;
}

.highlight-offerprice {
	color: var(--submit-button-color);
}

/*flexlider*/
#slider .slides img {
	object-fit: cover;
}

#slider {
	border: none;
	margin: 0;
}

#slider,
.flexslider .slides,
.flexslider .slides>li,
.flex-viewport {
	height: 100%;
}

#slider .slides img {
	object-fit: cover;
	max-width: 100%;
	max-height: 300px;
}

.unitcontent-alternatives-wrapper #slider .slides img {
	object-fit: cover;
	max-width: 100%;
}

.flex-next::before {
	content: url(/wp-content/plugins/beon-voffice/assets/images/circle-chevron-right-solid.svg) !important;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
}

.flex-prev::before {
	content: url(/wp-content/plugins/beon-voffice/assets/images/circle-chevron-right-solid.svg) !important;
	font-size: 0 !important;
	height: 30px;
	width: 30px;
	transform: scale(-1);
}

.flexslider .flex-direction-nav a {
	margin-top: -15px !important;
	height: 30px !important;
	width: 30px !important;
	top: 50%;
	bottom: 20px;
}

.flex-control-nav {
	display: none;
}

.flex-direction-nav {
	height: 0;
}

.flex-direction-nav .flex-next {
	right: 20px !important;
}

.flex-direction-nav .flex-prev {
	left: 20px !important;
}

/*Favourites*/
.unitcontent-wrapper .favorites-button .simplefavorite-button,
.unitcontent-wrapper .favorites-button .simplefavorite-button:hover {
	background-color: transparent;
	border: none;
	cursor: pointer;
	opacity: 1;
	box-shadow: none;
}

.favorites-button {
	position: absolute;
	right: 0;
	top: 50px;
	padding: 0;
}

.simplefavorite-button::before {
	content: "";
	background-image: url(/wp-content/plugins/beon-voffice/assets/images/heart-regular.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	top: 0;
	height: 20px;
	right: 20px;
}

.simplefavorite-button:focus {
	outline: none;
	border: none;
}

.simplefavorite-button.active {
	opacity: 1 !important;
}

.simplefavorite-button.active::before {
	content: "";
	background-image: url(/wp-content/plugins/beon-voffice/assets/images/heart-solid.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	top: 0;
	height: 20px;
	right: 20px;
}

.simplefavorite-button img {
	width: 55px;
	height: 55px;
}

.wrap-classification,
.beon_price,
.beon_short_description {
	text-align: center;
}

.beon_price {
	font-size: var(--beon-16px-font);
	line-height: 2.2;
	letter-spacing: 1.12px;
	text-align: center;
	color: #909090;
	font-family: var(--beon-font-family) !important;
	text-transform: uppercase;
	/* padding-bottom: 20px; */
}

.beon_short_description {
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 1.62;
	letter-spacing: -0.07px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height:100%;
}

.beon_moreinfo:hover {
	color: var(--beon-primary-color) !important;
}

.info-wrapper .beon_moreinfo {
	border: 1px solid var(--beon-primary-color);
	border-radius: 0;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	box-shadow: none;
	padding: 14px 30px;
	font-weight: 500;
	font-size: var(--beon-14px-font);
	font-family: var(--beon-font-family);
	z-index: 2;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--beon-primary-color);
}

.info-wrapper a.price-button:hover:before {
    height: 100%;
}

.info-wrapper a.price-button:hover .beon_moreinfo{
	color: var(--beon-button-text-color) !important
}

li.beon_beds {
	justify-content: end;
	padding-right: 15px;
}




@media only screen and (max-width: 1550px) and (min-width: 1025px) {

	.main-search .right-col {
		padding-left: 0%;
	}

	#slider .slides img {
		min-height: 250px;
	}

	.unitcontent-alternatives-wrapper #slider .slides img {
		height: 250px;
	}

	.unitcontent-wrapper .info-body ul {
		margin: 0;
	}

	.unitcontent-wrapper .info-wrapper {
		justify-content: space-between;
	}

	.classification img {
		width: 18px;
		padding-right: 5px;
	}

	#slider .slides img {
		max-height: -webkit-fill-available;
	}

	.details-wrapper li img {
		width: 15px;
	}
}

@media only screen and (max-width: 1250px) {
	.unitcontent-wrapper {
		height: auto;
		flex-direction: column;
		width: calc(50% - 20px);
	}

}


@media only screen and (max-width: 1024px) {
	.unitcontent-wrapper .info-body ul {
		flex-wrap: wrap;
	}

	.unitcontent-wrapper .info-body ul li+li {
		border: none;
	}

	#slider .slides img {
		min-height: 0;
	}

	.image-wrapper,
	.unitcontent-alternatives-wrapper #slider .slides img {
		height: 250px;
	}

	.details-wrapper ul {
		padding: 0;
		padding-bottom: 20px;
	}

	.unitcontent-wrapper .info-body ul li {
		font-size: 14px;
	}

	.property-wrapper h4,
	.search-count,
	.activeoptions-wrapper,
	.main-search .left-col h2 {
		border-bottom: 0;
	}

	.unitcontent-wrapper .info-wrapper h3 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.unitcontent-wrapper .info-wrapper {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {

	#slider .slides img {
		min-height: 0;
	}

	.unitcontent-wrapper {
		margin-bottom: 40px;
		min-height: 450px;
		width: 100%;
		overflow: hidden;
	}

	.beon_short_description {
		display: none;
	}

	.unitcontent-wrapper .info-body ul {
		gap: 10px;
	}

	.unitcontent-wrapper .info-body ul li {
		justify-content: center;
		width: 100%;
	}

	li.beon_beds {
		justify-content: center;
		padding-right: 0px;

	}

}