body.separate-containers .inside-article {
  padding: 0 20px 20px 20px;
  width: 100vw;
}

.separate-containers.no-sidebar .site-main {
  margin: 0;
}

.entry-content > p, .entry-content > ul, .entry-content > ol {
  max-width: 750px;
}
.entry-content > ul, .entry-content > ol {
  margin-left: 10px;
  padding-left: 0;
}

.site {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0;
  max-width: initial !important;
}

.footer-widget-1 {
  text-align: center;
}
.footer-widget-1 aside {
  margin: 0 0 0.5rem 0 !important;
  padding-bottom: 0;
}

.entry-content .alignwide {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -20px !important;
}
.entry-content .alignwide.wp-block-media-text {
  padding: 20px 20px 0 20px;
}

body.page.page-template-containered .inside-article {
  max-width: 1280px;
  margin: 8.5rem auto 2rem auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1280px) {
  body.page.page-template-containered .inside-article {
    padding: 0;
  }
}
body.page.page-template-containered .inside-article .wp-block-columns .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.woocommerce-breadcrumb {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce-breadcrumb {
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 1000;
    display: block;
  }
  .woocommerce-breadcrumb a:hover {
    color: #CA467C;
  }
}

body.woocommerce #content div.product div.images {
  width: 100% !important;
  grid-column: 1;
}

body.single-product.separate-containers .inside-article {
  padding-top: 20px;
}

.woocommerce #content .product .entry-summary {
  width: 80% !important;
  display: flex;
  flex-flow: column nowrap;
  grid-column: 2;
}
@media only screen and (min-width: 768px) {
  .woocommerce #content .product .entry-summary {
    margin-top: 155px;
    padding-left: 5%;
    width: 95% !important;
  }
}
.woocommerce #content .product .entry-summary .product_title {
  order: 1;
}
.woocommerce #content .product .entry-summary .price {
  order: 2;
}
.woocommerce #content .product .entry-summary .wqoecf_enquiry_button {
  order: 3;
}
.woocommerce #content .product .entry-summary * {
  order: 4;
}

.woocommerce div.product h2 {
  font-size: 1.5rem;
}

.woocommerce div.product table.shop_attributes tr td,
.woocommerce div.product table.shop_attributes tr th {
  background: white;
  border: 0;
  font-size: 0.8rem;
}
.woocommerce div.product table.shop_attributes tr td p,
.woocommerce div.product table.shop_attributes tr th p {
  padding: 0 0 0.5rem 0;
}
.woocommerce div.product table.shop_attributes tr td a,
.woocommerce div.product table.shop_attributes tr th a {
  color: #CA467C;
}

.single-product .wqoecf-pop-up-box {
  width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .single-product .wqoecf-pop-up-box {
    width: 60vw;
    height: 90vh;
  }
}
.single-product .wqoecf-pop-up-box .wpcf7-form {
  height: 100%;
  overflow: none;
}
.single-product .wqoecf-pop-up-box .wqoecf_close:hover {
  background: none !important;
}
.single-product .wqoecf-pop-up-box .wqoecf_close:hover span {
  background-color: #CA467C;
}
.single-product .wqoecf-pop-up-box div.wpcf7 .enq {
  display: none;
}
.single-product .wqoecf-pop-up-box div.wpcf7 > form > p input[type=submit] {
  background: #CA467C !important;
  border: 0;
}
.single-product .wqoecf-pop-up-box div.wpcf7 > form > p input[type=submit]:hover {
  background: #222 !important;
}

.woocommerce div.product a.wqoecf_enquiry_button {
  background: #CA467C;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 1.8rem 0;
}
.woocommerce div.product a.wqoecf_enquiry_button:hover {
  background: #222;
}

.woocommerce div.product table.shop_attributes tr th {
  text-transform: uppercase;
  font-size: 0.7rem;
  text-align: left;
}

.woocommerce div.product table.shop_attributes {
  border: 0;
}

.woocommerce .inside-article div.product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce .inside-article div.product .woocommerce-product-gallery .flex-control-thumbs {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .woocommerce .inside-article div.product .woocommerce-product-gallery .flex-control-thumbs {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
  }
}
.woocommerce .inside-article div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 60px;
  margin-left: 20px;
  border: 5px solid white;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.woocommerce .inside-article div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  max-width: 100%;
}
.woocommerce .inside-article div.product .woocommerce-product-gallery .flex-control-thumbs li:hover {
  border-color: #eee;
}

.wp-block-button a {
  border-radius: 0 !important;
  font-weight: 500 !important;
}
.wp-block-button a.has-raspberry-background-color:hover {
  background: #444 !important;
}

