.woocommerce-error, .woocommerce-info, .woocommerce-message {
	width: 600px;
	position: fixed;
	top: 100px;
	right: calc(50% - 300px);
	border: 2px solid #555555;
	border-radius: 30px;
	z-index: 9999;
	display: flex;
	flex-direction: row;
}

.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: #262626;
	color: white;
}

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