/* Last updated: January 6, 2017 */
/* CHANGED: Added css for Recurring Memberships modal /*
/* 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 OPTIONS =====~ */
/* Product Page */

.bold_options {
    width: 100%;
    margin: 1em;
}
.bold_option_title {
    display: inline-block;
    margin-top: 10px;
}
.bold_option_element select {
    width: auto;
    font-size: 12px;
    display: block;
}
.bold_help_text {
    padding-right: 25px;
}
.bold_option.bold_option_swatch {
    margin: 5px;
}
.bold_option_swatch_title .bold_option_value_title, .bold_option_swatch_title .bold_option_value_price {
	 color: #fff !important;
}

