/*
Theme Name: Astra Child theme of astra
Theme URI: 
Description: Child theme of astra theme for the Astra theme
Author: <a href="https://wpastra.com/about/?utm_source=theme_preview&#038;utm_medium=author_link&#038;utm_campaign=astra_theme">Brainstorm Force</a>
Author URI: 
Template: astra
Version: 4.8.10
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 21 Jan 2025 20:36:06 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


/* Ocultar el campo de correo electrónico en el formulario de registro */
.woocommerce-form-register .woocommerce-form-row.woocommerce-form-row--wide {
    display: none !important;
}

.dokan-role-customer {
    display: none !important; /* Oculta el input */
}

/* Ocultar el input radio "Cliente" y su etiqueta */
.dokan-registration-role input[name="role"][value="customer"],
.dokan-registration-role input[name="role"][value="customer"] + label {
    display: none !important;
}

/* Ocultar el label que dice "Soy un cliente" */
.dokan-registration-role label[for="customer"],
.dokan-registration-role input[name="role"][value="customer"] {
    display: none !important;
}
/* Ocultar el label completo que contiene "Soy un cliente" */
.dokan-registration-role .radio {
    display: none !important;
}
.shop_table.my_account_orders.table.table-striped {
    display: none;
}

.dokan-info{
    display: none;
}

.tfoot{
    display: none;
}