/* 
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 */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* ajusta a la altura de tu header */
}
.elementor-sticky--effects {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transition: all 400ms ease;
}
.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
.desde {
    font-size: 18px !important;
}
@media (max-width: 767px) {
    .desde {
        font-size: 14px !important;
    }
}
span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
    line-height: 0 !important;
}
.elementor-menu-toggle {
    border-color: var(--e-global-color-primary) !important;
}
.headermobile {
    width: 100% !important;
    left: 0px !important;
}
.wsp-pages-title {
    display: none !important;
}
.error404 h1 {
    font-size: 40px;
    color: black;
}
.error404 #content {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
    font-size: 19px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    background: white !important;
    margin-left: 0 !important;
}

.single_variation_wrap {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.woocommerce-variation-price {
    margin-bottom: 0 !important;
    font-size: 25px !important;
}

.elementor-widget-woocommerce-product-title + .elementor-widget-woocommerce-product-price {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
}

.elementor-column-wrap .elementor-widget-wrap,
.elementor-widget-container {
    display: flex;
    flex-direction: column;
}

.elementor-widget-woocommerce-product-title {
    order: 1;
}

.elementor-widget-woocommerce-product-price {
    order: 2;
}

.elementor-widget-woocommerce-product-content {
    order: 3;
}

.elementor-widget-woocommerce-product-add-to-cart {
    order: 4;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0 !important;
    vertical-align: center !important;
    text-align: left !important;
    padding: 0 !important;
}

.variations td,
.variations th {
    display: inline-block !important;
    vertical-align: center !important;
    margin-right: 30px;
    width: auto !important;
    border: none !important;
}

.variations {
    width: auto !important;
    margin-bottom: 20px;
}

.variations select {
    min-width: 200px;
}
