:root {
  --main-font: 'Gilroy';
  --main-color: #000000;
}

@font-face {
  font-family: 'untitled-font-3';
  src: url('../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-top: 20px;
  margin-bottom: -10px;
}

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

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

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

.vfr__button--clean,
.vfr__button--clean-icon {
  font-size: 13px;
  color: var(--main-color);
  text-transform: uppercase;
  font-family: var(--main-font);
  font-weight: unset;
}

.vfr__button--clean-icon:hover,
.vfr__button--clean:hover {
  text-decoration: none;
  background: transparent;
  color: var(--main-color);
}

button#szb-vfr-button:before,
button#szb-chart-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-chart-button:before {
  background: url(https://static.sizebay.technology/icons/tabela-medidas.svg) center center / 100% 100% no-repeat;
  transform: rotate(45deg);
  height: 23px;
  width: 22px;
}

body:has(.vfr__container) div.wt-product__content {
  display: none;
}

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