/* Add custom CSS styles below */ 
.header,
.header[class*="sticky"] {
  height: 60px !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
}

.header .logo img {
  max-height: 30px !important;
}

.header .navigation a {
  font-size: 14px !important;
  line-height: 1 !important;
}

.header .header-icons {
  display: flex !important;
  align-items: center !important;
}

.header .header-icons svg {
  height: 18px !important;
  width: 18px !important;
}