header {
  display: flex;
  position: fixed;
  align-items: center;
  right: 0;
  left: 0;
  top: 0;
  background: #dcdae7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
  justify-content: space-around;
}
header svg {
  width: 2em;
  margin-top: -0.6em;
  cursor: pointer;
}
header .logo {
  margin: 7px 0;
  width: 100px;
  cursor: pointer;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  color: #6086b5;
}
header .logo span {
  color: black;
}
header .logo img {
  width: 20px;
}
header .cart-icon-box h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
}/*# sourceMappingURL=header.css.map */