.product_rp_cart_div {
  text-align: left;
  margin-left: 41%; 
}
.bold-product__details .ro-checkbox {
  transform: scale(1.5); 
}
.bold-ro__choices-save:not([disabled]){
  background: #f47920;
  color: #fff;
}
.bold_text {
  float: left; 
  width: 40%;
  font-size: 18px;
}
.bold-product__quantity-increase, .bold-product__quantity-decrease {
 font-size: 20px; 
}
.boldQuantityInstructions {
 margin: 1em 0; 
}
#choice-actions.sticky {
  margin-top: 10%;
  z-index: 1;
}
#choice-actions.sticky .bold_text {
  display: none;
}

.bold-modal__content .prod-btm-text {
 display: none; 
}
.bold-ro__products-list .bold-ro__choice-active {
 border: 1px solid  #f47920; 
}