* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID ======================================================================== */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
#privacypolicy {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #eeeeee;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  max-width: 400px;
  font-size: 14px;
  line-height: 22px;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
#privacypolicy a {
  color: #000;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* CMS ========================================================================= */
/* PLUGINS ===================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #121212;
  opacity: 0.95;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: -ms-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* VARIABLES =================================================================== */
/* STYLES ====================================================================== */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
a {
  color: inherit;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.logo img {
  width: calc(232px * 0.5);
  height: calc(74px * 0.5);
}
@media only screen and (max-width: 800px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.color {
  color: #efc560;
}
.red {
  color: crimson;
}
hr {
  border: none;
  border-top: 1px solid #999;
}
h1 {
  margin-bottom: 30px;
}
.stockvisible.hide,
.stockmore.hide {
  display: none;
}
.stockvisible p,
.stockmore p {
  margin: 0;
}
body {
  font-family: sans-serif;
  font-size: 12px;
  /* @media only screen and (max-width: 800px) {
    	font-size: 15px;
    }*/
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body footer,
body main {
  margin: 0 5%;
  margin-top: 10px;
  overflow: hidden;
}
body .lanholder {
  margin: 0 5%;
  margin-top: 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
  position: relative;
}
body .lanholder.homepage {
  max-width: 500px;
  margin: auto ;
}
@media only screen and (max-width: 520px) {
  body .lanholder.homepage {
    padding: 0 5%;
  }
}
body .lanholder .lanitem {
  margin: 0 5px;
}
body .lanholder .lanitem a {
  text-decoration: none;
  display: block;
}
.fullscreenbg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fullscreenbg.loaded {
  opacity: 1;
}
.fullscreenbg img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fullscreenbg img.loaded {
  display: none;
}
.login_holder {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_holder .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
}
.login_holder .wrap .marginwrap {
  overflow: hidden;
  padding: 20px;
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.8);
}
.login_holder .wrap .marginwrap .logo {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login_holder .wrap .marginwrap .logo img {
  display: block;
  margin-bottom: 20px;
}
.brands_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands_overview .branditem {
  width: 29.333%;
  margin: 2% 2%;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  position: relative;
  background: #efc560;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.brands_overview .branditem figure {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.brands_overview .branditem figure.loaded {
  opacity: 1;
}
.brands_overview .branditem figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.brands_overview .branditem figure img.loaded {
  display: none;
}
.brands_overview .branditem .caption {
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  padding: 15px;
  color: white;
}
.brands_overview .branditem:hover {
  background: #000;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.brands_overview .branditem:hover figure {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media only screen and (max-width: 1000px) {
  .brands_overview .branditem .caption {
    font-size: 1em;
    line-height: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .brands_overview .branditem {
    width: calc(50% - 4%);
  }
}
@media only screen and (max-width: 500px) {
  .brands_overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brands_overview .branditem {
    width: calc(100% - 4%);
  }
}
.more.small {
  padding: 2px 7px;
}
.more {
  display: inline-block;
  border-radius: 5px;
  background: #71706F;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
.more.color {
  background: #efc560;
}
.column_holder .col1 {
  width: 45%;
  float: left;
}
.column_holder .col2 {
  width: 45%;
  float: right;
}
@media only screen and (max-width: 720px) {
  .column_holder .col1,
  .column_holder .col2 {
    width: 100%;
  }
}
.totaal.old {
  opacity: 0.5;
}
.splashscreen,
#couponform,
#checkoutform,
#loginform,
#wachtwoordform,
#wachtwoordeditform,
#editaccountform,
#newaccountform {
  display: none;
}
.splashscreen.active,
#couponform.active,
#checkoutform.active,
#loginform.active,
#wachtwoordform.active,
#wachtwoordeditform.active,
#editaccountform.active,
#newaccountform.active {
  display: block;
}
.order_as_client {
  background: crimson;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.order_as_client label {
  font-weight: bold;
}
.order_as_client select {
  background-color: white!important;
}
.simpleform.half {
  max-width: 500px;
}
.simpleform.inset {
  margin: -1%;
}
.simpleform h3 {
  color: black;
  text-transform: uppercase;
}
.simpleform .col1 {
  width: 31.333%;
  margin: 1%;
  float: left;
}
.simpleform .col2 {
  margin: 1%;
}
.simpleform .col2.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simpleform .col2.flex .checkboxrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
@media only screen and (max-width: 1000px) {
  .simpleform .col2.flex .checkboxrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.simpleform .col2.flex .formblock {
  margin: 5px;
}
@media only screen and (max-width: 1000px) {
  .simpleform .col2.flex .formblock.fullsmall {
    width: 100%;
  }
}
.simpleform .col2.flex .formblock .searchinput {
  margin: 0;
  min-width: 250px;
}
.simpleform .col2.flex .formblock select {
  margin: 0;
  min-width: 250px;
}
.simpleform .col2.flex .formblock.check {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.simpleform .col2.flex .formblock.check label {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: 2px;
  padding: 0;
}
.simpleform .col2.flex .formblock.check label input {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
}
.simpleform .col3 {
  width: 31.333%;
  float: right;
  margin: 1%;
}
@media only screen and (max-width: 800px) {
  .simpleform .col1,
  .simpleform .col3,
  .simpleform .col2 {
    width: 98%;
  }
}
.simpleform .erroneous {
  border-color: #efc560;
  border-color: crimson;
}
.simpleform label {
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 3px;
  display: block;
}
.simpleform input {
  border: none;
  padding: 10px;
  border: 1px solid #bbb;
  width: 100%;
  color: #2c2b2a;
  margin-bottom: 20px;
  background: none;
  color: black;
}
.simpleform input::-webkit-input-placeholder {
  color: #999;
}
.simpleform input::-moz-placeholder {
  color: #999;
}
.simpleform input:-ms-input-placeholder {
  color: #999;
}
.simpleform input::-ms-input-placeholder {
  color: #999;
}
.simpleform input::placeholder {
  color: #999;
}
.simpleform textarea {
  border: none;
  padding: 10px;
  border: 1px solid #bbb;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background: none;
  color: #2c2b2a;
}
.simpleform textarea::-webkit-input-placeholder {
  color: #999;
}
.simpleform textarea::-moz-placeholder {
  color: #999;
}
.simpleform textarea:-ms-input-placeholder {
  color: #999;
}
.simpleform textarea::-ms-input-placeholder {
  color: #999;
}
.simpleform textarea::placeholder {
  color: #999;
}
.simpleform select {
  border: none;
  padding: 6px 10px;
  border: 1px solid #bbb;
  border-radius: 0px;
  color: #2c2b2a;
  margin-bottom: 20px;
  width: 100%;
  background: none;
  color: black;
  -webkit-appearance: none;
  /*option{
		 	background: #202020;
 			background-color: rgba(0, 0, 0, 0.3);
		}
		*/
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: center right;
  background-repeat: no-repeat;
  /* background-image: url('../../assets/images/selectarrows.png');
      background-position: center right;
      background-repeat: no-repeat; */
  /**/
}
.simpleform #coupon-submit,
.simpleform #checkout-submit,
.simpleform #editaccount-submit,
.simpleform #newaccount-submit,
.simpleform #form-delete,
.simpleform #login-submit,
.simpleform #wachtwoordedit-submit,
.simpleform #wachtwoord-submit,
.simpleform #form-submit {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  background: #efc560;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 23px;
  margin: auto;
  text-align: center;
  width: auto;
}
.simpleform #coupon-submit.disabled,
.simpleform #checkout-submit.disabled,
.simpleform #editaccount-submit.disabled,
.simpleform #newaccount-submit.disabled,
.simpleform #form-delete.disabled,
.simpleform #login-submit.disabled,
.simpleform #wachtwoordedit-submit.disabled,
.simpleform #wachtwoord-submit.disabled,
.simpleform #form-submit.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.simpleform #coupon-submit {
  background: #000;
}
.simpleform #form-delete {
  margin-top: 20px;
  background: #efc560;
  color: white;
  display: none;
}
.simpleform #form-delete.active {
  display: inline-block;
}
.simpleform .feedback,
.simpleform #feedback {
  color: crimson;
  margin-top: 20px;
}
.simpleform .check_terms {
  cursor: pointer;
  position: relative;
  margin: 10px 0;
}
.simpleform .check_terms label {
  margin-left: 30px;
}
.simpleform .check_terms:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #000;
}
.simpleform .check_terms:not(#IE8) input[type=checkbox] {
  display: none;
}
.simpleform .check_terms:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-align: center;
  line-height: 10px;
  font-size: 18px;
  color: #000;
}
.my-cart {
  float: right;
  background: #000;
  color: white;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .my-cart {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.prodgrid {
  position: relative;
}
.prodgrid .txt_noitems {
  padding: 1%;
  display: block;
}
.prodgrid.detail {
  width: 100%;
  margin: 0;
  margin-bottom: 100px;
}
.prodgrid.detail.fulldisabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.prodgrid.detail .flexholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .prodgrid.detail .flexholder .proditem {
    width: 100%;
  }
  .prodgrid.detail .flexholder .proditem .thumb {
    width: 100%;
  }
  .prodgrid.detail .flexholder .proditem .info {
    width: 100%;
  }
}
.prodgrid.detail .proditem {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prodgrid.detail .proditem .thumb {
  width: 40%;
}
.prodgrid.detail .proditem .thumb .slider {
  border: 1px solid #f0f0f0;
}
.prodgrid.detail .proditem .thumb .slider .imgcontainer {
  width: 100%;
}
.prodgrid.detail .proditem .thumb .slider .imgcontainer figure {
  border: none;
}
.prodgrid.detail .proditem .thumb .galerythumbs {
  margin: 30px auto;
}
.prodgrid.detail .proditem .thumb .galerythumbs .thumbwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -5px;
}
.prodgrid.detail .proditem .thumb .galerythumbs .thumbwrap .thumbitem {
  width: 25%;
  padding: 5px;
  cursor: pointer;
}
.prodgrid.detail .proditem .thumb .galerythumbs .thumbwrap .thumbitem.active figure {
  border-color: #000;
}
.prodgrid.detail .proditem .detailinfo {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.prodgrid.detail .proditem .detailinfo .info {
  width: 100%;
}
.prodgrid.detail .proditem .detailinfo .info .titel {
  font-size: 2em;
  line-height: 1.5em;
}
.prodgrid.detail .proditem .detailinfo .maten {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
  padding: 20px 5px;
}
.prodgrid.detail .proditem .detailinfo .cartbtnholder {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 20px;
}
.prodgrid.detail .proditem .detailinfo .desc {
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .prodgrid.detail .proditem .thumb {
    width: 100%;
  }
  .prodgrid.detail .proditem .detailinfo {
    width: 100%;
  }
  .prodgrid.detail .proditem .detailinfo .cartbtnholder {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.prodgrid.detail .prod_text_info {
  width: 60%;
  padding-left: 5%;
}
.prodgrid.detail .prod_text_info ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.prodgrid.detail .prod_text_info ul li {
  margin: 0;
  padding: 0;
}
.prodgrid ._prodrow {
  width: 98%;
  margin: 1%;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prodgrid ._prodrow.fulldisabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.prodgrid ._prodrow .info {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prodgrid ._prodrow .info .block1 {
  width: 45%;
  padding-right: 20px;
}
.prodgrid ._prodrow .info .block2 {
  width: calc(55% - 175px);
}
.prodgrid ._prodrow .info .block3 {
  width: 175px;
}
.prodgrid ._prodrow .info .titel {
  font-size: 13px;
}
.prodgrid ._prodrow .info .prodlabels {
  margin-bottom: 5px;
}
.prodgrid ._prodrow .info .prodlabels .promo {
  background: #e0d342;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid ._prodrow .info .prodlabels .new {
  background: #7195c6;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid ._prodrow .info .prodlabels .bestseller {
  background: #d5899b;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid ._prodrow .info .prodlabels .core {
  background: #89d59e;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid ._prodrow .info .prijs {
  color: black;
  margin-top: 10px;
}
.prodgrid ._prodrow .info .prijs input {
  border: none;
  border: 1px solid #f0f0f0;
  padding: 3px;
  width: 60px;
}
.prodgrid ._prodrow .info .prijs .oldprice {
  display: inline-block;
  text-decoration: line-through;
}
.prodgrid ._prodrow .info .deletecart,
.prodgrid ._prodrow .info .addtocart {
  color: white;
  padding: 5px 10px;
  font-size: 11px;
  background: #efc560;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.prodgrid ._prodrow .info .deletecart span,
.prodgrid ._prodrow .info .addtocart span {
  font-size: 14px;
  margin-right: 15px;
}
.prodgrid ._prodrow .info .deletecart:hover,
.prodgrid ._prodrow .info .addtocart:hover {
  background: #000;
}
.prodgrid ._prodrow .info .deletecart {
  font-size: 11px;
  background: #000;
  padding: 7px;
  font-weight: normal;
}
.prodgrid ._prodrow .thumb {
  width: 80px;
  margin: 20px;
  position: relative;
  float: left;
}
.prodgrid ._prodrow .thumb figure {
  background: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  border: 1px solid #f0f0f0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.prodgrid ._prodrow .thumb figure.loaded {
  opacity: 1;
}
.prodgrid ._prodrow .thumb figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.prodgrid ._prodrow .thumb figure img.loaded {
  display: none;
}
.prodgrid ._prodrow:before,
.prodgrid ._prodrow:after {
  content: "";
  display: table;
}
.prodgrid ._prodrow:after {
  clear: both;
}
.prodgrid ._prodrow:before,
.prodgrid ._prodrow:after {
  content: "";
  display: table;
}
.prodgrid ._prodrow:after {
  clear: both;
}
.prodgrid .proditem {
  width: 100%;
  /*@media only screen and (max-width: 1300px) {
			width:48%;
		}
		@media only screen and (max-width: 900px) {
			width:98%;			
		}*/
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 1% 2%;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prodgrid .proditem.disabled,
.prodgrid .proditem .disabled,
.prodgrid .proditem .fulldisabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.prodgrid .proditem .info {
  width: 25%;
  float: right;
  padding: 5px;
  font-weight: bold;
}
.prodgrid .proditem .info .titel {
  font-weight: bold;
  font-size: 16px;
}
.prodgrid .proditem .info .titel .small {
  font-weight: normal;
  font-size: 14px;
}
.prodgrid .proditem .info .prodlabels {
  margin-bottom: 5px;
}
.prodgrid .proditem .info .prodlabels .promo {
  background: #e0d342;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid .proditem .info .prodlabels .new {
  background: #7195c6;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid .proditem .info .prodlabels .bestseller {
  background: #d5899b;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid .proditem .info .prodlabels .core {
  background: #89d59e;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.prodgrid .proditem .info .oldprice {
  display: inline-block;
  text-decoration: line-through;
}
.prodgrid .proditem .maten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
  position: relative;
}
.prodgrid .proditem .maten .matenrow {
  text-align: center;
  width: 20%;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.prodgrid .proditem .maten .matenrow input {
  border: none;
  border: 1px solid #f0f0f0;
  padding: 3px;
  width: 50px;
  text-align: center;
}
.prodgrid .proditem .maten .matenrow input::-webkit-outer-spin-button,
.prodgrid .proditem .maten .matenrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prodgrid .proditem .maten .matenrow input[type=number] {
  -moz-appearance: textfield;
}
.prodgrid .proditem .maten .matenrow .stockholder {
  font-size: 11px;
  font-weight: bold;
}
.prodgrid .proditem .cartbtnholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.prodgrid .proditem .cartbtnholder .deletecart,
.prodgrid .proditem .cartbtnholder .addtocart {
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
  background: #efc560;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prodgrid .proditem .cartbtnholder .deletecart span,
.prodgrid .proditem .cartbtnholder .addtocart span {
  font-size: 18px;
  margin-right: 15px;
}
.prodgrid .proditem .cartbtnholder .deletecart:hover,
.prodgrid .proditem .cartbtnholder .addtocart:hover {
  background: #000;
}
.prodgrid .proditem .cartbtnholder .deletecart {
  font-size: 11px;
  background: #000;
  padding: 7px;
  font-weight: normal;
}
.prodgrid .proditem .cartbtnholder .subtotalholder {
  display: block;
  font-size: 1.2em;
  line-height: 2em;
  text-align: center;
  margin-top: 20px;
}
.prodgrid .proditem .cartbtnholder .subtotalholder .subtotal {
  border: 1px solid black;
  display: block;
}
.prodgrid .proditem .thumb {
  width: 15%;
  position: relative;
}
.prodgrid .proditem .thumb figure {
  border: 1px solid black;
  background: #fff;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  border: 1px solid #f0f0f0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.prodgrid .proditem .thumb figure.loaded {
  opacity: 1;
}
.prodgrid .proditem .thumb figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.prodgrid .proditem .thumb figure img.loaded {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .prodgrid .proditem .maten .matenrow {
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) {
  .prodgrid .proditem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prodgrid .proditem .info {
    width: 100%;
    text-align: center;
  }
  .prodgrid .proditem .maten {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #f0f0f0;
    padding: 20px 5px;
    margin-bottom: 20px;
  }
  .prodgrid .proditem .maten .matenrow {
    width: 25%;
  }
  .prodgrid .proditem .thumb {
    margin: 10px auto;
  }
  .prodgrid .proditem .cartbtnholder {
    margin-bottom: 10px;
  }
}
.cartgrid .cartrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  margin-bottom: 1px;
  position: relative;
}
.cartgrid .cartrow.checkout .titel,
.cartgrid .cartrow.checkout .thumb {
  margin-right: 20px;
}
.cartgrid .cartrow.checkout .info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cartgrid .cartrow .thumb {
  width: 120px;
  margin: 20px;
  position: relative;
}
.cartgrid .cartrow .thumb figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.cartgrid .cartrow .thumb figure.loaded {
  opacity: 1;
}
.cartgrid .cartrow .thumb figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cartgrid .cartrow .thumb figure img.loaded {
  display: none;
}
.cartgrid .cartrow .info {
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartgrid .cartrow .info .prodlabels {
  margin-bottom: 5px;
}
.cartgrid .cartrow .info .prodlabels .promo {
  background: #e0d342;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.cartgrid .cartrow .info .prodlabels .new {
  background: #7195c6;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.cartgrid .cartrow .info .prodlabels .bestseller {
  background: #d5899b;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.cartgrid .cartrow .info .prodlabels .core {
  background: #89d59e;
  font-size: 8px;
  padding: 5px;
  text-transform: uppercase;
  color: white;
}
.cartgrid .cartrow .info .titel {
  font-weight: bold;
  width: 50%;
  font-size: 14px;
}
.cartgrid .cartrow .info .oldprice {
  display: inline-block;
  text-decoration: line-through;
}
.cartgrid .cartrow .deletecart {
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
  background: #efc560;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cartgrid .cartrow .deletecart span {
  font-size: 18px;
}
.cartgrid .cartrow .deletecart:hover {
  background: #000;
}
.cartgrid .cartrow .deletecart {
  font-size: 11px;
  background: #000;
  padding: 7px;
  font-weight: normal;
}
.cartgrid .cartrow .prijs {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.cartgrid .cartrow .prijs input {
  border: none;
  border: 1px solid #f0f0f0;
  padding: 3px;
  width: 50px;
  text-align: center;
}
.cartgrid .cartrow .prijs input::-webkit-outer-spin-button,
.cartgrid .cartrow .prijs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cartgrid .cartrow .prijs input[type=number] {
  -moz-appearance: textfield;
}
@media only screen and (max-width: 1000px) {
  .cartgrid .cartrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cartgrid .cartrow .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .cartgrid .cartrow .info .titel {
    width: 100%;
    margin-bottom: 10px;
  }
  .cartgrid .cartrow .prijs {
    margin-bottom: 20px;
  }
  .cartgrid .cartrow .deletecart {
    margin: 20px;
  }
}
.checkout_btn,
.complete_btn {
  background: #efc560;
  color: white;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}
.checkout_btn.blauw,
.complete_btn.blauw {
  background: #000;
}
.checkout_btn.disabled,
.complete_btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #000;
  border-color: #000;
  color: white!important;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  pointer-events: none;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: #efc560;
  border-color: #efc560;
}
form .contact_container hr {
  border: none;
  border-top: 1px dashed #999;
}
form .contact_container .contactgroup {
  position: relative;
}
form .contact_container .contactgroup .removable {
  padding: 5px;
  font-size: 9px;
  text-transform: uppercase;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  color: #efc560;
}
form .contactgroupadd {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), to(#bbb));
  background: linear-gradient(to bottom, #ccc 0, #bbb 100%);
  border-color: #bbb;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  width: auto;
  margin-bottom: 30px;
}
.dropzone-container {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}
.dropzone-container .dropzone,
.dropzone-container form.dropzone {
  width: 100%;
  border: none;
  border: 1px solid #999;
  background: #ccc;
  padding: 20px;
}
.dropzone {
  min-height: 300px;
}
.navpagination {
  clear: both;
  margin: 30px 0;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navpagination nav {
  display: block;
  clear: both;
  font-size: 12px;
  color: #747474;
  float: left;
}
.navpagination nav ul {
  margin: 0;
  padding: 0;
}
.navpagination nav ul li {
  display: inline-block;
  margin: 0px 0px;
  margin-bottom: 6px;
}
.navpagination nav ul li a {
  text-decoration: none;
  border: 1px solid #e0dede;
  padding: 0px 6px ;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navpagination nav ul li a:hover,
.navpagination nav ul li a.active {
  color: white;
  background: #efc560;
}
.navpagination nav ul li a:hover.arrow,
.navpagination nav ul li a.arrow {
  border: none;
  background: none;
  color: #747474;
}
footer {
  clear: both;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
footer img {
  max-width: 270px;
  margin: auto;
  padding: 0 5px;
}
/* MEDIA QUERY'S =============================================================== */
.page {
  background: white;
  display: block;
  margin: 0 auto;
  padding: 0;
  padding: 1.5cm;
  padding-bottom: 0px;
  margin-bottom: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: black;
  /*
   margin-bottom: 0.5cm;
   box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
   */
}
.page h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}
.page h2 {
  font-weight: normal;
  font-style: normal;
}
.page header {
  margin: 0;
  padding: 0;
}
.page .fixedfooter {
  display: none;
}
.page:before,
.page:after {
  content: "";
  display: table;
}
.page:after {
  clear: both;
}
.page:before,
.page:after {
  content: "";
  display: table;
}
.page:after {
  clear: both;
}
.page[size="A4"] {
  width: 21cm;
}
page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: 21cm;
}
@media print {
  .printknop {
    display: none;
  }
  html,
  body,
  page {
    border-bottom: 0px solid #fafafa;
  }
  .page-break {
    page-break-after: always;
  }
  .page {
    margin: 0;
  }
  .page.fixedheight {
    height: 29.5cm;
    position: relative;
  }
  .page .fixedfooter {
    display: block;
  }
}
