/* CSS 1-2021 OptiekXL */
/* optiekxl-mobile.css (min-width: 320px)  and (max-width: 767px) */
/* optiekxl-desktop.css (min-width: 768px)  and (max-width: 767px) */
/* DO NOT USE @media in this file
/* shift ctrl J */
/* @group Variables  */
:root {
   /* Primaire kleuren OptiekXL */
  --knallend-oranje-donkeraccent: #653819;
  --knallend-oranje-primair: #FE5000;
  --knallend-oranje-lichtaccent: #FFAE62;
  --knallend-blauw-donkeraccent: #001E60;
  --knallend-blauw-primair: #10069F;
  --knallend-blauw-lichtaccent: #59CBE8;
   /* Secudaire kleuren OptiekXL */
  --rubine-rood-donkeraccent: #6C1D45;
  --rubine-rood-secundair: #CE0058;
  --rubine-rood-lichtaccent: #F57EB6;
  --vrolijk-groen-donkeraccent: #008264;
  --vrolijk-groen-secundair: #00BFB3;
  --vrolijk-groen-lichtaccent: #9CDBD9;
  --vrolijk-geel-donkeraccent: #9A8700;
  --vrolijk-geel-secundair: #EFDF00;
  --vrolijk-geel-lichtaccent: #F0EC74;
  --swirl-background: url("https://nl.testoptiekxl.hypernode.io/media/wysiwyg/template/optiekxlnl/backgr2.png");
  --img-radius: 5px;
  --div-radius: 5px;
  --borderproductlabel : 5px;
/* --------------------------------------*/
  --blue: var(--knallend-blauw-primair);
  --lightblue: var(--knallend-oranje-lichtaccent);
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: var(--knallend-oranje-primair);
  --orange-dark: var(--knallend-oranje-donkeraccent);
  --orange-light: var(--knallend-oranje-lichtaccent);
  --yellow: #ffc107;
  --green: var(--vrolijk-groen-secundair);
  --green-dark: var(--vrolijk-groen-donkeraccent);
  --green-light: var(--vrolijk-groen-lichtaccent);
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #f0f0f0;
  --gray-dark: #343a40;
  --gray-def: #313131;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --shadow: #000000a1;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Fira Sans', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --defaultcolor1: var(--knallend-blauw-primair);
  --defaultcolor2: var(--gray);
  --defaultcolor3: var(--knallend-oranje-primair);
  --defaultborder: 1px solid  #f0f0f0;
  --defaultbordershadow: 3px 4px 4px 0 rgb(0 0 0 / 0%);
  --defaultfontcolor: #575757;
  --defaultlinkcolor: var(--defaultcolor1);
  --defaultlinkhovercolor: var(--defaultcolor3);
  --actionbutton: var(--defaultcolor1);
  --actionbuttonhover: #096f90;
  --leasebutton: #0ba50b;
  --mainmenulink: var(--white);
  --mainmenulinkhover: var(--green);
  --mainmenuactiveborder: var(--knallend-oranje-primair);
  --sidebarlink: var(--defaultcolor1);
  --sidebarlinkactive: var(--defaultcolor3);
  --sidebaractiveborder: var(--defaultcolor1);
  --sidebarborder: var(--defaultcolor3);
}

button.action.tocart.primary {
    display: none;
}

/* @group PageLayout */
.page-layout-2columns-left .sidebar a.active {
  color: var( --sidebarlinkactive);
  border-left: var(--sidebaractiveborder) solid 2px;
  padding-left: 10px;
  margin-left: -12px;
  font-weight: 500;
}

.page-layout-2columns-left .sidebar .widget.block:not(:last-child),
.page-layout-2columns-left .sidebar .widget:not(:last-child) {
  margin-bottom: 15px;
}

/* @group Basics */
html {
  font-weight: normal;
  font-weight: initial;
  color: var(--defaultfontcolor);
  background: var(--orange) !important;
  height: auto !important;
  padding: 0px 1px 1px 1px !important;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



body {
  font-size: 1.4rem;
   /* font-family : 'Roboto',*/
  font-family: 'Fira Sans', sans-serif !important;
  line-height: 1.4;
  color: var(--defaultfontcolor);
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: var(--defaultlinkcolor);
}

a:hover {
  color: var(--defaultlinkhovercolor);
  text-decoration: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1 {
  font-size: 1.8rem;
  font-weight: 400;
}

h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

h3 {
  font-size: 1.4rem;
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-size: 0.8rem;
  font-weight: 400;
}

.table {
  color: inherit;
}

img{
   image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
/* End Basics */


/* @group Tools  */
/*.col-12.col-md.ms-auto.headersearchdiv::before {
    content: "Let op: Op 31 December zijn we gesloten";
    display: block;
    top: 25px;
    position: absolute;
    width: 100%;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: 0;
    left: -42px;
    color: red;
    font-weight: 600;
    font-size: 1.4rem;
}*/
.ozb {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  -webkit-clip-path: inset(50%)!important;
  clip-path: inset(50%)!important;
  white-space: nowrap!important;
  border: 0!important;
}

.developer {
    display: none;
    position: fixed;
    width: 14%;
    top: 35%;
    height: 491px;
    z-index: 1000;
}
.developer .develope-container {
  /* display    : block; */
  display: block;
  width: 100%;
  clear: both;
  background: grey;
  /* margin: 0; */
}

.developer .develope-container span {
  font-size: 2.2rem;
}

.developer .blocks.container {
  display: none;
}

.swirl-background: {
  background: red;
  height: 300px;
  width: 90%;
}

.swirl-background: div {
  background-color: #ff0000;
  background-image: var(--swirl-background);
  height: inherit;
  width: 100%;
  display: block;
  background-repeat: repeat;
  /* filter: invert(1); */
  /* filter: opacity(0.5); */
  color: #FFFFFF;
}

.np {
  padding: 0 !important;
}

.nm {
  margin: 0 !important;
}

.hide {
  display: none !important;
}

/* color*/
.oranje {
  color: var(--orange);
}
/* end color*/
/* font icons */

   .icofont {
       background: var(--orange);
       display: inline-block;
       text-align: center;
       line-height: 50px;
       border-radius: 100%;
       width: 50px;
       height: 50px;
       margin: 20px 10px 10px 10px;
       font-size: 2rem;
   }



.icofont a  {
color: yellow;
font-size: 0rem;
}

.whatsapp::before {
  content: '\e957' !important;
}

.location::before {
  content: '\ef79' !important;
  font-family: 'Icofont' !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--defaultcolor3);
}

.facebook-icon::before {
  content: '\ed37' !important;
  font-family: 'Icofont' !important;

  font-weight: 400;
}


.instagram-icon::before {
  content: '\ed46' !important;
  font-family: 'Icofont' !important;

  font-weight: 400;
}

.youtube-icon::before {
  content: '\ecbb' !important;
  font-family: 'Icofont' !important;

  font-weight: 400;
}
.linkedin-icon::before {
  content: '\ed4d' !important;
  font-family: 'Icofont' !important;

  font-weight: 400;
}



.email::before {
  content: '\ec56' !important;
  font-family: 'Icofont' !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--defaultcolor3);
}

.telefoonnummer::before,
.phone::before {
  content: '\efba' !important;
  font-family: 'Icofont' !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--defaultcolor3);
  vertical-align: middle;
}

