

@media only screen and (max-width: 1023.98px) {
  .table-wrapper {
    margin: 0 -15px;
  }

  .table thead {
    display: none;
  }

  .table tbody {
    width: 100%;
  }

  .table tbody tr {
    flex-direction: row;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
    justify-content: space-between;
    padding: 0 15px;
  }

  .table td {
    width: auto;
    padding: 0;
    border: 0;
  }
    

  .table td:first-child {
    border: 0;
  }

  .table .web-data {
    display: none;
  }

  .table .web-data span {
    display: none;
  }

    .table .title-text {
        padding:28px 20px;
    }

    .table .purchase-price, .table .purchase-icon-btn {
        padding: 10px 20px;
    }
}
