/**/
.iwp__property {padding:0; padding-right: 46px; position: relative;}
.iwp__property-listing__header {margin-top:0;}
.iwp__item {border-radius: 20px; grid-gap: 24px;}

#iwp_advancedsearch_form {}
.iwp__searchbar-aside form .iwp__searchbar-aside__more {width: auto; margin:0; text-align: left;}
.iwp__searchbar-aside__more {position: absolute; top:20px; right:0; margin:0;}
.iwp__searchbar-aside__more .more_criteria {font-size: 0; width: 36px; height: 36px; display: block; position: relative;}
.iwp__searchbar-aside__more:after{content: '\ea6b'; font-family: elementskit !important; font-size: 16px; border-radius:50px; border:1px solid #000;  padding:6px 5px; color:#000; position: absolute; top:0; left:0; pointer-events: none; height:100%; width:100%; text-align: center;}


/**/
#map {min-height:calc(100vh - 150px); height:100%; border-radius: 20px;}

.marker {
	transform: translate(-50%, calc(-100% - 10px)); white-space: nowrap; font-size:15px; padding:5px; font-weight: bold; text-align: center; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3); border-radius: 20px;
}

.marker:after {
	content: ''; position: absolute; top:100%; left:50%; width:0; height: 0; margin-left: -8px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff;
}

.marker.is-active {background-color:#5069ff; z-index:300; color:#fff;}
.marker.is-active:after {border-top-color: #5069ff;}
.marker.html-active {z-index:299; padding:0; border-radius: 20px; /*overflow: hidden;*/ width:100%;}
.marker .close {position: absolute; top:10px; right:10px; z-index: 2; width:32px; height:32px; background:#fff; border-radius: 50px; display: flex; justify-content: center; align-items: center;}

.marker {max-width: 250px;}
.iwp__item > a {height:100%; display:block;}
.marker .iwp__item-header {}
.marker .iwp__item-overview svg {width:20px;}
.marker .iwp__item-content h3, .marker .iwp__item-content .price {font-size: 12px; white-space: wrap;}
.marker .iwp__item-content .description{display: none;}
.marker img {display:block;}
.marker .iwp__item-overview {background-color: var(--immowp-color2); color:var(--immowp-color1); padding:5px;}
.marker .iwp__item-overview > div {display: flex; justify-content: center; align-items: center; gap: 5px;}
.marker .iwp__item-text {padding:10px; color:var(--immowp-color1);}
.marker .iwp__item-text h3 {margin:0}
.marker .iwp__item-image {width:100%; height:140px; border-top-left-radius: 20px; border-top-right-radius: 20px; overflow: hidden;}
.marker .iwp__item-image img { width: 100%; height: 100%; object-fit: cover}

@media screen and (max-width: 500px) {
	.iwp__property {padding-right: 0;}
	.iwp__searchbar-aside__more, .hidelabeltop .iwp__searchbar-aside__more {top:auto!important; bottom:12px;}
	.iwp__searchbar-aside form .iwp__searchbar-aside__group.aside-group-btn {padding-right:46px;}
	.iwp__property-listing__header {flex-direction: row; align-items: start!important;}
	.iwp__property-listing__header .boxselect {max-width: 160px;}
}