.open::before {
  content: '\eedc' !important;
  font-family: 'Icofont' !important;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--defaultcolor3);
}
/* end font icons */
/* End Tools */

/* @group Defaultpage */
.message.global.cookie {
  background: var(--white );
  z-index: 9000;
/* block: cookie_notices | Magento_Cookie | Magento\Cookie\Block\Html\Notices */
}

.page-title-wrapper .page-title {
  color: var(--defaultcolor1);
  margin-bottom: 15px;
}




/* @group Defaultpage HEADER */
header * {
  font-size: 1.2rem;
}
/* Header section */
header .header.content .cartbackground {
  height: inherit;
  float: right;
}

header .phone a,
header .whatsapp a {
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--defaultcolor1);
}

header .whatsapp::before {
  font-size: 1.4rem;
  height: 1.6rem;
}

header .header.content .cartbackground .gratis-verzending {
  margin-left: 20px;
}

header .phone::before {
  font-size: 1.6rem;
  height: 1.6rem;
}

header .header.content .miniquote-wrapper .action.showquote .counter.qty {
  min-width: inherit;
  height: inherit;
  clip: auto;
  margin: 0;
  padding: 0px 5px 0px 5px;
  color: #fff;
  overflow: hidden;
  border-radius: 0;
  background: #ff5501;
  text-align: center;
  text-shadow: 0 0 0px #000000;
  line-height: inherit;
  white-space: normal;
}

header .header.content .minicart-wrapper button:active,
header .header.content .minicart-wrapper button:focus {
/* cart popup window remove ugly closebox*/
  border: 0 !important;
  outline: dotted 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

/* miniquote-wrapper */
header .header.content .minicart-wrapper span.counter-label,
header .header.content .miniquote-wrapper span.counter-label {
  display: none;
}

header .header.content .minicart-wrapper a.action.showcart span,
header .header.content .miniquote-wrapper a.action.showquote span {
  line-height: 25px;
}

header .header.content .minicart-wrapper .action.showcart,
header .header.content .miniquote-wrapper .action.showquote {
  margin: 0;
}

header .header.content .miniquote-wrapper .action.showquote:before {
  content: '\ef72' !important;
  float: left;
  padding: 0;
  font-family: 'Icofont' !important;
  font-size: 2.5rem;
  line-height: inherit;
  margin: 0px 5px 0 5px;
}

header .header.content .minicart-wrapper .action.showcart:before {
  content: '\eed1' !important;
  float: right;
  padding: 0;
  font-family: 'Icofont' !important;
  font-size: 2.5rem;
  line-height: inherit;
  margin: 0px 5px 0 5px;
}
/* header.page-header .panel.wrapper */
header.page-header .panel.wrapper {
  color: var(--white);
  height: 35px;
  background-color: var(--defaultcolor3);
  line-height: 15px;
  /*border-bottom: 1px solid var(--gray-dark);*/
}

header .panel.header ul {
  display: inline-block;
  width: auto;
  margin-left: 0;
}

header .panel.header .links > li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

header .panel.header a {
  color: var(--white);
}

header .panel.header .links li a:hover {
  color: var(--defaultcolor2);
  text-decoration: none;
}

header.page-header .panel.wrapper li.header-contact-link a:before {
  content: '\ec50' !important;
  font-family: 'Icofont' !important;
  font-size: 1.4rem;
  font-weight: 400;
}

header.page-header .panel.wrapper li.header-support-link a:before {
  content: '\ef77' !important;
  font-family: 'Icofont' !important;
  font-size: 1.4rem;
  font-weight: 400;
}

header.page-header .panel.wrapper li.header-support-link a:before {
  content: '\ef77' !important;
  font-family: 'Icofont' !important;
  font-size: 1.4rem;
  font-weight: 400;
}

header.page-header .panel.wrapper li.authorization-login a:before {
  content: '\ed05' !important;
  padding-right: 5px;
  font-family: 'Icofont' !important;
  font-size: 1.4rem;
  font-weight: 400;
}

header.page-header .panel.wrapper li.authorization-link a:before {
  content: '\ef1d' !important;
  padding-left: 5px;
  font-family: 'Icofont' !important;
  font-size: 1.4rem;
  font-weight: 400;
}

header.page-header .panel.wrapper li.authorization-link:before {
  content: '|';
  padding-right: 10px;
}

header.page-header .panel.wrapper li.header-contact-link:after {
  content: '|';
  padding-left: 10px;
}

header.page-header .panel.wrapper li.header-support-link:after {
  content: '|';
  padding-left: 10px;
}

header.page-header .panel.wrapper li.authorization-login:after {
  content: '|';
  padding-left: 10px;
}

header.page-header .panel.wrapper li.greet.welcome {
  display: none !important;
}

header.page-header .header.content a:hover {
  color: var(--orange);
  text-decoration: none;
}

header.page-header .header.content {
  display: flex;
  padding: 0;
}

header .header.content .cartbackground .gratis-verzending {
  margin-left: 20px;
}

header .header.content .miniquote-wrapper .action.showquote .counter.qty {
  min-width: inherit;
  height: inherit;
  clip: auto;
  margin: 0;
  padding: 3px 5px 0px 5px;
  color: #fff;
  overflow: hidden;
  border-radius: 0;
  background: var(--defaultcolor1);
  text-align: center;
  text-shadow: 0 0 0px #000000;
  line-height: inherit;
  white-space: normal;
  margin-top: 2px;
}

header .header.content .minicart-wrapper button:active,
header .header.content .minicart-wrapper button:focus {
  /* cart popup window remove ugly closebox*/
  border: 0 !important;
  outline: dotted 0px;
  outline: -webkit-focus-ring-color auto 0px;
}

header .header.content .minicart-wrapper span.counter-label,
header .header.content .miniquote-wrapper span.counter-label {
  display: none;
}

header .header.content .minicart-wrapper a.action.showcart span,
header .header.content .miniquote-wrapper a.action.showquote span {
  line-height: 25px;
}

header .header.content .minicart-wrapper .action.showcart,
header .header.content .miniquote-wrapper .action.showquote {
  margin: 0;
}

header .header.content .miniquote-wrapper .action.showquote:before {
  content: '\ef72' !important;
  float: left;
  padding: 0;
  font-family: 'Icofont' !important;
  font-size: 2.5rem;
  line-height: inherit;
  margin: 0px 5px 0 5px;
}

header .header.content .minicart-wrapper .action.showcart:before {
  content: '\eed1' !important;
  float: right;
  padding: 0;
  font-family: 'Icofont' !important;
  font-size: 2.5rem;
  line-height: inherit;
  margin: 0px 5px 0 5px;
}

header .header.content .sticky .minicart-wrapper .action.showcart:before {
  color: #FFFFFF;
}

header .header.content .block-minicart strong.subtitle.empty {
  font-weight: 400;
}

header.page-header .header.content .headercartdiv {
  height: inherit;
}

header.page-header .header.content img.header-imagenexttocart {
  z-index: 0;
  position: absolute;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: 179px;
}

header .header.content .minicart-wrapper a.action.showcart span {
  line-height: 30px;
}

header .minicart-wrapper .block-minicart {
   min-width: inherit;
}
.cms-index-index .row3 .blog-widget-recent .post-description .post-text-hld strong,
.cms-index-index .row3 .blog-widget-recent .post-description .post-text-hld *
.cms-index-index .row3 .blog-widget-recent .post-description .post-text-hld em {
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}

.cms-index-index .testbox {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-height: 304px;
    overflow: hidden;
/* min-height: 304px;*/
}

.cms-index-index .row3 .testbox img {
    width: 100%;
    height: auto;
}


.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}

