.unitslider-wrapper {
	position: relative;
	padding: 0 30px;
}
.swiperlisting {
    background: var(--box-background);
	border-radius: var(--border-radius);
	overflow: hidden;
	box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 20%);
    margin-top: 10px;
    margin-bottom: 10px;
}
#slider.flexslider img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.flexslider {
	background: transparent !important;
	border: none !important;
}
.flexslider img {
	height: 300px;
}

.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: -30px;
}
.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: 20px;
	background: var(--beon-white-color);
}

.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{
	color: var(--link-color);
	font-size: var(--font-size-medium);
}
h4 a, h4 a {
	color: var(--text-color);
}
.info-wrapper p {
	margin-top: 10px;
    font-size: var(--font-size-medium);
}

.properties-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.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 {
	margin: 0;
	font-weight: 500;
	font-size: var(--font-size-small);
	display: flex;
    align-items: center;
}


.beon-unit-slider ~ .swiper-button-next, .beon-unit-slider ~ .swiper-button-prev {
	right: -30px;
    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;
}

.price-container a span{
	font-weight: 700;
}

@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: 1024px) {
	.beon-unit-slider ~ .swiper-button-next, .beon-unit-slider ~ .swiper-button-prev {
		display: none;
	}
	.unitslider-wrapper{
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.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: -20px;
	}
	div.swiper-button-prev {
		left: -20px;
	}

	.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;
	}


}