
.woocommerce-notices-wrapper .woocommerce-message {
	border-top-color: #50dcaa;
	background: #d2d2d2;
	font-family: "Playfair Display", serif;
	color: #262262;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	color: #50dcaa;
}

.woocommerce-notices-wrapper .button.wc-forward {
	display: none;
}

.woocommerce-notices-wrapper .woocommerce-error {
	border-top-color: #00aeef;
	background-color: #d2d2d2;
}

.woocommerce-notices-wrapper .woocommerce-error:before {
	color: #00aeef;
}

.woocommerce-notices-wrapper .woocommerce-error {
	border-top: none;
	border-radius: 50px;
	background-color: #80d7f7;
}

.woocommerce-notices-wrapper .woocommerce-info {
	border-top: none;
	border-radius: 50px;
	background-color: #80d7f7;
	padding: 1em 2em !important;
	color: #262262;
	font-family: "Playfair Display", serif;
}

.woocommerce-notices-wrapper .woocommerce-info:before {
	display: none;
}

.woocommerce-notices-wrapper .woocommerce-message {
	border-top: none;
	border-radius: 50px;
	background-color: #ebffd0;
}

.cart-empty {
	border-top: none;
	border-radius: 50px;
	background-color: #80d7f7;
	padding: 1em 2em !important;
	color: #262262;
	font-family: "Playfair Display", serif;
}

.cart-empty:before {
	display: none;
}

.woocommerce-message {
	border-top: none;
	border-radius: 50px;
	background-color: #ebffd0;
}
