#payment .wc_payment_method.payment_method_swish_pay_gateway p.form-row-wide + p.form-row-wide {
	margin-top: 15px;
}

.mf-swish-pay {
	text-align: center;
}
.mf-swish-pay--processing {
	margin-top: 100px;
}
.moreflo-swish-status {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px;
	width: 100%;
	padding: 0;
}
.moreflo-swish-status-info {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
}
.mf-swish-pay__thank-you {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 1.4;
	margin: 10px;
	width: 100%;
	padding: 0;
}
.mf-swish-pay__image,
.mf-swish-pay__thank-you-image {
	max-height: 100px;
	margin: auto;
}
.mf-swish-pay__open-app {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #000;
	border: none;
	color: #fff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.mf-swish-pay__cancel {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	display: inline-block;
	font-size: 16px;
}


.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #86aaf2;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
	transform: scale(0);
	}
	100% {
	transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
	transform: scale(1);
	}
	100% {
	transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
	transform: translate(0, 0);
	}
	100% {
	transform: translate(24px, 0);
	}
}
.moreflo-swish-error {
	display: none;
}

.moreflo-swish-error__message {
	color: #ff0000;
}
