/**
* Bestandnaam: page.css
* Omschrijving: Opmaak voor de normale pagina's (Inhoud)
*/
/*
* Basis css
*/
@media (prefers-reduced-motion: no-preference) {
:root {
    scroll-behavior: smooth;
}
}
html,
body {
  height: 100%;
}

body {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', 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 {
  padding-bottom: 0.5rem;
}

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;
  transition: .15s ease-in-out;
}

.navbar-nav .nav-link.active,
.nav-link.active {
  font-weight: bold;
}

.nav-link:hover {
  font-weight: bold;
}

.nav-item {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* 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;
  }
}

/*
* Woocommerce layout product page
*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  clear: both;
  width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  clear: both;
  width: 100%;
}
.woocommerce .woocommerce-breadcrumb{
  padding-top: 10px;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{
  width: 100%;
}

/*
*   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: #fff;
}

footer .footer-col .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-col a:hover,
.footer-col a:focus,
.footer-bottom-content a:hover,
.footer-bottom-content a:focus,
#menu-footer-menu-1 a:hover,
#menu-footer-menu-1 a:focus{
  color: #EAEAEA;
}

/* 
* Grotere container 
*/

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

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

.usp-items {
  background-color: #343E4A;
  color: #fff;
}

nav.navbar {
  background-color: #EAEAEA;
}

.btn {
  /* border-radius: 0; */
  border-width: 2px;
  font-weight: 600;
}

.btn-round {
  border-radius: .25rem;
}

.btn-wider {
  padding: .375rem 1.5rem;
}

.btn-primary {
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
}

.btn-primary:hover {
  color: #212529;
  background-color: #aad191;
  border-color: #a3cd88;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #212529;
  background-color: #aad191;
  border-color: #a3cd88;
  box-shadow: 0 0 0 0.2rem rgba(167, 193, 152, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #a3cd88;
  border-color: #9cc97f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 193, 152, 0.5);
}

.btn-outline-primary {
  color: #323e4c;
  border-color: #BFDCAC;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 220, 172, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #323e4c;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 220, 172, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #323e4c;
  border-color: #323e4c;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #232b35;
  border-color: #1e252d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #232b35;
  border-color: #1e252d;
  box-shadow: 0 0 0 0.2rem rgba(81, 91, 103, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #323e4c;
  border-color: #323e4c;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1e252d;
  border-color: #191f26;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 91, 103, 0.5);
}

.btn-outline-secondary {
  color: #323e4c;
  border-color: #323e4c;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #323e4c;
  border-color: #323e4c;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 62, 76, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #323e4c;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #323e4c;
  border-color: #323e4c;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 62, 76, 0.5);
}



.search-field {
  border-radius: 0;
  /* max-width: 50%; */
}

.results-container .search-field {
  max-width: 100%;
}

.result-search {
  display: flex;
  flex-flow: column nowrap;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 991px) {

  .search-field {
    border-radius: 0;
    max-width: 100%;
  }

}

@media only screen and (max-width: 764px) {
  #searchform {
    padding-top: 1rem;
    /* display: none; */
  }
}

footer {
  background-color: #343D4C;
  color: #fff;
  padding-top: 2rem;
}

footer h2 {
  font-family: 'Merriweather', serif;
  font-weight: 300;
}

footer a {
  color: #fff;
}

.footer-bottom {
  margin-top: 2rem;
  background-color: #202A33;
}

.nav-container {
  position: relative;
}

.nav-container .big-menu {
  position: absolute;
  bottom: 0;
  background-color: #343D4C;
}

.indiv-megamenu-li {
  position: static;
}

.indiv-megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  border-radius: 0;
  /* border: none; */
  margin-top: 0;
}

.dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: .25s ease-in-out;
}

.show>.dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

.indiv-megamenu.dark {
  background-color: #343a40;
  color: #f8f9fa;
}

.indiv-megamenu.dark .dropdown-item {
  color: #f8f9fa;
}

.indiv-megamenu.dark .dropdown-item:focus,
.indiv-megamenu.dark .dropdown-item:hover {
  color: #f8f9fa;
  text-decoration: none;
  background-color: #4B545C;
}

.indiv-megamenu.dark .dropdown-item.active,
.indiv-megamenu.dark .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.indiv-megamenu .menu-img {
  max-height: 30px;
}

.customize_product_colors_click {}

.customize_product_colors_click [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.customize_product_colors_click [type=radio]+img {
  cursor: pointer;
  transition: .15s ease-in-out;
  border: 3px #e0e0e0 solid;
}

/* CHECKED STYLES */
.customize_product_colors_click [type=radio]:checked+img {
  /* box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 1); */
  border-color: #BFDCAC;
}

#product-options {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}


.container-bigger #mini-cart-count {
  display: inline;
}





/*
* Product custom
*/
img.colorchooseimage.activecolor {
  transform: scale(1.1);
  border: 1px solid #000;
}

.customize_product_kleuren_click .choose_radio {
  width: 0;
  height: 0;
}

.dataTable .image {
  max-width: 175px;
}

/*
* Woocommerce aanpassingen
*/


/* Producten */
.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
  flex-flow: row wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-flow: column nowrap;
  background-color: #f2f2f2;
  padding: .5rem;
  font-size: 1.1em;
}

