<div class="mcc_payment_timer">
	<div class="timer">
		<p>Awaiting payment<br>
		<span class="timer_check_text">(checked every 15 secs)</span></p>
		<span class="hours_minutes">--:--</span>
	</div>
	<div class="paid mcc_hidden">
		<svg width="90px" height="90px" viewBox="0 0 133 133" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
			<g id="check-group" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
				<circle id="filled-circle" fill="#78B348" cx="66.5" cy="66.5" r="54.5"></circle>
				<circle id="white-circle" fill="#FFFFFF" cx="66.5" cy="66.5" r="55.5"></circle>
				<circle id="outline" stroke="#78B348" stroke-width="4" cx="66.5" cy="66.5" r="54.5"></circle>
				<polyline id="check" stroke="#FFFFFF" stroke-width="4" points="41 70 56 85 92 49"></polyline>
			</g>
		</svg>
		<p>Payment complete!</p>
	</div>
</div>
