@keyframes wpo-spinner {
	to {transform: rotate(360deg);}
}

.wpo-spinner {
	background-image: url('../images/spinner.gif') !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
}

.wpo-valid {
	border-color: #00a32a !important;
}

.wpo-invalid {
	border-color: #e65054 !important;
}

.wpo-readonly {
	pointer-events: none !important;
	background-color: #f0f0f1 !important;
	opacity: 0.6 !important;
}

#billing-postcode {
	text-transform: uppercase !important;
}

#shipping-postcode {
	text-transform: uppercase !important;
}

.wc-block-components-address-form__street {
	width: calc(100% - 12px) !important;
}

.wc-block-components-address-form__housenumber_suffix {
	width: calc(34% - 12px) !important;
}

.wc-block-components-address-form__housenumber {
	width: calc(33% - 12px) !important;
}

.wc-block-components-address-form__postcode {
	width: calc(33% - 12px) !important;
}

.wc-block-components-address-form__city {
	width: calc(100% - 12px) !important;
}

.wc-block-components-country-input {
	width: calc(100% - 12px) !important;
}

.wpo-wcnlpc-block-break {
	flex-basis: 100%;
	height: 0;
}