@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("/fonts/fontello.eot");
  src: url("/fonts/fontello.eot") format("embedded-opentype"), url("/fonts/fontello.woff") format("woff"), url("/fonts/fontello.ttf") format("truetype"), url("/fonts/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?4692204#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: lighter;
  speak: none;
  font-size: 80px;
  opacity: 0.7;
  color: #ffffff;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
/*MAIN*/
.top-menu {
  background-image: url("/images/header-groot-68ad63156a816f786d90ab45438e997f.jpg");
  border-bottom: solid #cccccc 1px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.mobile-menu-links {
  display: none;
}

.logo-veeakker {
  margin: 25px;
  display: block;
  float: left;
}
.logo-veeakker img {
  height: 50px;
}

#veeakker-menu {
  float: right;
  margin: auto 2%;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  #veeakker-menu #mobile-menu {
    font-size: 20px;
    display: inline;
  }
  #veeakker-menu a {
    display: none;
  }
  .mobile-open {
    width: 100%;
    display: inline-block;
    background-color: #443b36;
    display: flex;
    flex-direction: column;
  }
  .mobile-open a {
    padding: 10px;
    text-align: center;
    color: white;
    border-bottom: solid 1px #E1DBD5;
    margin: 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  #veeakker-menu #mobile-menu {
    display: none;
  }
  #veeakker-menu a {
    font-size: 20px;
    color: white;
    margin-right: 40px;
  }
}
.product-image {
  width: 100%;
}

.product-image.product-image-default {
  background-color: #AD9A89;
}

