/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/


/* ===== FIX SHIPPING ALIGNMENT PROPERLY ===== */

body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    width: 30%;
    text-align: left;
    vertical-align: top;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    width: 70%;
    text-align: left;
    padding-left: 15px;
}

/* Reset shipping list spacing */
body.woocommerce-checkout #shipping_method {
    padding-left: 0;
    margin: 0;
}

body.woocommerce-checkout #shipping_method li {
    list-style: none;
    margin-bottom: 8px;
}

/* Keep price inline */
body.woocommerce-checkout #shipping_method li .woocommerce-Price-amount,
body.woocommerce-checkout #shipping_method li small {
    display: inline;
}
body.woocommerce-checkout #shipping_method li small {
    font-size:10px
}

/* Add proper spacing */
body.woocommerce-checkout #shipping_method li label {
    margin-left: 6px;
	display:flex;
	flex-direction:column
}
