@charset "UTF-8";

@font-face {
  font-family: "shopping-line-icons";
  src:url("fonts/shopping-line-icons.eot");
  src:url("fonts/shopping-line-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/shopping-line-icons.woff") format("woff"),
    url("fonts/shopping-line-icons.ttf") format("truetype"),
    url("fonts/shopping-line-icons.svg#shopping-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "shopping-line-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "shopping-line-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-atm-machine:before {
  content: "a";
}
.icon-barcode:before {
  content: "b";
}
.icon-basket:before {
  content: "c";
}
.icon-bathrooms:before {
  content: "d";
}
.icon-box-taped:before {
  content: "e";
}
.icon-box:before {
  content: "f";
}
.icon-cashier:before {
  content: "g";
}
.icon-clothing:before {
  content: "h";
}
.icon-clothing-hanger:before {
  content: "i";
}
.icon-creditcard:before {
  content: "j";
}
.icon-delivery-truck:before {
  content: "k";
}
.icon-dollar-bill:before {
  content: "l";
}
.icon-dollar-coin:before {
  content: "m";
}
.icon-kart:before {
  content: "n";
}
.icon-offers-board:before {
  content: "o";
}
.icon-perfume:before {
  content: "p";
}
.icon-pin-machine:before {
  content: "q";
}
.icon-present:before {
  content: "r";
}
.icon-security-camera:before {
  content: "s";
}
.icon-shoewear:before {
  content: "t";
}
.icon-shopping-paper-bag:before {
  content: "u";
}
.icon-shopping-bag:before {
  content: "v";
}
.icon-store:before {
  content: "w";
}
.icon-sun:before {
  content: "x";
}
.icon-tag:before {
  content: "y";
}
.icon-tag-lines:before {
  content: "z";
}
.icon-wallet:before {
  content: "A";
}
