/* ========== CUSTOM FIXES FOR HEADER ========== */

/* Smanjen gornji pasus */
.typeheader-2 .header-top {
  padding: 5px 0 !important;
  font-size: 13px !important;
  line-height: 1.2;
}

.typeheader-2 .header-top {
  border-bottom: 1px solid #E6E6E6;
  background: #f9f9f9;
  padding: 10px 0;
}

.typeheader-2 .header-top-right {
  display: flex;
  background: #f9f9f9;
  justify-content: flex-end;
  align-items: center;
}

/* Povećan logo */
.typeheader-2 .logo img {
  max-height: 85px !important;
  height: auto;
}

/* Manja visina donjeg dijela */
.typeheader-2 .header-bottom {
  background: #f9f9f9;
  padding: 10px 0 !important;
}

/* Kompaktne stavke menija */
.container-megamenu.horizontal ul.megamenu > li > a {
    background: #f9f9f9;
  font-size: 13px !important;
  padding: 10px 12px !important;
}

/* Da sve stane u jedan red */
.typeheader-2 .main-menu {
  flex-wrap: nowrap !important;
  background: #f9f9f9;
  overflow-x: auto;
  white-space: nowrap;
}

/* Search form */
.header-bottom .search-form input[type="text"] {
    background: #f9f9f9;
  max-width: 240px !important;
}

.typeheader-2 .bottom-right {
    background: #f9f9f9;
  gap: 10px !important;
}

