/* 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 }}
*/
  
 .bold-loyalties-redeem .buy-with-rewards {
    margin: 0 5px !important;
    position: relative;
    background-color: #f5f5f5;
    color: #bf0313;
    border-radius: 0;
    vertical-align: top;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    padding: 12px 24px 12px;
    font-size: 1.5em;
    line-height: 47px;
    height: auto;
}
.bold-loyalties-redeem .buy-with-rewards:hover {
    background-color: #bf0313;
    color: #ffffff;
}