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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'taraxaci' !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-editimage:before {
  content: "\e933";
}
.icon-upload:before {
  content: "\e932";
}
.icon-block:before {
  content: "\e92c";
}
.icon-list:before {
  content: "\e92d";
}
.icon-zoom:before {
  content: "\e92e";
}
.icon-folder .path1:before {
  content: "\e92f";
  color: rgb(204, 204, 204);
}
.icon-folder .path2:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(133, 133, 129);
}
.icon-folder .path3:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(133, 133, 129);
}
.icon-star:before {
  content: "\e92a";
}
.icon-copy:before {
  content: "\e92b";
}
.icon-group:before {
  content: "\e929";
}
.icon-arrow-down:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e907";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-arrow-up:before {
  content: "\e909";
}
.icon-cart:before {
  content: "\e90a";
}
.icon-cart-arrow:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e90c";
}
.icon-checkout:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-design:before {
  content: "\e90f";
}
.icon-desktop:before {
  content: "\e910";
}
.icon-develop:before {
  content: "\e911";
}
.icon-download:before {
  content: "\e912";
}
.icon-earth:before {
  content: "\e913";
}
.icon-filter:before {
  content: "\e914";
}
.icon-general:before {
  content: "\e915";
}
.icon-invoice:before {
  content: "\e916";
}
.icon-mail:before {
  content: "\e917";
}
.icon-marketing:before {
  content: "\e918";
}
.icon-minus:before {
  content: "\e919";
}
.icon-notification:before {
  content: "\e91a";
}
.icon-package:before {
  content: "\e91b";
}
.icon-payment:before {
  content: "\e91c";
}
.icon-phone:before {
  content: "\e91d";
}
.icon-photo:before {
  content: "\e91e";
}
.icon-physical:before {
  content: "\e91f";
}
.icon-plus:before {
  content: "\e920";
}
.icon-search:before {
  content: "\e921";
}
.icon-setup:before {
  content: "\e922";
}
.icon-shipping:before {
  content: "\e923";
}
.icon-shipping-list:before {
  content: "\e924";
}
.icon-tax:before {
  content: "\e925";
}
.icon-trash:before {
  content: "\e926";
}
.icon-user:before {
  content: "\e927";
}
.icon-video:before {
  content: "\e928";
}
.icon-cc-diners-club:before {
  content: "\e900";
}
.icon-cc-amex:before {
  content: "\e901";
}
.icon-cc-discover:before {
  content: "\e902";
}
.icon-cc-mastercard:before {
  content: "\e903";
}
.icon-cc-visa:before {
  content: "\e904";
}
.icon-cc-paypal:before {
  content: "\e905";
}

.canpost{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/canada-post.svg);
}
.auspost{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/australia-post.svg);
}
.ups{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/ups.svg);
}
.dhl{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/dhl.svg);
}
.usps{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/usps.svg);
}
.fedex{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(shippingcarriers/fedex.svg);
}
.paypal,.pp_express{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(../image/paypal.svg);
}
.moneris{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(paymentgateway/moneris.svg);
}
.creditcard,.stripe{
  background-size:contain;
  background-position:50%;
  background-repeat:no-repeat;
  background-image:url(../image//creditcard.svg);
}
