form{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 40px 0;
}

.amazon-link{
  width: 100%;
  max-width: 95px;
  border-radius: 7px;
  padding: 5px 20px;
  font-size: 12px
}

#help-list{
  list-style-type: none;
  padding: 0;
  position: relative;
}

#help-list > li{
  margin: 10px;
}

#help-list > li > span{
  font-weight: bold;
  color: #b80056;
}
#product-table th{
  top: 60px;
}
#product-table td:nth-child(5){
  padding:0;
}

@media only screen and (max-width: 700px) {

  #product-table td:nth-child(2){
    display: none;
  }
  #product-table th:nth-child(2){
    display: none;
  }
  #product-table td:nth-child(3){
    display: none;
  }
  #product-table th:nth-child(3){
    display: none;
  }
}
