/****************************************
* Header
****************************************/

header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .logo svg {
  display: inline-block;
  max-width: 400px;
}

/****************************************
* Navigation
****************************************/

nav {
  margin-left: 4rem;
}

nav a {
  font-size: 20px;
}

/****************************************
* Product category
****************************************/

.productCategory {
  background-attachment: fixed;
}

/****************************************
* Checkout page
****************************************/

.checkout .col-md-7,
.checkout .col-md-5 {
  padding: 0 4rem;
}
