
.shop-content {
	background-color: #F9F9F9;
	padding: 10px;
	/* margin-top: 10px; */
	border-radius: 8px;
}

.shop-content .follow-btn,
.follow-box .follow-btn{
	background-color: #C39D59;
	color: #fff;
	font-size: 12px;
	width: 56px;
	line-height: 1;
	padding: 6px 0;
	white-space: nowrap;
	border-radius: 15px;
	text-align: center;
}

.shop-content .follow-btn.followed,
.follow-box .follow-btn.followed{
	background-color: #AAA;
}

.shop-content .store-label,
.follow-box .store-label{
	padding: 0 8px;
	height: 23px;
	line-height: 23px;
	border-radius: 15px;
	font-size: 12px;
	margin-right: 10px;
}
