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

.products.elementor-grid.columns-3 .added_to_cart.wc-forward {
    margin: 0 0 0 20px;
    font-size: 14px;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: #b69e5f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.botones-flotantes {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.boton-flotante {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #25d366;
    background: #b69e5f;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: background 0.3s;
}
.boton-flotante.tienda {
    background: #b69e5f;
}
.boton-flotante:hover {
    filter: brightness(0.9);
}
.boton-flotante i {
    color:#fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #b69e5f!important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

:root {
  --wc-form-border-color: #818181!important; 
}

.added_to_cart.wc-forward {
    font-weight: bold;
    margin-left: 20px;
}

.cmplz-placeholder-1 {
    max-height: 400px!important;
}

@media (min-width: 1024px) {
    .hide-movil {
        display: none!important;
    }  
}

