.custom_header {
  padding-bottom: .5rem;
  padding-top: .5rem;
  margin-bottom: .5rem;
  color: #FF0000;
  background-color: #e9ecef;
}

#cartItems .cartItem{
  border-bottom: 1px solid #DDD;
  padding-top: 15px;
  padding-bottom: 15px;
}

#cartItems .cartItem .productPicture{
  width: 100%;
  height: auto;
}

#cartItems .price{
  font-weight: bold;
  color: red;
}

#cartItems .cartItemHeader{
  border-bottom: 1px solid #DDD;
}

.transparent {
  background-color: rgba(255, 255, 255, 0.5);
}

main {
   min-height: 80vh;
   height: auto !important;
   height: 100%;
}