.product-card {
  width: 300px;
  height: 350px;
  margin: 1em;
  overflow: hidden;
  text-align: center;
  border: 3px solid #f1f1f1;
}
.product-card, .product-card * {
  transition: all 0.5s ease-out;
}
.product-card .picture-info, .product-card .description {
  margin: 0;
}
.product-card .picture-info {
  height: 75%;
  padding: 0;
}
.product-card .description {
  height: 16%;
  padding: 5%;
}
.product-card .description {
  color: #443b36;
  font-family: "Open Sans";
}
.product-card .description .product-title {
  font-size: 1.4em;
  font-weight: bold;
}
.product-card .description .alternative-terms {
  font-size: 0.9em;
  display: block;
  height: 2em;
}
.product-card {
  /* greyed out unavailable pictures */
}
.product-card .product-disabled .picture img {
  filter: grayscale(1);
}
.product-card .picture-info {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product-card .picture-info .picture {
  width: 100%;
  height: 100%;
}
.product-card .picture-info .picture img {
  width: 100%;
}
.product-card .picture-info .icons {
  position: absolute;
  top: 5%;
  right: 5%;
}
.product-card .picture-info .icons .icon {
  height: 10px;
  width: 10px;
  position: relative;
}
.product-card .picture-info .icons .icon img {
  width: 22px;
  color: white;
  border: solid 0.5px #443b36;
  background-color: #f1f1f1;
}
.product-card.detail .picture-info {
  overflow: hidden;
  margin-left: -10%;
  margin-right: -10%;
  width: 180%;
  height: 20%;
}
.product-card.detail .picture-info img {
  margin-top: -35%;
}
.product-card.detail .picture-info .icons {
  right: 40%;
  top: 15%;
}
.product-card.detail .description .alternative-terms {
  height: 0em;
  color: rgba(255, 255, 255, 0);
}
.product-card.detail .amounts {
  margin-top: -1em;
}

.amounts {
  min-width: 230px;
}
.amounts .configuration {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  color: #443b36;
}
.amounts .configuration .per-pakje-input {
  display: flex;
  align-items: flex-end;
}
.amounts .configuration .per-pakje-input .number-input {
  user-select: none;
}
.amounts .configuration .per-pakje-input .number-input .number-value {
  min-width: 4ex;
}
.amounts .configuration .select-eenheid {
  background-color: #f1f1f1;
  margin-left: 2px;
  height: 25px;
  border: none;
  color: #443b36;
}
.amounts .configuration .select-eenheid:disabled {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 1em;
}
.amounts .image-of-packages {
  display: flex;
  padding: 5% 10%;
  height: 50px;
  margin-bottom: 50px;
}
.amounts .image-of-packages .image-spacing-wrapper {
  flex: 1;
  max-width: 60%;
  min-width: 30%;
  margin: 0 -10%;
}
.amounts .image-of-packages .image-spacing-wrapper img {
  width: 100%;
}

/*de prijs */
.teste {
  margin-top: -3rem;
  margin-bottom: 3rem;
  font-size: 1.2em;
  font-weight: 700;
  color: rgb(73, 59, 59);
}

.actions {
  display: flex;
  justify-content: space-evenly;
  margin-top: -47px;
}

.button-product {
  max-width: 40%;
  margin-top: 8px;
  border-radius: 5px;
  display: inline-block;
  background-color: #443b36;
  color: white;
  font-size: 15px;
  font-family: "Open Sans";
  padding: 10px 20px;
}

.button-product:hover {
  background-color: #726056;
}

.number-button {
  margin-top: 1px;
  background-color: #f1f1f1;
  display: inline-block;
  border: none;
  color: #443b36;
  height: 25px;
}

.minus-button, .plus-button {
  display: inline-block;
  padding: 0.25rem;
  border: none;
  transition: all 0.5s ease-out;
}

.minus-button[disabled], .plus-button[disabled] {
  background-color: inherit;
  color: #f1f1f1;
}

.number-value {
  display: inline-block;
  user-select: none;
  text-align: center;
}

.containerCheck {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  /*background-color: #E1DBD5;*/
  border: 1px solid #443B36;
}

.checkmarkPay {
  position: absolute;
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  /*background-color: #E1DBD5;*/
  border: 1px solid #443B36;
}

.containerCheck:hover input ~ .checkmark {
  /*background-color: #443B36;*/
}

.containerCheck input:checked ~ .checkmark {
  /*background-color: #443B36;*/
}

.checkmark:after, .checkmarkPay:after {
  content: "";
  position: absolute;
  display: none;
}

.containerCheck input:checked ~ .checkmark:after, .containerCheck input:checked ~ .checkmarkPay:after {
  display: block;
}

.containerCheck .checkmark:after, .containerCheck .checkmarkPay:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #443B36;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.map-title {
  text-align: center;
}

.locations-map {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4rem;
}

/*GALLERY*/
.gallery {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-flow: dense;
  margin-bottom: 20px;
}

.gallery > * {
  flex: 1 1 300px;
}

.gallery img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}

.image {
  margin: 0 auto;
  width: 320px;
  height: 200px;
}

.image-groot {
  margin: 0 auto;
  max-width: 1000px;
}

.image-groot img {
  width: 100%;
}

.textbook {
  padding: 2rem;
}
.textbook h1, .textbook h2, .textbook h3, .textbook h4, .textbook p {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  color: #443B36;
}
.textbook h1, .textbook h2, .textbook h3, .textbook h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.textbook p {
  margin-bottom: 1em;
}

.collection-ponts {
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
}
.collection-ponts h1, .collection-ponts h2, .collection-ponts h3, .collection-ponts h4, .collection-ponts p {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  color: #443B36;
}
.collection-ponts h1, .collection-ponts h2, .collection-ponts h3, .collection-ponts h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.collection-ponts .PostNL {
  width: 250px;
}
.collection-ponts p {
  margin-bottom: 1em;
}

