﻿/* Icon replacement - no font file needed */
[class^="icon-"], [class*=" icon-"] {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
}
.icon-check:before { content: "\2713"; }
.icon-arrow_right:before { content: "\2192"; }
.icon-arrow_left:before { content: "\2190"; }
.icon-arrow_up:before { content: "\2191"; }
.icon-arrow_down:before { content: "\2193"; }
.icon-location:before { content: "\1F4CD"; }
.icon-call:before { content: "\1F4DE"; }
.icon-envelope:before { content: "\2709"; }
.icon-star:before { content: "\2605"; }
.icon-play:before { content: "\25B6"; }
.icon-pause:before { content: "\23F8"; }
.icon-plus:before { content: "\002B"; }
.icon-minus:before { content: "\2212"; }
.icon-dot:before { content: "\2022"; }
.icon-search:before { content: "\1F50D"; }
.icon-maximize:before { content: "\2922"; }
.icon-layers:before { content: "\2630"; }
.icon-shield:before { content: "\1F6E1"; }
.icon-briefcase:before { content: "\1F4BC"; }
.icon-chevron_right:before { content: "\203A"; }
.icon-facebook:before { content: "f"; font-weight: 700; }
.icon-twitter:before { content: "t"; font-weight: 700; }
.icon-instagram:before { content: "i"; font-weight: 700; }
.icon-whatsapp:before { content: "w"; font-weight: 700; }
