@media only screen and (max-width: 991px) {
  header.header, #fixed-search {
    background: var(--bg-color-secondary);
  }

  .btn-cari {
    background: #ffc107;
  }

  .logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  #logo-wrapper {
    background: none;
  }

  .navbar-collapse {
    background: #000;
  }

  .navbar-toggler {
    background: #ffc107;
  }
}

@media only screen and (max-width: 479px) {
}