.header-bottom-line {
	background-color: #aa97cf;
}

/* Make parent nav li text white when NOT hovered */
#category-nav .nav-pills > li:not(.js-sf-hover) > a > span {
    color: white;
}

/* Make the down arrow white */
#category-nav .nav-pills > li > a.sf-with-ul > span:after {
    border: solid #ffffff !important;
    border-width: 0 1.5px 1.5px 0;
}