/* BOLD.CSS
This File is used for Bold Custom App CSS only***
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_checkboxmulti .bold_option_value {
    margin-right: 0px;
    display: block;
  width: 100%;
  margin-top: 5px;
    margin-bottom: 5px;
}
.bold_option_checkboxmulti {
    column-count: 2;
    display: inline-block;
}
.bold_option.bold_option_dropdown .bold_option_title {
    display: block;
}
.bold_option_dropdown .bold_option_element {
    margin-left: 0px;
}