/*
   Styling for breadcrumb of other pages (not product pages)
   Changed the top breadcrumb font color to "White"
   Changed the left breadcrumb (after scroll) font color to "Grey"
   Updated at: Thursday, 24-May-18
*/

   .carousel-caption .breadcrumb a,
   .carousel-caption .breadcrumb a .icon,
   .carousel-caption .breadcrumb li,
   .carousel-caption .breadcrumb .icon {
   	color: white !important;
   }

   .left-breadcrumb > li,
   .left-breadcrumb > li > .icon {
   	color: #909090 !important;
   }


   .light-shade .carousel-caption .breadcrumb a,
   .light-shade .carousel-caption .breadcrumb a .icon {
   	color: #909090 !important;
   }