/* vim: set ts=4 sw=4 sts=4 et: */

/**
 * Herbarie Custom Modifications - ticket CQY-688-17132
 *
 * @category  X-Cart_5_5_Module
 * @package   CQY68817132
 * @author    CFL Systems, Inc. <support@cflsystems.com>
 * @copyright 2023 CFL Systems, Inc. All rights reserved.
 * @license   License Agreement - https://www.cflsystems.com/software-license-agreement.html
 * @link      https://www.cflsystems.com/
 */

ul.address-section.shipping-address-section li.address-field.vat_number,
ul.address-section.shipping-address-section li.address-field.te_tax_number
{
  display: none;
}
.addresses .address-section .address-field span,
.invoice-box .addresses .address p,
.invoice-box .addresses .address div,
.invoice-box .subhead-wrapper .right-adresses-part p {
  font-size: 16px !important;
}

@media print {
    .addresses .address-section .address-field span,
    .invoice-box .addresses .address p,
    .invoice-box .addresses .address div,
    .invoice-box .subhead-wrapper .right-adresses-part p {
    font-size: 14px !important;
    }
}