.productentopbanner {
  height: 250px;
  background-image: url("/images/ondergrond-social-extra-cb8d289d675523fe7d176caaab495ea0.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.productentopbanner h1 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 100;
  margin-top: 76px;
}

.gallery {
  margin-top: 4rem;
}

.producten p {
  text-align: justify;
}

.producten .extra-menu {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  min-height: 155px;
  max-width: 1040px;
}

.extra-menu a {
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  border-bottom: 3px solid #AD9A89;
  text-align: center;
  margin: 8px;
  color: #443B36;
}
.extra-menu a img {
  width: 150px;
  background-color: #AD9A89;
}
.extra-menu a h5 {
  padding: 10px;
  margin: 0px;
}
.extra-menu a:hover {
  background-color: #AD9A89;
  cursor: pointer;
  color: #ffffff;
}
.extra-menu a.active {
  border-bottom: 3px solid #443B36;
  cursor: pointer;
}
.extra-menu a.active img {
  background-color: #443B36;
  cursor: pointer;
}
.extra-menu a.active:hover {
  background-color: #443B36;
  cursor: pointer;
}

.locaties .extra-menu a {
  transition: background-color ease-in-out 0.5s;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 184px;
  border-bottom: 3px solid #AD9A89;
  margin-top: 0px;
  padding: 10px 10px 7px 10px;
  color: #443B36;
  font-size: 83%;
  font-weight: bold;
}
.locaties .extra-menu a:hover {
  background-color: #AD9A89;
  color: #ffffff;
}
.locaties .extra-menu a.active {
  border-bottom: 3px solid #443B36;
}
.locaties .extra-menu a.active:hover {
  background-color: #443B36;
}

.locaties .extra-menu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
  min-height: 56px;
  overflow: hidden;
  text-align: center;
}

.extra-menu {
  width: fit-content;
}

