.custom-collection-template {
  .text-left{
    text-align: left;
  }
  .text-center{
    text-align: center;
  }
  .cursor{
    cursor: pointer;
  }
  table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    border: 1px solid #ddd;
    th,
    td {
      min-width: 200px;
      padding: 12px;
      text-align: left;
      border: 1px solid #ddd;
    }
  }
  @media screen and (max-width: 1023px) {
    table {
      display: block;
      overflow-x: auto;
      th,
      td {
        min-width: 200px;
        padding: 5px 12px;
      }
      th {
        font-size: 16px !important;
      }
      td {
        font-size: 14px !important;
      }
    }
  }
}
