 /* BOLD.CSS
     To include this file in your theme, add the following before the closing </head> tag in theme.liquid
     {{ 'bold-lp.css' | asset_url | stylesheet_tag }}
    */
     /* ~=====  LOYALTY POINTS =====~ */
       /* Product Page */
      .bold-loyalties-redeem a.buy-with-rewards {
        font-family: "Open Sans",sans-serif;
        font-size: 11px;
        color: #fff !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
        cursor: pointer;
        border: 0;
        background: #fcc;
        box-sizing: inherit;
        height: 50px !important;
        width: 47%;
        display: block;
        padding: 10px;
        font-weight: 700 !important;
        letter-spacing: 3px;
        float:right;
        margin: 10px auto;
      }    
      .bold-loyalties-redeem a.buy-with-rewards:hover { 
        background: rgba(255,204,204,0.9);
      
      }
      .bold-loyalties-redeem-amount { }
       /* Purchase Modal */   
      a.btn.btn--secondary.bold-modal-close-btn { }
       input.btn.continue_btn { }
       /* Header Callout nav */
      .bold-loyalties-callout-nav { }
      .bold-loyalties-callout-nav a { }
