<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Last updated: April 11, 2016 */
/* BOLD.CSS 
  To include this file in your theme, add the following before the closing &lt;/head&gt; tag in theme.liquid
  {{ 'bold.css' | asset_url | stylesheet_tag }}
*/
	
  /* ~=====  LOYALTIES POINTS =====~ */

  .bold-loyalties-callout-nav {
     display: inline-flex !important;
     margin-left: 80% !important;
  }

  .buy-with-rewards {
    background: #950d13;
    font-family: Karla,sans-serif;
    font-weight: 700;
    line-height: normal;
    color: #fff !important;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
  }

  .buy-with-rewards:hover {
    background: #370507 !important;
    color: #fff !important;
  }
    
  /* ~=====  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; }

  /* ~=====  RECURRING ORDERS =====~ */
	/* Cart Page */
  .bold_recurring_desc {}
  .bold_ro_every {}
  .bold_ro_frequency_num {}
  .bold_ro_frequency_type_text{}
  .discounted_price_in_cart{} 

  /* ~=====  BUY THE MEASURE =====~ */
    /* Cart Page */
  .bold-inline-hidden { opacity: 0; }

    /* Product Page */
  .field_div label {
  	/* Prevent input elements from being on own line */
    display: inline-block !important;
    width: 80px !important;
  }
  .field_div input {
    width: 50px !important;
    display: inline-block !important;
    margin-right: 5px !important;
  }

  /* ~===== PRODUCT BUNDLES =====~ */
  /*
  This URL shows an image illustrating the following classes/IDs for the Bundle widget:
  p4.zdassets.com/hc/theme_assets/320170/200005966/bundle_widget_CSS.png
  */
  
  
    /* Product Page */
  .product-bundle .product-image img {
    /* Prevent bundle widget images spilling out of containers  */
    max-height: 120px !important;
  }
  
  .bundle-form {}
  .bundle-title {}
  .bundle-form .product-wrapper {}
  .bundle-name {}
  .bundle-form .product-options {}
  .bundle-form .sale {}
  .bundle-form .regular {}
  .bundle-total button {}
  .bundle-total button top-button {}
  .bundle-plus img {}
  .bundle-form .product-image {}
  .bundle-form .product-image img {}</pre></body></html>