@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Sarabun&family=Open+Sans:wght@400;700&display=swap");
* {
  font-family: "Quicksand", sans-serif;
  line-height: 1.75;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  font-style: normal;
}

h4 {
  color: #333;
}

::selection {
  background: #faf0e1;
  color: #D9BE8E;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.15rem;
}

p {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #D9BE8E;
}

h1.page-title {
  border: none;
}

p a {
  color: #A6372D;
}

h3.toggable {
  display: flex;
  margin: 0;
  align-items: center;
  font-weight: normal;
}
h3.toggable .fal {
  margin-left: auto;
  font-size: 0.8rem;
}
h3.toggable .fa-chevron-down, h3.toggable .fa-chevron-right {
  margin-left: auto;
  font-size: 0.8rem;
}

.woocommerce a {
  color: #D9BE8E;
}
.woocommerce a:hover {
  text-decoration: underline;
  color: #000000;
}
.woocommerce p {
  line-height: 1.8;
}

.single-page-content h1 {
  font-size: 2.4rem;
  margin: 0 0 0.5rem 0;
}
.single-page-content h2 {
  font-size: 1.8rem;
  margin: 0 0 0.5rem 0;
}
.single-page-content h3 {
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}
.single-page-content p {
  margin: 0.5rem 0 1.5rem 0;
}
.single-page-content p, .single-page-content ul li, .single-page-content ol li {
  line-height: 1.5;
}
.single-page-content a {
  color: #A6372D;
}

.product-description {
  line-height: 1.5;
}
.product-description .inner-content h4 {
  margin: 1rem 0 0 0;
}

.tc-container label {
  font-weight: normal !important;
  font-size: 0.9rem;
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FFF;
}

.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
@media (max-width: 1400px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.grid .row {
  display: flex;
  flex-direction: row;
}
.grid .row .column .gap-3 {
  margin: 0.5rem;
}
.grid .row .column.col-3 {
  width: 25%;
}
.grid .row .column.col-4 {
  width: 33.33%;
}
@media (max-width: 700px) {
  .grid .row .column.col-4.account-data {
    width: 100%;
  }
}
.grid .row .column.col-5 {
  width: 40%;
}
.grid .row .column.col-6 {
  width: 50%;
}
.grid .row .column.col-7 {
  width: 60%;
}
.grid .row .column.col-8 {
  width: 66.66%;
}
.grid .row .column.col-9 {
  width: 75%;
}
.grid .row .column.col-12 {
  width: 100%;
}
.grid .row.vertical-column {
  flex-direction: column;
  flex-basis: auto;
}
@media (max-width: 700px) {
  .grid .row {
    flex-wrap: wrap;
  }
  .grid .row .column.col-3 {
    width: 50%;
  }
  .grid .row .column.col-4 {
    width: 100%;
  }
  .grid .row .column.col-4.no-resp {
    width: 33.3%;
    margin: 0;
    border: 2px solid white;
  }
  .grid .row .column.col-8 {
    width: 100%;
  }
  .grid .row .column.col-9 {
    width: 100%;
  }
  .grid .row .column.col-5 {
    width: 100%;
  }
  .grid .row .column.col-6 {
    width: 100%;
  }
  .grid .row .column.col-7 {
    width: 100%;
  }
  .grid .row .column.first-column {
    width: 100%;
  }
  .grid .row .column.first-column .intro-big-image {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .grid .row .column.second-column {
    width: 100%;
  }
  .grid .row .column.second-column .column:first-of-type {
    padding-right: 0.5rem;
  }
  .grid .row .column.second-column .column:last-of-type {
    padding-left: 0.5rem;
  }
  .grid .row .column.second-column .row {
    flex-wrap: nowrap;
  }
  .grid .row .column.second-column .vertical-column {
    flex-direction: row;
  }
}

.grid .row.maatwerk-container .product-thumbnail {
  margin: 0 1rem 0 0;
}
@media (max-width: 768px) {
  .grid .row.maatwerk-container .product-thumbnail {
    margin: 0;
  }
}
.grid .row.maatwerk-container ul.usp {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.grid .row.maatwerk-container ul.usp li {
  font-size: 1.25rem;
  margin: 0.25rem 0;
}
@media (max-width: 768px) {
  .grid .row.maatwerk-container ul.usp li {
    align-items: center;
    line-height: 1.5;
  }
}

.row.single-product-row {
  margin-bottom: 2rem;
}

input, textarea {
  padding: 1rem 1.5rem;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #ddd;
  border-radius: 0 1rem 1rem;
  outline: none;
  font-size: 0.9rem;
}
input[type=text], input[type-email], input[type=number], textarea[type=text], textarea[type-email], textarea[type=number] {
  -webkit-appearance: none;
}
input[type=text]:active, input[type=text]:focus, input[type-email]:active, input[type-email]:focus, input[type=number]:active, input[type=number]:focus, textarea[type=text]:active, textarea[type=text]:focus, textarea[type-email]:active, textarea[type-email]:focus, textarea[type=number]:active, textarea[type=number]:focus {
  border: 1px solid #000000;
}

.select-container {
  position: relative;
  display: block;
}
.select-container select {
  border: 1px solid #ddd;
  border-radius: 1rem;
}
.select-container:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-weight: 300;
  color: #000000;
  right: 14px;
  position: absolute;
  pointer-events: none;
  font-size: 0.7rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

select {
  padding: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
}
select:active {
  border-color: #000000;
}

textarea:active, textarea:focus {
  border: 1px solid #ccc;
}

fieldset {
  padding: 1.5rem;
  border: 1px solid #ddd;
  font-weight: bold;
}
fieldset label {
  font-weight: normal;
}

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

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

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

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

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}

.woocommerce-checkout h3 {
  font-size: 2rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .woocommerce-checkout h3 {
    margin: 0;
  }
}

.woocommerce-checkout-payment .form-row {
  width: 100% !important;
}

.woocommerce-additional-fields {
  display: none !important;
}

.woocommerce .form-row.address-field {
  clear: both;
}
.woocommerce .woocommerce-address-fields p {
  clear: both;
}
.woocommerce .customer-details .form-row {
  width: 50%;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .woocommerce .customer-details .form-row {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce .customer-details .form-row select {
  padding: 0.9rem;
}
.woocommerce .customer-details .form-row label {
  display: inline-block;
  font-size: 1rem;
  padding: 0.2rem 0.75rem;
  font-weight: normal;
}
.woocommerce .customer-details .form-row.form-row-first, .woocommerce .customer-details .form-row.form-row-last {
  width: 50%;
}
@media (max-width: 768px) {
  .woocommerce .customer-details .form-row.form-row-first, .woocommerce .customer-details .form-row.form-row-last {
    width: 100%;
  }
}
.woocommerce .customer-details .form-row.validate-postcode {
  width: 100px;
  clear: none;
}
.woocommerce .customer-details .form-row#billing_address_2_field {
  display: none !important;
}
@media (max-width: 768px) {
  .woocommerce .customer-details .form-row#billing_address_2_field {
    width: 20%;
    clear: none;
    margin: 3.4rem 0 0 0;
    float: left;
  }
}
.woocommerce .customer-details .form-row#shipping_city_field, .woocommerce .customer-details .form-row#billing_city_field, .woocommerce .customer-details .form-row#billing_address_1_field {
  width: 50%;
  float: left;
  clear: none;
}
@media (max-width: 768px) {
  .woocommerce .customer-details .form-row#shipping_city_field, .woocommerce .customer-details .form-row#billing_city_field, .woocommerce .customer-details .form-row#billing_address_1_field {
    width: 100%;
    float: none;
    clear: both;
  }
}
.woocommerce .customer-details .form-row#shipping_city_field, .woocommerce .customer-details .form-row#billing_city_field {
  clear: both;
}
.woocommerce .customer-details .form-row.validate-phone, .woocommerce .customer-details .form-row.validate-email {
  width: 50%;
  float: left;
  clear: none;
}
@media (max-width: 768px) {
  .woocommerce .customer-details .form-row.validate-phone, .woocommerce .customer-details .form-row.validate-email {
    width: 100%;
  }
}
.woocommerce .customer-details .form-row.woocommerce-validated select {
  border: 1px solid #ddd !important;
}
.woocommerce fieldset {
  clear: both;
}

/* Dirty fix */
#billing_housenumber_field, #billing_housenumber_addition_field, #billing_postcode_field {
  width: 100px;
  float: left;
}

