/* 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 =====~ */
input[type="checkbox"], input[type="radio"] {
    display: inline;
}

.addToCartForm input, .addToCartForm textarea, .addToCartForm select, .addToCartForm fieldset {
    min-height: 0;
}

.bold_option_title {
    font-weight: bold;
  	font-size: 14px;
}

.bold_option_total > div {
    padding: 5px 12px;
    background: #fff;
    text-align: center;
}

.bold_option_total span{
    color: #AD0000;
    font-weight: bold;
}

.bold_option_swatch_title, .bold_tooltip > :first-child {
    font-weight: bold;
  	font-size: 13px;
  	text-align: left;
}