@font-face {
  font-family: 'BebasNeueCyrillic';
  src: url('../fonts/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeueCyrillic.otf')  format('opentype'),
       url('../fonts/BebasNeueCyrillic.woff') format('woff'),
       url('../fonts/BebasNeueCyrillic.ttf') format('truetype'), 
       url('../fonts/BebasNeueCyrillic.svg#BebasNeueCyrillic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palanquin-Regular';
  src: url('../fonts/Palanquin-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Palanquin-Regular.otf')  format('opentype'),
       url('../fonts/Palanquin-Regular.woff') format('woff'), 
       url('../fonts/Palanquin-Regular.ttf')  format('truetype'), 
       url('../fonts/Palanquin-Regular.svg#Palanquin-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palanquin-Regular'; /* bold */
  src: url('../fonts/PalanquinDark-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PalanquinDark-Bold.otf')  format('opentype'),
       url('../fonts/PalanquinDark-Bold.woff') format('woff'),  
       url('../fonts/PalanquinDark-Bold.ttf')  format('truetype'), 
       url('../fonts/PalanquinDark-Bold.svg#PalanquinDark-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

.font-bebas{
  font-family: "BebasNeueCyrillic";
}

body {
  margin: 0;
  font-family: "Palanquin-Regular" !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #e7e7e7;
}

*:focus {
   outline: none !important;
}

/*
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
*/

::-moz-selection {
  background: #e7e7e7;
}

::selection {
  background: #e7e7e7;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(231, 231, 231);
}

.h2, h2 {
    font-size: 2.5rem;
}

.dfi-494949, .dfi-494949:hover{
  color:#494949;
}

.dfi-252525, .dfi-252525:hover{
  color: #252525;
}

input[type=number]{
  -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e7e7e7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(231, 231, 231);
}

.dfi-navbar-fixed-spacer{
  height: 55px;
}

.main{
  background-color: #ffffff;
  padding: 0 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.dfi-bg{
  background-color: #252525;
}

.navbar{
  padding: .3rem 1rem;
}

.nav-link{
  padding-top: 10px;
}

.logo-menu{
  width: 75px;
}

.dfi-hamburger-btn{
  padding: 0;
  border-color: transparent !important;
  margin-top: 1px;
}

.dfi-hamburger{
  font-size: 32px;
}

.dropdown-menu{
  background-color: #252525;
  border-radius: 0;
  color: #ffffff;
  border: none;
}

.dropdown-item{
  color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: rgba(255,255,255,.75);
  background-color: transparent;
}

.winkelwagentje{
  width: 25px;
  margin-top: -3px;
}

.dfi-payoff{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 190px;
  left: 140px;
  font-size: 50px;
  padding: 10px 20px 20px;
  line-height: 1.1;
}

.dfi-parallax{
  height: 700px;
}

.dfi-filters-wrapper{
  background-color: #f7f7f7;
  padding: 5px 5px 0.1px 5px;
}

.dfi-filters{
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 5px;
}

.dfi-toggle{
  text-align: center;
}

.dfi-toggle a{
  /* color: #252525; */
  color: rgba(37, 37, 37, 1);
  font-weight: bold;
}

.dfi-toggle a:hover{
  /* color: #252525; */
  color: rgba(37, 37, 37, 1);
}

.dfi-toggle a:hover{
  text-decoration: none;
}

.toggleFiltersMeer, .toggleFiltersMinder{
  display: none;
}

#toggleCategorieen{
  display: none;
}

.toggleCategorieenMinder{
  display: none;
}

.btn-outline-secondary {
  color: #252525;
  background-color: white;
  background-image: none;
  border-color: #ccc;
}

.dfi-search-wrapper{
  padding: 15px;
  margin-bottom: 5px;
}

.dfi-filter-titel{
  font-size: 18px;
}

.dfi-filter-inner{
  margin: 5px;
}

.dfi-filetrs-zoek{
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border: 1px solid #ccc;
  color: #252525;
  padding: 5px;
  background-color: rgba(204, 204, 204, 0.08);
}

#meerBekijken{
  display: none;
}

.chiller_cb{
  font-size: 18px;
  line-height: 0.9;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}

.chiller_cb input {
  display: none;
}

.chiller_cb input:checked ~ span {
  background: #6c757d;
  border-color: #6c757d;
}

.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}

.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}

.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  top: 6px;
}

.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}

