.menu.cloned {
  display: none !important;
}

body > nav.menu {
  display: none;
}

body > nav.menu:first-of-type {
  display: block;
}

.menu.fixed-bottom {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 1000 !important;
}

.menu .navbar {
  height: auto !important;
  min-height: 74px;
  margin-bottom: 0;
}

.menu .navbar-brand {
  height: 74px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.menu .navbar-brand > img {
  position: static !important;
  width: auto !important;
  max-width: 220px;
  max-height: 54px;
}

.menu .navbar-right {
  margin-right: 0 !important;
  margin-top: 8px !important;
}

.menu .navbar-nav > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .menu .navigation-bg .row > .navbar.navbar-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .menu .navbar-header {
    float: none;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
  }

  .menu .navbar-collapse.collapse {
    display: block !important;
    float: none;
    flex: 1 1 auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    box-shadow: none;
    text-align: right;
  }

  .menu .navbar-nav.navbar-right {
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 2px;
    margin: 0 !important;
    width: 100%;
  }

  .menu .navbar-nav > li {
    float: none;
  }

  .menu .navbar-toggle {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .menu .navigation-bg .row > .navbar.navbar-default {
    display: block;
  }

  .menu .navbar-collapse.collapse {
    text-align: left;
  }

  .menu .navbar-nav.navbar-right {
    display: block;
    width: auto;
  }

  .menu .navbar-nav > li {
    float: none;
  }

  .menu .navbar-brand > img {
    max-width: 170px;
    max-height: 46px;
  }

  .menu .navbar-toggle {
    margin-top: 18px;
  }

  .menu .navbar-nav {
    margin: 0;
  }
}
