/**
* Bestandnaam: page.css
* Omschrijving: Opmaak voor de normale pagina's (Inhoud)
*/
/*
* Basis css
*/
html,
body {
  height: 100%;
}

body {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}

.navbar.nav-centeredlogo {
  min-height: 100px;
}

.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}

.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

h1 {}

h2 {}

h3 {}

a,
a:active,
a:focus,
a:hover {
  color: #1b1b1b;
}

/*
*   Slick
*/
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  float: right;
  padding: 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}

/*
* Navigation css
*/
.nav-link {
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.nav-link.active {}

.nav-link:hover {}

/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}

/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

/* Fix coupon code input width */
@media(min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}


/*
*   Footer widgets css
*/

.indiv-orange {
  color: #F0892E;
  font-weight: bold;
}

.indiv-link,
a.indiv-link,
a.indiv-link:hover,
a.indiv-link:focus {
  text-decoration: underline;
  color: #000;
}

footer .footer-col .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* 
* Grotere container 
*/

@media (min-width: 1440px) {
  .container-bigger {
    max-width: 1380px;
  }
}

@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1560px;
  }
}

footer {
  background-color: #1B1B1B;
  color: #fff;
}



.footer-col a {
  color: #fff;
}

.footer-logo {
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}



.home-productstitle {
  text-transform: uppercase;
  font-weight: bold;
}


.heading {
  text-transform: uppercase;
  font-weight: bold;
}


.form-container .btn {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}