/* Categories */

.hiowoocats nav ul li {
	list-style-type: none;
}

.hiowoocats nav ul {
	padding-bottom: 0;
}

.hiowoocats nav ul li a {
	text-decoration: none;
	color: black !important;
}

.hiowoocats .selected-marker {
	width: 10px;
	float: left;
	padding-top: 10px;
}

.hiowoocats nav ul li a.select-category {
	font-weight: bold !important;
}	

.hiowoocats .nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.hiowoocats .active {
  display: block;
}

.hiowoocats_mobile .nav {
    margin: 0 -10px;
    padding: 0 10px;
    list-style: none !important;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;

}
.hiowoocats_mobile.navBar a {
	padding-top: 8px;
	padding-bottom: 6px;
	white-space: nowrap;
}

.hiowoocats_mobile .nav > li > a {
	padding: 14px 7px 5px;
	display: block;
    color: black !important;
    text-decoration: none;
    text-transform: uppercase;
}

.hiowoocats_mobile .selected-marker {
	font-weight: bold;
}
