/* Product Notices */
.tmpcoder-checkout-notice .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error,
.tmpcoder-checkout-notice .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	/*flex-direction: row-reverse;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-checkout-notice .woocommerce-error:before,
.woocommerce-notices-wrapper .woocommerce-error:before,
.tmpcoder-checkout-notice .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-message:before {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tmpcoder-checkout-notice .woocommerce-error:after,
.woocommerce-notices-wrapper .woocommerce-error:after,
.tmpcoder-checkout-notice .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-message:after {
	display: none;
}

.tmpcoder-checkout-notice .woocommerce-error p,
.woocommerce-notices-wrapper .woocommerce-error p,
.tmpcoder-checkout-notice .woocommerce-message p,
.woocommerce-notices-wrapper .woocommerce-message p {
	margin-bottom: 0 !important;
}

.tmpcoder-checkout-notice a {
	white-space: nowrap;
}

@media screen and (min-width: 481px) {

	.tmpcoder-checkout-notice .woocommerce-message:before,
	.woocommerce-notices-wrapper .woocommerce-message:before {
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 480px) {

	.tmpcoder-checkout-notice .woocommerce-message,
	.woocommerce-notices-wrapper .woocommerce-message {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tmpcoder-checkout-notice .woocommerce-message p,
	.woocommerce-notices-wrapper .woocommerce-message p {
		margin-bottom: 0.9em !important;
	}
}