.minicart-wrapper .action.showcart .counter.qty {
  height: 30px;
  margin-top: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
}

/* End Header panel.content */

/* header.page-header.sticky-header */

/* End header.page-header.sticky-header */

.logo {
  max-width: fit-content;
}

h2 .title {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 500;
}

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

.custom-block-header .phone,
.custom-block-header .whatsapp {
  display: inline-block;
  margin-right: 4%;
  line-height: 1.6rem;
  vertical-align: middle;
}

.custom-block-header {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

/* NAV section */
/* @group Defaultpage  NAV */
.sticky {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  max-height: 109px;
  margin: 0 auto;
  border-bottom: 1px solid #f0f0f0;
  background: #fff none repeat scroll 0 0;
}

header .header.content .minicart-wrapper.stickycart {
  z-index: 100;
  position: fixed;
  top: 8px;
  left: 78%;
  width: 70px;
  max-width: 100%;
  max-height: 109px;
  margin: 0 auto;
}

header .header.content .minicart-wrapper.stickycart .action.showcart:before {
  color: var(--defaultcolor3);
}

header .header.content .minicart-wrapper.stickycart .action.showcart:hover:before {
  color: var(--white);
}

.sections.nav-sections.sticky li.level0.nav-7.category-item.last.level-top.ui-menu-item {
  float: inherit;
  display: inline-block;
}

.nav-sections .navigation {
  background: var(--defaultcolor1);
}

nav.navigation {
  z-index: 100;
}

nav,
nav * {
  font-weight: 500;
}

.nav-sections li.level0.nav-7.category-item.last.level-top.ui-menu-item {
  float: right;
}

.navigation .level-top a#occasions {
  height: 47px;
}

.nav-sections {
  margin-bottom: 15px;
  background: var(--white);
}

.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus,
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  color: var(--mainmenulinkhover)
}

.navigation .level0 > .level-top {
  text-transform: inherit;
  color: var(--mainmenulink);
}

.navigation .level0 .submenu .active > a,
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: var(--mainmenuactiveborder);
}

.navigation li.category-item.has-active.parent.ui-menu-item > a > .ui-menu-icon:after {
  color: var(--defaultcolor3);
}

.navigation .level0 .submenu .active > a {
  background: var(--gray);
}

div#store\.information .static-link-title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

div#store\.information span.content-title {
  display: inline-block;
  width: 100%;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.nav-sections .navigation
  {
    border-radius: var(--div-radius);
}

/* end NAV Section */

/* @group Defaultpage FOOTER */
/* FOOTER section */

.page-footer {
  background-color: var(--white);
  margin-top: 40px;
}

.footer-row-spacer {
  height: 2px;
}

.page-footer .footer.content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-footer .footer-container {
  background: var(--white);
}

.footersocials {
   text-align: center;
   margin-top: 10px;
   margin-left: 10px;
}

footer .footer-bottom {
  background: white;
  margin-top: 10px;
}

footer .footer-bottom .splide__slide {
    text-align: center;
}

.footer.content.container-fluid.footerrij1 {
  background-color: var(--defaultcolor1);
  color: var(--white);
  border-radius: var(--div-radius) var(--div-radius) 0 0;
  background: var(--defaultcolor1);
}

