/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Tema hijo de Hello Elementor
 Author:       Tu nombre o agencia
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Aquí van tus estilos personalizados */
/* Ocultar GRATIS en checkout cuando el producto tiene envío a coordinar */
body.mp-envio-a-coordinar-activo .wc-block-components-radio-control__secondary-label,
body.mp-envio-a-coordinar-activo .wc-block-components-totals-shipping .wc-block-components-totals-item__value {
    display: none !important;
}
.single-product .mp-precio-variable {
    display: block;
    color: #f25a00;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
}

.single-product .mp-precio-desde {
    font-size: 20px;
    font-weight: 600;
}

 .mp-precio-ayuda {
    display: block;
    font-size: 14px!important;
	line-height: 16px!important;
    color: #324A6D!important;
    font-family: "Poppins", Sans-serif;
    text-transform: none;
    margin-bottom:20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: block;
    color: #f25a00;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;   
	font-family: "Bebas Neue", Sans-serif;
}

