
i.fas, i.far {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
}
i.fa-edit {
	background-image:url('../img/icons/bearbeiten.svg');
  width: 1.2em;
  height: 1.2em;
}
i.fa-bars {
	background-image:url('../img/icons/menu.svg');
}
i.fa-check, i.fa-check-circle {
	background-image:url('../img/icons/check.svg');
}
i.fa-chevron-left, i.fa-chevron-right {
  width: 1.3em;
  height: 1.3em;
}
i.fa-chevron-left, i.fa-angle-left {
	background-image:url('../img/icons/pfeil-links.svg');
}
i.fa-chevron-right, i.fa-angle-right {
	background-image:url('../img/icons/pfeil-rechts.svg');
}
i.fa-edit {
	background-image:url('../img/icons/bearbeiten.svg');
}
i.fa-search, i.fa-file-alt {
	background-image:url('../img/icons/lupe.svg');
}
i.fa-shopping-cart {
	background-image:url('../img/icons/checkout-warenkorb-01.svg');
  width: 30px;
  height: 30px;
}
i.fa-times {
	background-image:url('../img/icons/close.svg');
}
i.fa-undo {
	background-image:url('../img/icons/refresh-icon-albatrueffel.svg');
}

i.fa-plus::after {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
  content: '+';
}
i.fa-save::after {
  font-style: normal;
  content: '\1F4BE';
}

i.fa-arrow-up::after {
  font-style: normal;
  content: '\2191';
}
i.fa-arrow-down::after {
  font-style: normal;
  content: '\2193';
}
