#tavingo_categories_navigation {
    font-family: "Poppins", Sans-serif;
    display: block;
    padding: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tavingo_categories_navigation .category_navigation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#tavingo_categories_navigation .category_navigation_elem {
    font-size: 14px;
    margin-right: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}