@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

/* =========================================
   Basis
========================================= */

body {
  font-family: 'Roboto', sans-serif;
}


/* =========================================
   Font Awesome iconen fixen
   Voor o.a. winkelwagen, prullenbak en plus iconen
========================================= */

.fa,
.fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

.fa-shopping-cart::before,
.fas.fa-shopping-cart::before {
  content: "\f07a" !important;
}

.fa-trash::before,
.fas.fa-trash::before,
.fa-trash-alt::before,
.fas.fa-trash-alt::before {
  content: "\f1f8" !important;
}

.fa-plus::before,
.fas.fa-plus::before {
  content: "\f067" !important;
}

.fa-plus-square::before,
.fas.fa-plus-square::before {
  content: "\f0fe" !important;
}

.fa-check::before,
.fas.fa-check::before {
  content: "\f00c" !important;
}


/* =========================================
   Inlogformulier aanpassingen
========================================= */

#inlogformulier input[type="text"],
#inlogformulier input[type="password"],
#inlogformulier input[type="email"],
#inlogformulier input[type="tel"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  border-radius: 0;
  background: #ffffff;
  color: #252A2D;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#inlogformulier input[type="text"]:focus,
#inlogformulier input[type="password"]:focus,
#inlogformulier input[type="email"]:focus,
#inlogformulier input[type="tel"]:focus {
  border-bottom: 2px solid #252A2D;
  color: #252A2D;
  box-shadow: none;
  outline: none;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
  margin-bottom: 15px;
  width: 120px;
  height: 32px;
  background: #252A2D;
  border: none;
  border-radius: 2px;
  color: #FFF !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#inlogformulier input[type="submit"]:hover,
#inlogformulier input[type="submit"]:focus {
  opacity: 0.85;
  color: #FFF !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  outline: none;
  transition: 0.1s ease;
}

#inlogformulier input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier *:focus {
  outline: none;
}


/* =========================================
   Algemene knoppen netjes zichtbaar
   Bewust niet op alle button-elementen, zodat menu/header niet kapot gaat
========================================= */

.btn,
.btn-primary,
.button,
a.btn,
a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #252A2D;
  border-color: #252A2D;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  text-decoration: none !important;
}

.btn:hover,
.btn-primary:hover,
.button:hover,
a.btn:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #111416;
  border-color: #111416;
  color: #ffffff !important;
  text-decoration: none !important;
}


/* =========================================
   Webshop knoppen zichtbaar houden
========================================= */

.shop-item-details button,
.shop-item-details input[type="submit"],
.webshop button,
.webshop input[type="submit"],
.checkout button,
.checkout input[type="submit"],
.order-details button,
.order-details input[type="submit"],
.page-section button[type="submit"],
.page-section input[type="submit"] {
  background-color: #252A2D !important;
  border: 1px solid #252A2D !important;
  color: #ffffff !important;
  min-height: 38px;
  padding: 8px 18px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}

.shop-item-details button:hover,
.shop-item-details input[type="submit"]:hover,
.webshop button:hover,
.webshop input[type="submit"]:hover,
.checkout button:hover,
.checkout input[type="submit"]:hover,
.order-details button:hover,
.order-details input[type="submit"]:hover,
.page-section button[type="submit"]:hover,
.page-section input[type="submit"]:hover {
  background-color: #111416 !important;
  border-color: #111416 !important;
  color: #ffffff !important;
}


/* =========================================
   Kaartpagina knop "Sla deze stap over"
========================================= */

#submit-card-form,
form[action*="CardWizardSurface/AddSkippedProduct"],
form[action*="AddSkippedProduct"] {
  display: block !important;
  text-align: center !important;
  margin: 25px 0 35px 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}

