@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: black;
}

body {
  font-size: 16px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 0;
}
body p {
  line-height: 1.5;
}

.panel, .panel-heading, .panel-body, .inputstyle {
  border-radius: 0px;
  box-shadow: none;
}
.panel .checkbox label, .panel-heading .checkbox label, .panel-body .checkbox label, .inputstyle .checkbox label {
  line-height: 1;
}
.panel input, .panel select, .panel textarea, .panel-heading input, .panel-heading select, .panel-heading textarea, .panel-body input, .panel-body select, .panel-body textarea, .inputstyle input, .inputstyle select, .inputstyle textarea {
  border-radius: 0px;
  box-shadow: none;
}
.panel .form-group label, .panel-heading .form-group label, .panel-body .form-group label, .inputstyle .form-group label {
  line-height: 34px;
}
.panel .form-group input.error, .panel .form-group select.error, .panel .form-group textarea.error, .panel-heading .form-group input.error, .panel-heading .form-group select.error, .panel-heading .form-group textarea.error, .panel-body .form-group input.error, .panel-body .form-group select.error, .panel-body .form-group textarea.error, .inputstyle .form-group input.error, .inputstyle .form-group select.error, .inputstyle .form-group textarea.error {
  border: 1px solid #ff0033;
}

.inputstyle .form-horizontal .control-label {
  padding-top: 0px;
}

.height-500 {
  height: 500px;
}

.height-650 {
  height: 650px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.caret {
  color: #000000;
}

#infscr-loading {
  display: none !important;
}

#product-modal .modal-dialog {
  height: 450px;
  min-height: 550px;
}

textarea {
  resize: vertical;
}

#topbar {
  background: black;
  padding: 5px 15px;
}
#topbar * {
  color: white;
}
#topbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 0 !important;
  margin-block-end: 0;
  margin-top: 2px;
}
#topbar ul li {
  display: inline-block;
  padding-right: 25px;
}
#topbar ul#pages li {
  padding-right: 20px;
}
#topbar ul#pages, #topbar ul#languages {
  margin: 0;
  margin-top: 2px;
  padding-left: 10px;
  position: relative;
}
#topbar ul#pages:before, #topbar ul#languages:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background: black;
  left: 0px;
  top: 5px;
}
#topbar ul#pages:before {
  left: -3px;
}
#topbar ul#languages li {
  padding: 0 5px;
}
#topbar ul#languages li a:focus, #topbar ul#languages li a:hover {
  font-weight: 700;
}
#topbar ul#languages li.active a {
  font-weight: 700;
}
#topbar #header-account-button {
  padding: 0 15px;
  font-size: 16px;
}
#topbar #header-account-button.dropdown-toggle {
  box-shadow: none !important;
}
#topbar #header-account-button.dropdown-toggle:hover, #topbar #header-account-button.dropdown-toggle:focus, #topbar #header-account-button.dropdown-toggle:active {
  box-shadow: none !important;
  outline: none;
}

#menu {
  z-index: 9999;
  position: fixed;
  background-color: #ffffff;
  padding-bottom: 10px;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
}
#menu .navbar-header a.header-logo {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu .navbar-header a.header-logo img {
  max-height: 80px;
}
#menu .navbar-header a.header-logo img.logo-tablet {
  display: none;
}
#menu nav {
  margin-bottom: 0px;
  border: 0px;
}
#menu nav .container-fluid {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#menu nav .container-fluid #workdesigners-nav {
  margin: auto;
  margin-top: 0rem;
}
#menu #search {
  display: flex;
}
#menu #search form {
  margin: auto;
  max-width: 500px;
  float: right;
}
#menu #search form .input-group {
  width: 500px;
  margin-bottom: 1rem;
}
#menu #search form input {
  border-radius: 0;
}
#menu #search form button {
  background: #939598;
  color: white;
  border-radius: 0;
  border: 0px;
  height: 34px;
  margin-left: 0px !important;
}
#menu #search form button i {
  color: white;
}
#menu #search form button:hover, #menu #search form button:focus {
  outline: none;
}
#menu #workdesigners-nav .navbar-nav {
  float: right;
}
#menu #workdesigners-nav .navbar-nav > li > a {
  color: #000000;
  text-transform: uppercase;
  padding: 27px 15px;
  background-color: transparent;
}
#menu #workdesigners-nav .navbar-nav > li > a:hover, #menu #workdesigners-nav .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000000;
}
#menu #workdesigners-nav .navbar-nav > li > a img {
  height: 20px;
  margin-top: -10px;
}
#menu #workdesigners-nav .navbar-nav .shopping-cart {
  position: relative;
}
#menu #workdesigners-nav .navbar-nav .shopping-cart span {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  padding: 0px 4px;
  line-height: 15px;
  color: #000000;
  font-size: 10px;
  top: 15px;
  left: 22px;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu {
  width: 100vw;
  left: 0;
  position: fixed;
  top: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 0 !important;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid {
  width: 100%;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .col-xs-12 a {
  color: #000000;
  line-height: 1.8;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem {
  width: 25%;
  float: left;
  margin-bottom: 2em;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem span {
  font-weight: 600;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem ul.subcategorie {
  padding-left: 20px;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem ul.subcategorie li {
  font-weight: 200;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem ul.subcategorie li a {
  color: #000000;
  line-height: 1.8;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid > a span {
  font-weight: 600;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid > a:hover, #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid > a:focus {
  background-color: transparent;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid > a:hover span, #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid > a:focus span {
  text-decoration: underline;
}
#menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid ul {
  -moz-column-count: 4;
       column-count: 4;
}
#menu #workdesigners-nav .navbar-nav .dropdown-account {
  left: auto;
  right: 45px;
  width: auto;
  text-align: right;
}
#menu #workdesigners-nav .navbar-nav .dropdown-account li a {
  color: #000000;
}
#menu #workdesigners-nav .navbar-nav .dropdown-cart {
  width: auto;
  right: 6em;
  left: auto;
  top: 74px;
}
#menu #workdesigners-nav .navbar-nav .dropdown-cart .item-info span {
  padding: 5px;
}
#menu #workdesigners-nav .navbar-nav .dropdown-cart .item-info .titel {
  width: 350px;
  display: inline-block;
}

#view-cart {
  color: #939598;
}
#view-cart:hover, #view-cart:focus {
  color: #000000;
  background-color: transparent;
}

.header-item button, .header-item a.dropdown-toggle {
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 22px 15px 28px 15px;
}
.header-item button img, .header-item a.dropdown-toggle img {
  height: 20px;
}
.header-item button:focus, .header-item button:hover, .header-item button:active, .header-item a.dropdown-toggle:focus, .header-item a.dropdown-toggle:hover, .header-item a.dropdown-toggle:active {
  outline: none !important;
  border: 0px !important;
}
.header-item .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 0;
}
.header-item .dropdown-menu .item {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
}
.header-item .dropdown-menu .item .item-title {
  padding-right: 5px;
  width: calc(100% - 140px);
  line-height: 1.2;
}
.header-item .dropdown-menu .item .item-quantity {
  padding: 0 5px;
  width: 40px;
  text-align: right;
}
.header-item .dropdown-menu .item .item-price {
  text-align: right;
  padding: 0 5px;
  width: 80px;
}
.header-item .dropdown-menu .item .item-delete {
  width: 20px;
  text-align: center;
  color: black;
}
.header-item .dropdown-menu h2 {
  margin-top: 0px;
}
.header-item .dropdown-menu .back-cart {
  margin-top: 15px;
}
.header-item .dropdown-menu .back-cart p:last-of-type {
  margin-bottom: 0px;
}
.header-item#header-cart i {
  font-size: 20px;
}
.header-item#header-cart button span, .header-item#header-cart a.dropdown-toggle span {
  position: absolute;
  background-color: #E9E9E9;
  border-radius: 50%;
  padding: 0px 4px;
  line-height: 15px;
  color: #000000;
  font-size: 10px;
  top: 15px;
  right: 5px;
}
.header-item#header-cart .dropdown-menu {
  width: 400px;
}
.header-item#header-account .dropdown-menu {
  min-width: 200px;
}
.header-item#header-account .dropdown-menu a {
  display: block;
  width: 100%;
  color: black;
  margin-left: 0px;
  text-align: right;
}

