.page-title{
  padding: 30px 25px;
  color: #2E2E2E;
  font-size: 14px;
}

.content{
  padding: 0 20px;
  min-height: calc(100vh - 216px);
}

table td{
  padding: 0 5px 30px 5px;
}

table a{
  text-decoration: none;
}
.product-card{
  background: #F7F8FA;
}
.product-card > img{
  width: 100%;
}
.product-name{
  margin-top: 10px;
  font-size: 12px;
  color: 10px;
  color: #333;
}

.button-wrap{
  text-align: center;
  margin-bottom: 30px;
}