/*
Theme Name: Astra Child
Theme URI: www.azzm.in
Template: astra
Author: Shiya
Author URI: shiya.co.in
Version: 3.7.7.1644937177
Updated: 2022-02-15 20:29:37

*/

/* Make the TH just wide enough for its content */
.woocommerce-checkout .woocommerce-shipping-totals.shipping th {
    width: 1% !important;          /* minimal width */
    white-space: nowrap !important; /* prevent wrapping */
    padding-right: 10px !important; /* small space between th and td */
}

/* TD takes the rest of the row */
.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
    width: auto !important;
}

/* Specific pages - Hide Heading */

body.page-id-6 .entry-header,
body.page-id-7 .entry-header,
body.page-id-8 .entry-header {
    display: none !important;
}