.bold_recurring_desc {
      display: inline-flex;
}
input.bold-product__quantity-val{
	padding: 10px 15px;
}
.bold-ro__choice-header {
  margin-right: 2em;
  text-align: center !important;
}


.bold-ro__products-list{
	width:100% !important;
  	margin:0 auto% !important;
  	text-align:center !important;
}

@media only screen and (min-width: 499px){
  .bold-grid__column.bold-grid__column--quarter{
    display:inline-block !important;
    float:none;
  }
}
.bold-ro__choices-save {
      visibility: visible;
      position: relative;
    z-index: 5;
      -webkit-appearance: button;
    cursor: pointer;
      color: #fff;
    background: #009ee2;
  display: inline-block;
    padding: 12px 30px;
    font-family: "Open Sans",sans-serif;
      font-weight: 700;
    line-height: 2;
      border: 0;
    border-radius: 5px;
      font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.bold-ro__choices-save:hover {
    color: #fff;
    background: #0a8ac1;
}
