@font-face {
  font-family: 'pticons';
  src: url('../fonts/pticons.woff?ci6x92') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.pticon-search-clear:before {
  content: "\e914";
}
.pticon-twitter:before {
  content: "\e912";
}
.pticon-facebook:before {
  content: "\e913";
}
.pticon-account-details:before {
  content: "\e90c";
}
.pticon-downloads:before {
  content: "\e90d";
}
.pticon-logout:before {
  content: "\e90e";
}
.pticon-addresses:before {
  content: "\e90f";
}
.pticon-orders:before {
  content: "\e910";
}
.pticon-dashboard:before {
  content: "\e911";
}
.pticon-reply:before {
  content: "\e90b";
}
.pticon-done:before {
  content: "\e90a";
}
.pticon-star:before {
  content: "\e907";
}
.pticon-arrow-right:before {
  content: "\e900";
}
.pticon-arrow-left:before {
  content: "\e905";
}
.pticon-arrow-down:before {
  content: "\e908";
}
.pticon-arrow-up:before {
  content: "\e909";
}
.pticon-cart:before {
  content: "\e901";
}
.pticon-chevron-right:before {
  content: "\e902";
}
.pticon-chevron-left:before {
  content: "\e906";
}
.pticon-profile:before {
  content: "\e903";
}
.pticon-search:before {
  content: "\e904";
}
