@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "lptech-font" !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^="lp-"]:before,
[class*=" lp-"]:before {
  font-family: "lptech-font" !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;
}

.lp-arrow-circle-down:before {
  content: "\61";
}
.lp-arrow-circle-up:before {
  content: "\62";
}
.lp-arrow-down:before {
  content: "\63";
}
.lp-arrow-right:before {
  content: "\64";
}
.lp-arrow-left:before {
  content: "\65";
}
.lp-cancel:before {
  content: "\66";
}
.lp-card:before {
  content: "\67";
}
.lp-cart:before {
  content: "\68";
}
.lp-email:before {
  content: "\69";
}
.lp-menu:before {
  content: "\6a";
}
.lp-phone:before {
  content: "\6b";
}
.lp-search:before {
  content: "\6c";
}
