@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-left-bold:before {
  content: "\61";
}
.lp-arrow-right-bold:before {
  content: "\63";
}
.lp-badge:before {
  content: "\65";
}
.lp-calendar:before {
  content: "\66";
}
.lp-card:before {
  content: "\67";
}
.lp-check:before {
  content: "\68";
}
.lp-email:before {
  content: "\69";
}
.lp-fb:before {
  content: "\6b";
}
.lp-phone:before {
  content: "\6f";
}
.lp-pinterest:before {
  content: "\70";
}
.lp-star:before {
  content: "\73";
}
.lp-twitter:before {
  content: "\74";
}
.lp-cart:before {
  content: "\75";
}
.lp-arrow-right-long:before {
  content: "\62";
}
.lp-arrow-left-long:before {
  content: "\64";
}
.lp-arrow-circle-right:before {
  content: "\6c";
}
.lp-instagram:before {
  content: "\6d";
}
.lp-search:before {
  content: "\6e";
}
.lp-plus:before {
  content: "\71";
}
.lp-minus:before {
  content: "\72";
}
