/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "GalanoGrotesque-Regular";
  src: url("../fonts/GalanoGrotesque-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/GalanoGrotesque-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GalanoGrotesque-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/GalanoGrotesque-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/GalanoGrotesque-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/GalanoGrotesque-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GalanoGrotesque-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'checkout';
  src:  url('../fonts/checkout.eot?kq0lp1');
  src:  url('../fonts/checkout.eot?kq0lp1#iefix') format('embedded-opentype'),
    url('../fonts/checkout.ttf?kq0lp1') format('truetype'),
    url('../fonts/checkout.woff?kq0lp1') format('woff'),
    url('../fonts/checkout.svg?kq0lp1#checkout') format('svg');
  font-weight: normal;
  font-style: normal;
}

.checkout {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'checkout' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-circle:before {
  content: "\e905";
}
.icon-barcode:before {
  content: "\e902";
}
.icon-arrow-circle-o-down:before {
  content: "\e906";
}
.icon-dollar:before {
  content: "\e903";
}
.icon-usd:before {
  content: "\e903";
}
.icon-credit-card-alt:before {
  content: "\e901";
}
.icon-arrow-outline-down:before {
  content: "\e904";
}
.icon-credit-card1:before {
  content: "\e900";
}
.icon-credit-card:before {
  content: "\e93f";
}