/* 
* Modify  This file as needed to ensure the Bold RO widget looks nice.
*
* Within this file are general stylings that are designed to "fix" various aspects of the Recurring Orders app.
*
* These style rules may need to be modified or removed depending on the Shopify theme in use.
*
* Place the below include statment before the end </head> tag in the theme.liquid file.
* {{ 'bold-ro.css' | asset_url | stylesheet_tag }}
*/

.button {
  width:100%;
  position: relative;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Neue Haas Unica",sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  border:solid 1px rgba(106, 106, 106, 0.2);
}

.product_rp_cart_div {
  width:40%;
  margin-left:60%;
}
