/**
Theme Name: Astra Child
Author: Kode With MJ
Author URI: https://kodewithmj.xyz
Description: Child theme for Abhabd.com

Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Hide Country, City, and Postcode fields on WooCommerce Checkout */
#billing_country_field,
#billing_city_field,
#billing_postcode_field {
    display: none !important;
}