.banner-container {
	background-color: white;
	max-height: 220px;
	overflow: hidden;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.banner {
	width: 100%;
	height: auto;
	position: relative;
}

.store-baner-top {
	margin-top: 5px;
	margin-bottom: -5px;
}

.store-baner-bottom {
	margin-bottom: 18px;
}

.store-name {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #707070;
	margin-left: 10px;
}

.store-category {
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #707070;
	margin-left: 10px;
	margin-right: 0px;
	vertical-align: middle;
}

.store-rating-star {
	font-size: 10px;
	color: black;
}

.store-rating-text {
	font-size: 15px;
	color: #707070;
}