/*
Theme Name: Pava Child Theme
Theme URI: https://pava.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Pava
Template: pava
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: pava
*/
/* Custom Header Cart Styling */
.menu-item a .lnr-cart {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Cart Badge Styling */
.main-cart-badge {
    background-color: #d9534f; /* Accent color matching your theme */
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    min-width: 12px;
    text-align: center;
}

/* Optional: Highlight badge when items exist */
.main-cart-badge.has-items {
    background-color: #27ae60; /* Green badge when items are in cart */
}

