@font-face {
  font-family: 'jadatopay';
  src:  url('fonts/jadatopay.eot?oxdpdy');
  src:  url('fonts/jadatopay.eot?oxdpdy#iefix') format('embedded-opentype'),
    url('fonts/jadatopay.ttf?oxdpdy') format('truetype'),
    url('fonts/jadatopay.woff?oxdpdy') format('woff'),
    url('fonts/jadatopay.svg?oxdpdy#jadatopay') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.jpayicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jadatopay' !important;
  speak: never;
  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;
}

.jpay-googlepay:before {
  content: "\e900";
}
.jpay-applepay:before {
  content: "\e901";
}
.jpay-giropay:before {
  content: "\e902";
}
.jpay-klarna:before {
  content: "\e903";
}
.jpay-amex:before {
  content: "\e904";
}
.jpay-mastercard:before {
  content: "\e905";
}
.jpay-visa:before {
  content: "\e906";
}
