/* Show Hide On Contract Badge via Label Assignment */
.ribbon-wrapper.on_contract.b628 {
    display: none;
}

Body.ex-l-2049 .ribbon-wrapper.on_contract.b628 {
    display: block;
}

.orderpads-v2 #productlist .btn-add-to-cart {
  min-width: 130px;
}

/*
EVO NOTE (Ricardo):
these rules will make the SAVE badges visible at all time
and when live pricing call finishes, if there are no savings, these elements would become visible showing 0% savings
.rrp.hide {
  display: block !important;
}
.label.save.with-value.hide {
  display: inline-block !important; 
}
*/