@charset "UTF-8";

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

}

[data-icon2]:before,
#container .content a.back.btn:before {
  font-family: "fonticons2" !important;
  content: attr(data-icon2);
  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^="icon2-"]:before,
[class*=" icon2-"]:before,
#container .content a.back.btn:before {
  font-family: "fonticons2" !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;
}

.icon2-back:before {
  content: "\61";
}
.icon2-scroll-up-2:before {
  content: "\62";
}
.icon2-arrow-line-down:before {
  content: "\63";
}
.icon2-arrow-left:before {
  content: "\64";
}
.icon2-arrow-left-2:before {
  content: "\65";
}
.icon2-arrow-line-right:before {
  content: "\66";
}
.icon2-arrow-right:before {
  content: "\67";
}
.icon2-arrow-right-2:before {
  content: "\68";
}
.icon2-basket:before {
  content: "\69";
}
.icon2-basket-line:before {
  content: "\6a";
}
.icon2-key:before {
  content: "\6b";
}
.icon2-menu:before {
  content: "\6c";
}
.icon2-menu-more:before {
  content: "\6d";
}
.icon2-print:before {
  content: "\6e";
}
.icon2-lock:before {
  content: "\6f";
}
.icon2-scroll-up:before {
  content: "\70";
}

/*
** custom
**/
div.cats_list a.cat.current span.icon_arrows.icon2-arrow-line-right:before {
  content: "\63";
}
#container .content a.back.btn:before {
  content: "\61";
}
