.simplecheckout label[for=mono] {
	display: flex!important;
	align-items: center;
	justify-content: space-between; }

.simplecheckout .min-total-warning,
.simplecheckout.bad-total #simplecheckout_button_confirm,
.simplecheckout.bad-total #button-confirm {
	display: none; }
.simplecheckout.bad-total .min-total-warning {
	display: block;
	background: #FDA1A1;
	padding: 10px;
	margin: auto;
	text-align: center; }
