:root {
    --main-font: "Futura", sans-serif
    --main-color: #000;
  }
  
  @font-face {
    font-family: 'untitled-font-3';
    src: url('../font/stores/fontRuler/fonts/untitled-font-3.woff');
    font-weight: normal;
    font-style: normal;
  }
  
  #szb-vfr-recommendation {
    width: 100%;
    display: flex;
    justify-content: left;
    font-size: 14px;
    color: #6d6d6d;
    font-family: var(--main-font);
    margin-bottom: -4px;
  }
  
  #szb-vfr-recommendation b {
    display: contents;
    font-weight: bold;
    color: #000;
  }
  
  .vfr__container {
    width: 100%;
    margin-top: 10px;
  }
  
  .szb-vfr-btns {
    justify-content: left;
    justify-content: space-between !important;
  }
  
  .vfr__button--clean,
  .vfr__button--clean-icon {
    line-height: normal;
    font-size: 10px; /* XXX */
    color: var(--main-color);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-weight: bold;
    margin: 0px;
  }
  
  .vfr__button--clean-icon:hover,
  .vfr__button--clean:hover {
    border-bottom: 2px solid #ffcd00;
    text-decoration: none;
  }
  
  button#szb-vfr-button:before {
    background: url(https://static.sizebay.technology/icons/hangerSlim-black.svg)
      center center / 100% 100% no-repeat;
    font-weight: bold;
    margin-top: -1px
  }
  
  button#szb-measurements-button:before {
    background: url(https://static.sizebay.technology/icons/iconeFitaTabela.svg)
      center center / 100% 100% no-repeat;
    font-weight: bold;
    margin-top: -1px
  }
  
  button#szb-vfr-button:before,
  button#szb-measurements-button:before {
    display: flex;
    height: 20px;
    width: 20px;
    content: '';
    margin-right: 5px;
    margin-bottom: 1%;
    font-weight: bold;
  }
  
  @media screen and (max-width: 768px) {
    #szb-vfr-recommendation {
      font-size: 15px !important;
      margin-top: 30px;
      justify-content: center;
    }
  
    .vfr__container {
      margin-left: 0px;
      margin-top: 10px;
      margin-bottom: 15px;
    }
  
    .szb-vfr-btns {
      flex-direction: column;
      width:100%;
    }
  
    .vfr__button--clean,
    .vfr__button--clean-icon {
      font-size: 15px;
      margin-top: 5px;
      justify-content: center;
      width: 100%;
    }
  
  }
  
  div.vfr__container--backdrop.szb-modal-open,
  iframe#szb-modal {
    z-index: 99999999999999999 !important;
  }
  
  a.sizeGuide {
    display: none;
  }
  