.footer.content.container-fluid.footerrij2 {
  background-color: var(--defaultcolor1);
  color: var(--white);
      border-radius: 0 0 var(--div-radius) var(--div-radius);
}

.page-footer .footer-ribbon {

}

.footer .widget.block.block-static-block {
  float: left;
  margin: 0;
    /* padding: 0; */
}

.footer-bottom .splide__arrows {
  display: none;
}

.footer-bottom #splide2 .splide__slide img {
  height: 55px;
}

.footer .widget.block.block-static-block>p {
  margin: 0;
}

.page-footer .block4 .block-title,
.page-footer .block4 .static-link:hover,
.footer .col-12.col-sm-6.col-md-3.row1.block4 a,
.footer .col-12.col-sm-6.col-md-3.row1.block4 a:hover {
  color: #FFFFFF;
}

footer span.float-right {
  margin-left: 15px;
  display: inline-block;
}

.footer .content-title {
  margin-bottom: 5px;
}

.footer a.static-link {
  line-height: 2.4rem;
}

.footer span.content-title.static-link strong {
  line-height: 2.3rem;
}

.footer .rij1 {
   height: 116px;
   min-height: 116px;
   max-height: 116px;
   overflow: hidden;
}

.footer .footertopimg img {
       width: auto;
       height: 200px;
       position: relative;
       top: -74px;
       z-index: 10;
       left: -20px;
       image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.footer .col-12.col-sm-4.col-md-4.row1.block2 {
    line-height: 22px;
}

.col-md-2.followus-text {
  text-align: center;
  vertical-align: middle;
  color: var(--defaultcolor3);
  display: inline-block;
  padding-top: 3%;
  font-weight: 500;
}

/*.footer ul.social-icons li {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding-top: 3%;
  text-align: center;
}
*/



.page-footer .static-link-title {
  display: block;
  padding-bottom: 10px;
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
}

.page-footer .static-link {
  display: block;
  padding-bottom: 5px;
  color: var(--white);
  text-decoration: none;
  font-weight: 400;
}

.page-footer .block-title,
.page-footer .static-link:hover {
  color: var(--orange);
}



.page-footer .footer.content.footertop {
   padding: 0;
}

.footer-vraag {
    margin-left: 135px;
    padding: 10px;
}
 footer a {
  color: var(--white);
  font-weight: 500;
}




.cms-index-index .row6.row {
  margin-top: 10px;
}

/* End FOOTER Section */

/* End Defaultpage */

/* Pages */

/* .cms-index-index (Homepage) */
/* @group Pages cms-index-index (Homepage)  */
.cms-index-index button.splide__arrow.splide__arrow {
    /* opacity: 2.35; */
  top: 97%;
}

.cms-index-index h2,
.cms-index-index h2 * {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cms-index-index .filterproduct-title {
  line-height: normal;
  background: rgb(255,255,255);
 background: linear-gradient(180deg, rgba(255,255,255,1) 49%, rgba(254,80,0,1) 50%, rgba(255,255,255,1) 51%);
}

.cms-index-index .products-grid .product-item {
  margin-bottom: 0;
}

.products-grid .product.name.product-item-name {
  height: 300px;
  max-height: 35px;
  overflow: hidden;
  min-height: 35px;
  height: 35px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cms-index-index li.splide__slide p a img {
}

.cms-index-index a.bekijk-alle-nieuwe-producten * {

  text-align: center;
  font-size: 1.1rem;
  /* font-style: italic; */
}


.cms-index-index a.bekijk-alle-nieuwe-producten {
text-align: center;
}

.cms-index-index .small-banner-block {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: inherit;
  margin-right: 0px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cms-index-index .small-banner-block img {
  display: block;
  width: auto;
  height: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}


.cms-index-index .row1 .splide__arrows {
    display: none;
}

.cms-index-index .row1 .splide__pagination {
display: none;
}

.cms-index-index .row1 .col1{

}

.cms-index-index .row1 .col1 img {
  /*width: auto !important;
  height: 100% !important;*/
  width: 100% !important;
  height: auto !important;
  image-rendering: -webkit-optimize-contrast;
}

.cms-index-index img {
   border: 2px hidden white;
   padding: 0px;
   border-radius: var(--img-radius);
}


.cms-index-index .row1 .col2 img {
   /*width: auto !important;
   height: 100% !important;*/
   width: 100% !important;
   height: auto !important;
   image-rendering: -webkit-optimize-contrast;

}

.cms-index-index .row1 .col1 {
   cursor: pointer;
}

.cms-index-index .row1 .col2 #block1,
.cms-index-index .row1 .col2 #block2 {
   height: 47%;
   width: auto;
   margin: 0;
   padding: 0;
}

.cms-index-index .row1 .col2 #block1 {
   background: var(--smallbannerbg-1);
   margin-bottom: 2.5%;
   padding: 0
}

.cms-index-index .row1 .col2 #block2 {
  background: var(--smallbannerbg-2);
  margin-bottom: 0;
  padding: 0;
}



.cms-index-index .titel.right {
  color: var(--white);
  text-shadow: 1px 1px 4px var(--shadow);
  font-size: 1.7rem;
}

.cms-index-index .page-main .row1,
.cms-index-index .page-main .row2,
.cms-index-index .page-main .row3,
.cms-index-index .page-main .row4,
.cms-index-index .page-main .row5,
.cms-index-index .page-main .row6 {
  margin-top: 15px;
  /* border-bottom: 1px black solid; */
}

.cms-index-index .row6 {
}

.columns .column.main {
  padding-bottom: 10px;
}

.cms-index-index .row3 .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid #005a7852;
  border-radius: 2px;
  background: #005a780d;
}

.cms-index-index .row3 .blog-widget-recent .post-description .post-text-hld {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 36px;
  max-height: 36px;
  min-height: 36px;
}

.cms-index-index .row3 .col2 .post-text-hld.clearfix {
  margin-top: 34px;
}

.cms-index-index .row3 .blog-widget-recent .post-text-hld.clearfix p {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  font-weight: 400;
}

