.cata-sub-nav {
    background: #fff;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-top: 8px;
}
.cata-sub-nav::-webkit-scrollbar {
    display: none;
}
.cata-sub-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    margin: 0 2px;
    font-size: 14px;
}
.arrow{
    background: #c209078a;
}
.nav-item {
    display: block;
    background: #fff0f0;
    padding: 10px 15px;
    border-radius: 30px;
    color: var(--primary-color);
}
.nav-prev {
    width: 25px;
    height: 25px;
    line-height: 26px;
    position: absolute;
    left: 7px;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.nav-next {
    width: 25px;
    height: 25px;
    line-height: 26px;
    position: absolute;
    right: 7px;
    margin-top: -35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}