/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 03 2022 | 16:57:00 */
.woocommerce-cart .order-total td strong{
    width: 100%;
    display: block;
}

.woocommerce-cart .includes_tax .woocommerce-Price-amount.amount{
	font-size: 12px;
}

/*
.woocommerce-checkout .order-total td strong{
    width: 100%;
    display: block;
}
*/

.woocommerce-checkout .includes_tax .woocommerce-Price-amount.amount{
	font-size: 12px;
}

.woocommerce-checkout small.includes_tax{
    position: absolute;
    margin-top: 31px;
}