@media screen and (min-width: 600px) and (max-width: 1040px) {
  .locaties .extra-menu {
    max-width: 600px;
  }
  .locaties .extra-menu a {
    width: 170px;
  }
}
@media screen and (max-width: 600px) {
  .locaties .extra-menu {
    max-width: 1020px;
    margin-bottom: 10px;
  }
  .locaties .extra-menu a {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .extra-menu {
    width: 100%;
  }
}
.locaties .maps .leaflet-container {
  height: 800px;
  margin: 0 1em;
}

.leaflet-map {
  height: 16rem;
  width: 80%;
  left: 10%;
}

/*LOCATIES*/
.locatiestopbanner {
  height: 250px;
  background-image: url("/images/locaties-789ddeff85d15e340c2f3ab11191cad8.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.locaties h1 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 100;
  margin-top: 76px;
}

.locaties h5 {
  margin: 0px;
}

.locaties .extra-menu {
  margin: 0 auto;
  min-height: 56px;
  overflow: hidden;
}

.winkel, .toeren, .natuurwinkels, .buurderijen, .webshop {
  display: block;
  float: left;
  width: 184px;
  border-bottom: 3px solid #AD9A89;
  text-align: center;
  margin: 10px;
  color: #443B36;
}

.winkel:hover, .toeren:hover, .natuurwinkels:hover, .buurderijen:hover, .webshop:hover {
  background-color: #AD9A89;
  cursor: pointer;
  color: #ffffff;
}

.winkel.active, .toeren.active, .natuurwinkels.active, .buurderijen.active, .webshop.active {
  border-bottom: 3px solid #443B36;
  cursor: pointer;
}

.winkel.active:hover, .toeren.active:hover, .natuurwinkels.active:hover, .buurderijen.active:hover, .webshop.active:hover {
  background-color: #443B36;
  cursor: pointer;
}

.winkel h5, .toeren h5, .natuurwinkels h5, .buurderijen h5, .webshop h5 {
  padding: 10px;
  margin-top: 0px !important;
}

.locaties p {
  margin: 0 auto;
  max-width: 1040px;
  color: #443B36;
  text-align: justify;
  padding: 0px 20px 30px 20px;
}

#winkel, #toeren, #natuurwinkels, #buurderijen, #webshop {
  display: none;
}

.maps {
  margin-bottom: 10px;
}

.maps img {
  width: 100%;
}

.legende {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* .four-columns {
   display: relative;
   width: 100%;

   background-color: yellow;

   .column {
   color: red;
   }
   } */
.cart-item.product-disabled * {
  text-decoration: line-through;
}
.cart-item.product-disabled .product-disabled-message {
  text-decoration: none;
}

.cart-item.not-available-at-location * {
  text-decoration: line-through;
}
.cart-item.not-available-at-location .product-unavailable-message {
  text-decoration: none;
  color: #443b36;
}

.empty-shop {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.empty-shop p {
  text-align: center;
  color: #443b36;
  padding: 20px;
}

.button-product {
  text-align: center;
  padding: 10px;
  margin: 8px auto;
  max-width: fit-content;
}
.button-product a {
  color: white;
  text-decoration: none;
}

.cart-item {
  font-family: "Open Sans";
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 1em 1em;
  padding: 0.5em;
  border-bottom: 3px solid #443b36;
}
.cart-item h4 {
  color: #726056;
}
.cart-item .cart-thumbnail {
  width: 244px;
}

.order-info {
  /* padding-bottom: 4em; */
}
.order-info h3 a {
  color: #443b36;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.order-info h4 {
  font-size: 1.2rem;
}

.order-extra i {
  color: #726056;
}
.order-extra * {
  display: inline-block;
}

#remove-button {
  border: none;
  background: none;
  margin-right: 30px;
  font-size: 18px;
}

.fa-times {
  margin: 0 10px;
}

.fa-trash:hover {
  color: #443b36;
}

.cart-total {
  padding-top: 4rem;
}

.cart-total {
  margin: 0 auto;
  width: 80%;
  text-align: right;
  color: #443B36;
}

.add-comment-button {
  color: #725056;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bolder;
  font-family: "Open Sans";
}

.cart-price {
  font-size: 25px;
  margin-bottom: 0px;
}

.cart-message {
  margin: 0px;
}

.button-product-cart {
  text-align: right;
  margin: 15px 0;
}
.button-product-cart a, .button-product-cart button {
  background-color: #443b36;
  color: white;
  font-size: 16px;
  font-family: "Open Sans";
  padding: 10px 50px;
}
.button-product-cart a:hover, .button-product-cart button:hover {
  background-color: #726056;
}

.webshop-header {
  width: 100%;
  margin: 0;
}

h1.banner {
  background-color: goldenrod;
  padding: 1em;
  margin: 0;
  font-size: 1.5em;
  color: black;
}

.account-header {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.account-header div {
  float: right;
  padding: 10px;
  min-width: 320px;
}
.account-header a, .account-header button {
  text-decoration: none;
  text-align: center;
  color: #443b36;
  font-size: 22px;
  padding: 10px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
}
.account-header a:hover, .account-header button:hover {
  color: #726056;
  cursor: pointer;
}

.menu-header {
  background-color: #443b36;
}
.menu-header a:hover {
  background-color: #2b2521;
}
.menu-header a.active {
  /* text-decoration: underline !important; */
  border-bottom: solid white 1px;
}

.submenu-header {
  width: 100%;
  background-color: #726056;
}
.submenu-header a:hover {
  background-color: #584a43;
}
.submenu-header a.active {
  /* text-decoration: underline !important; */
  border-bottom: solid white 2px;
}

@media (max-width: 1100px) {
  .scrollable-header {
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
  }
  .scrollable-header a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 15px;
  }
}
@media (min-width: 1100px) {
  .scrollable-header {
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
    text-align: center;
  }
  .scrollable-header a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 15px;
  }
}
.tab-title {
  font-size: 25px;
  color: #443B36;
  margin-top: 30px;
  text-transform: uppercase;
}

.products {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#product {
  padding: 5%;
}
#product .fav-button {
  text-decoration: none;
  text-align: center;
  color: #443b36;
  font-size: 22px;
  padding: 10px;
  margin: 0 5px;
  border: none;
  background-color: transparent;
}
#product .fav-button:hover {
  color: #726056;
  cursor: pointer;
}
#product i {
  font-size: 25px;
  margin: 30px;
}

