/* 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_value {
    display: block;
}

.bold_option_dropdown .bold_option_element {
    margin-left: 0px !important;
}

.bold_option_value:hover .bold_option_swatch_title span {
    height: auto;
    width: auto;
    color: white;
}




span.bold_option_title {
    color: #000 !important;
}

