#loadMask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background: #d9d9d9;
	opacity: 0.5;
}
#loadMask i,#loadMask span {
	margin-top: 0;
	position: absolute;
	top: 30%;
	z-index: 2001;
	color: #000;
	font-weight: 700;
	overflow: hidden;
}
#loadMask span {
	top: calc(30% + 60px)
}

/* The Section Devider CSS */
.alternative-payment-separator {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 0.8571428571em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #737373;
	margin-bottom: 20px;
}
.alternative-payment-separator::after,
.alternative-payment-separator::before {
	content: '';
	display: inline-block;
	height: 1px;
	background-color: #e6e6e6;
	-webkit-box-flex: 1;
	flex-grow: 1;
}
.alternative-payment-separator-content {
	display: inline-block;
	padding: 0 1em;
}