/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 15:57:30 */
/*ESTILO BOTONES*/

button.button{
	background-color:  #D5D5D5 !important;
	font-size: 1.2rem !important; 
	color: #000 !important; 
}

button.button:hover{
	background-color: #a9a9a9 !important; 
}

a.checkout-button.button.alt.wc-forward{
	background-color: #D5D5D5 !important;
	border-radius: 25px !important;
	color: #000;
}

a.checkout-button.button.alt.wc-forward:hover{
	background-color: #a9a9a9 !important;
}

