
.product-quantity{
  margin-bottom: 10px;
}

.quantity-selector{
  margin-top: 10px;
  height: 21px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 50%;
}

.single-option-selector{
  margin-top: 10px;
  width: 120px;
}

.product-color{
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-color input[type="radio"] {
    display:none;
}

.product-color label {
    display:inline-block;
    background-color:#ddd;
    padding: 6px;
    font-family: 'Geogrotesque-Regular', Arial, sans-serif;
    font-size:12pt;
}

.product-color input[type="radio"]:checked + label {
    background-color:#bbb;
}

.product-color-selector{
  display: none;
}

.product-color-selector label{
  display: inline-block;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.product-color-selector input[type="radio"]:checked + label {
    border: 2px groove black;
}
