.phone-bar{
    display: block;
}

.mod-menu {
    display: none;
    justify-content: center;
    justify-content: center;
    align-items: center;
}



@media (max-width: 991px) {
    .mod-menu {
        display: flex;
        height: 45px;
        position: fixed;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .phone-bar {
        flex: none;
        width: 40px;
        text-align: center;
        position: absolute;
        left: 10px;
    }

    .mod-logo {
        flex: none;
        width: 70%;
        text-align: center;
        
    }

    .mod-logo>a>img {
        height: 35px;
        position: relative;
    }

    .mod-shop {
        flex: none;
        width: 80px;
        position: absolute;
        right: 10px;
    }

    .mod-shop>ul {
        text-align: end;
    }

    .mod-shop>ul li {
        display: inline;
    }

    .mod-shop>ul>li>a>img {
        color: #333;
        padding: 5px;
        text-decoration: none;
        width: 30px;
    }
    .menu-navbar>ul>li {
        border-bottom: 1px solid #ccc;
    }
}


@media (max-width: 568px) {
    .mod-logo {
        width: 60%;
    }

}


