/* Add "CAD" suffix to Prices 
.has-price::after {
    content: " CAD";
}
*/

.price-label.has-price,
.cart_total,
.quick-order .item_line_total {
  &::after {
    content: "CAD";
    margin-left: 5px;
  }
}