/* 
* 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 }}
*/

.bold-ro__bold-active, .bold-ro__frequency-num, .bold-ro__frequency-type, .bold-ro__order-interval, .frequency_num {
  color:#000;
}

.button, .bold-ro__choices-save {
  background-color: transparent;
  border: 2px solid #4f4f4f;
  color: #4f4f4f;
  min-height: 46px;
  border-radius: 0;
  font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
}

.button {
  width:100%;
}

@media only screen and (max-width: 600px){
.ro_widget input[type=radio] {
    -webkit-appearance: checkbox !important;
}
}

[class*="bold-ro__add-to-order"]{display: none;}