.cms-index-index .row3 .blog-widget-recent .post-description .post-text-hld a.post-item-link-shortdescription {
  display: none;
}

.cms-index-index .row3 .blog-widget-recent .post-list .post-content .post-read-more {
  padding-top: 20px;
}

.cms-index-index .row3 .col2 .post-content .post-description {
}

.cms-index-index .row3 .col1 a.post-item-link,
.cms-index-index .row3 .col2 a.post-item-link {
  color: #005a78;
  text-decoration: unset;
  font-size: 1.3rem;
  font-weight: 500;
}

.cms-index-index .row3 .col2 .post-content .post-description .post-ftimg-hld img {
  border-radius: 3px;
  /*
  position : relative;
  bottom   : 100%;
  padding  : 0px;
  overflow : hidden;
  */
}

.cms-index-index .row3 .col1  .post-content .post-description .post-ftimg-hld {
  height: 145px;
  background: white;
  line-height: 145px;
}

.cms-index-index .row3 .col2  .post-content .post-description .post-ftimg-hld {
/*  width: 145px; */
  height: 145px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  border: 1px solid #dad6d6;
  background: white;
  padding: 0px;
}

.cms-index-index  .row3 .col2 .post-title-holder.clearfix {
  line-height: 144px;
}

.cms-index-index .row3 .col2 .post-title-holder {
  width: 57%;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: right;
  font-weight: 500;
  max-height: 168px;
}

.cms-index-index .row3 .col2 .post-title-holder {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.cms-index-index .row3 .post-content .post-description .post-ftimg-hld img {
  max-height: fit-content;
}

.cms-index-index .row3 .post-text-readmore.clearfix {
}

.cms-index-index .row3 .col3 .block-content.products.wrapper.grid.products-grid {
  margin: 10px 0;
}

.cms-index-index  .row4 .col2 img {
height: auto;
      image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */

}
.cms-index-index .row4 .products {
  margin: 0;
}

.cms-index-index .product-item-info {
  text-align: center;
}

.cms-index-index .product-item-info.type1.imageblock {
   padding: 0px !important;
}

.cms-index-index .row6 .col-md-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cms-index-index a.d-lg-block.d-none.bekijk-alle-nieuwe-producten {
    /* margin-top: -170px; */
}

.cms-index-index .row3 .col3 img {
  height: auto;

}

.nieuwsbrieftext {
   position: relative;
    background: #10069f;
    width: 96%;
    height: auto;
    display: block;
    bottom: 94px;

    font-size: 1.1rem;
    float: right;
    padding: 1%;
    /* max-height: 21%; */
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
}

.nieuwsbrief-button{
   text-align: center;
}


.nieuwsbrieftext a:hover   {
color: #FFFFFF;
}


.cms-index-index .nieuwsbrief-button a.knop {
    background: var(--orange);
    border-radius: 24px;
    border-color: var(--orange);
    margin-top: 10px;
}

.cms-index-index  .row3 span.price-label {
  display: none;
}

.cms-index-index  .row3  span.old-price {
  text-decoration: line-through;
  font-weight: normal;
}

.cms-index-index a.d-lg-block.d-none.bekijk-alle-nieuwe-producten * {
  background: #FFFFFF;
  height: 22px;
  line-height: 22px;
}

.cms-index-index .row3 .block.widget.block-new-products-list {
  margin-bottom: 0;
}

.cms-index-index ol#widget-new-products {
  margin: 0;
}

.cms-index-index a.post-item-link-shortdescription {
  display: block;
  padding-left: 10px;
  font-weight: 500;
  padding-top: 5px;
}

.cms-index-index .post-text-hld.clearfix p {
  padding: 10px;
}

.cms-index-index .col1 .post-title-holder.clearfix {
  height: 29px;
  max-height: 30px;
  min-height: 30px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}






/* End .cms-index-index (Homepage) */

/* @group Pages catalog-product-view (Productpage)  */

.catalog-product-view .SpecialNote {
  font-size: 1.2rem;
  font-weight: 400;
  background: #f0f0f0;
  padding: 4px 10px 0px 10px;
  border: 1px solid grey;
}

.container-fluid.adproducts-container {
  clear: both;
}

.container-fluid.adproducts-container {
  margin: 0;
  padding: 0;
}

.catalog-product-view .adproducts.row {
  margin: 0;
  padding: 0;
}

.catalog-product-view .block.related {
      /* margin-right: 10px; */
}

.catalog-product-view li.loginforprice.authorization-login {
  list-style: none;
  text-align: left;
  width: fit-content;
}

.catalog-product-view  .block.upsell {
}

.catalog-product-view  .block.upsell,
.catalog-product-view .block.related {
}

.catalog-product-view  .products.wrapper.grid.products-grid.products-related {
  margin-bottom: 0;
}

.catalog-product-view .form-productquestion {
  display: block;
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
}

.catalog-product-view #product-lease-button a.knop {
  background: var(--leasebutton);
  color: var(--white);
}

.catalog-product-view #product-lease-button a.knop:hover {
  color: var(--defaultcolor2);
}

.catalog-product-view .actions.loginforprice a {
    color: #FFFFFF;
}
.catalog-product-view .old-price .productpage-showloginlink {
    display: none;
}

.knop,
.product-addtoquote-button.action.primary,
.action.primary,
.apple-pay-button,
.form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  background-image: none;
  background: var(--actionbutton);
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  min-width: 100px;
  margin-right: 8%;
  max-width: 200px;
  width: 100%;
  text-align: center;
  border-radius: var(--borderproductlabel);
}

a.knop {
    color: #FFFFFF;
}


.product-item-name > a, .product.name a > a,.product-item-name > a:visited {
  color: var(--defaultlinkcolor);
}

.product-item-name > a:hover, .product.name a > a:hover {
  color: var(--defaultlinkhovercolor);
  text-decoration: none;
}

.product-item-name,
.product.name a {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  height: 36px;
}

.product.data.items > .item.title > .switch {
}

.product.data.items  div#tab-label-reviews {
  display: none;
}