.woocommerce ul.products li.product .add-to-cart-container {
  margin-top: auto;
  display: table;
}

.woocommerce ul.products li.product a img {
  margin-bottom: .5em;
}

.woocommerce ul.products li.product .price {
  margin-bottom: 1em;
}

/*mijn account */
.myaccount .login,
.myaccount .register {
  display: flex;
  flex-flow: column nowrap;
}

.myaccount .register form {
  height: 100%;
}

.woocommerce-view-order .woocommerce .col2-set .col-1,
.woocommerce-view-order .woocommerce .col2-set .col-2 {
  flex: 0 0 100%;
  width: 100% !important;
  max-width: 100%;
  clear: both;
  padding-bottom: 30px;
}

.grey-bg {
  background-color: #efefef;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
  border-width: 2px;
  font-weight: 600;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529!important;
  background-color: #aad191!important;
  border-color: #a3cd88!important;
  border-width: 2px;
  font-weight: 600;
}

/*
* Modal popup build 
*/
.modal-product-colorbox {
  width: 150px;
  height: 150px;
}

#modal-body-contentload h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

/*
* filter-top
*/
.filter-box{
  background: #f2f2f2;
  padding: 1.25rem;
}
.filter-box h2{
  font-size: 1.75rem;
  font-weight: bold;
}

.filter-optie h3{
  font-size: 1.1rem;
  font-weight: bold;
}

.filter-btn .bapf_reset {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #212529;
  background-color: #BFDCAC;
  border-color: #BFDCAC;
  border-width: 2px;
  font-weight: 600;
}

.filter-btn .bapf_reset:hover{
  color: #212529;
  background-color: #aad191;
  border-color: #a3cd88;
}
.filter-btn .bapf_reset:focus{
  color: #212529;
  background-color: #aad191;
  border-color: #a3cd88;
  box-shadow: 0 0 0 0.2rem rgba(167, 193, 152, 0.5)
}

.filter-categorie-ul ul{
  padding-left: 0;
  padding-inline-start: 0;
}

.filter-buttons-box{
  display: flex;
  flex-direction: row;
  /* padding-top: 20px; */
}
.filter-buttons-box .btn-primary{
  height: 40px;
}
.filter-buttons-box .filter-btn{
  padding-left: 15px;
}

.filter-currentfilter{
  margin-top: -10px;
}
.filter-currentfilter .bapf_sfilter .berocket_aapf_widget_selected_filter{
  display: flex;
}
.filter-currentfilter .bapf_sfa_taxonomy{
  padding-left: 15px;
  padding-right: 15px;
}
.filter-currentfilter .bapf_sfa_taxonomy:nth-child(1){
  padding-left: 0;
}

.bapf_sfa_unall{
  padding-left: 15px;
}
.filter-currentfilter .bapf_sfilter .berocket_aapf_widget_selected_filter ul{
  padding-left: 0;
  padding-inline-start: 0;
}
.braapf_unselect{
  border: 1px solid #323e4c;
  padding: 6px;
  border-radius: .25rem;
}
.bapf_sfa_taxonomy span{
  font-weight: bold;
}
.bapf_sfa_taxonomy ul{
  padding-top: 7px;
}
.bapf_sfa_taxonomy ul li a .fa{
  padding-right: 5px;
}
.bapf_sfa_unall{
  display: none;;
}
.filter-currentfilter .bapf_sfilter{
  margin-bottom: 0;
}
.bapf_sfa_inline .berocket_aapf_widget_selected_area ul li:first-child{
  margin-left: 0!important;
}


@media only screen and (max-width: 991px) {
  .filter-currentfilter .bapf_sfilter .berocket_aapf_widget_selected_filter {
    flex-flow: column;
    padding-top: 5px;
  }
  .filter-currentfilter .bapf_sfa_taxonomy{
    padding-left: 2px;
    padding-right: 2px;
  }
}



/* winkelmand aanpassin */
.woocommerce-cart-form__cart-item .product-name p{
  margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper{
  width: 100%;
}


/*footer mobile*/

@media only screen and (max-width: 766px) {
  footer .container .row .col-12 .footer-col{
    text-align: center;
  }
}


/* [data-attribute_name="attribute_pa_kleuren"] .variable-item:not(.radio-variable-item){
  width: 32%!important;
  height: auto!important;
} */

.size50px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 50px!important;
  height: auto!important;
}
.size75px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 75px!important;
  height: auto!important;
}
.size100px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 100px!important;
  height: auto!important;
}
.size125px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 125px!important;
  height: auto!important;
}
.size150px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 150px!important;
  height: auto!important;
}
.size175px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 175px!important;
  height: auto!important;
}
.size200px ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 200px!important;
  height: auto!important;
}

.size32procent ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 32%!important;
  height: auto!important;
}
 
.size50procent ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 48%!important;
  height: auto!important;
}
.size100procent ul.image-variable-wrapper .variable-item:not(.radio-variable-item){
  width: 100%!important;
  height: auto!important;
}


.woocommerce div.product form.cart.wvs-loaded .variations select{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-item.active, .dropdown-item:active{
  color: #000;
  text-decoration: none;
  background-color: #BEF2B0;
}

