/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


  .add-to-cart-panel .purchase-notice {
    margin-bottom: 24px;
    color: #FFFFFF;
    background: rgba(136, 120, 109, 0.7);
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
  }