.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title);
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}
.mobile-no {
  display: none !important;
}
.woocommerce a.remove.mobile-yes {
  display: block !important;
  float: right;
  margin: 20px 0 0 3px;
}
.shadowbox.mobile-yes, .acct-related.mobile-yes {
  display: table-cell !important;
}
.shadowbox.mobile-no, .acct-related.mobile-no {
  display: none !important;
}