/* 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 select {
  border-radius: 0px;
  height: 3em;
  width: 100%;
  font-family: Karla,sans-serif;
  font-weight: 400; 
  font-size: 1rem;
}
.bold_option_element textarea {
  width: 100%;  
}