#topbar #header-account .dropdown-menu {
  min-width: 200px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #E9E9E9;
}
#topbar #header-account .dropdown-menu a {
  display: block;
  width: 100%;
  color: black;
  margin-left: 0px;
  text-align: left;
  padding: 5px 15px;
}

#content {
  padding-top: 270px;
}

.inhoud {
  margin-top: 6em;
}

#maakkennis {
  margin-bottom: 5em;
}
#maakkennis .kennis-cat {
  margin-bottom: 25px;
  position: relative;
  background-color: white;
  display: inline-block;
}
#maakkennis .kennis-cat img {
  width: 100%;
  padding: 0 10px;
}
#maakkennis .kennis-cat h2 {
  background-color: #000000;
  color: white;
  font-weight: 800;
  padding: 5px 15px;
  position: absolute;
  min-width: 65%;
  left: -10px;
  bottom: 25px;
  text-transform: uppercase;
  font-size: 22px;
}

#homeblokken-boven {
  margin-bottom: 2em;
}
#homeblokken-boven .blok {
  background-size: cover;
  height: 118vh;
  width: 100%;
  position: relative;
}
#homeblokken-boven .blok h1 {
  font-size: 60px;
  text-transform: uppercase;
  color: white;
  font-weight: 200;
  margin-top: 4em;
}
#homeblokken-boven .blok p {
  color: white;
  font-weight: 200;
  line-height: 1.5;
  font-size: 18px;
}
#homeblokken-boven .blok a {
  margin-top: 1em;
  display: inline-block;
  background-color: transparent;
}

.merken {
  margin-bottom: 3em;
  margin-top: 5em;
}
.merken .carousel-container {
  margin-bottom: 3rem;
}
.merken .merken_slider .row {
  display: flex;
}
.merken .merken_slider .row a {
  display: inline-block;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

#homeblokken-onder {
  margin-bottom: 3em;
}
#homeblokken-onder .onderblok {
  display: flex;
}
#homeblokken-onder .onderblok .col-xs-12 {
  padding: 0;
}
#homeblokken-onder .onderblok .col-xs-12 .feature-image {
  width: 100%;
}
#homeblokken-onder .onderblok .col-xs-12 .blok-inhoud {
  min-height: calc(100% + 25px);
  background-color: #000000;
  padding: 2em;
}
#homeblokken-onder .onderblok .col-xs-12 .blok-inhoud * {
  color: white;
}
#homeblokken-onder .onderblok .col-xs-12 .blok-inhoud h1 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}
#homeblokken-onder .onderblok .col-xs-12 .blok-inhoud a {
  margin-top: 1em;
  display: inline-block;
}

.panel {
  border: none;
  background-color: transparent;
  border-top: 5px solid black;
}
.panel .panel-heading {
  background-color: transparent;
  border: none;
}

.categories .title {
  text-align: left;
  margin-bottom: 1em;
}
.categories #filter .panel-heading, .categories #filter .panel-body {
  padding-left: 0;
}
.categories #filter .panel-body {
  padding-top: 0;
}
.categories .attribuutgroep a, .categories .attribuutgroep span {
  font-weight: 400;
}

.ifr-modal-content {
  padding-top: 0 !important;
}

.pagina-titel {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 200;
}

.btn-wv {
  color: #000000;
}

.modal {
  z-index: 100000;
}

#contactform .form-control {
  border: 1px solid black;
  border-radius: 0;
}
#contactform .form-control:hover, #contactform .form-control:focus {
  outline: none;
  box-shadow: none;
}

.subpage {
  padding: 15px;
}
.subpage a {
  display: block;
  padding: 15px 0;
}
.subpage a .picture {
  width: 100%;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
.subpage a .picture.contain {
  background-size: contain;
}
.subpage a:hover, .subpage a:focus {
  text-decoration: none;
}

#tabbladen ul.nav.nav-tabs {
  border: 0px;
}
#tabbladen ul.nav.nav-tabs li a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  color: #1d1d1b;
  border: 0px;
  padding-left: 0px;
  padding-right: 30px;
}
#tabbladen ul.nav.nav-tabs li a:hover, #tabbladen ul.nav.nav-tabs li a:focus {
  color: #939598;
  background: transparent;
}
#tabbladen ul.nav.nav-tabs li.active {
  background: transparent;
}
#tabbladen ul.nav.nav-tabs li.active a {
  background: transparent;
  color: #939598;
}
#tabbladen .tab-content .tab-pane .row {
  display: flex;
  flex-wrap: wrap;
}

#carousel-border .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 75%;
}
#carousel-border .carousel-control {
  box-shadow: none;
  background-image: none;
}
#carousel-border .carousel-control span {
  color: white;
}

#footer-blocks {
  padding-top: 50px;
  padding-bottom: 35px;
}
#footer-blocks h2 {
  margin-bottom: 35px;
  margin-top: 0px;
  font-weight: 700;
}
#footer-blocks .btn-custom {
  margin-top: 15px;
  display: inline-block;
}

#footer .footer-image {
  padding: 15px;
}
#footer .klantenzone h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
#footer .klantenzone ul.dropdown-account {
  padding: 0;
  margin-top: 10px;
  list-style-type: none;
}
#footer .klantenzone ul.dropdown-account li {
  float: left;
}
#footer .klantenzone ul.dropdown-account li a {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 300;
  color: #000000;
}
#footer .footer-winkel {
  width: 100%;
}
#footer .footer-facebook, #footer .footer-instagram {
  height: 45px;
  margin-top: 20px;
}
#footer .footer-gegevens {
  padding-left: 45px;
  padding-top: 20px;
  font-weight: 500;
  font-size: 16px;
}
#footer .footer-gegevens a {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
#footer h2 {
  font-weight: 200;
}
#footer input {
  border-radius: 0;
  border: 1px solid black;
  margin-bottom: 20px;
}
#footer button {
  width: 100%;
  height: 34px;
  text-transform: lowercase;
  text-align: left;
  padding: 6px 12px;
  font-weight: 300;
  border: 1px solid #000000;
}
#footer .footer-menus {
  list-style-type: none;
  display: inline-block;
  margin: 2em 0;
  width: 100%;
  height: auto;
  padding: 0;
}
#footer .footer-menus > li {
  width: 33.33333%;
  float: left;
  margin-bottom: 1em;
}
#footer .footer-menus > li > a span {
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-menus li ul {
  padding: 0;
  list-style-type: none;
}
#footer .footer-menus li ul > li > a span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 5px;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright .divider {
  display: block;
  width: 150px;
  height: 4px;
  background-color: #000000;
  margin: 3em 0 2em;
}
.copyright .pages {
  margin-left: auto;
}
.copyright .pages a {
  color: #000000;
}
.copyright .pages a:not(:last-child):after {
  content: "|";
  margin: 0 5px;
}

#newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}
#newsletter h2 {
  margin-top: 0;
  margin-bottom: 35px;
}
#newsletter form input[type=text] {
  width: calc(100% - 225px);
  margin-bottom: 0;
}
#newsletter form button {
  width: 200px;
  text-align: center;
  margin-left: 25px;
}
#newsletter form input[type=text], #newsletter form button {
  display: inline-block;
  vertical-align: top;
  float: left;
  height: 40px;
}

#footer .footer-winkel {
  max-height: 360px;
}

footer {
  background: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer * {
  color: white;
}
footer .social {
  font-size: 25px;
  padding: 10px;
}
footer .title {
  display: block;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}
footer a {
  color: white;
}
footer a:hover, footer a:focus {
  color: white;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul#footer-menu {
  margin-bottom: 25px;
}

#categorie-index h1 {
  margin-bottom: 50px;
}

