/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

@import url("../astra/style.css");

/* Make NRIC/Passport radio buttons horizontal */
.css_ptd_nric_pass {
  display: flex;
  flex-direction: row;
  gap: 2rem; /* space between options, adjust as needed */
  align-items: center;
}

.css_ptd_nric_pass .wc-block-components-radio-control__option {
  margin: 0;
}

/* Style the checkout page header */
.woocommerce-checkout h1.entry-title {
    background-color: #0a466a; /* Dark blue background */
    color: white;              /* White text */
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 24px;
}

.woocommerce .quantity {
    display: none !important;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none !important;
}