.product-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

dl.general-product-information {
  /* Shows the PLU, target weight and target price */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0ex;
}
dl.general-product-information dt {
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
dl.general-product-information dt::after {
  content: ":";
  margin-right: 5px;
}
dl.general-product-information dd {
  text-align: left;
  padding: 0;
  margin: 0;
}

.info-img {
  margin: 2.5%;
  float: left;
  max-width: 600px;
  min-width: 350px;
}

.info-txt {
  margin: 2.5%;
  color: #443b36;
  text-align: left;
  width: 600px;
}
.info-txt h3 {
  font-size: 20px;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.info-txt p {
  padding: 2%;
}
.info-txt .pakjes {
  margin-left: 30px;
}
.info-txt .configuration {
  justify-content: flex-start;
}

.no-padding {
  padding: 20px 0px !important;
}

#product-labels {
  margin-bottom: 20px;
}

.extra-menu-product {
  max-width: 1020px;
  margin: 0 auto;
  min-height: 56px;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
}
.extra-menu-product a {
  display: inline-block;
  width: 180px;
  border-bottom: 3px solid #AD9A89;
  text-align: center;
  margin: 8px;
  color: #443B36;
}
.extra-menu-product a:hover {
  background-color: #AD9A89;
  cursor: pointer;
  color: #ffffff;
}
.extra-menu-product a.active {
  border-bottom: 3px solid #443B36;
  cursor: pointer;
}
.extra-menu-product a.active:hover {
  background-color: #443B36;
  cursor: pointer;
  color: #ffffff;
}
.extra-menu-product h5 {
  padding: 10px;
  margin: 0px !important;
}
.extra-menu-product p {
  margin: 20px 0;
  color: #443b36;
}

.checkout-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.checkout-contact h2 {
  color: #443b36;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.checkout-contact p {
  color: #443b36;
  display: inline-block;
  margin-top: 22px;
  line-height: 2em;
}
.checkout-contact p a {
  color: #443b36;
  font-weight: bold;
}

.contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 2%;
  max-width: 600px;
  border: 5px solid #443B36;
  padding: 20px;
  border-bottom-left-radius: 5rem;
  border-top-right-radius: 5rem;
}
.contact-info .error {
  color: #443B36;
}

.contact-info input, .contact-info textarea, .contact-info-different input, .contact-info-different textarea {
  padding: 10px;
  border: 1px solid #443b36;
  color: #443b36;
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 16px;
  background-color: #E1DBD5;
  font-family: "Open Sans";
}

.contact-info label, .contact-info-different label {
  color: #443b36;
  font-size: 12px;
  vertical-align: central;
}

.contact-info-different {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  margin: 2%;
  max-width: 500px;
}

.contactDetails {
  color: black;
}
.contactDetails .frost-div {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
}
.contactDetails .frost-div p {
  margin-top: 10px;
  margin-left: 2px;
}
.contactDetails .frost {
  height: 25px;
  width: 25px;
  margin-right: 1ex;
  position: relative;
  top: 1.5ex;
}

.fix {
  text-align: center;
  color: black;
}

.order {
  margin-top: 5rem;
  max-width: 90%;
  margin: auto;
  justify-content: center;
}
.order h2 {
  font-size: 1.5rem;
  text-align: center;
  text-decoration: underline;
  color: black;
  text-transform: uppercase;
}

.delivery-contact {
  color: #443b36;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.delivery-map .leaflet-map {
  height: 25rem;
  width: 100%;
  left: 0;
  border: solid white 2px;
}

.delivery-place {
  text-align: center;
}

