#gcrdealers-latest-arrivals {
	width: 100%;
	height: 280px;
	border: none;
}

@media only screen and (max-width: 600px) {
	#gcrdealers-latest-arrivals {
		height: 320px;
	}
}

.dealer-carousel-container {
	max-width: 1500px !important;
	width: 100%;
	margin: 0px auto;
}

.dealer-carousel {
	width: 90%;
	margin: 0 auto;
	display: flow-root;
}

.dealer-carousel .slick-slide {
	margin: 6px;
	flex-direction: column;
	display: flex;
	height: 350px;
	background-color: white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media only screen and (max-width: 600px) {
	.dealer-carousel {
		width: 80%;
	}

}

.dealer-carousel .dealer-carousel-item-title {
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}

.dealer-carousel .listing-view-details {
	font-size: 18px;
	text-align: center;
	padding: 10px 10px;
	margin-top: 5px;
	font-weight: 900;
}

.dealer-carousel .listing-price-coming {
	font-size: 12px;
	text-align: center;
}

.dealer-carousel .listing-price {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
}

.dealer-carousel .dealer-carousel-item-title {
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dealer-carousel .listing-view-details {
	margin-top: 5px;
	font-weight: 900;
}

.dealer-carousel .listing-price-coming {
	font-size: 14px;
	text-align: center;
	background-color: #646464 !important;
	color: white !important;
	border-radius: 3px;
	padding: 5px !important;
}


.dealer-carousel .listing-price {
	color: #000000;
	padding: 0 15px;
	width: 100%;
	font-weight: bolder;
	background-color: transparent;
	flex-grow: 1;
}

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

.dealer-carousel .slick-prev:before, .dealer-carousel .slick-next:before {
	font-size: 36px;
}

.dealer-carousel .listing-finance-incentive {
	display: none;
}

.dealer-carousel .listing-on-sale {
	position: absolute;
	width: 60px !important;
	height: 60px;
	margin-top: 6px;
	margin-left: 6px;
}

.dealer-carousel-item-img {
	background-repeat: no-repeat;
	height: 300px;
	background-size: cover;
	background-position: center;
	margin-top: 10px;
}
