#GCA-geolocation-carousel {
	width: 100%;
	height: 380px;
	border: transparent !important;
}

#gca_geolocation_carousel {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 50px 0 50px;
}

@media (max-width: 480px) {
	#gca_geolocation_carousel {
		width: 100%;
	}
}

#gca_geolocation_carousel #geolocation_results {
	display: flex;
}

#gca_geolocation_carousel #geolocation_results .carousel-item {
	border: 1px solid grey;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#gca_geolocation_carousel #geolocation_results .carousel-item-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 160px
}

#gca_geolocation_carousel #geolocation_results .carousel-item-title {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
	max-width: 300px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
		padding-left: 5px;
    padding-right: 5px;
}

#gca_geolocation_carousel #geolocation_results .listing-on-sale {
	height: 40px;
	margin-left: 6px;
	margin-top: 6px;
	position: absolute;
	width: 40px !important
}

#gca_geolocation_carousel #geolocation_results .listing-price {
	color: #EB3935;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	width: 100%
}

#gca_geolocation_carousel #geolocation_results .listing-distance {
	/*flex-grow: 1;*/
	font-size: 14px;
	text-align: center;
	width: 100%
}

#gca_geolocation_carousel #geolocation_results .listing-view-details {
	font-size: 12px;
	font-weight: 900;
	margin-top: 5px;
	padding: 10px;
	text-align: center
}

#gca_geolocation_carousel #geolocation_results .sale-price-badge-listing {
	position: absolute;
	top: 0;
	z-index: 1000;
}

#gca_geolocation_carousel .slick-prev:before,
#gca_geolocation_carousel .slick-next:before {
	font-size: 30px;
	color: #e42021;
}

#gca_geolocation_carousel .slick-prev {
	left: -35px;
}

@media (max-width: 480px) {
	#gca_geolocation_carousel .slick-prev {
		left: -30px;
	}

	#gca_geolocation_carousel .slick-next {
		right: -20px;
	}
}
