.category-list-page .page-title {
    white-space: nowrap;
}

.category-list-page .check-box {
    margin: 5px 0;
    justify-content: flex-end;
}
.category-list-page .check-box .checkbox-label {
    font-size: 14px;
}
.tab-list {
    padding: 0px 20px 0px 20px;
}
.tab-list li {
    display: inline-block;
    justify-content: space-between;
    font-size: 18px;
    border: 1px solid #eee;
    border-radius: 44px;
    transition: 0.3s;
    width: 48%;
    text-align: center;
    gap: 20px;
}
.tab-item {
  padding:8px 16px;
  border-bottom:2px solid transparent;
}
.tab-item.active {
    font-weight:bold;
    background-color: rgba(255, 128, 0, 0.1);
    border: 1px solid transparent;  
    color: #ff8000;
    border: 1px solid transparent;
}