.chiller_cb span:after {
  transform: rotate(45deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

.dfi-order-dropdown{
  margin-top: 10px;
}

.dfi-order-dropdown-menu{
  background-color: #ffffff;
}

.dfi-order-dropdown-item{
  color: #252525;
}

.dfi-order-dropdown-item:focus, .dfi-order-dropdown-item:hover {
  color: #494949;
  background-color: #fcfcfc;
}

.input-group-text {
  background-color: #f7f7f7;
}

.dfi-inputs-inline{
  display: inline-block;
  width: 40%;
}

.dfi-tussenlabel-inline{
  display: inline-block;
  width: 17%;
  text-align: center;
}

.dfi-flex {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 200px;
}

.dfi-flex-item{
  width: 30%;
  margin-bottom: 30px;
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,.14);
  color: #252525;
}

.dfi-flex-item a{
  color: #252525;
  text-decoration: none;
}

.dfi-zoeken-favoriet{
  position: absolute;
  margin: 9px 0 0 9px;
  color: white;
  text-shadow: 0px 0px 5px #494949;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
  display: none;
}

.dfi-zoeken-favoriet:hover{
  color: #494944;
  -webkit-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
  text-shadow: 0px 0px 5px #ffffff;
}

.dfi-flex-item:hover{
  color: #252525;
  text-decoration: none;
  box-shadow: 0px 2px 5px 2px rgba(0,0,0,.14);
}

.dfi-flex-item:hover .dfi-zoeken-favoriet{
  display: inline-block;
  -webkit-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
}

.dfi-is-favoriet{
  color: #494944 !important;
  text-shadow: 0px 0px 5px #ffffff !important;
  display: inline-block;
}

.dfi-flex-spacer{
  width: 30%;
  margin-bottom: 30px;
}

.dfi-prod-img-wrapper{
  display: grid;
  background-color: #f7f7f6;
  text-align: center;
}

.dfi-prod-img{
  max-width: 100%;
  max-height: 250px;
  margin: auto;
}

.dfi-prod-details-wrapper{
  padding: 10px;
}

.dfi-prod-titel{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.dfi-prod-prijs{
  font-weight: bold;
  margin-bottom: 3px;
}

.dfi-prod-muted{
  line-height: 1.2;
  font-size: 14px;
  color: #818a95;
  margin-bottom: 3px;
}

.dfi-btn{
  color: #252525;
  text-decoration: none;
  padding: 6px 12px;
  border: 2px solid #252525;
  text-transform: uppercase;
  -webkit-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
  text-align: center;
}

.dfi-btn:hover{
  color: #ffffff;
  background-color: #252525;
  text-decoration: none;
  -webkit-transition: 150ms linear;
  -ms-transition: 150ms linear;
  transition: 150ms linear;
}

.dfi-logo-home{
  padding: 0px 30px;
  width: 100%;
}

.footer{
  background-color: #494949;
  padding: 50px;
  color: #ffffff;
}

.footer a{
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover{
  color: rgba(255,255,255,.75);
}

.dfi-logo-footer{
  width: 100px;
  max-width: 100%;
}

.dfi-footer-l, .dfi-footer-r{
  padding-top: 35px;
}

.dfi-footer-l{
  text-align: right;
}

.dfi-footer-txt-spacing{
  width: 50px;
  display: inline-block;
}

#dfi-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: 0.2s ease-out;
  opacity: 0;
}

#dfi-to-top:hover{
  background: #dedbdb;
}

#dfi-to-top.show {
  opacity: 1;
}

.dfi-mark-van-lit{
  line-height: 1;
  font-size: 14px;
  color: #818a95;
  text-align: center;
  margin-top: 8px;
}

.dfi-mark-van-lit a{
  color: #a4adb9; /*818a95*/
  opacity: 0.8;
}

.dfi-mark-van-lit a:hover{
  opacity: 1;
  text-decoration: none;
}

.dfi-socials{
  text-align: center;
  margin-bottom: 10px;
}

.dfi-socials .dfi-social-icon {
  width: 40px;
}

.dfi-socials .dfi-socials-txt{
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 16px;
  color: #818a95;
}

.dfi-socials a{
  text-decoration: none;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.tooltip-inner {
  background-color: #252525;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #252525;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #252525;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #252525;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #252525;
}

#pwindicator {
  margin-top: 4px;
  width: 150px;
}

#pwindicator > .label {
  font-size: 16px;
}

.bar {
  height: 2px;
}

.pw-very-weak .bar {
  background: #d9534f;
  width: 30px;
}

.pw-very-weak .label {
  color: #d9534f;
}

.pw-weak .bar {
  background: #d9534f;
  width: 60px;
}

.pw-weak .label {
  color: #d9534f;
}

.pw-mediocre .bar {
  background: #f0ad4e;
  width: 90px;
}

.pw-mediocre .label {
  color: #f0ad4e;
}

