@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/buttons-icons.woff');
}

@font-face {
  font-family: 'Sizebay';
  src: url('https://static.sizebay.technology/font/stores/fontRuler/fonts/untitled-font-3.woff');
}

:root {
  --main-font: 'Chivo', sans-serif;
  --main-color: #000;
}

#szb-vfr-recommendation {
  font-size: 14px;
}

div.szb-vfr-btns {
  gap: 1em;
  margin-bottom: 1em;
}

button.vfr__button--clean {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--main-color);
  margin: 0;
  padding: 0.7em;
  height: max-content;
  line-height: normal;
  outline: none !important;
  border: 1px solid #000;
  transition: 0.3s;
}

.vfr__button--clean:hover {
  text-decoration: none;
  background: var(--main-color);
  color: #fff;
}

button.vfr__button--clean::before {
  display: flex;
  font-family: 'Sizebay';
  font-size: 19px;
  text-transform: none;
  color: var(--main-color);
  align-self: center;
  margin-right: 5px;
  transition: 0.3s;
}

.vfr__button--clean:hover::before {
  color: #fff;
}

button#szb-vfr-button:before {
  height: 13px;
  content: '\61';
}

button#szb-measurements-button:before {
  height: 11px;
  content: '\62';
}

@media screen and (max-width: 768px) {
  .vfr__container {
    margin-left: 0px;
  }

  .szb-vfr-btns {
    justify-content: center;
  }

  button.vfr__button--clean {
    font-size: 12px;
  }
}

@media screen and (max-width: 390px) {
  button.vfr__button--clean {
    font-size: 11.1px;
  }
}
