/*
Theme Name:   hello-elementor child theme
Description:  Escribe aquí una descripción corta acerca de tu tema hijo
Author:       Javier Prieto
Author URL:   Escribe aquí la URL del blog o la web del autor
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Escribe aquí tu propia hoja de estilos personal */


html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}

.woocommerce-account main,
.woocommerce-checkout main,
.woocommerce-cart main {
	padding: 50px 0;
}

.woocommerce-checkout header,
.woocommerce-checkout footer {
	display: none;
}



.woocommerce-account .woocommerce-button,
.woocommerce-account .button,
#place_order,
.checkout-button {
	background-color: #8CF946 !important;
	color: #000 !important;
	margin: 2px !important;
	border-radius: 0 !important;
}

#place_order { 
	padding: 20px 35px !important;
}