.header-nav {
  width: 100%;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-nav .sp-logo {
  display: inline-block !important;
}
.header-nav.change-color {
  top: 0px;
}
.header-nav.change-color .text-shadow {
  text-shadow: inherit;
}

@media screen and (min-width: 526px) {
  .header-nav {
    top: 15px;
  }
}
@media screen and (min-width: 576px) {
  .header-nav {
    top: 20px;
  }
}
.btn-hamburger {
  position: relative;
  z-index: 1000;
  background-color: #11155D;
}
.btn-hamburger:focus {
  box-shadow: inherit;
}
.btn-hamburger .btn-hamburger-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.category-nav-item .dropdown-item:active {
  background-color: #7F8CAA !important;
}

@media screen and (max-width: 991.5px) {
  .navbar-collapse.show {
    background-color: rgba(184, 207, 206, 0.8784313725);
    padding: 10px 20px 30px;
    position: relative;
    top: -46px;
    text-align: center;
  }
}/*# sourceMappingURL=header.css.map */