
#MobMenuBar {
    display: none;
}

@media screen and (max-width: 1023px) {
    #MobMenuBar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        background-color: white;
/*        position: fixed;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    #MobMenuBar.Senka {
        box-shadow: 0px 1px 5px 0px rgb(143 143 143);
    }

    #MobMenuBar > img {
        margin-left: 20px;
    }

    #MobMenuBar > div {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #MobMenuBar > div > img {
        margin-right: 35px;
    }

    .Tribar {
        width: 45px;
        height: 45px;
        background-color: black;
        background-image: url("../images/opsti/tribar-beli.svg");
        background-size: 100% 100%;
        margin-left: 45px;
    }
}

