/*
*   Custom styles
*/
/* Customer SCSS styles */
.logo {
  display: inline-block;
}
.logo-text {
  display: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.logo-img {
  max-width: 100%;
}
@media (max-width: 1400px) {
  .logo-img {
    height: 40px;
  }
}

.site-header {
  box-shadow: #707070 0px 2px 6px;
}

.container-customer {
  max-width: 1920px;
}

@media (min-width: 1200px) {
  .site-header-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
  }
}
.site-header-nav > li {
  margin-right: 10px;
}
.site-header-nav > li > a {
  height: 30px;
  line-height: 30px;
  padding: 25px 40px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 22;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .site-header-nav > li > a {
    padding: 40px 15px 40px 15px;
  }
}
.site-header-nav > li > a:hover {
  color: #E3001B;
}

.site-header-nav .dropdown-menu {
  box-shadow: #707070 0px 1px 6px;
  min-width: 180px;
  padding: 0px 15px 0px 15px;
}
.site-header-nav .dropdown-menu a {
  font-size: 16px;
  padding: 10px 5%;
  border-bottom: 1px solid #000000;
  color: #000;
}
.site-header-nav .dropdown-menu a:last-child {
  border: none;
}
.site-header-nav .dropdown-menu a:hover {
  color: #E3001B;
  background: #fff;
}

.hambBox {
  top: 33px;
}

@media (max-width: 1200px) {
  .hambBox {
    display: block !important;
  }
}
#main-section {
  margin-top: 0;
}

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */

/*# sourceMappingURL=style-customer.css.map */
