header#navbar.full-width {
  margin: 0;
}

.homepage-slider .item {
  max-height: 81vh;
}

.homepage-slider .item>img {
  filter: brightness(0.3);
}

.full-width-container .row {
  margin: 0;
}

.full-width-container .row>div {
  padding: 0;
}

div.promo-block {
  margin-bottom: 0;
}

div.promo-block p {
  font-size: 17px;
}


.alert-promotion {
  color: #4d5257;
  background-color: #c5cbd1;
  border-color: #c5cbd1;
}

header.navbar-dark {
  background-color: #dadada;
  border-color: #dadada;
}

nav .menu--account  {
  display: none;
}

body.user-logged-in nav .menu--account {
  display: block;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.marketing h2,
.marketing h3 {
  font-weight: 400;
}

.marketing .col p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px; /* The navbar becomes detached from the top, so we round the corners */
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 35px;
  }
  .featurette p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 50px;
  }
}

/* Price cards */
div.products .card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin: 10px 0;
  height: 100%;
}

div.products .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

div.products .card-content {
  padding: 2px 16px;
  min-height: 200px;
}

div.products .reduced-price {
  text-decoration: line-through;
}

div.products .reduced-price span.inner {
  color: black;
}
div.products .reduced-price span.outer {
  color: red;
  text-decoration: line-through;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex .col-xs-6,
.row.display-flex .col-md-3
{
  display: flex;
  flex-direction: column;
}
