.dx-load-more-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px auto 34px;
}

.dx-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 9px;
	background: #005596;
	color: #fff !important;
	border: 0;
	border-bottom: 3px solid #d71920;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(16, 42, 67, .08);
	transition: background .16s ease, transform .16s ease, opacity .16s ease;
}

.dx-load-more-btn:hover {
	background: #003b71;
	transform: translateY(-1px);
}

.dx-load-more-btn:disabled {
	opacity: .65;
	cursor: default;
	transform: none;
}
