/* 
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 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--fontPrimary: "Montserrat", sans-serif;
}

button.plus, button.minus {
    background: transparent !important;
    border: none;
    color: #2d2d2d !important;
    font-size: 1.5rem;
    padding: 0;
    margin: 0 !important;
}

button.plus:hover, button.minus:hover {
	color: #396422 !important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #8fae1b;
    width: 80%;
    margin: 10px auto;
    border-radius: 15px;
    border: none;
	font-family: var(--fontPrimary);
}

a.button.wc-forward {
    border-radius: 25px;
    background-color: #9c5b1c;
    color: white;
}

a.button.wc-forward:hover {
    background-color: #d19930;
    color: white;
}

a.added_to_cart.wc-forward, a.restore-item{
	color: #9c5b1c;
}

a.added_to_cart.wc-forward:hover, a.restore-item:hover{
	color: #d19930;
}

/********** CSS CARRITO FLOTANTE *************/

.woofc-inner.woofc-cart-area, .woofc-area-top {
    background-color: white !important;
    color: #404040 !important;
}

span.woofc-share-cart.wpcss-btn, .woofc-subtotal.woofc-data, .woofc-total.woofc-data, span.woofc-continue-url {
    color: #404040 !important;
}

a.woofc-action-cart, a.woofc-action-checkout {
    color: white !important;
    background: #8d3a20 !important;
    border: none !important;
}

a.woofc-action-cart:hover, a.woofc-action-checkout:hover {
    background: #d19930 !important;
    border: none !important;
}

.woofc-item-inner {
    border: 1px solid #cbcbcb;
}

i.woofc-icon-icon10 {
    color: red !important;
}

div#woofc-count {
    border-radius: 100%;
}