/* 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 }}
*/
.addtocart {
/*   height: 4em !important;
  color: rgb(0, 0, 0) !important;
  margin-top: -4px;
  text-indent: inherit; */
  -webkit-appearance: button !important;
  background: url(//cdn.shopify.com/s/files/1/0364/7413/t/22/assets/btn_addtocart.gif?1585056…) no-repeat center center;
  width: 125px;
  height: 33px;
  text-indent: -9999em;
 
}