#powerBoardCheckout_wrapper,
#classic-powerBoardCheckout_wrapper,
#wc-classic-power-board-checkout {
	min-height: 92px;
	scrollbar-width: thin;
	position: relative;
}

#loading {
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

#loading p {
	margin: 0;
}

#loading.hide {
	display: none;
}

#classic-powerBoardCheckout_wrapper {
	position: relative;
	z-index: 1;
}

#wc-classic-power-board-checkout {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.woocommerce-page .logo-comm-bank img {
	height: 50px;
}

.power-board-payment-method-label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: content-box;
	width: 100%;
}

.power-board-payment-method-label-logo {
	margin: 0;
	height: 36px !important;
	max-height: 36px !important;
}

.wc-orders-list-table .status-power-board-p-paid .order_total > span {
	display: none;
}

#classic-power_board {
	min-height: 260px;
	scrollbar-width: thin;
	position: relative;
}

#classic-power_board iframe {
	border: 0;
	width: 100%;
	height: 280px;
}

#required-fields-validation-error,
#intent-creation-error,
#invalid-fields-error {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#required-fields-validation-error.hide,
#intent-creation-error.hide,
#invalid-fields-error.hide {
	display: none;
}

#required-fields-validation-error .power-board-validation-error,
#intent-creation-error .power-board-validation-error,
#invalid-fields-error .power-board-validation-error {
	color: red;
	text-align: center;
	margin: 0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text.power-board-invalid-phone,
.woocommerce form .form-row.woocommerce-validated input.input-text.power-board-invalid-postcode,
.woocommerce form .form-row.woocommerce-invalid-email input.input-text#billing_email {
	border-color: #cc1818;
}

.power-board-account-error-message {
	color: #cc1818;
	font-size: 0.75em;
	max-width: 100%;
	min-height: 1em;
	margin: 8px 0 0;
	white-space: normal;
}

.payment_box p {
	width: 100%;
}

.master-widget-wrapper {
	position: relative;
}

.wc-block-components-notice-banner.hide,
.wc-block-components-checkout-place-order-button.hide,
#place_order.hide {
	display: none;
}

.zipmoney-overlay {
	position: fixed !important;
	inset: 0;
}

.classic-checkout-validation-error {
	color: #cc1818;
}

@media screen and (max-width: 450px) {
	#powerBoardCheckout_wrapper,
	#powerBoardCheckout_wrapper #list,
	#powerBoardCheckout_wrapper #list iframe,
	#classic-powerBoardCheckout_wrapper,
	#classic-powerBoardCheckout_wrapper #list,
	#classic-powerBoardCheckout_wrapper #list iframe,
	#standaloneWidget,
	#standaloneWidget iframe {
		min-width: auto !important;
	}

	#standaloneWidget button {
		width: 100% !important;
	}
}
