.product-bundle {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.product-bundle legend {
  font-size: 3rem;
}
.product-bundle .bundle-option {
  display: inline-block;
  min-width: 15rem;
  max-width: 20rem;
  margin: 1rem;
  background: #e4e4e4;
}

.product-bundle input {
  display: none;
}
.product-bundle input:checked + label {
  background: #d66214;
}
.product-bundle input:checked + label h3 > a {
  color: #eee;
}
.product-bundle label {
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  vertical-align: top;
  cursor: pointer;
}
.product-bundle label:hover a {
  color: #d66214;
    text-decoration: underline;
}
.product-bundle label img {
  width: 100%;
  background: #fff;
}
.product-bundle label h3 {
  display: block;
  margin-top: 2rem;
  font-size: 1.3rem;
}

.bundle-option label a {
    color: #888;
}
