/* 
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 */
/* Botones WooCommerce */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button {
    background-color: #00A499;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}

/* Hover */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover {
    background-color: #457B9D;
    color: #ffffff;
}

/* Botones principales (alt: comprar, checkout, etc.) */
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00A499;
    color: #ffffff;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #457B9D;
    color: #ffffff;
}
/* PRECIO EN PRODUCTO */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price *,
.woocommerce div.product span.price * {
	color: #00A499 !important;
}

/* SPrecios rebajados */
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
	opacity: 0.7;
}

/* MENSAJES DE WOOCOMMERCE */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

/* Por si el margen lo mete el wrapper */
.woocommerce-notices-wrapper {
	margin-bottom: 0 !important;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
	margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery__image > a {
	cursor: default;
}