/* navbar styles */
nav .brand-logo {
  font-size: 1.5rem;
  font-weight: 700
}
nav ul a {
  font-size: 1.1rem;
  font-weight: 700;
}
/* Sidenav styles */
.side-nav li > a {
  font-weight: 700;
  font-size: 16px;
}
.side-nav .user-view {
  padding: 32px;
}
.sidenav-brand-logo {
  font-size: 24px;
  font-weight:700;
  text-align: center;
}
#sidenav-overlay {
  z-index: 996;
}
/* Slider styles */
.slider .indicators .indicator-item.active {
  background-color: #c62641;
}
.slider .slides {
  background-color: #c62641;
}
/* Shopping cart styles */
@media only screen and (max-width: 992px){
  #shoppingcart-table.responsive-table tr {
      padding: 0 20px 0 0;
  }
  #shoppingcart-table.responsive-table h5 {
    font-size: 1.5rem;
  }
  #shoppingcart-table.responsive-table .prod-content {
    text-align: center;
  }  
}