/* Payment system pay block */
#pay-form-dopay
{
    display: inline-block;
    font-size: 140%;
    color: green;
}
#pay-form-button {}
.ps-redirect-notice
{
	margin-top: 10px;
	color: #666;
	display: flex;
	align-items: center;
}
.ps-redirect-notice-left
{
	max-width: 425px;
	order: 1;
}
.ps-redirect-notice-logo
{
	order: 2;
	margin-left: 20px;
}
.order-splash-body
{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 0;
	width: auto;
	max-width: none;
	min-width: 0;
	text-align: center;
}
.order-splash-body 	.ps-redirect-notice
{
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
}
.order-splash-body .ps-redirect-notice-logo
{
	order: 0;
	margin: 10px 0 15px 0;
}

@media screen and (max-width: 414px)
{
	.adaptive #shop-order-pay-form-row a.big, .adaptive #shop-order-pay-form-row button.big
	{
		text-transform: none;
		font-size: 100%;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.ps-redirect-notice
	{
		flex-flow: column nowrap;
		align-items: center;
		text-align: center;
	}
	.ps-redirect-notice-logo
	{
		order: 0;
		margin: 0 0 10px 0;
	}
}

/* Payment Systems */
#payment-systems {}
#payment-systems .name
{
	font-size: 130%;
	font-weight: 700;
	color: var(--PaymentSystemsPageNameColor, inherit);
}
#payment-systems a > .name { color: inherit; }
#payment-systems .self-name { vertical-align: text-bottom; }
.payment-system-list-image
{
	display: inline-block;
	margin-left: 20px;
	vertical-align: text-bottom;
}