/* 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; 
}
*/

.quicklinks.categories-grid > ul > li.cat-04 > a::before {
  content: "" !important;
  display: inline-block !important;
  width: 40px !important;
  height: 55px !important;
  background-image: url("https://us.evocdn.io/dealer/1310/content/media/WOS_Karcher.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  vertical-align: middle !important;
}