/* 
* 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%;
  color:#000;
}

.bold-ro__choices-save {
  background-color:#FFF;
  color:#000;
}

.product_rp_cart_div {
  width:45%;
  margin-left:55%;
  
}

.bold-ro__recurring-title {
  color: #FFF !important;
}

.bold-ro__bold-active{
  color: #000 !important;
}

.bold-ro__recurring-radio-btn {
  width:15px;
  height:15px;
  min-height:0px !important;
}