/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Tema hijo de Hello Elementor
Author: AbsolutPC
Author URI: https://AbsolutPC.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/



/* *PARA CARGAR PONER BIEN LOS CAMNPOS DE NUM Y NUM INTERUIR */
@media (min-width: 768px){
  p#billing_wooccm10_field {-webkit-box-flex: 1;-ms-flex: 1 0 0%;flex: 1 0 0%;}
}

@media (min-width: 768px)
{
p#billing_wooccm12_field {-webkit-box-flex: 1;-ms-flex: 1 0 0%;flex: 1 0 0%;}
}

/* *OCULTAR EL ENVIO */
table.shopengine_woocommerce_shipping_methods {
    display: none;
}
/* *OCULTAR EL METODO DE PAGO */
div#payment {
    display: none;
}