@font-face {
  font-family: 'ps-icon';
  src:  url('fonts/ps-icon.eot?ikt2lp');
  src:  url('fonts/ps-icon.eot?ikt2lp#iefix') format('embedded-opentype'),
    url('fonts/ps-icon.ttf?ikt2lp') format('truetype'),
    url('fonts/ps-icon.woff?ikt2lp') format('woff'),
    url('fonts/ps-icon.svg?ikt2lp#ps-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ps-icon-"], [class*=" ps-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ps-icon' !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;
}

.ps-icon-money:before {
  content: "\e909";
}
.ps-icon-share:before {
  content: "\e90a";
}
.ps-icon-customer-service:before {
  content: "\e90b";
}
.ps-icon-delivery:before {
  content: "\e900";
}
.ps-icon-arrow-left:before {
  content: "\e901";
}
.ps-icon-arrow-right:before {
  content: "\e902";
}
.ps-icon-back:before {
  content: "\e903";
}
.ps-icon-heart:before {
  content: "\e904";
}
.ps-icon-search:before {
  content: "\e905";
}
.ps-icon-envelope:before {
  content: "\e906";
}
.ps-icon-next:before {
  content: "\e907";
}
.ps-icon-shopping-cart:before {
  content: "\e908";
}
