/*
Theme Name: Biosafras Theme
Theme URI: https://biosafrasgroup.com.py
Description: Tema hijo de BuddyBoss
Author: Guillermo Robertti
Author URI: https://sacrobits.org
Template: buddyboss-theme
Version: 1.0.0
*/

/* Importa estilos del tema padre */
@import url("../buddyboss-theme/style.css");



/* PERFIL */
.users-header.single-headers, .bp-wrap {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

@media (max-width: 767px) {
    .subnav {
        display: block !important;
    }
}

/* TIENDA DE CADA RUBRO*/
/*Ocultar icono de search*/
input[type="search"] {
    background-image: none !important;

}
/*Que el botón búsqueda no sobresalga*/
@media (max-width: 767px) {
    .elementor-widget-search input[type="search"] {
        width: 100% !important;
        margin-bottom: 8px;
    }
}



/* evitar mostrar menu desplegable en movil*/
@media (max-width: 768px) {
   .main-navigation ul {
      display: flex !important;   /* siempre en fila */
      flex-wrap: wrap;            /* que salte línea si son muchos */
   }
   .menu-toggle { 
      display: none !important;   /* oculta el ícono hamburguesa */
   }
}
