.show-more-loading {
	text-align: center;
	z-index: 100;
	width:115px;
	padding: 0 20px 20px 20px;
	color: #222;
	display:block;
	margin:0  auto;
	font-size:14px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.show-more-loading img { margin-bottom: 3px; }

show-more .show-more-results{
	display: block;
}
.pagination {
	display: none;
}

.show-more button span.show-more-title {
	text-decoration: none;
	font-size: 18px;
	color: rgb(174, 141, 67);
	display: block;
}
.show-more button{
	margin:10px 0 25px;
	text-align:center;
	width: 100%;
	cursor: pointer;
	display: block!important;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: none;
	border-color: internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	background: white;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);;
	color: #444;
	text-decoration: none;
	padding: 5px;
}
.show-more button:hover {
	background:#e5e3df;
	color:#222;
	/*box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);*/
}

