/* Edited section at Client Request per BRMiller - resolving Case ID # 01958402 - changing text transform and sub category image sizes*/
.nav ul a, .nav ul div {
  text-transform: none !important;
}

.subcat-grid img {
  max-width: 150px;
  max-height: 150px;
}

.subcat-grid li a {
    text-transform: none !important;
    font-weight: 250;
}
/* End Edit */