/* Add here all your CSS customizations */

/* Compact cart dropdown */
.header-nav-features-cart .header-nav-features-dropdown {
    min-width: 240px;
    padding: 8px 0;
}
.header-nav-features-cart .mini-products-list {
    margin: 0;
    padding: 4px 8px 0;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.header-nav-features-cart .mini-products-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    list-style: none;
}
.header-nav-features-cart .mini-products-list li:last-child {
    border-bottom: none;
}
.header-nav-features-cart .mini-products-list .product-details {
    padding: 0 4px;
}
.header-nav-features-cart .mini-products-list .product-name,
.header-nav-features-cart .mini-products-list .qty-price {
    margin-bottom: 2px;
    font-size: 0.78rem;
    line-height: 1.3;
}
.header-nav-features-cart .totals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px 4px;
    font-size: 0.8rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 4px;
}