.pw-strong .bar {
  background: #5cb85c;
  width: 120px;
}

.pw-strong .label {
  color: #5cb85c;
}

.pw-very-strong .bar {
  background: #5cb85c;
  width: 150px;
}

.pw-very-strong .label {
  color: #5cb85c;
}


.mk-notifications.mk-top {
  top: 55px;
}

.dfi-icon-btn{
  width: 22%;
  min-width: 80px;
  margin: 10px 10px 25px 10px;
  padding: 40px 30px;
  background-color: #fafafa;
  background-image: none;
  display: inline-block;
  color: #646464;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 0;
  transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.18);
}

.dfi-icon-btn:hover {
  border-color: #999;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  transition: all .3s ease;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,.2), 0 3px 6px rgba(0,0,0,.26);
}

.dfi-icon-btn>i {
  font-size: 35px;
}

.dfi-icon-btn>div {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 18px;
  color: #565d66;
}

.dfi-badge{
  font-size: 16px!important;
  padding: 0px 9px 2px 9px;
  color: #fff;
  -webkit-border-radius: 12px!important;
  -moz-border-radius: 12px!important;
  border-radius: 16px!important;
  text-shadow: none!important;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 26px;
}

.dropdown-badge-warpper, .dropdown-badge-wrapper-favs{
  position: relative;
}

.dropdown-badge-warpper > .dfi-badge{
  right: -25px;
  top: -3px;
  font-size: 12px!important;
  padding: 4px 0px 2px 0px;
  line-height: 1;
  min-width: 18px;
}

.dfi-favorieten{
  font-size: 21px;
  vertical-align: middle;
}

#nav-favorieten{
  margin-left: 21px;
}

.dropdown-badge-wrapper-favs > .dfi-badge {
  right: -9px;
  top: -8px;
  font-size: 10px!important;
  padding: 4px 0px 1px 0px;
  line-height: 1;
  min-width: 15px;
}

.dfi-flex-item-favs{
  width: 48% !important;
}

.dfi-badge-delete {
  font-size: 12px!important;
  padding: 0px 5px 1px 5px;
  color: #fff;
  -webkit-border-radius: 12px!important;
  -moz-border-radius: 12px!important;
  border-radius: 16px!important;
  text-shadow: none!important;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 15px;
  cursor: pointer;
}

.dfi-a-terug-wrapper{
  padding: 40px 0 30px 0;
}

.dfi-a-terug{
  color: rgba(73, 73, 73, 0.8);
}
.dfi-a-terug:hover{
  color: #252525;
  text-decoration: none;
}

#sorterenSelect{
  background-color: #ffffff;
}

.orderActive{
  background-color: #f7f7f6;
}

#voorwaardenForm{
  border: 1px solid white;
}

#catsDropdown{
  overflow-y: auto;
}

.dfi-ww-wijzigen{
  font-size: 14px;
  vertical-align: top;
  margin-left: 8px;
}

.dfi-dropshadow{
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,.14) !important;
}

@media (max-width: 1199px){
  #toggleFilters{
    display: none;
  }
  .toggleFiltersMeer {
    display: block;
  }
  .dfi-zoeken-favoriet{
    display:none !important;
  }
}

@media (max-width: 991px){
  #navbarDesignForInterior{
    margin: 15px 0;
  }
  #nav-favorieten{
    margin-left: 0;
  }
  .dfi-icon-btn{
    width: 35%;
  }
}

@media (max-width: 767px){
  .dfi-parallax{
    height: 400px;
  }
  .dfi-flex-item{
    width: 48%;
  }
  .dfi-flex-spacer{
    width: 48%;
  }
  .dfi-payoff {
    top: 150px;
    width: 100%;
    left: auto;
    font-size: 34px;
    text-align: center;
  }
  .dfi-tussenlabel-inline{
    width: 16%;
  }
  .dfi-footer-l, .dfi-footer-r{
    padding-top: 0;
    text-align: center;
  }
  .dfi-footer-l{
    margin: 20px 0 40px 0;
  }
  .dfi-footer-txt-spacing{
    display: block;
    height: 20px;
  }
  #dfi-to-top{
    opacity: 0 !important;
    display: none !important;
  }
  .mk-notifications.mk-top {
    top: 0;
  }
  .dfi-icon-btn{
    width: 100%;
    margin: 5px auto 25px auto;
  }
  .dfi-socials{
    margin-bottom: 0px;
  }
}

@media (min-width: 576px){
  .modal-dialog {
    margin-top: 70px;
  }
}

@media (max-width: 330px){
  .dfi-inputs-inline{
    width: 39%;
  }
}


