/* ------------------------- */
  /*  
   * Existing Customers Registration 
  */
  .et_pb_section .et_pb_row .et_pb_column .reg-gform .gfield .readonly{
      border: 1px solid #1dd523;    
      color: #1dd523;
  }
    .et_pb_section .et_pb_row .et_pb_column .reg-gform .gfield .empty{
      border: 2px solid #BC2D30;    
      color: #BC2D30;
  }
.et_pb_wc_price_0_tb_body{
    border-top: 2px solid #000;
}

/* Default hide the quote elements */
.cart .afrfqbt_single_page.single_add_to_cart_button,
.cart .added_to_quote{
    display: none !important;
}

/* If logged In - show the quote elements */
.logged-in .cart .afrfqbt_single_page.single_add_to_cart_button{
    display: inline-block !important;
}
.logged-in .cart .added_to_quote{
    display: block !important;
}
#afrfq_update_quote_btn,
.addify_checkout_place_quote {
    color: #ffffff!important;
    background-color: #000000 !important;
    font-size: 1rem !important;
    border-radius: 25px !important;
}
#afrfq_update_quote_btn::after,
.addify_checkout_place_quote::after{

  font-size:26px !important;

}
/* ------------------------- */