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

div#szb-container {
  margin-bottom: 10px;
}

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

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

.vfr__button--clean {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 10px;
}

button#szb-vfr-button:before,
button#szb-measurements-button:before {
  text-transform: none;
  display: flex;
  margin-right: 5px;
  align-self: center;
  color: #000;
  font-weight: bold;
}

button#szb-vfr-button {
  margin-right: 15px;
}

.vfr__button--clean:before {
  font-family: Sizebay;
  text-transform: none;
  display: flex;
  margin-right: 5px;
  align-self: center;
  color: #000;
  font-size: 19px;
}

button#szb-vfr-button:before {
  content: "\61";
  height: 13px;
}

button#szb-measurements-button:before {
  content: "\62";
  height: 11px;
}
@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: #ffffff;
    border-width: 0px;
    border-color: ;
    border-radius: ;
    border-style: solid;
	text-transform: uppercase;
	color: #55758E;
  }

  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: #55758E;
    content: '\61';
  }

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

  button#szb-measurements-button:hover,
  button#szb-vfr-button:hover {
    background-color: ;
    border-width: 0px;
    border-color: ;
    border-radius: ;
    border-style: solid;
    text-transform: uppercase;
    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: #55758E;
  }

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