/* Lightweight fallback glyphs for the .fas icon classes used in this plugin.
   Replace this file with your licensed Font Awesome webfont kit (fontawesome.com)
   to get full vector icon rendering — see the bundled PDF guide, "Icons" section. */
.fas {
	font-family: inherit;
	font-style: normal;
	display: inline-block;
	line-height: 1;
}
.fa-times::before { content: "\2715"; }
.fa-check-circle::before { content: "\2714"; }
.fa-check::before { content: "\2713"; }
.fa-gift::before { content: "\1F381"; }
