/* ==========================================================================
   Utility
   ========================================================================== */
.alg_checkout_files_upload_button{

      color: #fff;
      background-color: #FE6D4E;
      font-family: "Ubuntu",sans-serif;
      font-weight: 500;
      font-size: 19px;
      line-height: 1.5;
      text-transform: none;
      border-style: none;
      border-width: 0px;
      border-color: initial;
      border-radius: 24px;
      padding:12px 24px;
}

.FileUpload{
   margin-top: 15px;
}


.FileUpload label[for=alg_checkout_files_upload_1]:after{
   content: "*";
    color: red;
    margin-left: 5px;
}

.party_location .item_qty{
   display: none;
}


.hide{
   display:none !important;
 }
 
 .show{
    display:block !important;
 }
 