.mobile-categories li {
    border-top: 1px solid #706F6F;
}

.mobile-categories a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 10px;
    text-transform: uppercase;
}

.mobile-categories ul {
    width: 100%;
    list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
    -moz-transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
}

/*.mobile-categories ul ul {
    text-indent: 20px;
}
*/
.mobile-categories ul ul li {
    padding: 10px;
    background-color: #EDEDED;
}

.mobile-categories i {
    color: #574b45;
    padding: 10px 10px 10px 30px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    outline-style: none;
}