﻿#top-bar {
    background: #31426A;
    padding: 15px;
}


    #top-bar p {
        color: #fff;
        margin: 0;
    }

#header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #714099;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: 3px;
}

.nav-link {
    color: #000000 !important;
    transition: .3s ease-in-out;
    font-weight: 500;
}

    .nav-link:hover {
        color: #714099 !important;
        font-weight: bold;
        text-decoration: underline;
        transition: .3s ease-in-out;
    }

.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    text-transform: uppercase;
}

.active .nav-link {
    color: #714099 !important;
    font-weight: bold;
    text-decoration: underline;
}


.navbar {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    #top-bar {
        background: #31426A;
        padding: 5px;
    }
    .cart-icon {
        width: 20px;
        height: auto;
    }
    #header-icons-noti {
        top: -4px;
        transform: scale(0.8);
    }
    .navbar {
        padding: 5px 0;
    }
    .logo-new {
        width: 110px;
    }
}
