/* =========================================================
   LOVESTOCK — MENU SELEÇÃO ALINHADA V1.1
   Corrige somente o deslocamento vertical do item ativo.
========================================================= */
@media (max-width:820px){
  .mobile-bottom.ls-premium-nav .mitem.is-active,
  .mobile-bottom.ls-premium-nav .mitem.is-active:active{
    transform:none !important;
    top:auto !important;
    bottom:auto !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    align-self:center !important;
  }
}
