:root {
  --main-font: inherit;
  --main-color: #000;
  --color2: #a45858;
}

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

#sizebay-container {
  font-family: var(--main-font);
}

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

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

.vfr__container {
  display: flex;
  width: 100%;
}

.szb-vfr-btns {
  text-indent: 0px;
  text-shadow: none;
  margin-bottom: 20px;
}
.vfr__button--clean {
  line-height: normal;
  outline: none;
  font-size: 13px; /* XXX */
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--main-font);
  justify-content: center;
  border-radius: 33px;
  background: transparent;
  border: 1px solid var(--main-color);
  font-family: var(--main-font);
  padding: 10px;
}

.vfr__button--clean-icon:hover,
.vfr__button--clean:hover {
  text-decoration: none;
  color: var(--color2);
  border-color: var(--color2);
}

button#szb-vfr-button:hover:before,
button#szb-measurements-button:hover:before {
  color: var(--color2);
}

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

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

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

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

  .vfr__container {
    width: 100%;
  }

  .szb-vfr-btns {
    display: flex;
  }
}

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

.vfr-modal-active {
  zoom: unset !important;
}
@font-face {
  font-family: '%activeButton_FontFamily%';
  src: url('https://static.sizebay.technology/fonts/%activeButton_FontFamily%.ttf') format('truetype');
}

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

.vfr__button--clean {
  background-color: ;
  border-width: 1px;
  border-color: #59032c;
  border-radius: 20px;
  border-style: solid;
  font-weight: normal;
  color: ;
}

button#szb-vfr-button:before,
button#szb-measurements-button:before {
  font-weight: normal;
  text-decoration: none !important;
}

button#szb-vfr-button:before {
  font-family: Sizebay;
  height: 16px;
  color: ;
  content: '\4E';
}

button#szb-measurements-button:before {
  font-family: Sizebay;
  height: 16px;
  color: ;
  content: '\53';
}

button#szb-measurements-button:hover,
button#szb-vfr-button:hover {
  background-color: ;
  border-width: ;
  border-color: ;
  border-radius: 20px;
  border-style: solid;
  font-weight: normal;
  color: ;
}

button#szb-vfr-button:hover:before,
button#szb-measurements-button:hover:before {
  font-weight: normal;
  text-decoration: none !important;
}

button#szb-vfr-button:hover:before {
  color: %activeButton_iconColor%;
}

button#szb-measurements-button:hover:before {
  color: ;
}

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