/**
* Theme Name:     Themename
* Theme URI:      https://templatemela.com/
* Template:       avanam
* Author:         TemplateMela
* Author URI:     #
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* = WooCommerce Cart Fixes - Added [Today's Date] */
.woocommerce-cart .woocommerce-cart-form table.cart th.product-name,
.woocommerce-cart .woocommerce-cart-form table.cart td.product-name {
    font-weight: 400 !important;
    font-size: 14px !important;
    position: static !important;
    left: auto !important;
}

/* Fix for <dt> elements */
dt {
    font-weight: 400 !important;
}