:root {
  --main-font: Montserrat;
  --main-color: #000000;
}

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

.vfr__button--clean:focus {
  outline: 0 !important;
}

#szb-vfr-recommendation {
  width: 100%;
  display: flex;
  justify-content: left;
  font-size: 13px;
  color: var(--main-color);
  font-family: var(--main-font);
  margin-bottom: 10px;
  margin-top: 10px;
}

#szb-vfr-recommendation b {
  display: contents;
  font-weight: bold;
}

.vfr__container {
  width: 100%;
  margin-bottom: 10px;
}

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

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 13px;
  /* XXX */
  color: var(--main-color);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-weight: unset;
}

.vfr__button--clean-icon:hover,
.vfr__button--clean:hover {
  text-decoration: none;
}

button#szb-vfr-button:before,
button#szb-measurements-button:before {
  font-family: untitled-font-3;
  font-size: 19px;
  text-transform: none;
  margin-right: 5px;
  align-self: center;
  color: var(--main-color);
  font-weight: unset;
}

button#szb-vfr-button:before {
  content: '\61';
  margin-top: 4%;
}

button#szb-measurements-button:before {
  content: '\62';
  margin-top: 4%;
}

@media screen and (max-width: 768px) {
  #szb-vfr-recommendation {
    font-size: 12px !important;
  }

  .vfr__button--clean,
  .vfr__button--clean-icon {
    font-size: 11.5px;
  }

  button#szb-measurements-button:before {
    margin-top: 3%;
  }

  .vfr__container {
    margin-left: 0px;
  }
}

div.vfr__container--backdrop.szb-modal-open,
iframe#szb-modal {
  z-index: 99999999999999999 !important;
}
