/* 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 }}
*/

.bold_option_radio, .bold_option_checkboxmulti {
  .bold_option_value {
    display: block;
  }
}

.bold_option_swatch_title .bold_option_value_price {
  color: #fff;
  
  &:before {
  	content: '+';
  }
}