/*!
Theme Name:   Biotienda theme
Theme URI:    https://github.com/BioTiendaIT-dev/WP_web_page
Author:       skLuan
Author URI:   https://github.com/skLuan
Description:  Theme for biotienda web page
Version:      0.1
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Tags:         e-commerce
*/

footer {
  background-image: url('./assets/img/bg-footer.png');
  background-position: center;
  background-size: cover;

}

#mobile-menu {
  transition: right 1s, display 1s;
  display: none;

}

[data-tab-content] {
  display: none;
}
.active-content[data-tab-content] {
  display: grid !important;
}



