/* Alap megjelenés: piros háttér + fehér szöveg */
#cat_703 > a.nav-link {
  display: block;                     /* hogy a háttér kitöltse a menüpontot */
  background-color: #e60000 !important;
  color: #ffffff !important;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color .15s ease;
}

/* Hover: sötétebb piros – akkor is, ha a téma az <a>-t színezi */
#cat_703 > a.nav-link:hover,
#cat_703:hover > a.nav-link {
  background-color: #b30000 !important;
  color: #ffffff !important;
}


/* Alapállapot - mobilmenü */
li.mm-listitem > a.mm-listitem__text[href="https://fabuli.hu/outlet-extra-akcios-termekek"] {
    background-color: #cc0000 !important; /* piros */
    color: #ffffff !important;           /* fehér szöveg */
}

/* Hover állapot - mobilmenü */
li.mm-listitem > a.mm-listitem__text[href="https://fabuli.hu/outlet-extra-akcios-termekek"]:hover {
    background-color: #990000 !important; /* sötétpiros */
    color: #ffffff !important;            /* fehér szöveg */
}

.mm-menu a.mm-listitem__text b {
    color: #ffffff !important; /* fehér szöveg */
	
}