/* =============================
   TOP BAR
============================= */
#top-bar {
    background:white;
    border-bottom:1px solid #ddd;
    position:fixed;
    top:0;
    width:100%;
    z-index:1049;
    padding:6px 0;
    transition: transform 0.3s ease-in-out;
}

.top-bar-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.top-info {
    font-size:14px;
    color:#333;
    font-weight:600;
}

.top-right .btn-login {
    background:orange;
    color:white;
    border:none;
    padding:5px 12px;
    font-weight:600;
}

/* =============================
   MAIN NAVIGATION
============================= */
#main-nav {
    top:40px;
    transition: top 0.3s ease-in-out;
}

#main-nav .navbar-brand img {
    height:32px;
    width:auto;
    margin-top:-8px;
	margin-right:12px;
}

/* Bolji izgled menija */
#main-nav .nav > li > a {
    font-weight:600;
    font-size:13px;
}
.navbar-toggle {
    margin-top: 4px;   /* prilagodi po potrebi */
    margin-bottom: 12px;
}


/* =============================
   Z-INDEX FIX
============================= */
#top-bar { z-index:99999; }
#main-nav { z-index:99998; }

/* Kartice i ostali elementi */
.product-card,
.product-image-wrapper,
.product-link,
.product-logo {
    z-index:1 !important;
}
