@media (max-width: 767px) {
  .woocommerce-account .shop_table.shop_table_responsive {
    border: 0;
  }

  .woocommerce-account .shop_table.shop_table_responsive thead {
    display: none;
  }

  .woocommerce-account .shop_table.shop_table_responsive tbody,
  .woocommerce-account .shop_table.shop_table_responsive tr,
  .woocommerce-account .shop_table.shop_table_responsive td {
    display: block;
    width: 100%;
  }

  .woocommerce-account .shop_table.shop_table_responsive tr {
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.5rem;
    background: #fff;
  }

  .woocommerce-account .shop_table.shop_table_responsive td {
    text-align: right;
    position: relative;
    padding: 0.5rem;
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }

  .woocommerce-account .shop_table.shop_table_responsive td:last-child {
    border-bottom: none;
  }

  .woocommerce-account .shop_table.shop_table_responsive td::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
