/* 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_tooltip > :first-child{
color: #fff;
background: rgba(51,51,51,0.9);
}

.bold_tooltip{
background-color: #fff;
border-radius: 50%;
}

/* .bold_options {
    margin-bottom: -38px !important;
} */
.bold_line_properties{
	font-size: 13px;
}
p.meta {
    margin-bottom: 0px;
}

.bold_edit_in_cart{
  margin-top: 10px;
  margin-bottom: 10px;

}

.bold_load_cart_item_properties{
  line-height: initial;
}

/* .bold_error_message{
   margin-top: -25px; 
  margin-bottom: 11px;
}

.bold_option_set{
  margin-bottom: -23px;
 
}

 */

/* .bold_options_loaded .bold_option_set:not(:first-child){
  margin-top: -23px;
} */