ul.primary {
    justify-content: flex-start !important;
}
.header + nav {
    border-left: 0;
    border-right: 0;
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.09);
    background-color: #2e2f35;
    position: relative;
    padding: 0px !important;
}
.tabs-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.info-content .link .name {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.33px;
    border-radius: 10px 10px 10px 10px !important;
    background-color: #ea1853;
    transition: background .3s, color .3s;
}
.search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 0;
    line-height: 49px;
    color: #fff;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 61px;
    border-radius: 0 10px 10px 0;
    background-color: #ea1853;
    padding: 10px 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.list-playlists .item .title, .list-albums .item .title, .list-videos .item .title {
    height: 18px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block !important;
    width: 95% !important;
}
.box .list-videos .item  { position: relative;}