.product-grid {
  padding: 15px;
}
.product-grid .favorite {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0px;
  z-index: 5;
  border-radius: 0;
  background: white;
  padding: 6px 13px;
  color: #000000;
}
.product-grid .foto {
  height: 260px;
}
.product-grid .foto img {
  max-height: 260px;
}
.product-grid .thumbnail {
  padding-top: 30px;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-grid .thumbnail a {
  display: block;
  width: 100%;
}
.product-grid .thumbnail a.img-link {
  height: 260px;
}
.product-grid .thumbnail .caption {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: calc(100% - 260px);
}
.product-grid .thumbnail .caption .title {
  align-self: start;
}
.product-grid .thumbnail .caption .colors {
  align-self: end;
}
.product-grid .title {
  margin-bottom: 10px;
}
.product-grid .title h2 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}
.product-grid .price {
  text-align: center;
  font-size: 20px;
  width: 100%;
}
.product-grid .price .eurosign {
  font-size: 12px;
}
.product-grid .excl {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 13px;
}
.product-grid .excl strong {
  font-size: 18px;
}
.product-grid .incl {
  color: #939598;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.product-grid .incl strong {
  color: grey;
  font-weight: 400;
}
.product-grid .incl .eurosign {
  font-size: 12px;
  color: grey;
}
.product-grid div.colors {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 30px;
  margin: 3px 0px 10px 0px;
  justify-content: center;
}
.product-grid div.colors a {
  width: calc(10% - 4px);
  border: 2px solid lightgrey;
  align-self: start;
  margin: 2px;
}
.product-grid div.colors a div {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background: #000000;
}

#product-detail h4 {
  font-weight: 700;
}
#product-detail #broodkruimel {
  text-align: left !important;
  margin-left: 0px !important;
}
#product-detail .favorite {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 16px 20px;
  background: transparent;
  border: 0px;
  border-radius: 0;
}
#product-detail .favorite span {
  font-size: 30px;
}
#product-detail #broodkruimel {
  text-align: center;
}
#product-detail .title, #product-detail .subtitle {
  font-weight: 200;
}
#product-detail .title {
  margin-top: 25px;
  margin-bottom: 0;
}
#product-detail .subtitle {
  margin-bottom: 1em;
}
#product-detail .foto a {
  display: block;
  background-color: white;
  text-align: center;
}
#product-detail a, #product-detail span, #product-detail h1, #product-detail h2, #product-detail div, #product-detail h3, #product-detail strong, #product-detail i {
  color: black;
}
#product-detail #detail-afbeelding {
  display: inline-block;
}
#product-detail .detail-kleur h3 {
  font-weight: 200;
  font-size: 45px;
}
#product-detail .detail-kleur div.colors {
  min-height: 10px;
  margin: 3px -2px;
  display: inline-block;
  width: 100%;
  background-color: white;
  padding: 5px;
}
#product-detail .detail-kleur div.colors a {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid lightgrey;
  margin: 2px;
}
#product-detail .detail-kleur div.colors a div {
  width: 100%;
  padding-bottom: 100%;
}
#product-detail .detail-kleur div.colors a:hover, #product-detail .detail-kleur div.colors a:focus {
  border: 2px solid orange;
}
#product-detail .detail-kleur div.colors a.active {
  border: 2px solid orange;
  text-decoration: underline;
}
#product-detail #order-detail, #product-detail #representative {
  padding-left: 30px;
  padding-right: 30px;
}
#product-detail .detail-maat, #product-detail .detail-lengte {
  margin-top: 30px;
}
#product-detail .detail-maat h3, #product-detail .detail-lengte h3 {
  font-size: 45px;
  font-weight: 200;
}
#product-detail .detail-maat div.maten, #product-detail .detail-maat div.lengtes, #product-detail .detail-lengte div.maten, #product-detail .detail-lengte div.lengtes {
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 10px;
  margin-left: -2px;
  margin-right: -2px;
}
#product-detail .detail-maat div.maten a, #product-detail .detail-maat div.lengtes a, #product-detail .detail-lengte div.maten a, #product-detail .detail-lengte div.lengtes a {
  display: inline-block;
  width: 50px;
  float: left;
  margin: 2px;
}
#product-detail .detail-maat div.maten a div, #product-detail .detail-maat div.lengtes a div, #product-detail .detail-lengte div.maten a div, #product-detail .detail-lengte div.lengtes a div {
  color: lightgrey;
  width: 100%;
  padding-bottom: 15%;
  padding-top: 15%;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  text-align: center;
}
#product-detail .detail-maat div.maten a:hover div, #product-detail .detail-maat div.lengtes a:hover div, #product-detail .detail-lengte div.maten a:hover div, #product-detail .detail-lengte div.lengtes a:hover div {
  color: #000000;
}
#product-detail .detail-maat div.maten a.active, #product-detail .detail-maat div.lengtes a.active, #product-detail .detail-lengte div.maten a.active, #product-detail .detail-lengte div.lengtes a.active {
  text-decoration: underline;
}
#product-detail .detail-maat div.maten a.active div, #product-detail .detail-maat div.lengtes a.active div, #product-detail .detail-lengte div.maten a.active div, #product-detail .detail-lengte div.lengtes a.active div {
  color: #000000;
}
#product-detail .detail-lengte div.lengtes a {
  width: 100%;
}
#product-detail .detail-lengte div.lengtes a div {
  padding: 15px 0;
}
#product-detail .thumb-afbeeldingen a.image-small {
  margin-bottom: 5px;
  display: inline-block;
  width: auto;
}
#product-detail .thumb-afbeeldingen a.image-small:hover, #product-detail .thumb-afbeeldingen a.image-small:focus {
  text-decoration: none;
}
#product-detail .thumb-afbeeldingen a.image-small img {
  padding: 15px;
  height: 150px;
  border: 1px solid lightgrey;
}
#product-detail .thumb-afbeeldingen div {
  z-index: 999;
}
#product-detail .thumb-afbeeldingen div a.image-small {
  cursor: pointer;
  display: inline-block;
  background-color: white;
  background: center no-repeat #ddd;
  background-size: contain;
}
#product-detail .detail-prijs .prijzen {
  background: white;
  padding: 30px 15px;
}
#product-detail .detail-prijs .prijzen .prijs_excl {
  font-weight: 500;
  color: #000000;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
#product-detail .detail-prijs .prijzen .prijs_excl strong {
  font-size: 36px;
}
#product-detail .detail-prijs .prijzen .incl {
  color: #939598;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 26px;
}
#product-detail .detail-prijs .prijzen .eurosign {
  font-size: 20px !important;
  color: #939598 !important;
}
#product-detail .detail-prijs .prijzen .oudePrijs {
  color: #939598 !important;
  font-size: 14px;
  position: relative;
  line-height: 34px;
  font-weight: 400;
  margin-left: 10px;
}
#product-detail .detail-prijs .prijzen .oudePrijs:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  right: -5px;
  border-top: 2px solid;
  border-color: lightgrey;
  transform: rotate(-15deg);
}
#product-detail .product-detail-wrapper {
  min-height: 400px;
}
#product-detail .product-detail-wrapper #lightbox-tag {
  position: relative;
  display: block;
}
#product-detail .product-detail-wrapper .voorraad {
  display: inline-block;
  width: 100%;
  background-color: #939598;
  padding: 10px;
  text-align: center;
}
#product-detail .product-detail-wrapper .voorraad img {
  height: 20px;
  display: inline-block;
}
#product-detail .product-detail-wrapper .voorraad span {
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
#product-detail .product-detail-wrapper .detail-bestel input[type=text] {
  width: 15%;
  height: 35px;
  display: inline-block;
  float: left;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  color: black;
  text-align: center;
  border: 1px solid black;
}
#product-detail .product-detail-wrapper .detail-bestel button, #product-detail .product-detail-wrapper .detail-bestel a {
  background-color: black;
  color: white;
  width: 85%;
  display: inline-block;
  text-align: center;
  height: 35px;
  border: 1px solid black;
}
#product-detail .product-detail-wrapper .detail-bestel button img, #product-detail .product-detail-wrapper .detail-bestel a img {
  height: 20px;
  display: inline-block;
}
#product-detail .product-detail-wrapper .detail-bestel button span, #product-detail .product-detail-wrapper .detail-bestel a span {
  display: inline-block;
  margin-left: 10px;
  color: white;
  font-size: 14px;
  line-height: 35px;
}
#product-detail .product-detail-wrapper .detail-bestel button:hover, #product-detail .product-detail-wrapper .detail-bestel button:focus, #product-detail .product-detail-wrapper .detail-bestel a:hover, #product-detail .product-detail-wrapper .detail-bestel a:focus {
  cursor: pointer;
}
#product-detail .product-detail-wrapper [class*=col-] {
  display: table-cell;
  vertical-align: top;
}
#product-detail .product-detail-wrapper .tobottom {
  width: 100%;
  margin-top: 25px;
  bottom: 0;
}
#product-detail .titel-sku {
  font-size: 12px;
}
#product-detail .detail-blok {
  background-color: white;
  font-weight: 200;
  margin-bottom: 25px;
}
#product-detail .detail-blok * {
  font-weight: 200;
}
#product-detail .detail-blok h4 {
  font-weight: 700;
}
#product-detail .detail-blok h4 a {
  font-weight: 700;
}
#product-detail .detail-blok h4.download-header {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.thumbnail .foto img {
  margin: auto;
}

