/* Ayservis NAV Fixed (works even if sticky is blocked by overflow/transform) */
#ayMainNav.ay-fixed-nav{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
}
.ay-nav-placeholder{ width:100%; }
