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

.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head {
    justify-content: left !important;
}

.ovabrw-modern-product .ovabrw-product-form-tabs .ovabrw-tab-head .item-tab.ovabrw-center {
    text-align: left !important;
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #30287C !important;
    font-weight: 700;
}

html,
body {

    overflow-x: hidden;
}


.openmenuburguer {
    display: inline-block !important;
    position: absolute;
    z-index: 9999999999999999 !important;
}

#menumovil {
    display: none;
    position: absolute;
    z-index: 9999999999999999 !important;

}

.botonhamburguer:hover {
    cursor: pointer;
}



.closemenuburguer {
    display: none;
}

.cerrarmenu:hover {
    cursor: pointer;
}

.fc-daygrid-dot-event .fc-event-title {
    background-color: #c4c4c4 !important;
    border-radius: 5px !important;
}


.woocommerce-message a.wc-forward {
    display: none !important;
}