.nice-number .qty {
  border-radius: 0 !important;
}
.nice-number button {
  background: #FFFFFF !important;
  border-radius: 0 !important;
  outline: none !important;
  border: none !important;
}
.nice-number button:first-child {
  margin-right: -1px;
  border: 1px solid #ddd !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.nice-number button:last-child {
  border: 1px solid #ddd !important;
  margin-left: -1px;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

html, body {
  padding: 0;
  margin: 0;
}
html.overflow-hidden, body.overflow-hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.top-bar {
  display: flex;
  padding: 1rem;
  background: #D9BE8E;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.top-bar strong {
  display: block;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.bf-weken {
  text-align: left;
  width: 100%;
  flex: 1;
}
@media (max-width: 768px) {
  .bf-weken {
    margin-top: 60px;
  }
}
.bf-weken h2 {
  margin: 0;
  display: block;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .bf-weken h2 {
    font-size: 1rem;
    padding-left: 85px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .bf-weken.home {
    display: none;
  }
}

header.main-header {
  flex-direction: row;
  background: #f3f3f3;
  margin: 0;
  position: relative;
  z-index: 999;
}
header.main-header .header-container {
  align-items: center;
  padding: 1rem;
}
@media (max-width: 992px) {
  header.main-header .header-container {
    padding: 0;
  }
}
header.main-header .logo-container {
  position: relative;
  display: flex;
  align-items: center;
}
header.main-header .logo-container .logo {
  transition: all 0.15s ease;
}
@media (max-width: 700px) {
  header.main-header .logo-container .logo:hover {
    transform: scale(1);
  }
}
header.main-header .logo-container .logo img {
  transition: all 0.3s ease-out;
  width: 280px;
  height: auto;
}
@media (max-width: 768px) {
  header.main-header .logo-container .logo img {
    width: 160px;
    margin: 0.25rem 1rem;
  }
}
@media (max-width: 992px) {
  header.main-header .logo-container {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  header.main-header .logo-container {
    top: 0;
  }
}
header.main-header .account-data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.main-header .account-data li {
  margin: 0 0.8rem 0 0;
  font-size: 1.2rem;
}
header.main-header .account-data li:last-of-type {
  margin-right: 0;
}
header.main-header .account-data li a:hover {
  text-decoration: none;
}
header.main-header .account-data li.header-contact {
  margin-right: auto;
  margin-left: 125px;
}
header.main-header .account-data li.header-contact a {
  font-size: 1.3rem;
  color: #A6372D;
  display: inline-block;
  padding: 0.5rem;
}
header.main-header .account-data li.header-contact a:hover {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 700px) {
  header.main-header .header-contact {
    display: none;
  }
}

.search-form-container {
  display: flex;
  align-items: center;
}
.search-form-container .search-form {
  width: 100%;
  padding-right: 42px;
  position: relative;
}
.search-form-container .search-form input[type=text] {
  width: 100%;
  border-radius: 0.4rem 0 0 0.4rem;
}
.search-form-container .search-form button[type=submit] {
  position: absolute;
  right: 5px;
  top: 0;
  display: flex;
  height: 43px;
  width: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 0 0.4rem 0.4rem 0;
}
@media (max-width: 768px) {
  .search-form-container .search-form {
    display: none;
  }
}

footer {
  display: block;
  background: #faf0e1;
  margin-top: auto;
}
footer h3 {
  margin: 0.5rem 0;
  color: #333;
}
footer .container {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 768px) {
  footer .grid .row {
    flex-direction: column;
  }
  footer .grid .row .column.col-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
  footer .grid .row .column.col-3.social {
    display: flex;
    flex-direction: row;
    margin: 0.5rem 0;
  }
  footer .grid .row .column.col-3.social a {
    display: inline-block;
    margin: 0 1rem 0 0;
    color: #333;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  font-size: 1rem;
  display: block;
  line-height: 1.8;
  color: #333;
}
footer a {
  line-height: 2;
  transition: all 0.15s ease;
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
}
footer a:hover {
  text-decoration: none;
  color: #8C5831;
}
footer a:hover:before {
  opacity: 1;
  margin-left: 0;
  margin-right: 0.4rem;
}
footer p {
  margin: 0;
  line-height: 1.5;
  color: #333;
}
footer .footer-bottom a {
  display: inline-block;
  line-height: 1.8;
  margin-right: 1rem;
}
footer .footer-bottom a:hover {
  text-decoration: underline;
}

.mumba-container {
  padding: 1rem;
  background: #fefefe;
  margin: 2rem 0 0 0;
  text-align: center;
}
.mumba-container a {
  color: #ff0072;
}

.terms-conditions {
  display: flex;
  flex-direction: row;
}
.terms-conditions a {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.social .fab {
  font-size: 1.8rem;
  color: #aaa;
  margin: 0 0.5rem;
}
.social .fab:hover {
  color: #000000;
  text-decoration: none;
}

.ask-question-bar {
  margin-bottom: 2rem;
  background: #faf0e1;
  border-bottom: 1px solid #ffe4de;
}
.ask-question-bar .ask-question-container {
  display: flex;
  flex-direction: row;
  background: url("../images/footer-bg.svg") no-repeat #faf0e1 center bottom;
  background-repeat: no-repeat;
  height: 340px;
  background-size: 90%;
}
@media (max-width: 768px) {
  .ask-question-bar .ask-question-container {
    height: 180px;
  }
}
.ask-question-bar .ask-question-container .image-container {
  width: 280px;
  position: relative;
  margin: 0 1.5rem 0 0;
  z-index: 98;
}
@media (max-width: 768px) {
  .ask-question-bar .ask-question-container .image-container {
    width: 180px;
    margin-left: -1rem;
    margin-right: 1rem;
  }
}
.ask-question-bar .ask-question-container .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.ask-question-bar .ask-question-container .ask-question-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem 1rem 2.5rem 1rem;
  background: #ffede9;
  margin-left: -1rem;
}
.ask-question-bar .ask-question-container .ask-question-menu-container a {
  display: block;
  margin: 0;
  color: #333;
}
@media (max-width: 768px) {
  .ask-question-bar .ask-question-container .ask-question-menu-container {
    padding-bottom: 1rem;
  }
}
.ask-question-bar .ask-question-container .ask-question-menu-container h5 {
  color: #333;
  margin: 0 0 0.5rem 0;
}
.ask-question-bar .ask-question-container .ask-question-menu-container h4 {
  font-size: 1.75rem;
  margin: 0;
  color: #333;
}

.menu-seperator {
  border-top: 1px solid #ddd;
  margin: -1px 0 0 0;
}

.navigation-container {
  background: #FFFFFF;
  padding: 1rem;
  z-index: 10;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.navigation-container .navigation-container-inner {
  display: flex;
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner {
    height: 60px;
  }
}
.navigation-container .logo-container {
  width: 220px;
}
.navigation-container .logo-container img {
  display: block;
}
@media (max-width: 768px) {
  .navigation-container {
    position: fixed;
    width: 100%;
    top: 0;
    height: 60px;
    padding: 0;
  }
}
.navigation-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .navigation-container.fixed {
    margin-top: 0px;
  }
}
.navigation-container .navigation-container-inner {
  display: flex;
  padding-left: 1rem;
}
.navigation-container .navigation-container-inner .menu-main-menu-container {
  width: 100%;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .navigation-container .navigation-container-inner .menu-main-menu-container {
    position: fixed;
    transition: all 0.2s ease;
    left: -80vw;
    top: 0;
    height: 100vh;
    box-shadow: -1px 0 4px 3px rgba(0, 0, 0, 0.2);
    width: 75vw;
    padding-top: 80px;
    z-index: 100;
    background: #FFFFFF;
    overflow: auto;
    margin-left: 0;
  }
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li {
  position: relative;
  margin-right: 20px;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li:hover .sub-menu-container {
  opacity: 1;
  max-height: 500px;
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li:hover .sub-menu-container {
    max-height: none;
  }
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li:hover .sub-menu-container li a {
  color: #333;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li:hover a {
  color: #D9BE8E;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li a {
  display: block;
  padding: 1rem 0.5rem;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.lang-select {
  margin-left: auto;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.lang-select .sub-menu-container {
  right: 0;
  left: auto;
  width: 140px;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.lang-select .sub-menu-container .image-container {
  display: none;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.lang-select a:after {
  display: none;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.our-story a:after {
  display: none;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.highlight a, .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.our-story a {
  color: #8C5831;
  font-weight: 700;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.highlight.current-menu-item a {
  color: #8C5831;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.current-menu-item a {
  color: #8C5831;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.menu-item-has-children {
  padding-right: 1rem;
  border-bottom: 1px solid transparent;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.menu-item-has-children:after {
  top: 1.3rem;
  right: 0.2rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  position: absolute;
  display: inline-block;
  font-size: 0.7rem;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .image-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 175px;
  height: 175px;
  display: block;
  margin: 0 1rem 0 auto;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  opacity: 1;
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .image-container {
    display: none;
  }
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.tafels .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Tafels";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.tafels .image-container {
  background-image: url("../images/tafelpoten-home.png");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.binnen .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Binnen";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.binnen .image-container {
  background-image: url("/wp-content/uploads/2023/12/8.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.binnen .image-container.epoxytafels {
  background-image: url("/wp-content/uploads/2023/12/8.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.binnen .image-container.stoelen {
  background-image: url("/wp-content/uploads/2023/10/DSC08422-jpg.webp");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.maatwerk .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Maatwerk";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.maatwerk .image-container {
  background-image: url("../images/maatwerk.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Outdoor Küchen";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .image-container {
  background-image: url("/wp-content/themes/bloommm/images/bigcheftype2.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .image-container.standaard-buitenkeukens {
  background-image: url("/wp-content/uploads/2023/02/bigcheftype2.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .image-container.buitenkeukens-op-maat {
  background-image: url("/wp-content/themes/bloommm/images/buitenkeukens/buitenkeuken-1.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .image-container.artiss-buitenkeukens {
  background-image: url("/wp-content/uploads/2022/10/g3-grafiet.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buiten .image-container.accessoires {
  background-image: url("/wp-content/uploads/2023/05/big-chef-hoes-3.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buitenmeubels .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Buitenmeubels";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buitenmeubels .image-container {
  background-image: url("/wp-content/themes/bloommm/images/picknicktafel-1.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buitenmeubels .image-container.picknicktafels {
  background-image: url("/wp-content/themes/bloommm/images/picknicktafel-1.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.buitenmeubels .image-container.bartafels {
  background-image: url("/wp-content/uploads/2022/08/bartafel-2.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .sub-menu:before {
  display: block;
  padding: 0.5rem;
  content: "Containerombouw";
  position: relative;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .image-container {
  background-image: url("/wp-content/uploads/2023/11/3.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .image-container.een-container {
  background-image: url("/wp-content/uploads/2021/04/kliko-ombouw.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .image-container.twee-containers {
  background-image: url("/wp-content/uploads/2023/11/3.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .image-container.drie-containers {
  background-image: url("/wp-content/uploads/2021/04/3vaks-1-jpg.webp");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li.kliko-ombouw .image-container.vier-containers {
  background-image: url("/wp-content/uploads/2021/03/kliko-4vaks-1.jpg");
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container {
  position: absolute;
  overflow: hidden;
  left: -1rem;
  width: 500px;
  box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.05);
  z-index: 99;
  background: #FFFFFF;
  padding: 2rem 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  max-height: 0;
  display: flex;
  opacity: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container {
    width: 100%;
    padding: 0;
    left: auto;
    box-shadow: none;
    position: relative;
    top: 0;
  }
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 280px;
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li {
  margin: 0;
  border-right: none;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li a {
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  transition: all 0.2s ease;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li a:after {
  display: none;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li a:hover {
  padding-left: 1rem;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li.highlighted-menu-item, .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li.highlighted-menu-item.current-menu-item {
  margin: 1rem 0 0 0;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li.highlighted-menu-item a, .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li.highlighted-menu-item.current-menu-item a {
  color: #A6372D;
  font-weight: bold;
  font-size: 1rem;
}
.navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li:hover a, .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li .sub-menu-container .sub-menu li.current-menu-item a {
  color: #333;
}
.navigation-container .navigation-container-inner .shopping-cart {
  margin-left: auto;
  color: #FFFFFF;
  padding: 1rem;
  position: relative;
}
.navigation-container .navigation-container-inner .shopping-cart:before {
  content: "";
  width: 1px;
  bottom: 15px;
  top: 15px;
  background: #ddd;
  position: absolute;
  left: 0px;
}
.navigation-container .navigation-container-inner .shopping-cart a {
  margin: 0 0.5rem 0 0;
  font-size: 1.1rem;
  color: #000000;
  text-decoration: none;
  padding: 1.1rem;
}
.navigation-container .navigation-container-inner .shopping-cart .shopping-cart-content {
  display: none;
  position: absolute;
}
.navigation-container .navigation-container-inner button.mobile-menu-toggle {
  display: none;
  padding: 1rem;
  border-radius: 0.25rem;
  background: none;
}
.navigation-container .navigation-container-inner button.mobile-menu-toggle:focus, .navigation-container .navigation-container-inner button.mobile-menu-toggle:hover {
  outline: none;
  border: none;
  box-shadow: none !important;
  background: none !important;
}
@media (max-width: 992px) {
  .navigation-container .navigation-container-inner button.mobile-menu-toggle {
    display: inline-block;
    left: 1rem;
    position: absolute;
    top: 1rem;
  }
}
@media (max-width: 768px) {
  .navigation-container .navigation-container-inner button.mobile-menu-toggle {
    top: 0;
  }
}

header.main-header.mobile-menu-active .logo {
  top: 6px;
  margin-left: 20px;
  z-index: 101;
}
header.main-header.mobile-menu-active button.mobile-menu-toggle {
  background: #FFFFFF;
  z-index: 102;
  top: 0.5rem;
  position: fixed;
  left: calc(80vw - 90px);
  margin: 0;
  border-radius: 0 0 0 0.25rem;
}
header.main-header.mobile-menu-active button.mobile-menu-toggle .fal {
  color: #D9BE8E;
}
header.main-header.mobile-menu-active .navigation-container .navigation-container-inner {
  display: flex;
}
header.main-header.mobile-menu-active .navigation-container .navigation-container-inner .menu-main-menu-container {
  display: block;
  left: 0;
  overflow: auto;
}
header.main-header.mobile-menu-active .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu {
  flex-direction: column;
  padding: 1rem;
}
header.main-header.mobile-menu-active .navigation-container .navigation-container-inner .menu-main-menu-container ul.menu li {
  width: 100%;
}
header.main-header.mobile-menu-active .navigation-container .logo-container {
  left: 0;
  margin-left: 0;
  top: 0;
}
@media (max-width: 992px) {
  header.main-header.mobile-menu-active .navigation-container .logo-container {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  header.main-header.mobile-menu-active .navigation-container .logo-container {
    margin-top: 0rem;
  }
}
header.main-header .logo-container {
  transition: all 0.1s ease;
}

.mobile-menu-overlay {
  position: fixed;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
  opacity: 0;
  top: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mobile-menu-overlay.active {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.woocommerce nav.woocommerce-pagination {
  margin: 1rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a span.current {
  color: #A6372D;
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  background: linear-gradient(to right, #8C5831 50%, #D9BE8E 50%);
  color: #FFFFFF;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.15s ease-out;
  border-radius: 0.5rem;
}
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
  background-position: left bottom;
}

.woocommerce button, .woocommerce a.button {
  background: #D9BE8E;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.woocommerce button.button, .woocommerce a.button.button {
  background: #D9BE8E;
  color: #FFFFFF;
  padding: 0.9rem;
  border-radius: 1rem;
  transition: all 0.15s ease;
  border: 1px solid transparent;
}
.woocommerce button.button:hover, .woocommerce a.button.button:hover {
  background: #333;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.woocommerce button.button:focus, .woocommerce a.button.button:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 3px, 0 0 0 5px #D9BE8E !important;
}
.woocommerce button.button:focus:after, .woocommerce a.button.button:focus:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background: #D9BE8E;
}
.woocommerce button.button.alt, .woocommerce a.button.button.alt {
  background: #D9BE8E;
  color: #FFFFFF;
  padding: 0.9rem;
  border-radius: 0.5rem;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.button.alt:hover {
  background: #333;
  color: #FFFFFF;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.button:disabled, .woocommerce a.button.button:disabled[disabled] {
  padding: 0.9rem;
  background: #f3f3f3;
}
.woocommerce button.button.button-plain, .woocommerce a.button.button.button-plain {
  background: transparent;
}
.woocommerce button.button.button-plain:hover, .woocommerce a.button.button.button-plain:hover {
  background: transparent;
  text-decoration: underline;
}
.woocommerce button.button.button-plain.button-filter, .woocommerce a.button.button.button-plain.button-filter {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce button.button.button-plain.button-filter, .woocommerce a.button.button.button-plain.button-filter {
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
}
.woocommerce button.button.button-small, .woocommerce a.button.button.button-small {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: normal;
}
.woocommerce button.btn-black, .woocommerce button.button-black, .woocommerce a.button.btn-black, .woocommerce a.button.button-black {
  background: #D9BE8E;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1;
}
.woocommerce button.btn-black:hover, .woocommerce button.button-black:hover, .woocommerce a.button.btn-black:hover, .woocommerce a.button.button-black:hover {
  background: #333;
  color: #FFFFFF;
  text-decoration: none;
}

button.btn, button.button, button.button[type=submit], button.alt.button[type=submit], a.btn, a.button, a.button[type=submit], a.alt.button[type=submit] {
  padding: 0.5rem 1rem;
  outline: none;
  border: 0px;
  text-align: center;
  display: inline-block;
  border-radius: 0.5rem;
}
button.btn.buitenkeuken-op-maat-offerte, button.button.buitenkeuken-op-maat-offerte, button.button[type=submit].buitenkeuken-op-maat-offerte, button.alt.button[type=submit].buitenkeuken-op-maat-offerte, a.btn.buitenkeuken-op-maat-offerte, a.button.buitenkeuken-op-maat-offerte, a.button[type=submit].buitenkeuken-op-maat-offerte, a.alt.button[type=submit].buitenkeuken-op-maat-offerte {
  font-size: 1.25rem;
}
button.btn.btn-primary, button.btn.btn-alt, button.btn.alt, button.btn.checkout-button, button.button.btn-primary, button.button.btn-alt, button.button.alt, button.button.checkout-button, button.button[type=submit].btn-primary, button.button[type=submit].btn-alt, button.button[type=submit].alt, button.button[type=submit].checkout-button, button.alt.button[type=submit].btn-primary, button.alt.button[type=submit].btn-alt, button.alt.button[type=submit].alt, button.alt.button[type=submit].checkout-button, a.btn.btn-primary, a.btn.btn-alt, a.btn.alt, a.btn.checkout-button, a.button.btn-primary, a.button.btn-alt, a.button.alt, a.button.checkout-button, a.button[type=submit].btn-primary, a.button[type=submit].btn-alt, a.button[type=submit].alt, a.button[type=submit].checkout-button, a.alt.button[type=submit].btn-primary, a.alt.button[type=submit].btn-alt, a.alt.button[type=submit].alt, a.alt.button[type=submit].checkout-button {
  color: #FFFFFF;
  background: linear-gradient(to right, #000000 50%, #8C5831 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
button.btn.btn-primary.disabled, button.btn.btn-alt.disabled, button.btn.alt.disabled, button.btn.checkout-button.disabled, button.button.btn-primary.disabled, button.button.btn-alt.disabled, button.button.alt.disabled, button.button.checkout-button.disabled, button.button[type=submit].btn-primary.disabled, button.button[type=submit].btn-alt.disabled, button.button[type=submit].alt.disabled, button.button[type=submit].checkout-button.disabled, button.alt.button[type=submit].btn-primary.disabled, button.alt.button[type=submit].btn-alt.disabled, button.alt.button[type=submit].alt.disabled, button.alt.button[type=submit].checkout-button.disabled, a.btn.btn-primary.disabled, a.btn.btn-alt.disabled, a.btn.alt.disabled, a.btn.checkout-button.disabled, a.button.btn-primary.disabled, a.button.btn-alt.disabled, a.button.alt.disabled, a.button.checkout-button.disabled, a.button[type=submit].btn-primary.disabled, a.button[type=submit].btn-alt.disabled, a.button[type=submit].alt.disabled, a.button[type=submit].checkout-button.disabled, a.alt.button[type=submit].btn-primary.disabled, a.alt.button[type=submit].btn-alt.disabled, a.alt.button[type=submit].alt.disabled, a.alt.button[type=submit].checkout-button.disabled {
  opacity: 0.5;
}
button.btn.btn-primary.disabled:hover, button.btn.btn-alt.disabled:hover, button.btn.alt.disabled:hover, button.btn.checkout-button.disabled:hover, button.button.btn-primary.disabled:hover, button.button.btn-alt.disabled:hover, button.button.alt.disabled:hover, button.button.checkout-button.disabled:hover, button.button[type=submit].btn-primary.disabled:hover, button.button[type=submit].btn-alt.disabled:hover, button.button[type=submit].alt.disabled:hover, button.button[type=submit].checkout-button.disabled:hover, button.alt.button[type=submit].btn-primary.disabled:hover, button.alt.button[type=submit].btn-alt.disabled:hover, button.alt.button[type=submit].alt.disabled:hover, button.alt.button[type=submit].checkout-button.disabled:hover, a.btn.btn-primary.disabled:hover, a.btn.btn-alt.disabled:hover, a.btn.alt.disabled:hover, a.btn.checkout-button.disabled:hover, a.button.btn-primary.disabled:hover, a.button.btn-alt.disabled:hover, a.button.alt.disabled:hover, a.button.checkout-button.disabled:hover, a.button[type=submit].btn-primary.disabled:hover, a.button[type=submit].btn-alt.disabled:hover, a.button[type=submit].alt.disabled:hover, a.button[type=submit].checkout-button.disabled:hover, a.alt.button[type=submit].btn-primary.disabled:hover, a.alt.button[type=submit].btn-alt.disabled:hover, a.alt.button[type=submit].alt.disabled:hover, a.alt.button[type=submit].checkout-button.disabled:hover {
  background-position: right bottom;
}
button.btn.btn-primary:hover, button.btn.btn-alt:hover, button.btn.alt:hover, button.btn.checkout-button:hover, button.button.btn-primary:hover, button.button.btn-alt:hover, button.button.alt:hover, button.button.checkout-button:hover, button.button[type=submit].btn-primary:hover, button.button[type=submit].btn-alt:hover, button.button[type=submit].alt:hover, button.button[type=submit].checkout-button:hover, button.alt.button[type=submit].btn-primary:hover, button.alt.button[type=submit].btn-alt:hover, button.alt.button[type=submit].alt:hover, button.alt.button[type=submit].checkout-button:hover, a.btn.btn-primary:hover, a.btn.btn-alt:hover, a.btn.alt:hover, a.btn.checkout-button:hover, a.button.btn-primary:hover, a.button.btn-alt:hover, a.button.alt:hover, a.button.checkout-button:hover, a.button[type=submit].btn-primary:hover, a.button[type=submit].btn-alt:hover, a.button[type=submit].alt:hover, a.button[type=submit].checkout-button:hover, a.alt.button[type=submit].btn-primary:hover, a.alt.button[type=submit].btn-alt:hover, a.alt.button[type=submit].alt:hover, a.alt.button[type=submit].checkout-button:hover {
  background-position: left bottom;
  cursor: pointer;
}
button.btn.btn-primary, button.button.btn-primary, button.button[type=submit].btn-primary, button.alt.button[type=submit].btn-primary, a.btn.btn-primary, a.button.btn-primary, a.button[type=submit].btn-primary, a.alt.button[type=submit].btn-primary {
  text-decoration: none;
}
button.btn.btn-primary.btn-link, button.button.btn-primary.btn-link, button.button[type=submit].btn-primary.btn-link, button.alt.button[type=submit].btn-primary.btn-link, a.btn.btn-primary.btn-link, a.button.btn-primary.btn-link, a.button[type=submit].btn-primary.btn-link, a.alt.button[type=submit].btn-primary.btn-link {
  color: #333;
  background: transparent !important;
  padding: 0;
}
button.btn.btn-primary.btn-link:hover, button.button.btn-primary.btn-link:hover, button.button[type=submit].btn-primary.btn-link:hover, button.alt.button[type=submit].btn-primary.btn-link:hover, a.btn.btn-primary.btn-link:hover, a.button.btn-primary.btn-link:hover, a.button[type=submit].btn-primary.btn-link:hover, a.alt.button[type=submit].btn-primary.btn-link:hover {
  color: #333;
  cursor: pointer;
}
button.btn.button-primary-hover, button.button.button-primary-hover, button.button[type=submit].button-primary-hover, button.alt.button[type=submit].button-primary-hover, a.btn.button-primary-hover, a.button.button-primary-hover, a.button[type=submit].button-primary-hover, a.alt.button[type=submit].button-primary-hover {
  background: #83261f;
  color: #FFFFFF;
}
button.btn.btn-secondary, button.button.btn-secondary, button.button[type=submit].btn-secondary, button.alt.button[type=submit].btn-secondary, a.btn.btn-secondary, a.button.btn-secondary, a.button[type=submit].btn-secondary, a.alt.button[type=submit].btn-secondary {
  background: #FFFFFF;
}
button.btn.btn-secondary .fa, button.button.btn-secondary .fa, button.button[type=submit].btn-secondary .fa, button.alt.button[type=submit].btn-secondary .fa, a.btn.btn-secondary .fa, a.button.btn-secondary .fa, a.button[type=submit].btn-secondary .fa, a.alt.button[type=submit].btn-secondary .fa {
  color: #D9BE8E;
}
button.btn.btn-secondary:hover, button.button.btn-secondary:hover, button.button[type=submit].btn-secondary:hover, button.alt.button[type=submit].btn-secondary:hover, a.btn.btn-secondary:hover, a.button.btn-secondary:hover, a.button[type=submit].btn-secondary:hover, a.alt.button[type=submit].btn-secondary:hover {
  background: #D9BE8E;
  color: #FFFFFF;
}
button.btn.btn-secondary:hover .fa, button.button.btn-secondary:hover .fa, button.button[type=submit].btn-secondary:hover .fa, button.alt.button[type=submit].btn-secondary:hover .fa, a.btn.btn-secondary:hover .fa, a.button.btn-secondary:hover .fa, a.button[type=submit].btn-secondary:hover .fa, a.alt.button[type=submit].btn-secondary:hover .fa {
  color: #FFFFFF;
}
button.btn.button-small, button.button.button-small, button.button[type=submit].button-small, button.alt.button[type=submit].button-small, a.btn.button-small, a.button.button-small, a.button[type=submit].button-small, a.alt.button[type=submit].button-small {
  padding: 0.3rem;
  font-size: 1rem;
}
button.btn.btn-black, button.btn.button-black, button.button.btn-black, button.button.button-black, button.button[type=submit].btn-black, button.button[type=submit].button-black, button.alt.button[type=submit].btn-black, button.alt.button[type=submit].button-black, a.btn.btn-black, a.btn.button-black, a.button.btn-black, a.button.button-black, a.button[type=submit].btn-black, a.button[type=submit].button-black, a.alt.button[type=submit].btn-black, a.alt.button[type=submit].button-black {
  background: #D9BE8E;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1;
}
button.btn.btn-black:hover, button.btn.button-black:hover, button.button.btn-black:hover, button.button.button-black:hover, button.button[type=submit].btn-black:hover, button.button[type=submit].button-black:hover, button.alt.button[type=submit].btn-black:hover, button.alt.button[type=submit].button-black:hover, a.btn.btn-black:hover, a.btn.button-black:hover, a.button.btn-black:hover, a.button.button-black:hover, a.button[type=submit].btn-black:hover, a.button[type=submit].button-black:hover, a.alt.button[type=submit].btn-black:hover, a.alt.button[type=submit].button-black:hover {
  background: #333;
  color: #FFFFFF;
  text-decoration: none;
}
button.btn.btn-maatwerk, button.button.btn-maatwerk, button.button[type=submit].btn-maatwerk, button.alt.button[type=submit].btn-maatwerk, a.btn.btn-maatwerk, a.button.btn-maatwerk, a.button[type=submit].btn-maatwerk, a.alt.button[type=submit].btn-maatwerk {
  margin-left: 5px;
}
button.btn.button-plain, button.button.button-plain, button.button[type=submit].button-plain, button.alt.button[type=submit].button-plain, a.btn.button-plain, a.button.button-plain, a.button[type=submit].button-plain, a.alt.button[type=submit].button-plain {
  background: transparent;
}
button.btn.button-plain:hover, button.button.button-plain:hover, button.button[type=submit].button-plain:hover, button.alt.button[type=submit].button-plain:hover, a.btn.button-plain:hover, a.button.button-plain:hover, a.button[type=submit].button-plain:hover, a.alt.button[type=submit].button-plain:hover {
  background: transparent;
  text-decoration: underline;
}
button.btn.button-plain.button-mobile-menu-toggle, button.button.button-plain.button-mobile-menu-toggle, button.button[type=submit].button-plain.button-mobile-menu-toggle, button.alt.button[type=submit].button-plain.button-mobile-menu-toggle, a.btn.button-plain.button-mobile-menu-toggle, a.button.button-plain.button-mobile-menu-toggle, a.button[type=submit].button-plain.button-mobile-menu-toggle, a.alt.button[type=submit].button-plain.button-mobile-menu-toggle {
  position: absolute;
  display: none;
  top: 0;
  padding: 0.5rem;
  font-size: 1.8rem;
  left: 1rem;
}
@media (max-width: 768px) {
  button.btn.button-plain.button-mobile-menu-toggle, button.button.button-plain.button-mobile-menu-toggle, button.button[type=submit].button-plain.button-mobile-menu-toggle, button.alt.button[type=submit].button-plain.button-mobile-menu-toggle, a.btn.button-plain.button-mobile-menu-toggle, a.button.button-plain.button-mobile-menu-toggle, a.button[type=submit].button-plain.button-mobile-menu-toggle, a.alt.button[type=submit].button-plain.button-mobile-menu-toggle {
    display: inline-block;
  }
}
button.btn.btn-rounded, button.button.btn-rounded, button.button[type=submit].btn-rounded, button.alt.button[type=submit].btn-rounded, a.btn.btn-rounded, a.button.btn-rounded, a.button[type=submit].btn-rounded, a.alt.button[type=submit].btn-rounded {
  border: 1px solid #FFFFFF;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  text-align: center;
  background: transparent;
}
button.button-outline-slider, a.button-outline-slider {
  background: transparent;
  margin: 0;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
button.button-outline-slider:hover, a.button-outline-slider:hover {
  background: #D9BE8E;
}

.nav-buttons {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
}
.nav-buttons button {
  padding: 0.8rem;
}
.nav-buttons button.prev, .nav-buttons button.next {
  display: block;
  border: none;
  background: #FFFFFF;
  color: #D9BE8E;
  outline: none;
  border-radius: 0px;
  margin: 0;
}
.nav-buttons button.prev:hover, .nav-buttons button.next:hover {
  background: #333;
  color: #FFFFFF;
}

.breadcrumbs {
  padding: 0 1rem;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
  font-size: 0.8rem;
}
.breadcrumbs a:hover {
  color: #D9BE8E;
  text-decoration: underline;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-Message, .woocommerce .woocommerce-info {
  padding: 1rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-radius: 0.2rem;
  border-top: 0px;
  line-height: 1.5;
}
.woocommerce .woocommerce-message.woocommerce-info, .woocommerce .woocommerce-Message.woocommerce-info, .woocommerce .woocommerce-info.woocommerce-info {
  padding: 1rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border-radius: 0.5rem;
  border-top: 0px;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-Message:before, .woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-message button.button, .woocommerce .woocommerce-Message a.button, .woocommerce .woocommerce-Message button.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-info button.button {
  background: none;
  color: #856404;
  padding: 0;
  font-weight: normal;
}
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-message button.button:hover, .woocommerce .woocommerce-Message a.button:hover, .woocommerce .woocommerce-Message button.button:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-info button.button:hover {
  background: none;
  text-decoration: underline;
  color: #856404;
}
.woocommerce .woocommerce-error {
  border: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 0.5rem;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.custom-warning {
  background: #fff3de;
  color: #ac5f00;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.top-services {
  padding: 5rem;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .top-services {
    padding: 5rem 1rem;
  }
}
.top-services .top-services-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-services .top-services-inner .service {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-services .top-services-inner .service .fal {
  font-size: 3.5rem;
  margin: 0 1rem 0 0;
}
.top-services .top-services-inner .service strong {
  font-weight: normal;
  margin: 1rem 0;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .top-services .top-services-inner .service strong {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .top-services .top-services-inner .service {
    flex-direction: column;
    text-align: center;
  }
  .top-services .top-services-inner .service .fal {
    margin: 0;
    font-size: 3rem;
  }
}

.payment-methods-container {
  background: #FFFFFF;
  margin: 2rem 0;
}
.payment-methods-container .payment-methods {
  padding: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.payment-methods-container .payment-methods .fab, .payment-methods-container .payment-methods .fal {
  font-size: 3.5rem;
  color: #aaa;
  margin: 0 1rem;
}

.cart-container {
  margin: 2rem 0 0 0;
}
@media (max-width: 768px) {
  .cart-container .row .cart-totals, .cart-container .row .woocommerce-cart-form-container {
    width: 100% !important;
  }
  .cart-container .row .cart-totals .woocommerce-cart-form, .cart-container .row .woocommerce-cart-form-container .woocommerce-cart-form {
    margin: 0;
    padding: 0;
  }
  .cart-container .row .cart-totals {
    margin: 1rem 0;
  }
}

.woocommerce .woocommerce-cart-form {
  margin: 0;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item {
  margin-bottom: 1rem;
  align-items: center;
  background: #f3f3f3;
  padding: 1rem;
  position: relative;
  align-items: flex-start;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .remove-item {
  margin: 0 0.5rem;
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .remove-item {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .remove-item:hover {
  color: #000000;
  opacity: 1;
}
@media (max-width: 768px) {
  .woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-quantity {
    width: 150px;
    margin: 0 1rem 0 0;
  }
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-subtotal bdi {
  font-weight: bold;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-subtotal .tax_label {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-name {
    width: 50%;
  }
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-name a {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-name a.tm-cart-edit-options {
  margin: 1rem 0;
  color: #A6372D;
  font-size: 0.85rem;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .product-name dd {
  margin: 0;
  padding: 0;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item .actions {
  background: #FFFFFF;
}
.woocommerce .custom-shopping-cart .woocommerce-cart-form__cart-item td {
  background: #f3f3f3;
  margin-bottom: 1rem;
  border-bottom: 0px;
}
.woocommerce .custom-shopping-cart .product-thumbnail {
  width: 120px;
  margin: 0 1rem 0 0;
}
@media (max-width: 768px) {
  .woocommerce .custom-shopping-cart .product-thumbnail {
    margin-bottom: 1rem;
  }
}
.woocommerce .custom-shopping-cart .product-thumbnail img {
  display: block;
  width: 140px;
  height: auto;
  border: 1px solid #ddd;
}
.woocommerce .tc-associated-table-product {
  margin-left: 1rem;
  position: relative;
}
.woocommerce .tc-associated-table-product:before {
  content: " ";
  position: absolute;
  right: 1rem;
  top: -1rem;
  display: block;
  background: #ddd;
  width: 1px;
  height: 1rem;
}
.woocommerce .tc-associated-table-product.woocommerce-cart-form__cart-item .product-thumbnail {
  width: 80px;
}
.woocommerce .tc-associated-table-product.woocommerce-cart-form__cart-item .product-name a {
  font-size: 0.85rem;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  text-align: center;
}
.woocommerce table.shop_table {
  border: 0px;
}
.woocommerce table.shop_table tbody td, .woocommerce table.shop_table tbody th {
  border: 0px !important;
}
.woocommerce table.shop_table tbody td .includes_tax, .woocommerce table.shop_table tbody th .includes_tax {
  display: block;
}
.woocommerce .cart-totals {
  margin-bottom: 8rem !important;
}
.woocommerce .cart-totals.sticky {
  position: sticky;
  top: 1rem;
  right: 0;
}

.coupon {
  margin: 0 0 2rem 0;
}

.cart-totals {
  padding: 1rem;
  margin-left: 2rem;
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .cart-totals {
    margin-left: 2rem;
  }
}
.cart-totals h2 {
  display: none;
}
.cart-totals .cart-subtotal th {
  border: none;
}

.coupon input {
  width: 100%;
  margin: 0 0 1rem 0;
}
.coupon button {
  width: 100%;
  text-align: center;
}

.shopping-cart-container {
  list-style: none;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border: 1px solid transparent;
  flex-direction: column;
}
@media (max-width: 768px) {
  .shopping-cart-container {
    position: fixed;
    top: 5px;
    z-index: 999;
    right: 1rem;
  }
}
.shopping-cart-container .shopping-cart-container-inner {
  z-index: 999;
  position: relative;
}
.shopping-cart-container ul.shopping-cart-content {
  position: absolute;
  right: -1px;
  margin: 0;
  border: 1px solid #ddd;
  padding: 1rem;
  width: 360px;
  list-style: none;
  background: #FFFFFF;
  border-radius: 0 0 0.25rem 0.25rem;
}
.shopping-cart-container ul.shopping-cart-content.shopping-cart-content {
  display: none;
}
.shopping-cart-container .shopping-cart-button {
  position: relative;
  display: flex;
  font-size: 1.2rem;
}
.shopping-cart-container .shopping-cart-button:after {
  display: none;
}
.shopping-cart-container .alert-circle {
  background: #000000;
  color: #FFFFFF;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-left: 0.3rem;
  padding: 0.25rem;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.shopping-cart-container .shopping-cart-button {
  position: relative;
  padding: 1rem;
}
.shopping-cart-container:hover {
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-bottom-color: #FFFFFF;
}
.shopping-cart-container:hover ul.shopping-cart-content {
  display: block;
}
.shopping-cart-container:hover ul.shopping-cart-content li {
  border-right: 0px;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem;
}
.shopping-cart-container:hover ul.shopping-cart-content li:last-of-type {
  border-bottom: 0;
}
.shopping-cart-container:hover ul.shopping-cart-content li a {
  position: relative;
  height: 100%;
  display: block;
}
.shopping-cart-container:hover .shopping-cart-button {
  position: relative;
  display: flex;
  font-size: 1.2rem;
}
.shopping-cart-container:hover .shopping-cart-button:after {
  display: block;
  position: absolute;
  content: " ";
  height: 10px;
  background: #FFFFFF;
  bottom: -1px;
  z-index: 9999;
  width: 100%;
  left: 0;
}
.shopping-cart-container .cart-inner-container {
  display: flex;
  width: 100%;
  margin-right: -1rem;
}
.shopping-cart-container .cart-inner-container .cart-product-thumb {
  flex: 2;
  padding: 0 0.5rem;
}
.shopping-cart-container .cart-inner-container .cart-product-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}
.shopping-cart-container .cart-inner-container .cart-product-inner-content {
  flex: 4;
}
.shopping-cart-container .cart-inner-container .cart-product-inner-content p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
  display: block;
}
.shopping-cart-container .cart-inner-container .cart-product-inner-content p .regular-price {
  text-decoration: line-through;
  color: #aaa;
}
.shopping-cart-container .cart-inner-container .cart-product-inner-content p .sale-price {
  font-weight: bold;
  color: #A6372D;
}
.shopping-cart-container .cart-inner-container .cart-product-inner-content strong {
  display: block;
  padding: 0.5rem 0;
}
.shopping-cart-container .cart-totals {
  background: transparent;
}
.shopping-cart-container .btn-primary {
  margin: 0.8rem 0;
  display: block;
}

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

.cart-footer {
  padding: 1rem 0;
}
.cart-footer strong {
  display: block;
  margin: 0 0 1rem 0;
}
.cart-footer a.btn-small {
  display: block;
}

.my-account {
  margin: 2rem 0 0 0;
}

.woocommerce-MyAccount-navigation {
  background: #f3f3f3;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.5rem;
}

.woocommerce-MyAccount-content {
  padding: 0 2rem;
}

.checkout-review-container {
  margin: 0 0 0 1rem;
  position: sticky;
  top: 1rem;
}
@media (max-width: 768px) {
  .checkout-review-container {
    margin: 0;
  }
}
.checkout-review-container .woocommerce-terms-and-conditions, .checkout-review-container .woocommerce-privacy-policy-text {
  display: none !important;
}

.woocommerce-checkout .optional {
  display: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border: 0px !important;
}

.woocommerce-form-coupon-toggle {
  margin-top: 2rem;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left !important;
}
@media (max-width: 768px) {
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
}

.woocommerce .woocommerce-checkout-review-order {
  padding: 1rem;
  position: sticky;
  top: 2rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-checkout-review-order {
    padding: 0;
    width: 100%;
    border: none;
  }
}
.woocommerce .checkout-review-container {
  background: #f3f3f3;
}
@media (max-width: 768px) {
  .woocommerce .checkout-review-container {
    bottom: 0;
    left: 0;
    padding: 1.2rem;
    top: auto;
    width: 100%;
  }
  .woocommerce .checkout-review-container h3 {
    display: none;
  }
  .woocommerce .checkout-review-container table.shop_table {
    border: none;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .woocommerce .checkout-review-container table.shop_table th, .woocommerce .checkout-review-container table.shop_table td {
    padding: 3px 12px;
  }
  .woocommerce .checkout-review-container .place-order {
    padding: 0 !important;
    background: none !important;
  }
  .woocommerce .checkout-review-container #place_order {
    margin-bottom: 0 !important;
  }
}

.woocommerce-shipping-fields {
  margin-bottom: 8rem !important;
}

#ship-to-different-address {
  font-size: 1rem;
  margin: 1rem 0;
}

.woocommerce table.shop_table td small {
  display: block;
}

.home .grey-background {
  height: 100px;
}
@media (max-width: 768px) {
  .home .grey-background {
    height: 50px;
  }
}

.home .home-product-categories {
  margin-top: -4rem;
  position: relative;
  z-index: 3;
}
.home .products-overview .button-container {
  text-align: center;
  margin-top: -1.5rem;
  position: relative;
  z-index: 3;
}

.products-overview h1, .products-overview h2, .products-overview h3 {
  display: block;
  text-align: center;
}
.products-overview h1 {
  font-size: 2rem;
  margin: 2rem 0 0 0;
}
.products-overview h1.page-title {
  display: none;
}
.products-overview h2 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.products-overview h3 {
  margin: 2.5rem 0 2rem 0;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .products-overview h3 {
    font-size: 1.8rem;
  }
}
.products-overview.include-video {
  margin-top: 220px;
  z-index: 4;
  position: relative;
}
.products-overview.include-video h1.page-title {
  text-indent: -9999px;
}

.woocommerce .term-description {
  display: none;
}
.woocommerce .woocommerce-content ul.products, .woocommerce .woocommerce-content .more-products-swiper {
  list-style: none;
  margin: 0;
  padding: 2rem;
  position: relative;
  z-index: 3;
}
.woocommerce .woocommerce-content ul.products .has-post-thumbnail, .woocommerce .woocommerce-content .more-products-swiper .has-post-thumbnail {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-content ul.products .has-post-thumbnail a::before, .woocommerce .woocommerce-content .more-products-swiper .has-post-thumbnail a::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.woocommerce .woocommerce-content ul.products .has-post-thumbnail a:hover::before, .woocommerce .woocommerce-content ul.products .has-post-thumbnail a:focus::before, .woocommerce .woocommerce-content .more-products-swiper .has-post-thumbnail a:hover::before, .woocommerce .woocommerce-content .more-products-swiper .has-post-thumbnail a:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products, .woocommerce .woocommerce-content .more-products-swiper {
    padding: 1rem;
  }
}
.woocommerce .woocommerce-content ul.products li, .woocommerce .woocommerce-content ul.products .swiper-slide, .woocommerce .woocommerce-content .more-products-swiper li, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide {
  margin-right: 1rem;
  position: relative;
  float: none;
  background: #FFFFFF;
}
.woocommerce .woocommerce-content ul.products li img, .woocommerce .woocommerce-content ul.products .swiper-slide img, .woocommerce .woocommerce-content .more-products-swiper li img, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide img {
  height: auto;
  max-width: 100%;
}
.woocommerce .woocommerce-content ul.products li a, .woocommerce .woocommerce-content ul.products .swiper-slide a, .woocommerce .woocommerce-content .more-products-swiper li a, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide a {
  text-decoration: none;
}
.woocommerce .woocommerce-content ul.products li a img, .woocommerce .woocommerce-content ul.products .swiper-slide a img, .woocommerce .woocommerce-content .more-products-swiper li a img, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide a img {
  transition: all 0.15s ease;
}
.woocommerce .woocommerce-content ul.products li.product, .woocommerce .woocommerce-content ul.products li .product, .woocommerce .woocommerce-content ul.products .swiper-slide.product, .woocommerce .woocommerce-content ul.products .swiper-slide .product, .woocommerce .woocommerce-content .more-products-swiper li.product, .woocommerce .woocommerce-content .more-products-swiper li .product, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li.product, .woocommerce .woocommerce-content ul.products li .product, .woocommerce .woocommerce-content ul.products .swiper-slide.product, .woocommerce .woocommerce-content ul.products .swiper-slide .product, .woocommerce .woocommerce-content .more-products-swiper li.product, .woocommerce .woocommerce-content .more-products-swiper li .product, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product {
    margin: 0 0 1rem !important;
  }
}
.woocommerce .woocommerce-content ul.products li.product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content ul.products li .product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content ul.products .swiper-slide.product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content ul.products .swiper-slide .product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content .more-products-swiper li.product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content .more-products-swiper li .product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .product-thumbnail-flash-sale-container, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .product-thumbnail-flash-sale-container {
  position: relative;
}
.woocommerce .woocommerce-content ul.products li.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products li .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products .swiper-slide.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products .swiper-slide .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper li.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper li .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .product-thumbnail-flash-sale-container span.onsale {
  line-height: 1;
  position: absolute;
  bottom: -26px;
  top: auto;
  left: 0;
  min-height: auto;
  right: auto;
  padding: 0.4rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products li .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products .swiper-slide.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content ul.products .swiper-slide .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper li.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper li .product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .product-thumbnail-flash-sale-container span.onsale, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .product-thumbnail-flash-sale-container span.onsale {
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-content ul.products li.product .maatwerk, .woocommerce .woocommerce-content ul.products li.product .attributes, .woocommerce .woocommerce-content ul.products li .product .maatwerk, .woocommerce .woocommerce-content ul.products li .product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide.product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide .product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide .product .attributes, .woocommerce .woocommerce-content .more-products-swiper li.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li.product .attributes, .woocommerce .woocommerce-content .more-products-swiper li .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li .product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .attributes {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li.product .maatwerk, .woocommerce .woocommerce-content ul.products li.product .attributes, .woocommerce .woocommerce-content ul.products li .product .maatwerk, .woocommerce .woocommerce-content ul.products li .product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide.product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide .product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide .product .attributes, .woocommerce .woocommerce-content .more-products-swiper li.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li.product .attributes, .woocommerce .woocommerce-content .more-products-swiper li .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li .product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .attributes {
    width: 60px;
    height: 60px;
  }
}
.woocommerce .woocommerce-content ul.products li.product .attributes, .woocommerce .woocommerce-content ul.products li .product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide.product .attributes, .woocommerce .woocommerce-content ul.products .swiper-slide .product .attributes, .woocommerce .woocommerce-content .more-products-swiper li.product .attributes, .woocommerce .woocommerce-content .more-products-swiper li .product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .attributes, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .attributes {
  background: url("../images/per-set.svg") no-repeat;
}
.woocommerce .woocommerce-content ul.products li.product .maatwerk, .woocommerce .woocommerce-content ul.products li .product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content ul.products .swiper-slide .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper li .product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .maatwerk, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .maatwerk {
  background: url("../images/maatwerk-mogelijk.svg") no-repeat;
}
.woocommerce .woocommerce-content ul.products li.product .uitgelicht, .woocommerce .woocommerce-content ul.products li .product .uitgelicht, .woocommerce .woocommerce-content ul.products .swiper-slide.product .uitgelicht, .woocommerce .woocommerce-content ul.products .swiper-slide .product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper li.product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper li .product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .uitgelicht {
  color: #FFFFFF;
  background: #000000;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.5rem;
  z-index: 9;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li.product .uitgelicht, .woocommerce .woocommerce-content ul.products li .product .uitgelicht, .woocommerce .woocommerce-content ul.products .swiper-slide.product .uitgelicht, .woocommerce .woocommerce-content ul.products .swiper-slide .product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper li.product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper li .product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .uitgelicht, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .uitgelicht {
    font-size: 0.8rem;
  }
}
.woocommerce .woocommerce-content ul.products li.product .price, .woocommerce .woocommerce-content ul.products li .product .price, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price, .woocommerce .woocommerce-content .more-products-swiper li.product .price, .woocommerce .woocommerce-content .more-products-swiper li .product .price, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  flex-wrap: wrap;
}
.woocommerce .woocommerce-content ul.products li.product .price .from-price-label, .woocommerce .woocommerce-content ul.products li .product .price .from-price-label, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price .from-price-label, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price .from-price-label, .woocommerce .woocommerce-content .more-products-swiper li.product .price .from-price-label, .woocommerce .woocommerce-content .more-products-swiper li .product .price .from-price-label, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price .from-price-label, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price .from-price-label {
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 0 0 0.4rem 0;
  color: #888;
  font-weight: normal;
}
.woocommerce .woocommerce-content ul.products li.product .price del, .woocommerce .woocommerce-content ul.products li .product .price del, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price del, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price del, .woocommerce .woocommerce-content .more-products-swiper li.product .price del, .woocommerce .woocommerce-content .more-products-swiper li .product .price del, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price del, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price del {
  text-decoration: line-through;
  margin: 0 1rem 0 0;
}
.woocommerce .woocommerce-content ul.products li.product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products li.product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products li .product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products li .product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper li.product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper li.product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper li .product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper li .product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price del .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 0.9rem;
  font-weight: 700;
}
.woocommerce .woocommerce-content ul.products li.product .price ins, .woocommerce .woocommerce-content ul.products li .product .price ins, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price ins, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price ins, .woocommerce .woocommerce-content .more-products-swiper li.product .price ins, .woocommerce .woocommerce-content .more-products-swiper li .product .price ins, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price ins, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price ins {
  text-decoration: none;
}
.woocommerce .woocommerce-content ul.products li.product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products li.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products li .product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products li .product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper li.product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper li.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper li .product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper li .product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price .woocommerce-Price-amount.amount, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.1rem;
  font-weight: 700;
}
.woocommerce .woocommerce-content ul.products li.product .price span, .woocommerce .woocommerce-content ul.products li .product .price span, .woocommerce .woocommerce-content ul.products .swiper-slide.product .price span, .woocommerce .woocommerce-content ul.products .swiper-slide .product .price span, .woocommerce .woocommerce-content .more-products-swiper li.product .price span, .woocommerce .woocommerce-content .more-products-swiper li .product .price span, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .price span, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .price span {
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
}
.woocommerce .woocommerce-content ul.products li.product h2, .woocommerce .woocommerce-content ul.products li .product h2, .woocommerce .woocommerce-content ul.products .swiper-slide.product h2, .woocommerce .woocommerce-content ul.products .swiper-slide .product h2, .woocommerce .woocommerce-content .more-products-swiper li.product h2, .woocommerce .woocommerce-content .more-products-swiper li .product h2, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product h2, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product h2 {
  display: flex;
  align-items: flex-end;
}
.woocommerce .woocommerce-content ul.products li.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products li .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products .swiper-slide.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products .swiper-slide .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper li.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper li .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product h2.woocommerce-loop-product__title {
  display: block;
  font-size: 1.2rem;
  color: #000000;
  padding: 1.8rem 0.5rem 0 0.5rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products li .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products .swiper-slide.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content ul.products .swiper-slide .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper li.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper li .product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product h2.woocommerce-loop-product__title, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product h2.woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-content ul.products li.product .button, .woocommerce .woocommerce-content ul.products li .product .button, .woocommerce .woocommerce-content ul.products .swiper-slide.product .button, .woocommerce .woocommerce-content ul.products .swiper-slide .product .button, .woocommerce .woocommerce-content .more-products-swiper li.product .button, .woocommerce .woocommerce-content .more-products-swiper li .product .button, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product .button, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product .button {
  margin: 1rem;
  display: block;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
}
.woocommerce .woocommerce-content ul.products li.product:first-of-type, .woocommerce .woocommerce-content ul.products li .product:first-of-type, .woocommerce .woocommerce-content ul.products .swiper-slide.product:first-of-type, .woocommerce .woocommerce-content ul.products .swiper-slide .product:first-of-type, .woocommerce .woocommerce-content .more-products-swiper li.product:first-of-type, .woocommerce .woocommerce-content .more-products-swiper li .product:first-of-type, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product:first-of-type, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product:first-of-type {
  padding-left: 0;
}
.woocommerce .woocommerce-content ul.products li.product:hover, .woocommerce .woocommerce-content ul.products li .product:hover, .woocommerce .woocommerce-content ul.products .swiper-slide.product:hover, .woocommerce .woocommerce-content ul.products .swiper-slide .product:hover, .woocommerce .woocommerce-content .more-products-swiper li.product:hover, .woocommerce .woocommerce-content .more-products-swiper li .product:hover, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product:hover, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product:hover {
  border-bottom-color: #8C5831;
}
.woocommerce .woocommerce-content ul.products li.product:hover h2, .woocommerce .woocommerce-content ul.products li .product:hover h2, .woocommerce .woocommerce-content ul.products .swiper-slide.product:hover h2, .woocommerce .woocommerce-content ul.products .swiper-slide .product:hover h2, .woocommerce .woocommerce-content .more-products-swiper li.product:hover h2, .woocommerce .woocommerce-content .more-products-swiper li .product:hover h2, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide.product:hover h2, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product:hover h2 {
  color: #8C5831;
}
.woocommerce .woocommerce-content ul.products li .product-subtitle, .woocommerce .woocommerce-content ul.products .swiper-slide .product-subtitle, .woocommerce .woocommerce-content .more-products-swiper li .product-subtitle, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product-subtitle {
  color: #A6372D;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  padding: 0 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-content ul.products li .product-subtitle, .woocommerce .woocommerce-content ul.products .swiper-slide .product-subtitle, .woocommerce .woocommerce-content .more-products-swiper li .product-subtitle, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .product-subtitle {
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-content ul.products li .tinvwl_add_to_wishlist_button, .woocommerce .woocommerce-content ul.products .swiper-slide .tinvwl_add_to_wishlist_button, .woocommerce .woocommerce-content .more-products-swiper li .tinvwl_add_to_wishlist_button, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .tinvwl_add_to_wishlist_button {
  position: absolute;
  right: 1rem;
  top: 0;
  display: none;
  color: #FFFFFF;
  margin-top: 0;
  width: 50px;
  height: 50px;
}
.woocommerce .woocommerce-content ul.products li .tinvwl_add_to_wishlist_button:before, .woocommerce .woocommerce-content ul.products .swiper-slide .tinvwl_add_to_wishlist_button:before, .woocommerce .woocommerce-content .more-products-swiper li .tinvwl_add_to_wishlist_button:before, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .tinvwl_add_to_wishlist_button:before {
  font-size: 2rem;
}
.woocommerce .woocommerce-content ul.products li .tinvwl_add_to_wishlist_button:hover:before, .woocommerce .woocommerce-content ul.products .swiper-slide .tinvwl_add_to_wishlist_button:hover:before, .woocommerce .woocommerce-content .more-products-swiper li .tinvwl_add_to_wishlist_button:hover:before, .woocommerce .woocommerce-content .more-products-swiper .swiper-slide .tinvwl_add_to_wishlist_button:hover:before {
  border-color: #D9BE8E;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop li .product-container .product-thumbnail, .woocommerce .woocommerce-content ul.products.custom-products-loop .swiper-slide .product-container .product-thumbnail, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop li .product-container .product-thumbnail, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop .swiper-slide .product-container .product-thumbnail {
  width: 100%;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop li .product-container .product-thumbnail img, .woocommerce .woocommerce-content ul.products.custom-products-loop .swiper-slide .product-container .product-thumbnail img, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop li .product-container .product-thumbnail img, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop .swiper-slide .product-container .product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop li .product-container a, .woocommerce .woocommerce-content ul.products.custom-products-loop .swiper-slide .product-container a, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop li .product-container a, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop .swiper-slide .product-container a {
  text-decoration: none;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop li .product-container a .title, .woocommerce .woocommerce-content ul.products.custom-products-loop .swiper-slide .product-container a .title, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop li .product-container a .title, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop .swiper-slide .product-container a .title {
  font-size: 1.4rem;
  color: #000000;
  display: block;
  padding: 1rem;
}
.woocommerce .woocommerce-content ul.products.custom-products-loop li:first-of-type, .woocommerce .woocommerce-content ul.products.custom-products-loop .swiper-slide:first-of-type, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop li:first-of-type, .woocommerce .woocommerce-content .more-products-swiper.custom-products-loop .swiper-slide:first-of-type {
  margin-left: 0;
}

.upsells.products ul.products li.product {
  clear: none !important;
  margin: 0 0.5rem !important;
}

.woocommerce span.onsale {
  background: #000000;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 0.5rem;
}
.woocommerce span.onsale.discount-percent {
  background: #FF9300;
  border-radius: 0px;
  padding: 0.6rem;
  background: #8C5831;
  color: #FFFFFF;
  font-size: 1.2rem;
  top: auto;
  left: 0;
  right: auto;
  line-height: 1;
  min-height: auto;
}

.price {
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #000000;
}
.price del span {
  text-decoration: line-through;
  font-size: 1rem;
}
.price ins {
  text-decoration: none;
  display: block;
}
.price ins span {
  font-size: 1.2rem;
}

.tm-options-totals {
  display: none;
}

.tm-extra-product-options-totals del {
  display: none !important;
}

.tm-extra-product-options ul.tmcp-elements.use_images_container {
  flex-wrap: wrap;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images {
  width: 25% !important;
  flex: auto;
  padding: 0 !important;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .radio-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .checkbox-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .radio-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .checkbox-image-label {
  font-size: 0.9rem;
  padding-bottom: 0;
  padding-top: 0.4rem;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .tc-label-wrap {
  font-size: 0.9rem;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap {
  flex: 0 0 25% !important;
}
.tm-extra-product-options select {
  -webkit-appearance: none;
  width: 100%;
}

.select-container {
  width: 100%;
}
.select-container select, .select-container select option {
  color: #000000;
  font-size: 0.9rem;
  background: #FFFFFF;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tc-label-wrap {
  font-size: 0.9rem;
}
.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .price.tc-price {
  font-size: 0.8rem !important;
}

.tc-container-enabled {
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}
.tc-container-enabled label.tm-epo-element-label {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
.tc-container-enabled label.tm-epo-element-label .tm-epo-required {
  display: none;
}
.tc-container-enabled .tc-container-enabled label.tm-epo-element-label {
  font-size: 1.1rem;
  padding: 0.5rem;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
  order: 2;
}

.tmcp-field-wrap .tc-price-wrap {
  font-style: italic;
  margin: 0.5rem;
  display: block;
}
.tmcp-field-wrap .tc-price-wrap .price {
  color: #777 !important;
}
.tmcp-field-wrap.tmhexcolorimage-li-nowh {
  width: 33.3%;
}

.tc-container label {
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 0 0.4rem;
}
.tc-container .tm-tooltip {
  display: none !important;
}

.tm-extra-product-options .tc-row, .tc-row {
  gap: 0.5rem !important;
}

.tc-totals-form dl.tm-extra-product-options-totals {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  border: 1px dashed #ddd;
  background: #f3f3f3;
}

.tm-extra-product-options-radio {
  display: flex;
  flex-direction: row;
}
.tm-extra-product-options-radio.use-images-container {
  flex-wrap: wrap;
}
.tm-extra-product-options-radio.use-images-container li {
  flex: 0 0 25%;
}
.tm-extra-product-options-radio.radio-custom-wanddecoratie {
  flex-wrap: wrap;
}
.tm-extra-product-options-radio.radio-custom-wanddecoratie li {
  flex: 1;
}
.tm-extra-product-options-radio li .tm-epo-field-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.3rem !important;
  justify-content: center;
  background: #FFFFFF;
  width: 100% !important;
  text-align: center;
  border-radius: 0.5rem;
  color: #000000;
  border: 1px solid #ddd;
}
.tm-extra-product-options-radio li .tm-epo-field-label .tc-label {
  font-weight: normal;
}
@media (max-width: 768px) {
  .tm-extra-product-options-radio li .tm-epo-field-label {
    font-size: 0.9rem;
  }
}
.tm-extra-product-options-radio li .tm-epo-field-label:hover {
  cursor: pointer;
  background: #e5e5e5;
}
.tm-extra-product-options-radio li input[type=radio], .tm-extra-product-options-radio li input[type=checkbox] {
  visibility: hidden;
  display: none !important;
}
.tm-extra-product-options-radio li.tc-active .tm-epo-field-label {
  color: #FFFFFF;
  background: #000000;
}
.tm-extra-product-options-radio li.tc-active .tm-epo-field-label .tc-label {
  font-weight: normal;
}
.tm-extra-product-options-radio li .tc-price-wrap {
  display: none;
}

.radio-image-label, .checkbox-image-label {
  text-align: left !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radiostart li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radioend li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-text li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
  flex: none !important;
  width: auto !important;
}

#tm-extra-product-options {
  margin-bottom: 1rem;
}

.tm-extra-product-options .tmcp-field-wrap label:not(.fullwidth) {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: all 0.2s ease;
}
.tm-extra-product-options .tmcp-field-wrap label:not(.fullwidth):hover {
  background: #efefef;
  cursor: pointer;
}

.tc-active .tm-epo-field-label {
  background: #000 !important;
  font-weight: normal !important;
  color: #FFF !important;
}

.tm-extra-product-options .tc-active .tc-label-text {
  font-weight: normal !important;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tc-field-label-wrap, .tm-extra-product-options .cpf-type-product-checkbox ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner .tc-field-label-wrap {
  gap: 0 !important;
}

.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
  display: none !important;
}

.product-properties, .product-description, .category-description {
  margin: 0;
}
.product-properties .inner-content, .product-description .inner-content, .category-description .inner-content {
  display: none;
  margin: 0;
  padding-bottom: 1rem;
  line-height: 1.8;
}
.product-properties .inner-content.active, .product-description .inner-content.active, .category-description .inner-content.active {
  display: block;
}
.product-properties h3, .product-description h3, .category-description h3 {
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.product-properties h3 .fa-video, .product-description h3 .fa-video, .category-description h3 .fa-video {
  margin-right: 0.5rem;
}
.product-properties h3.toggable:hover, .product-description h3.toggable:hover, .category-description h3.toggable:hover {
  cursor: pointer;
  color: #A6372D;
}
.product-properties h4, .product-description h4, .category-description h4 {
  margin: 0;
}
.product-properties p, .product-description p, .category-description p {
  margin: 0 0 1rem 0;
}
.product-properties ul li, .product-properties ol li, .product-description ul li, .product-description ol li, .category-description ul li, .category-description ol li {
  line-height: 1.8;
}
.product-properties.product-description .inner-content, .product-description.product-description .inner-content, .category-description.product-description .inner-content {
  display: none;
}
.product-properties.product-description .inner-content.active, .product-description.product-description .inner-content.active, .category-description.product-description .inner-content.active {
  display: block;
}
.product-properties.product-op-maat, .product-description.product-op-maat, .category-description.product-op-maat {
  border-bottom: none;
}
.product-properties.product-op-maat .inner-content, .product-description.product-op-maat .inner-content, .category-description.product-op-maat .inner-content {
  display: none;
}
.product-properties.product-op-maat .inner-content.active, .product-description.product-op-maat .inner-content.active, .category-description.product-op-maat .inner-content.active {
  display: block;
}
.product-properties.product-op-maat h3, .product-description.product-op-maat h3, .category-description.product-op-maat h3 {
  color: #A6372D;
}
@media (min-width: 768px) {
  .product-properties.gallery-images h3, .product-description.gallery-images h3, .category-description.gallery-images h3 {
    display: none;
  }
  .product-properties.gallery-images .inner-content, .product-description.gallery-images .inner-content, .category-description.gallery-images .inner-content {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-properties.gallery-images, .product-description.gallery-images, .category-description.gallery-images {
    display: none;
  }
}
.product-properties.product-video, .product-description.product-video, .category-description.product-video {
  padding: 0;
  border-radius: 0.25rem;
  border-bottom: 0;
}
.product-properties.product-video h3, .product-description.product-video h3, .category-description.product-video h3 {
  display: none;
}
@media (max-width: 768px) {
  .product-properties.product-video, .product-description.product-video, .category-description.product-video {
    margin: 0 0 1rem 0;
    position: relative;
    display: flex;
    background: #f3f3f3;
    padding: 1rem;
    flex-direction: column;
  }
  .product-properties.product-video h3, .product-description.product-video h3, .category-description.product-video h3 {
    display: block;
  }
}
.product-properties.product-video .inner-content, .product-description.product-video .inner-content, .category-description.product-video .inner-content {
  display: block;
}
@media (max-width: 768px) {
  .product-properties.product-video .inner-content, .product-description.product-video .inner-content, .category-description.product-video .inner-content {
    display: none;
  }
  .product-properties.product-video .inner-content.active, .product-description.product-video .inner-content.active, .category-description.product-video .inner-content.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: 0.5rem;
    right: auto;
  }
}
.behandelingen {
  display: flex;
  flex-wrap: wrap;
}
.behandelingen a {
  display: inline-block;
  flex: 0 0 25%;
  padding: 0.5rem;
}
.behandelingen a strong {
  display: block;
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}
.behandelingen a img {
  display: block;
}

.product-properties .inner-content {
  position: relative;
  overflow: hidden;
}
.product-properties .btn-link {
  color: #8C5831 !important;
  font-size: 0.9rem !important;
  margin: 1rem 0;
}
.product-properties .btn-link:hover {
  color: #8C5831 !important;
  text-decoration: underline;
}

.category-description {
  padding: 2rem;
}
@media (max-width: 768px) {
  .category-description {
    padding: 1rem;
  }
}

div.gallery-images {
  list-style: none;
  margin: 1rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  background: #f3f3f3;
  border-radius: 0.5rem;
  overflow: hidden;
}
div .slick-track {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
div .slick-track .slick-slide {
  margin: 0 0.5rem;
  width: 25%;
}

.more-products-swiper {
  overflow: hidden;
  width: 100%;
}

.image-highlight {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-highlight {
    border-radius: 0;
  }
}
.image-highlight img {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .image-highlight img {
    border-radius: 0;
  }
}
.image-highlight .alle-fotos {
  position: absolute !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  background: #FFF !important;
  color: #000000 !important;
  z-index: 9;
  font-size: 0.8rem !important;
  display: inline-block;
  border-radius: 0.5rem !important;
  border: none !important;
}
.image-highlight .alle-fotos .fa-light {
  margin-right: 0.5rem;
}
.image-highlight .alle-fotos:hover, .image-highlight .alle-fotos:active {
  border: none !important;
  outline: none !important;
  background: #000000 !important;
  color: #FFFFFF !important;
}

.gallery-nav-container {
  position: absolute;
  z-index: 9;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
}
.gallery-nav-container .prev {
  border-right: 1px solid #eee;
  margin: 0 !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.gallery-nav-container .next {
  margin: 0 !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.thumbs-swiper {
  margin: 0.5rem 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.single-page-content .gallery {
  margin: 3px 3px 12px 3px;
}
.single-page-content .gallery .gallery-item {
  margin: 0 !important;
}
.single-page-content .gallery .gallery-item img {
  border: none !important;
  display: block;
}

.woocommerce-product-gallery {
  padding: 2rem;
  background: #f3f3f3;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery {
    padding: 0;
  }
}

.woocommerce .product .images {
  margin-bottom: 0 !important;
}
.woocommerce .product .product-info {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info {
    padding: 0 1rem;
  }
}
.woocommerce .product .product-info h1.product_title {
  margin: 1.5rem 0 0 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info h1.product_title {
    font-size: 1.5rem;
  }
}
.woocommerce .product .product-info h2.product-subtitle {
  color: #A6372D;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info h2.product-subtitle {
    font-size: 1.2rem;
  }
}
.woocommerce .product .attributes.single-product-set {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/per-set.svg") no-repeat;
  width: 100px;
  height: 100px;
}
.woocommerce .product .attributes.single-product-maatwerk {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/product-op-maat.svg") no-repeat;
  width: 100px;
  height: 100px;
}
.woocommerce .product .product-summary {
  position: sticky;
  background: #FFF;
  top: 6rem;
  z-index: 9 !important;
  padding: 1rem 1rem 1rem 2rem;
}
.woocommerce .product .product-summary .product-description:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce .product .product-summary {
    margin: 0;
  }
}
.woocommerce .product .product-summary .availability-label {
  margin: 1rem 0 0 0;
  display: block;
  font-size: 1.1rem;
}
.woocommerce .product .product-summary p.stock {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  display: none !important;
}
.woocommerce .product .product-summary p.stock.in-stock {
  color: #96a900;
}
.woocommerce .product .product-summary p.stock.available-on-backorder {
  color: #FEC47F;
  display: none;
}
.woocommerce .product .product-summary .custom-build-container-alert-div {
  padding: 0 1rem;
}
.woocommerce .product .product-summary .custom-build-container-alert-div .tm-description {
  margin: 0;
}
.woocommerce .product .product-summary .custom-build-container-alert-div h4 {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
.woocommerce .product .product-summary .custom-build-container-alert-div p {
  font-style: italic;
  color: #555;
  margin: 0;
  font-size: 0.9rem;
}
.woocommerce .product .product-summary .custom-build-container-alert-div p a {
  color: #A6372D;
}
.woocommerce .product .product-summary .price {
  color: #000000;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0.3rem 0;
}
.woocommerce .product .product-summary .price del, .woocommerce .product .product-summary .price ins {
  display: block;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.woocommerce .product .product-summary .price del {
  margin: 0 0 0.8rem 0;
}
.woocommerce .product .product-summary .price del span {
  font-size: 1.4rem;
  color: #444;
}
.woocommerce .product .product-summary .price ins span {
  font-size: 1.8rem;
}
.woocommerce .product .product-summary .w-full {
  width: 100%;
}
.woocommerce .product .product-summary .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.woocommerce .product .product-summary .flex h3 {
  width: 100%;
  display: block;
}
.woocommerce .product .product-summary .flex .btn {
  flex: 1;
  margin: 0.5rem 0;
  border: 1px solid #ddd;
}
.woocommerce .product .product-summary .flex .btn:hover {
  text-decoration: none;
  border: 1px solid #000;
}
.woocommerce .product .product-summary .single_add_to_cart_button {
  font-size: 1.2rem !important;
}
.woocommerce .product .product-summary .cart {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce .product .product-summary .cart h3.tc-epo-label {
  margin: 0.5rem 0;
}
.woocommerce .product .product-summary .cart .quantity input[type=number] {
  padding: 0.5rem;
  border-radius: 1rem;
}
.woocommerce .product .product-summary .cart .uni-builderius-container {
  margin: 0 0 2rem 0;
}
.woocommerce .product .product-summary .cart.variations_form {
  flex-direction: column;
}
.woocommerce .product .product-summary .cart .tinv-wraper {
  margin-top: 0;
}
.woocommerce .product .product-summary .cart .tinv-wraper.tinv-wishlist {
  display: flex;
  align-items: center;
}
.woocommerce .product .product-summary .cart .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0 !important;
}
.woocommerce .product .product-summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

.tc-epo-element-product-container-wrap {
  margin: 0 !important;
  display: none;
}

.tm-epo-required {
  display: none !important;
}

.woocommerce {
  font-style: normal;
}
.woocommerce table.shop_attributes th {
  vertical-align: top;
}
.woocommerce table.shop_attributes td {
  vertical-align: top;
}
.woocommerce table.shop_attributes td p {
  font-style: normal;
}

ul.usp {
  list-style: none;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #eee;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.usp li {
  line-height: 1.2;
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 0.85rem;
  font-weight: normal;
}
ul.usp li .fa-light {
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
}
ul.usp li.bold {
  font-weight: bold;
}

.contact {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
}
.contact a {
  color: #A6372D;
  font-size: 1.1rem;
}
.contact span.fal {
  color: #A6372D;
}

.woocommerce table.shop_attributes {
  font-size: 0.85rem;
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
.woocommerce table.shop_attributes.shop_attributes {
  border-collapse: collapse;
}
.woocommerce table.shop_attributes.shop_attributes th {
  text-align: left;
}

.woocommerce-variation-price {
  display: none !important;
}

.product-properties, .product-description, .usp {
  display: block;
}
.product-properties.inactive, .product-description.inactive, .usp.inactive {
  display: none !important;
}

@media (max-width: 768px) {
  .configure-item-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    z-index: 10;
  }
  .configure-item-container #configure-item {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
}
.configure-item-container #configure-item {
  margin-bottom: 1rem;
}

.variations tr {
  display: flex;
  flex-direction: column;
}
.variations tr th.label {
  text-align: left;
}

.tc-epo-element-product-thumbnailmultiple .tm-epo-field-label {
  padding: 0 !important;
}
.tc-epo-element-product-thumbnailmultiple .tc-label-inner {
  gap: 0 !important;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tc-epo-element-product-thumbnailmultiple .tc-label-text {
  font-size: 0.8rem !important;
  padding: 0.5rem 0.25rem;
  overflow: hidden;
  width: 100%;
  display: block;
}

.woocommerce .related-products {
  padding: 1rem 2rem;
  margin: 0 0 0 2rem;
  background: #f3f3f3;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce .related-products {
    margin: 0;
  }
}
.woocommerce .related-products .related-products-inner {
  position: relative;
}
.woocommerce .related-products ul.products {
  padding: 0 0 1rem 0;
}
.woocommerce .related-products ul.products li.product {
  width: auto;
  clear: none !important;
  float: left !important;
  margin: 0;
  padding: 0;
}

.product-checklist {
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 0 0 2rem;
}
@media (max-width: 768px) {
  .product-checklist {
    margin: 0;
  }
}
.product-checklist strong {
  font-size: 1.2rem;
  margin: 1rem 0;
  display: block;
}
.product-checklist ul.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-checklist ul.checklist li {
  line-height: 1.5;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.product-checklist ul.checklist li .fal {
  font-size: 1.6rem;
  color: #D9BE8E;
  margin: 0 0.5rem 0 0;
}

.woocommerce span.onsale {
  background: #000000;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 0.5rem;
}
.woocommerce span.onsale.discount-percent {
  background: #FF9300;
  border-radius: 0px;
  padding: 0.6rem;
  background: #8C5831;
  color: #FFFFFF;
  font-size: 1.2rem;
  top: auto;
  left: 0;
  right: auto;
  line-height: 1;
  min-height: auto;
}

.price {
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #000000;
}
.price del span {
  text-decoration: line-through;
  font-size: 1rem;
}
.price ins {
  text-decoration: none;
  display: block;
}
.price ins span {
  font-size: 1.2rem;
}

.woocommerce span.onsale {
  background: #000000;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 0.5rem;
}
.woocommerce span.onsale.discount-percent {
  background: #FF9300;
  border-radius: 0px;
  padding: 0.6rem;
  background: #8C5831;
  color: #FFFFFF;
  font-size: 1.2rem;
  top: auto;
  left: 0;
  right: auto;
  line-height: 1;
  min-height: auto;
}

.product-summary {
  padding: 1rem;
}

.from-price-label {
  color: #888;
  display: block;
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

.showroommodel {
  position: absolute;
  background: #000000;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1rem;
  right: 0.5rem;
  z-index: 1;
}

.showroommodel_prijs-ul * {
  color: green;
}
.showroommodel_prijs-ul .tc-price-wrap {
  margin: 0 0 0.5rem 1rem !important;
  padding: 0;
}

/*
  Blocks elements
*/
.wp-block-query {
  background: #e5e5e5;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .wp-block-query {
    padding: 1rem;
  }
}

.wp-block-post {
  padding-left: 1rem !important;
}
.wp-block-post.type-product {
  background: #FFFFFF;
  padding: 1rem;
  border-bottom: 1px solid transparent;
}
.wp-block-post.type-product .wc-block-components-product-image.wc-block-grid__product-image img {
  height: auto;
  display: block;
}
.wp-block-post.type-product h3 {
  align-items: flex-end;
  display: block;
  font-size: 1.2rem;
  color: #000000;
  padding: 1.8rem 0.5rem 0 0.5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .wp-block-post.type-product h3 {
    font-size: 0.9rem;
  }
}
.wp-block-post.type-product h3 a {
  color: #000000;
  text-align: left;
  text-decoration: none;
}
.wp-block-post.type-product .wc-block-components-product-price.wc-block-grid__product-price {
  padding-left: 0.5rem;
}
.wp-block-post.type-product:first-of-type {
  padding-left: 0;
}
.wp-block-post.type-product:hover {
  border-bottom-color: #D9BE8E;
}
.wp-block-post.type-product:hover h2 {
  color: #A6372D;
}
.wp-block-post.type-product:hover {
  border-bottom: 1px solid #A6372D;
}
.wp-block-post.type-product:hover h3 {
  color: #A6372D;
}
.wp-block-post.type-product:hover a {
  color: #D9BE8E;
}

.woocommerce span.onsale {
  background: #000000;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  line-height: 1;
  padding: 0.5rem;
}
.woocommerce span.onsale.discount-percent {
  background: #FF9300;
  border-radius: 0px;
  padding: 0.6rem;
  background: #8C5831;
  color: #FFFFFF;
  font-size: 1.2rem;
  top: auto;
  left: 0;
  right: auto;
  line-height: 1;
  min-height: auto;
}

.price {
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #000000;
}
.price del span {
  text-decoration: line-through;
  font-size: 1rem;
}
.price ins {
  text-decoration: none;
  display: block;
}
.price ins span {
  font-size: 1.2rem;
}

.tm-options-totals {
  display: none;
}

.tm-extra-product-options-totals del {
  display: none !important;
}

.tm-extra-product-options ul.tmcp-elements.use_images_container {
  flex-wrap: wrap;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images {
  width: 25% !important;
  flex: auto;
  padding: 0 !important;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .radio-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .checkbox-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .radio-image-label, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .checkbox-image-label {
  font-size: 0.9rem;
  padding-bottom: 0;
  padding-top: 0.4rem;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .tc-label-wrap, .tm-extra-product-options ul.tmcp-elements.use_images_container .tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-images .tc-label-wrap {
  font-size: 0.9rem;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap {
  flex: 0 0 25% !important;
}
.tm-extra-product-options select {
  -webkit-appearance: none;
  width: 100%;
}

.select-container {
  width: 100%;
}
.select-container select, .select-container select option {
  color: #000000;
  font-size: 0.9rem;
  background: #FFFFFF;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tc-label-wrap {
  font-size: 0.9rem;
}
.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .price.tc-price {
  font-size: 0.8rem !important;
}

.tc-container-enabled {
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}
.tc-container-enabled label.tm-epo-element-label {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
.tc-container-enabled label.tm-epo-element-label .tm-epo-required {
  display: none;
}
.tc-container-enabled .tc-container-enabled label.tm-epo-element-label {
  font-size: 1.1rem;
  padding: 0.5rem;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
  order: 2;
}

.tmcp-field-wrap .tc-price-wrap {
  font-style: italic;
  margin: 0.5rem;
  display: block;
}
.tmcp-field-wrap .tc-price-wrap .price {
  color: #777 !important;
}
.tmcp-field-wrap.tmhexcolorimage-li-nowh {
  width: 33.3%;
}

.tc-container label {
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 0 0.4rem;
}
.tc-container .tm-tooltip {
  display: none !important;
}

.tm-extra-product-options .tc-row, .tc-row {
  gap: 0.5rem !important;
}

.tc-totals-form dl.tm-extra-product-options-totals {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  border: 1px dashed #ddd;
  background: #f3f3f3;
}

.tm-extra-product-options-radio {
  display: flex;
  flex-direction: row;
}
.tm-extra-product-options-radio.use-images-container {
  flex-wrap: wrap;
}
.tm-extra-product-options-radio.use-images-container li {
  flex: 0 0 25%;
}
.tm-extra-product-options-radio.radio-custom-wanddecoratie {
  flex-wrap: wrap;
}
.tm-extra-product-options-radio.radio-custom-wanddecoratie li {
  flex: 1;
}
.tm-extra-product-options-radio li .tm-epo-field-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.3rem !important;
  justify-content: center;
  background: #FFFFFF;
  width: 100% !important;
  text-align: center;
  border-radius: 0.5rem;
  color: #000000;
  border: 1px solid #ddd;
}
.tm-extra-product-options-radio li .tm-epo-field-label .tc-label {
  font-weight: normal;
}
@media (max-width: 768px) {
  .tm-extra-product-options-radio li .tm-epo-field-label {
    font-size: 0.9rem;
  }
}
.tm-extra-product-options-radio li .tm-epo-field-label:hover {
  cursor: pointer;
  background: #e5e5e5;
}
.tm-extra-product-options-radio li input[type=radio], .tm-extra-product-options-radio li input[type=checkbox] {
  visibility: hidden;
  display: none !important;
}
.tm-extra-product-options-radio li.tc-active .tm-epo-field-label {
  color: #FFFFFF;
  background: #000000;
}
.tm-extra-product-options-radio li.tc-active .tm-epo-field-label .tc-label {
  font-weight: normal;
}
.tm-extra-product-options-radio li .tc-price-wrap {
  display: none;
}

.radio-image-label, .checkbox-image-label {
  text-align: left !important;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radiostart li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radioend li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-text li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap, .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
  flex: none !important;
  width: auto !important;
}

#tm-extra-product-options {
  margin-bottom: 1rem;
}

.tm-extra-product-options .tmcp-field-wrap label:not(.fullwidth) {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition: all 0.2s ease;
}
.tm-extra-product-options .tmcp-field-wrap label:not(.fullwidth):hover {
  background: #efefef;
  cursor: pointer;
}

.tc-active .tm-epo-field-label {
  background: #000 !important;
  font-weight: normal !important;
  color: #FFF !important;
}

.tm-extra-product-options .tc-active .tc-label-text {
  font-weight: normal !important;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tc-field-label-wrap, .tm-extra-product-options .cpf-type-product-checkbox ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner .tc-field-label-wrap {
  gap: 0 !important;
}

.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
  display: none !important;
}

.product-properties, .product-description, .category-description {
  margin: 0;
}
.product-properties .inner-content, .product-description .inner-content, .category-description .inner-content {
  display: none;
  margin: 0;
  padding-bottom: 1rem;
  line-height: 1.8;
}
.product-properties .inner-content.active, .product-description .inner-content.active, .category-description .inner-content.active {
  display: block;
}
.product-properties h3, .product-description h3, .category-description h3 {
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.product-properties h3 .fa-video, .product-description h3 .fa-video, .category-description h3 .fa-video {
  margin-right: 0.5rem;
}
.product-properties h3.toggable:hover, .product-description h3.toggable:hover, .category-description h3.toggable:hover {
  cursor: pointer;
  color: #A6372D;
}
.product-properties h4, .product-description h4, .category-description h4 {
  margin: 0;
}
.product-properties p, .product-description p, .category-description p {
  margin: 0 0 1rem 0;
}
.product-properties ul li, .product-properties ol li, .product-description ul li, .product-description ol li, .category-description ul li, .category-description ol li {
  line-height: 1.8;
}
.product-properties.product-description .inner-content, .product-description.product-description .inner-content, .category-description.product-description .inner-content {
  display: none;
}
.product-properties.product-description .inner-content.active, .product-description.product-description .inner-content.active, .category-description.product-description .inner-content.active {
  display: block;
}
.product-properties.product-op-maat, .product-description.product-op-maat, .category-description.product-op-maat {
  border-bottom: none;
}
.product-properties.product-op-maat .inner-content, .product-description.product-op-maat .inner-content, .category-description.product-op-maat .inner-content {
  display: none;
}
.product-properties.product-op-maat .inner-content.active, .product-description.product-op-maat .inner-content.active, .category-description.product-op-maat .inner-content.active {
  display: block;
}
.product-properties.product-op-maat h3, .product-description.product-op-maat h3, .category-description.product-op-maat h3 {
  color: #A6372D;
}
@media (min-width: 768px) {
  .product-properties.gallery-images h3, .product-description.gallery-images h3, .category-description.gallery-images h3 {
    display: none;
  }
  .product-properties.gallery-images .inner-content, .product-description.gallery-images .inner-content, .category-description.gallery-images .inner-content {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-properties.gallery-images, .product-description.gallery-images, .category-description.gallery-images {
    display: none;
  }
}
.product-properties.product-video, .product-description.product-video, .category-description.product-video {
  padding: 0;
  border-radius: 0.25rem;
  border-bottom: 0;
}
.product-properties.product-video h3, .product-description.product-video h3, .category-description.product-video h3 {
  display: none;
}
@media (max-width: 768px) {
  .product-properties.product-video, .product-description.product-video, .category-description.product-video {
    margin: 0 0 1rem 0;
    position: relative;
    display: flex;
    background: #f3f3f3;
    padding: 1rem;
    flex-direction: column;
  }
  .product-properties.product-video h3, .product-description.product-video h3, .category-description.product-video h3 {
    display: block;
  }
}
.product-properties.product-video .inner-content, .product-description.product-video .inner-content, .category-description.product-video .inner-content {
  display: block;
}
@media (max-width: 768px) {
  .product-properties.product-video .inner-content, .product-description.product-video .inner-content, .category-description.product-video .inner-content {
    display: none;
  }
  .product-properties.product-video .inner-content.active, .product-description.product-video .inner-content.active, .category-description.product-video .inner-content.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: 0.5rem;
    right: auto;
  }
}
.behandelingen {
  display: flex;
  flex-wrap: wrap;
}
.behandelingen a {
  display: inline-block;
  flex: 0 0 25%;
  padding: 0.5rem;
}
.behandelingen a strong {
  display: block;
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
}
.behandelingen a img {
  display: block;
}

.product-properties .inner-content {
  position: relative;
  overflow: hidden;
}
.product-properties .btn-link {
  color: #8C5831 !important;
  font-size: 0.9rem !important;
  margin: 1rem 0;
}
.product-properties .btn-link:hover {
  color: #8C5831 !important;
  text-decoration: underline;
}

.category-description {
  padding: 2rem;
}
@media (max-width: 768px) {
  .category-description {
    padding: 1rem;
  }
}

div.gallery-images {
  list-style: none;
  margin: 1rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  background: #f3f3f3;
  border-radius: 0.5rem;
  overflow: hidden;
}
div .slick-track {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
div .slick-track .slick-slide {
  margin: 0 0.5rem;
  width: 25%;
}

.more-products-swiper {
  overflow: hidden;
  width: 100%;
}

.image-highlight {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image-highlight {
    border-radius: 0;
  }
}
.image-highlight img {
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .image-highlight img {
    border-radius: 0;
  }
}
.image-highlight .alle-fotos {
  position: absolute !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  background: #FFF !important;
  color: #000000 !important;
  z-index: 9;
  font-size: 0.8rem !important;
  display: inline-block;
  border-radius: 0.5rem !important;
  border: none !important;
}
.image-highlight .alle-fotos .fa-light {
  margin-right: 0.5rem;
}
.image-highlight .alle-fotos:hover, .image-highlight .alle-fotos:active {
  border: none !important;
  outline: none !important;
  background: #000000 !important;
  color: #FFFFFF !important;
}

.gallery-nav-container {
  position: absolute;
  z-index: 9;
  bottom: 0.5rem;
  left: 0.5rem;
  display: flex;
}
.gallery-nav-container .prev {
  border-right: 1px solid #eee;
  margin: 0 !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.gallery-nav-container .next {
  margin: 0 !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.thumbs-swiper {
  margin: 0.5rem 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.single-page-content .gallery {
  margin: 3px 3px 12px 3px;
}
.single-page-content .gallery .gallery-item {
  margin: 0 !important;
}
.single-page-content .gallery .gallery-item img {
  border: none !important;
  display: block;
}

.woocommerce-product-gallery {
  padding: 2rem;
  background: #f3f3f3;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery {
    padding: 0;
  }
}

.woocommerce .product .images {
  margin-bottom: 0 !important;
}
.woocommerce .product .product-info {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info {
    padding: 0 1rem;
  }
}
.woocommerce .product .product-info h1.product_title {
  margin: 1.5rem 0 0 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info h1.product_title {
    font-size: 1.5rem;
  }
}
.woocommerce .product .product-info h2.product-subtitle {
  color: #A6372D;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .woocommerce .product .product-info h2.product-subtitle {
    font-size: 1.2rem;
  }
}
.woocommerce .product .attributes.single-product-set {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/per-set.svg") no-repeat;
  width: 100px;
  height: 100px;
}
.woocommerce .product .attributes.single-product-maatwerk {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/product-op-maat.svg") no-repeat;
  width: 100px;
  height: 100px;
}
.woocommerce .product .product-summary {
  position: sticky;
  background: #FFF;
  top: 6rem;
  z-index: 9 !important;
  padding: 1rem 1rem 1rem 2rem;
}
.woocommerce .product .product-summary .product-description:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce .product .product-summary {
    margin: 0;
  }
}
.woocommerce .product .product-summary .availability-label {
  margin: 1rem 0 0 0;
  display: block;
  font-size: 1.1rem;
}
.woocommerce .product .product-summary p.stock {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  display: none !important;
}
.woocommerce .product .product-summary p.stock.in-stock {
  color: #96a900;
}
.woocommerce .product .product-summary p.stock.available-on-backorder {
  color: #FEC47F;
  display: none;
}
.woocommerce .product .product-summary .custom-build-container-alert-div {
  padding: 0 1rem;
}
.woocommerce .product .product-summary .custom-build-container-alert-div .tm-description {
  margin: 0;
}
.woocommerce .product .product-summary .custom-build-container-alert-div h4 {
  font-weight: bold;
  margin: 0;
  color: #000000;
}
.woocommerce .product .product-summary .custom-build-container-alert-div p {
  font-style: italic;
  color: #555;
  margin: 0;
  font-size: 0.9rem;
}
.woocommerce .product .product-summary .custom-build-container-alert-div p a {
  color: #A6372D;
}
.woocommerce .product .product-summary .price {
  color: #000000;
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0.3rem 0;
}
.woocommerce .product .product-summary .price del, .woocommerce .product .product-summary .price ins {
  display: block;
  line-height: 1;
  margin: 0 0 1rem 0;
}
.woocommerce .product .product-summary .price del {
  margin: 0 0 0.8rem 0;
}
.woocommerce .product .product-summary .price del span {
  font-size: 1.4rem;
  color: #444;
}
.woocommerce .product .product-summary .price ins span {
  font-size: 1.8rem;
}
.woocommerce .product .product-summary .w-full {
  width: 100%;
}
.woocommerce .product .product-summary .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.woocommerce .product .product-summary .flex h3 {
  width: 100%;
  display: block;
}
.woocommerce .product .product-summary .flex .btn {
  flex: 1;
  margin: 0.5rem 0;
  border: 1px solid #ddd;
}
.woocommerce .product .product-summary .flex .btn:hover {
  text-decoration: none;
  border: 1px solid #000;
}
.woocommerce .product .product-summary .single_add_to_cart_button {
  font-size: 1.2rem !important;
}
.woocommerce .product .product-summary .cart {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce .product .product-summary .cart h3.tc-epo-label {
  margin: 0.5rem 0;
}
.woocommerce .product .product-summary .cart .quantity input[type=number] {
  padding: 0.5rem;
  border-radius: 1rem;
}
.woocommerce .product .product-summary .cart .uni-builderius-container {
  margin: 0 0 2rem 0;
}
.woocommerce .product .product-summary .cart.variations_form {
  flex-direction: column;
}
.woocommerce .product .product-summary .cart .tinv-wraper {
  margin-top: 0;
}
.woocommerce .product .product-summary .cart .tinv-wraper.tinv-wishlist {
  display: flex;
  align-items: center;
}
.woocommerce .product .product-summary .cart .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  margin-top: 0 !important;
}
.woocommerce .product .product-summary .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

.tc-epo-element-product-container-wrap {
  margin: 0 !important;
  display: none;
}

.tm-epo-required {
  display: none !important;
}

.woocommerce {
  font-style: normal;
}
.woocommerce table.shop_attributes th {
  vertical-align: top;
}
.woocommerce table.shop_attributes td {
  vertical-align: top;
}
.woocommerce table.shop_attributes td p {
  font-style: normal;
}

ul.usp {
  list-style: none;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #eee;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.usp li {
  line-height: 1.2;
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 0.85rem;
  font-weight: normal;
}
ul.usp li .fa-light {
  margin-right: 0.5rem;
  width: 20px;
  text-align: center;
}
ul.usp li.bold {
  font-weight: bold;
}

.contact {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
}
.contact a {
  color: #A6372D;
  font-size: 1.1rem;
}
.contact span.fal {
  color: #A6372D;
}

.woocommerce table.shop_attributes {
  font-size: 0.85rem;
  position: relative;
  height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}
.woocommerce table.shop_attributes.shop_attributes {
  border-collapse: collapse;
}
.woocommerce table.shop_attributes.shop_attributes th {
  text-align: left;
}

.woocommerce-variation-price {
  display: none !important;
}

.product-properties, .product-description, .usp {
  display: block;
}
.product-properties.inactive, .product-description.inactive, .usp.inactive {
  display: none !important;
}

@media (max-width: 768px) {
  .configure-item-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    z-index: 10;
  }
  .configure-item-container #configure-item {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
}
.configure-item-container #configure-item {
  margin-bottom: 1rem;
}

.variations tr {
  display: flex;
  flex-direction: column;
}
.variations tr th.label {
  text-align: left;
}

.tc-epo-element-product-thumbnailmultiple .tm-epo-field-label {
  padding: 0 !important;
}
.tc-epo-element-product-thumbnailmultiple .tc-label-inner {
  gap: 0 !important;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tc-epo-element-product-thumbnailmultiple .tc-label-text {
  font-size: 0.8rem !important;
  padding: 0.5rem 0.25rem;
  overflow: hidden;
  width: 100%;
  display: block;
}

.highlights-title {
  display: block;
  margin: 4rem 1rem 0 1rem !important;
  text-align: center;
}

.home-category-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  margin: 0 0 2rem 0;
}
.home-category-nav h3 {
  display: block;
  margin: -4rem 0 2rem 0;
  text-align: center;
  color: #222;
}
.home-category-nav:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  margin: -60px 0 0 0;
  background: #faf0e1;
  display: block;
  z-index: -1;
  height: 30%;
  width: 100%;
}
.home-category-nav .post-thumbail {
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.home-category-nav .product.product-home-container .product-content {
  position: relative;
  overflow: hidden;
}
.home-category-nav .product.product-home-container .product-content::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.home-category-nav .product.product-home-container .product-content:hover::before, .home-category-nav .product.product-home-container .product-content:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.home-category-nav .product .product-content {
  padding: 0 0 0.75rem 0;
  margin: 0 1rem 0 0;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
}
.home-category-nav .product .product-content .title {
  position: relative;
  z-index: 1;
}
.home-category-nav .product .product-content .title h3 {
  color: #FFFFFF;
  background: linear-gradient(to right, #8C5831 50%, #D9BE8E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.15s ease-out;
  padding: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.9rem;
  margin: 0;
}
.home-category-nav .product .product-content .title h4 {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  color: #FFFFFF;
  padding: 0 1rem;
  margin-left: -100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .home-category-nav .product .product-content .title h4 {
    font-size: 0.9rem;
  }
}
.home-category-nav .product .product-content img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.2s ease;
  position: relative;
}
.home-category-nav .product .product-content:hover {
  text-decoration: none;
}
.home-category-nav .product .product-content:hover h3 {
  color: #FFFFFF;
  background-position: left bottom;
  text-decoration: none;
}
.home-category-nav .product .product-content:hover h4 {
  max-width: 100%;
  opacity: 1;
  margin-left: 0;
}

.tinvwl-input-group.tinvwl-no-full {
  display: none;
}

.tinvwl-table-manage-list th {
  text-align: left;
}

.offerte-op-maat-modal {
  position: fixed;
  height: 0;
  width: 768px;
  left: 50%;
  margin-left: -384px;
  background: #FFFFFF;
  bottom: 0;
  z-index: 101;
  transition: all 0.2s ease;
  padding: 0 2rem;
  overflow: auto;
}
.offerte-op-maat-modal .close-modal {
  background: none;
  border: none;
  position: absolute;
  padding: 1rem;
  font-size: 1.5rem;
  right: 0;
  top: 2rem;
}
@media (max-width: 992px) {
  .offerte-op-maat-modal {
    width: 100%;
    left: auto;
    margin-left: 0;
  }
}
.offerte-op-maat-modal.active {
  height: 95vh;
  max-height: 1000px;
  padding: 2rem;
}
.offerte-op-maat-modal label {
  display: block;
  width: 100%;
}
.offerte-op-maat-modal label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
}
.offerte-op-maat-modal input[type=text], .offerte-op-maat-modal input[type=tel], .offerte-op-maat-modal input[type=email], .offerte-op-maat-modal textarea, .offerte-op-maat-modal select {
  width: 100%;
  border-radius: 0.25rem;
  transition: all 0.15s ease;
  font-size: 1rem;
}
.offerte-op-maat-modal input[type=text]:focus, .offerte-op-maat-modal input[type=tel]:focus, .offerte-op-maat-modal input[type=email]:focus, .offerte-op-maat-modal textarea:focus, .offerte-op-maat-modal select:focus {
  border: 1px solid #000;
}
.offerte-op-maat-modal input[type=submit] {
  background: #000000;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: block;
  text-align: center;
}

.modal-overlay {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.modal-overlay.active {
  display: block;
}

.modal-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.intro-home {
  margin-bottom: 2rem;
}
.intro-home .intro-tekst {
  background: #FFF;
  padding: 2rem;
  border-radius: 0.5rem 0 0 0.5rem;
  margin: 0;
}
@media (max-width: 768px) {
  .intro-home .intro-tekst {
    margin: 0 1rem !important;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.intro-home .intro-tekst * {
  color: #444;
}
.intro-home .intro-image {
  overflow: hidden;
  border-radius: 0 0.5rem 0.5rem 0;
  margin: 0;
  background: #faf0e1;
}
@media (max-width: 768px) {
  .intro-home .intro-image {
    margin: 0 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.intro-home .intro-image img {
  display: block;
  margin: 0;
}

.content.home {
  background: #faf0e1;
}

.home-blocks {
  display: flex;
  flex-wrap: wrap;
  height: 600px;
}
.home-blocks .home-block {
  width: 50%;
  padding: 1rem;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-blocks .home-block {
    width: 100%;
  }
}
.home-blocks .home-block .home-block-inner {
  background: #FFF;
  border-radius: 0.5rem;
  padding: 1rem;
}
.home-blocks .home-block .home-block-inner * {
  color: #444;
}
.home-blocks .home-block.wide {
  width: 100%;
}
.home-blocks .home-block.sale {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.home-blocks .home-block.sale img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .home-blocks .home-block.sale {
    background-position: center center;
  }
}
.home-blocks .home-block.sale .text {
  position: relative;
  z-index: 2;
  padding: 1rem;
}
.home-blocks .home-block.sale .text h2 {
  color: #FFFFFF;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .home-blocks .home-block.sale .text h2 {
    font-size: 2.25rem;
  }
}
.home-blocks .home-block.sale .text h3 {
  color: #FFFFFF;
  font-size: 2rem;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .home-blocks .home-block.sale .text h3 {
    font-size: 1.5rem;
  }
}
.home-blocks .home-block.sale .text .button {
  margin: 2rem 0 0 0;
}

.home-products {
  display: flex;
  flex-wrap: wrap;
}
.home-products .product {
  width: 25%;
}
@media (max-width: 768px) {
  .home-products .product {
    width: 50%;
  }
}

.single-page-content {
  padding: 2rem;
}
.single-page-content h1 {
  margin: 0 0 1.5rem 0;
}
@media (max-width: 992px) {
  .single-page-content {
    padding: 2rem 4rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-page-content {
    padding: 1rem;
  }
}
.single-page-content .wp-block-image {
  width: 100%;
  margin: 0;
  display: block;
}

.single-page {
  margin: 2rem 0 0 0;
  padding: 1rem;
}
.single-page .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-welder {
  background: url("../images/welder.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
}

.bg-dark {
  background: #292929;
}
.bg-dark p, .bg-dark h2, .bg-dark h3 {
  color: #FFFFFF;
}

.quote {
  padding: 4rem;
}
.quote h1, .quote h2, .quote h3 {
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin: 0;
}
.quote h1 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .quote h1 {
    font-size: 3rem;
  }
}
.quote h2 {
  font-size: 4rem;
}
.quote h3 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .quote h2 {
    font-size: 2rem;
  }
  .quote h3 {
    font-size: 1.5rem;
  }
}

.story-part h2 {
  margin: 2rem 0 0 0;
  font-size: 2rem;
  display: block;
  text-align: center;
}

.our-story-text {
  padding: 2rem 3rem;
}
.our-story-text p, .our-story-text li {
  line-height: 2;
}
.our-story-text h3 {
  margin: 0 0 1rem 0;
}
@media (max-width: 700px) {
  .our-story-text {
    padding-top: 0;
  }
  .our-story-text.normal-padding {
    padding: 3rem;
  }
  .our-story-text .btn-primary {
    margin-bottom: 2rem;
  }
}

.examples-container h3 {
  display: block;
  text-align: center;
  font-size: 2rem;
}

.examples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .examples {
    padding: 0;
  }
}
.examples .example {
  width: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .examples .example {
    width: 50%;
  }
}
.examples .example:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.zakelijk .featured_image {
  margin-top: -100px;
  height: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  border: 5px solid #FFFFFF;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
}
.blog-posts .blog-post {
  width: 50%;
  position: relative;
  padding: 1rem;
}
@media (max-width: 768px) {
  .blog-posts .blog-post {
    width: 100%;
  }
}
.blog-posts .blog-post a {
  display: block;
}
.blog-posts .blog-post a .blog-image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
}
.blog-posts .blog-post a h3 {
  font-size: 1.5rem;
  color: #000000;
}

.blog-container .post-thumbnail {
  width: 100%;
}
.blog-container .post-thumbnail img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .blog-container .post-thumbnail img {
    height: 220px;
  }
}
.blog-container .single-page.blog-single {
  display: flex;
}
@media (max-width: 768px) {
  .blog-container .single-page.blog-single {
    flex-direction: column;
  }
}
.blog-container .single-page.blog-single .blog-content {
  width: 70%;
  padding: 1rem;
}
@media (max-width: 768px) {
  .blog-container .single-page.blog-single .blog-content {
    width: 100%;
  }
}
.blog-container .single-page.blog-single .blog-content h1 {
  font-size: 2rem;
}
.blog-container .single-page.blog-single .blog-sidebar {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .blog-container .single-page.blog-single .blog-sidebar {
    width: 100%;
  }
}
.blog-container .single-page.blog-single .blog-sidebar ul li a {
  color: #000000;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-container .single-page.blog-single .blog-sidebar ul li a:hover {
  color: #A6372D;
}

@media (max-width: 768px) {
  .single-page-content.epoxytafels {
    margin-top: 5rem;
  }
}
.single-page-content.epoxytafels p {
  line-height: 30px;
}
.single-page-content.epoxytafels .epoxytafel-featured {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  margin: 0 0 4rem 0;
}
.single-page-content.epoxytafels .epoxytafel-featured h1 {
  color: #FFF;
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  margin: 0;
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .epoxytafel-featured h1 {
    bottom: 1rem;
    display: block;
    text-align: center;
  }
}
.single-page-content.epoxytafels .epoxytafel-featured .epoxy-highlight-button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .epoxytafel-featured {
    height: 400px;
    margin-bottom: 1rem;
  }
}
.single-page-content.epoxytafels .epoxytafel-featured img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.single-page-content.epoxytafels .epoxytafel-featured:before {
  z-index: -1;
  display: block;
  content: " ";
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 100%;
  height: 600px;
  background: #eee;
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .epoxytafel-featured:before {
    left: -1rem;
    bottom: -1rem;
    height: 400px;
  }
}
.single-page-content.epoxytafels .wide-video-container {
  height: 800px;
  position: relative;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .wide-video-container {
    height: 400px;
  }
}
.single-page-content.epoxytafels .wide-video-container img {
  display: block;
  height: 800px;
  object-fit: cover;
  width: calc(100vw + 2rem);
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .wide-video-container img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .single-page-content.epoxytafels .wide-video-container {
    height: 400px;
  }
}
.single-page-content .epoxy.align-right {
  position: absolute;
  height: 600px;
  right: 0;
  width: 50%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .single-page-content .epoxy.align-right {
    position: relative;
    height: 400px;
    width: 100%;
  }
}
.single-page-content .epoxy.align-right video {
  object-fit: cover;
}
.single-page-content .epoxy-tafel-right-text {
  padding: 2rem 1rem 1rem 2rem;
  width: 40%;
  height: 600px;
}
.single-page-content .column.col-6.epoxytafel-text {
  padding: 2rem;
  width: 40%;
}
.single-page-content .column.col-6.epoxytafel-text.wide {
  width: 50%;
}
@media (max-width: 768px) {
  .single-page-content .column.col-6.epoxytafel-text.wide {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-page-content .column.col-6.epoxytafel-text {
    width: 100%;
    padding: 1rem;
  }
}

.row.voordelen {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .row.voordelen {
    margin-top: 0;
  }
}

.pl-4 {
  padding-left: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-8 {
  margin-top: 10rem;
}

.home-epoxytafels {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #151515);
  padding: 2rem;
  border-top: 2px solid #333;
  margin-top: 5rem;
}
.home-epoxytafels h1, .home-epoxytafels h2 {
  color: #FFFFFF;
  margin: 0 auto;
}
.home-epoxytafels h1 {
  font-size: 3rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .home-epoxytafels h1 {
    margin-top: 2rem;
  }
}
.home-epoxytafels h2 {
  margin: 1rem 0 0 0;
  color: #A6372D;
}
.home-epoxytafels img {
  width: 800px;
  height: auto;
  display: block;
  margin: 1rem 3rem 0 0;
}
@media (max-width: 768px) {
  .home-epoxytafels img {
    margin: 0;
    width: 100%;
  }
}
.home-epoxytafels .btn {
  margin: 2rem 0 0 0;
}

@media (max-width: 768px) {
  .contact-page {
    flex-direction: column-reverse;
    display: flex;
  }
}
.contact-page .contact-container {
  display: flex;
}
@media (max-width: 768px) {
  .contact-page .contact-container {
    flex-direction: column;
  }
}
.contact-page .contact-container .contact-form-container {
  background: #FFFFFF;
  padding: 3rem;
  flex: 1;
  border-right: 1px solid #ddd;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .contact-page .contact-container .contact-form-container {
    margin-right: 0;
    padding: 1rem;
    margin-top: 100px;
  }
}
.contact-page .contact-container .contact-form-container p {
  line-height: 2;
}
.contact-page .contact-container .contact-info-container {
  flex: 1;
  padding: 3rem;
}
@media (max-width: 768px) {
  .contact-page .contact-container .contact-info-container {
    padding: 1rem;
  }
}
.contact-page .contact-container .contact-info-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.contact-page .contact-container .contact-info-container ul li {
  line-height: 2;
}
.contact-page .contact-container a {
  color: #A6372D;
}
.contact-page .contact-container a:hover {
  text-decoration: underline;
}

.artiss .featured_image {
  margin-top: -100px;
  height: 700px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  border: 5px solid #FFFFFF;
}
@media (max-width: 768px) {
  .artiss .featured_image {
    height: 400px;
  }
}
.artiss .products-overview {
  margin: 1rem 0 0 0;
}

.left-content {
  padding: 0;
  position: relative;
  z-index: 4;
  margin: 0;
}
@media (max-width: 992px) {
  .left-content.product-cta {
    padding: 0;
    margin-top: 0;
    flex-direction: column;
    display: flex;
  }
}
@media (max-width: 700px) {
  .left-content.product-cta {
    padding: 0;
  }
}

.right-content {
  padding: 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .right-content {
    padding: 1rem 0.5rem;
  }
}
.right-content.product-text {
  background: #FFFFFF;
  padding: 1rem 1rem 1rem 2rem;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .right-content.product-text {
    margin-top: 4rem;
  }
}
@media (max-width: 700px) {
  .right-content.product-text {
    margin-top: 0;
    padding: 1rem;
  }
}

.featured_image img {
  width: 100%;
  display: block;
  height: auto;
  border: 3px solid #FFFFFF;
}
@media (max-width: 992px) {
  .featured_image {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}

.button-container {
  padding: 0 3px;
}
.button-container.sub-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
}
.button-container.sub-navigation ul li {
  display: block;
  margin: 0 0 3px 0;
  flex: 1;
}
.button-container.sub-navigation ul li a {
  display: block;
  background: #83261f;
  color: #FFFFFF;
  padding: 1rem;
  transition: all 0.15s ease;
}
.button-container.sub-navigation ul li a:hover {
  background: #A6372D;
}
@media (max-width: 768px) {
  .button-container.sub-navigation ul li {
    display: block;
    width: 100%;
  }
  .button-container.sub-navigation ul li a {
    text-align: center;
  }
}
.button-container.sub-navigation ul li:nth-child(2) {
  margin-left: 3px;
}
@media (max-width: 992px) {
  .button-container.sub-navigation ul {
    flex-direction: column;
  }
  .button-container.sub-navigation ul li {
    margin: 0 0 3px 0;
  }
  .button-container.sub-navigation ul li:nth-child(2) {
    margin: 0;
  }
}

.landingspagina {
  margin-top: 5rem !important;
}
@media (max-width: 768px) {
  .landingspagina {
    margin-top: -2.5rem !important;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
  }
}
.landingspagina .button-container {
  padding: 0;
  margin: -5px 0 0 0;
  border-left: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.landingspagina .button-container.sub-navigation ul li {
  margin: 0;
}
.landingspagina.vrij {
  padding: 0 !important;
}
.landingspagina.vrij .single-page-content {
  padding: 0;
}
.landingspagina.vrij .product-text {
  padding: 2rem;
}
@media (max-width: 768px) {
  .landingspagina.vrij .product-text {
    padding: 1rem;
  }
}

.dark-top-bar {
  height: 80px;
  background: #111;
  margin: 0 0 1rem 0;
}

.big-image-showcase {
  width: 100%;
  max-height: 800px;
  margin-top: -120px;
  position: relative;
}
@media (max-width: 992px) {
  .big-image-showcase {
    margin-top: 0;
  }
}
.big-image-showcase img {
  width: 100%;
  max-height: 1000px;
  object-fit: cover;
  height: auto;
}
.big-image-showcase.titan .titan-logo {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  background: #FFFFFF;
  bottom: 50%;
  border-radius: 0.5rem;
  z-index: 9;
  margin-bottom: -150px;
}
.big-image-showcase.titan .titan-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .big-image-showcase.titan .titan-logo {
    width: 100px;
    margin-left: -50px;
  }
}

.inline-video-container {
  position: relative;
  width: 100%;
  height: 390px;
  margin-top: 2rem;
}
.inline-video-container h3 {
  margin: 1rem;
}

.header-dark {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/smoke-2.jpg");
  flex-direction: column;
}
@media (max-width: 992px) {
  .header-dark {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .header-dark {
    height: 300px;
  }
}
.header-dark h1, .header-dark h2 {
  color: #FFFFFF;
  text-align: center;
}
.header-dark h1 {
  font-size: 3rem;
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .header-dark h1 {
    font-size: 1.4rem;
    margin: 0;
  }
}
.header-dark h2 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .header-dark h2 {
    font-size: 1.1rem;
  }
}

.content-block {
  background: #FFFFFF;
  padding: 2rem;
  width: 1200px;
  margin: 0 auto;
  margin-top: -10rem;
}
@media (max-width: 1200px) {
  .content-block {
    width: calc(100% - 2rem);
    margin-top: -3rem;
    padding: 1rem;
  }
}
.content-block .row {
  margin-bottom: 2rem;
}
.content-block .row.dark {
  padding: 2rem;
  background: #000000;
}
.content-block .row.dark .text * {
  color: #FFFFFF;
}
.content-block .text p {
  line-height: 1.5;
  font-size: 1.1rem;
}
.content-block .one-column .column {
  width: 100%;
}
.content-block .two-column {
  flex-direction: row;
  display: flex;
}
@media (max-width: 992px) {
  .content-block .two-column {
    flex-wrap: wrap;
  }
}
.content-block .two-column .column {
  width: 50%;
}
@media (max-width: 992px) {
  .content-block .two-column .column {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 !important;
  }
}
.content-block .two-column .column:nth-child(1) {
  padding-right: 1rem;
}
.content-block .two-column .column:nth-child(2) {
  padding-left: 1rem;
}
.content-block .image-square {
  position: relative;
}
.content-block .image-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.content-block .image-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.intro-image {
  position: relative;
  height: 550px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/home/slider.webp");
  background-repeat: no-repeat;
}
.intro-image video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.intro-image .video-wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-image .video-wrapper.video-category-wrapper .text-wrapper {
  position: relative;
  z-index: 9;
  color: #FFFFFF;
}
.intro-image .video-wrapper.video-category-wrapper .text-wrapper h1 {
  font-size: 3rem;
  text-align: left;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .intro-image .video-wrapper.video-category-wrapper .text-wrapper h1 {
    font-size: 2rem;
  }
}
.intro-image .video-wrapper.video-category-wrapper .text-wrapper h2 {
  font-size: 2rem;
  text-align: left;
  margin: 0;
  font-weight: 100;
}
@media (max-width: 768px) {
  .intro-image .video-wrapper.video-category-wrapper .text-wrapper h2 {
    font-size: 1rem;
  }
}
.intro-image .video-wrapper.small {
  height: 150px;
}
@media (max-width: 768px) {
  .intro-image .video-wrapper.small {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .intro-image {
    height: auto;
    margin-top: 0;
    top: 0;
  }
}
.intro-image.small {
  height: 150px;
}
@media (max-width: 768px) {
  .intro-image.small {
    height: 200px;
  }
}
.intro-image.small h2 {
  display: block;
  text-align: center;
}
.intro-image.small .action-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  height: 200px;
  top: 20%;
  margin: 0;
}
.intro-image .overlay {
  background: linear-gradient(to bottom, rgba(254, 241, 240, 0.4), #D9BE8E);
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

.intro-video-container-home {
  position: relative;
}
.intro-video-container-home .intro-video {
  padding: 56.25% 0 0 0;
  position: relative;
}
.intro-video-container-home .intro-video-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.action-container {
  position: absolute;
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 0rem 1rem 1rem 2rem;
  margin-top: -3rem;
  max-width: 600px;
  width: 1200px;
  margin-left: -600px;
}
.action-container .btn {
  margin-bottom: 1rem;
}
.action-container h2 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .action-container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .action-container {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .action-container {
    flex-direction: column;
    height: 650px;
    width: 100%;
    margin-left: 0rem;
  }
  .action-container .action-container h1 {
    font-size: 3rem;
  }
  .action-container .action-container h2 {
    margin: 0;
    font-size: 1.8rem;
  }
}
.action-container .action-text {
  margin: 0;
  opacity: 0;
  left: 50%;
  margin-bottom: -2rem;
  animation: smooth-appear 1s ease forwards;
  animation-delay: 0.75s;
}
.action-container .action-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.action-container .action-text ul li {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family: Merriweather, serif;
  font-weight: 100;
  line-height: 1.75;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .action-container .action-text ul li {
    font-size: 1.4rem;
  }
}
.action-container .action-text ul li.small {
  font-size: 1em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .action-container .action-text ul li.small {
    font-size: 0.85rem;
  }
}
.action-container .action-text ul li code {
  border: 1px solid #fff;
  padding: 0.5rem;
  margin: 0 0.5rem;
}
.action-container .action-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 2rem;
  bottom: -100%;
  opacity: 0;
  left: 50%;
  margin-bottom: -2rem;
  animation-delay: 1s;
  animation: smooth-appear 1s ease forwards;
}
.action-container .action-cta .btn {
  margin-right: 1rem !important;
  animation: smooth-appear 1s ease forwards;
}
@media (max-width: 768px) {
  .action-container .action-cta {
    margin-top: 1rem;
  }
}
.action-container a.btn-primary {
  opacity: 0;
  animation: smooth-appear 1s ease forwards;
  animation-delay: 1.25s;
  display: inline-block;
}
.action-container h1, .action-container h2, .action-container h3 {
  color: #FFFFFF;
  display: block;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.action-container h2 {
  line-height: 1.25;
  margin-bottom: 1rem;
}
.action-container h1 {
  font-size: 10rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .action-container {
    margin-bottom: 40px;
  }
  .action-container h1 {
    font-size: 4rem;
  }
}
.action-container h3 {
  color: #FFFFFF;
  margin-top: 0;
}
@media (max-width: 768px) {
  .action-container h3 {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
.action-container .btn-primary {
  background-color: transparent !important;
  background: linear-gradient(to right, black 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.15s ease-out;
  border: 1px solid #FFFFFF !important;
  font-size: 1rem !important;
}
.action-container .btn-primary:hover {
  background-position: left bottom;
}
@media (max-width: 768px) {
  .action-container .btn-primary {
    margin: 1rem 0 0 0 !important;
    font-size: 0.9rem;
  }
}
.action-container .btn-secondary {
  color: #FFFFFF;
  background-color: transparent !important;
  font-size: 1rem !important;
  background: linear-gradient(to right, #A6372D 50%, black 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.15s ease-out;
  border: 1px solid #FFFFFF !important;
  margin: 0 1rem 1rem 0;
}
@media (max-width: 768px) {
  .action-container .btn-secondary {
    margin: 1rem 0 0 0 !important;
    font-size: 0.9rem;
    margin-right: 1rem !important;
  }
}
.action-container .btn-secondary:hover {
  cursor: pointer;
  background-color: black !important;
}

@keyframes smooth-appear {
  to {
    margin-bottom: 0;
    opacity: 1;
  }
}
.slick-slider li {
  outline: none !important;
}

#map {
  height: 600px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.grey-background {
  padding: 0.3rem 1rem;
  margin: 0 0 2rem 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .grey-background {
    display: none;
  }
}
.grey-background img {
  display: block;
}
.grey-background.no-margin {
  margin: 0;
}

.category-header-image {
  background: #000000;
  height: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  .testimonial img {
    width: 100%;
  }
}

.home .woocommerce {
  background: #eee1cf;
}
.home .woocommerce .woocommerce-content {
  margin-top: -2.5rem;
  position: relative;
  z-index: 98;
}

.content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .content {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .content.menu-fixed {
    margin-top: 60px;
  }
}

/* Hide Google Captcha */
.grecaptcha-badge {
  visibility: hidden;
}

.tm-hidden {
  display: none !important;
}

.usp-container {
  background: #FFF;
}

.usp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
  color: #8C5831;
  font-weight: normal;
}
.usp .usp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}
.usp .usp-item .fa-light {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .usp .usp-item .fa-light {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .usp .usp-item h4 {
    font-size: 0.7rem;
  }
}

ul.products li.product img {
  height: auto;
  max-width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page div.summary {
  width: auto !important;
  float: none !important;
}

.woocommerce .products-overview .woocommerce-ordering, .woocommerce .products-overview .woocommerce-result-count {
  margin: 1rem 2rem;
}
@media (max-width: 768px) {
  .woocommerce .products-overview .woocommerce-ordering, .woocommerce .products-overview .woocommerce-result-count {
    margin: 1rem;
    font-size: 0.8rem;
  }
}
.woocommerce .products-overview .woocommerce-result-count {
  margin-top: 1.3rem;
}

body:before {
  z-index: -1;
  background: #faf0e1;
  content: " ";
  height: 50%;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.woocommerce-product-details__short-description {
  display: none !important;
}

/*# sourceMappingURL=default.css.map */