.korting-grid {
  position: absolute;
  right: -5px;
  padding: 5px 15px;
  bottom: 5px;
  background-color: #000000;
  color: white;
}
.korting-grid .korting {
  color: white;
  font-weight: 500;
}

#product-modal .modal-dialog {
  height: 350px;
}
#product-modal .modal-dialog .modal-content {
  height: 100%;
}
#product-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0;
}
#product-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#content .modal-foto {
  background-color: white;
}
#content .modal-foto .foto {
  height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#content div.detailcart-content {
  margin-top: 20px;
}
#content div.detailcart-content .price-tag {
  font-weight: 600;
}
#content div.detailcart-content .price-tag span {
  position: relative;
  margin-right: 5px;
  font-weight: 400;
}
#content div.detailcart-content * {
  color: black;
}
#content div.detailcart-content .bold {
  font-weight: 600;
}

#modal-head {
  color: #000000;
  padding: 20px;
  font-size: 32px;
}
#modal-head h4 {
  font-size: 20px;
}

#modal-foot {
  position: fixed;
  bottom: 25px;
  right: 15px;
}
#modal-foot .btn-custom {
  background-color: #000000;
  border: 1px solid #000000;
  color: white !important;
  border-radius: 0;
}
#modal-foot .btn-custom i {
  color: white !important;
  margin-right: 5px;
}
#modal-foot .btn-custom:hover, #modal-foot .btn-custom:focus {
  background-color: white;
  color: #000000 !important;
}
#modal-foot .btn-custom:hover i, #modal-foot .btn-custom:focus i {
  color: #000000 !important;
}
#modal-foot .btn-wv:hover, #modal-foot .btn-wv:focus {
  color: #939598;
  text-decoration: underline;
}

#representative {
  overflow-x: scroll;
}
#representative form {
  min-width: 100%;
}
#representative form.w-1 {
  width: calc(75px + 120px + (1 * 60px));
}
#representative form.w-2 {
  width: calc(75px + 120px + (2 * 60px));
}
#representative form.w-3 {
  width: calc(75px + 120px + (3 * 60px));
}
#representative form.w-4 {
  width: calc(75px + 120px + (4 * 60px));
}
#representative form.w-5 {
  width: calc(75px + 120px + (5 * 60px));
}
#representative form.w-6 {
  width: calc(75px + 120px + (6 * 60px));
}
#representative form.w-7 {
  width: calc(75px + 120px + (7 * 60px));
}
#representative form.w-8 {
  width: calc(75px + 120px + (8 * 60px));
}
#representative form.w-9 {
  width: calc(75px + 120px + (9 * 60px));
}
#representative form.w-10 {
  width: calc(75px + 120px + (10 * 60px));
}
#representative form.w-11 {
  width: calc(75px + 120px + (11 * 60px));
}
#representative form.w-12 {
  width: calc(75px + 120px + (12 * 60px));
}
#representative form.w-13 {
  width: calc(75px + 120px + (13 * 60px));
}
#representative form.w-14 {
  width: calc(75px + 120px + (14 * 60px));
}
#representative form.w-15 {
  width: calc(75px + 120px + (15 * 60px));
}
#representative form.w-16 {
  width: calc(75px + 120px + (16 * 60px));
}
#representative form.w-17 {
  width: calc(75px + 120px + (17 * 60px));
}
#representative form.w-18 {
  width: calc(75px + 120px + (18 * 60px));
}
#representative form.w-19 {
  width: calc(75px + 120px + (19 * 60px));
}
#representative form.w-20 {
  width: calc(75px + 120px + (20 * 60px));
}
#representative form.w-21 {
  width: calc(75px + 120px + (21 * 60px));
}
#representative form.w-22 {
  width: calc(75px + 120px + (22 * 60px));
}
#representative form.w-23 {
  width: calc(75px + 120px + (23 * 60px));
}
#representative form.w-24 {
  width: calc(75px + 120px + (24 * 60px));
}
#representative form.w-25 {
  width: calc(75px + 120px + (25 * 60px));
}
#representative form.w-26 {
  width: calc(75px + 120px + (26 * 60px));
}
#representative form.w-27 {
  width: calc(75px + 120px + (27 * 60px));
}
#representative form.w-28 {
  width: calc(75px + 120px + (28 * 60px));
}
#representative form.w-29 {
  width: calc(75px + 120px + (29 * 60px));
}
#representative form.w-30 {
  width: calc(75px + 120px + (30 * 60px));
}
#representative form.w-31 {
  width: calc(75px + 120px + (31 * 60px));
}
#representative form.w-32 {
  width: calc(75px + 120px + (32 * 60px));
}
#representative form.w-33 {
  width: calc(75px + 120px + (33 * 60px));
}
#representative form.w-34 {
  width: calc(75px + 120px + (34 * 60px));
}
#representative form.w-35 {
  width: calc(75px + 120px + (35 * 60px));
}
#representative form.w-36 {
  width: calc(75px + 120px + (36 * 60px));
}
#representative form.w-37 {
  width: calc(75px + 120px + (37 * 60px));
}
#representative form.w-38 {
  width: calc(75px + 120px + (38 * 60px));
}
#representative form.w-39 {
  width: calc(75px + 120px + (39 * 60px));
}
#representative form.w-40 {
  width: calc(75px + 120px + (40 * 60px));
}
#representative form.w-41 {
  width: calc(75px + 120px + (41 * 60px));
}
#representative form.w-42 {
  width: calc(75px + 120px + (42 * 60px));
}
#representative form.w-43 {
  width: calc(75px + 120px + (43 * 60px));
}
#representative form.w-44 {
  width: calc(75px + 120px + (44 * 60px));
}
#representative form.w-45 {
  width: calc(75px + 120px + (45 * 60px));
}
#representative form.w-46 {
  width: calc(75px + 120px + (46 * 60px));
}
#representative form.w-47 {
  width: calc(75px + 120px + (47 * 60px));
}
#representative form.w-48 {
  width: calc(75px + 120px + (48 * 60px));
}
#representative form.w-49 {
  width: calc(75px + 120px + (49 * 60px));
}
#representative form.w-50 {
  width: calc(75px + 120px + (50 * 60px));
}
#representative .colors .color-item {
  display: inline-block;
  padding: 3px 10px;
  float: left;
  width: 60px;
  text-align: center;
}
#representative .colors .color-item .picture {
  width: 25px;
  border: 1px solid grey;
  display: inline-block;
}
#representative .colors .color-item .picture div {
  padding-bottom: 100%;
}
#representative .colors .size, #representative .colors .price {
  height: 30px;
}
#representative .colors .price {
  line-height: 30px;
}
#representative .size, #representative .price {
  width: 75px;
  display: inline-block;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
  float: left;
}
#representative .price {
  width: 120px;
  text-align: right;
  line-height: 32px;
}
#representative .length-item {
  margin-bottom: 15px;
}
#representative .length-item .col-xs-12 div {
  padding: 3px 10px;
  font-weight: bold;
  background: grey;
  color: white;
  display: inline-block;
}
#representative .size-col {
  padding-top: 5px;
  padding-bottom: 5px;
}
#representative .size-col .size {
  padding: 3px 10px;
  line-height: 26px;
}
#representative .size-col .color-item {
  display: inline-block;
  padding: 3px 10px;
  float: left;
  min-width: 60px;
}
#representative .size-col .color-item input {
  width: 40px;
  text-align: center;
  border: 1px solid grey;
}
#representative .size-col .color-item input:focus {
  outline: none;
}
#representative .btn.btn-black {
  background-color: black;
  color: white;
  display: inline-block;
  text-align: center;
  height: 35px;
  border: 1px solid black;
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
#representative .btn.btn-black img {
  height: 20px;
  display: inline-block;
}
#representative .btn.btn-black span {
  display: inline-block;
  margin-left: 10px;
  color: white;
  font-size: 14px;
  line-height: 35px;
}
#representative form button[type=button] {
  margin-top: 15px;
  margin-left: 85px;
  margin-bottom: 25px;
}
#representative form button[type=button]:hover, #representative form button[type=button]:focus, #representative form button[type=button]:active {
  outline: none;
}
#representative form ::-moz-placeholder {
  color: lightgrey;
}
#representative form ::placeholder {
  color: lightgrey;
}
#representative #representativeMessage {
  color: darkred;
}

