: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: none !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: 5px;
}

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

.vfr__container {
  width: 100%;
}

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

.vfr__button--clean,
.vfr__button--clean-icon {
  line-height: normal;
  font-size: 14px;
  /* XXX */
  color: var(--main-color);
  text-decoration: none;
  text-transform: none;
  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 {
  display: flex;
  content: '';
  margin-right: 5px;
}

button#szb-vfr-button:before {
  background: url(https://static.sizebay.technology/icons/Hanger.svg) center center / 100% 100% no-repeat;
  height: 20px;
  width: 20px;
}

button#szb-measurements-button:before {
  background: url(https://static.sizebay.technology/738/tabela-medidas.svg) center center / 100% 100% no-repeat;
  transform: rotate(45deg);
  margin-top: 1%;
  height: 23px;
  width: 22px;
}

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

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