.mj-sad-favorite-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 65px;
    width: 100%;
    background: #fff !important;
}
body{
    background-image: url("/dist/image/nk.svg");
    background-repeat: repeat;
    background-position: 10px 20px;
}
.mj-sad-header-menu-btn-icon{
    font-family: FontAwesome !important;
    font-size: 25px;
    font-weight: 300;
}

.mj-sad-header-menu-btn{
    width: 45px;
    height: 45px;
    border: none;
    outline: none;
    background: #fff;
    text-align: right;
    display: flex;
    justify-content: center;
}