.product.data.items > .item.title > .switch {
  padding: 1px 15px 1px 15px;
}

.sidebar-additional > .block,
.sidebar-main > .block,
.optiekxl-cmsblock {
  border: 1px solid #f0f0f0;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-left: solid 2px var(--sidebarborder);
  margin-bottom: 25px;
}

.cms-page-view .left-contact {
  line-height: 25px;
}

.cms-page-view .left-contact a {
  font-weight: 500;
  padding-left: 10px;
}

.cms-page-view .left-contact .Adresgegevens {
  margin-top: 10px;
}

.cms-page-view .left-contact .Adresgegevens strong {
  color: var(--defaultlinkcolor);
}

.cms-page-view .left-contact .Adresgegevens em.porto-icon-location::before {
  content: '\ef8a' !important;
  font-family: 'Icofont' !important;
  font-size: 2rem;
  font-weight: 400;
  color: var(--defaultcolor3);
}

.cms-page-view .left-contact .Adresgegevens a {
  margin-top: 15px;
  display: block;
}

div[class^="sidebar-"] {
  width: 20.83333333%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  flex-grow: 1;
  box-sizing: border-box;
  padding-right: 2%;
}

.catalogsearch-result-index .products-grid .product-item-info,
.catalogsearch-result-index .products-grid .product-item-info:hover,
.apptrian-subcategories-category,
.catalog-category-view .widget-product-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info,
.catalog-category-view .products-grid .product-item-info:hover,
.catalog-category-view .widget-product-grid .product-item-info,
.catalog-category-view .widget-product-grid .product-item-info:hover,

.products-grid #widget-new-products .product-item-info,
.products-grid #widget-new-products .product-item-info:hover,
.catalog-category-view .products-grid .filterproducts .product-item-info:hover,
.adproducts .products-grid .product-item-info:hover, .adproducts .products-grid .product-item-info.active,
.adproducts .products-grid .product-item-info, .adproducts .products-grid .product-item-info {
  border: none;
  box-shadow: none;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  position: relative;
  z-index: 8;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 3px;
}

.catalog-category-view .widget-product-grid  li.product-item ,
.catalog-category-view li.item.product.product-item {
  margin-bottom: 33px;
}

.catalog-category-view button.action.tocart.primary {
  width: auto;
  text-align: center;
}

.catalog-category-view a.gotoproduct.action.tocart.primary {
  width: auto;
  color: #FFFFFF;
  line-height: 28px;
}

.catalog-category-view   .actions-primary {
  width: 100%;
  text-align: center;
}

.catalog-category-view .product-item-info:hover a {
  color: var(--grey);
}

.catalogsearch-result-index .products-grid .product-item-info:hover,
.products-grid #widget-new-products .product-item-info:hover,

 .filterproducts .product-item-info:hover,
.apptrian-subcategories-category:hover,
.catalog-category-view .products-grid .product-item-info:hover,
.catalog-category-view .widget-product-grid .product-item-info:hover,

.adproducts .products-grid .product-item-info:hover, .adproducts .products-grid .product-item-info.active {
  border-color: #ff5501;
  z-index: 9;
}

.catalogsearch-result-index  p.suggested {
  margin-top: 25px;
  background: #f8f9fa;
  padding: 10px;
  border: 1px solid #005a78;
}

.product.actions.product-item-actions {
  margin: auto;
  width: 100%;
      /* text-align: center; */
  display: inline-block;
}

.catalog-category-view .page-title-wrapper {
  color: #5a5a5a;
  height: 32px;
  font-size: 1.8rem !important;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  border-bottom: 1px solid #f0f0f0;
}

.catalog-category-view .toolbar.toolbar-products .pages,
  .catalog-category-view .toolbar.toolbar-products .limiter {
  margin-bottom: 10px;
  margin-top: 25px;
}
.block.widget .products-grid .product-item .product-item-inner:hover,
.catalogsearch-result-index .products-grid .product-item-inner:hover,
.catalog-category-view .widget-product-grid .product-item-inner:hover,
.catalog-category-view .products-grid .product-item-inner:hover{
   border-color: #ff5501;
}


.block.widget .products-grid .product-item .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-inner,
.catalog-category-view .widget-product-grid .product-item-inner,
  .catalog-category-view .products-grid .product-item-inner {
  background: #ffffff;
  box-shadow: none;
  border: 1px solid var(--sidebarborder);
  border-top: 0px solid var(--sidebarborder);
  border-top: none;
  left: 0;
  margin: -20px 0 0 -1px;
  padding: 5px 0px 9px 0px;
  position: absolute;
  right: -1px;
  z-index: 2;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 3px;
}

.toolbar.toolbar-products {
  margin-top: 15px;
  margin-bottom: 0px;
}

.catalog-product-view .gallery-placeholder {
  width: 100%;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
  display: none;
}

.catalog-product-view [class^="old-price"] span.price {
  text-decoration: line-through;
}

.catalog-category-view .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}

.catalog-product-view .oldprice .price-label {
  display: none;
}

.catalog-category-view .widget-product-grid a.action.tocompare,
.catalog-product-view a.action.tocompare {
  display: none;
}

.catalog-product-view .product.attribute.sku {
  display: none;
}

.catalog-product-view .qtybutton {
  display: inline-block;
  padding: 3px 6px 0px 6px;
  border: 1px solid;
  line-height: 28px;
}

.catalog-product-view .allowed-amount {
  display: inline-block;
  padding: 0px;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.catalog-product-view .product.attribute.overview {
  line-height: 25px;
}

.catalog-product-view  .box-tocart .fieldset {
  margin: 0;
}

.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}

.catalog-product-view  div#qty-error {
  display: none;
}

