body .collectors-editions-wrapper #pay_window {
	margin-top: 12px;
}

/* payment notice */

.pay-window-wrapper .notice {
	max-width: 900px;
	display: flex;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 16px 0px 16px 34px;
	color: #28292a;
	font: 11px/14px Verdana, Tahoma;
	overflow: hidden;
	cursor: default;
}

.pay-window-wrapper .notice::before {
	content: 'i';
	width: 26px;
	height: 26px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 18px;
	color: #5181b8;
	font: bold italic 18px Times;
	background: #fff;
	border-radius: 100%;
}