#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: 1240px !important;
	width: 100%;
	margin: 0px auto;
}

.dealer-carousel-container .dealer-carousel-title {
	padding-left: 35px;
	font-weight: 900;
}

.dealer-carousel-container .dealer-carousel-subtitle {
	font-size: 12px;
	padding-left: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
	.dealer-carousel-container .dealer-carousel-title {
		padding-left: 0;
		text-align: center;
	}

	.dealer-carousel-container .dealer-carousel-subtitle {
		display: block;
		padding-left: 0;
		text-align: center;
	}
}

.dealer-carousel {
	width: 90%;
	margin: 0px auto;
}

.dealer-carousel .slick-slide {
	margin: 6px;
	flex-direction: column;
	display: flex;
	height: 220px;
}

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

	.dealer-carousel .slick-slide {
		height: 260px;
	}
}

.dealer-carousel .dealer-carousel-item-title {
    font-family: montserrat, arial;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	color: black;
}

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

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

.dealer-carousel .listing-price {
    font-family: montserrat, arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.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-family: montserrat, arial;
	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;
}

.dealer-carousel .slick-prev:before, .dealer-carousel .slick-next:before {
	font-size: 20px;
	color: #e42021 !important;
}

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

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

.dealer-carousel-item-img {
	background-repeat: no-repeat;
	height: 150px;
	background-size: contain;
	background-position: center;
}
