.property-container {
	width: 80%;
	margin: auto;
	padding: 3rem;
	display: flex;
}
.side-bar {
	width: 20%;
}
.property-container input[type='checkbox'],
.property-container select,
.property-container button {
	cursor: pointer !important
}
.listing-wrapper {
	background: #fafafa;
	border-radius: 20px;
}

.filtering {
	width: 100%;
	padding: 1.5rem;
	background-color: #eee;
}
.property-wrap {
	width:80%;
}
.property-listing-card {
	box-shadow: 0px 10px 30px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.property-listing-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.property-listing-details {
	padding: 20px;
}
.property-listing-details div.d-flex {
	display: flex;
	flex-direction: row;
	gap: 32px;
}
.property-listing-details div.d-flex >div.d-flex-column {
	flex: 1;
}
.text-align-right {
	text-align: right;
}
h3.property-listing-title, h4.property-listing-price {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #020618;
	margin: 0px;
	cursor: pointer
}
p.property-reference {
	margin-top: 5px;
	margin-bottom: 0;
}
.price-listing-wrapper {
	position: absolute;
    bottom: 0;
    background: #00000096;
    width: 100%;
    left: 0;
    padding: 12px;
    text-align: right;
}
.price-listing-wrapper h4 {
	color: #fff;
	font-weight: 800 !important;
}
.listing-icon {
	width: 20px;
	height: 20px;
}
ul.listing-list-features {
	margin: 0;
	padding: 0px;
	align-items: center;
}
ul.listing-list-features li {
	list-style-type: none;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-right: 18px;
}
ul.listing-list-features li >span {
	font-size: 16px;
	font-weight: 700;
}
.property-listing-town p>small, .property-listing-title p>small {
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.property-wrap .total-properties {
	padding-left: 2rem;
}
.property-wrap .total-properties h2 {
	padding: 0px;
	margin: 0px;
	font-size: 25px;
}
.property-wrap .total-properties h2 span {
	font-weight: normal
}
.property-wrap .property-wishlist {
	font-weight: 700;
	font-size: 15px;
	float: right;
}
.property-wrap .property-wishlist select {
	margin-left: 15px;
	padding: 10px 5px;
	border: 1px solid #333 !important;
}
.property-wrap .property-listing {
	padding: 2rem 0 2rem 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%
}
div.paginations {
	display: grid;
  	place-items: center; 
}	
div.paginations button {
	margin-left: 2px;
	margin-right: 2px;
}
div.paginations button .active {
		
}
	
form select, form button, 
form input.reference,
.town-selectbox,
.property-type-selectbox {
	display: block;
	width: 100%;
	margin-bottom: 15px
}
	
.town-multiselect,
.town-selectbox,
.property-type-multiselect,
.property-type-selectbox { position: relative; }
	
.town-selectbox select,
.property-type-selectbox select { width: 100%; margin-bottom: 0px !important }
	
.town-overselect,
.property-type-overselect { 
	position: absolute;
	left: 0; 
	right: 0; 
	top: 0; 
	bottom: 0;
	cursor: pointer
}
	
div.property-type-checkboxes {
	width: 100%;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	top: 48px;
	overflow-y: auto;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	height: 290px;
}
	
div.town-checkboxes {
	width: 100%;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	top: 48px;
	border: 1px solid #ccc;
}
	
#TownCheckboxes {
	width: 100%;
	overflow-y: auto;
	font-size: 15px;
	padding: 50px 10px 5px 5px;
	height: 290px;
}
	
#TownCheckboxes label,
#PropertyTypeCheckboxes label {
	width: 100%;
	position: relative;
	display: flex;
	padding: 5px 0px 5px 5px;
	cursor: pointer;
	gap: 12px;
}

#TownCheckboxes label >input[type="checkbox"],
#PropertyTypeCheckboxes label >input[type="checkbox"] {
	width: auto;
}
	
#TownCheckboxes label:hover,
#PropertyTypeCheckboxes label:hover { 
	background-color: #ebebeb; 
	color: inherit;
}
	
input[type="checkbox"] {
	accent-color: #2f6ea6;
}
	
.search-town {
	position: absolute;
	top: 3px;
	right: 3px;
	left: 5px;
	width: 90%;
	z-index: 999;
}
.pagination a {
	text-decoration: none;
	font-family: 'Mulish',sans-serif;
}

/* MEDIA QUERIES */
@media (min-width: 375px) and (max-width: 667px) {
  .property-container {
	width: 100%;
	display: inline-block;
	padding: 3em 2em;
	gap: 32px;
  }
  .side-bar {
	width: 100%;
	margin-bottom: 24px;
  }
  .property-wrap {
	width: 100%;
	display: inline-block;
  }
  .property-wrap {
	padding: 0;
  }
  .property-wrap .property-wishlist {
	float: left;
	margin-bottom: 12px;
  }
  .property-wrap .property-listing {
	display: block;
	padding: 0;
	margin
  }
  .property-listing-card {
	margin-bottom: 24px;
  }
}
/* End of Mobile */

@media (max-width: 767px) {
	.property-container { display: block !important; }
	.property-container, .side-bar, .property-wrap{ width: 100% !important; }
	.side-bar { margin-bottom: 24px; }
	/*.property-wrap .property-listing, #formPropertyForFiltering { grid-template-columns: 1fr 1fr; }*/
	#formPropertyForFiltering { display: grid; gap: 20px; }	
}
@media (max-width: 1024px) {
	.property-container { display: block !important; }
	.property-container, .side-bar, .property-wrap{ width: 100% !important; }
	.side-bar { margin-bottom: 24px; }
	/*.property-wrap .property-listing, #formPropertyForFiltering { grid-template-columns: 1fr 1fr; }*/
	#formPropertyForFiltering { display: grid; gap: 20px; }
	.elementor-45 .elementor-element.elementor-element-e14df24 { display: none; }
}