.hidden-search {
  display: none !important;
}
.vsb-menu {
  background-clip: padding-box;
  background-color: white;
  cursor: pointer;
  display: block;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
  min-width: 15.00732064vw;
  margin-top: 1.46412884vw;
  box-shadow: 0 0.73206442vw 2.92825769vw rgba(80, 84, 95, 0.05);
}
.vsb-menu:before {
  content: "";
  position: absolute;
  top: -0.73206442vw;
  left: 1.17130307vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.73206442vw 0.73206442vw 0.73206442vw;
  border-color: transparent transparent white transparent;
}
.vsb-menu ul {
  cursor: pointer;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  user-select: none;
  white-space: nowrap;
}
.vsb-menu li {
  padding: 0.65885798vw 1.17130307vw;
}
.vsb-menu li:hover,
.vsb-menu li.active {
  background: #f1f1f1;
}
.vsb-main {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 1.02489019vw;
  line-height: 170%;
  color: #000;
}
.vsb-main button {
  background: transparent !important;
  position: relative;
  border-radius: 0;
  border: 0;
  padding: 0.36603221vw 2.34260615vw 0.36603221vw 0;
  border-bottom: 1px solid #323527;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1;
  font-weight: 600;
  font-size: 1.02489019vw;
  line-height: 170%;
}
.vsb-main button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0vw;
  background: url(arrow-down.svg) no-repeat center / contain;
  width: 1.75695461vw;
  height: 1.75695461vw;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.vsb-main .title {
  user-select: none;
  margin-bottom: 0 !important;
}
.vsb-main.open button:after {
  transform: translateY(-50%) rotate(180deg);
}
.select-vanilla--placeholder {
  color: #828588;
}
@media only screen and (max-width: 991px) {
  .vsb-menu {
    min-width: 56.94444444vw;
    margin-top: 5.55555556vw;
    box-shadow: 0 2.77777778vw 11.11111111vw rgba(80, 84, 95, 0.05);
  }
  .vsb-menu:before {
    top: -2.77777778vw;
    left: 4.44444444vw;
    border-width: 0 2.77777778vw 2.77777778vw 2.77777778vw;
  }
  .vsb-menu li {
    padding: 2.5vw 4.44444444vw;
  }
  .vsb-main {
    font-size: 3.88888889vw;
  }
  .vsb-main button {
    padding: 1.38888889vw 8.88888889vw 1.38888889vw 0;
    font-size: 3.88888889vw;
  }
  .vsb-main button:after {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }
}
/*# sourceMappingURL=vanillaSelectBox.css.map */
