@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?la09dz');
  src: url('../fonts/icons.eot?la09dz#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?la09dz') format('truetype'),
    url('../fonts/icons.woff?la09dz') format('woff'),
    url('../fonts/icons.svg?la09dz#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow:before {
  content: "\e900";
}

._icon-facebook:before {
  content: "\e901";
}

._icon-hand:before {
  content: "\e902";
}

._icon-like:before {
  content: "\e903";
}

._icon-message:before {
  content: "\e904";
}

._icon-messager:before {
  content: "\e905";
}

._icon-phone:before {
  content: "\e906";
}

._icon-slippers:before {
  content: "\e907";
}

._icon-top-arrow:before {
  content: "\e908";
}

._icon-twiter:before {
  content: "\e909";
}

._icon-whatsApp:before {
  content: "\e90a";
}

._icon-youtube:before {
  content: "\e90b";
}

._icon-construction:before {
  content: "\e90c";
}

._icon-plan:before {
  content: "\e90d";
}

._icon-pantone:before {
  content: "\e90e";
}

._icon-painting:before {
  content: "\e90f";
}

._icon-heart:before {
  content: "\e910";
}

._icon-check:before {
  content: "\e911";
}