/*As sub categories was not displayed on desktop presentation - this styling has been implemented*/
#main #ShopContent .shopMenu .activeParent .active > ul  { display: block; margin-left:10px;}

/*Styling front categories second line to add spacing to upper line*/
.front-category li:nth-child(3), .front-category li:nth-child(4) { padding-top:10px;}
.front-category.mobile.show-for-small-only li:nth-child(3), .front-category.mobile.show-for-small-only li:nth-child(4) { padding-top:5px;}