#frost-disclaimer {
  align-content: center;
  margin: 8px 0;
}
#frost-disclaimer p {
  display: inline;
  margin-left: 5px;
  font-size: 18px;
  align-self: center;
}

#extra-info {
  color: #443b36;
  text-decoration: none;
  margin-bottom: 2rem;
}

/* BREADCRUMB CHECKOUT */
.breadcrumb-txt {
  color: #443b36;
  font-weight: bold;
  font-size: 20px;
}

.breadcrumb-nxt {
  color: #443b36;
  font-size: 20px;
}

ul.breadcrumb-cart {
  padding: 15px 16px;
  list-style: none;
  margin-bottom: 0px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  font-family: "Open Sans";
  margin-top: 30px;
}
ul.breadcrumb-cart li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb-cart li a {
  color: #443b36;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 20px;
}

ul.breadcrumb-cart li + li:before {
  padding: 8px;
  color: #443b36;
  content: ">";
}

ul.breadcrumb-cart li a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#account-name {
  font-size: 35px;
  color: #443b36;
  margin: 50px;
  border-bottom: 3px solid #2b2521;
}

.my-account {
  max-width: 50em;
  margin: auto;
}

.tab-title a {
  color: #443b36;
}
.tab-title a.active {
  border-bottom: solid 2px;
}

#account-information {
  display: flex;
  flex-direction: column;
  background-color: white;
  margin: 50px;
  padding: 20px;
}
#account-information h1 {
  text-align: left;
  color: #443b36;
}
#account-information {
  /* p, dl, dd { */
  /*   text-align: left; */
  /*   color: $base-secondary; */
  /* } */
}
#account-information dl {
  color: #726056;
}
#account-information dl dt {
  margin-top: 1em;
  font-weight: bold;
}
#account-information dl dt:after {
  content: ":";
}
#account-information dl dd {
  margin-left: 0;
  margin-top: 0;
  display: flex;
  /* color: #726056; */
}
#account-information dl dd input {
  /* color: #726056; */
  padding: 10px;
  border: 1px solid #443b36;
  background-color: #E1DBD5;
  width: 100%;
}

.onstopbanner {
  height: 250px;
  background-image: url("/images/ondergrond-social-extra-cb8d289d675523fe7d176caaab495ea0.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.onstopbanner h1 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 100;
  margin-top: 76px;
}

.overons .gallery {
  margin-top: 4rem;
}

/*NIEUWS*/
.nieuwstopbanner {
  height: 250px;
  background-image: url("/images/ondergrond-social-extra-cb8d289d675523fe7d176caaab495ea0.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.nieuws h1 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 100;
  margin-top: 76px;
}

.row {
  display: grid;
  grid-template-columns: auto auto auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1208px;
}

@media only screen and (max-width: 500px) {
  .row {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 300px) {
  .row {
    grid-template-columns: auto;
  }
}
.column {
  padding: 0 10px;
  margin-top: 50px;
}

/*.row {
  margin: 0 10px;
  max-width: 1208px;
  margin: 0 auto;
}*/
.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
  text-align: center;
  border: 3px solid #443B36;
  padding-bottom: 30px;
}

.card img {
  width: 100%;
}

.card h3 {
  font-size: 15px;
}

.card h3, .card p {
  padding: 13px 16px;
  color: #443B36;
}

.card .newsbutton {
  border-bottom: 3px solid #443B36;
  /*border: 1px solid #443B36;*/
  color: #443B36;
  font-size: 12px;
  padding: 8px 15px 5px 15px;
  width: 110px;
  margin: 0 auto;
}

.card .newsbutton:hover {
  background-color: #443B36;
  color: #ffffff;
}

#nieuwsitem p {
  margin: 0 auto;
  max-width: 1040px;
  color: #443B36;
  text-align: justify;
  padding: 20px 20px 50px 20px;
}

#nieuwsitem h1 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 100;
  margin-top: 76px;
}

