#_desktop_top_menu,
#_mobile_top_menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.12s ease;
}

html.menu-ready #_desktop_top_menu,
html.menu-ready #_mobile_top_menu {
  visibility: visible;
  opacity: 1;
}

#header .header-top>.container>.row #_desktop_top_menu,
#_desktop_top_menu .custom-outlet-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#_desktop_top_menu .custom-outlet-root > a {
  color: red !important;
}

#_desktop_top_menu #lnk-oferta-regularna,
#_mobile_top_menu #lnk-oferta-regularna {
  display: none;
}

#_desktop_top_menu #lnk-oferta-regularna > a,
#_mobile_top_menu #lnk-oferta-regularna > a {
  color: red !important;
}

#_desktop_top_menu .custom-outlet-panel {
  display: none;
  margin-top: 0.5rem;
}

#_desktop_top_menu.custom-outlet-open .custom-outlet-panel {
  display: block !important;
}

#_desktop_top_menu .custom-outlet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#_desktop_top_menu .custom-outlet-panel-item {
  margin-bottom: 0.25rem;
}

#_desktop_top_menu .custom-outlet-panel-link {
  display: block;
  text-decoration: none;
}

#_desktop_top_menu.custom-outlet-open > #top-menu > li {
  display: none !important;
}

#_desktop_top_menu.custom-outlet-open > #top-menu > li#lnk-oferta-regularna {
  display: list-item !important;
}

#_desktop_top_menu .custom-outlet-root .js-sub-menu,
#_desktop_top_menu .custom-outlet-root .sub-menu,
#_desktop_top_menu .custom-outlet-root .popover {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#_desktop_top_menu .custom-outlet-root:hover .js-sub-menu,
#_desktop_top_menu .custom-outlet-root:hover .sub-menu,
#_desktop_top_menu .custom-outlet-root:hover .popover {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#_desktop_top_menu .custom-outlet-root > a .float-xs-right,
#_desktop_top_menu .custom-outlet-root > a .collapse-icons {
  display: none !important;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
  display: none;
}

#_mobile_top_menu.custom-outlet-open .custom-outlet-panel {
  display: block !important;
}

#_mobile_top_menu .custom-outlet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#_mobile_top_menu .custom-outlet-panel-item {
  margin-bottom: 0.25rem;
}

#_mobile_top_menu .custom-outlet-panel-link {
  display: block;
  text-decoration: none;
}

#_mobile_top_menu.custom-outlet-open > .top-menu > li {
  display: none !important;
}

#_mobile_top_menu.custom-outlet-open > .top-menu > li#lnk-oferta-regularna {
  display: list-item !important;
}

#_mobile_top_menu .custom-outlet-root .js-sub-menu,
#_mobile_top_menu .custom-outlet-root .sub-menu,
#_mobile_top_menu .custom-outlet-root .popover {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.breadcrumb li:last-child span {
  color: #000;
  font-weight: 700;
}

.breadcrumb:has(> ol > li:nth-child(2) a[href*="outlet" i]) li:nth-child(3) span {
  color: red;
}

.breadcrumb:has(> ol > li:nth-child(2) a[href*="outlet" i]) li:last-child span {
  font-weight: 400;
}