.homepage-bestsellers h2{
	font-family: "Jost",sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.homepage-bestsellers .product .subcategory{
	text-transform: capitalize;
}

#bestsellers-slider .owl-nav button{
	height: 0;
	background: none;
	border: none;
	color: #fff;
	box-shadow: none;
}

@media (min-width: 768px) {
	.homepage-bestsellers h2{
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media (min-width: 992px) {
	.homepage-bestsellers h2{
		font-size: 36px;
	}
}