@charset "UTF-8";
div,
header,
footer,
main,
::after,
::before,
article {
  box-sizing: border-box;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: auto;
}

.sq-icon {
  display: inline-block;
}
.sq-icon svg {
  height: 1em;
  display: block;
}

.image-container {
  position: relative;
  overflow: hidden;
}
.image-container::before {
  content: "";
  padding-top: 66.66%;
  display: block;
}
.image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

::-moz-selection {
  color: #fff;
  background: #009EE2;
}

::selection {
  color: #fff;
  background: #009EE2;
}

.day-empty-message {
  width: 100%;
  margin-left: 12px;
  margin-top: 40px;
  margin-bottom: 24px;
  display: none;
}
.day-empty-message p {
  background-color: #009EE2;
  max-width: fit-content;
  padding: 24px;
  color: #fff;
  margin: 0;
}

.page-container.banner-enabled .page-main {
  margin-top: 36px;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #666;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8em;
}

ul,
table {
  line-height: 1.8em;
}

a {
  color: #009EE2;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #66C5EE;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  color: #000;
  margin: 0;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

#page-header #header-top .menu,
#page-header #header-center .menu,
#page-header #header-bottom .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
#page-header #header-top .menu li,
#page-header #header-center .menu li,
#page-header #header-bottom .menu li {
  position: relative;
  margin: auto;
}
#page-header #header-top .menu li:hover > ul,
#page-header #header-center .menu li:hover > ul,
#page-header #header-bottom .menu li:hover > ul {
  display: block;
}
#page-header #header-top .menu li:hover > a,
#page-header #header-center .menu li:hover > a,
#page-header #header-bottom .menu li:hover > a {
  color: #009EE2;
}
#page-header #header-top .menu li:hover.menu-item-has-children > a::after,
#page-header #header-center .menu li:hover.menu-item-has-children > a::after,
#page-header #header-bottom .menu li:hover.menu-item-has-children > a::after {
  border-top: 5px solid #009EE2;
}
#page-header #header-top .menu li.menu-item-has-children > a::after,
#page-header #header-center .menu li.menu-item-has-children > a::after,
#page-header #header-bottom .menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
}
#page-header #header-top .menu li a,
#page-header #header-center .menu li a,
#page-header #header-bottom .menu li a {
  display: block;
  padding: 0 12px;
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  line-height: 48px;
}
#page-header #header-top .menu li a:hover,
#page-header #header-center .menu li a:hover,
#page-header #header-bottom .menu li a:hover {
  background-color: transparent;
  color: #009EE2;
}
#page-header #header-top .menu li.sq-menu-24,
#page-header #header-center .menu li.sq-menu-24,
#page-header #header-bottom .menu li.sq-menu-24 {
  margin: 0;
}
#page-header #header-top .menu li.sq-menu-24 a,
#page-header #header-center .menu li.sq-menu-24 a,
#page-header #header-bottom .menu li.sq-menu-24 a {
  background-color: #009EE2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
}
#page-header #header-top .menu li.sq-menu-24 a:hover,
#page-header #header-center .menu li.sq-menu-24 a:hover,
#page-header #header-bottom .menu li.sq-menu-24 a:hover {
  background-color: rgb(0, 122.3451327434, 175);
}
#page-header #header-top .menu li.sq-menu-sale,
#page-header #header-center .menu li.sq-menu-sale,
#page-header #header-bottom .menu li.sq-menu-sale {
  margin-left: auto;
  margin-right: 0;
}
#page-header #header-top .menu li.sq-menu-sale a,
#page-header #header-center .menu li.sq-menu-sale a,
#page-header #header-bottom .menu li.sq-menu-sale a {
  background-color: #F8B133;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
}
#page-header #header-top .menu li.sq-menu-sale a:hover,
#page-header #header-center .menu li.sq-menu-sale a:hover,
#page-header #header-bottom .menu li.sq-menu-sale a:hover {
  background-color: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
#page-header #header-top .menu > li ul,
#page-header #header-center .menu > li ul,
#page-header #header-bottom .menu > li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 300px;
  background: #F2F2F2;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.17);
}
#page-header #header-top .menu > li ul a:hover,
#page-header #header-center .menu > li ul a:hover,
#page-header #header-bottom .menu > li ul a:hover {
  color: #fff;
  background: #009EE2;
}
#page-header #header-top .menu > li ul ul,
#page-header #header-center .menu > li ul ul,
#page-header #header-bottom .menu > li ul ul {
  top: 0;
  left: 100%;
}

#mobile-menu {
  display: none;
  position: relative;
  z-index: 998;
}
#mobile-menu .menu-off-canvas-container {
  position: fixed;
  width: 100%;
  height: fit-content;
  bottom: -50%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  overflow-y: scroll;
  scrollbar-width: none;
  transition: bottom 0.5s ease-in-out;
}
#mobile-menu .menu-off-canvas-container::-webkit-scrollbar {
  display: none;
}
#mobile-menu .menu-off-canvas-container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
}
#mobile-menu .menu-off-canvas-container .menu .menu-item-has-children {
  position: relative;
}
#mobile-menu .menu-off-canvas-container .menu .menu-item-has-children.active > a .submenu {
  background: #333333;
}
#mobile-menu .menu-off-canvas-container .menu .menu-item-has-children.active > a .submenu::after {
  border-top: 6px solid #eee;
  transform: rotate(180deg);
}
#mobile-menu .menu-off-canvas-container .menu .menu-item-has-children > a .submenu {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-menu .menu-off-canvas-container .menu .menu-item-has-children > a .submenu::after {
  content: "";
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  border-top: 6px solid #222;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 3px;
}
#mobile-menu .menu-off-canvas-container .menu a {
  display: block;
  padding: 0 12px;
  line-height: 45px;
  text-decoration: none;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
#mobile-menu .menu-off-canvas-container .menu a:hover {
  color: #fff;
  background: #009EE2;
}
#mobile-menu .menu-off-canvas-container .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background: rgba(0, 0, 0, 0.1);
}
#mobile-menu.active [class*=menu-] {
  bottom: 0;
}
#mobile-menu.active #mobile-bar button {
  animation-name: menu-button;
  animation-duration: 0.2s;
  background: #009EE2;
}
#mobile-menu.active #mobile-bar button span:nth-child(2) {
  transform: rotate(45deg);
  top: 2.6px;
}
#mobile-menu.active #mobile-bar button span:nth-child(3) {
  width: 0;
}
#mobile-menu.active #mobile-bar button span:last-of-type {
  transform: rotate(-45deg);
  top: -9.6px;
}
#mobile-menu #mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  padding: 5px 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  display: flex;
  justify-content: space-around;
  transition: bottom 0.5s ease-in-out;
}
#mobile-menu #mobile-bar .icon {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
}
#mobile-menu #mobile-bar .icon a {
  display: block;
  position: relative;
}
#mobile-menu #mobile-bar .icon a svg {
  width: 18px;
  height: auto;
}
#mobile-menu #mobile-bar .icon a svg path {
  fill: #009EE2;
}
#mobile-menu #mobile-bar .icon a .cartAmount {
  position: absolute;
  top: -6px;
  right: 15px;
  background-color: #f8b133;
  color: #FFF;
  padding: 0 4px;
  border-radius: 100%;
  font-size: 11px;
}
#mobile-menu #mobile-bar .icon .showMicroText {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mobile-menu #mobile-bar .icon .showMicroText svg {
  min-height: 20px;
}
#mobile-menu #mobile-bar .icon .showMicroText .microtext {
  font-size: 10px;
}
#mobile-menu #mobile-bar .header-cart svg {
  margin-left: 7px;
  margin-top: 12px;
  margin-right: 0;
}
#mobile-menu #mobile-bar .header-cart:hover svg path {
  fill: #fff;
}
#mobile-menu #mobile-bar button {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 3px;
  border: 0;
  background: #009EE2;
  font-size: 0;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}
#mobile-menu #mobile-bar button span {
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -2px;
  width: 20px;
  display: block;
  height: 2px;
  background: #fff;
  margin: 2px auto;
}
#mobile-menu #mobile-bar button.showMicroText .microtext {
  position: absolute;
  bottom: 6px;
  font-size: 12px;
  color: #FFF;
}
#mobile-menu.scroll-down #mobile-bar {
  bottom: -50px;
}
#mobile-menu.scroll-down.active #mobile-bar {
  bottom: 0px;
}
#mobile-menu.scroll-up #mobile-bar {
  bottom: 0px;
}