#nieuwsitem h2 {
  margin: 0 auto;
  font-size: 18px;
  margin-top: 50px;
  color: #443B36;
  max-width: 1040px;
  padding: 0px 20px;
}

.contact-content {
  width: 100%;
  padding: 5% 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #443b36;
}
.contact-content p a {
  color: #726056;
}

.faq {
  padding-left: 5%;
}

.faq a {
  border-bottom: 3px solid #443b36;
  padding: 10px;
  font-family: "Open Sans";
  color: #443b36;
}

.faq a:hover {
  background-color: #443b36;
  color: #ffffff;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #E1DBD5;
  font-family: "Varela Round", sans-serif;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

h1 {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.button-style {
  background-color: #443b36;
  color: white;
  font-size: 16px;
  font-family: "Open Sans";
  text-align: center;
  margin-top: 8px;
  padding: 10px;
}

.button-style:hover {
  background-color: #726056;
}

.error-message {
  color: red;
  text-align: center;
  margin: 20px;
}

.info-message {
  color: darkgreen;
  text-align: center;
  margin: 20px;
}

.icons-social {
  height: 80px;
  margin: 0 auto;
  margin-top: 50px;
  width: 300px;
  text-align: center;
}

.icon-social {
  display: block;
  float: left;
  cursor: pointer;
}

.nieuws-datum {
  padding-bottom: 0px !important;
}

.waarden1 {
  width: 200px;
  background-repeat: no-repeat;
}

/*HOME*/
.top-banner {
  height: 400px;
  background-image: url("/images/ondergrond-09e936a740830b5de012570bc180e240.jpg");
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

.top-banner-items {
  margin: 0 auto;
  height: 400px;
}

.logo-slo {
  display: block;
  float: right;
}

.logo-slo img {
  max-width: 300px;
  margin-top: 50px;
  margin-right: 50px;
}

.slogan {
  display: block;
  margin-top: 170px;
  margin-right: 20px;
  float: right;
}

.slogan h1 {
  font-size: 28px;
  font-weight: 100;
}

.fork {
  display: block;
  margin-top: 125px;
  margin-right: 75px;
  float: right;
}

.fork img {
  width: 151px;
}

.waarden {
  background-color: #AD9A89;
  display: block;
}

.waarden h1 {
  font-size: 18px;
  font-weight: 100;
  padding-top: 40px;
}

.waarden3 {
  display: flex;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.waarden1 {
  width: 200px;
  display: block;
  margin: 10px;
}

.waarden1 img {
  width: 200px;
}

.forks {
  width: 151px;
  margin: 0 auto;
  margin-top: 20px;
}

.arrow {
  width: 132px;
  margin: 0 auto;
}

.social {
  height: 300px;
  background-image: url("/images/ondergrond-social-bd91b24548f06814bebeaf9bc45144a6.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.social h1 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 40px;
}

#contact {
  width: 100%;
  color: #443b36;
  font-family: "Open Sans";
}

#contact h1 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 40px;
}

.conditionsPage {
  max-width: 1024px;
  margin: auto;
  color: black;
  padding: 32px;
}

/* generic buttons */
button.button {
  background-color: #443b36;
  color: white;
  font-size: 16px;
  font-family: "Open Sans";
  padding: 10px 50px;
  margin: 15px 0;
  border: none;
}

/* greyed out pictures of disabled products */
.product-disabled img.product-image {
  filter: grayscale(1);
}

.not-available-at-location img.product-image {
  filter: grayscale(1);
}

.home-map {
  height: 500;
  width: auto;
}

#page-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content-wrap {
  padding-bottom: 3.5rem; /* Footer height */
}

footer {
  width: 100%;
  background-color: #443b36;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: auto;
}
footer a {
  color: white;
  padding: 1.5rem;
}

@media only screen and (max-width: 600px) {
  footer {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  footer a {
    text-align: center;
  }
}