/* Grocery Store — kirana overlay on ecommerce-v5 (Karl). Vendor CSS/JS stay at /themes/ecommerce-v5. */

.theme-grocery-store .header_area .top_header_area {
    background: linear-gradient(90deg, #2f6b3a 0%, #3d8a4a 55%, #e8a317 100%);
}

.theme-grocery-store .header_area .top_header_area,
.theme-grocery-store .header_area .top_header_area a,
.theme-grocery-store .header_area .top_header_area .header-search-btn {
    color: #fff;
}

.theme-grocery-store .header_area .main_header_area {
    border-bottom: 3px solid #e8a317;
}

.theme-grocery-store .footer_area {
    background: #1e4626;
    color: #f5f7f4;
}

.theme-grocery-store .footer_area a {
    color: #f4d48a;
}

.theme-grocery-store .widget-title h6,
.theme-grocery-store .section-heading h2 {
    color: #2f6b3a;
}

.theme-grocery-store .karl-btn,
.theme-grocery-store .header-search-btn {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.theme-grocery-store .single_product_desc .product-price,
.theme-grocery-store .product-price {
    color: #2f6b3a;
}

.theme-grocery-store .catagories-side-menu .nav-side-menu h6 {
    background: #2f6b3a;
    color: #fff;
}

.theme-grocery-store .widget-title,
.theme-grocery-store .new_arrivals .section-heading {
    position: relative;
}

.theme-grocery-store .new_arrivals .section-heading::after,
.theme-grocery-store .hero-kicker {
    content: '';
}

.theme-grocery-store .hero-kicker,
.theme-grocery-store .welcome_area .hero_text p:first-child {
    display: inline-block;
    background: #e8a317;
    color: #1e4626;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.theme-grocery-store .widget.catagory ul li a {
    border-left: 3px solid transparent;
}

.theme-grocery-store .widget.catagory ul li a:hover,
.theme-grocery-store .widget.catagory ul li.active a {
    border-left-color: #e8a317;
    color: #2f6b3a;
}
