#storageProductBlock { }

ul.product_list.grid .btn-delete-favorite {
  display: block;
  float: left;
  height: 43px;
  width: 33.3333%;
  font-size: 0px;
  text-transform: uppercase;
  padding-top: 10px;
  color: #222;
}
ul.product_list.grid .btn-delete-favorite:before {
  content: "";
  position: relative;
  top: 0px; left: 1px;
  display: inline-block;
  width: 21px; height: 21px;
  background: url(../../../themes/naturisimo/img/delete_cart.png) no-repeat center center transparent;
}