#st-theme-category-load-more-button {
	text-align: center;
	cursor: pointer;
	display: block;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	line-height: 60px;
}
#st-theme-category-load-more-button i {
	font-size: 24px;
	line-height: 60px;
}
#st-theme-category-load-more-button .loading {
	display: none;
}
#st-theme-category-load-more-button.loading .loading {
	display: inline-block;
}
#st-theme-category-load-more-button.loading .load {
	display: none;
}
#st-theme-category-load-more-button.disabled {
	display: none;
}