﻿.header-menu-items {
  margin-left: auto;
}

  .header-menu-items .first-level-nav > a {
    line-height: 0;
    vertical-align: baseline;
    text-decoration: none;
  }

.global-header .second-dropdown {
  max-height: 100vh;
  overflow: auto;
  padding: 0 30px;
}

  .global-header .second-dropdown > .row {
    justify-content: center;
  }

.global-header .header-menu .second-dropdown > ul > li > a {
  position: relative;
  border-bottom: 2px solid var(--theme-color);
  margin-bottom: 10px;
}

  .global-header .header-menu .second-dropdown > ul > li > a:hover {
    border-bottom: 2px solid #000;
  }

.all-manufacture {
  padding: 8px 0;
  background: #ecf0f1;
}

.global-header .all-manufacture {
  padding: 7px 0;
  background: #eee;
  margin: 0 -30px;
}