#items {
  display: flex;
  flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

.order-line, #order-header {
  padding: 5px 0px;
}

#account-navigation {
  margin-top: 116px;
  border: 0px;
}

.mt0 {
  margin-top: 0 !important;
}

.breadcrumb-empty #broodkruimel {
  margin-top: 0 !important;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

#mail-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
#mail-form .panel {
  padding-top: 35px;
}

#winkelwagentje .horizontal-line {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 5px;
}
#winkelwagentje * {
  color: black;
}
#winkelwagentje .panel, #winkelwagentje .panel-heading, #winkelwagentje .panel-body {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}
#winkelwagentje .btn-wv {
  color: #337ab7;
}
#winkelwagentje .btn-wv:hover, #winkelwagentje .btn-wv:focus {
  color: #337ab7;
  text-decoration: underline;
}
#winkelwagentje .btn-custom {
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
}
#winkelwagentje .btn-custom i {
  color: white;
  margin-right: 5px;
}
#winkelwagentje .btn-custom:hover, #winkelwagentje .btn-custom:focus {
  background-color: white;
  color: #000000;
}
#winkelwagentje .btn-custom:hover i, #winkelwagentje .btn-custom:focus i {
  color: #000000;
}
#winkelwagentje .panel .panel-body select {
  border-radius: 0px;
}
#winkelwagentje .panel .panel-body .orderlijn-rij {
  padding-top: 10px;
  padding-bottom: 10px;
}
#winkelwagentje .panel .panel-body .orderlijn-rij .orderlijn-image div {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#winkelwagentje .panel .panel-body .orderlijn-rij .orderlijn-prijs {
  line-height: 34px;
}
#winkelwagentje textarea.commentaar {
  border-radius: 0px;
  box-shadow: none;
  height: 70px;
  margin-bottom: 15px;
}

#broodkruimel {
  margin-bottom: 10px;
  margin-top: 40px;
}
#broodkruimel .col-xs-12 .breadcrumb {
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0px;
  list-style-type: none;
  background: transparent;
}
#broodkruimel .col-xs-12 .breadcrumb li {
  display: inline-block;
  color: black;
}
#broodkruimel .col-xs-12 .breadcrumb li a, #broodkruimel .col-xs-12 .breadcrumb li span {
  color: #9e9e9e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
}
#broodkruimel .col-xs-12 .breadcrumb li a {
  display: inline-block;
}
#broodkruimel .col-xs-12 .breadcrumb li:first-child a {
  padding-left: 0px;
}
#broodkruimel .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #9e9e9e;
  font-weight: 200;
  content: "/";
}

.pagination {
  margin: 0;
  float: right;
}
.pagination ul {
  padding-left: 0;
}
.pagination ul li {
  list-style-type: none;
  float: left;
  padding-right: 5px;
}
.pagination ul li a, .pagination ul li span {
  font-size: 14px !important;
}

.brand-container {
  display: flex;
  flex-wrap: wrap;
}
.brand-container .brand-item {
  padding: 15px;
}
.brand-container .brand-item a {
  padding: 20px;
  border: 1px solid #E9E9E9;
  display: block;
  width: 100%;
  text-align: center;
}
.brand-container .brand-item a .picture {
  padding-bottom: 75%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.brand-container .brand-item a strong {
  text-transform: uppercase;
}
.brand-container .brand-item a:hover, .brand-container .brand-item a:focus {
  border-color: #000000;
}

.page {
  margin-bottom: 100px;
}

#slider {
  margin-bottom: 50px;
  position: relative;
}
#slider #home-slider {
  z-index: 1;
}
#slider #home-slider .carousel-inner {
  display: inline-block;
}
#slider #home-slider .carousel-inner .item .fill {
  display: block;
  height: calc(100vh - 270px);
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
#slider #home-slider .carousel-inner .item .fill .overlay {
  background: linear-gradient(180deg, transparent 50%, black 100%);
}
#slider #home-slider .carousel-inner .item .fill .carousel-caption {
  bottom: 15%;
}
#slider #home-slider .carousel-inner .item .fill .carousel-caption h1 {
  font-size: 4vw;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: none;
}
#slider #home-slider .carousel-inner .item .fill .carousel-caption a {
  color: white;
  text-shadow: none;
  padding: 15px 25px;
  background-color: transparent;
  border: 1px solid white;
  margin-top: 1em;
  display: inline-block;
}
#slider #home-slider .carousel-inner .item .fill .carousel-caption a:hover, #slider #home-slider .carousel-inner .item .fill .carousel-caption a:focus {
  text-decoration: none;
  background-color: #000000;
  border: 1px solid #000000;
}
#slider #home-slider .carousel-control.left {
  left: 15px;
  background-image: none;
  opacity: 1;
}
#slider #home-slider .carousel-control.left .fa-caret-left, #slider #home-slider .carousel-control.left .glyphicon-triangle-left {
  left: 40px;
  color: #000000;
}
#slider #home-slider .carousel-control.right {
  right: 15px;
  background-image: none;
  opacity: 1;
}
#slider #home-slider .carousel-control.right .fa-caret-right, #slider #home-slider .carousel-control.right .glyphicon-triangle-right {
  right: 40px;
  color: #000000;
}
#slider #home-slider .carousel-control .fa-caret-left, #slider #home-slider .carousel-control .fa-caret-right, #slider #home-slider .carousel-control .glyphicon-triangle-left, #slider #home-slider .carousel-control .glyphicon-triangle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  font-size: 40px;
}
#slider .go-down {
  display: inline-block;
  position: absolute;
  bottom: -38px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}
#slider .go-down img {
  height: 76px;
}

