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

[class^="paicon-"], [class*=" paicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pa-icon' !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;
}

.paicon-payment-form:before {
  content: "\e900";
}
.paicon-logo:before {
  content: "\e901";
}
.paicon-logo-light:before {
  content: "\e902";
}
.paicon-price-table:before {
  content: "\e903";
}
.paicon-cart-summary:before {
  content: "\e904";
}
.paicon-cart:before {
  content: "\e905";
}
.paicon-buy-now:before {
  content: "\e906";
}
