.currency
{
    font-size: 18px;
    padding-left: 4px;
}
.currency.usd,
.currency.eur
{
  position: relative;
  top: 0px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.currency.usd:after
{
    content:"$";
}
.currency.eur:after
{
    content:"€";
}

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

.currency.gel:before,
.currency.gel
{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: '_bpg_gelregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.currency.gel:after
{
	content: "C";
	font-size:14px;
}