/* BOLD.CSS

To include this file in your theme, add the following before the closing </head> tag in theme.liquid

{{ 'bold.css' | asset_url | stylesheet_tag }}

*/

#formatted_option_total .hidden {
    display: inline-block;
}

.grid__item.one-third .h5 .hidden {
    display: inline-block;
}
.cart__subtotal .hidden {
    display: inline-block;
}


/* Last updated: January 6, 2017 */
/* CHANGED: Added css for Recurring Memberships modal /*
/* BOLD.CSS 
  To include this file in your theme, add the following before the closing </head> tag in theme.liquid
  {{ 'bold.css' | asset_url | stylesheet_tag }}
*/

  /* ~=====  PRODUCT OPTIONS =====~ */
	/* Product Page */
  .shappify_check_option { float: left; clear: both; }
  .shappify_radio_option { float: left; clear: both; }

	/* Cart Page */
  .bold-master {}
  .bold-hidden { display: none!important; }
  .bold-properties {}
  .bold_option_line {}
  .bold_option_title {}
  .bold_option_seperator {}
  .bold_option_value {}
    /* Edit-in-cart modal */
  #bold-cart-modal {}
    #bold-cart-modal .modal-content {}
    #bold-cart-modal .modal-dialog{}
    #bold-cart-modal .modal-body {}
    #bold-cart-modal .bold-image img{ margin:0 auto 10px; display:block; }
    #bold-cart-modal .bold-price { text-align:center; font-size:17px; font-weight:900; }
    #bold-cart-modal .bold-title { text-align:center; font-size:17px; font-weight:900; }
    #bold-cart-modal .bold-desc { text-align:center; }
    #bold-cart-modal .bold-options{ padding:10px; }
    #bold-cart-modal .modal-footer-buttons{ text-align:center; margin-top:10px; }