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


.qty {
    pointer-events: none !important;
    opacity: 0.5; /* Opcional: Puedes ajustar la opacidad para dar una apariencia de deshabilitado */
}

#product-form button {
    margin-top: 10px;
}

input,
select {
    border-color: #000000 !important;
    border-width: 0px 0px 2px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.swal2-confirm {
    background-color: green;
}

.direct-checkout-button {
    background-color: #000000 !important;
    color: #fff !important;
}
.btn-disabled,
disabled {
    pointer-events: none;
    opacity: 0.5; /* Opcional: para indicar visualmente que el botón está deshabilitado */
}
#productPrice{
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    border: 0px;
    padding: 0px;
    text-align: center;
    height: 37.5;
}

.single-product .price{
    display: none !important;
}

.single-product .quantity{
    display: none !important;
}

.hide-option {
    display: none;
  }