/* 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_element {
width: 100%;
height: 30px;
margin: 0;
border: 0px;
/*outline: 2px solid #b4b4b4;
outline-offset: -2px;*/
font-family: Roboto,sans-serif;
font-size: 0.75em;
text-transform: uppercase;
  
}

.bold_option_title {
font-size: 0.6875em;
color: #818181;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 4px;
font-family: Roboto,sans-serif;
width: 100%;
display: block;
}

.bold_option_element select{

  border-width: 1.5px;
  border-radius: 0px;

}