/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/

@font-face
{
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("./fonts/icofont.woff2") format("woff2"),
       url("./fonts/icofont.woff") format("woff");
}

[class^="icofont-"], [class*=" icofont-"]
{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Used IcoFont Classes */
.icofont-arrow-left:before
{
  content: "\ea5c";
}

.icofont-auto-mobile:before
{
  content: "\ee10";
}

.icofont-block-down:before
{
  content: "\ea5f";
}

.icofont-brand-aliexpress:before
{
  content: "\e89f";
}

.icofont-brand-paypal:before
{
  content: "\e8d1";
}

.icofont-brand-volkswagen:before
{
  content: "\e954";
}

.icofont-brand-whatsapp:before
{
  content: "\e957";
}

.icofont-car:before
{
  content: "\ee1f";
}

.icofont-car-alt-3:before
{
  content: "\ee1d";
}

.icofont-car-alt-4:before
{
  content: "\ee1e";
}

.icofont-caret-left:before
{
  content: "\ea68";
}

.icofont-caret-right:before
{
  content: "\ea69";
}

.icofont-check-circled:before
{
  content: "\eed7";
}

.icofont-clock-time:before
{
  content: "\eedc";
}

.icofont-dashboard:before
{
  content: "\eefa";
}

.icofont-delete-alt:before
{
  content: "\edec";
}

.icofont-edit:before
{
  content: "\ef10";
}

.icofont-email:before
{
  content: "\ef12";
}

.icofont-exclamation-circle:before
{
  content: "\ef19";
}

.icofont-facebook:before
{
  content: "\ed37";
}

.icofont-globe:before
{
  content: "\ef3e";
}

.icofont-id-card:before
{
  content: "\e970";
}

.icofont-instagram:before
{
  content: "\ed46";
}

.icofont-location-pin:before
{
  content: "\ef79";
}

.icofont-logout:before
{
  content: "\ef7c";
}

.icofont-mastercard:before
{
  content: "\ecdb";
}

.icofont-money:before
{
  content: "\ef9d";
}

.icofont-package:before
{
  content: "\efb1";
}

.icofont-penalty-card:before
{
  content: "\edb9";
}

.icofont-phone:before
{
  content: "\efbb";
}

.icofont-price:before
{
  content: "\efc5";
}

.icofont-rounded-left:before
{
  content: "\ea9d";
}

.icofont-rounded-right:before
{
  content: "\eaa0";
}

.icofont-scroll-double-left:before
{
  content: "\eaa7";
}

.icofont-scroll-double-right:before
{
  content: "\eaa8";
}

.icofont-search-1:before
{
  content: "\ed11";
}

.icofont-ship-wheel:before
{
  content: "\e81b";
}

.icofont-shopping-cart:before
{
  content: "\efe7";
}

.icofont-speed-meter:before
{
  content: "\eff3";
}

.icofont-spinner-alt-2:before
{
  content: "\eff5";
}

.icofont-star:before
{
  content: "\f000";
}

.icofont-stripe:before
{
  content: "\ece5";
}

.icofont-stylish-right:before
{
  content: "\eac0";
}

.icofont-truck-loaded:before
{
  content: "\ee3c";
}

.icofont-twitter:before
{
  content: "\ed7a";
}

.icofont-ui-delete:before
{
  content: "\ec53";
}

.icofont-ui-lock:before
{
  content: "\ec61";
}

.icofont-ui-message:before
{
  content: "\ec67";
}

.icofont-ui-search:before
{
  content: "\ec82";
}

.icofont-ui-user:before
{
  content: "\ec8e";
}

.icofont-user:before
{
  content: "\ed05";
}

.icofont-user-add:before
{
  content: "\e96d";
}

.icofont-user-alt-3:before
{
  content: "\ecfd";
}

.icofont-user-suited:before
{
  content: "\ed04";
}

.icofont-users:before
{
  content: "\ed0d";
}

.icofont-whatsapp:before
{
  content: "\ed86";
}

.icofont-youtube-play:before
{
  content: "\ecbb";
}

/* Utility Classes */
.icofont-spin
{
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

@-webkit-keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
	