@charset "UTF-8";

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

}

[data-icon-ta]:before {
  font-family: "giftcard" !important;
  content: attr(data-icon-ta);
  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-ta"]:before,
[class*=" icon-ta"]:before {
  font-family: "giftcard" !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-ta-user-send:before {
  content: "\61";
}
.icon-ta-check:before {
  content: "\62";
}
.icon-ta-pencil:before {
  content: "\63";
}
.icon-ta-shopping-cart:before {
  content: "\64";
}
