#sidebar li {
    float: left;
}
#sidebar {
    float: right;
}
#sidebar li {
    background-color: #262626;
}
#sidebar ul {
    list-style-type: none;
    overflow: hidden;
}
#sidebar {
    height: auto;
    width: 300px;
    margin-top: 23px;
}
.pop-cat {
    width: 300px;
    max-width: 300px;
    margin: 10px 0 0;
    padding: 0;
    height: 35px;
}
#sidebar ul {
    margin-top: 5px;
    padding: 0;
}
#sidebar li {
    margin: 5px;
    height: 32px;
    border-radius: 20px;
    background:var(--sx-tag-bg);
    font-family:Rubik Regular;
    font-weight: 400;
    
}
#newItem a{
    color:#FAFAFA;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#sidebar #new {
    max-width: 269px;
    margin: auto;
}
#sidebar #newItem {
    margin: 15px 10px 10px;
}
#sidebar #newItem img {
    max-width: 259px;
    width: 240px;
    height: 135px;
    border-radius: 16px;
}
#newItem:hover {
    box-shadow: 0 0 12px var(--sx-shadow-pink);
    scale: 1.03
}
#sidebar li:hover {
    box-shadow: 0 0 6px var(--sx-pink-soft);
}
#newItem {
    position:relative;
    background-color: #1A1A1C;
    border-radius:16px;
}

#sidebar li a {
    display: block;
    color:#FF80C8;
    padding: 5px;
    text-decoration: none;
}
@media screen and (max-width: 800px) {
    #sidebar {
        width: 100%;
        height: 1357px;
    }
    #sidebar iframe {
        display: none;
    }
    .pop-cat {
        width: 100%;
        max-width: none;
    }
    #sidebar ul {
        width: 400px;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    #sidebar iframe {
        display: none;
    }
    #sidebar {
        width: 100%;
        height: 1459px;
    }
    #sidebar ul {
        width: 100%;
        margin: auto;
    }
    .pop-cat {
        width: 100%;
        max-width: none;
    }
}