.product-carousel .thumbnail {
  margin-bottom: 0;
}
.product-carousel .carousel-control {
  transform: translateY(-50%);
  top: 50%;
  color: #428BCA;
  bottom: auto;
  padding-top: 4px;
  width: 30px;
  text-shadow: none;
  opacity: 1;
}
.product-carousel .carousel-control i {
  color: #000000;
}
.product-carousel .carousel-control:hover {
  color: #d9534f;
}
.product-carousel .carousel-control.left, .product-carousel .carousel-control.right {
  background-image: none !important;
}
.product-carousel .carousel-control.right {
  left: auto;
  right: -50px;
}
.product-carousel .carousel-control.left {
  right: auto;
  left: -50px;
}
.product-carousel .carousel-indicators {
  bottom: -30px;
}
.product-carousel .carousel-indicators li {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #ccc;
}
.product-carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background: #3276b1;
  border-color: #3276b1;
}

#slider .row #home-slider .carousel-controls .left {
  left: 0 !important;
}
#slider .row #home-slider .carousel-controls .right {
  right: 0 !important;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "Glyphicons Halflings";
  content: "";
  line-height: 13px;
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:disabled + label::before,
.checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #000000;
  border-color: #000000;
}

.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox-info input[type=radio]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type=radio] {
  opacity: 0;
  z-index: 1;
}

.radio input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label::after {
  background-color: #000000;
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: #000000;
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: #000000;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c;
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
  font-family: "Glyphicons Halflings";
  content: "";
  line-height: 13px;
}

input[type=checkbox] .styled:checked + label::before,
input[type=radio] .styled:checked + label::before {
  color: #fff;
}

input[type=checkbox] .styled:checked + label::after,
input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.radio label {
  line-height: 1;
}

#mijn-account ul#mijn-account-navigatie {
  margin-top: 65px;
  list-style-type: none;
  padding-left: 0px;
}
#mijn-account ul#mijn-account-navigatie li a {
  color: #000000;
  text-transform: lowercase;
}

.orderlijn-rij {
  padding-top: 10px;
  padding-bottom: 10px;
}
.orderlijn-rij .orderlijn-image div {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#order-header div {
  font-weight: bold;
  background: #F5F5F5;
}

.groen {
  color: #00b900;
}

.rood {
  color: red;
}

#topbar.mobiel {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #000000;
}
#topbar.mobiel #header-image.mobiel a {
  display: inline-block !important;
  padding-top: 2px;
  padding-bottom: 0px;
}
#topbar.mobiel #mobile-buttons {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}
#topbar.mobiel #mobile-buttons li {
  display: inline-block;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
}
#topbar.mobiel #mobile-buttons li a {
  border: 1px solid #000000;
  display: block;
  padding: 5px;
  width: 44px;
  background: white;
}
#topbar.mobiel #mobile-buttons li a i {
  color: #000000;
  display: block;
  text-align: center;
  margin: auto;
}
#topbar.mobiel #mobile-buttons li a:hover, #topbar.mobiel #mobile-buttons li a:focus {
  text-decoration: none;
}

#mobile-menu {
  padding-top: 51px;
}
#mobile-menu ul {
  list-style-type: none;
  width: 100%;
  margin-left: 0px;
  padding: 0px;
}
#mobile-menu ul li {
  background: #000000;
  border-bottom: 1px solid white;
}
#mobile-menu ul li a {
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  display: block;
  line-height: 50px;
  font-size: 20px;
}
#mobile-menu ul li a i {
  float: right;
  color: white;
  margin-top: 15px;
}
#mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
  text-decoration: none;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: -1px;
}

.panel-group .panel .panel-heading .panel-title a {
  display: block;
}

#cart-modal-content {
  font-size: 15px;
}

#filter-menu {
  margin-top: 15px;
  padding-right: 45px;
}
#filter-menu #filter-menu-btn {
  display: none;
}
#filter-menu #toggle form .panel {
  border: 0px;
  margin: 10px 0;
}
#filter-menu #toggle form .panel .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
#filter-menu #toggle form .panel .panel-heading .panel-title {
  border: 0px;
}
#filter-menu #toggle form .panel .panel-heading .panel-title a {
  position: relative;
  padding-left: 12px;
  color: black;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#filter-menu #toggle form .panel .panel-heading .panel-title a:before {
  content: "-";
  position: absolute;
  left: 0px;
  color: black;
  width: 13px;
  height: 13px;
  padding: 0px;
  font: 13px Arial, sans-serif;
  line-height: 0.9;
}
#filter-menu #toggle form .panel .panel-heading .panel-title a.collapsed:before {
  content: "+";
}
#filter-menu #toggle form .panel .panel-heading .panel-title a:hover, #filter-menu #toggle form .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
#filter-menu #toggle form .panel .panel-body {
  border: 0px !important;
  padding-top: 0px;
  padding-left: 12px;
}
#filter-menu #toggle form .panel .panel-body ul {
  padding: 0px;
  margin: 0px;
}
#filter-menu #toggle form .panel .panel-body ul li {
  list-style: none;
}
#filter-menu #toggle form .panel .panel-body ul li a, #filter-menu #toggle form .panel .panel-body ul li label {
  color: grey;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
#filter-menu #toggle form .panel .panel-body ul li .subcategorie {
  padding-left: 30px;
}
#filter-menu #toggle form .panel #collapse_prijs .panel-body {
  display: flex;
  line-height: 34px;
}
#filter-menu #toggle form .panel #collapse_prijs .panel-body button {
  color: white;
  background: black;
  border-radius: 0;
}
#filter-menu #toggle form .panel #collapse_prijs .panel-body button i {
  color: white;
}
#filter-menu #toggle form .panel #collapse_prijs .panel-body input {
  margin: 0 6px;
}
#filter-menu #toggle form .panel.soort-1 ul, #filter-menu #toggle form .panel.soort-2 ul {
  margin-left: -5px;
  margin-right: -5px;
}
#filter-menu #toggle form .panel.soort-1 ul li .box, #filter-menu #toggle form .panel.soort-2 ul li .box {
  border: 1px solid grey;
  margin: 5px;
}
#filter-menu #toggle form .panel.soort-1 .panel-body {
  padding-left: 0px;
}
#filter-menu #toggle form .panel.soort-2 ul li {
  display: inline-block;
  float: left;
  margin: 5px;
}
#filter-menu #toggle form .panel.soort-2 ul li div {
  border: 1px solid black;
  padding: 2px 5px;
  cursor: pointer;
}
#filter-menu #toggle form .panel.soort-2 ul li div label {
  margin: 0px;
  display: block;
  color: black;
}
#filter-menu #toggle form .panel.soort-2 ul li div:hover, #filter-menu #toggle form .panel.soort-2 ul li div:focus {
  background: black;
}
#filter-menu #toggle form .panel.soort-2 ul li div:hover label, #filter-menu #toggle form .panel.soort-2 ul li div:focus label {
  color: white;
}
#filter-menu #toggle form strong.filter-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0px;
}
#filter-menu #toggle form #panel-categorie {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  margin: 0;
  margin-bottom: 5px;
}
#filter-menu #toggle form #panel-categorie .panel-heading {
  padding-top: 5px;
}
#filter-menu #toggle form #panel-categorie .panel-heading .panel-title a {
  font-size: 24px;
}
#filter-menu #toggle form #panel-categorie .panel-collapse {
  margin-bottom: 25px;
}
#filter-menu #toggle form #panel-categorie .panel-body {
  padding-left: 0;
}
#filter-menu #toggle form #panel-categorie .panel-body a {
  padding-left: 12px;
  display: block;
  width: 100%;
  position: relative;
  color: black;
  line-height: 1.8;
}
#filter-menu #toggle form #panel-categorie .panel-body a:before {
  content: "+";
  position: absolute;
  left: 0px;
  color: black;
  width: 13px;
  height: 13px;
  padding: 0px;
  font: 13px Arial, sans-serif;
  line-height: 25px;
}
#filter-menu #filter-submit {
  display: none;
}

