.woocommerce-error, .woocommerce-info, .woocommerce-message {
	width: 600px;
	position: fixed;
	top: 150px;
	right: calc(50% - 300px);
	border: none;
	border-radius: 16px;
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.18);
	outline: none !important;
}

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: rgb(0, 153, 155);
	color: white;
	margin-left: 16px;
}

.woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover {
	background: #555555;
	color: white;
}

.woocommerce-message::before {
	top: calc(50% - 12px);
}