.store-wrap {
	width: 25%;
	min-width: 220px;
	position: relative;
	cursor: default;
	float: left;
}

.store-wrap .store-box {
	position: relative;
	cursor: default;
	margin: 0 4px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.store-wrap .store-box .image-box {
	height: 180px;
	padding: 25px;
	position: relative;
	text-align: center;
	background: #f1f1f1;
	width: 180px;
	border-radius: 100%;
	margin: 0 auto;
}

.store-wrap .store-box .image-box a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.store-wrap .store-box .image-box span.seller-logo {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0s linear 0.25s;
	-webkit-transition: all 0s linear 0.25s;
	-moz-transition: all 0s linear 0.25s;
	-ms-transition: all 0s linear 0.25s;
}

.store-wrap .store-box .image-box span.product-count {
	position: absolute;
	top: 0;
	right: 8px;
	background: #1878bb;
	border-radius: 100%;
	color: #fff;
	width: 48px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
}

.store-wrap .store-box .store-info-box {
	padding: 0 2px;
	text-align: center;
	margin-top: 15px;
}
.store-wrap .store-box .store-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.store-wrap .store-box .store-title a,
.store-wrap .store-box .store-title a:hover {
	color: #222;
	text-decoration: none;
}
@media (max-width: 991px) {
	.store-wrap .store-box {
		width: 33.3%;
	}
}
@media (max-width: 767px){
	.store-wrap .store-box {
		width: 50%;
		float: left;
	}
}
@media (max-width: 580px){
	.store-wrap .store-box {
		width: 100%;
	}
}
