
span.Error {
    display: none;
    color: red;
    font-weight: bold;
    width:100%;
}

.Variants input.TextInputField_ProductInfo{
  width:100%;
  display: block;
}

table.VariantGroup td{
  display:block !important;
}

#BUYSECTION input[type="submit"]:disabled {
  background-color: gray;
  color: #fff;
}