/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2025 | 00:00:47 */
.producto-agregado-exito{
	position: fixed;
	top: 120px;
	right: 20px;
	background: rgb(33, 150, 243);
	color: white;
	padding: 15px 20px;
	border-radius: 5px;
	z-index: 9999;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
}