.kpop_frm {
    margin-top: 46px;
}

.cate_nav {
    display: flex;
    justify-content: center;
    padding-top: 34px;
    margin-bottom: 57px;
}

.cate_nav li input {
    padding: 13px 36px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    border: 1px solid #666666;
    background-color: #fff;
    border-radius: 24px;
    outline: none;
    font-size: 15px;
    color: #555555;
    cursor: pointer;
    transition: all .2s ease;
}

.cate_nav li:hover input {
    background-color: #ee2f49;
    border-color: #ee2f49;
    color: #fff;
    transition: all .2s ease;
}

.top_text_link {
    width: 995px;
    margin: 0 auto;
}

.top_text_link .cate_nav li.selected input {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.k_item_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px -60px;
}

.k_item {
    width: calc(25% - 26px);
    height: 363.25px;
    margin: 0 13px 60px;
}

.item_fillter_wrap {
    position: relative;
    width: 995px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
}


.item_fillter {
    margin-right: 28px;
}

.item_fillter,
.sort_price {
    position: relative;
}

.sort_price .fillter_title p {
    padding-right: 10px;
}

.sort_price .sort_by_wrap {
    width: 170px
}

.fillter_title {
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    transition: all .2s ease;
}

.fillter_title:hover {
    border-color: #ee2f49;
    transition: all .2s ease;
}

.fillter_title:hover p {
    color: #ee2f49;
    transition: all .2s ease;
}

.fillter_title p {
    display: inline-block;
    width: 80px;
    cursor: pointer;
    font-size: 14px;
    transition: all .2s ease;
}

.item_fillter .sort {
    outline: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    transition: all .2s ease;
    display: inline-block;
    width: 80px;
    cursor: pointer;
    font-size: 14px;
}

.sort_by_wrap,
.fillter_nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -72px;
    width: 97px;
    z-index: 9999;
}

.fillter_nav button,
.sort_by button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    border: 1px solid #eaebed;
    background-color: #fff;
    outline: none;
    font-size: 15px;
    color: #555;
}

.fillter_nav button:hover,
.sort_by button:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.sort_cnt {
    position: absolute;
    left: 0;

}

.sort_cnt span {
    font-size: 15px;
}

.it_list_wrap {
    margin-top: 20px;
    padding-bottom: 80px;
}

.price_wrap .item_price {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
    font-weight: bold;
    color: #323232;
    font-size: 15px;
}