/* Ad banner styling */
.header-banner-ad img {
    max-width: 100%;
    height: auto;
}

/* Cart icon */
.header-cart {
    position: relative;
}
.header-cart .fa-shopping-cart {
    font-size: 20px;
}
.header-cart .cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
}

/* Ticker bar */
.ticker-bar {
    font-size: 14px;
}
.ticker-bar a {
    color: #333;
    text-decoration: none;
}
