/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
ul.subcategories-list span {
    display: block;
}

ul.subcategories-list li {
    text-align: center;
    list-style: none;
    width: max-content;
    margin: 0px 10px 0px 10px;
}

ul.subcategories-list {
    text-align: center;
    display: inline-flex;
    margin: 30px 0px 0px 0px;
}
ul.subcategories-list li:hover {
    text-decoration: underline;
}