@media (min-width: 1201px) {
  #filter-menu:after {
    content: "";
    width: 3px;
    background: white;
    top: 0px;
    bottom: 0px;
    height: 100%;
    position: absolute;
    right: 25px;
  }
  #filter-menu #toggle form #panel-categorie .panel-heading h4 a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
  }
  #filter-menu #toggle form #panel-categorie .panel-heading h4 a {
    padding-left: 0px !important;
  }
  #filter-menu #toggle form #panel-categorie .panel-heading h4 a:before {
    content: "";
    border: 0px;
    background: none;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }

  #filter-menu {
    position: fixed;
    z-index: 1000;
    width: 300px;
    max-height: 75%;
    overflow: scroll;
    padding: 0px;
    top: 50px;
  }
  #filter-menu #filter-menu-btn {
    background: orange;
    left: 0px;
    top: 10px;
    display: block;
    padding: 5px;
    width: 40px;
  }
  #filter-menu #filter-menu-btn i {
    color: white;
  }
  #filter-menu #toggle {
    width: 100%;
    background: black;
    visibility: hidden;
  }
  #filter-menu #toggle.load {
    visibility: visible;
  }
  #filter-menu #toggle form .panel {
    margin: 0;
  }
  #filter-menu #toggle form .panel .panel-heading {
    padding: 10px !important;
  }
  #filter-menu #toggle form .panel .panel-heading h4 a {
    color: white !important;
    font-size: 18px !important;
  }
  #filter-menu #toggle form .panel .panel-heading h4 a:before {
    color: white !important;
    font-size: 16px !important;
    line-height: 19px !important;
  }
  #filter-menu #toggle form .panel .panel-body {
    background: white;
    padding: 10px !important;
  }
  #filter-menu #toggle form .panel .panel-body ul li a, #filter-menu #toggle form .panel .panel-body ul li label {
    font-size: 18px !important;
  }
  #filter-menu #toggle form .panel .panel-body .kleurfilter {
    float: left;
    width: calc(100% / 6);
    display: inline-block;
  }
  #filter-menu #toggle form .panel .panel-body .kleurfilter div {
    width: calc(100% - 10px);
    padding: 0;
    padding-bottom: calc(100% - 10px);
  }
  #filter-menu #toggle form #panel-categorie {
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  #filter-menu #toggle form #panel-categorie .panel-collapse {
    margin-bottom: 0px !important;
  }
  #filter-menu #toggle form .filter-title {
    display: none;
  }
  #filter-menu #toggle form .panel-group {
    margin-bottom: 0px;
  }
  #filter-menu #filter-submit {
    display: block;
    background: grey;
    font-weight: 700;
    color: white;
    border-radius: 0;
    font-size: 18px !important;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }

  #menu #workdesigners-nav .navbar-nav > li > a {
    padding: 27px 10px;
    font-size: 12px !important;
  }

  #footer .footer-gegevens {
    padding-left: 0;
  }

  #menu .navbar-header a.header-logo img {
    width: 110px;
    height: auto;
  }

  .merken .carousel-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .product-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .product-detail-wrapper #pd-img {
    order: 0;
  }
  .product-detail-wrapper #representative {
    order: 2;
    margin-top: 50px;
  }
  .product-detail-wrapper #pd-specs {
    order: 1;
  }
}
@media (max-width: 992px) {
  #slider #home-slider .carousel-inner .item .fill {
    height: calc(100vh - 50px);
  }

  .product-detail-wrapper #pd-specs {
    margin-top: 50px;
    order: 3;
  }

  .header-item .dropdown-menu .item .item-title {
    padding-right: 5px;
    width: calc(100% - 155px);
  }

  .header-item button, .header-item a.dropdown-toggle {
    padding: 15px;
  }
  .header-item button span, .header-item a.dropdown-toggle span {
    top: 5px;
  }
  .header-item#header-cart .dropdown-menu {
    max-width: 100vw;
    right: -109px;
  }
  .header-item .dropdown-menu {
    margin-top: 0;
  }

  #menu {
    height: 48px;
  }
  #menu .navbar-header a.header-logo img {
    height: 102px;
  }
  #menu #workdesigner-nav .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 9px;
  }
  #menu #workdesigner-nav .navbar-nav > li > a img {
    height: 15px;
  }
  #menu #workdesigner-nav .navbar-nav .shopping-cart span {
    left: 12px;
  }

  #content {
    padding-top: 50px;
  }

  #homeblokken-boven .blok {
    height: 60vh;
  }
  #homeblokken-boven .blok h1 {
    font-size: 51px;
    margin-top: 1em;
  }

  .categories #filter .panel-body, .categories #filter .panel-heading {
    font-size: 14px;
  }

  #homeblokken-onder .onderblok {
    flex-wrap: wrap !important;
  }

  #menu #workdesigners-nav .navbar-nav > li > a {
    padding: 15px;
    font-size: 24px !important;
    float: left;
    width: 100%;
  }

  #menu .col-xs-12 {
    padding: 0px;
  }

  #menu #workdesigners-nav {
    padding: 0px;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu {
    position: unset;
    width: 100%;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem {
    width: calc(100% / 3);
    margin-bottom: 1rem;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid.one-grid ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li ul {
    -moz-column-count: unset;
         column-count: unset;
    padding-left: 1rem;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li ul li {
    display: block;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li ul li a {
    display: block;
  }

  #search {
    display: none;
  }

  nav {
    background: black;
    border-radius: 0 !important;
  }
  nav .nav.navbar-nav li {
    width: 100%;
    float: left;
  }

  #menu .navbar-header a.header-logo {
    display: block;
    margin-left: 15px;
  }
  #menu .navbar-header a.header-logo img.logo {
    display: none;
  }
  #menu .navbar-header a.header-logo img.logo-tablet {
    display: block;
    width: auto;
    height: 50px;
  }

  .merken .carousel-container {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-toggle .icon-bar {
    background-color: white;
  }
}
@media (max-width: 767px) {
  #order-detail, #representative {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .detail-maat .hoemaatkiezen {
    display: block;
  }

  #winkelwagentje .horizontal-line {
    display: none;
  }

  .orderlijn-rij {
    background: white;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .orderlijn-rij .btn-delete {
    padding-left: 5px;
    padding-right: 5px;
  }
  .orderlijn-rij .orderlijn-naam {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .orderlijn-rij .orderlijn-naam a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .orderlijn-rij .orderlijn-prijs {
    font-size: 20px;
    font-weight: 700;
  }
  .orderlijn-rij .orderlijn-prijs .eurosign {
    font-size: 12px;
    font-weight: 400;
  }
  .orderlijn-rij .orderlijn-image a {
    background: white;
    display: block;
  }

  #tabbladen .nav.nav-tabs li {
    display: block;
    width: 100%;
  }
  #tabbladen .nav.nav-tabs li a {
    display: block;
    width: 100%;
    margin: 0px;
    padding-right: 0px !important;
    text-align: center;
  }

  .copyright .divider {
    margin: 3em auto 2em;
  }

  #footer {
    text-align: center;
  }

  #content {
    padding-top: 50px;
  }

  #content.content-home {
    padding-top: 69px;
  }

  .mobile {
    display: block;
  }

  #footer .footer-menus > li {
    width: 100%;
  }

  #slider #home-slider .carousel-inner .item .fill {
    height: 45vh;
  }

  .navbar-collapse {
    width: 100%;
    background-color: #000000;
    z-index: 99999;
    position: fixed;
    margin-top: -4px;
    box-shadow: none;
    padding: 15px 25px;
    left: 0px;
  }
  .navbar-collapse .navbar-nav {
    overflow: scroll;
    max-height: 80vh;
  }
  .navbar-collapse .shopping-cart, .navbar-collapse .account {
    display: none;
  }
  .navbar-collapse * {
    background-color: transparent !important;
    color: white;
  }

  .navbar-nav > li > a {
    color: white;
  }

  #menu #workdesigners-nav .navbar-nav {
    margin: 7.5px 0;
  }

  #menu #workdesigners-nav .navbar-nav > li > a {
    font-size: 18px !important;
  }

  #menu #workdesigners-nav .navbar-nav .dropdown-menu {
    float: left;
    padding: 8px 10px;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem, #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid .menusplit li.listitem {
    width: 100%;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem a, #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid .menusplit li.listitem a {
    font-size: 16px;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.grid .menusplit li.listitem ul.subcategorie li a, #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid .menusplit li.listitem ul.subcategorie li a {
    color: white;
    font-size: 14px;
    line-height: 2;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid a {
    padding-left: 10px !important;
    font-size: 16px;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid ul {
    -moz-column-count: unset;
         column-count: unset;
  }
  #menu #workdesigners-nav .navbar-nav .dropdown-menu li.one-grid ul li a {
    color: white;
    font-size: 14px;
    line-height: 2;
  }

  #menu .shopping-cart {
    position: fixed;
    top: 13px;
    right: 80px;
  }
  #menu .shopping-cart img {
    height: 20px;
  }
  #menu .shopping-cart span {
    top: 3px;
    position: absolute;
    right: 12px;
    font-weight: 600;
  }
  #menu .account {
    position: fixed;
    top: 12px;
    right: 117px;
  }
  #menu .account img {
    height: 20px;
  }

  .title {
    font-size: 40px;
  }

  #homeblokken-boven .blok {
    height: 40vh;
  }
  #homeblokken-boven .blok h1 {
    font-size: 25px;
  }
  #homeblokken-boven .blok p {
    font-size: 13px;
  }

  #homeblokken-onder {
    display: inline-block;
  }
  #homeblokken-onder .onderblok {
    display: block;
  }

  #broodkruimel .col-xs-12 .breadcrumb li a, #broodkruimel .col-xs-12 .breadcrumb li span {
    padding: 0;
    font-size: 10px;
  }

  .breadcrumb > li + li:before {
    font-size: 9px;
  }

  .categories .title {
    font-size: 25px;
  }
}
.cssCircle {
  border-radius: 999px;
  width: 13px;
  height: 13px;
  padding: 0px;
  background: white;
  border: 1px solid black;
  color: black;
  text-align: center;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  font: 13px Arial, sans-serif;
}

