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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'visualive' !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-detail:before {
  content: "\e904";
}
.icon-more:before {
  content: "\e905";
}
.icon-delete:before {
  content: "\e903";
}
.icon-bravo:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e90d";
}
.icon-person:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-external-link:before {
  content: "\f08e";
}
