.my-points .summary-points .left-summary {
  width: 35%;
  border-right: 1px solid #c3c3c3;
  line-height: 35px;
}
.my-points .summary-points .left-summary .total {
  font-weight: bold;
  font-size: 28px;
}
.my-points .summary-points .right-summary {
  width: 65%;
}
.my-points .summary-points .right-summary strong {
  font-size: 16px;
  font-weight: bold;
}
.my-points .type-points ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.my-points .type-points ul li {
  position: relative;
  margin-right: 15px;
  padding-bottom: 10px;
}
.my-points .type-points ul li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.my-points .type-points ul li.active:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 2px;
  left: 0;
  background-color: #e3617a;
}
.my-points .type-points ul li.active a {
  color: #e3617a;
}
.my-points .list-points .tb-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.my-points .list-points .tb-row .tb-cell {
  padding: 10px;
  width: 20%;
}
.my-points .list-points .tb-row .tb-cell.point-desc {
  width: 40%;
}
.my-points .list-points .tb-row.head-list {
  font-size: 16px;
}
.my-points .list-points .tb-row.item-list .point-reward {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .my-points .summary-points .left-summary {
    width: 100%;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .my-points .summary-points .right-summary {
    width: 100%;
    text-align: center;
  }
  .my-points .type-points ul {
    display: block;
    margin-bottom: 20px;
  }
  .my-points .type-points ul li {
    padding: 10px;
    margin: 0 0 10px;
    text-align: center;
  }
  .my-points .type-points ul li.active {
    background-color: #e3617a;
    border-bottom: 0;
  }
  .my-points .type-points ul li.active a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .my-points .summary-points .left-summary .total {
    font-size: 22px;
    line-height: 25px;
  }
  .my-points .list-points .tb-row .tb-cell {
    font-size: 14px;
  }
  .my-points .list-points .tb-row.item-list .point-reward {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}