.unitslider-wrapper {
	position: relative;
	padding: 0 20px;
}
.swiperlisting {
    background: var(--box-background);
	border-radius: var(--border-radius);
	overflow: hidden;
}
#slider.flexslider img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
	transition: transform 0.3s ease-in-out;
}
#slider.flexslider img:hover{
	transform: scale(1.1);
}
.flexslider {
	background: transparent !important;
	border: none !important;
}
.flexslider img {
	height: 260px;
}

.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);
}
.properties-wrapper img {
    width: 20px;
	padding-right: 4px;
}
div.swiper-button-next {
    right: -50px;
}
div.swiper-button-prev {
	left: -20px;
}
.flex-control-nav {
	display: none;
}

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

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

.flexslider {
	margin: 0 !important;
}


.info-wrapper {
	position: relative;
	padding: 40px;
	background: var(--beon-box-background);
}
.info-wrapper h4, .price-container{
	text-align: center;
	margin: 0px;
}
.info-wrapper h4 a{
	color: var(--text-color);
	text-decoration: none;
    font-size: 28px;
    font-weight: var(--beon-medium);
    font-family: var(--beon-font-family);
}


.beon_short_description {
	text-align: center;
	padding-top: 20px;
	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%;
	margin-bottom: 20px;
}

.info-wrapper a.price-button {
    position: relative;
}

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

.info-wrapper .beon_moreinfo {
    margin-top: 35px;
    border: 1px solid var(--beon-text-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%;
}
.info-wrapper a.price-button:hover:before {
    height: 100%;
}

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

/* .price-container {
    height: 60px;
    position: absolute;
    top: 0%;
    right: 0;
    transform: translate(0, -50%);
    background-color: var(--button-color);
	color: var(--link-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;
} */
.price-container a, .price-container a:hover{
	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;
}
h4 a, h4 a {
	color: var(--text-color);
}
.info-wrapper p.info-regioname {
	padding-top: 20px;
    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%;
}

.properties-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	flex-wrap:wrap;
	gap: 10px 30px;
}
.properties-wrapper p img{
	width: 26px;
    height: 26px;
}
.properties-wrapper p span{
	margin-left: 10px;
    text-transform: uppercase;
    font-weight: var(--beon-medium);
    font-family: var(--beon-font-family);
}

.beon-unit-slider ul.flex-direction-nav, .beon-unit-slider ul.slides {
    height: 0;
    padding: 0;
}

/* .properties-wrapper div {
	text-align: center;
	border-right: 1px solid var(--border-color);
	width: inherit;
	padding: 10px 5px;
    display: flex;
    justify-content: center;
	flex-grow: 1;
} */

.properties-wrapper .extrawidth {
	min-width: 161px;
}

.properties-wrapper div:last-child {
	border: none;
}

.properties-wrapper div p {
	font-size: var(--beon-14px-font);
    flex: 1 1 auto;
    text-align: center;
    line-height: 20px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}


.beon-unit-slider ~ .swiper-button-next, .beon-unit-slider ~ .swiper-button-prev {
	right: -20px;
    background-color: var(--button-color);
    border-radius: 50%;
    padding: 15px;
    width: 20px;
    background-image: none;
    color: white;
    height: 20px;
	z-index: 1;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	font-size: 12px !important;
	font-weight: bold;
}



@media only screen and (max-width: 1300px) {
	.properties-wrapper {
		width: 100%;
	}

	.properties-wrapper .extrawidth {
		min-width: 40%;
	}

	.properties-wrapper div p {
		font-size: 12px !important;
	}
	.properties-wrapper div {
		padding: 10px 2px;
	}
}


@media only screen and (max-width: 767px) {
	.beon_short_description{
		display: none;
	}
	.properties-wrapper {
		width: 100%;
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin-top: 20px;
	}

	.properties-wrapper div {
		width: auto;
	}

	.flexslider h3 {
		top: auto;
		bottom: -90px;
		transform: translate(-50%, 0%);
		color: inherit;
		width: 90%;
		height: 60px;
		background: transparent;
	}

	.flexslider:hover h3 {
		opacity: 1;
	}

	.description-wrapper {
		padding-top: 30px;
	}

	.mobile-only {
		display: flex;
		justify-content: space-between;
	}

	.mobile-only .favorites-button {
		width: 30%;
	}
	.beon-unit-slider ~ .swiper-button-next, .beon-unit-slider ~ .swiper-button-prev {
		right: -15px;
	}
	div.swiper-button-prev {
		left: -15px;
	}

	.mobile-only .price-button {
		width: 70%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--gold);
	}

	.mobile-only .price-button a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 1.2px;
	}


}