/* Custom header */
#navbar_toggle {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  /* For mobile phones: */
  #navbar_toggle {
    display: block !important;
  }

  .site-header .desktop {
    display: none !important;
  }
}

.v-dark-head {
  color: #fff;
}

.site-header .desktop {
  display: flex;
  align-items: center !important;
  gap: 50px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.site-header .desktop li a.active {
  color: rgb(167, 150, 133) !important;
}

.site-header .desktop a:hover {
  color: rgb(167, 150, 133) !important;
}

.site-header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.site-header.nav-bg {
  background: #f9f9f9 !important;
  /* backdrop-filter: blur(8px); */
}

.site-header .custom-logo {
  width: 200px !important;
}

.site-header.nav-bg {
  color: #000 !important;
}

.site-header.nav-bg .logo-dark {
  display: block !important;
}

.site-header.nav-bg .logo-light {
  display: none !important;
}

.bordered-header .site-header {
  background-color: transparent;
  border-bottom: 1px solid #eee;
  /* border-bottom: 2px solid transparent;
  border-color: rgba(0, 0, 0, 0.05); */
}

.bordered-header .site-header .desktop {
  color: #000 !important;
}

.badge {
  font-weight: 400;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.2px;
  line-height: 1.5rem;
  background-color: #e9e2d8;
  width: fit-content;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
