:root {
    --bs-primary: #2860c9; /* promena glavne boje */
    --bs-body-font-family: 'Arial, sans-serif';
   
}

/* Override specifičnih klasa */
.navbar {
    background-color: #7ba0e6 !important;
}

.bg-info{
    background-color: #2860c9 !important;
}
.btn {
    color: #7ba0e6 !important;
}

.bg-info1 {
    background-color: #7ba0e6 !important;
}

.product-categories {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.product-categories h4 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #263238;
}

#categories-list > li {
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 0 !important;
    padding: 10px 0;
}

#categories-list > li:last-child {
    border-bottom: 0;
}

#categories-list a {
    display: inline-flex;
    align-items: center;
    color: #263238;
    text-decoration: none;
    font-size: 14px;
}

#categories-list a:hover,
#categories-list a.text-primary {
    color: #2860c9 !important;
}

#categories-list .subcat {
    background: #f8fafc;
    border-radius: 10px;
    padding: 8px 10px;
}

#categories-list .subcat li {
    padding: 6px 0;
}

#categories-list .toggle-btn {
    border: 0;
    color: #2860c9;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
}