.uc-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.uc-sticky-header.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.uc-top-menu {
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 980px) {
  #rec2120924161 .t-menu-base__maincontainer {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}