.call-to-action {
  padding: 1rem;
  max-width: 700px;
  width: 90%;
  margin: 4rem auto;
}
.call-to-action .wp-block-heading {
  max-width: initial !important;
}
.call-to-action .wp-block-button a.has-raspberry-background-color {
  color: white !important;
  font-weight: 500;
}
.call-to-action .wpcf7-submit {
  background: #CA467C;
  color: white;
  font-weight: 500;
}
.call-to-action .wpcf7-form {
  position: relative;
  padding-top: 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.call-to-action .wpcf7-form:before {
  content: "";
  width: 100px;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -50px;
}
@media only screen and (min-width: 768px) {
  .call-to-action .wpcf7-form {
    flex-flow: row nowrap;
  }
}
.call-to-action .wpcf7-form p {
  flex: 1;
  margin-bottom: 0;
  margin-right: 1rem;
}
.call-to-action .wpcf7-form p:last-of-type {
  margin-right: 0;
}
.call-to-action .wpcf7-form p label {
  font-weight: 500;
}
.call-to-action .wpcf7-form p input {
  width: 100%;
}
.call-to-action .wpcf7-form .wpcf7-spinner {
  display: none;
}

.in-map-block {
  width: 90%;
  max-width: 300px !important;
  padding: 1rem;
  margin: auto auto 20px 20px !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).in-map-block {
  margin: auto auto auto 20px !important;
}

.wp-block-cover {
  width: 100%;
  margin: 20px 0 30px 0;
  padding-top: 100px;
  min-height: 45vh;
  border-radius: 3px;
}

.home .wp-block-cover, .wp-block-cover.huge {
  min-height: 75vh;
}

.wp-block-image.size-large img {
  width: 100%;
  height: auto;
}

.explocontainer {
  width: 100vw;
  height: 100vh;
}
.explocontainer iframe {
  width: 100%;
  height: 100%;
}

.site-header .logo, .site-header .toggle-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 150px;
  height: 75px;
  padding-top: 15px;
  top: 0;
  left: 40px;
  border-radius: 0 0 3px 3px;
  z-index: 2000;
}
.site-header .logo img, .site-header .toggle-nav img {
  width: 100%;
  padding-top: 40px;
  height: auto;
}
.site-header .logo {
  padding: 0;
  mix-blend-mode: exclusion;
}
.site-header .toggle-nav {
  right: 40px;
  padding: 0;
  left: auto;
  top: 40px;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  color: #444;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
.site-header .toggle-nav svg {
  width: 30px;
  height: 30px;
}
.site-header .toggle-nav:hover {
  background: #CA467C;
  color: white;
}

.socials {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.socials .social {
  margin: 0 0.3rem;
}
.socials .social svg {
  width: 2rem;
  height: 2rem;
  fill: #444;
}
.socials .social:hover svg {
  fill: #CA467C;
}

.site-nav {
  border: 0;
  width: 90vw;
  transform: translateX(100vw);
  pointer-events: none;
  transition: 0.3s ease-in-out all;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
  position: fixed;
  z-index: 10000;
  right: 0px;
  left: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.site-nav[open] {
  transform: translateX(0);
  pointer-events: all;
  box-shadow: 0 0 400vw rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .site-nav {
    width: 60vw;
  }
}
.site-nav > div {
  width: 100%;
  padding: 10%;
  height: 100%;
  overflow-y: scroll;
}
.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.3rem;
  width: 100%;
}
.site-nav ul > li {
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .site-nav ul > li {
    font-size: 4vh;
  }
}
.site-nav ul > li a {
  text-decoration: none;
}
.site-nav ul > li button {
  margin-left: auto;
}
.site-nav ul > li a:hover, .site-nav ul > li button:hover {
  color: #CA467C;
}
.site-nav ul .toggle-submenu {
  background: none;
  padding: 0;
}
.site-nav ul .toggle-submenu svg {
  color: #444;
  width: 3vh;
  height: 3vh;
}
.site-nav ul .toggle-submenu:hover svg {
  color: #CA467C;
}
.site-nav .sub-menu {
  display: none;
  padding: 1rem 0;
}
.site-nav .sub-menu.opened {
  flex: 1 0 100%;
  display: block;
}
.site-nav .sub-menu li {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 1280px) {
  .site-nav .sub-menu li {
    font-size: 2rem;
  }
}
.site-nav .sub-menu li li {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (min-width: 1280px) {
  .site-nav .sub-menu li li {
    font-size: 1.2rem;
    text-transform: none;
  }
}

.woocommerce ul.products {
  max-width: 1280px;
  margin: 0 auto;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 3/4;
}
.woocommerce ul.products li.product h2 {
  color: #111;
}
.woocommerce ul.products li.product .price {
  color: #6646A5;
}
.woocommerce ul.products .count {
  display: none;
}
.woocommerce .term-description {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
}

.filters_tonen, .woocommerce-ordering, .product_meta {
  display: none !important;
}

.woocommerce-products-header {
  padding-top: 8.5rem;
  text-align: right;
  padding-right: 20px;
}

.related.products h2 {
  max-width: 1280px;
  margin: 1rem auto;
}
