/* Footer mobile (footer-mstyle1) : 3 items — Categories, Cart, My Account.
   Voir mlayouts/footer-mstyle1.php (override de emarket/mlayouts/footer-mstyle1.php). */
.footer-mstyle1 .footer-container .footer-menu.footer-menu-3col .menu-item {
  width: 33.333%;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .vertical_megamenu,
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .resmenu-container {
  position: static;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .navbar-toggle {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background-color: #8d8d8d;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .navbar-toggle:hover .icon-bar {
  background-color: var(--color);
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .navbar-toggle .sr-only {
  position: static;
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  margin: 2px 0 0;
  text-align: center;
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 10px;
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .navbar-toggle:hover .sr-only {
  color: var(--color);
}
.footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .menu-responsive-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 52px;
  width: 100%;
  min-width: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  z-index: 1000;
}
.rtl .footer-mstyle1 .footer-container .footer-menu .menu-item .footer-categories .menu-responsive-wrapper {
  left: 0;
  right: 0;
}
