.wpf_options{
  clear: both;
  padding: 3%;
  margin-bottom:1%;
}
.wpf_image  p{
  margin-bottom: 16px;
  clear: both;
  width: 100%;
}
label.wpf_thumbnail{
  float: left;
  outline: 1px solid #ddd;
  padding: 2px;
  margin-right: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}
.wpf_thumbnail img{
  max-width: 65px;
  max-height: 65px;
  border-radius: 3px;
}
form.wpf_option_fields .quantity{
  float: left;
}
.wpf_radio label, .wpf_checkbox label{
  display: block;
}
.wpf_options label, .wpf_options h3{
  color: #000;
}
form.cart{
  display: block!important;
}
.wpf_options input[type=text], .wpf_options input[type=time], .wpf_options input[type=date], .wpf_options input[type=number], .wpf_options span.select2-container{
  width: 100%!important;
}
.wpf_thumbnail input{
  display: none;
}