.water_nutrient1, .water_nutrient3, .water_nutrient5, .water_nutrient7, .water_nutrient9, .water_nutrient11, .water_nutrient13, .water_nutrient15, .water_nutrient17, .water_nutrient19, .water_nutrient21, .water_nutrient23, .water_nutrient25, .water_nutrient27, .water_nutrient29, .water_nutrient31, .water_nutrient33, .water_nutrient35, .water_nutrient37, .water_nutrient39, .water_nutrient41, .water_nutrient43, .water_nutrient45, .water_nutrient47, .water_nutrient49, .water_nutrient51  { display:none;}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 10;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #E91E63;
}
.option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  display: inline-block;
  font-size: 16.66667px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.25s;
  -moz-animation: click-wave 0.25s;
  animation: click-wave 0.25s;
  background: #E91E63;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


