.loadMoreBtn {
	color: inherit;
}

.lds-ellipsis {
	display: none;
	position: relative;
	width: 80px;
	height: 12px;
}

.lds-ellipsis div {
	position: absolute;
	top: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:first-child {
	left: 8px;
	animation: lds-ellipsis1 .6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 .6s infinite;
}

.ald-ajax-btn {
	min-width: 160px;
}

.ald-ajax-btn.loading .ald-btn-label {
	display: none;
}

.ald-ajax-btn.loading .lds-ellipsis {
	display: inline-block;
}

.ald_laser_loader.show {
	visibility: visible;
}