/**
 * Custom CSS Files
 **/

/* ==== Page Car ==== */
.page-cars .main,
.page-template-template-listing .main {
	padding-top: 35px;
}


/* ===== Banner ===== */
.banner_wrapper .banner {
	border: 0 !important;
}

.banner_wrapper .banner img {
	width: 100%; 
	height: auto;
}

/* ===== Carousel ===== */
@media screen and (max-width: 479px) {
	.carousel-inner  {
		height: 200px;
	}

}

@media screen and (min-width: 480px) {
	.page-cars .main,
	.page-template-template-listing .main {
		padding-top: 60px;
	}

	.carousel-inner {
		height: 400px;
	}

	.carousel-inner > .item > .img-responsive {
		width: 100%;
		max-width: 100%;
		height: auto;
		background-size: cover;
	}

	.product-list .item img {
		height: 100%;
	}

	.omo-services .item {
		max-width: 104px !important;
		margin-right: 10px;
	}
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	background-repeat: none;
}

/* ===== Product List ===== */
.product-list .item .pr-image {
	// height: 120px;
	overflow: hidden;
}

/* ===== Price Bottom ==== */
.price-bar-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#linkedin_oauth_btn {
	text-align: center;
}