@charset "UTF-8";

[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:before {
  content: "\61";
}
.lp-calendar:before {
  content: "\62";
}
.lp-caret:before {
  content: "\63";
}
.lp-cart:before {
  content: "\64";
}
.lp-delete:before {
  content: "\65";
}
.lp-email:before {
  content: "\66";
}
.lp-facebook:before {
  content: "\67";
}
.lp-linkedln:before {
  content: "\68";
}
.lp-location:before {
  content: "\69";
}
.lp-menu:before {
  content: "\6a";
}
.lp-notify:before {
  content: "\6b";
}
.lp-phone:before {
  content: "\6c";
}
.lp-search:before {
  content: "\6d";
}
.lp-tax:before {
  content: "\6e";
}
.lp-truck:before {
  content: "\6f";
}
.lp-youtube:before {
  content: "\70";
}
.lp-plus:before {
  content: "\71";
}