#submit-card-form button,
#submit-card-form button[type="submit"],
#submit-card-form input[type="submit"],
form[action*="CardWizardSurface/AddSkippedProduct"] button,
form[action*="CardWizardSurface/AddSkippedProduct"] button[type="submit"],
form[action*="CardWizardSurface/AddSkippedProduct"] input[type="submit"],
form[action*="AddSkippedProduct"] button,
form[action*="AddSkippedProduct"] button[type="submit"],
form[action*="AddSkippedProduct"] input[type="submit"] {
  display: inline-block !important;
  min-width: 170px !important;
  min-height: 40px !important;
  padding: 10px 22px !important;
  margin: 15px auto !important;
  background-color: #252A2D !important;
  background-image: none !important;
  border: 1px solid #252A2D !important;
  border-radius: 2px !important;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  visibility: visible !important;
  opacity: 1 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

#submit-card-form button:hover,
#submit-card-form input[type="submit"]:hover,
form[action*="CardWizardSurface/AddSkippedProduct"] button:hover,
form[action*="CardWizardSurface/AddSkippedProduct"] input[type="submit"]:hover,
form[action*="AddSkippedProduct"] button:hover,
form[action*="AddSkippedProduct"] input[type="submit"]:hover {
  background-color: #111416 !important;
  border-color: #111416 !important;
  color: #ffffff !important;
}


/* =========================================
   Witte randen / lijnen in header overlay verwijderen
========================================= */

header .intro-text .overlay,
header .intro-text .overlay *,
header .intro-text .overlay *::before,
header .intro-text .overlay *::after,
.masthead .intro-text .overlay,
.masthead .intro-text .overlay *,
.masthead .intro-text .overlay *::before,
.masthead .intro-text .overlay *::after,
.textpage-header .intro-text .overlay,
.textpage-header .intro-text .overlay *,
.textpage-header .intro-text .overlay *::before,
.textpage-header .intro-text .overlay *::after,
.contactus-header .intro-text .overlay,
.contactus-header .intro-text .overlay *,
.contactus-header .intro-text .overlay *::before,
.contactus-header .intro-text .overlay *::after,
.text-center.overlay,
.text-center.overlay *,
.text-center.overlay *::before,
.text-center.overlay *::after {
  border: none !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

header .intro-text .overlay,
.masthead .intro-text .overlay,
.textpage-header .intro-text .overlay,
.contactus-header .intro-text .overlay,
.text-center.overlay {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  background-clip: padding-box !important;
}

header .intro-text .overlay hr,
.masthead .intro-text .overlay hr,
.textpage-header .intro-text .overlay hr,
.contactus-header .intro-text .overlay hr,
.text-center.overlay hr {
  display: none !important;
  border: none !important;
  height: 0 !important;
}


/* Tekst in header normaal laten doorlopen, geen horizontale scrollbar */
header .intro-text .overlay p,
header .intro-text .overlay div,
header .intro-text .overlay span,
header .intro-text .overlay pre,
header .intro-text .overlay code,
.masthead .intro-text .overlay p,
.masthead .intro-text .overlay div,
.masthead .intro-text .overlay span,
.masthead .intro-text .overlay pre,
.masthead .intro-text .overlay code,
.text-center.overlay p,
.text-center.overlay div,
.text-center.overlay span,
.text-center.overlay pre,
.text-center.overlay code {
  white-space: normal !important;
  overflow: visible !important;
  overflow-x: visible !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  font-family: 'Roboto', sans-serif !important;
}


/* =========================================
   Header tekstblok responsive
========================================= */

header .intro-text,
.masthead .intro-text,
.textpage-header .intro-text,
.contactus-header .intro-text {
  box-sizing: border-box;
}

header .intro-text h1,
.masthead .intro-text h1,
.textpage-header .intro-text h1,
.contactus-header .intro-text h1 {
  word-break: normal;
  overflow-wrap: break-word;
}


/* =========================================
   Logo en navigatie desktop
========================================= */

.navbar-brand,
a.navbar-brand {
  max-width: 315px !important;
  width: auto !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.navbar-brand img,
a.navbar-brand img,
.navbar .navbar-brand img,
header .navbar-brand img,
nav .navbar-brand img,
.navbar img.logo,
.logo img,
.header-logo img {
  max-width: 300px !important;
  max-height: 172.5px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.navbar-toggler,
button.navbar-toggler {
  background-color: #252A2D !important;
  border: 1px solid #252A2D !important;
  color: #ffffff !important;
}

.navbar-toggler:hover,
button.navbar-toggler:hover {
  background-color: #111416 !important;
  border-color: #111416 !important;
  color: #ffffff !important;
}


/* =========================================
   Focus randen algemeen netjes
========================================= */

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}


/* =========================================
   Kleiner venster / tablet
========================================= */

@media (max-width: 991px) {
  .navbar-brand,
  a.navbar-brand {
    max-width: 202.5px !important;
    width: 202.5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .navbar-brand img,
  a.navbar-brand img,
  .navbar .navbar-brand img,
  header .navbar-brand img,
  nav .navbar-brand img,
  .navbar img.logo,
  .logo img,
  .header-logo img {
    max-width: 187.5px !important;
    max-height: 105px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  header .intro-text,
  .masthead .intro-text,
  .textpage-header .intro-text,
  .contactus-header .intro-text {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  header .intro-text .overlay,
  .masthead .intro-text .overlay,
  .textpage-header .intro-text .overlay,
  .contactus-header .intro-text .overlay,
  .text-center.overlay {
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 24px 18px !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}


/* =========================================
   Mobiel
========================================= */

@media (max-width: 768px) {
  #inlogformulier input[type="text"],
  #inlogformulier input[type="password"],
  #inlogformulier input[type="email"],
  #inlogformulier input[type="tel"] {
    width: 100%;
    max-width: 320px;
  }

  #inlogformulier input[type="submit"] {
    width: auto;
    min-width: 120px;
  }

  .navbar-brand,
  a.navbar-brand {
    max-width: 129px !important;
    width: 129px !important;
    padding: 3px 0 !important;
    margin-left: 8px !important;
  }

  .navbar-brand img,
  a.navbar-brand img,
  .navbar .navbar-brand img,
  header .navbar-brand img,
  nav .navbar-brand img,
  .navbar img.logo,
  .logo img,
  .header-logo img {
    max-width: 117px !important;
    max-height: 69px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  header .intro-text,
  .masthead .intro-text,
  .textpage-header .intro-text,
  .contactus-header .intro-text {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  header .intro-text h1,
  .masthead .intro-text h1,
  .textpage-header .intro-text h1,
  .contactus-header .intro-text h1,
  .text-center.overlay h1 {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
  }

  header .intro-text p,
  .masthead .intro-text p,
  .textpage-header .intro-text p,
  .contactus-header .intro-text p,
  .text-center.overlay p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }

  #submit-card-form button,
  #submit-card-form input[type="submit"],
  form[action*="CardWizardSurface/AddSkippedProduct"] button,
  form[action*="CardWizardSurface/AddSkippedProduct"] input[type="submit"],
  form[action*="AddSkippedProduct"] button,
  form[action*="AddSkippedProduct"] input[type="submit"] {
    width: auto !important;
    max-width: 90% !important;
  }
}


/* =========================================
   Kleine mobiel
========================================= */

@media (max-width: 480px) {
  .navbar-brand,
  a.navbar-brand {
    max-width: 108px !important;
    width: 108px !important;
    padding: 2px 0 !important;
    margin-left: 6px !important;
  }

  .navbar-brand img,
  a.navbar-brand img,
  .navbar .navbar-brand img,
  header .navbar-brand img,
  nav .navbar-brand img,
  .navbar img.logo,
  .logo img,
  .header-logo img {
    max-width: 99px !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }

  header .intro-text,
  .masthead .intro-text,
  .textpage-header .intro-text,
  .contactus-header .intro-text {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  header .intro-text h1,
  .masthead .intro-text h1,
  .textpage-header .intro-text h1,
  .contactus-header .intro-text h1,
  .text-center.overlay h1 {
    font-size: 1.25rem !important;
  }
}