/* BOLD.CSS
To include this file in your theme, add the following before the closing </head> tag in theme.liquid
{{ 'bold.css' | asset_url | stylesheet_tag }}
*/
.product-form__item.product-form__item--options {
  -ms-flex-preferred-size: 160px;
  -webkit-flex-basis: 160px;
  -moz-flex-basis: 160px;
  flex-basis: 160px;
  max-width: 100%;
} 
.bold_option_element, .bold_option_element input, .bold_option_element select, .bold_option_element textarea {
  width: -webkit-fill-available;
}
span.bold_option_value_quantity {
  margin-left: 1em;
  float: none;
  padding-right: 1em;
}
.bold_option input[name="qty[]"] {
  text-align: center;
  margin-top: .5em;	
}
.bold_option.bold_option_checkboxmulti {
  clear: both;
}
.bold_options {
  width: 100%;
  margin-top: 5px;
  padding: 0 5px;
}