/* body {
  padding: 50px;
  font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
} */

hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

h3.style14 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

.required :after{
  content:"*"; 
}


.color-box {
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border 0.3s;
}

.variation-radio:checked + .variation-label .color-box {
  border: 2px solid #000; /* highlight color */
}

