/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.cart-item {
    margin-bottom: 5px;
    padding: 2px;
    border-bottom: 1px solid #ccc;
}

.brand-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.product-name, .sku, .price {
    margin: 2px 0;
}

.total-quantity, .total-price {
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}
