/* hide service partner icon from header */ div.content.delti_header_left_links div.service { display: none; } /* Custom css for payment logos on checkout step3 */ .checkout-view-success-info-3 form#checkoutForm .payment-icons-container { display: flex; justify-content: center; flex-direction: row-reverse; } .checkout-view-success-info-3 form#checkoutForm .paymentIcons.linked.chip-card-spacing { flex-direction: row-reverse; } .checkout-view-success-info-3 form#checkoutForm .paymentIcons.linked.chip-card-spacing a:nth-child(1) { order: 2; } .checkout-view-success-info-3 form#checkoutForm .paymentIcons.linked.chip-card-spacing a:nth-child(2) { order: 1; } .checkout-view-success-info-3 form#checkoutForm .paymentIcons.linked.chip-card-spacing a:nth-child(3) { order: 3; }