/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*
 * Estilos para el botón "Finalizar Compra" del Carrito de Bloques (wc-blocks)
 */

/* Estilo de fondo para el contenedor del botón */
.wc-block-cart__submit-button.wc-block-components-button {
    background-color: #005eb8;
    border-color: #005eb8; /* Opcional: iguala el color del borde */
}

/* Estilo para el texto dentro del botón */
.wc-block-cart__submit-button .wc-block-components-button__text {
    color: #ffffff;
	text-decoration:none;
}

/* --- ESTILOS AL PASAR EL RATÓN (HOVER) --- */

/* Fondo del botón en hover */
.wc-block-cart__submit-button.wc-block-components-button:hover {
    background-color: #000;
    border-color: #005eb8; /* Opcional: para que el borde sea visible en hover */
	text-decoration:none;
}

/* Color del texto en hover */
.wc-block-cart__submit-button:hover .wc-block-components-button__text {
    color: #fff;
}