.catalog-product-view span.qtyIncrement {
    /* background: red; */
  padding: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.catalog-category-view .products {
  margin: 15px 0;
}

.catalog-product-view .reviews-actions {
  display: none;
}

/* End .catalog-product-view (Productpage) */

/* @group Pages catalog-category-view (Categorypage)  */

.catalog-category-view .category-image {
  display: none;
}

.catalog-category-view .product-item .price-box .price {
}

.special-price .price {
  color: var(--orange);
}

.catalog-category-view .widget-product-grid strong.product-item-name,
.catalog-category-view strong.product.name.product-item-name {
  text-align: center;
  text-transform: capitalize;
}

.catalog-category-view .product-item .price-box {
  margin: 10px 0 25px;
  text-align: center;
}

.catalog-category-view span.normal-price .price {
  color: var(--defaultcolor1 );
}

/* End .catalog-category-view (Categorypage) */
/* .checkout-index-index (CheckoutPage) */

/* @group Pages checkout-index-index (CheckoutPage)  */
.checkout-index-index .authentication-wrapper > button {
  background: var(--defaultcolor2);
  padding: 2px 6px 2px 6px;
  color: var(--defaultcolor1);
  font-weight: 500;
  border: 1px solid #333333;
}

.checkout-index-index .authentication-wrapper > button:hover {
  color: var(--white);
  background: var(--defaultcolor1);
}

.checkout-index-index .block.block-customer-login {
  padding: 10px;
}

/* END .checkout-index-index (CheckoutPage) */

/* @group Pages customer-account-index (AccountPage)  */

.customer-account-index .sidebar .block-collapsible-nav .item.current a,
.customer-account-index  .sidebar .block-collapsible-nav .item.current > strong {
  border-color: var(--defaultcolor1);
  color: var(--defaultcolor3);
  font-weight: 600;
}
/* END .customer-account-index (AccountPage) */

/* @group CMS BLOCKS */
.cms-ons-team .widget.block .personblock,
.cms-page-view .widget.block .personblock {
  min-width: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.cms-contact .widget.block .personblock {
  min-width: 40%;
  max-width: 40%;
  margin: 5%;
  text-align: center;
}




/* @group MODULES */
/* Modules */

/* Module Apptrian_Subcategories */
/* @group MODULES */
.apptrian-subcategories-category-name {
  margin-top: 15px;
  text-align: center;
}

.apptrian-subcategories-category-name a,
.apptrian-subcategories-category-name a span {
  font-weight: 500;
}

.apptrian-subcategories-category-image {
  width: 100%;
  height: auto;
  text-align: center;
}

/* Einde Module Apptrian_Subcategories */

/* Module Magefan/Blog */

/* end Module Magefan/Blog */

/* Module Smartwave/Filterproducts */
.products-grid #widget-new-products .product-item-info,
.filter .block-subtitle {
  font-size: 1.4rem;
}

.filter-options-title {
  text-transform: capitalize;
}

.filter-options-content a:hover {
  background: #FFFFFF;
}

.filterproducts .product-item-info,
.filterproducts .products-grid .product-item-info.active,
.filterproducts .products-grid .product-item-info:hover {
  z-index: 0;
  display: block;
  position: relative;
  width: 100%;
  margin: 0px !important;
  padding: 10px 0 10px 0 !important;
  overflow: hidden;
  background: var(--white);
  box-shadow: none;
  text-align: center;
  vertical-align: top;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 3px;
}

.filterproducts product-item-name {
  font-size: 12px;
}

.filterproducts img.product-image-photo.default_image {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 150px;
  vertical-align: middle;
  /* min-height: 150px; */
}

.filterproducts .product.photo.product-item-photo {
  display: inline-block;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  border-radius: 0px;
  background: var(--white);
  vertical-align: middle;
  line-height: 150px;
}

.filterproducts .product.details.product-item-details {
  min-height: 70px;
}

.filterproducts .product-item-inner {
  display: none !important;
}

.filterproducts .old-price .price-label {
  display: none;
}

.product-item .old-price .price {
  color: var(--grey);
  text-decoration-line: line-through;
}

.catalog-category-view .ProductLabel.Occasion,
.filterproducts .product-label {
  z-index: 100;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 5px;
  float: left;
  padding: 5px;
  color: var(--white);
  background: var(--green-dark);
  text-align: center;
  border-radius: 5%;
  padding: 5px;
  text-transform: uppercase;
  border-radius: var(--borderproductlabel);
}

.filterproducts .products {
  margin: 5px 0;
}

.products.wrapper.grid.columns1.products-grid {
  margin: 0px 0px 5px 0px;
}

ol.filterproducts.list.items.filter-product-items.row {
  margin-left: 0px;
}

.sidebar .static-links a {
  display: inline-block;
  width: 100%;
    /* background: red; */
  line-height: 25px;
}

.widget.block .col.personblock {
  max-width: 175px;
  margin: 0% 3% 3% 3%;
  text-align: center;
  width: auto;
  display: inline-block;
  overflow: hidden;
}

.cms-ons-team .widget.block .col.personblock {
  min-width: 18%;
}

.personblock .person .info {
  margin-bottom: 10px;
  line-height: 25px;
}

.person {
  border: 1px solid #005a785c;
}

.photo {
  border-radius: 2%;
    /* background: #1e4450; */
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

.person img {
/*    max-width: 150px;
    width: 150px;*/
  max-height: fit-content;
  height: auto;
  margin-top: 10px;
  border-radius: 126%;
}

/**
 * Einde Module Smartwave/Filterproducts
 *
 * BREAKPOINTS
 *
 * Breakpoint Class infix Dimensions X-Small None <576px Small sm ≥576px Medium
 * md ≥768px Large lg ≥992px Extra large xl ≥1200px Extra extra large xxl
 * ≥1400px
 *
 * /* // X-Small devices (portrait phones, less than 576px) // XS No media
 * query for `xs` since this is the default in Bootstrap
 */
/* @group MODULES */





.blog-page li.Video iframe {
  width: 100%;
  height: auto;
}

.blog-page .Video .post-text-hld.clearfix {
  max-height: fit-content;
  height: auto;
}

.blog-category-view li.post-holder.post-holder.Video {
  width: 100% !important;
  display: inline-block !important;
}

.blog-page .Video .ytp-chrome-top.ytp-show-cards-title {
  display: none;
}

.blog-page .Video a.ytp-impression-link {
  display: none;
}

.blog-page .ytp-chrome-top.ytp-show-cards-title {
  display: none;
}

.blog-widget-recent li.post-holder.post-holder {
  margin-bottom: 25px;
}

.blog-widget-recent .post-title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
      /* padding: 5px; */
  border-radius: 3px;
}

.row3 .col2 .blog-widget-recent .post-title {
  text-align: center;
  background: #005a78;
}

.row3 .col2 .blog-widget-recent .post-title a {
  color: #FFFFFF;
  padding-left: 5px;
  padding-right: 5px;
}

.blog-widget-recent a.post-item-link {
  color: #FFFFFF;
}

.blog-widget-recent a.post-item-link {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

.blog-widget-recent .post-description .post-text-hld {
  font-weight: 400;
  overflow: hidden;
  min-height: 10px;
  font-size: 1.2rem;
}

.blog-widget-recent li.col-sm-4.col-xs-12.post-holder {
  width: 100%;
}

.blog-index-index li.post-holder.post-holder,
 .blog-category-view li.post-holder.post-holder {
  padding-bottom: 20px;
  margin-bottom: 40px;
  background: #FFFFFF;
       /* padding: 20px; */
  border: 1px solid #e9e9e9;
  margin: 2.5%;
  border-radius: 5px;
  width: calc(85% / 3) !important;
}

.blog-index-index  .post-description.clearfix,
   .blog-category-view .post-description.clearfix {
  text-align: center;
}

.blog-index-index .post-text-hld.clearfix,
.blog-category-view .post-text-hld.clearfix {
  min-height: 56px;
  height: 56px;
  max-height: 56px;
  overflow: hidden;
  text-align: left;
}

.blog-index-index .post-title-holder,
.blog-category-view .post-title-holder {
  width: 100%;
}

.blog-index-index .post-list .post-header .post-title,
.blog-category-view .post-list .post-header .post-title {
  margin: 0;
  padding: 0px 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
  padding-bottom: 5px;
}

.blog-index-index .post-list .post-content .post-description .post-ftimg-hld,
 .blog-category-view .post-list .post-content .post-description .post-ftimg-hld {
  margin: 0 0 10px 0;
  background: white;
  height: 190px;
  line-height: 190px;
  overflow: hidden;
}

.blog-index-index li.post-holder.post-holder .post-info,
.blog-category-view li.post-holder.post-holder .post-info {
  display: none;
}

.blog-index-index li.post-holder.post-holder h2.post-title a,
.blog-category-view li.post-holder.post-holder h2.post-title a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.blog-category-view .post-ftimg-hld > a,
.blog-index-index .post-ftimg-hld > a {
  /*height: 142px;
  overflow: hidden;
  display: block;*/
}

.blog-category-view .Referenties .post-content .post-description .post-ftimg-hld img,
.blog-index-index .Referenties .post-content .post-description .post-ftimg-hld img {
  height: auto;
  width: auto;
}

.blog-post-view .post-info {
  display: none;
}

.blog-post-view .post-content  img {
  border-radius: 2%;
}

.blog-post-view .post-ftimg-hld {
  text-align: center;
}

.blog-post-view .block.related, .block.upsell {
  width: 100%;
  float: inherit;
}

.blog-post-view h1.page-title {
  width: 100%;
  text-align: right;
}

.blog-post-view .post-content .post-description .post-ftimg-hld {
  margin: 0 0 10px 0;
  background: #f0f0f06b;
  padding: 18px;
  border-radius: 1%;
}

.blog-post-view .post-content .post-description .post-ftimg-hld img {
  width: 50%;
  padding: 0;
  margin: 0;
}

/* @group Todo reorder */
div#pattachments .box-collateral {
  margin-top: 0 !important;
}

div#pattachments h2 {
  font-size: 1.4rem;
  font-weight: 500;
}

div#pattachments .pa_category h2 {
  display: none;
}

