/* Hiding duplicated price from the cart page */
body.template-cart del.data-wpd-hide {
  display: none;
}