diff --git a/app/views/checkout/_payment.html.haml b/app/views/checkout/_payment.html.haml
index 195ae9e42a..bfeb099354 100644
--- a/app/views/checkout/_payment.html.haml
+++ b/app/views/checkout/_payment.html.haml
@@ -4,9 +4,9 @@
%h5{"ng-class" => "{valid: payment.$valid, dirty: details.$dirty}"}
%span.right
%label.label.round.alert
- %i.fi-x
+ %i.ofn-i_009-close
%label.label.round.success
- %i.fi-check
+ %i.ofn-i_051-check-big
Payment
%accordion-group{"is-open" => "accordion.payment",
@@ -19,9 +19,9 @@
{{ Order.paymentMethod().name }}
.small-1.columns.right
%span.accordion-up.right
- %i.fi-arrow-up
+ %i.ofn-i_006-caret-up
%span.accordion-down.right
- %i.fi-arrow-down
+ %i.ofn-i_005-caret-down
- current_order.available_payment_methods.each do |method|
.row