.block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong, .block-compare .block-title strong {
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 500;
  color: var(--defaultcolor1);
}

.blog-page .sidebar.sidebar-additional ul {
  margin: 0;
}

.blog-page .sidebar.sidebar-additional li {
  list-style: none;
  margin: 0;
  line-height: 25px;
}

.formbuilder-form .form-list .row {
  margin-left: -7px;
}

.catalog-category-view  li.item.product.product-item {
  position: relative;
}
.catalog-category-view .ProductLabel {
   border-radius: var(--borderproductlabel);
}
/*
.catalog-category-view .ProductLabel.Occasion {
  display: inline-flex;
  position: absolute;
  right: 2px;
  top: 15px;
  background: #ff5501;
  color: white;
  padding: 3px 6px 3px 6px;
  font-weight: 500;
  width: auto;
  text-align: center;
  float: right;
  z-index: 10;
  border: 1px #c04306 solid;
}
*/
.sidebar li.nav.item {
  width: 100%;
}

.sidebar li.nav.item {
  width: 100%;
}

.block-new-products-list a.product-item-photo::after {
  background: var(--defaultcolor1);
  content: 'Nieuw';
  height: 22px;
  width: 44px;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 100;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 25px;
  border-radius: var(--borderproductlabel);
  text-transform: uppercase;
}

.container.adproducts-container {
  clear: both;
}

.col-auto.adproductsrelated {
    /* margin: 0; */
  padding: 0;
}

.block.related,
.block.upsell {
  float: left;
  text-align: left;
  border: 1px solid lightgrey;
  height: fit-content;
  display: inline-block;
  padding: 10px;
  width: 100%;
}

/* .adproductsrelated,*/
.adproductsupsell {
   margin-top: 10px;
}


.block.upsell {
  float: right;
  margin-left: 6%;
}


   .adproducts li.item.product.product-item {

       text-align: center;



}

span.product-image-container {
  width: 100% !important;
}

.formbuilder-form-reqprodlease .buttons-set.col-sm-12 {
    /* float: right; */
  text-align: right;
}

a.bekijk-alle-nieuwe-producten {
    /* width: 100%; */
    /* background: red; */
    /* height: 20px; */
    text-align: center;
}
