/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Luis Bautista
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*Eliminamos login, or y register de nuestra plantilla de registrar cliente*/
li.login{
	display:none;
}

li.or{
	display:none;
}

li.register{
	display:none;
}


/* Modifica el z-index de la barra lateral izq de filtros de productos para que no la tape el menú flotante */
#oceanwp-off-canvas-sidebar-wrap, .oceanwp-off-canvas-sidebar{
z-index:99999 !important;
}
.oceanwp-off-canvas-overlay{
z-index:99995 !important;
}

/*Ocultar datos de mi cuenta*/
.woocommerce-MyAccount-navigation {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}