/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.
/* Hide Estimate Taxes box in WHMCS cart */
#estimateTaxes,
.estimate-taxes,
#taxInput,
.tax-estimate,
h3:contains("Estimate Taxes"),
div:has(> h3) {
  display: none !important;
}

***************************************************** */
