/* [SR] • 11.03.2019  */ 

.fa-chevron-left:before {
  content: "\f053" !important;
}

.fa-chevron-right:before {
  content: "\f054" !important;
}

.fa-caret-right:before {
  content: "\f0da" !important;
}

.fa-envelope:before {
  /*content: $fa-var-envelope;*/
  content: "\f0e0" !important;
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b" !important;
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8" !important;
}

.fa-map-marker:before {
  content: "\f041" !important;
}

.fa-plus:before {
  content: "\f067" !important;
}

.fa-caret-down:before {
  content: "\f0d7" !important;
}

.fa-caret-up:before {
  content: "\f0d8" !important;
}