#ProductBreadCrumb{
  color: #FFF;
}

#ProductBreadCrumb a{
  text-decoration: none;
  color: #FFF;
}

.product-details-section{
  margin-top: 25px;
  margin-bottom: 50px;
  color: #FFF;
}

.product-details-section a{
  text-decoration: none !important;
  color: #FFF !important;
}

#TopperDiv{
  padding: 20px;
  background-color: #bb0704;
}
 
.navbar-brand{
  width: 200px;
}

.nav-toggler{
  color: #fff;
}

.nav-item a{
  color: #fff !important;
}

.footer-section {
  background: #bb0704;
  background: -webkit-gradient(linear, left top, right top, from(#bb0704), to(#240100));
  background: linear-gradient(to right, #bb0704 0%, #240100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0704', endColorstr='#240100', GradientType=1);
}