/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* ✅ Resize product image inside Elementor mini cart */
.elementor-menu-cart__product-image img {
    width: 60px !important;
    height: auto !important;
    border-radius: 6px;
    border: 1px solid #ccc;
    object-fit: contain;
}

/* ✅ Align image and text horizontally */
.elementor-menu-cart__product {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ✅ Tweak product name font and spacing */
.elementor-menu-cart__product-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    color: #222;
}

/* ✅ Price styling */
.elementor-menu-cart__product-price {
    font-size: 13px;
    color: #007cba;
}
