.bowe_cart_item_download_pdf .spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: #9b5b66;
    animation: spin 1s ease-in-out infinite;
    margin-right: 5px;
    vertical-align: middle;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .bowe_cart_item_download_pdf {
    background: #4c9af1;
    padding: 5px;
    color: white;
    margin-left: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #4c9af1;
    cursor: pointer;
  }