/**
 * Custom styles for panda-child theme
 * 
 * Increase product name size in cart - ONLY the product name link
 */

/* Nombre del producto en cart-detailed-product-line - solo el enlace del nombre */
.product-line-grid-body .product-line-info:first-child a.label {
    font-size: 1.3em;
    font-weight: 600;
}

/* Precios en el carrito - precio total (product-price) */
.product-line-grid-body .product-price.price strong {
    font-size: 1.2em;
    font-weight: 700;
}

/* Precios en el carrito - precio unitario (current-price) */
.product-line-grid-body .current-price .price {
    font-size: 1.2em;
    font-weight: 700;
}