@keyframes menu-button {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
div.woocommerce[class*=columns-] ul.products {
  margin-left: -12px;
  margin-right: -12px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
div.woocommerce[class*=columns-] ul.products li.product {
  box-sizing: border-box;
}

body.term-showroom-kozijnen div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card {
  flex-wrap: wrap;
}
body.term-showroom-kozijnen div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card .orange-btn {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  padding-bottom: 0;
}
body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card svg {
  width: 22px;
  height: 22px;
}
body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card svg path {
  fill: #009EE2;
}
body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card p {
  margin: 0;
}
body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b .sq-icon {
  margin-right: 12px;
}
body div.woocommerce[class*=columns-] ul.products li.product.product_cat-24-uurs-kozijnen a.woocommerce-LoopProduct-link .bottom-delivery-card {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  padding-bottom: 0;
}
body div.woocommerce[class*=columns-] ul.products li.product.product_cat-24-uurs-kozijnen a.woocommerce-LoopProduct-link .bottom-delivery-card svg {
  width: 22px;
  height: 22px;
}
body div.woocommerce[class*=columns-] ul.products li.product.product_cat-24-uurs-kozijnen a.woocommerce-LoopProduct-link .bottom-delivery-card svg path {
  fill: #009EE2;
}
body div.woocommerce[class*=columns-] ul.products li.product.product_cat-24-uurs-kozijnen a.woocommerce-LoopProduct-link .bottom-delivery-card p {
  margin: 0;
}
body div.woocommerce[class*=columns-] ul.products li.product.product_cat-24-uurs-kozijnen a.woocommerce-LoopProduct-link .bottom-product-card b .sq-icon {
  margin-right: 12px;
}

div.woocommerce[class*=columns-] {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
div.woocommerce[class*=columns-].columns-3 {
  flex: 0 0 75%;
}
div.woocommerce[class*=columns-].columns-4 {
  flex: 0 0 100%;
}
div.woocommerce[class*=columns-] ul.products {
  margin: 0;
}
div.woocommerce[class*=columns-] ul.products li.product {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner a {
  height: 100%;
}
div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner a img {
  height: 100%;
}
div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner a img.sale-image-mobile {
  display: none;
}
div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner:has(.until-date) img {
  height: auto;
}
div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner:has(.until-date) .until-date {
  display: block;
  font-size: 14px;
  text-align: right;
}
div.woocommerce[class*=columns-] ul.products li.product.sale a.woocommerce-LoopProduct-link:hover {
  outline: 6px solid #F8B133;
}
div.woocommerce[class*=columns-] ul.products li.product.company-cat-class a.woocommerce-LoopProduct-link span.price {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
div.woocommerce[class*=columns-] ul.products li.product.company-cat-class a.woocommerce-LoopProduct-link .new-start-price {
  display: flex;
  justify-content: flex-end;
  padding-right: 14px;
  color: #009EE2;
  font-weight: 700;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  flex: 0 0 100%;
  text-decoration: none;
  color: #666;
  background: #fff;
  display: flex;
  transition: outline 0.1s ease-in-out;
  outline: 0 solid transparent;
  flex-direction: column;
  font-weight: 400;
  overflow: hidden;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link:hover {
  outline: 6px solid #009EE2;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link:hover .orange-btn {
  background: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen {
  position: absolute;
  right: 12px;
  top: 24px;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  font-size: 11px;
  z-index: 2;
  font-weight: bold;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen.insect-discount-label {
  background-color: unset;
  padding: unset;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen.insect-discount-label p:first-of-type {
  background-color: #009EE2;
  padding: 6px 6px 6px 6px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen.insect-discount-label p:last-of-type {
  background-color: #66C5EE;
  padding: 6px 6px 6px 6px;
  font-size: 10px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen p {
  margin: 0;
  text-transform: uppercase;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .sale-label {
  z-index: 2;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .sale-label p {
  color: #fff;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-hours {
  position: absolute;
  right: -3px;
  top: -5px;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  line-height: 1.2em;
  padding: 15px 15px 12px 12px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container {
  margin: 12px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container::before {
  padding-top: 101%;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  z-index: 0;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container img {
  z-index: 2;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container .sq-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding-bottom: 24px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container .sq-icon::before {
  content: "";
  width: 100%;
  height: 24px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container .sq-icon svg {
  width: 110%;
  height: auto;
  transition: 0.5s ease-in-out;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container.sale-product::after {
  background-color: #F8B133;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  align-items: center;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card .orange-btn {
  margin-left: auto;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b {
  margin: 0 0 0 12px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b .sq-icon {
  margin-right: 6px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b .sq-icon svg {
  margin-bottom: -2px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b .sq-icon svg path {
  fill: #009EE2;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card .orange-btn .sq-icon svg {
  margin-bottom: -2px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  position: absolute;
  padding: 12px;
  background: #222;
  color: #fff;
  left: 0;
  top: 12px;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100%;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link h2 {
  margin: 24px 12px 12px 12px;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price {
  margin: 0 12px;
  color: #009EE2;
  font-weight: 700;
  text-align: right;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price.discounted {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price.excl-btw {
  font-size: 14px;
  margin: 0 0 0 auto;
  padding: 0 12px;
  color: #999;
  font-weight: 400;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price del {
  float: left;
}
div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price ins {
  text-decoration: none;
}

.cart-contents {
  padding-top: 0;
}

.woocommerce-info .showlogin {
  padding: 12px;
  border: 2px solid #009EE2;
  text-transform: uppercase;
  margin-left: 12px;
  border-radius: 3px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
}
.woocommerce-info .showlogin:hover {
  background: #009EE2;
  color: #fff;
}

.woocommerce-cart #page-container {
  padding-top: 76px;
}
.woocommerce-cart .woocommerce-message {
  width: 100%;
  font-size: 20px;
  margin-left: 12px;
}
.woocommerce-cart .cart-empty {
  width: 100%;
  font-size: 20px;
  margin-left: 12px;
}
.woocommerce-cart .return-to-shop {
  width: 100%;
  margin-left: 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 12px;
}
.woocommerce-cart .wc-proceed-to-checkout .invoice-method {
  display: flex;
  justify-content: center;
}
.woocommerce-cart .wc-proceed-to-checkout .invoice-method a {
  padding: 0;
  text-decoration: underline;
}
.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 24px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  flex: 0 0 66.66%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form button[name=update_cart] {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table thead {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item {
  background: #fff;
  border-bottom: 24px solid #F2F2F2;
  position: relative;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td {
  padding: 6px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-price {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td img {
  width: 100px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-thumbnail a {
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-name a {
  font-weight: 400;
  color: #666;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-name a:hover {
  color: #66C5EE;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-name .cart-item-bottom a {
  color: #F8B133;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-name .cart-item-bottom a:hover {
  color: #66C5EE;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-subtotal span {
  font-weight: 700;
  color: #000;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-subtotal span del {
  font-weight: 400;
  margin-right: 6px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-remove {
  width: 48px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-remove a {
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #666;
  font-weight: 700;
  margin-left: 12px;
  margin-right: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item td.product-remove a:hover {
  color: red;
  border: 2px solid red;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item .cart-item-data-toggle span.detail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item .cart-item-data-toggle span.detail-btn .sq-icon {
  display: inline-block;
  transform: rotate(90deg);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tr.cart_item .cart-item-data-toggle span.detail-btn .sq-icon.open {
  transform: rotate(-90deg);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom {
  position: relative;
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation {
  width: 100%;
  left: 0;
  top: 95px;
  padding: 24px;
  background-color: white;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 175px 1fr 175px 1fr;
  margin: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dt,
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dt p,
.woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dd p {
  margin: 0px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a:hover {
  color: #66C5EE;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a:hover svg path {
  fill: #66C5EE;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a svg {
  width: 24px;
  height: 24px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a svg path {
  fill: #009EE2;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions {
  padding: 14px 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon #coupon_code,
.woocommerce-cart .woocommerce .woocommerce-cart-form .actions .coupon button {
  margin-bottom: 6px;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  flex: 0 0 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-cart .woocommerce .cart-collaterals table {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  position: sticky;
  top: 24px;
  background: #fff;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals ul li {
  display: flex;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals th {
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  display: flex;
  gap: 6px;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
  font-weight: 700;
  color: #000;
  text-align: right;
  line-height: 1.4;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals td bdi::after {
  content: ",-";
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.coupon-zakelijke-korting-10 .woocommerce-remove-coupon {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.cart-discount th::first-letter {
  text-transform: capitalize;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.cart-discount th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.cart-discount td {
  color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.discount-amount th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr.discount-amount td {
  color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .label-free-shipping td {
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .label-free-shipping td label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  border-bottom: 2px solid #009EE2;
  padding: 4px 10px;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  font-size: 18px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
  flex: 0 0 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  flex: 0 0 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: 12px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li input[type=radio] {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li input[checked=checked] + label {
  border: 2px solid #009EE2;
  background: url(../images/check.jpg);
  background-size: 42px;
  background-position: left;
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label:hover {
  border-color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label .woocommerce-Price-amount {
  right: 0;
  background: #F2F2F2;
  margin-left: 6px;
  line-height: 26px;
  padding: 0 6px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td ul li label .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #E5E5E5;
  align-items: flex-start;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total td {
  color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total bdi {
  font-size: 20px;
  color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total small {
  display: inline-block;
  width: 100%;
  color: #666;
  font-weight: normal;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total small .woocommerce-Price-amount::before {
  content: "€";
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total th {
  color: #000;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .insect-screen-discount {
  justify-content: flex-end;
  margin-top: 12px;
  flex-direction: column;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .insect-screen-discount td {
  color: #009EE2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin: 0 0 24px;
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .button {
  margin-top: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .quantity {
  max-width: 50px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .fee {
  display: flex;
  justify-content: space-between;
  background: #eee;
  padding: 12px;
  max-width: calc(100% - 24px);
  margin-top: 12px;
  margin-bottom: 12px;
  color: #009ee2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .fee .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button {
  background: #00BC1F;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background: #02db26;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-methods {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-methods img {
  max-width: 42px;
  width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .cart-psa-parent .cart-psa {
  background-color: #eef8fe;
  color: #000;
  padding: 1px 12px;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container {
  background-color: #F2F2F2;
  padding-top: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container:not(:last-of-type) {
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container .show-info {
  color: #000;
  position: relative;
  font-weight: bold;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container .show-info:hover {
  cursor: pointer;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container .show-info::after {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.538' height='5' viewBox='0 0 8.538 5'%3E%3Cg id='icon_navigation_more_vert_24px' data-name='icon/navigation/more_vert_24px' transform='translate(-7 14) rotate(-90)'%3E%3Cpath id='_Color' data-name=' ↳Color' d='M5,0,0,4.269,5,8.538Z' transform='translate(9 7)'/%3E%3C/g%3E%3C/svg%3E");
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container .info {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .information-container .show-info-container .info p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  flex: 0 0 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #eee;
  border: 1px solid #222;
  padding: 24px;
  margin-bottom: 24px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-form-coupon-toggle .woocommerce-message {
  background: #eee;
  border: 1px solid #222;
  padding: 24px;
}

.woocommerce-checkout #page-container {
  padding-top: 76px;
}
.woocommerce-checkout #page-container .checkout-container {
  padding-top: 12px;
}
.woocommerce-checkout #page-container .checkout-container .woocommerce-form-coupon {
  padding-left: 12px;
  margin-bottom: 55px;
}
.woocommerce-checkout #page-container .checkout-container .woocommerce-form-coupon .form-row {
  display: inline;
}
.woocommerce-checkout #page-container .checkout-container .woocommerce-form-coupon .form-row #coupon_code,
.woocommerce-checkout #page-container .checkout-container .woocommerce-form-coupon .form-row button {
  margin-bottom: 6px;
}
.woocommerce-checkout .woocommerce-form-login-toggle {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce-form-login {
  margin: 12px;
  background: #fff;
  padding: 24px;
  width: calc(50% - 72px);
}
.woocommerce-checkout .woocommerce-form-login label {
  display: block;
}
.woocommerce-checkout .woocommerce-form-login input[type=text],
.woocommerce-checkout .woocommerce-form-login input[type=password] {
  width: 100%;
  max-width: 300px;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  font-size: 16px;
  margin: 6px 0;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme input.woocommerce-form__input {
  display: none;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme input.woocommerce-form__input:checked + span::before {
  background: url(../images/check.jpg);
  background-size: 200%;
  background-position: center;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme span::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 1px solid #009EE2;
  margin-right: 6px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .col-1,
.woocommerce-checkout .woocommerce .woocommerce-checkout .col-2 {
  flex: 0 0 100%;
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
  flex: 0 0 calc(100% - 24px);
  padding: 24px;
  background: #F8B133;
  margin-bottom: 24px;
  margin-left: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup ul {
  list-style-type: none;
  padding: 0;
  color: #fff;
  margin: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details {
  flex: 0 0 50%;
  padding-left: 12px;
  padding-right: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p {
  flex: 0 0 100%;
  margin: 12px 0;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p abbr {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p input {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
  flex: 0 0 50%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p.address-generated-field {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_home_number_addition_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_home_number_field {
  display: none;
  min-width: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_home_number_addition_field .optional, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_home_number_field .optional {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_field {
  flex: 0 0 calc(25% - 80px);
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_addition_field {
  flex: 0 0 80px;
  display: block;
  padding-top: 28px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper.show-fields p#billing_address_1_field, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper.show-fields p#billing_city_field {
  display: block !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper.show-fields p#billing_home_number_field {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper.show-fields p#billing_home_number_addition_field {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper.show-fields p#billing_postcode_field {
  flex: 0 0 50%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments {
  width: 100%;
  height: 100px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .woocommerce-form__label {
  font-size: 18px;
  margin: 6px 0;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .woocommerce-form__label input.woocommerce-form__input {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .woocommerce-form__label input.woocommerce-form__input:checked + span::before {
  background: url(../images/check.jpg);
  background-size: 200%;
  background-position: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .woocommerce-form__label span {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .woocommerce-form__label span::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 1px solid #009EE2;
  margin-right: 6px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row .required {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > label, .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > span {
  flex: 0 0 50%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > span {
  box-sizing: border-box;
  padding: 0 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > span input {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
  font-size: 18px;
  margin: 6px 0;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label input.woocommerce-form__input {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label input.woocommerce-form__input:checked + span::before {
  background: url(../images/check.jpg);
  background-size: 200%;
  background-position: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 1px solid #009EE2;
  margin-right: 6px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px;
  margin-top: 12px;
  background: rgb(216.5, 216.5, 216.5);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper abbr {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper label {
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper input {
  width: 100%;
  display: block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
  flex: 0 0 calc(50% - 12px);
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
  padding: 0 12px;
  flex: 0 0 50%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .service-container .body input:hover,
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .service-container .body label:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table {
  display: block;
  padding: 24px 24px 0 24px;
  margin-bottom: 24px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table thead {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody {
  display: block;
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody tr td.product-total {
  justify-items: flex-end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .label-free-shipping {
  display: flex;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .label-free-shipping td {
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .label-free-shipping td label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  border-bottom: 2px solid #009EE2;
  padding: 4px 10px;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals {
  border-bottom: 24px solid #fff;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals th {
  flex: 0 0 100%;
  text-align: left;
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td {
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li input[type=radio] {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li input[checked=checked] + label {
  border: 2px solid #009EE2;
  background: url(../images/check.jpg);
  background-size: 42px;
  background-position: left;
  background-repeat: no-repeat;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li label:hover {
  border-color: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li label .woocommerce-Price-amount {
  right: 0;
  background: #F2F2F2;
  margin-left: 6px;
  line-height: 26px;
  padding: 0 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .woocommerce-shipping-totals td ul li label .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount.coupon-zakelijke-korting-10 th::first-letter {
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount.coupon-zakelijke-korting-10 td a {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount th {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount td {
  text-align: right;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount td span {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart-discount td strong {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .product-name {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .product-name strong {
  font-weight: 400;
  color: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .product-total {
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .variation {
  left: 0;
  top: 95px;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0px;
  line-height: 1.5;
  font-size: 14px;
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .variation p {
  margin: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tbody .cart_item .variation dd {
  margin-left: 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr td {
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr {
  flex: 0 0 100%;
  padding: 8px 0px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr td {
  justify-items: flex-end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr td span {
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal th {
  font-weight: 400;
  gap: 6px;
  display: flex;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal td {
  font-weight: 700;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-subtotal td bdi::after {
  content: ",-";
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.fee {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.fee th {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.fee .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-free-insect-screen {
  display: flex;
  justify-content: space-between;
  margin-top: -1em;
  margin-bottom: 1em;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-free-insect-screen td {
  text-align: right;
  font-weight: bold;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #E5E5E5;
  border-bottom: 24px solid #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th {
  font-weight: 400;
  color: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td {
  text-align: right;
  color: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td strong {
  font-size: 24px;
  color: #009EE2;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td strong bdi::after {
  content: ",-";
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td small {
  display: inline-block;
  width: 100%;
  color: #666;
  font-weight: normal;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td small .woocommerce-Price-amount::before {
  content: "€";
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.send-info {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.send-info th {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.send-info td {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total.coupon-zakelijke-korting-10 th::first-letter, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount.coupon-zakelijke-korting-10 th::first-letter {
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total.coupon-zakelijke-korting-10 td a, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount.coupon-zakelijke-korting-10 td a {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total th, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount th {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total td, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount td {
  text-align: right;
  color: #000;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total td span, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount td span {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.discount-total td strong, .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.cart-discount td strong {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.insect-screen-discount {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.insect-screen-discount td {
  text-align: end;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.insect-screen-discount td:first-of-type {
  border-top: 24px solid #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.insect-screen-discount td:last-of-type {
  border-bottom: 24px solid #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.insect-screen-discount td strong {
  font-size: 16px;
  color: #009EE2;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review #payment {
  padding: 24px;
  background: #fff;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .cart-psa-parent .cart-psa {
  background-color: #eef8fe;
  color: #000;
  padding: 1px 12px;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  margin-top: 12px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_mollie_wc_gateway_creditcard label img:first-of-type {
  margin-left: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li:first-of-type {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li input[type=radio] {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li input[checked=checked] + label {
  border: 2px solid #009EE2;
  background: url(../images/check.jpg);
  background-size: 42px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 4px 12px 4px 54px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 4px 12px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment ul.wc_payment_methods li label:hover {
  border-color: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .bottom-oneline {
  text-align: center;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  margin: 0 0 24px 0;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex: 0 0 auto;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li .sq-icon {
  margin-right: 6px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li .sq-icon svg {
  margin-bottom: -2px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li .sq-icon svg path {
  fill: #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .button {
  background: #00BC1F;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .button:hover {
  background: #02db26;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .btn-quotation {
  margin-top: 12px;
  background: transparent;
  color: #009EE2;
  border: 2px solid #009EE2;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .btn-quotation:hover {
  background: #009EE2;
  color: #fff;
}

#order_review .payment_box.payment_method_mollie_wc_gateway_ideal {
  display: none !important;
}

body.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -12px;
  margin-right: -12px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 20%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #009EE2;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 6px;
  margin-top: 6px;
  display: inline-block;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type {
  margin-top: 12px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 0 0 80%;
  padding-left: 12px;
  padding-right: 12px;
  background: #fff;
  padding: 24px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tr th {
  text-align: left;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .u-column1 {
  padding-left: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button {
  margin-right: 4px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .required,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account .required {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields abbr,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account abbr {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields label,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account label {
  display: block;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields span,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account span {
  display: block;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .edit-account input {
  width: 100%;
}

#order_review ul.wc-item-meta,
.woocommerce-MyAccount-content ul.wc-item-meta {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#order_review ul.wc-item-meta li,
.woocommerce-MyAccount-content ul.wc-item-meta li {
  flex: 0 0 50%;
  padding-right: 12px;
  box-sizing: border-box;
  padding-bottom: 6px;
}
#order_review ul.wc-item-meta li p,
.woocommerce-MyAccount-content ul.wc-item-meta li p {
  display: inline-block;
  margin: 0;
}

body.woocommerce-order-pay #order_review {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.woocommerce-order-pay #order_review table.shop_table {
  flex: 0 0 calc(50% - 24px);
  text-align: left;
  margin-bottom: 24px;
}
body.woocommerce-order-pay #order_review table.shop_table tfoot {
  display: block;
  width: 100%;
  background: #fff;
  padding: 12px;
}
body.woocommerce-order-pay #order_review table.shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
}
body.woocommerce-order-pay #order_review table.shop_table tfoot tr:last-of-type {
  color: #009EE2;
}
body.woocommerce-order-pay #order_review #payment {
  flex: 0 0 calc(50% - 24px);
  background: #fff;
  padding: 24px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods {
  padding-left: 0;
  margin-top: 0;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  margin-top: 12px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li:first-of-type {
  margin-top: 0;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li input[type=radio] {
  display: none;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li input:checked + label {
  border: 2px solid #009EE2;
  background: url(../images/check.jpg);
  background-size: 42px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 4px 12px 4px 54px;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li label {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  display: flex;
  border: 1px solid #E5E5E5;
  padding: 4px 12px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
body.woocommerce-order-pay #order_review #payment ul.wc_payment_methods li label:hover {
  border-color: #009EE2;
}
body.woocommerce-order-pay #order_review #payment .form-row ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  margin: 0 0 24px 0;
}
body.woocommerce-order-pay #order_review #payment .form-row ul li {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex: 0 0 auto;
}
body.woocommerce-order-pay #order_review #payment .form-row ul li:nth-child(4) {
  display: none;
}
body.woocommerce-order-pay #order_review #payment .form-row ul li .sq-icon {
  margin-right: 6px;
}
body.woocommerce-order-pay #order_review #payment .form-row ul li .sq-icon svg {
  margin-bottom: -2px;
}
body.woocommerce-order-pay #order_review #payment .form-row ul li .sq-icon svg path {
  fill: #009EE2;
}
body.woocommerce-order-pay #order_review #payment .form-row .button {
  background: #00BC1F;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
}
body.woocommerce-order-pay #order_review #payment .form-row .button:hover {
  background: #02db26;
}

.header-cart {
  font-size: 0;
  height: 40px;
  min-width: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #666;
  position: relative;
}
.header-cart:hover {
  background: #009EE2;
  color: #fff;
}
.header-cart:hover svg path {
  fill: #fff;
}
.header-cart svg {
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-cart svg path {
  fill: #009EE2;
}
.header-cart span {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #F8B133;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  font-size: 12px;
}

body.woocommerce-order-received .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-order-received .woocommerce .section-thanks,
body.woocommerce-order-received .woocommerce .section-journey,
body.woocommerce-order-received .woocommerce .section-cards {
  flex: 100%;
  max-width: 100%;
}
body.woocommerce-order-received .woocommerce > p {
  padding: 0 12px;
  flex: 0 0 100%;
}
body.woocommerce-order-received .woocommerce > p.woocommerce-notice {
  font-size: 40px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-overview {
  padding: 0 12px;
  flex: 0 0 100%;
  list-style-type: none;
  margin: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details {
  padding: 24px;
  flex: 0 0 50%;
  box-sizing: border-box;
  margin-top: 40px;
  background-color: #fff;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details table {
  width: 100%;
  text-align: left;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details .wc-item-meta {
  background-color: #009EE2;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details .wc-item-meta li {
  margin-bottom: 6px;
  color: #fff;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details .wc-item-meta p {
  margin: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details .product-total {
  display: flex;
}
body.woocommerce-order-received .woocommerce .woocommerce-order-details .product-total bdi {
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details {
  padding: 0;
  padding-left: 24px;
  flex: 0 0 50%;
  box-sizing: border-box;
  margin-top: 40px;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-columns--addresses {
  padding-top: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--billing-address,
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address {
  background-color: #009EE2;
  color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--billing-address h2,
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address h2 {
  color: #fff;
}
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--billing-address p,
body.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-column--shipping-address p {
  margin: 0;
}

.single-product-top {
  padding-top: 0;
}
.single-product-top .row .col-6:first-of-type .inner {
  overflow: initial;
  position: sticky;
  top: 100px;
}
.single-product-top .qr-link {
  position: unset;
  justify-content: center;
  margin: 0;
  padding: 12px 0;
  color: #009EE2;
}
.single-product-top .qr-link:hover {
  background: #009EE2;
}
.single-product-top .qr-link:hover .qr-link-text {
  color: #fff;
}
.single-product-top .col-6 .product-ubr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
  gap: 12px;
}
.single-product-top .col-6 .product-ubr .sq-icon {
  margin-right: 6px;
}
.single-product-top .col-6 .product-ubr .sq-icon svg path {
  fill: #009EE2;
}
.single-product-top .col-6 .product-ubr a {
  font-weight: 400;
  color: #fff;
}
.single-product-top .col-6 .product-ubr .free-shipping {
  background: #009EE2;
  padding: 0 12px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
}
.single-product-top .col-6 .product-ubr .free-shipping svg {
  width: 24px;
  height: 36px;
  margin-right: 6px;
  fill: #fff;
}
.single-product-top .col-6 .product-ubr .twenty-four-delivery {
  width: 100%;
  order: 1;
  margin-bottom: 6px;
}
.single-product-top .col-6 .product-ubr .twenty-four-delivery .delivery-date {
  width: fit-content;
}
.single-product-top .col-6 .product-ubr .delivery-date {
  margin: 0 12px 0 0;
  order: 1;
}
.single-product-top .col-6 .product-ubr .delivery-date svg {
  min-width: 23px;
}
.single-product-top .col-6 .product-ubr .delivery-date.faster-delivery {
  background-color: #F8B133;
  padding: 0 12px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  color: #fff;
  height: 36px;
}
.single-product-top .col-6 .product-ubr .delivery-date.faster-delivery .sq-icon svg path {
  fill: #fff;
}
.single-product-top .col-6 .product-ubr .extra-rule {
  margin: 0;
}
.single-product-top .col-6 .inner {
  position: relative;
  overflow: hidden;
}
.single-product-top .col-6 .inner .image-container {
  background-image: url("/wp-content/themes/sq-theme/assets/images/background-image-products.png");
  background-color: #fff;
  padding-bottom: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product-top .col-6 .inner .image-container::before {
  padding-top: 100%;
}
.single-product-top .col-6 .inner .image-container .sq-drawing-calc-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% - 54px);
  top: 0;
  left: 0;
}
.single-product-top .col-6 .inner .image-container .sq-drawing-calc-wrapper #threejscanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-product-top .col-6 .inner .gallery-images {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.single-product-top .col-6 .inner .gallery-images .image-container {
  width: 115px;
  height: 115px;
  border: 4px solid #F2F2F2;
}
.single-product-top .col-6 .inner .gallery-images .image-container.active {
  border: 4px solid #009EE2;
}
.single-product-top .col-6 .inner .gallery-images .image-container:hover {
  cursor: pointer;
}
.single-product-top .col-6 .inner .labels-container {
  overflow: hidden;
  position: absolute;
  height: 110px;
  width: 100%;
}
.single-product-top .col-6 .inner .labels-container .sale-label {
  left: 0px;
}
.single-product-top .col-6 .inner .labels-container .sale-label p {
  color: #fff;
}
.single-product-top .col-6 .inner .labels-container .label-hours {
  position: absolute;
  left: -3px;
  top: -5px;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  line-height: 1.2em;
  padding: 15px 15px 12px 12px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(5deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.single-product-top .col-6 .inner .drawing-buttons {
  position: relative;
  display: flex;
  justify-content: center;
}
.single-product-top .col-6 .inner .drawing-buttons span {
  cursor: pointer;
}
.single-product-top .col-6 .inner .drawing-buttons span:hover {
  color: #009EE2;
}
.single-product-top .col-6 .inner .drawing-buttons span#technical-drawing {
  padding: 12px;
  border-radius: 0px 4px 4px 0px;
  background-color: #E5E5E5;
  color: #666;
  transition: background-color 0.2s;
}
.single-product-top .col-6 .inner .drawing-buttons span#technical-drawing:hover {
  transition: background-color 0.2s;
  background-color: rgb(203.5, 203.5, 203.5);
}
.single-product-top .col-6 .inner .drawing-buttons span#technical-drawing.selected {
  background-color: #009EE2;
  color: #fff;
}
.single-product-top .col-6 .inner .drawing-buttons span#technical-drawing.selected:hover {
  transition: background-color 0.2s;
  background: #66C5EE;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons {
  display: flex;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-front {
  background-color: #E5E5E5;
  padding: 12px;
  border-radius: 4px 0px 0px 4px;
  color: #666;
  transition: background-color 0.2s;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-front:hover {
  transition: background-color 0.2s;
  background-color: rgb(203.5, 203.5, 203.5);
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-front.selected {
  background-color: #009EE2;
  color: #fff;
  transition: background-color 0.2s;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-front.selected:hover {
  transition: background-color 0.2s;
  background: #66C5EE;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-back {
  padding: 12px;
  border-radius: 0px 4px 4px 0px;
  background-color: #E5E5E5;
  color: #666;
  transition: background-color 0.2s;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-back:hover {
  transition: background-color 0.2s;
  background-color: rgb(203.5, 203.5, 203.5);
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-back.selected {
  background-color: #009EE2;
  color: #fff;
}
.single-product-top .col-6 .inner .drawing-buttons .front-back-buttons #camera-back.selected:hover {
  transition: background-color 0.2s;
  background: #66C5EE;
}

.notices {
  padding: 12px 0;
}

.ar-button {
  color: #009EE2;
  display: flex;
  border: 0;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
  background: #F2F2F2;
  display: none;
}
.ar-button h3 {
  color: #009EE2;
  font-size: 20px;
}
.ar-button h3 span {
  font-weight: 400;
}
.ar-button .sq-icon {
  margin-right: 12px;
}
.ar-button .sq-icon svg {
  height: 40px;
  width: auto;
}
.ar-button .sq-icon svg path {
  fill: #009EE2;
}
.ar-button .sq-icon:last-of-type {
  margin-left: 12px;
}
.ar-button .sq-icon:last-of-type svg {
  height: 20px;
}

.label-chosen {
  position: relative;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  font-size: 11px;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
}
.label-chosen p {
  margin: 0;
  text-transform: uppercase;
}

.single-prod-cat {
  margin-bottom: 6px;
  display: inline-block;
}
.single-prod-cat:hover .sq-icon svg path {
  fill: #66C5EE;
}
.single-prod-cat .sq-icon {
  margin-right: 6px;
  margin-bottom: -2px;
}
.single-prod-cat .sq-icon svg {
  transform: rotate(180deg);
}

body .conf-container {
  background: #fff;
}
body .conf-container > p {
  padding: 24px;
  display: block;
}
body .conf-container .help-container {
  padding: 6px 24px;
  background: #009EE2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .conf-container .help-container h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
body .conf-container .help-container a {
  display: inline-block;
  color: #fff;
  padding: 6px;
  background: transparent;
}
body .conf-container .help-container a:hover {
  color: #F8B133;
}
body .conf-container .help-container a:hover .sq-icon svg path {
  fill: #F8B133;
}
body .conf-container .help-container a .sq-icon {
  margin-right: 6px;
}
body .conf-container .help-container a .sq-icon svg {
  margin-bottom: -2px;
}
body .conf-container .help-container a .sq-icon svg path {
  fill: #fff;
}
body .conf-container .price-container {
  background: #ECECEC;
}
body .conf-container .price-container .insect-door-discount-info {
  display: none;
}
body .conf-container .price-container-total {
  background: #DFDFDF;
}
body .conf-container .price-container,
body .conf-container .price-container-total {
  padding: 12px 24px;
}
body .conf-container .price-container table,
body .conf-container .price-container-total table {
  width: 100%;
  color: #000;
}
body .conf-container .price-container table tr td:last-of-type,
body .conf-container .price-container-total table tr td:last-of-type {
  text-align: right;
}
body .conf-container .price-container table tr.subtotal td:last-of-type b, body .conf-container .price-container table tr.company-discount td:last-of-type b, body .conf-container .price-container table tr.transport td:last-of-type b,
body .conf-container .price-container-total table tr.subtotal td:last-of-type b,
body .conf-container .price-container-total table tr.company-discount td:last-of-type b,
body .conf-container .price-container-total table tr.transport td:last-of-type b {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
body .conf-container .price-container table tr del,
body .conf-container .price-container table tr ins,
body .conf-container .price-container-total table tr del,
body .conf-container .price-container-total table tr ins {
  font-weight: 700;
}
body .conf-container .price-container table tr ins,
body .conf-container .price-container-total table tr ins {
  text-decoration: none;
  margin-left: 12px;
}
body .conf-container .price-container table #totalprice td:last-of-type,
body .conf-container .price-container-total table #totalprice td:last-of-type {
  font-size: 26px;
}
body .conf-container .price-container table #totalpriceEx td:last-of-type b,
body .conf-container .price-container-total table #totalpriceEx td:last-of-type b {
  font-weight: 500;
  color: #999999;
  font-size: 16px;
}

.single-product-center {
  background: #fff;
  padding-top: 0;
}
.single-product-center .tabs-container {
  padding-top: 36px;
  background: #F2F2F2;
}
.single-product-center .tabs-container .col-12 {
  padding-bottom: 0;
}
.single-product-center .tabs-container .tabs-product ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 710px;
}
.single-product-center .tabs-container .tabs-product ul li a {
  text-transform: uppercase;
  color: #666;
  padding: 12px 24px;
  display: block;
}
.single-product-center .tabs-container .tabs-product ul li a:hover {
  background: #009EE2;
  color: #fff;
}
.single-product-center .tabs-container .tabs-product ul li.active a {
  background: #fff;
  color: #666;
}
.single-product-center .tab-description,
.single-product-center .tab-specs,
.single-product-center .tab-images,
.single-product-center .tab-benefit {
  padding-top: 36px;
  display: none;
}
.single-product-center .tab-description ul,
.single-product-center .tab-specs ul,
.single-product-center .tab-images ul,
.single-product-center .tab-benefit ul {
  padding-left: 12px;
}
.single-product-center .tab-description.active,
.single-product-center .tab-specs.active,
.single-product-center .tab-images.active,
.single-product-center .tab-benefit.active {
  display: flex;
}
.single-product-center .tab-images .col-6 {
  margin: 12px 0;
}
.single-product-center .tab-images .image-container::before {
  padding-top: 0;
}
.single-product-center .tab-images .image-container img {
  position: relative;
}
.single-product-center .tab-specs table th {
  font-weight: 400;
  text-align: left;
  padding-right: 12px;
}
.single-product-center .tab-specs table td {
  font-weight: 700;
}
.single-product-center .tab-specs table td p {
  margin: 6px 0;
}

.single-product .section-cards {
  background: #F2F2F2;
}

body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner {
  padding: 34px 20px;
  width: 100%;
}
body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner::before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
}
body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner h2 {
  background-color: #009EE2;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  width: fit-content;
  font-size: 22px;
  font-weight: 400;
}
body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 0;
}
body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner p:first-of-type {
  margin-bottom: 0;
}
body.insect-screen-discount #page-main div.archive-product-loop .archive-featured.insect-screen-discount .inner p:first-of-type strong {
  font-size: 24px;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner {
  align-items: center;
  display: flex;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner::after, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner::after {
  height: 305px;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner {
  background-color: #fff;
  padding: 12px;
  position: relative;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner a, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: unset;
  align-items: unset;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner a:hover .sq-icon svg path, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner a:hover .sq-icon svg path {
  fill: #fff;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
  padding-bottom: 24px;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep .sq-icon, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep .sq-icon {
  width: 100%;
  margin-left: 0;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep .sq-icon svg, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep .sq-icon svg {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 0;
  height: 239px;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::before, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::before {
  display: none;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text {
  margin-top: auto;
  margin-bottom: auto;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg {
  width: 70px;
  height: 70px;
  z-index: 2;
  position: relative;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg path, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg path {
  fill: #009EE2;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p {
  margin-top: -10px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #009EE2;
  font-size: 28px;
  margin-bottom: 0;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .orange-btn, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .orange-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.faster-delivery-enabled:not(.term-garagedeuren):not(.insect-screen-discount) #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .orange-btn .sq-icon, body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .orange-btn .sq-icon {
  order: 2;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 0px;
  position: relative;
  width: 100%;
  border: 8px solid #009EE2;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner a {
  display: block;
  height: 100%;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-sweep {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 0px;
  z-index: 1;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-sweep .sq-icon {
  width: 100%;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-sweep .sq-icon svg {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-sweep .sq-icon svg path {
  fill: #009EE2;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 0;
  height: 250px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner::after {
  background-color: #009EE2;
  top: unset;
  height: 125px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner::before {
  display: none;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-title {
  margin-top: 30px;
  z-index: 2;
  position: relative;
  margin-left: 18px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-title h2 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #009EE2;
  font-size: 32px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  position: relative;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text svg {
  width: 130px;
  height: 130px;
  z-index: 2;
  position: relative;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text svg path {
  fill: #009EE2;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p {
  margin-top: -10px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #009EE2;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.4;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p span {
  color: #F8B133;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text {
  margin-top: 24px;
  margin-left: 18px;
  margin-bottom: 125px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p {
  font-size: 24px;
  font-weight: 400;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p span {
  font-weight: bold;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-plant {
  position: absolute;
  bottom: 98px;
  left: 10px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-plant svg {
  width: 100px;
  height: 100px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .orange-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-top: 18px;
  position: relative;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .orange-btn .sq-icon {
  order: 2;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container {
  z-index: 2;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  bottom: -70px;
  padding-right: 15px;
  padding-left: 15px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container small {
  color: #fff;
  font-size: 12px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container .orange-btn {
  margin-top: 0;
  height: 45px;
  font-size: 18px;
}
body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container .orange-btn svg {
  width: 18px;
  height: 18px;
}
body.archive.term-tuindeuren #page-main div.archive-product-loop .amount-discount-block .inner .orange-btn {
  display: none;
}

.archive-section {
  padding-top: 0;
}
.archive-section .woocommerce-category-description {
  margin-left: 12px;
  margin-right: 12px;
}

#page-main div.archive-product-loop {
  margin-top: 0;
}
#page-main div.archive-product-loop h2 {
  margin-bottom: 12px;
}
#page-main div.archive-product-loop .archive-featured {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}
#page-main div.archive-product-loop .archive-featured .inner {
  position: relative;
  padding: 24px;
  width: 100%;
}
#page-main div.archive-product-loop .archive-featured .inner::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page-main div.archive-product-loop .archive-featured .inner .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
#page-main div.archive-product-loop .archive-featured .inner p,
#page-main div.archive-product-loop .archive-featured .inner h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 400;
}
#page-main div.archive-product-loop .archive-featured .inner h2 {
  font-weight: 700;
}
#page-main div.archive-product-loop .archive-featured .inner a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
#page-main div.archive-product-loop .archive-featured .inner a .sq-icon {
  margin-left: 6px;
}
#page-main div.archive-product-loop .archive-featured .inner a:hover .sq-icon svg path {
  fill: #66C5EE;
}

.cat-description,
.cat-description-2 {
  background: #fff;
}

#customer_login {
  display: flex;
  flex-wrap: wrap;
}
#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 0 0 50%;
}
#customer_login .u-column1 label,
#customer_login .u-column2 label {
  display: block;
}
#customer_login .u-column1 label .required,
#customer_login .u-column2 label .required {
  display: none;
}
#customer_login .u-column1 input[type=text],
#customer_login .u-column1 input[type=password],
#customer_login .u-column1 input[type=email],
#customer_login .u-column2 input[type=text],
#customer_login .u-column2 input[type=password],
#customer_login .u-column2 input[type=email] {
  width: 100%;
  max-width: 300px;
}
#customer_login .u-column1 .woocommerce-form-login__rememberme,
#customer_login .u-column2 .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}

.woocommerce-notices-wrapper .woocommerce-error {
  padding: 24px;
  background: #F8B133;
  color: #fff;
  margin: 24px 0;
  list-style-type: none;
}

@media (max-width: 1400px) {
  body.woocommerce-order-pay #order_review #payment .form-row ul li:nth-child(3) {
    display: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li {
    font-size: 15px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button {
    font-size: 18px;
    height: auto;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after {
    height: 212px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep {
    bottom: 206px;
  }
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner::after {
    height: 260px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container {
    bottom: -51px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container small {
    line-height: 1;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-title h2 {
    font-size: 26px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-hours,
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen {
    font-size: 10px;
  }
  div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner:has(.until-date) .until-date {
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 55%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 0 0 45%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li:nth-child(3) {
    display: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_country_field {
    flex: 0 0 35%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_postcode_field {
    flex: 0 0 30%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_field {
    flex: 0 0 calc(35% - 80px);
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep {
    bottom: 220px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p {
    font-size: 22px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg {
    width: 50px;
    height: 50px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after {
    height: 169px;
  }
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block).showroom-frames .inner::after {
    height: 217px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-plant svg {
    width: 90px;
    height: 90px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-title h2 {
    font-size: 22px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text p {
    font-size: 18px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container {
    bottom: -35px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container .orange-btn {
    font-size: 14px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container .orange-btn svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex: 0 0 100%;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product {
    margin-bottom: 24px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form .extra-product a svg {
    width: 18px;
    height: 18px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    flex: 0 0 100%;
  }
  body.woocommerce-cart #contact-bar h3 {
    display: none;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner {
    width: 100%;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner::after {
    display: none;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-sweep {
    display: none;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p {
    font-size: 32px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg {
    width: 70px;
    height: 70px;
  }
  #page-main div.archive-product-loop .archive-featured {
    flex: 0 0 66.66%;
    order: 4;
  }
  #page-main div.archive-product-loop li {
    order: 5;
  }
  #page-main div.archive-product-loop li:nth-child(2) {
    order: 1;
  }
  #page-main div.archive-product-loop li:nth-child(3) {
    order: 2;
  }
  #page-main div.archive-product-loop li:nth-child(4) {
    order: 3;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .usp-checkout li:nth-child(2) {
    display: none;
  }
  body.woocommerce-checkout #contact-bar h3 {
    display: none;
  }
  .woocommerce-checkout .woocommerce-form-login {
    width: calc(100% - 72px);
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_country_field {
    flex: 0 0 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_postcode_field {
    flex: 0 0 50%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_field {
    flex: 0 0 calc(50% - 80px);
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_addition_field {
    padding-top: 26px;
  }
  body.woocommerce-order-pay #order_review #payment,
  body.woocommerce-order-pay #order_review table.shop_table {
    flex: 0 0 calc(100% - 24px);
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex: 0 0 100%;
  }
  body .conf-container .help-container {
    display: none;
  }
  .single-product-top .col-6 {
    flex: 0 0 100%;
  }
  .single-product-top .conf-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-product-top .qr-link {
    padding: 12px;
    border-radius: 4px;
    background: #F8B133;
    margin: 6px;
  }
  .single-product-top .qr-link .qr-link-text {
    font-size: 16px;
    margin-right: 0;
    color: #fff;
    font-weight: 700;
  }
  .single-product-top .qr-link .qr-link-text img {
    display: none;
  }
  .single-product-top .qr-link .qr-link-text .mobile-hide {
    display: none;
  }
  .single-product-top .single-prod-cat {
    margin-top: 24px;
    margin: 6px;
    background: #fff;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .single-product-top .single-prod-cat + h1 {
    display: inline-block;
    margin-inline-start: 12px;
  }
  .single-product-top .single-prod-cat .sq-icon {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
  }
  body.single-product #header-top {
    display: none;
  }
  body.single-product .section-usps {
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    flex: 0 0 100%;
    padding-bottom: 70px;
  }
  .woocommerce-checkout #page-container {
    padding-top: 100px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review {
    padding: 12px;
  }
  body.woocommerce-checkout #contact-bar ul {
    margin: 6px 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper[data-country=NL] p#billing_home_number_addition_field {
    padding-top: 25px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 14px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-methods {
    margin-bottom: 14px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .payment-methods img {
    max-width: 34px;
  }
  body.woocommerce-cart #page-container {
    padding-top: 100px;
  }
  body.woocommerce-cart #contact-bar ul {
    margin: 6px 0;
  }
  body.woocommerce-cart .section-usps {
    padding-bottom: 12px;
  }
  body.woocommerce-order-pay #order_review #payment .form-row ul li:nth-child(2) {
    display: none;
  }
  body.woocommerce-order-pay #order_review #payment .form-row .button {
    font-size: 16px;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table thead {
    display: none;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tr {
    display: block;
    margin-bottom: 12px;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tr:last-of-type {
    margin-bottom: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content table tr td {
    display: block;
  }
  #order_review ul.wc-item-meta li,
  .woocommerce-MyAccount-content ul.wc-item-meta li {
    flex: 0 0 100%;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns .col-2 {
    padding-left: 0;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p {
    font-size: 28px;
    margin-bottom: 12px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg {
    width: 60px;
    height: 60px;
  }
  #page-main div.archive-product-loop .col-12 h2 {
    margin: 0;
  }
  #page-main div.archive-product-loop .archive-featured {
    flex: 0 0 100%;
    order: 3;
  }
  #page-main div.archive-product-loop .archive-featured .inner::before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  }
  #page-main div.archive-product-loop .archive-featured .inner h2,
  #page-main div.archive-product-loop .archive-featured .inner p {
    width: 100%;
  }
  #page-main div.archive-product-loop li {
    order: 5;
  }
  #page-main div.archive-product-loop li:nth-child(4) {
    order: 5;
  }
  .cat-description-2 .row .col-6:first-of-type {
    order: 2;
  }
  .cat-description-2 .row .col-6:last-of-type {
    order: 1;
  }
  body.archive.term-tuindeuren #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text {
    margin-bottom: 195px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .amount-discount-text {
    margin-bottom: 150px;
  }
  body.archive #page-main div.archive-product-loop .amount-discount-block .inner .btn-container {
    bottom: 20px;
  }
  .single-product-center .tabs-container .container {
    overflow-x: scroll;
    width: 100%;
    max-width: 100%;
  }
  .notices {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .conf-container {
    margin-left: -12px;
    margin-right: -12px;
  }
  .conf-container p {
    padding: 12px;
  }
  .conf-container .price-container {
    padding: 12px;
  }
  .single-product-top .sq-drawing-calc-wrapper {
    position: relative;
  }
  .single-product-top h1.h2 {
    margin-bottom: 12px;
  }
  .single-product-top .col-6 .inner .labels-container {
    overflow: hidden;
    position: absolute;
    height: 110px;
    width: 100%;
  }
  .single-product-top {
    padding-bottom: 0;
  }
  .single-product-top .col-6:first-of-type .inner {
    margin-top: 24px;
  }
  .single-product-top .col-6 {
    padding-top: 0;
  }
  .single-product-top .col-6 .inner .labels-container .label-hours {
    top: 36px;
    box-shadow: none;
  }
  .single-product-top .col-6 .inner .drawing-buttons {
    justify-content: center;
  }
  .single-product-top .col-6 .inner .drawing-buttons .mobile-hide {
    display: none;
  }
  .single-product-top .col-6 .inner .gallery-images {
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .single-product-top .col-6 .inner .gallery-images .image-container {
    width: 70px;
    height: 70px;
    border: 2px solid #F2F2F2;
  }
  .single-product-top .col-6 .inner .gallery-images .image-container.active {
    border: 2px solid #009EE2;
  }
  .single-product-top .col-6 h1.h2 {
    margin-bottom: 0;
  }
  .single-product-top .col-6 .product-ubr .free-shipping {
    background: none;
    color: #666;
    padding-left: 0;
  }
  .single-product-top .col-6 .product-ubr .free-shipping svg {
    fill: #009EE2;
  }
  .single-product-top .extra-rule {
    display: none;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_last_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_postcode_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_city_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_email_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_country_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper p#billing_address_2_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > label,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > span,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
    flex: 0 0 100%;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details .woocommerce-account-fields .create-account .form-row > span {
    padding: 6px 0 0 0;
  }
  .woocommerce-checkout #page-container {
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
  }
  .woocommerce-checkout #page-container #page-header {
    top: auto;
    bottom: 0;
    position: absolute;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review .place-order .button {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th small {
    display: flex;
  }
  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 0 0 100%;
  }
  .cart-contents {
    padding-bottom: 72px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr {
    flex-wrap: wrap;
  }
  body.woocommerce-cart #page-container {
    padding-top: 0;
    padding-bottom: 100px;
    position: relative;
  }
  body.woocommerce-cart #page-container #page-header {
    top: auto;
    bottom: 0;
    position: absolute;
  }
  .woocommerce-info .showlogin {
    margin: 12px 0 0 0;
    display: block;
    text-align: center;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dt {
    flex: 0 0 66.66%;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table .cart-item-data-bottom .product-info dl.variation dd {
    flex: 0 0 33.33%;
  }
  body.woocommerce-cart table .product-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: unset !important;
  }
  body.woocommerce-cart table tr.cart_item {
    background: #fff;
    position: relative;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    align-items: center;
    border-bottom: none !important;
  }
  body.woocommerce-cart table tr.cart_item .product-thumbnail {
    padding: 0 !important;
  }
  body.woocommerce-cart table tr.cart_item .product-name {
    flex: 0 0 100%;
  }
  body.woocommerce-cart table tr.cart_item .cart-item-data-toggle {
    margin-left: auto;
  }
  body.woocommerce-cart table .cart-item-data-bottom {
    top: -24px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total th {
    flex-direction: column;
    gap: 0;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p {
    font-size: 24px;
    margin-bottom: 12px;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p br,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text p br {
    display: none;
  }
  body.faster-delivery-enabled #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg,
  body.term-showroom-kozijnen #page-main div.archive-product-loop .archive-featured:not(.amount-discount-block) .inner .archive-delivery-text svg {
    width: 50px;
    height: 50px;
  }
  body.archive .section-usps {
    display: none;
  }
  div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner a img.sale-image-desktop {
    display: none;
  }
  div.woocommerce[class*=columns-] ul.products li.product.sale-container .inner a img.sale-image-mobile {
    display: block;
  }
  body.insect-screen-discount div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-hours,
  body.insect-screen-discount div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen {
    left: 0px;
    top: 0px;
    right: unset;
  }
  body:not(.insect-screen-discount) div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-hours,
  body:not(.insect-screen-discount) div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen {
    left: -3px;
    right: unset;
    transform: rotate(-5deg);
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link {
    flex-direction: unset;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container {
    flex: 0 0 calc(40% - 12px);
    margin: 6px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .image-container .sq-icon::before {
    height: 25px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen {
    right: 0px;
    top: 0px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .label-chosen.insect-discount-label p {
    line-height: 1;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    flex: 0 0 calc(60% - 24px);
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .content-container {
    flex: 0 0 60%;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link h2::before {
    content: "";
    float: right;
    width: 54px;
    height: 1em;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price del {
    margin-right: 6px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price.discounted {
    margin-right: 0;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link span.price.excl-btw {
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0;
  }
  div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-product-card b {
    display: none;
  }
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card {
    position: absolute;
    right: 45px;
    bottom: -3px;
  }
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card svg {
    width: 19px;
    height: 19px;
  }
  body.term-showroom-kozijnen #page-main div.archive-product-loop li.product_cat-showroom-kozijnen .bottom-delivery-card {
    padding-top: 0;
  }
  body.term-showroom-kozijnen #page-main div.archive-product-loop li.product_cat-showroom-kozijnen .bottom-product-card {
    flex: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 425px) {
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link h2 {
    margin: 35px 12px 12px 12px;
  }
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card {
    position: absolute;
    right: 0px;
    top: -6px;
    bottom: unset;
  }
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card p {
    font-size: 12px;
  }
  body.faster-delivery-enabled div.woocommerce[class*=columns-] ul.products li.product a.woocommerce-LoopProduct-link .bottom-delivery-card svg {
    width: 16px;
    height: 16px;
  }
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  background-color: #F2F2F2;
}

body.page-template-page-cart #page-container.banner-enabled,
body.page-template-page-checkout #page-container.banner-enabled {
  padding-top: 113px;
}

body #page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 96px;
}
body #page-container.banner-enabled {
  padding-top: 132px;
}
body #page-container.banner-enabled .header-top-banner {
  text-align: center;
  font-size: 16px;
}
body #page-container #page-main {
  flex: 1;
}

body #CookiebotWidget {
  z-index: 999 !important;
}

.screen-reader-text {
  display: none;
}

.woocommerce-shipping-fields__field-wrapper + p {
  display: none;
}

.container,
.responsive-container,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1320px;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1140px;
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 960px;
}

.container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 720px;
}

.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 540px;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.row,
.responsive-container .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.container .row .col,
[class*=col-],
div.woocommerce[class*=columns-] ul.products li.product {
  padding-left: 12px;
  padding-right: 12px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
}

.col-3,
div.woocommerce[class*=columns-] ul.products.columns-4 li.product {
  flex: 0 0 25%;
}

.col-4,
div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
  flex: 0 0 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
}

.col-2-4 {
  flex: 0 0 20%;
}

.relative {
  position: relative;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-bottom {
  align-items: flex-end;
}

body.page-template-page-cart #page-header .header-top-banner,
body.page-template-page-checkout #page-header .header-top-banner {
  background-color: #fff;
}
body.page-template-page-cart #page-header .header-top-banner .container,
body.page-template-page-checkout #page-header .header-top-banner .container {
  color: #009EE2;
}

#page-header {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
}
#page-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
#page-header .header-top-banner {
  background-color: #009EE2;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
#page-header .header-top-banner .container {
  color: #fff;
  justify-content: center;
  align-items: center;
}
#page-header #header-top {
  background: #fff;
}
#page-header #header-top .container {
  position: relative;
}
#page-header #header-top .container .row .das-fijn-image {
  top: 12px;
  left: 253px;
  position: absolute;
  width: 80px;
  height: auto;
}
#page-header #header-top .container .row .col:last-of-type {
  padding-left: 0;
}
#page-header #header-top .container .row .textwidget p {
  margin: 0;
}
#page-header #header-top .container .row .textwidget a {
  text-transform: uppercase;
  color: #009EE2;
  font-weight: 700;
}
#page-header #header-top .container .row .menu-top-navigatie-container {
  display: flex;
  justify-content: flex-end;
}
#page-header #header-top .container .row .menu-top-navigatie-container #menu-top-navigatie li a {
  color: #333333;
  line-height: 48px;
  font-weight: 400;
}
#page-header #header-top .container .row .menu-top-navigatie-container #menu-top-navigatie li a:hover {
  color: #009EE2;
}
#page-header #header-center {
  background: #F2F2F2;
}
#page-header #header-center .container {
  position: relative;
}
#page-header #header-center .container .logo-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  background: #fff;
}
#page-header #header-center .container .logo-header::after {
  content: "";
  background: url("https://houtenkozijnonline.nl/wp-content/themes/sq-theme/assets/images/triangle.svg");
  position: absolute;
  left: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
}
#page-header #header-center .container .logo-header img:not(.logo-triangle) {
  padding: 12px 14px 12px 12px;
  display: block;
  box-sizing: border-box;
}
#page-header #header-center .container .logo-header .logo-triangle {
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
}
#page-header #header-center .container::before {
  content: "";
  display: block;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #fff;
  position: absolute;
}
#page-header #header-center .container .col:last-of-type {
  flex: 0 0 100%;
  padding-left: 240px;
}
#page-header #header-bottom {
  background: #444;
}

#page-footer {
  color: #fff;
  position: relative;
  z-index: 2;
}
#page-footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
#page-footer a:hover {
  color: #F8B133;
}
#page-footer #top-footer {
  background-color: #33B1E8;
  padding-top: 24px;
  padding-bottom: 24px;
}
#page-footer #top-footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
#page-footer #top-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#page-footer #top-footer ul.payment-footer {
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
}
#page-footer #top-footer ul.payment-footer li {
  margin-right: 6px;
}
#page-footer #top-footer ul.payment-footer li img {
  width: 32px;
}
#page-footer #top-footer .footer-item p:first-of-type {
  margin-top: 0;
}
#page-footer #top-footer .footer-item p:last-of-type {
  margin-bottom: 0;
}
#page-footer #top-footer .footer-item h3:not(:first-of-type) {
  margin-top: 12px;
}
#page-footer #center-footer {
  background-color: #66C5EE;
  padding-top: 24px;
  padding-bottom: 24px;
}
#page-footer #center-footer .col-12 {
  display: flex;
}
#page-footer #center-footer .col-12 p {
  line-height: 1em;
  border-right: 1px solid #fff;
  padding-right: 12px;
  margin: 0;
}
#page-footer #center-footer .col-12 ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#page-footer #center-footer .col-12 ul li a {
  color: #fff;
  padding: 0 12px;
  border-right: 1px solid #fff;
  display: block;
  line-height: 1em;
}
#page-footer #center-footer .col-12 ul li a:hover {
  color: #F8B133;
}
#page-footer #center-footer .col-12 ul li:last-of-type a {
  border-right: 0px solid #fff;
}
#page-footer #bottom-footer {
  background-color: #fff;
  color: #333333;
  text-transform: uppercase;
}
#page-footer #bottom-footer a {
  color: #333333;
  text-transform: uppercase;
}
#page-footer #bottom-footer a:hover {
  color: #F8B133;
}

body > div[itemscope=itemscope][itemtype="http://schema.org/WebPage"] {
  display: none;
}

#contact-bar {
  background: #009EE2;
}
#contact-bar a {
  color: #fff;
  text-transform: uppercase;
}
#contact-bar a:hover {
  color: #F8B133;
}
#contact-bar a:hover svg path {
  fill: #F8B133;
}
#contact-bar .col-3 {
  display: flex;
  align-items: center;
}
#contact-bar .col-3 h3 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
#contact-bar .col-8 ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}
#contact-bar .col-8 ul li a {
  font-weight: 700;
}
#contact-bar .col-8 ul li a .sq-icon {
  margin-right: 6px;
  margin-bottom: -2px;
}
#contact-bar .col-8 ul li a.chatten {
  background: #F8B133;
  border-radius: 4px;
  padding: 6px;
}
#contact-bar .col-8 ul li a.chatten:hover {
  background: rgb(239.7725118483, 156.3222748815, 8.2274881517);
  color: #fff;
}
#contact-bar .col-8 ul li a.chatten:hover svg path {
  fill: #fff;
}
#contact-bar .col-1 {
  position: relative;
}
#contact-bar .col-1 img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#page-header #contact-bar .col-1 img {
  width: auto;
  max-height: 100%;
  left: auto;
  right: 0;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gform_wrapper form .gform_fields .gfield {
  flex: 100%;
  max-width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .gfield_description {
  margin-top: 12px;
  background: #ff9d9d;
  padding: 5px 15px;
  color: white;
  border-radius: 5px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description.instruction {
  display: none;
}
.gform_wrapper form .gform_fields .gfield select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
}
.gform_wrapper form .gform_fields .gfield.gfield--width-half {
  flex: calc(50% - 6px);
  max-width: calc(50% - 6px);
}
.gform_wrapper form .gform_fields .gfield .gfield_description {
  margin-top: 12px;
}

form .error {
  color: #f00;
  margin-top: 6px;
}

.section-sale {
  background: #E5E5E5;
}

body.home .section-sale .col-3,
.section-chosen .col-3 {
  display: flex;
}
body.home .section-sale .col-3 a.all-button,
.section-chosen .col-3 a.all-button {
  margin-top: 36px;
  margin-bottom: 36px;
  background: #009EE2;
  color: #fff;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  outline: 0px solid #F2F2F2;
  transition: color 0.5s ease-in-out, outline 0.1s ease-in-out;
}
body.home .section-sale .col-3 a.all-button::before,
.section-chosen .col-3 a.all-button::before {
  content: "";
  bottom: 0;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background: #fff;
  border-radius: 0 0 4px 4px;
}
body.home .section-sale .col-3 a.all-button:hover,
.section-chosen .col-3 a.all-button:hover {
  color: #009EE2;
  outline: 6px solid #009EE2;
}
body.home .section-sale .col-3 a.all-button:hover .sweep,
.section-chosen .col-3 a.all-button:hover .sweep {
  width: 500%;
}
body.home .section-sale .col-3 a.all-button p,
.section-chosen .col-3 a.all-button p {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
body.home .section-sale .col-3 a.all-button h2,
.section-chosen .col-3 a.all-button h2 {
  color: #009EE2;
  position: absolute;
  bottom: 16px;
  left: 24px;
  width: 75%;
  text-transform: uppercase;
}
body.home .section-sale .col-3 a.all-button .sweep,
.section-chosen .col-3 a.all-button .sweep {
  position: absolute;
  width: 100%;
  bottom: 50%;
  transition: width 0.5s ease-in-out;
  left: -1px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.home .section-sale .col-3 a.all-button .sweep .sq-icon,
.section-chosen .col-3 a.all-button .sweep .sq-icon {
  display: block;
}
body.home .section-sale .col-3 a.all-button .sweep .sq-icon svg,
.section-chosen .col-3 a.all-button .sweep .sq-icon svg {
  width: 100%;
  height: auto;
}
body.home .section-sale .col-3 a.all-button .sweep .sq-icon svg path,
.section-chosen .col-3 a.all-button .sweep .sq-icon svg path {
  fill: #fff;
}
body.home .section-sale .col-3 a.all-button > .sq-icon,
.section-chosen .col-3 a.all-button > .sq-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 25%;
  bottom: 23px;
  right: 0;
}
body.home .section-sale .col-3 a.all-button > .sq-icon svg,
.section-chosen .col-3 a.all-button > .sq-icon svg {
  width: 100%;
  height: 24px;
}
body.home .section-sale .col-3 a.all-button > .sq-icon svg path,
.section-chosen .col-3 a.all-button > .sq-icon svg path {
  fill: #009EE2;
}

.page-template-page-sale .section-sale {
  background: #F2F2F2;
}
.page-template-page-sale .section-sale .no-sale-products {
  padding-left: 12px;
}

.hulp-archive .section-cards:nth-child(even) {
  background: #F2F2F2;
}

.section-thanks .col-8,
.section-thanks .col-12 {
  display: flex;
}
.section-thanks .col-8 .inner,
.section-thanks .col-12 .inner {
  background: #fff;
  padding: 36px;
  flex: 0 0 100%;
  display: flex;
}
.section-thanks .col-8 .inner h2,
.section-thanks .col-12 .inner h2 {
  margin-bottom: 12px;
  color: #009EE2;
  font-size: 40px;
}
.section-thanks .col-8 .inner .row,
.section-thanks .col-12 .inner .row {
  flex: 0 0 100%;
}
.section-thanks .col-8 .inner .row .col-3.image-co,
.section-thanks .col-12 .inner .row .col-3.image-co {
  position: relative;
}
.section-thanks .col-8 .inner .row .col-3.image-co img,
.section-thanks .col-12 .inner .row .col-3.image-co img {
  position: absolute;
  left: -24px;
  bottom: -36px;
}
.section-thanks .col-12 .inner .row .col-3.image-co img {
  position: relative;
}
.section-thanks .product-list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.section-thanks .product-list ul li {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 24px;
  padding: 12px;
}
.section-thanks .product-list ul li:last-of-type {
  margin-bottom: 0;
}
.section-thanks .product-list ul li .image-container {
  margin-right: 12px;
  width: 100px;
}
.section-thanks .product-list ul li .image-container img {
  object-fit: contain;
}

.partners-section .col-4,
.partners-section .col-6 {
  display: flex;
}
.partners-section .col-4 .engineer-item,
.partners-section .col-6 .engineer-item {
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
  flex: 0 0 100%;
}
.partners-section .col-4 .engineer-item h3,
.partners-section .col-6 .engineer-item h3 {
  margin-bottom: 12px;
}
.partners-section .col-4 .engineer-item p,
.partners-section .col-6 .engineer-item p {
  margin: 0;
}
.partners-section .col-4 .engineer-item p:first-of-type,
.partners-section .col-6 .engineer-item p:first-of-type {
  margin-top: 12px;
}

.woocommerce-order-received .itemPricesBreakdownTable {
  display: none;
}

.drawing-check h1 {
  margin-bottom: 24px;
}
.drawing-check form {
  margin-top: 24px;
  background: #fff;
  padding: 24px;
}
.drawing-check form .message-choice {
  padding: 12px;
  border-radius: 3px;
  background: #f00;
  color: #fff;
  margin-top: 12px;
}
.drawing-check form label {
  width: 100%;
  display: block;
}
.drawing-check form .not-message {
  font-weight: 700;
  color: #f00;
}
.drawing-check form .label-approving {
  margin-top: 12px;
  margin-right: 12px;
  display: inline-block;
  width: auto;
}
.drawing-check form .label-approving .btn-approving {
  display: inline-block;
  padding: 0px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease-in-out;
  background: #E5E5E5;
  color: #666;
}
.drawing-check form .label-approving input {
  display: none;
}
.drawing-check form .label-approving input:checked + .btn-approving {
  background: #009EE2;
  color: #fff;
}
.drawing-check form textarea {
  height: 200px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 24px;
}
.drawing-check form .checked-drawing {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.drawing-check form .checked-drawing.not-checked {
  font-weight: 700;
  color: #f00;
}
.drawing-check form .checked-drawing label {
  cursor: pointer;
}
.drawing-check .check-order-list a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 12px;
  font-weight: 400;
}
.drawing-check .check-order-list a:hover {
  background: #009EE2;
  color: #fff;
  border-color: #009EE2;
}
.drawing-check .check-order-list a.order-checked {
  background: #00BC1F;
  color: #fff;
  border-color: #00BC1F;
}
.drawing-check .check-order-list a.no-drawing {
  opacity: 0.5;
}
.drawing-check .check-order-list a span {
  padding: 12px;
}
.drawing-check .check-order-list a span:nth-child(2) {
  font-weight: 400;
}

.single-post .top-image {
  z-index: -1;
  position: relative;
}
.single-post .top-image .image-container {
  max-height: 425px;
}
.single-post .single-page-container {
  margin-top: -375px;
}
.single-post .single-page-container .container .row .col-8 .background-container {
  background-color: #fff;
  padding-top: 36px;
  padding-left: 64px;
  padding-right: 64px;
}
.single-post .single-page-container .container .row .col-8 .background-container .section-header-sub {
  padding-top: 0;
}
.single-post .single-page-container .container .row .col-8 .background-container .section-header-sub .container .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.single-post .single-page-container .container .row .col-8 h1 strong,
.single-post .single-page-container .container .row .col-8 h2 strong,
.single-post .single-page-container .container .row .col-8 h3 strong,
.single-post .single-page-container .container .row .col-8 h4 strong,
.single-post .single-page-container .container .row .col-8 h5 strong,
.single-post .single-page-container .container .row .col-8 h6 strong {
  color: #009EE2;
  font-weight: 700;
}
.single-post .single-page-container .container .row .col-8 p img {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-height: 515px;
  width: auto;
}
.single-post .single-page-container .container .row .col-8 blockquote {
  border-left: 3px solid #E5E5E5;
  margin-left: 0;
  padding-left: 42px;
  margin-top: 42px;
}
.single-post .single-page-container .container .row .col-8 .page-link a .page-link-background {
  padding-left: 28px;
  padding-right: 28px;
  background-color: #E5E5E5;
  display: flex;
}
.single-post .single-page-container .container .row .col-8 .page-link a .page-link-background:hover {
  background-color: #009EE2;
}
.single-post .single-page-container .container .row .col-8 .page-link a .page-link-background:hover p {
  color: #fff;
}
.single-post .single-page-container .container .row .col-8 .page-link a .page-link-background p {
  font-size: 18px;
  color: #009EE2;
}
.single-post .single-page-container .container .row .col-8 .page-link a .page-link-background p.read-more {
  position: relative;
  padding-right: 12px;
  color: #333333;
}
.single-post .single-page-container .container .row .col-8 .products-block {
  background-color: #F2F2F2;
  padding-top: 36px;
  margin-left: -64px;
  margin-right: -64px;
  margin-top: 100px;
  padding-bottom: 1px;
  margin-bottom: 48px;
}
.single-post .single-page-container .container .row .col-8 .products-block .products-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .single-page-container .container .row .col-8 .products-block .products-title a {
  font-size: 20px;
}
.single-post .single-page-container .container .row .col-8 .products-block .products-container .woocommerce .products {
  margin-left: -12px;
  margin-right: -12px;
}
.single-post .single-page-container .container .row .col-8 .download-file {
  margin-top: 38px;
  margin-bottom: 38px;
}
.single-post .single-page-container .container .row .col-8 .download-file a .download-file-background {
  display: flex;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #F8B133;
}
.single-post .single-page-container .container .row .col-8 .download-file a .download-file-background:hover {
  background-color: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
.single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p {
  font-size: 24px;
  color: #fff;
}
.single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text {
  font-weight: 300;
  position: relative;
  padding-right: 55px;
}
.single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text::after {
  position: absolute;
  right: -7px;
  bottom: 0;
  width: 50px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11,40c-0.8,0-1.5-0.3-2.1-0.9C8.3,38.5,8,37.8,8,37v-7.1h3V37h26v-7.1h3V37c0,0.8-0.3,1.5-0.9,2.1 C38.5,39.7,37.8,40,37,40H11z M24,32.3l-9.6-9.6l2.1-2.1l6,6V8h3v18.5l6-6l2.2,2.1L24,32.3z'/%3E%3C/svg%3E%0A");
}

.all-product-categories {
  padding-bottom: 72px;
}
.all-product-categories .container .title {
  margin-bottom: 12px;
}
.all-product-categories .container .row .cat-container {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  flex: calc(25% - 24px);
  max-width: calc(25% - 24px);
}
.all-product-categories .container .row .cat-container.archive-featured {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex: 25%;
  max-width: 25%;
}
.all-product-categories .container .row .cat-container.archive-featured .inner {
  position: relative;
  padding: 24px;
}
.all-product-categories .container .row .cat-container.archive-featured .inner::before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.all-product-categories .container .row .cat-container.archive-featured .inner .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.all-product-categories .container .row .cat-container.archive-featured .inner p,
.all-product-categories .container .row .cat-container.archive-featured .inner h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 400;
}
.all-product-categories .container .row .cat-container.archive-featured .inner h2 {
  font-weight: 700;
}
.all-product-categories .container .row .cat-container.archive-featured .inner a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.all-product-categories .container .row .cat-container.archive-featured .inner a .sq-icon {
  margin-left: 6px;
}
.all-product-categories .container .row .cat-container.archive-featured .inner a:hover .sq-icon svg path {
  fill: #66C5EE;
}
.all-product-categories .container .row .cat-container.twenty-four-hours {
  order: 1;
}
.all-product-categories .container .row .cat-container a.cat {
  position: relative;
  flex: 0 0 100%;
  text-decoration: none;
  color: #666;
  background: #fff;
  display: flex;
  transition: outline 0.1s ease-in-out;
  outline: 0 solid transparent;
  flex-direction: column;
  font-weight: 400;
  overflow: hidden;
}
.all-product-categories .container .row .cat-container a.cat:hover {
  outline: 6px solid #009EE2;
}
.all-product-categories .container .row .cat-container a.cat:hover .orange-btn {
  background: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
.all-product-categories .container .row .cat-container a.cat .label-chosen {
  position: absolute;
  left: 12px;
  top: 24px;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  font-size: 11px;
  z-index: 2;
  font-weight: bold;
}
.all-product-categories .container .row .cat-container a.cat .label-chosen.insect-discount-label {
  background-color: unset;
  padding: unset;
}
.all-product-categories .container .row .cat-container a.cat .label-chosen.insect-discount-label p:first-of-type {
  background-color: #009EE2;
  padding: 6px 6px 6px 6px;
}
.all-product-categories .container .row .cat-container a.cat .label-chosen.insect-discount-label p:last-of-type {
  background-color: #66C5EE;
  padding: 6px 6px 6px 6px;
  font-size: 10px;
}
.all-product-categories .container .row .cat-container a.cat .label-chosen p {
  margin: 0;
  text-transform: uppercase;
}
.all-product-categories .container .row .cat-container a.cat .sale-label {
  z-index: 2;
}
.all-product-categories .container .row .cat-container a.cat .sale-label p {
  color: #fff;
}
.all-product-categories .container .row .cat-container a.cat .label-hours {
  position: absolute;
  right: -3px;
  top: -5px;
  background: #009EE2;
  color: #fff;
  padding: 6px;
  line-height: 1.2em;
  padding: 15px 15px 12px 12px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.all-product-categories .container .row .cat-container a.cat .image-container {
  margin: 12px;
}
.all-product-categories .container .row .cat-container a.cat .image-container::before {
  padding-top: 100%;
}
.all-product-categories .container .row .cat-container a.cat .image-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  background-color: #F2F2F2;
  z-index: 0;
}
.all-product-categories .container .row .cat-container a.cat .image-container img {
  z-index: 2;
}
.all-product-categories .container .row .cat-container a.cat .image-container .sq-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  padding-bottom: 24px;
}
.all-product-categories .container .row .cat-container a.cat .image-container .sq-icon::before {
  content: "";
  width: 100%;
  height: 24px;
  background: #fff;
  left: 0;
  bottom: 0;
  position: absolute;
}
.all-product-categories .container .row .cat-container a.cat .image-container .sq-icon svg {
  width: 110%;
  height: auto;
  transition: 0.5s ease-in-out;
}
.all-product-categories .container .row .cat-container a.cat .image-container.sale-product::after {
  background-color: #F8B133;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  align-items: center;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card .orange-btn {
  margin-left: auto;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card b {
  margin: 0 0 0 12px;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card b .sq-icon {
  margin-right: 6px;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card b .sq-icon svg {
  margin-bottom: -2px;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card b .sq-icon svg path {
  fill: #009EE2;
}
.all-product-categories .container .row .cat-container a.cat .bottom-product-card .orange-btn .sq-icon svg {
  margin-bottom: -2px;
}
.all-product-categories .container .row .cat-container a.cat .onsale {
  position: absolute;
  padding: 12px;
  background: #222;
  color: #fff;
  left: 0;
  top: 12px;
}
.all-product-categories .container .row .cat-container a.cat img {
  width: 100%;
}
.all-product-categories .container .row .cat-container a.cat h2 {
  margin: 24px 12px 12px 12px;
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}
.all-product-categories .container .row .cat-container a.cat span.price {
  margin: 0 12px;
  color: #009EE2;
  font-weight: 700;
  text-align: right;
}
.all-product-categories .container .row .cat-container a.cat span.price del {
  float: left;
  font-size: 20px;
  color: #666;
}
.all-product-categories .container .row .cat-container a.cat span.price ins {
  text-decoration: none;
}

.salePriceExVat {
  font-size: 14px;
  margin: 0 0 0 auto;
  padding: 0 12px;
  color: #999;
}

body.page-id-22216 section h2 {
  margin-block: 3rem 0.5rem;
  border-bottom: 2px solid #333333;
  padding-block-end: 0.5rem;
}
body.page-id-22216 section h3 {
  position: relative;
  margin-block-end: 1rem;
  font-weight: normal;
  cursor: pointer;
}
body.page-id-22216 section h3 > span {
  display: inline-block;
  width: 90%;
}
body.page-id-22216 section h3 + p,
body.page-id-22216 section h3 + ul {
  display: none;
}
body.page-id-22216 section h3 + p + p,
body.page-id-22216 section h3 + ul + p {
  display: none;
}
body.page-id-22216 section h3 + p + p + p,
body.page-id-22216 section h3 + ul + p + p {
  display: none;
}
body.page-id-22216 section h3 + p + ul,
body.page-id-22216 section h3 + ul + ul {
  display: none;
}
body.page-id-22216 section h3::after {
  content: "+";
  position: absolute;
  width: 30px;
  height: 30px;
  color: #000;
  right: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 1.6rem;
  border: 1px solid #666;
}
body.page-id-22216 section h3.active::after {
  content: "-";
}

.button,
.orange-btn {
  display: inline-block;
  padding: 0px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
  background: #F8B133;
  color: #fff;
}
.button:hover,
.orange-btn:hover {
  background: rgb(239.7725118483, 156.3222748815, 8.2274881517);
  color: #fff;
}

.cart-button,
.next-button,
.wsc_send_cart {
  display: inline-block;
  padding: 0px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
  background: #00BC1F;
  color: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cart-button .arrow-next,
.next-button .arrow-next,
.wsc_send_cart .arrow-next {
  display: flex;
  align-items: center;
}
.cart-button:hover,
.next-button:hover,
.wsc_send_cart:hover {
  background: #02db26;
  color: #fff;
}

.prev-button {
  display: inline-block;
  padding: 0px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
  background: #E5E5E5;
  color: #666;
}
.prev-button:hover {
  background: #666;
  color: #fff;
}

.blue-btn {
  display: inline-block;
  padding: 0px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease-in-out;
  -webkit-appearance: none;
  background: #009EE2;
  color: #fff;
}
.blue-btn:hover {
  background: #66C5EE;
  color: #fff;
}

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  text-decoration: none;
  font-size: 0;
}
.social-links li a:hover {
  background: #999;
}
.social-links li a svg {
  max-height: 60%;
  max-width: 60%;
}
.social-links li a svg path {
  fill: #222;
}

input,
textarea,
.select2-container--default .select2-selection--single {
  border: 1px solid #CCCCCC;
  background: #fff;
  color: #000;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
}
input:focus,
textarea:focus,
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border-color: #009EE2;
}
input[type=number],
textarea[type=number],
.select2-container--default .select2-selection--single[type=number] {
  padding-right: 0;
  width: 50px;
}

.gform_validation_container {
  display: none;
}

.select2-container--default .select2-selection--single {
  padding: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 10px;
}

.form-row label {
  color: #000;
  padding-left: 1px;
}
.form-row label .optional {
  font-size: 12px;
  color: #009EE2;
}

.gform_body .gfield_required {
  display: none;
}
.gform_body input,
.gform_body textarea {
  width: 100%;
}
.gform_body textarea {
  height: 150px;
}
.gform_body .gfield {
  padding-bottom: 12px;
}

.insect-screen-discount-label {
  position: absolute;
  right: 0px;
  width: fit-content;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  border-radius: 0px 0px 0px 4px;
  flex-direction: column;
  padding: 0px;
  overflow: hidden;
}
.insect-screen-discount-label p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
  width: fit-content;
  z-index: 1;
  padding: 6px 6px 6px 6px;
  width: 100%;
}
.insect-screen-discount-label p:first-of-type {
  background-color: #009EE2;
}
.insect-screen-discount-label p:last-of-type {
  background-color: #66C5EE;
  font-size: 16px;
}
.insect-screen-discount-label p span {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  clear: both;
  width: 100%;
}

.sale-label {
  position: absolute;
  left: 12px;
  width: 80px;
  height: 55px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #009EE2;
  border-radius: 0px 0px 4px 4px;
  padding-top: 5px;
}
.sale-label .sq-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 96%;
  width: 96%;
  z-index: 0;
}
.sale-label .sq-icon:last-of-type svg {
  z-index: -1;
  height: 100%;
  width: 100%;
}
.sale-label .sq-icon:last-of-type svg path {
  fill: #AD7C24;
}
.sale-label p {
  font-size: 29px;
  font-weight: 700;
  color: #009EE2;
  margin: 0;
  text-align: center;
  line-height: 0.6em;
  position: relative;
  width: 80%;
  z-index: 1;
}
.sale-label p span {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  clear: both;
  width: 100%;
}

.fixed-sale-label {
  width: 85px;
}
.fixed-sale-label p {
  font-size: 26px;
}

.staffel-sale-label {
  width: min-content;
  padding-left: 12px;
  padding-right: 12px;
}
.staffel-sale-label p {
  font-size: 26px;
  width: fit-content;
}

.sale-label-sub {
  display: flex;
  position: absolute;
  bottom: 24px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 35px;
  background: #E5E5E5;
  color: #666;
  border-radius: 0px 0px 4px 4px;
  font-weight: 700;
}

.mail-header,
.phone-header {
  display: flex;
  height: 40px;
  color: #000;
  align-items: center;
  background: #eee;
  padding-left: 10px;
  padding-right: 10px;
  color: #666;
}
.mail-header:hover,
.phone-header:hover {
  background: #999;
  color: #666;
}
.mail-header svg,
.phone-header svg {
  height: 20px;
  margin: 10px 10px 10px 0;
  display: inline-block;
}

.header-account {
  display: flex;
  height: 40px;
  color: #000;
  align-items: center;
  width: 40px;
  justify-content: center;
}
.header-account:hover {
  background: #009EE2;
}
.header-account:hover svg path {
  fill: #fff;
}

body .chaport-container .chaport-launcher .chaport-launcher-button {
  right: 12px;
  bottom: 12px;
}

.popup-container {
  position: fixed;
  bottom: 0;
  left: 12px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  padding: 24px;
  width: calc(100% - 24px);
  max-width: 300px;
  display: none;
  z-index: 999;
}
.popup-container .popup-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #000;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.popup-container .popup-close:hover {
  background: #009EE2;
}
.popup-container .popup-close span {
  transform: rotate(45deg);
  height: 2px;
  width: 75%;
  top: 10px;
  left: 10px;
  display: block;
  background: #fff;
  margin-top: -1px;
  margin-left: 3px;
}
.popup-container .popup-close span:last-of-type {
  transform: rotate(-45deg);
}
.popup-container .image-container {
  margin-top: 24px;
}
.popup-container .image-container::before {
  padding-top: 100%;
}
.popup-container a {
  font-weight: 400;
  color: #666;
  margin: -24px;
  padding: 24px;
  display: block;
}
.popup-container .button {
  margin-top: 24px;
  width: 100%;
  text-align: center;
}
.popup-container .content h2 {
  font-size: 20px;
}
.popup-container p:last-of-type {
  margin-bottom: 0;
}

.wsc_share_cart_popup {
  border: 0;
  border-radius: 3px;
}
.wsc_share_cart_popup .wsc_popup_head {
  box-shadow: none;
}
.wsc_share_cart_popup textarea {
  height: 100px;
}

.page-template #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
.page-template #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
.page-template #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #009EE2;
  border-color: #009EE2;
}

.page-template #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
.page-template #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: transparent;
  border-color: #009EE2;
  color: #141414;
}

.page-template #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #009EE2;
}

.page-template #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #009EE2;
}

.page-template #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #009EE2;
  border-color: #009EE2;
  color: #FFFFFF;
}

.page-template #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #009EE2;
}

.page-template #CookiebotWidget .CookiebotWidget-consent-details button {
  color: #009EE2;
}

div#CookiebotWidget {
  bottom: 65px !important;
}

.gratis-inmeten {
  background: #009EE2;
  color: #fff;
  padding: 12px;
}

.sitemap-shortcode {
  padding-left: 0;
  list-style-type: none;
}
.sitemap-shortcode h2 {
  margin-bottom: 12px;
}
.sitemap-shortcode ul {
  padding: 18px 45px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  background-color: #fff;
  margin-bottom: 24px;
}
.sitemap-shortcode ul li {
  padding-right: 12px;
}

.section-header-1 {
  position: relative;
  background: #fff;
  padding-top: 0;
}
.section-header-1 .col-4 {
  display: flex;
}
.section-header-1 .col-4 .until-date {
  display: block;
  text-align: right;
  padding-top: 6px;
  font-size: 14px;
}
.section-header-1 .col-4 .steps-block {
  position: relative;
  flex: 1;
  min-height: 300px;
}
.section-header-1 .col-4 .steps-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.section-header-1 .col-4 .steps-block .image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-header-1 .col-4 .steps-block .image-container::before {
  display: none;
}
.section-header-1 .col-4 .steps-block .content-section {
  padding: 24px 12px 24px 24px;
}
.section-header-1 .col-4 .steps-block .content-section h1,
.section-header-1 .col-4 .steps-block .content-section h2,
.section-header-1 .col-4 .steps-block .content-section h3,
.section-header-1 .col-4 .steps-block .content-section h4,
.section-header-1 .col-4 .steps-block .content-section h5,
.section-header-1 .col-4 .steps-block .content-section h6 {
  margin: 0;
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  max-width: 300px;
  font-size: 24px;
  margin-bottom: 24px;
}
.section-header-1 .col-4 .steps-block .content-section p {
  font-size: 14px;
  flex: 0 0 100%;
  max-width: 300px;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.section-header-1 .col-4 .steps-block .content-section .stapelkorting-label {
  position: absolute;
  right: -10px;
  bottom: -33px;
  width: 125px;
}
.section-header-1 .col-4 .steps-block .content-section .form {
  position: relative;
  z-index: 1;
  display: flex;
}
.section-header-1 .col-4 .steps-block .content-section .form select {
  font-family: "Mulish", sans-serif;
  border: 1px solid #009EE2;
  height: 40px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  appearance: none;
  flex: 0 0 100%;
  max-width: 260px;
  background: #009EE2;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.section-header-1 .col-4 .steps-block .content-section .form select:hover {
  background: #66C5EE;
  border: 1px solid #66C5EE;
}
.section-header-1 .col-4 .steps-block .content-section .form select:focus {
  background: #fff;
  color: #666;
  outline: 0;
  border: 1px solid #666;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-header-1 .col-4 .steps-block .content-section .form select:focus + .sq-icon svg path {
  fill: #666;
}
.section-header-1 .col-4 .steps-block .content-section .form .sq-icon {
  position: absolute;
  left: 225px;
  transform: rotate(90deg);
  top: calc(50% - 8px);
  pointer-events: none;
}
.section-header-1 .col-4 .steps-block .content-section .form .sq-icon svg path {
  fill: #fff;
}
.section-header-1 .col-4 .steps-block .content-section .form .blue-btn {
  font-weight: 700;
  margin-left: -7px;
  flex: 1;
}
.section-header-1 .col-4 .steps-block .content-section .form .blue-btn .hide-desktop {
  display: none;
}
.section-header-1 .col-4 .sale-image-block .inner a .sale-image-tablet {
  display: none;
}
.section-header-1 .col-8 .sale-block {
  position: relative;
  flex: 1;
  height: 100%;
}
.section-header-1 .col-8 .sale-block .section-container {
  display: flex;
  position: relative;
  z-index: 0;
  padding: 0;
  align-items: top;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.section-header-1 .col-8 .sale-block .section-container::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), #fff 100%);
  top: 0;
  width: 60%;
}
.section-header-1 .col-8 .sale-block .section-container .sale-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-header-1 .col-8 .sale-block .section-container .sale-image::before {
  padding-top: 75%;
  content: "";
  display: block;
}
.section-header-1 .col-8 .sale-block .section-container .sale-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.section-header-1 .col-8 .sale-block a {
  background: #fff;
  display: block;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.section-header-1 .col-8 .sale-block a:hover .sale-title {
  background: #66C5EE;
}
.section-header-1 .col-8 .sale-block a:hover .sale-title h2 {
  background: #66C5EE;
}
.section-header-1 .col-8 .sale-block a > .sq-icon {
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 100%;
  z-index: 0;
}
.section-header-1 .col-8 .sale-block a > .sq-icon svg {
  width: 100%;
  height: 100%;
}
.section-header-1 .col-8 .sale-block .sale-label {
  border-radius: 4px;
  position: relative;
  left: 0;
  background: #009EE2;
}
.section-header-1 .col-8 .sale-block .sale-label p {
  color: #fff;
}
.section-header-1 .col-8 .sale-block .top-section {
  text-align: left;
  position: relative;
  color: #000;
  max-width: 50%;
  padding: 0px 0 0 40px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.section-header-1 .col-8 .sale-block .top-section .first-h2 {
  background: #F8B133;
  color: #fff;
  padding: 9px;
  margin-bottom: 24px;
  width: fit-content;
  padding: 16px;
}
.section-header-1 .col-8 .sale-block .top-section .first-h2 span {
  font-size: 18px;
}
.section-header-1 .col-8 .sale-block .top-section h2 {
  margin: 0;
  font-size: 38px;
  line-height: 0.8;
  margin-bottom: 24px;
  border-radius: 4px;
}
.section-header-1 .col-8 .sale-block .top-section .second-h2 {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 26px;
  max-width: 315px;
}
.section-header-1 .col-8 .sale-block .top-section p {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 26px;
  max-width: 315px;
}
.section-header-1 .col-8 .sale-block .faster-delivery-info {
  display: flex;
  padding-top: 12px;
  padding-left: 0;
  align-items: center;
  gap: 8px;
}
.section-header-1 .col-8 .sale-block .faster-delivery-info svg {
  width: 22px;
  height: 22px;
}
.section-header-1 .col-8 .sale-block .faster-delivery-info svg path {
  fill: #009EE2;
}
.section-header-1 .col-8 .sale-block .faster-delivery-info p {
  margin: 0;
  font-size: 16px !important;
}
.section-header-1 .col-8 .sale-block .sale-title {
  width: fit-content;
  left: -2px;
  bottom: 0px;
  color: #fff;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
  z-index: 1;
  background-color: #009EE2;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header-1 .col-8 .sale-block .sale-title p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  margin-right: 28px;
  width: fit-content;
}
.section-header-1 .col-8 .sale-block .sale-title h2 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  width: fit-content;
  margin-right: 28px;
  background-color: #009EE2;
}
.section-header-1 .col-8 .sale-block .sale-title .sq-icon {
  height: 16px;
}
.section-header-1 .col-8 .sale-block .sq-icon svg path {
  fill: #F2F2F2;
}
.section-header-1 .col-4 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-header-1 .col-4 .faster-delivery .inner,
.section-header-1 .col-4 .amount-discount-block .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px;
  padding-bottom: 0;
  position: relative;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-sweep,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-sweep,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-sweep,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep {
  position: absolute;
  bottom: 73px;
  left: 0;
  right: 0;
  z-index: 1;
  padding-bottom: 24px;
  z-index: 1;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-sweep .sq-icon,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-sweep .sq-icon,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-sweep .sq-icon,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep .sq-icon {
  width: 100%;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-sweep .sq-icon svg,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-sweep .sq-icon svg,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-sweep .sq-icon svg,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep .sq-icon svg {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-sweep .sq-icon svg path,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-sweep .sq-icon svg path,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-sweep .sq-icon svg path,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep .sq-icon svg path {
  fill: #009EE2;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-sweep,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep {
  bottom: 85px;
  padding-bottom: 0;
}
.section-header-1 .col-4 .faster-delivery .inner::after,
.section-header-1 .col-4 .amount-discount-block .inner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 0;
  height: 250px;
}
.section-header-1 .col-4 .faster-delivery .inner::after,
.section-header-1 .col-4 .amount-discount-block .inner::after {
  background-color: #009EE2;
  top: unset;
  height: 90px;
}
.section-header-1 .col-4 .faster-delivery .inner::before,
.section-header-1 .col-4 .amount-discount-block .inner::before {
  display: none;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-title,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-title {
  margin-top: 30px;
  z-index: 2;
  position: relative;
  margin-left: 28px;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-title h2,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-title h2 {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #009EE2;
  font-size: 32px;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-text,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  position: relative;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text svg,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text svg,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-text svg,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text svg {
  width: 130px;
  height: 130px;
  z-index: 2;
  position: relative;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text svg path,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text svg path,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-text svg path,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text svg path {
  fill: #009EE2;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text p,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text p,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-text p,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text p {
  margin-top: -10px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  color: #009EE2;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.4;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text p span,
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text p span,
.section-header-1 .col-4 .amount-discount-block .inner .archive-delivery-text p span,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text p span {
  color: #F8B133;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text {
  margin-top: 24px;
  margin-left: 30px;
  margin-bottom: 125px;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text p,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text p {
  font-size: 24px;
  font-weight: 400;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-text p span,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text p span {
  font-weight: bold;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant {
  position: absolute;
  bottom: 67px;
  left: 24px;
}
.section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant svg,
.section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant svg {
  width: 100px;
  height: 100px;
}
.section-header-1 .col-4 .faster-delivery .inner .orange-btn,
.section-header-1 .col-4 .amount-discount-block .inner .orange-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  margin-top: 18px;
  position: relative;
}
.section-header-1 .col-4 .faster-delivery .inner .orange-btn .sq-icon,
.section-header-1 .col-4 .amount-discount-block .inner .orange-btn .sq-icon {
  order: 2;
}
.section-header-1 .col-4 .faster-delivery .inner .btn-container,
.section-header-1 .col-4 .amount-discount-block .inner .btn-container {
  z-index: 2;
  position: relative;
  max-width: 255px;
  margin-left: auto;
  bottom: 50px;
  padding-right: 30px;
}
.section-header-1 .col-4 .faster-delivery .inner .btn-container small,
.section-header-1 .col-4 .amount-discount-block .inner .btn-container small {
  color: #fff;
  font-size: 12px;
}
.section-header-1 .col-4 .faster-delivery .inner .btn-container .orange-btn,
.section-header-1 .col-4 .amount-discount-block .inner .btn-container .orange-btn {
  margin-top: 0;
  height: 63px;
  font-size: 18px;
}
.section-header-1 .col-4 .faster-delivery .inner .btn-container .orange-btn svg,
.section-header-1 .col-4 .amount-discount-block .inner .btn-container .orange-btn svg {
  width: 18px;
  height: 18px;
}
.section-header-1 .col-4 .faster-delivery .inner {
  background-color: #F2F2F2;
}
.section-header-1 .col-4 .faster-delivery .inner .archive-delivery-sweep {
  bottom: 0px;
  padding-bottom: 24px;
}
.section-header-1 .col-4 .faster-delivery .inner::after {
  height: 28px;
}
.section-header-1 .col-4 .faster-delivery .inner .orange-btn {
  margin-bottom: 18px;
}
.section-header-1 .col-4 .amount-discount-block .inner {
  border: 8px solid #009EE2;
  padding: 0;
}
.section-header-1 .col-4 .pwa-block {
  flex: 1;
  display: flex;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section {
  min-height: 300px;
  align-items: start;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section .discount-images img:first-of-type {
  top: 70%;
  left: 12px;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section .discount-images img:not(:first-of-type):not(:last-of-type) {
  top: 70%;
  right: 12px;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section .discount-images img:last-of-type {
  right: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section img {
  flex: 0 0 40%;
  max-width: 40%;
  left: unset;
  max-width: 120px;
  transform: scale(1);
  top: 50%;
  right: 0px;
  bottom: 50%;
  transform: translate(0%, -50%);
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section h2 {
  flex: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section h2 span {
  font-size: 16px;
}
.section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section h2 span.blue-background {
  font-size: 20px;
  margin-bottom: 6px;
  max-width: fit-content;
}
.section-header-1 .col-4 .pwa-block::before {
  content: "";
  bottom: 42px;
  height: 40px;
  width: 100%;
  background: #F2F2F2;
  position: absolute;
}
.section-header-1 .col-4 .pwa-block .swoosh {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 100%;
  z-index: 0;
}
.section-header-1 .col-4 .pwa-block .swoosh .sq-icon {
  display: block;
}
.section-header-1 .col-4 .pwa-block .swoosh .sq-icon svg {
  width: 100%;
  height: 100%;
}
.section-header-1 .col-4 .pwa-block .swoosh .sq-icon svg path {
  fill: #F2F2F2;
}
.section-header-1 .col-4 .pwa-block a {
  border: 2px solid #F2F2F2;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: space-between;
  flex: 0 0 100%;
  box-sizing: border-box;
}
.section-header-1 .col-4 .pwa-block a:hover .bottom-setion {
  background: #66C5EE;
}
.section-header-1 .col-4 .pwa-block a .top-section {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 24px 12px 24px 24px;
  overflow: hidden;
}
.section-header-1 .col-4 .pwa-block a .top-section h2 {
  margin: 0;
  font-size: 24px;
  padding: 0;
  text-align: left;
  flex: 0 0 50%;
}
.section-header-1 .col-4 .pwa-block a .top-section h2 span {
  font-weight: 400;
}
.section-header-1 .col-4 .pwa-block a .top-section .blue-background {
  background: #009EE2;
  color: #fff;
  border-radius: 4px;
  padding: 0px 10px;
  display: inline-block;
  font-size: 18px;
  margin-top: 6px;
}
.section-header-1 .col-4 .pwa-block a .top-section img {
  flex: 0 0 50%;
  max-width: 50%;
  position: absolute;
  left: 100%;
  transform: scale(0.6);
  transition: 3s ease-out;
}
.section-header-1 .col-4 .pwa-block a .bottom-setion {
  position: relative;
  flex: 0 0 calc(100% + 4px);
  display: flex;
  justify-content: space-between;
  background: #009EE2;
  padding: 12px 20px 12px 20px;
  left: -2px;
  bottom: -2px;
  align-items: center;
  border-radius: 4px;
}
.section-header-1 .col-4 .pwa-block a .bottom-setion p {
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1.4;
}
.section-header-1 .col-4 .pwa-block a .bottom-setion .sq-icon {
  display: inline-block;
  flex: 0 0 16px;
  height: 16px;
}
.section-header-1 .col-4 .pwa-block a .bottom-setion .sq-icon svg path {
  fill: #fff;
}
.section-header-1 .col-4 .big-sale-block {
  position: relative;
  width: 100%;
}
.section-header-1 .col-4 .big-sale-block a {
  padding-top: 150px;
  display: block;
}
.section-header-1 .col-4 .big-sale-block a:hover .sale-title {
  background: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
.section-header-1 .col-4 .big-sale-block .sale-label {
  border-radius: 4px;
  position: relative;
  left: auto;
  top: auto;
  margin-left: 24px;
}
.section-header-1 .col-4 .big-sale-block .sale-label p {
  color: #fff;
}
.section-header-1 .col-4 .big-sale-block .top-section {
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
  padding: 24px 24px 24px 24px;
}
.section-header-1 .col-4 .big-sale-block .top-section p {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.section-header-1 .col-4 .big-sale-block .top-section h2 {
  color: #fff;
  margin-bottom: 12px;
}
.section-header-1 .col-4 .big-sale-block .top-section img {
  max-width: 100px;
}
.section-header-1 .col-4 .big-sale-block .sale-title {
  width: 100%;
  color: #fff;
  padding: 12px 20px 12px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background-color: #F8B133;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header-1 .col-4 .big-sale-block .sale-title h2 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.section-header-1 .col-4 .big-sale-block .sale-title .sq-icon {
  height: 16px;
}
.section-header-1 .col-4 .big-sale-block .sale-title .sq-icon svg path {
  fill: #fff;
}
.section-header-1 .col-4 .big-sale-block .sale-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.section-header-1 .col-4 .big-sale-block .sale-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-header-1 .col-4 .big-sale-block a > .sq-icon {
  display: none;
}

section.section-inmeet .col-4 a,
section.section-inmeet .col-6 a,
section.section-inmeet .col-3 a {
  align-items: flex-start;
  flex-wrap: wrap;
}
section.section-inmeet .col-4 a .image-container,
section.section-inmeet .col-6 a .image-container,
section.section-inmeet .col-3 a .image-container {
  width: 100%;
  height: 100%;
}
section.section-inmeet .col-4 a .image-container::after,
section.section-inmeet .col-6 a .image-container::after,
section.section-inmeet .col-3 a .image-container::after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 100%);
}
section.section-inmeet .col-4 a .linktext,
section.section-inmeet .col-4 a h2,
section.section-inmeet .col-4 a p,
section.section-inmeet .col-6 a .linktext,
section.section-inmeet .col-6 a h2,
section.section-inmeet .col-6 a p,
section.section-inmeet .col-3 a .linktext,
section.section-inmeet .col-3 a h2,
section.section-inmeet .col-3 a p {
  flex: 0 0 100%;
}
section.section-inmeet .col-4 a .linktext,
section.section-inmeet .col-6 a .linktext,
section.section-inmeet .col-3 a .linktext {
  margin-top: 24px;
}
section.section-inmeet .col-4 a h2,
section.section-inmeet .col-6 a h2,
section.section-inmeet .col-3 a h2 {
  margin-bottom: 24px;
}
section.section-inmeet a {
  background: #fff;
  padding: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 0px solid #fff;
  transition: outline 0.1s ease-in-out;
  border-radius: 4px;
}
section.section-inmeet a:hover {
  outline: 6px solid #009EE2;
}
section.section-inmeet a:hover h2 {
  color: #009EE2;
}
section.section-inmeet a:hover p {
  color: #009EE2;
}
section.section-inmeet a .image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  z-index: 0;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
section.section-inmeet a .image-container::before {
  display: none;
}
section.section-inmeet a .image-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%);
  z-index: 0;
}
section.section-inmeet a h2 {
  color: #000;
  transition: color 0.1s ease-in-out;
  position: relative;
  z-index: 1;
}
section.section-inmeet a p {
  font-weight: 400;
  color: #666;
  flex: 0 0 40%;
  margin: 0;
  transition: color 0.1s ease-in-out;
  position: relative;
  z-index: 1;
}
section.section-inmeet a .linktext {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
  justify-content: space-between;
}
section.section-inmeet a .linktext p {
  font-weight: 700;
  color: #009EE2;
  flex: 0 0 90%;
}

.section-content-4 {
  text-align: center;
}

.section-header-sub {
  background: #fff;
}
.section-header-sub h1 {
  margin: 0;
  color: #000;
}
.section-header-sub #breadcrumbs {
  color: #666;
}

.section-cards-title {
  padding-bottom: 0;
}

.section-cards {
  background: #fff;
}
.section-cards h2 {
  margin-bottom: 12px;
}
.section-cards .mobile-button {
  display: none;
}
.section-cards article {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-cards article a {
  text-decoration: none;
  color: #666;
  display: flex;
  font-weight: 400;
  flex: 0 0 100%;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.section-cards article a h2,
.section-cards article a h3,
.section-cards article a h4 {
  margin-bottom: 0;
  margin-top: 24px;
  color: #000;
}
.section-cards article a p {
  flex: 1;
}
.section-cards article a .image-container {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 4px;
  background-image: url(../images/default.jpg);
  background-color: #fff;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.section-cards article a .image-container::before {
  padding-top: 50% !important;
}
.section-cards article a::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  display: block;
  position: absolute;
  z-index: 1;
}
.section-cards article a > .sq-icon {
  position: absolute;
  bottom: 49px;
  left: 0;
  width: 100%;
}
.section-cards article a > .sq-icon svg {
  width: 100%;
  height: auto;
}
.section-cards article a > .sq-icon svg path {
  fill: #F2F2F2;
}
.section-cards article a .blue-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  position: relative;
  z-index: 2;
  height: auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 4px;
  padding-bottom: 4px;
}
.section-cards article a .blue-btn .sq-icon svg path {
  fill: #fff;
}
.section-cards article a:hover b {
  color: #66C5EE;
}
.section-cards .last-button {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-cards .last-button a {
  background: #009EE2;
  border-radius: 4px;
  position: relative;
  flex: 0 0 100%;
  padding: 24px 24px 60px 24px;
  box-sizing: border-box;
  outline: 0px solid #fff;
  transition: color 0.5s ease-in-out, outline 0.1s ease-in-out;
  overflow: hidden;
}
.section-cards .last-button a::before {
  content: "";
  display: block;
  background: #66C5EE;
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.section-cards .last-button a:hover {
  outline: 6px solid #009EE2;
}
.section-cards .last-button a:hover .swoosh {
  width: 600%;
}
.section-cards .last-button a:hover > .sq-icon {
  width: 20%;
}
.section-cards .last-button a h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.section-cards .last-button a p {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.section-cards .last-button a > .sq-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 25%;
  bottom: 23px;
  right: 0;
  transition: width 0.5s ease-in-out;
}
.section-cards .last-button a > .sq-icon svg {
  width: 100%;
  height: 24px;
}
.section-cards .last-button a > .sq-icon svg path {
  fill: #fff;
}
.section-cards .last-button a .swoosh {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  transition: width 0.5s ease-in-out;
}
.section-cards .last-button a .swoosh .sq-icon {
  display: block;
}
.section-cards .last-button a .swoosh .sq-icon svg {
  height: auto;
  width: 100%;
}
.section-cards .last-button a .swoosh .sq-icon svg path {
  fill: #66C5EE;
}

.section-quote-1 p {
  margin: 0;
}
.section-quote-1 p.h1,
.section-quote-1 p.h2,
.section-quote-1 p.h3,
.section-quote-1 p.h4,
.section-quote-1 p.h5 {
  position: relative;
  color: #000;
}
.section-quote-1 p.h1::before,
.section-quote-1 p.h2::before,
.section-quote-1 p.h3::before,
.section-quote-1 p.h4::before,
.section-quote-1 p.h5::before {
  content: '"';
  position: absolute;
  left: -24px;
  top: 0;
}
.section-quote-1 p.h1::after,
.section-quote-1 p.h2::after,
.section-quote-1 p.h3::after,
.section-quote-1 p.h4::after,
.section-quote-1 p.h5::after {
  content: '"';
  position: absolute;
  right: -24px;
  bottom: 0;
}

.section-images-1 .row {
  flex-direction: row;
}
.section-images-1 .row .col {
  flex: 1;
}

.section-categories .container .col-12 {
  padding-top: 0;
  padding-bottom: 0;
}
.section-categories .container ul {
  list-style-type: none;
  padding: 0 12px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 24px;
}
.section-categories .container ul li {
  flex: calc(25% - 12px);
  max-width: calc(25% - 12px);
  margin: 6px;
  box-sizing: border-box;
}
.section-categories .container ul li.image-enabled a {
  padding: 6px 50px 6px 6px;
}
.section-categories .container ul li.twenty-four-hours-kozijn-container a, .section-categories .container ul li.showroom-kozijn-container a {
  background-color: #fff;
  color: #666;
}
.section-categories .container ul li.twenty-four-hours-kozijn-container a .sq-icon svg path, .section-categories .container ul li.showroom-kozijn-container a .sq-icon svg path {
  fill: #009EE2;
}
.section-categories .container ul li.twenty-four-hours-kozijn-container a:hover, .section-categories .container ul li.showroom-kozijn-container a:hover {
  background-color: #009EE2;
  color: #fff;
}
.section-categories .container ul li.twenty-four-hours-kozijn-container a:hover .sq-icon svg path, .section-categories .container ul li.showroom-kozijn-container a:hover .sq-icon svg path {
  fill: #fff;
}
.section-categories .container ul li.twenty-four-hours-kozijn-container {
  order: 1;
  min-height: 92px;
}
.section-categories .container ul li.showroom-kozijn-container {
  display: none;
  order: 2;
  min-height: 92px;
}
.section-categories .container ul li.invoice-container {
  order: 3;
  min-height: 92px;
}
.section-categories .container ul li a {
  background: #fff;
  color: #666;
  padding: 6px 50px 6px 12px;
  display: block;
  border-radius: 4px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.section-categories .container ul li a img {
  max-width: 80px;
  margin-right: 6px;
}
.section-categories .container ul li a .discount-enabled {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  background-color: #F8B133;
  color: #fff;
  width: 55px;
  padding: 6px;
  line-height: 1;
  font-size: bold;
  border-radius: 0px 0px 0px 6px;
}
.section-categories .container ul li a .discount-enabled span {
  flex: 100%;
  font-size: 12px;
}
.section-categories .container ul li a.all-button {
  background: #009EE2;
  color: #fff;
}
.section-categories .container ul li a.all-button .sq-icon svg path {
  fill: #fff;
}
.section-categories .container ul li a.all-button:hover {
  background: #66C5EE;
}
.section-categories .container ul li a:hover {
  background: #009EE2;
  color: #fff;
}
.section-categories .container ul li a:hover .sq-icon svg path {
  fill: #fff;
}
.section-categories .container ul li a .twenty-four-hours-kozijn {
  display: inline-block;
  padding: 0 4px;
}
.section-categories .container ul li a .sq-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.section-categories .container ul li a .sq-icon svg path {
  fill: #009EE2;
}

body.home .section-usps {
  background: #fff;
}

.section-usps {
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-usps .container .col-9 {
  display: flex;
  align-items: center;
}
.section-usps .container .col-9 .orange-btn {
  display: inline-block;
  margin-right: 24px;
}
.section-usps .container .col-9 .orange-btn .sq-icon {
  margin-right: 6px;
}
.section-usps .container .col-9 .orange-btn .sq-icon svg {
  transform: rotate(180deg);
  margin-bottom: -2px;
}
.section-usps .container .col-9 .orange-btn .sq-icon svg path {
  fill: #fff;
}
.section-usps .container .col-9 ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-usps .container .col-9 ul li {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.section-usps .container .col-9 ul li .sq-icon {
  margin-right: 6px;
}
.section-usps .container .col-9 ul li .sq-icon svg {
  margin-bottom: -2px;
}
.section-usps .container .col-9 ul li .sq-icon svg path {
  fill: #009EE2;
}
.section-usps .container .col-3 iframe {
  height: 40px;
  display: block;
}

.section-steps {
  padding: 0;
  position: relative;
  z-index: 2;
}
.section-steps .col-4:last-of-type .inner::after {
  display: none;
}
.section-steps .inner {
  background: #fff;
  padding: 12px 20px;
  position: relative;
}
.section-steps .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
  display: block;
}
.section-steps .inner p,
.section-steps .inner span {
  font-size: 18px;
  margin: 0;
  line-height: 1.4em;
  color: #000;
  display: inline-block;
}
.section-steps .inner b {
  font-size: 20px;
  color: #000;
  display: block;
}
.section-steps .active .inner {
  background: #66C5EE;
}
.section-steps .active .inner::after {
  border-left: 12px solid #66C5EE;
}
.section-steps .active .inner p,
.section-steps .active .inner b,
.section-steps .active .inner span {
  color: #fff;
}
.section-steps .active.checked .inner {
  background: #66C5EE;
  padding: 12px;
}
.section-steps .active.checked .inner::after {
  border-left: 12px solid #66C5EE;
}
.section-steps .active.checked .inner .sq-icon {
  margin-right: 12px;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.section-steps .active.checked .inner .sq-icon svg path {
  fill: #009EE2;
}

.section-ubr,
.section-cat-content {
  background: #fff;
  padding-top: 72px;
}
.section-ubr .title,
.section-cat-content .title {
  display: flex;
  align-items: center;
  height: 30px;
  position: relative;
}
.section-ubr .title .image-svg,
.section-cat-content .title .image-svg {
  flex: 0 0 26px;
  margin-right: 12px;
}
.section-ubr .title h2,
.section-cat-content .title h2 {
  font-size: 18px;
  text-transform: uppercase;
}
.section-ubr .title .sq-icon,
.section-cat-content .title .sq-icon {
  position: absolute;
  right: 3px;
  top: 9px;
  transform: rotate(90deg);
  display: none;
  transition: transform 0.5s ease-in-out;
}
.section-ubr .active .title .sq-icon,
.section-cat-content .active .title .sq-icon {
  transform: rotate(-90deg);
}
.section-ubr .content,
.section-cat-content .content {
  margin-bottom: 48px;
}
.section-ubr .content p,
.section-cat-content .content p {
  margin-bottom: 0;
}

.section-cat-content {
  padding-top: 0;
  background: #F2F2F2;
}
.section-cat-content h2.title {
  margin-bottom: 48px;
}

@media (min-width: 769px) {
  .section-ubr .col-4 .content,
  .section-ubr .col-6 .content,
  .section-cat-content .col-4 .content,
  .section-cat-content .col-6 .content {
    display: block !important;
  }
}
.section-journey div[class*=col] {
  position: relative;
}
.section-journey div[class*=col]::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #009EE2;
  border-radius: 10px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
}
.section-journey div[class*=col]::after {
  content: "";
  height: 1px;
  border-top: 1px dashed #009EE2;
  width: 100%;
  left: 12px;
  top: 10px;
  position: absolute;
  display: block;
  z-index: -1;
}
.section-journey div[class*=col].done::before {
  background: #009EE2;
}
.section-journey div[class*=col].done::after {
  border-top: 1px solid #009EE2;
}
.section-journey div[class*=col]:last-of-type::after {
  display: none;
}
.section-journey h2 {
  color: #009EE2;
  font-size: 20px;
  margin: 0 0 6px 0;
}
.section-journey p {
  margin: 0;
}

.section-contact {
  padding-bottom: 48px;
}
.section-contact .container .row .col-12 {
  background-color: #009EE2;
  padding: 38px 52px;
}
.section-contact .container .row .col-12 h3,
.section-contact .container .row .col-12 p,
.section-contact .container .row .col-12 a {
  color: #fff;
}
.section-contact .container .row .col-12 .row .col-8 ul {
  list-style-type: none;
  padding-left: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-contact .container .row .col-12 .row .col-8 ul li {
  width: 50%;
}
.section-contact .container .row .col-12 .row .col-8 ul li a {
  text-transform: uppercase;
  font-weight: 700;
}
.section-contact .container .row .col-12 .row .col-8 ul li a:hover {
  color: #F8B133;
}
.section-contact .container .row .col-12 .row .col-8 ul li a:hover .sq-icon svg path {
  fill: #F8B133;
}
.section-contact .container .row .col-12 .row .col-8 ul li a.chatten {
  background-color: #F8B133;
  border-radius: 4px;
  padding: 6px;
}
.section-contact .container .row .col-12 .row .col-8 ul li a.chatten:hover {
  color: #fff;
  background-color: rgb(239.7725118483, 156.3222748815, 8.2274881517);
}
.section-contact .container .row .col-12 .row .col-8 ul li a.chatten:hover .sq-icon svg path {
  fill: #fff;
}
.section-contact .container .row .col-12 .row .col-8 ul li a .sq-icon {
  margin-right: 6px;
  margin-bottom: -2px;
}
.section-contact .container .row .col-12 .row .col-4 img {
  margin-bottom: -42px;
  max-width: 165px;
  width: 100%;
}

.section-related-posts {
  padding-bottom: 100px;
}
.section-related-posts .container .row .col-12 h2 {
  text-align: center;
  margin-bottom: 12px;
}
.section-related-posts .container .row .col-12 .row article {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-related-posts .container .row .col-12 .row article a {
  text-decoration: none;
  color: #666;
  display: flex;
  font-weight: 400;
  flex: 0 0 100%;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
}
.section-related-posts .container .row .col-12 .row article a h2,
.section-related-posts .container .row .col-12 .row article a h3,
.section-related-posts .container .row .col-12 .row article a h4 {
  margin-bottom: 0;
  margin-top: 24px;
  color: #000;
}
.section-related-posts .container .row .col-12 .row article a p {
  flex: 1;
}
.section-related-posts .container .row .col-12 .row article a .image-container {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 4px;
  background-image: url(../images/default.jpg);
  background-color: #fff;
  background-position: center 30%;
  background-repeat: no-repeat;
}
.section-related-posts .container .row .col-12 .row article a .image-container::before {
  padding-top: 50% !important;
}
.section-related-posts .container .row .col-12 .row article a::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #F2F2F2;
  display: block;
  position: absolute;
  z-index: 1;
}
.section-related-posts .container .row .col-12 .row article a > .sq-icon {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
.section-related-posts .container .row .col-12 .row article a > .sq-icon svg {
  width: 100%;
  height: auto;
}
.section-related-posts .container .row .col-12 .row article a > .sq-icon svg path {
  fill: #F2F2F2;
}
.section-related-posts .container .row .col-12 .row article a .blue-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
  position: relative;
  z-index: 2;
  height: auto;
  text-align: left;
}
.section-related-posts .container .row .col-12 .row article a .blue-btn .sq-icon svg path {
  fill: #fff;
}
.section-related-posts .container .row .col-12 .row article a:hover b {
  color: #66C5EE;
}

.section-text-center {
  padding-bottom: 72px;
}
.section-text-center .container .row .col-12 {
  text-align: center;
}
.section-text-center .container .row .col-12 h1 {
  padding-bottom: 12px;
}
.section-text-center .container .row .col-12 span {
  line-height: 1.8em;
}

section.section-partner .container .row {
  background-color: #fff;
  border-radius: 7px;
  margin: 0;
  position: relative;
  height: 193px;
}
section.section-partner .container .row .col-6:first-of-type {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
section.section-partner .container .row .col-6:first-of-type .text p {
  font-size: 18px;
  margin-top: 0.5em;
  color: #666;
  font-weight: 400;
}
section.section-partner .container .row .col-6:last-of-type {
  padding-right: 45px;
  display: flex;
  align-self: flex-end;
  margin-bottom: 45px;
  z-index: 2;
  justify-content: flex-end;
}
section.section-partner .container .row .col-6:last-of-type .orange-btn {
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-right: 65px;
  padding-left: 22px;
  margin: 0;
}
section.section-partner .container .row .col-6:last-of-type .orange-btn::after {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.082' height='14.7' viewBox='0 0 15.082 14.7'%3E%3Cpath id='arrow-right-solid_1_' data-name='arrow-right-solid (1)' d='M6.413,38.635l.747-.747a.8.8,0,0,1,1.141,0l6.544,6.54a.8.8,0,0,1,0,1.141L8.3,52.113a.8.8,0,0,1-1.141,0l-.747-.747a.809.809,0,0,1,.013-1.155l4.056-3.864H.808A.806.806,0,0,1,0,45.539V44.461a.806.806,0,0,1,.808-.808h9.674L6.426,39.789A.8.8,0,0,1,6.413,38.635Z' transform='translate(0 -37.65)' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
section.section-partner .container .row svg {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0px 0px 7px 7px;
  height: auto;
}

.showroomkozijnen-section {
  background-color: #f9f9f9;
}
.showroomkozijnen-section .container .row {
  margin: 0;
}
.showroomkozijnen-section .showroomkozijnen .showroomkozijnen-section-text1 {
  padding-bottom: 24px;
  text-align: center;
  color: #000;
}
.showroomkozijnen-section .showroomkozijnen .showroomkozijnen-section-text1 p {
  text-align: center;
}
.showroomkozijnen-section .showroomkozijnen .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.showroomkozijnen-section .showroomkozijnen .flex .left {
  flex: calc(65% - 0.25em);
  max-width: calc(65% - 0.25em);
}
.showroomkozijnen-section .showroomkozijnen .flex .left .image {
  width: 100%;
}
.showroomkozijnen-section .showroomkozijnen .flex .left .image img {
  border-radius: 4px;
}
.showroomkozijnen-section .showroomkozijnen .flex .right {
  flex: calc(35% - 0.25em);
  max-width: calc(35% - 0.25em);
  padding: 0 24px;
}
.showroomkozijnen-section .showroomkozijnen .flex .right .showroomkozijnen-section-text2 {
  width: 100%;
}
.showroomkozijnen-section .showroomkozijnen .flex .right .showroomkozijnen-section-button {
  color: #FFF;
}
.showroomkozijnen-section .showroomkozijnen .flex .right .showroomkozijnen-section-button .button {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1400px) {
  .container,
  .responsive-container,
  .container-xxl {
    max-width: 1140px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  #page-header #header-center .container .logo-header {
    width: 175px;
  }
  #page-header #header-center .container .col:last-of-type {
    padding-left: 200px;
  }
  #page-header #header-top .container .row .das-fijn-image {
    width: 60px;
    top: 16px;
    left: 215px;
  }
  .section-usps .container .col-9 .orange-btn {
    font-size: 15px;
  }
  .section-usps .container .col-9 ul li {
    font-size: 15px;
  }
  .section-header-1 .col-4 .sale-block .top-section p,
  .section-header-1 .col-4 .pwa-block a .top-section h2 {
    font-size: 16px;
  }
  .section-header-1 .col-4 .sale-block .section-container .sale-image {
    width: 100px;
  }
  .section-header-1 .col-4 .sale-block .sale-title h2 {
    font-size: 16px;
  }
  .section-header-1 .col-4 .sale-block::before {
    bottom: 20px;
  }
  .section-header-1 .col-4 .sale-block a > .sq-icon {
    bottom: 60px;
  }
  .section-header-1 .col-4 .pwa-block a .bottom-setion p {
    font-size: 16px;
  }
  .section-header-1 .col-4 .pwa-block .swoosh {
    bottom: 63px;
  }
  .section-header-1 .col-4 .pwa-block::before {
    bottom: 25px;
  }
  .section-header-1 .col-4 .steps-block .content-section .stapelkorting-label {
    right: -40px;
    width: 100px;
  }
  .section-header-1 .col-4 .sale-block .sale-label {
    width: 67px;
  }
  .section-header-1 .col-4 .sale-block .sale-label p {
    font-size: 23px;
  }
  .section-header-1 .col-4 .sale-block .sale-label p span {
    font-size: 10px;
  }
  .section-header-1 .col-4 .pwa-block a .top-section .blue-background {
    padding: 6px 12px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant {
    left: 2px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container {
    max-width: 230px;
  }
}
@media (max-width: 1200px) {
  .container,
  .responsive-container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  body.page-template-page-cart #page-container.banner-enabled,
  body.page-template-page-checkout #page-container.banner-enabled {
    padding-top: 113px;
  }
  #page-header #header-center .container .logo-header {
    width: 150px;
  }
  #page-header #header-center .container .col:last-of-type {
    padding-left: 175px;
  }
  #page-header #header-top .container .row .textwidget a {
    font-size: 13px;
  }
  #page-header #header-top .container .row .das-fijn-image {
    display: none;
  }
  #page-header #header-center .menu li a {
    padding: 0 6px;
    font-size: 14px;
  }
  #page-header #header-top .container .row .menu-top-navigatie-container #menu-top-navigatie li a {
    font-size: 14px;
  }
  body.home .section-sale .col-3 .all-button h2,
  .section-chosen .col-3 .all-button h2 {
    font-size: 17px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background {
    flex-wrap: wrap;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text {
    padding-right: 45px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text::after {
    width: 40px;
    height: 30px;
    bottom: 5px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p:first-of-type {
    margin-bottom: 0;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p:last-of-type {
    margin-top: 0;
  }
  .section-contact .container .row .col-12 .row .col-8 {
    flex: 0 0 50%;
  }
  .section-contact .container .row .col-12 .row .col-8 ul li {
    width: 100%;
  }
  .section-contact .container .row .col-12 .row .col-8 ul li:not(:last-of-type) {
    margin-bottom: 6px;
  }
  .section-contact .container .row .col-12 .row .col-4 {
    flex: 0 0 50%;
  }
  .section-contact .container .row .col-12 .row .col-4 img {
    position: relative;
    top: 26.2px;
  }
  .section-ubr .title h2,
  .section-cat-content .title h2 {
    font-size: 16px;
  }
  .section-cat-content h2.title {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section {
    align-items: start;
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section h2 {
    flex: 100%;
    max-width: 100%;
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section .discount-images img:first-of-type {
    left: 0px;
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section .discount-images img:not(:first-of-type):not(:last-of-type) {
    right: 0px;
  }
  .section-header-1 .col-4 .sale-block .section-container .sale-image {
    display: none;
  }
  .section-header-1 .col-4 .sale-block .top-section {
    max-width: 70%;
    padding-right: 24px;
  }
  .section-header-1 .col-8 .steps-block .content-section .stapelkorting-label {
    width: 166px;
  }
  .section-header-1 .col-4 .steps-block .content-section .stapelkorting-label {
    display: none;
  }
  .section-header-1 .col-8 .sale-block .top-section {
    max-width: 80%;
  }
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant {
    display: none;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container {
    max-width: 100%;
    padding-left: 30px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container .orange-btn,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container .orange-btn {
    height: 40px;
    font-size: 16px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container .orange-btn svg,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container .orange-btn svg {
    width: 14px;
    height: 14px;
  }
  .woocommerce-checkout .section-usps .container .col-9 {
    flex: 0 0 66.66%;
  }
  .woocommerce-checkout .section-usps .container .col-9 ul li:nth-child(3) {
    display: none;
  }
  .woocommerce-checkout .section-usps .container .col-9 .orange-btn {
    flex: 0 0 40px;
    font-size: 0;
    box-sizing: border-box;
    margin-right: 12px;
  }
  .woocommerce-checkout .section-usps .container .col-9 .orange-btn .sq-icon {
    margin-right: 2px;
    margin-top: 11px;
  }
  .woocommerce-checkout .section-usps .container .col-9 .orange-btn .sq-icon svg {
    height: 16px;
  }
  .woocommerce-checkout .section-usps .container .col-3 {
    flex: 0 0 33.33%;
  }
  .section-usps .container .col-9 ul li:nth-child(4) {
    display: none;
  }
  .section-categories .container ul li {
    flex: calc(33.33% - 12px);
    max-width: calc(33.33% - 12px);
  }
  .section-categories .container ul li.image-enabled a {
    padding: 6px 55px 6px 6px;
  }
  .section-steps .inner .col-4.active.checked .sq-icon {
    width: 45px;
    height: 45px;
  }
  .section-steps .inner .col-4 p,
  .section-steps .inner .col-4 span {
    font-size: 16px;
  }
  .section-steps .inner .col-4 b {
    font-size: 18px;
  }
  .sale-label p {
    font-size: 20px;
  }
  .sale-label p span {
    font-size: 10px;
  }
  .sale-label:not(.staffel-sale-label):not(.fixed-sale-label) p {
    width: 70%;
  }
  .sale-label.staffel-sale-label, .sale-label.fixed-sale-label {
    height: 44px;
  }
  .insect-screen-discount-label p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .container,
  .responsive-container,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }
  div.woocommerce[class*=columns-] ul.products.columns-4 li.product,
  div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
    flex: 0 0 33.33%;
  }
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  body #page-container {
    padding-top: 62px;
  }
  body #page-container.banner-enabled {
    padding-top: 97px;
  }
  body.page-template-page-cart #page-container.banner-enabled,
  body.page-template-page-checkout #page-container.banner-enabled {
    padding-top: 107px;
  }
  body.page-template-page-cart #CookiebotWidget,
  body.page-template-page-checkout #CookiebotWidget {
    bottom: 60px !important;
  }
  #CookiebotWidget {
    bottom: 60px !important;
  }
  .banner-enabled #page-header #header-top .container .row .das-fijn-image {
    display: none;
  }
  #page-header #header-top {
    position: absolute;
    top: 19px;
    z-index: 1;
    width: 100%;
    background: transparent;
  }
  #page-header #header-top .col:not(:first-of-type) {
    display: none;
  }
  .menu-primary-navigatie-container {
    display: none;
  }
  #page-header #header-center .container .row {
    justify-content: flex-start;
  }
  #page-header #header-center .container .row .col:first-of-type {
    padding-left: 0;
  }
  #page-header #header-center .container .row .col:first-of-type .logo-header {
    width: 150px;
    position: relative;
    display: block;
    background: #fff;
  }
  #page-header #header-center .container .row .col:first-of-type .logo-header .attachment-full {
    width: 120px;
  }
  #page-footer {
    padding-bottom: 50px;
  }
  #page-footer #top-footer .col-3 {
    flex: 0 0 50%;
  }
  #page-footer #top-footer .col-3:nth-child(3), #page-footer #top-footer .col-3:nth-child(4) {
    margin-top: 24px;
  }
  #page-footer #center-footer .col-12 {
    flex-wrap: wrap;
  }
  #page-footer #center-footer .col-12 p {
    flex: 0 0 100%;
    border: 0;
    margin-bottom: 12px;
  }
  #page-footer #center-footer .col-12 ul {
    flex-wrap: wrap;
  }
  #page-footer #center-footer .col-12 ul li:first-of-type a {
    padding-left: 0;
  }
  #page-footer #bottom-footer .row {
    justify-content: flex-start;
  }
  #mobile-menu {
    display: block;
  }
  body .chaport-container .chaport-launcher .chaport-launcher-button {
    bottom: 62px;
    right: 12px;
    transition: bottom 0.5s ease-in-out;
  }
  body .chaport-container .chaport-launcher .chaport-launcher-button.scroll-down {
    bottom: 12px;
  }
  body.woocommerce-cart .chaport-container .chaport-launcher .chaport-launcher-button,
  body.woocommerce-checkout .chaport-container .chaport-launcher .chaport-launcher-button {
    bottom: 12px;
  }
  body.woocommerce-cart .chaport-container .chaport-launcher .chaport-launcher-button.scroll-up,
  body.woocommerce-checkout .chaport-container .chaport-launcher .chaport-launcher-button.scroll-up {
    bottom: 62px;
  }
  body.home .section-sale div.woocommerce[class*=columns-],
  .section-chosen div.woocommerce[class*=columns-] {
    flex: 0 0 66.66%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4,
  .section-chosen div.woocommerce[class*=columns-].columns-4 {
    flex: 0 0 100%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 {
    flex: 0 0 100%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product {
    flex: 0 0 33.33%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product:last-of-type,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product:last-of-type {
    display: none;
  }
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-3 li.product,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
    flex: 0 0 50%;
  }
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-3 li.product:last-of-type,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-3 li.product:last-of-type {
    display: none;
  }
  body.home .section-sale .col-3,
  .section-chosen .col-3 {
    flex: 33.33%;
  }
  .section-thanks .col-8 .inner .row .col-9,
  .section-thanks .col-12 .inner .row .col-9 {
    flex: 0 0 100%;
  }
  .section-thanks .col-8 .inner .row .col-3.image-co,
  .section-thanks .col-12 .inner .row .col-3.image-co {
    display: none;
  }
  .gform_wrapper form .gform_fields .gfield.gfield--width-half {
    flex: 100%;
    max-width: 100%;
  }
  .single-post .top-image .image-container {
    max-height: 300px;
  }
  .single-post .single-page-container {
    margin-top: -275px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p {
    font-size: 18px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text {
    padding-right: 32px;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p.download-text::after {
    width: 28px;
    height: 22px;
  }
  .single-post .single-page-container .container .row .col-8 .page-link a .page-link-background p {
    font-size: 14px;
  }
  .single-post .single-page-container .container .row .col-8 .products-block .products-title a {
    font-size: 16px;
  }
  .single-post .single-page-container .container .row .col-8 .products-block .products-container .woocommerce .products .product {
    flex: 0 0 50%;
  }
  .single-post .single-page-container .container .row .col-8 .products-block .products-container .woocommerce .products .product:last-of-type {
    display: none;
  }
  .section-contact .container .row .col-12 .row {
    position: relative;
  }
  .section-contact .container .row .col-12 .row .col-8 {
    flex: 100%;
  }
  .section-contact .container .row .col-12 .row .col-4 {
    flex: 100%;
    position: absolute;
    right: -79px;
    bottom: -42px;
  }
  .section-contact .container .row .col-12 .row .col-4 img {
    margin-bottom: 0;
    top: 0;
  }
  .section-related-posts .container .row .col-12 .row article {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-related-posts .container .row .col-12 .row article:last-of-type {
    display: none;
  }
  .all-product-categories .container .row .cat-container {
    order: 5;
    flex: calc(33.33% - 24px);
    max-width: calc(33.33% - 24px);
  }
  .all-product-categories .container .row .cat-container a.cat .label-hours,
  .all-product-categories .container .row .cat-container a.cat .label-chosen {
    font-size: 10px;
  }
  .all-product-categories .container .row .cat-container a.cat span.price del {
    font-size: 18px;
  }
  .all-product-categories .container .row .cat-container:nth-child(2) {
    order: 1;
  }
  .all-product-categories .container .row .cat-container:nth-child(3) {
    order: 2;
  }
  .all-product-categories .container .row .cat-container:nth-child(4) {
    order: 3;
  }
  .all-product-categories .container .row .cat-container.archive-featured {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    order: 4;
  }
  .section-categories .container ul li {
    flex: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie {
    flex: 100%;
  }
  .section-header-1 .col-4 .pwa-block.inzethor-actie a .top-section h2 span {
    font-size: 18px;
  }
  .section-header-1 .col-8 .sale-block .top-section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
  .section-header-1 .col-4 .steps-block {
    display: none;
    margin-bottom: 0;
  }
  .section-header-1 .col-4 {
    gap: 12px;
    order: -1;
  }
  .section-header-1 .col-4 .faster-delivery {
    width: 100%;
  }
  .section-header-1 .col-4 .amount-discount-block {
    width: 100%;
  }
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-sweep {
    bottom: 38px;
  }
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant {
    display: block;
    left: 24px;
  }
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container {
    padding-left: 160px;
  }
  .section-header-1 .col-8 .sale-block .section-container::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), #fff 95%);
  }
  .section-header-1 .col-8 .sale-block .top-section:not(div) p {
    font-size: 25px;
    max-width: 275px;
  }
  .section-header-1 .col-8 .sale-block .sale-title h2 {
    margin-right: 40px;
  }
  .section-header-1 .col-8 .sale-block .top-section h2 {
    font-size: 32px;
  }
  .section-header-1 .col-8 .sale-block .sale-title h2 {
    width: fit-content;
    font-size: 18px;
  }
  .section-header-1 .col-8,
  .section-header-1 .col-4 {
    flex: 0 0 100%;
  }
  .section-header-1 .col-4 {
    margin-bottom: 24px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .section-header-1 .col-4 .sale-block {
    flex: 0 0 calc(50% - 12px);
    margin-bottom: 0;
  }
  .section-header-1 .col-4 .pwa-block {
    flex: 0 0 calc(50% - 12px);
  }
  .section-header-1 .col-4 .sale-image-block .inner a .sale-image-desktop-mobile {
    display: none;
  }
  .section-header-1 .col-4 .sale-image-block .inner a .sale-image-tablet {
    display: block;
  }
  .section-header-1 .col-4 .pwa-block a .bottom-setion img {
    position: absolute;
    bottom: -19px;
    left: -47px;
    height: 150px;
    width: auto;
    -webkit-transform: scaleX(-1) rotate(20deg);
    transform: scaleX(-1) rotate(20deg);
  }
  .section-header-1 .col-4 .big-sale-block a {
    padding-top: 100px;
  }
  #contact-bar .col-3 {
    flex: 0 0 100%;
  }
  #contact-bar .col-3 h3 {
    padding-top: 24px;
  }
  #contact-bar .col-1 {
    flex: 0 0 25%;
  }
  #contact-bar .col-8 {
    flex: 0 0 75%;
  }
  .section-ubr .col-4,
  .section-cat-content .col-4 {
    flex: 0 0 50%;
  }
  section.section-partner .container .row {
    height: auto;
  }
  section.section-partner .container .row .col-6 {
    flex: 100%;
    max-width: 100%;
  }
  section.section-partner .container .row .col-6:first-of-type {
    padding-top: 36px;
    padding-right: 45px;
  }
  section.section-partner .container .row .col-6:first-of-type .text p {
    font-size: 16px;
  }
  section.section-partner .container .row .col-6:last-of-type {
    margin-top: 24px;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding-right: 55px;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn::after {
    width: 16px;
    height: 16px;
  }
  .section-usps .container .col-9 {
    flex: 0 0 66.66%;
  }
  .section-usps .container .col-9 ul li:nth-child(3) {
    display: none;
  }
  .section-usps .container .col-9 .orange-btn {
    flex: 0 0 40px;
    font-size: 0;
    box-sizing: border-box;
    margin-right: 12px;
  }
  .section-usps .container .col-9 .orange-btn .sq-icon {
    margin-right: 2px;
    margin-top: 11px;
  }
  .section-usps .container .col-9 .orange-btn .sq-icon svg {
    height: 16px;
  }
  .section-usps .container .col-3 {
    flex: 0 0 33.33%;
  }
  .section-steps .col-4.active.checked .sq-icon {
    width: 40px;
    height: 40px;
  }
  .section-steps .col-4 p,
  .section-steps .col-4 span {
    font-size: 14px;
  }
  .section-steps .col-4 b {
    font-size: 16px;
  }
  .section-cards .col-4 {
    flex: 0 0 50%;
  }
  section.section-inmeet .col-4 a,
  section.section-inmeet .col-6 a,
  section.section-inmeet .col-3 a {
    padding: 24px;
  }
  .showroomkozijnen-section .showroomkozijnen .flex {
    flex-direction: column;
  }
  .showroomkozijnen-section .showroomkozijnen .flex .left,
  .showroomkozijnen-section .showroomkozijnen .flex .right {
    flex: 100%;
    max-width: 100%;
  }
  .showroomkozijnen-section .showroomkozijnen .flex .right {
    padding: 24px 0px;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce .woocommerce-customer-details {
    flex: 100%;
    max-width: 100%;
  }
  body.woocommerce-order-received .woocommerce .woocommerce-customer-details {
    padding-left: 0;
  }
  body.woocommerce-order-received .woocommerce .section-thanks .col-4 {
    flex: 100%;
    max-width: 100%;
  }
  body.woocommerce-order-received .woocommerce .section-thanks .col-4 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
  }
  body.woocommerce-order-received .woocommerce .section-thanks .col-4 ul li {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 0;
  }
  body.woocommerce-order-received .woocommerce .section-thanks .col-8 {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
  section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-2-4 {
    flex: 0 0 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  div.woocommerce[class*=columns-] ul.products.columns-4 li.product,
  div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
    flex: 0 0 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .responsive-container {
    overflow-x: scroll;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .responsive-container .inner {
    min-width: 1140px;
    padding-right: 12px;
    margin-left: calc(50vw - 270px);
    margin-right: calc(50vw - 270px);
  }
  .responsive-container .inner div.woocommerce[class*=columns-].columns-3 li.product:first-of-type {
    padding-left: 0;
  }
  .responsive-container .inner .col-3 {
    padding-right: 0;
  }
  #page-container #wwkSidebarTop {
    display: none;
  }
  body.page-template-page-cart #page-container.banner-enabled,
  body.page-template-page-checkout #page-container.banner-enabled {
    padding-top: 132px;
  }
  #page-header .header-top-banner .container {
    font-size: 14px;
  }
  #page-footer .footer-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  #page-footer .footer-item:first-of-type {
    margin-top: 0;
  }
  #page-footer .footer-item:last-of-type {
    margin-bottom: 0;
  }
  .single-product #page-footer #top-footer,
  .single-product #page-footer #center-footer,
  .single-product #page-footer #bottom-footer {
    display: none;
  }
  body.home .section-sale .col-3,
  body.home .section-sale .col-12,
  .section-chosen .col-3,
  .section-chosen .col-12 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home .section-sale .col-3,
  .section-chosen .col-3 {
    flex: 0 0 25%;
  }
  body.home .section-sale div.woocommerce[class*=columns-],
  .section-chosen div.woocommerce[class*=columns-] {
    flex: 0 0 75%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4,
  .section-chosen div.woocommerce[class*=columns-].columns-4 {
    flex: 0 0 100%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 {
    flex: 0 0 100%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product {
    flex: 0 0 25%;
  }
  body.home .section-sale div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product:last-of-type,
  .section-chosen div.woocommerce[class*=columns-].columns-4 ul.products.columns-4 li.product:last-of-type {
    display: flex;
  }
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-3 li.product,
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-4 li.product,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-3 li.product,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-4 li.product {
    flex: 0 0 33.33%;
  }
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-3 li.product:last-of-type,
  body.home .section-sale div.woocommerce[class*=columns-] ul.products.columns-4 li.product:last-of-type,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-3 li.product:last-of-type,
  .section-chosen div.woocommerce[class*=columns-] ul.products.columns-4 li.product:last-of-type {
    display: flex;
  }
  .section-contact .container .row .col-12 .row .col-4 {
    right: -79px;
    bottom: -54px;
  }
  .section-related-posts .container .row .col-12 .row article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-related-posts .container .row .col-12 .row article:nth-child(2) {
    display: none;
  }
  .section-related-posts .container .row .col-12 .row article:last-of-type {
    display: none;
  }
  .all-product-categories .container .row .cat-container {
    flex: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
  .all-product-categories .container .row .cat-container.archive-featured {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .all-product-categories .container .row .cat-container.archive-featured .inner::before {
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
  }
  .all-product-categories .container .row .cat-container.archive-featured .inner h2,
  .all-product-categories .container .row .cat-container.archive-featured .inner p {
    width: 100%;
  }
  .all-product-categories .container .row .cat-container li {
    order: 5;
  }
  .all-product-categories .container .row .cat-container li:nth-child(4) {
    order: 5;
  }
  .sitemap-shortcode ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .section-header-1 .col-8 .steps-block::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 100%);
  }
  .section-header-1 .col-4 {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-header-1 .col-4 .sale-block {
    flex: 0 0 100%;
    margin-bottom: 24px;
  }
  .section-header-1 .col-4 .pwa-block {
    flex: 0 0 100%;
  }
  .section-header-1 .col-4 .big-sale-block a {
    padding-top: 24px;
  }
  .section-header-1 .col-8 .steps-block .content-section .stapelkorting-label {
    position: absolute;
    right: -10px;
    bottom: -33px;
    width: 129px;
    z-index: 1;
  }
  .section-categories .container ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
  .section-categories .container ul li {
    flex: calc(25% - 12px);
    max-width: calc(25% - 12px);
  }
  #contact-bar .col-3 {
    padding-bottom: 0;
  }
  #contact-bar .col-8 {
    padding-top: 0;
  }
  #contact-bar .col-8 ul {
    flex-wrap: wrap;
  }
  #contact-bar .col-8 ul li {
    flex: 0 0 50%;
  }
  #contact-bar .col-8 ul li:nth-child(3), #contact-bar .col-8 ul li:nth-child(4) {
    margin-top: 12px;
  }
  .section-ubr,
  .section-cat-content {
    padding-top: 36px;
  }
  .section-ubr .col-4,
  .section-ubr .col-6,
  .section-cat-content .col-4,
  .section-cat-content .col-6 {
    flex: 0 0 100%;
  }
  .section-ubr .col-4:first-of-type .content,
  .section-ubr .col-6:first-of-type .content,
  .section-cat-content .col-4:first-of-type .content,
  .section-cat-content .col-6:first-of-type .content {
    display: block;
  }
  .section-ubr .col-4 .title,
  .section-ubr .col-6 .title,
  .section-cat-content .col-4 .title,
  .section-cat-content .col-6 .title {
    cursor: pointer;
    height: auto;
    align-items: flex-start;
  }
  .section-ubr .col-4 .title .image-svg,
  .section-ubr .col-6 .title .image-svg,
  .section-cat-content .col-4 .title .image-svg,
  .section-cat-content .col-6 .title .image-svg {
    flex: 0 0 15px;
    margin-top: 3px;
  }
  .section-ubr .col-4 .title .sq-icon,
  .section-ubr .col-6 .title .sq-icon,
  .section-cat-content .col-4 .title .sq-icon,
  .section-cat-content .col-6 .title .sq-icon {
    display: block;
  }
  .section-ubr .col-4 .title h2,
  .section-ubr .col-6 .title h2,
  .section-cat-content .col-4 .title h2,
  .section-cat-content .col-6 .title h2 {
    padding-right: 24px;
  }
  .section-ubr .col-4 .content,
  .section-ubr .col-6 .content,
  .section-cat-content .col-4 .content,
  .section-cat-content .col-6 .content {
    display: none;
    margin-bottom: 0;
  }
  .section-cat-content {
    padding-top: 0;
  }
  .section-cat-content h2.title {
    margin-bottom: 12px;
  }
  .section-usps {
    padding-bottom: 0;
  }
  .section-usps .container .col-9 {
    flex: 0 0 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-usps .container .col-9 ul li:nth-child(2) {
    display: none;
  }
  .section-usps .container .col-3 {
    flex: 0 0 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-steps .col-4 {
    flex: 0;
    min-width: 63px;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
  }
  .section-steps .col-4:first-of-type {
    padding-left: 12px;
  }
  .section-steps .col-4:last-of-type {
    padding-right: 12px;
  }
  .section-steps .col-4.active {
    flex: 1;
  }
  .section-steps .col-4.active .inner {
    justify-content: flex-start;
  }
  .section-steps .col-4.active .inner b {
    display: inline-block;
    margin-left: 6px;
  }
  .section-steps .col-4.active.checked {
    flex: 0;
    min-width: 81px;
  }
  .section-steps .col-4.active.checked .sq-icon {
    width: 20px;
    height: 20px;
  }
  .section-steps .col-4.active.checked .inner b {
    display: none;
  }
  .section-steps .col-4 .inner {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-steps .col-4 .inner::after {
    right: -5px;
  }
  .section-steps .col-4 .inner p {
    display: none;
    font-size: 14px;
  }
  .section-steps .col-4 .inner span {
    font-size: 14px;
  }
  .section-steps .col-4 .inner b {
    font-size: 14px;
    display: none;
  }
  .section-cards .col-12 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-cards .col-4 {
    flex: 0 0 100%;
  }
  .section-cards article a .blue-btn {
    font-size: 14px;
  }
  .section-journey div[class*=col] {
    position: relative;
    padding-left: 44px;
  }
  .section-journey div[class*=col]::before {
    position: absolute;
    left: 12px;
    top: 16px;
  }
  .section-journey div[class*=col]::after {
    left: 21px;
    top: 16px;
    width: 1px;
    height: 100%;
    border-top: 0;
    border-right: 1px dashed #009EE2;
  }
  .section-journey div[class*=col].done::after {
    border-top: 0;
    border-right: 1px solid #009EE2;
  }
  .section-thanks .col-8 {
    order: 1;
  }
  .section-thanks .col-4 {
    order: 2;
  }
  section.section-inmeet a {
    display: block;
    padding-left: 50%;
  }
  section.section-inmeet a h2 {
    margin-bottom: 24px;
  }
  section.section-inmeet a .linktext {
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
  div.woocommerce[class*=columns-] ul.products.columns-4 li.product,
  div.woocommerce[class*=columns-] ul.products.columns-3 li.product {
    flex: 0 0 100%;
  }
  .responsive-container .inner {
    margin-left: 0;
    margin-right: 0;
  }
  body #page-container {
    padding-top: 55px;
  }
  body #page-container.banner-enabled {
    padding-top: 89px;
  }
  body.page-template-page-cart #page-container.banner-enabled,
  body.page-template-page-checkout #page-container.banner-enabled {
    padding-top: 34px;
  }
  #CookiebotWidget {
    bottom: 60px !important;
  }
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 60px !important;
  }
  #page-header #header-center .container .row .col:first-of-type .logo-header {
    width: 120px;
  }
  #page-header #header-center .container .row .col:first-of-type .logo-header .attachment-full {
    width: 100px;
  }
  #page-header #header-top {
    top: 15px;
  }
  body.page-template-page-cart #page-container.banner-enabled #page-header,
  body.page-template-page-checkout #page-container.banner-enabled #page-header {
    bottom: unset;
    top: 0;
  }
  body.page-template-page-cart #page-container.banner-enabled #page-header #contact-bar,
  body.page-template-page-checkout #page-container.banner-enabled #page-header #contact-bar {
    display: none;
  }
  #page-footer #top-footer .col-3 {
    flex: 0 0 100%;
    margin-top: 24px;
  }
  #page-footer #center-footer .col-12 ul li {
    flex: 0 0 100%;
    margin-bottom: 6px;
  }
  #page-footer #center-footer .col-12 ul li:last-of-type {
    margin-bottom: 0;
  }
  #page-footer #center-footer .col-12 ul li a {
    padding: 0;
    border: 0;
  }
  .single-post .single-page-container .container .row .col-8 blockquote {
    padding-left: 24px;
    border-left: 2px solid #E5E5E5;
  }
  .single-post .single-page-container .container .row .col-8 .products-block {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 28px;
  }
  .single-post .single-page-container .container .row .col-8 .products-block .products-title {
    flex-wrap: wrap;
  }
  .single-post .single-page-container .container .row .col-8 .background-container {
    padding-top: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .single-post .single-page-container .container .row .col-8 .page-link a .page-link-background {
    flex-wrap: wrap;
  }
  .single-post .single-page-container .container .row .col-8 .page-link a .page-link-background p:first-of-type {
    margin-bottom: 0;
    width: 100%;
  }
  .single-post .single-page-container .container .row .col-8 .page-link a .page-link-background p:last-of-type {
    margin-top: 0;
  }
  .single-post .single-page-container .container .row .col-8 .download-file a .download-file-background p:first-of-type {
    width: 100%;
  }
  .section-contact {
    padding-bottom: 28px;
  }
  .section-contact .container .row .col-12 .row .col-4 img {
    max-width: 125px;
  }
  .section-related-posts .container .row .col-12 .row {
    flex-wrap: wrap;
  }
  .section-related-posts .container .row .col-12 .row article:nth-child(2) {
    display: block;
  }
  .section-related-posts .container .row .col-12 .row article:last-of-type {
    display: block;
  }
  .single-product .sale-label.staffel-sale-label, .single-product .sale-label.fixed-sale-label {
    top: 65px;
    border-radius: 0px 4px 4px 0px;
  }
  .sale-label {
    height: 46px;
    left: 0;
    padding-top: 0;
    border-radius: 0px 0px 4px 0px;
  }
  .sale-label:not(.staffel-sale-label):not(.fixed-sale-label) {
    width: 62px;
    top: 65px;
  }
  .sale-label.staffel-sale-label, .sale-label.fixed-sale-label {
    top: 0;
  }
  .sale-label p {
    width: 100%;
  }
  .insect-screen-discount-label {
    border-radius: 0px 4px 4px 0px;
    top: 48px;
    left: 0;
  }
  .insect-screen-discount-label p {
    font-size: 16px;
  }
  .salePriceExVat {
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  body.page-template-page-all-categories .section-usps {
    display: none;
  }
  .all-product-categories .container .row .cat-container {
    flex: 100%;
    max-width: 100%;
  }
  .all-product-categories .container .row .cat-container a.cat {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .all-product-categories .container .row .cat-container a.cat .image-container {
    flex: 0 0 calc(40% - 12px);
    margin: 6px;
  }
  .all-product-categories .container .row .cat-container a.cat .image-container .sq-icon::before {
    height: 25px;
  }
  .all-product-categories .container .row .cat-container a.cat .label-chosen {
    left: 0px;
    top: 0px;
  }
  .all-product-categories .container .row .cat-container a.cat .label-chosen.insect-discount-label p {
    line-height: 1;
  }
  .all-product-categories .container .row .cat-container a.cat .woocommerce-loop-product__title {
    flex: 0 0 calc(60% - 24px);
  }
  .all-product-categories .container .row .cat-container a.cat .content-container {
    flex: 0 0 60%;
  }
  .all-product-categories .container .row .cat-container a.cat h2::before {
    content: "";
    float: right;
    width: 54px;
    height: 1em;
  }
  .all-product-categories .container .row .cat-container a.cat span.price {
    margin-bottom: 2px;
  }
  .all-product-categories .container .row .cat-container a.cat span.price del {
    margin-right: 6px;
  }
  .all-product-categories .container .row .cat-container a.cat .bottom-product-card {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0;
  }
  .all-product-categories .container .row .cat-container a.cat .bottom-product-card b {
    display: none;
  }
  #contact-bar {
    padding-bottom: 50px;
  }
  body.page-template-page-cart #page-container {
    padding-bottom: 100px;
  }
  body.page-template-page-cart #contact-bar {
    padding-bottom: 50px;
  }
  section.section-partner .container .row .col-6:first-of-type .text p {
    font-size: 14px;
  }
  section.section-partner .container .row .col-6:last-of-type {
    margin-top: 0;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn::after {
    width: 14px;
    height: 14px;
  }
  .section-header-1 .col-8 .steps-block {
    margin-left: -12px;
    margin-right: -12px;
    flex: 0 0 calc(100% + 24px);
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-header-1 .col-8 .steps-block .content-section .form .blue-btn .hide-desktop {
    display: block;
  }
  .section-header-1 .col-8 .steps-block .content-section .form .blue-btn .hide-mobile {
    display: none;
  }
  .section-header-1 .col-8 .steps-block .content-section .stapelkorting-label {
    position: absolute;
    right: 0px;
    bottom: 34px;
    width: 102px;
    z-index: 1;
  }
  .section-header-1 .col-8 .sale-block .top-section h2 {
    font-size: 28px;
  }
  .section-header-1 .col-8 .sale-block .top-section h2 span {
    font-size: 16px;
  }
  .section-header-1 .col-8 .sale-block .sale-title {
    padding: 12px 20px 12px 20px;
  }
  .section-header-1 .col-8 .sale-block .sale-title h2 {
    font-size: 16px;
    width: fit-content;
  }
  .section-header-1 .col-8 .sale-block .sale-title .sq-icon {
    display: flex;
    align-items: center;
  }
  .section-header-1 .col-8 .sale-block .sale-title h2 {
    margin-right: 25px;
  }
  .section-header-1 .col-8 .sale-block .section-container::before {
    width: 150%;
  }
  .section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text p {
    font-size: 24px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .archive-delivery-text svg {
    width: 90px;
    height: 90px;
  }
  .section-header-1 .col-4 .sale-image-block .inner a .sale-image-desktop-mobile {
    display: block;
  }
  .section-header-1 .col-4 .sale-image-block .inner a .sale-image-tablet {
    display: none;
  }
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-title h2,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-title h2 {
    font-size: 28px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-text p,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-text p {
    font-size: 22px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant svg,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant svg {
    width: 90px;
    height: 90px;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container {
    padding-left: 140px;
  }
  .section-usps .container .col-9 {
    flex: 0 0 64px !important;
  }
  .section-usps .container .col-9 ul {
    display: none;
  }
  .section-usps .container .col-3 {
    flex: 1 !important;
  }
  section.section-inmeet a {
    padding-left: 24px;
  }
  section.section-inmeet a .image-container {
    width: 100%;
    height: 60%;
  }
  section.section-inmeet a .image-container::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 100%);
  }
  section.section-inmeet a h2 {
    margin-bottom: 24px;
  }
  section.section-inmeet a .linktext {
    margin-top: 24px;
  }
  section.section-inmeet .col-4 a,
  section.section-inmeet .col-6 a,
  section.section-inmeet .col-3 a {
    padding: 24px;
  }
  section.section-inmeet .col-4 a .image-container,
  section.section-inmeet .col-6 a .image-container,
  section.section-inmeet .col-3 a .image-container {
    width: 100%;
  }
  .section-cards .col-12 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-cards .col-4 {
    flex: 0 0 100%;
  }
  .section-cards .mobile-button {
    display: block;
  }
  .section-cards .last-button {
    display: none;
  }
}
@media (max-width: 400px) {
  .section-header-1 .col-4 .faster-delivery .inner .amount-discount-plant,
  .section-header-1 .col-4 .amount-discount-block .inner .amount-discount-plant {
    display: none;
  }
  .section-header-1 .col-4 .faster-delivery .inner .btn-container,
  .section-header-1 .col-4 .amount-discount-block .inner .btn-container {
    padding-left: 30px;
  }
  section.section-partner .container .row .col-6:first-of-type {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  section.section-partner .container .row .col-6:last-of-type {
    padding-left: 24px;
    padding-right: 24px;
  }
  section.section-partner .container .row .col-6:last-of-type .btn {
    width: 100%;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }
  section.section-partner .container .row .col-6:last-of-type .orange-btn::after {
    width: 12px;
    height: 12px;
  }
}