﻿ul.tk_cat_ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: max-content;
    padding: 15px 0px;
    margin-left: auto;
    margin-right: auto;
}

li.tk_cat_li a {
    color: #080035;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 16px;
    background: #FF55001F;
    border-radius: 100px;
    font-family: "Outfit", Sans-serif;
}

li.tk_cat_li a:hover {
    color: #080035;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 16px;
    background: #FF55001F;
    border-radius: 100px;
    font-family: "Outfit", Sans-serif;
}

li.tk_cat_li {
    padding: 0px 4px;
}

li.tk_cat_li.current-category a {
    background-color: #FF5500;
    color: white;
    font-weight: 700;
}

li.tk_cat_li.current-category a:hover {
    background-color: #FF5500;
    color: white;
    font-weight: 700;
}