.ro_widget input:not(.test):not(#test), .product_rp_cart_div input {
  width: auto;
  height: auto;
}
.product_rp_cart_div {
width: 50%;
  margin-left: 50%;
}
[class*="bold-ro__custombutton"] {
  background: #53565a;
  border-color: #53565a;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
  background: #ffffff;
  border: 2px solid #53565a;
  color: #53565a;
  line-height: 41px;
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "PT Sans",sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  background: #ffffff;
  border: 2px solid #53565a;
  color: #53565a;
  line-height: 41px;
}
input.bold-product__quantity-val{
    padding: 10px 15px;
}
.bold-ro__choice-header{
  margin-right: 2em;
}


.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-product__quantity-wrapper .bold-product__quantity .bold-product__quantity-val
{
  width: 55px !important;
}