.topbar_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar.widget {
  margin-top: 0;
  width: 100%;
}
.menu-top-menu-container {
  display: flex;
  justify-content: flex-end;
}
#site-header {
  background: #f6f6f6;
}

.topbar.widget {
}

.category-heads {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--red);
  padding: 0.5em 1em;
  min-height: 85px;
}
.category-heads .category-head a {
  color: var(--white);
}
.category-info-area {
  /* padding: 1.53em 1em 0;
  min-height: 214px; */
}
@media (max-width: 1366px) {
  html body.home .category-block .category-short-desc,
  html body.home .category-block .category-head a {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .header-navigation-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .primary-menu-wrapper {
    width: auto;
  }
}
@media (max-width: 767px) {
  html body.home .category-heads {
    min-height: 62px;
  }
}
