@import url(https://fonts.onboard.org/roboto.400,500.css); 

@font-face {
  font-family: IntroBoldRegular;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/faroshopping/fonts/Intro-Bold-Regular.otf) format("opentype");
}

@font-face {
  font-family: IntroLightRegular;
  font-weight: light;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/faroshopping/fonts/Intro-Light-Regular.otf) format("opentype");
}

@font-face {
  font-family: MulishLight;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(https://cdn5.onboard.org/assets/faroshopping/fonts/Mulish-Light.ttf);
}
body { margin: 0; padding: 0; }

.filter-container {
  display: flex;
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
}

.filter {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  background: none;
  font-family: IntroLightRegular, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 1px solid #F1F1F1;
}

@media only screen and (min-width: 500px) {
  .filter-container {
    flex-direction: row;
    justify-content: center;
    /* margin-bottom: 40px; */
  }

  .filter {
    width: auto;
    min-width: 210px;
    margin-right: 40px;
  }
}