.cssCircle:hover {
  background: black;
  color: white;
  cursor: pointer;
}

.minusSign {
  line-height: 11px;
  margin-bottom: 1px;
}

.plusSign {
  line-height: 12px;
}

.minusSign:hover,
.plusSign:hover {
  color: white;
}

.customkleur {
  padding-left: 35px;
}

.attribuutgroep a, .attribuutgroep span {
  color: black;
  font-weight: 600;
  font-size: 14px;
}
.attribuutgroep a:hover, .attribuutgroep span:hover {
  text-decoration: none;
}

.attribuutgroep .panel-body a.pointer {
  display: inline-block;
  margin-bottom: 5px;
}
.attribuutgroep .panel-body div.collapse {
  margin-bottom: 15px;
}

.kleurfilter > div {
  padding: 10px 0;
  margin-right: 10px;
  cursor: pointer;
  width: 20px;
  float: left;
  margin-bottom: 10px;
}

#waardes_prijs {
  text-align: center;
  color: black;
  margin-left: 0;
  font-weight: 600;
}
#waardes_prijs .slider-handle {
  background-color: black;
  background-image: none;
}

ul.selected-filters {
  padding-left: 0;
}
ul.selected-filters li {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin: 5px;
}
ul.selected-filters li a {
  display: block;
  border: 1px solid black;
  color: white;
  background: black;
  padding: 2px 7px;
}
ul.selected-filters li a i {
  color: white;
  margin-right: 5px;
  top: 3px;
}

ul.selection {
  padding-left: 35px;
}
ul.selection li {
  list-style-type: none;
}
ul.selection li label {
  color: grey;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
ul.selection li label.black {
  color: black;
}

ul.filter-categories {
  padding-left: 0;
}
ul.filter-categories li {
  list-style-type: none;
}
ul.filter-categories li ul.subcategorie {
  padding-left: 35px;
}
ul.filter-categories li ul.subcategorie a {
  color: grey;
}

.foto {
  position: relative;
  z-index: 90;
}

.ribbon-wrapper {
  z-index: 999;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ribbon {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 7px 15px;
  background-color: #000000;
  color: white;
}

.best_sale {
  font-size: 7px;
}

.end_of_life {
  font-size: 7px;
}

.ribbon-wrapper-detail {
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 9999;
  left: 15px;
  top: 0;
}

.ribbon-detail {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding: 10px 25px;
  width: auto;
  background-color: #000000;
  color: white !important;
}

.ribbon-green:before {
  right: 0;
}

.ribbon-green:after {
  left: 0;
}

#checkout #betaalmethodes-ul {
  padding-left: 15px;
}
#checkout #betaalmethodes-ul li {
  list-style-type: none;
  float: left;
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #000000;
  cursor: pointer;
}
#checkout #betaalmethodes-ul li img {
  height: 40px;
}
#checkout #betaalmethodes-ul li:hover, #checkout #betaalmethodes-ul li:focus {
  background: #000000;
}
#checkout #betaalmethodes-ul li.checked {
  background: #000000;
}
#checkout .delivery {
  position: relative;
}
#checkout .delivery #logobpost {
  cursor: pointer;
  height: 50px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#progress_checkout {
  width: 100%;
}
#progress_checkout .progressbar {
  counter-reset: step;
}
#progress_checkout .progressbar li {
  list-style-type: none;
  width: 33.33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
#progress_checkout .progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
#progress_checkout .progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
#progress_checkout .progressbar li:first-child:after {
  content: none;
}
#progress_checkout .progressbar li.active {
  color: #000000;
}
#progress_checkout .progressbar li.active a {
  color: #000000;
}
#progress_checkout .progressbar li.active:before {
  border-color: #000000;
}
#progress_checkout .progressbar li.active + li:after {
  background-color: #000000;
}

.inhoud * {
  color: black;
}
.inhoud .ribbon {
  color: white;
}

.pointer {
  cursor: pointer;
}

.btn-custom {
  background-color: white;
  border: 1px solid #000000;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-custom:hover, .btn-custom:focus {
  color: white;
  background-color: #000000;
  text-decoration: none;
}

.btn-inverted {
  background-color: #000000;
  border: 1px solid white;
  color: white;
}
.btn-inverted:hover, .btn-inverted:focus {
  color: #000000 !important;
  background-color: white !important;
}

.btn-thin {
  font-weight: 200;
  padding: 10px 20px;
}

.btn-center {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 200;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.title.text-left {
  text-align: left;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.nr {
  margin-left: 0px;
  margin-right: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px;
}

.p5 {
  padding: 5px;
}

.normal-font {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.block {
  display: block !important;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}

.cw {
  color: white;
}

.full-width {
  width: 100%;
}

textarea {
  min-height: 150px;
}

.clear {
  clear: both;
}

.dontcenter {
  width: 100% !important;
  text-align: left !important;
}

.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px;
}

.bordered {
  border: 1px solid #ededed;
}

.min-height-300 {
  min-height: 300px;
}

.mobile {
  display: none;
}

.mobile-important {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.padding-bottom {
  padding-bottom: 15px;
}

.margin-bottom-children .row {
  margin-bottom: 15px;
}

.dz-message, .dz-success-mark, .dz-error-mark {
  display: none;
}

.dz-image-preview {
  float: left;
}

.white {
  color: white !important;
}

.just-ipad-portait {
  display: none;
}

.no-ipad-portait {
  display: block;
}

#mobile-menu {
  display: none;
}

.inline-block {
  display: inline-block;
}

.font-10 {
  font-size: 12px;
}

iframe {
  border: 1px solid lightgrey;
}

.tooltip-inner {
  color: white !important;
}

.no-margin {
  margin: 0;
}

.padding-right-30 {
  padding-right: 30px;
}

.form-control:focus {
  border: 1px solid #000000;
}

#message {
  position: fixed;
  right: 15px;
  top: 15px;
  padding: 15px;
  background: #f5a709;
}

.form-horizontal .ml15 {
  margin-left: 15px;
}

.form-horizontal .ml30 {
  margin-left: 30px;
}
