.page_banner {
	background-image: url('../images/cover.jpg');	
	background-size: cover;
}
/*.s_amazon {
	background-image: url('../images/shopping_amazon.jpg');	
	background-size: cover;
}
.s_flipkart {
	background-image: url('../images/shopping_flipkart.png');	
	background-size: cover;
}
.s_nike {
	background-image: url('../images/shopping_nike.jpg');	
	background-size: cover;
}
.s_apple {
	background-image: url('../images/shopping_apple.jpg');	
	background-size: cover;
}
.s_netflix {
	background-image: url('../images/shopping_netflix.png');	
	background-size: cover;
}
.s_wallmart {
	background-image: url('../images/shopping_wallmart.png');	
	background-size: cover;
}*/
.shopping_item {
	position: relative;
	width: 30%;
	margin: 1.5%;
	height: 120px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.shopping_item .store_item {
	display: flex;
	align-items: center;
	/*background: linear-gradient(to bottom, rgba(250,194,22,0) 0%,rgba(0,0,0,0.65) 100%);*/
	position: absolute;
	padding: 20px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	margin: 0;
	/*color: #fff;*/
}
.shopping_item .store_item img {
	margin-right: 15px;
}
.shopping_item .store_item span {
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}
.stores {
	flex-wrap: wrap;
}
.s_like,
.s_unlike {
	color: #b938c8;
	font-size: 22px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
}
.s_unlike {
	color: #ddd;
}

@media (max-width: 991px) {
	.shopping_item {
		width: 47%;
	}
}