/**
 * NOTICE OF LICENSE
 *  _____ _            ___       _   _
 * |_   _(_)          / _ \     | | (_)
 *   | |  _ _ __ ___ / /_\ \ ___| |_ ___   _____
 *   | | | | '_ ` _ \|  _  |/ __| __| \ \ / / _ \
 *   | | | | | | | | | | | | (__| |_| |\ V /  __/
 *   \_/ |_|_| |_| |_\_| |_/\___|\__|_| \_/ \___|
 *
 * This source file is subject to a commercial license from TimActive Siret 750 571 366 00046
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the TimActive EIRL is strictly forbidden.
 *
 * @author    TimActive
 * @copyright Since 2012 TimActive
 * @license   Commercial license
*/
@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";
}
