fieldset.product--rendered-attribute.fieldgroup{
  margin-bottom: 22px;
}

fieldset.product--rendered-attribute.fieldgroup legend{
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  display: inline-block;
  height: auto;
  padding: 0;
  margin-bottom: 3;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
fieldset.product--rendered-attribute.fieldgroup legend .fieldset-legend{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  color: #333;
  font-family: 'Arimo', sans-serif;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper{
  border: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;

  /*-webkit-appearance: none;*/
  width: 100%;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper .radio {
    font-weight: normal;
    margin: 0px;
    min-height: 18px;
    padding-left: 0px;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper .radio label.option{
    padding: 4px;
    margin: 8px 8px 8px 0;
    font-weight: normal;
    cursor: pointer;
    display: block;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper .radio:first-child label.option{
    margin-left:8px;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper .radio .new-radio{
    display: none;
}
fieldset.product--rendered-attribute.fieldgroup .fieldset-wrapper .color_field__swatch{
    display: block;
}
.product-page .description ul{
    padding: 0 0 0 20px;
}
}