/* ==========================================================================
   servies-en-zo.css — Versie 2.2.6
   Auteur: Rik Spreen
   Laatste update: 10 oktober 2025
   ========================================================================== */


/* === BASIS RESET EN STYLING === */

/* Reset standaard browserstijlen voor consistente weergave */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}


/* HTML-element: scrollgedrag en achtergrondinstellingen */
html {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #c19fab #4f1f2f;
	scrollbar-gutter: stable;
	background-color: #4f1f2f;
	
}

/* Body: basisinstellingen voor tekst, positie en font */
body {
	font-size: 16px;
	top: 0 !important;
	position: relative;
	overflow-x: hidden;
	line-height: 1;
	font-family: 'Zain', 'Segoe UI', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	accent-color: #b2788e;
	color: #740027;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../afbeeldingen/achtergronden/achtergrond2.jpg) top left repeat;

}

/* Body zonder scroll (bij modals of menus) */
body.noscroll {
	overflow: hidden;
}

/* Koppen: consistente responsieve fontgrootte */
h1,
h2,
h3,
h4,
h5 {
	font-size: clamp(1.1rem, 2vw, 1.4rem);
	font-family: 'Zain', 'Segoe UI', 'Helvetica Neue', sans-serif;
	color: #a31351;
	
}

/* Paragrafen en footerlinks */
p,
ul.footer-info li a {
	font-size: clamp(1.1rem, 2vw, 1.2rem);
	font-family: 'Zain', 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* Welkomstteksten met extra impact */

}

/* Pseudo-elementen voor consistent typografie */
::before,
::after {
	font-size: clamp(.9rem, 2vw, 1.1rem);
}

/* Buttons met grotere tekst */

div.button {
    display: flex;
    align-items: flex-end;
    gap: .2rem;
    color: #a31351;
	

}

div.button:hover {
 color: red;

}

/* Voor pseudo-elementen in knoppen en links */
a.showcoupon::before,
.button::before,
p.lost_password a::before {

}

/* Koppen met ondermarge */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a {
	margin: 0 0 .5rem 0;
}

/* Sidebar headerlinks met visuele aanpassing */
.sidebar .inhoud h3 a {
	/* eventueel extra stijl */
}

.meer-info-product h3{
    display: flex;
    gap: .3rem;
    font-size: clamp(1.3rem, 2vw, 1.3rem);
}

.sidebar.inhoud h3 a::before {
	margin-left: -2rem !important;
}

/* Koppen en titels met branding-kleur en gewicht */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h1.pagina-titel,
h3.sidebar-widget-header,
h2.sidebar-widget-header {
	font-weight: 800;
	color: #a31351;
	font-family: 'Zain', 'Segoe UI', 'Helvetica Neue', sans-serif;
}


/* Algemene links met kleur, gedrag en typografie */
a {
	color: #a31351;
	text-decoration: none;
	cursor: pointer;
	font-weight: 800;
	font-size: clamp(1.2rem, 2vw, 1.2rem);
	font-family: 'Zain', 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* Links met Font Awesome icoon voor visuele hint
a.link::before, */
li.button::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f0da";
}


li.button{
	margin-bottom:1rem;
}

/* Weergave voor links  */
a.link,
li.button a {


}

/* === Alinea's en links === */

/* Ruimte onder paragrafen en links binnen p-elementen */
p,
p a {
	margin-bottom: .5rem;
}

/* Extra nadruk voor links binnen paragrafen */
p a {
	font-weight: 800;
}

/* Uitlijning en automatische afbreking bij langere teksten */
p.justify,
.justify,
.entry-summary,
.taxonomy-description p {
	text-align: justify;
	hyphens: auto;
	hyphenate-limit-chars: 10 3 4;
}

/* Mooie onderstreping bij links */
a {
	text-decoration-skip-ink: auto;
}

/* Telefoonlinks stijl behouden (kleur, geen onderstreping) */
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

/* "Lees meer"-links verbergen */
a.more-link {
	display: none;
}

/* Focus en hover: outline uitschakelen voor visuele rust */
:focus,
a:hover,
a:active,
input:focus {
	outline: 0;
}

/* Input focus krijgt blauwe rand voor visuele feedback */
input:focus {
	border: 1px solid #04A4CC;
}


/* === WooCommerce en formulieren === */

/* Randcorrectie voor formulier in footer-link */
.footer-link form.woocmmerce-ordering {
	margin: -.3rem 0 !important;
}

/* Hover-stijl voor opties in dropdown */
option:hover {
	background-color: yellow;
}

/* WooCommerce select en marges aanpassen */
.woocommerce .woocommerce-ordering {
	margin: .1rem 0 0 !important;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: unset !important;
}

/* Verberg pijltje in IE-select dropdown */
select::-ms-expand {
	display: none;
}

/* Geselecteerde optie krijgt opvallende styling */
option:checked {
	background-color: #e6c4d1;
	color: #a31351;
}

.woocommerce ul#shipping_method li{
    display: flex;
    gap: .3rem;
    align-items: flex-start;
    height: 2rem;
    line-height: 1!important;
    margin-bottom: 1rem!important;
}


/* === Horizontale lijnen en selectie === */

/* Algemene horizontale lijnstijl */
hr {
	border: none;
	margin: .3rem;
}

/* Variant voor sidebar */
hr.sidebar {
	border-top: 2px solid #b2788e;
	margin: .5rem -2rem .8rem;
	padding: 0 2em;
}

hr.dun{
	border-top: 1px solid #dfc3cd;
    margin: 1rem -2rem .6rem;
    padding: 0 2em;
}

/* Selectie (bij teksthighlight) krijgt aangepaste kleuren */
::selection {
	background: #6e2840;
	color: #ffcfe1;
	text-shadow: none;
}


/* === Typografie en knoppen === */

/* Fade-in animatie */
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Sterke tekst */
strong {
	font-weight: 800;
	color: #a31351;
}

/* Schuine tekst */
em {
	font-style: italic;
}

/* Knoppen zonder standaardstijl, eigen font en maat */
button {
    outline: 0;
    border: none;
    background: none;
    pointer-events: all;
    font-family: 'Zain', sans-serif;
    font-weight: 800 !important;
    color: #a31351;
	font-size: large;
}


/* === Lijsten en citaten === */

/* Genummerde lijst: extra vetgedrukte nummers */
ol {
	font-weight: 900;
}

/* Ongeordende lijsten zonder bullets */
ul {
	list-style: none !important;
}

/* Citaten en quotes: geen standaard aanhalingstekens */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

/* Inline quotes met aangepaste weergave */
q {
	display: inline;
	font-style: italic;
}

q:before,
q:after {
	content: '"';
	font-style: normal;
}


/* === Inputvelden en tekstvelden === */

/* Verwijder standaardstyling van invoervelden */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

/* Specifiek voor zoekveld */
input[type="search"] {
	-webkit-appearance: textfield;
}


/* === Tabellen en typografie-details === */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 2px;
}

big {
	/* font-size toevoegen bij correct gebruik */
}

small,
sup,
sub {
	/* font-size toevoegen bij correct gebruik */
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

dd {
	margin-left: 20px;
}

kbd,
tt {
	font-family: courier;
	/* font-size toevoegen indien nodig */
}

ins {
	text-decoration: underline;
}

del,
strike,
s {
	text-decoration: line-through;
}

dt {
	font-weight: bold;
}

address,
cite,
var {
	font-style: italic;
}


/* === HTML5 weergave en global settings === */

/* Zorg dat nieuwe HTML5 elementen goed worden weergegeven */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* Globale box-sizing en klik-feedback uitschakelen */
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* === EINDE BASIS === */

/* === Hoofdstructuur algemeen === */

/* Wrapper: centrale positionering en maximale breedte */
#wrapper {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

/* Container: achtergrond en marges */
#container {
	margin: 0 -.5em;
	padding: 0;
	background: url(../afbeeldingen/achtergronden/roos3.jpg) top left repeat;
	overflow: hidden;
}

/* Inner container: binnenrand en achtergrond */
#inner {
	margin: .2em;
	padding: 0 .5em;
	border: 3px solid;
	background: url(../afbeeldingen/achtergronden/achtergrond3.jpg) top left repeat;
}

/* Navigatiebalk: bovenin sticky en gestyled */
.navigatie {
	position: sticky;
	top: 0;
	overflow: hidden;
	margin: -.2rem -.5rem 0;
	padding: 0 .5em;
	z-index: 2000;
	border-bottom: 3px solid #b2788e !important;
	border-top: 3px solid #b2788e !important;
	background: #e6c4d1;
	box-shadow: 0px 4px 6px -2px #826a6b;
}

/* Pagina titel tweede niveau sticky onder navigatie */
.sticky-titel {
    position: sticky;
    top: 2.5rem;
    margin: 0 -.5rem;
    z-index: 100;
    border-top: 2px solid #b2788e;
    border-bottom: 2px solid #b2788e;
	color: #a31351;
    background: #f1d1e0;
    box-shadow: 0px 4px 6px -2px #826a6b;
}

.titel {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    margin: 0;
    padding: 0 1rem;
    justify-content: center;
    line-height: 1.3;
    background: #f1d1e0;
}

.titel i {
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

/* WooCommerce-looptitel: gestapelde centrering */
.titel-woo-loop {
	display: flex;
	align-items: center;
	text-align: center;
	margin: .2rem 0;
	color: #a31351;
	background: #f1d1e0;
	flex-direction: column;
	align-content: space-between;
}

/* Woo-looptitel koptekst zonder ondermarge */
.titel-woo-loop h1 {
	margin-bottom: 0;
}


/* Header: bovenblok met afgeronde rand en padding */
#header {
	position: relative;
	border: 2px solid;
	padding: .2em .2em 0;
	border-radius: 15px;
	margin: .6em 0 -.35em;
}

/* Content-basisblok */
.inhoud {
	padding: 1rem 1rem 2.5rem;
	overflow: hidden;
}


/* begin footer */

.footer-menu-link {
    position: sticky;
    z-index: 80;
    bottom: 0 !important;
    display: flex;
    margin: 0 -.5rem 0;
    padding: 0;
    background: url(../afbeeldingen/achtergronden/achtergrond3.jpg) top left repeat;
    border-bottom: 2px solid #b2788e;
    flex-direction: column;
    align-items: center;
}

.footer-link {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #e6c4d1;
    border-top: 2px solid #b2788e;
    padding: .2rem !important;
	box-shadow: 0px -4px 6px -2px #826a6b;
}

.footer-delen {
    display: flex;
    border-top: 2px solid #b2788e;
    width: 100%;
    justify-content: center;
    padding: .2rem;
	box-shadow: 0px -4px 6px -2px #826a6b;
}

#delen-huidige-pagina,
#delen-home-pagina {
	color: #dab3c2 !important;
    font-weight: 800;
    cursor: pointer;
    font-size: large;
    display: flex;
    padding: .1rem 1rem;
    gap: .5rem;
	align-items: flex-start;
}


#delen-huidige-pagina::before,
#delen-home-pagina::before {
	content: "\f1e1";
	font: var(--fa-font-solid);
}

#footer {
	margin-bottom: 10rem;
	border-top: none !important;
	padding: 0 .5rem 1rem;
	/* border: 3px solid; */
	background: url(../afbeeldingen/achtergronden/achtergrond3.jpg) top left repeat;
	text-align: center;
}

/* einde footer */

/* === EINDE Hoofdstructuur algemeen === */

/* === Responsive Structuur === */

/* --- Mobiel & tablet: tot 768px --- */
@media (max-width: 768px) {
  .eerste-alinea-naar-sidebar { display: none; }
  .sidebar-eerste-naar-pagina { display: block; }
  .post.inhoud,
  .sidebar { width: 100%; }
  .sidebar { border-left: none; }
  #content { display: block;}
  .bestelopties, 
  .woocommerce-billing-fields__field-wrapper,
  .uitleg-ander-adres,
  p#order_comments_field.form-row.notes,
  .woocommerce-shipping-fields{margin: 1rem}
  
  .woocommerce-checkout-review-order,
  #order_review{
	  padding: 0 1rem;
	  border-bottom: none !important;
  }

  .post.inhoud { border-right: none !important; }
  #formulier-contactpagina { margin: 0; }
  .contact-formulier { padding: 0; }

  h3.verzenden-ander-adres {
    margin-top: 2rem !important;
    border-top: 2px solid #b2788e;
  }
  .colofon-wiki { display: block; }
  .wpcf7 form.sent .wpcf7-response-output { padding: 0 0 1rem; }
  .menu-blok { padding: 0 .5rem; }
  .popup {
    width: 95%;
    height: 80vh;
    position: sticky;
    z-index: 1000;
  }
  
  .popup {
    width: 95%;
    max-height: 80vh;
  }
  
}



/* Centreren van afbeeldingen op kleine schermen */

@media (max-width: 479px) {
  
 .img-left{
	margin: .2em -1em 0 0;
}

.img-right{
	margin: .2em 0 0 -1em;
}

}

/* --- Vanaf 769px: desktop layout --- */
@media (min-width: 769px) {
  #content {
    display: flex;
    flex-wrap: nowrap;
	align-items: stretch;
  }

  .post.inhoud {
    width: 75%;
  /*   padding-right: 2rem; */
  }

  .sidebar {
    width: 25%;
    border-left: 2px solid #ccc;
  }

  .eerste-alinea-naar-sidebar { display: block; }
  .sidebar-eerste-naar-pagina { display: none; }
  .fa-fw-3::before { margin-right: 1rem; }
  .fa-fw::before,
  .fa-fw-2::before { /* margin-right: .2rem; font-size:smaller;*/ }
  .post-zonder-sidebar { margin: 2rem; }
  #formulier-contactpagina { margin: 0 2rem 10rem; }
  .contact-formulier { padding: 0 4rem; }
  h3.verzenden-ander-adres {
    margin-top: -.6rem !important;
    border-top: none;
  }
  
  h1.header-welkom-tekst {  }
  .wpcf7 form.sent .wpcf7-response-output { padding: 0 4rem 1rem; }
  .menu-blok { padding: 0 2rem; }
  .popup {
    width: 60%;
    height: 85vh;
  }
   /* h1.header-welkom-tekst {margin: .6rem 2rem;} */
}


/* --- Groot desktop vanaf 1025px --- */
@media (min-width: 1025px) {
  .post-zonder-sidebar { margin: 2rem 6rem; }
  #formulier-contactpagina { margin: 0 5rem 10rem; }
  .popup {
    width: 50%;
    max-height: 85vh;
  }
     /* h1.header-welkom-tekst {margin: 1.2rem 6rem;} */
}

/* --- Ultra wide vanaf 1440px --- */
@media (min-width: 1440px) {
  #formulier-contactpagina { margin: 0 8rem 10rem; }
  .woocommerce-additional-fields__field-wrapper { margin-top: -.2rem; }
  /* h1.header-welkom-tekst {margin: 1.5rem 6rem;} */
}

/* === WooCommerce product tegels flex */

.woocommerce ul.products li.product:nth-child(3n+1),
.woocommerce ul.products li.product:nth-child(2n+1),
.woocommerce ul.products li.product:first-child {
  clear: none !important;
}

/* --- Basisstructuur voor alle productgrids --- */
.woocommerce ul.products,
.related ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding: 0 !important;
  list-style: none !important;
  margin: 0 auto !important;
}

.woocommerce ul.products li.product,
.related ul.products li.product {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 1% 1.5rem 1% !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20) !important;
}

@media (min-width: 600px) {
  .woocommerce ul.products li.product {
    width: 45% !important;
  }
}

@media (min-width: 900px) {
  .woocommerce ul.products li.product {
    width: 30% !important;
  }
}
/* Contact formulieren  */

.header-contactformulier {
    margin: 0 -1rem 1rem;
    padding: 0 .5rem .2rem;
    display: flex;
    justify-content: center;
    background: #e6c4d1;
    border-bottom: 2px solid #b2788e;
}

.header-contactformulier h3{
    padding: .3rem 0;
    margin: 0;
    display: flex;
    gap: .3rem;
    font-size: larger;
}  

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	background-color: #ffffff5e !important;
	border: 1px solid #b2788e !important;
	border-radius: 5px;
	color: #740027;
	width: 100%;
	margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #740027 !important;
	-webkit-text-fill-color: #740027 !important;

	transition: background-color 5000s ease-in-out 0s !important;
}


.invoer-info-vraag {
	height: 6em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	background-color: #ffb6c130 !important;
	border: 2px solid #b2788e !important;
}

input:read-only {
	border: none;
}

.read-only-text,
.read-only-text [type="text"]:focus,
.read-only-text:focus {

	border: none;
	background: none;
	margin-top: 1em;
	display: block;
	height: 3em;
	padding-top: .5em;
	font-weight: 900;
	font-size: .9rem;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	position: relative;
	border: none;
    color: #a31351;
    border: none !important;
    font-size: large;
    text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {
    margin: -15rem 0 3rem;
    background: url(../afbeeldingen/achtergronden/roos3.jpg) top left repeat !important;
    position: relative;
    color: #a31351;
    font-size: large;
    text-align: center;
    border: none !important;
}

.fa-envelope-open-text::before {
    font-size: xx-large;
    display: flex;
    padding: 1rem 0;
	color:#a31351 !important	
}



.verzenden {
	text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output::before {
	padding: 1rem;
	content: "\e4e8";
	font: var(--fa-font-solid);
	font-size: xx-large;
	display: flex;
	justify-content: center;
}

.contact-onderwerp {
	font-size: large;
	font-weight: 800;
}


.contact-verzenden {
	text-align: center;
	padding: 0 0 2rem !important;
	margin-left: .3rem;
	margin: -.5rem 0 6rem !important;
	color: #a31351f0 !important;
	border-radius: 5px;
}


.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-size: large;
	color: #a31351 !important;
	margin: -7rem 0 -5rem !important;
	width: 100%;
	height: 12rem;
}

.contact-verzenden p:hover {
	color: #d9598a !important;
}

.wpcf7-spinner {
	background-color: transparent;
}

.wpcf7-spinner::before {
	background-color: #d9598a;
}

.wpcf7-not-valid-tip {
	color: #d9598a !important;
	font-weight: 800 !important;
	text-align: center;
	font-size: medium !important;
}

.wpcf7-not-valid-tip::before {
	content: "\f0d8";
	font: var(--fa-font-solid);
	display: flex;
	justify-content: center;
}


/* Contact Form 7 Checkbox CSS
----------------*/
input[type='checkbox']:checked {
	background-color: #f3dce5 !important;
}

input[type='checkbox']:checked:after {
	content: '\2713';
	color: #740027;
	font-size: 1.3rem;
	font-weight: 900;
	display: block;
	margin-top: -.3rem;
}

input[type='checkbox'] {
	background: #e6c4d1;
	text-align: center;
	vertical-align: middle;
	width: 1em !important;
	height: 1em !important;
	appearance: none;
	border-radius: 20%;
	box-shadow: none;
	cursor: pointer;
	: 1em;
	line-height: 1rem;
}


input[type='radio'] {
	accent-color: #b2788e;
}


/* Contact Form 7 Submit Button 
 -------------------------------*/

.wpcf7 input[type="submit"],
.woocommerce-button input[type="submit"],
.wpfda-submit button,
button.glsr-button {
	background-color: transparent !important;
	border: none !important;
	font-family: 'Zain', sans-serif;
	/*: 1.2rem;*/
	font-weight: 900;
	cursor: pointer;
	margin-left: 1rem;
}


.wpcf7 input:before[type="submit"],
.wpcf7-submit:before,
.wpcf7-form-control:before {
	content: "\f0da";
	font: var(--fa-font-solid);
	margin-right: .3em;
}


.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	display: block;
	margin: 1rem 0;
	: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
}

.form-row-last {
	float: left !important
}


.wpcf7 input:hover[type="submit"],
.woocommerce-form-login input:hover[type="submit"],
.woocommerce-form-register input:hover[type="submit"] {
	color: #fff;
}

.wpcf7 input:active[type="submit"],
.woocommerce-form-login input:active[type="submit"],
.woocommerce-form-register input:active[type="submit"] {
	padding: .3em 1.2em;
}




/* popup minicart */
ul.woocommerce-mini-cart.cart_list.product_list_widget {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
	padding: 0;
	margin: 0 0 1rem;
	list-style: none !important;
	color: #a31351;
}

.popup-tekst li.woocommerce-mini-cart-item.mini_cart_item {
	position: relative;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #b2788e;
	border-radius: 8px;
	padding: 0.8rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
	margin-bottom: -1rem !important;
}

/* verwijderknop rechtsboven */
.remove-container {
	position: absolute;
	top: 0.4rem;
	right: 1.8rem;
	z-index: 10;
}

a.remove.remove_from_cart_button {
	width: 1.4rem;
	height: 1.4rem;
	font-size: 0;
	background-color: #e6c4d1;
	color: #a31351;
	border: 2px solid #b2788e;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s ease;
}

a.remove.remove_from_cart_button::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f00d";
	font-weight: 900;
	font-size: 1rem;
	color: #a31351;
	line-height: 1;
}

a.remove.remove_from_cart_button:hover {
	background-color: #dd7ca1;
	color: #fee9ef;

}

/* hoofdlayout binnen cart item */
.cart-item-inner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.cart-item-main {
	display: flex;
	gap: 1rem;
	align-items: flex-end;
}

/* afbeelding links */
.thumbnail {
	width: 4.5rem;
	flex-shrink: 0;
}

.thumbnail img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

/* details rechts van afbeelding */
.details {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.3rem;
	font-size: 0.9rem;
	color: #a31351;
	padding-right: 2rem;
}

/* producttitel onderaan over volle breedte */
.product-title {
	font-size: 0.9rem;
	color: #a31351;
	width: 100%;
	margin-top: 0.6rem;
	
}

.widget_recently_viewed_products .product-title{
    margin: 0 .5rem 1rem 0;
    display: block;
	font-size: large;
}

.widget_recently_viewed_products li {
	border-bottom: 1px solid #d2aebb;
	padding: 1rem !important;
	margin: 0 -1rem !important;
}

.widget_recently_viewed_products li:last-child {
	border-bottom: none;
}

.product-title a {
	color: #a31351;
	text-decoration: none;
}

.product-title a:hover {
	text-decoration: none;
}

/* extra Woo-elementen */
.popup-tekst .widget_shopping_cart_content {
	margin-top: -.5rem;
}

.popup-tekst .woocommerce-mini-cart__total.total{
	border-top: none !important;
    text-align: center !important;
    margin: 0 !important;
}

.popup-tekst p.woocommerce-mini-cart__buttons {
	display: none !important;
}


.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .f-button{
    width: 2rem !important;
    height: 2rem !important;
}

/* mijn account begin */

/* desktop layout */
.my-account-wrapper {
  display: grid;
  grid-template-columns: 25% 73%;
  gap: 2%;
  width: 100%;
  box-sizing: border-box;
}

/* Navigatie links */
.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation {
  float: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #b2788e;
  border-right: 2px solid #b2788e;
  padding: 2rem 1rem;
  margin: -2rem -1rem -3rem;
  border-bottom-right-radius: .5rem;
  background: #f4e3ea;
  box-shadow: 0px 4px 6px -2px #826a6b;
  box-sizing: border-box;
}

/* Content rechts */
.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-content {
  width: 100%;
  border: 2px solid #b2788e;
  border-radius: .5rem;
  padding: 1rem;
  box-shadow: 0px 4px 6px -2px #826a6b;
  background: #f4e5ea;
  box-sizing: border-box;
}

/*  Mobiel layout: alles onder elkaar vanaf 768px en kleiner */
@media screen and (max-width: 768px) {
  .my-account-wrapper {
    display: block;
    width: 100%;
  }

  .woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    box-shadow: none;
    box-sizing: border-box;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    margin: -1.7rem;
    background: #f4e5ea;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0.5rem 0;
  }

  .woocommerce-account .my-account-wrapper .woocommerce-MyAccount-content {
	display: block;
	width: 105%;
	float: none;
	border: none;
	margin-top: 1.5rem;
	padding: 1rem 1rem 0;
	border-radius: 0;
	border-bottom: 2px solid #b2788e;

  }

  .category-account .woocommerce {
    margin: 0 -1rem;
  }

  .woocommerce {
    margin: 0 .1rem;
  }

  #account-welkom-pagina-inhoud {
    border-top: 2px solid #b2788e;
    margin: 0 -1rem;
    padding: 1rem;
  }
}


body.page-id-8 .woocommerce-orders-table a.woocommerce-button.button.invoice {
  display: none !important;
}


span#dynamic-account-title{	
	display: flex;
    gap: .3rem;
	align-items: baseline;
}


#dynamic-account-title .fa-caret-right{
    font-size: medium !important;
}

#account-tab-content{
	padding: 0 1rem; 
}


#sez-sidebar-status {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease;
}

#sez-sidebar-status.slide-in {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce-MyAccount-content {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.woocommerce-MyAccount-content.fade-in {
  opacity: 1 !important;
}

ul.gekochte-producten li{
    border-bottom: 1px solid #e6c4d1;
    margin: .5rem -1rem;
    padding: 0 1rem .5rem;
}

ul.gekochte-producten li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.toggle-password{    
	position: absolute;
    right: 0;
    margin-right: .5rem;
    line-height: 1.2;
	}
.input-with-icon{
	position:relative;
}


.fa-spinner{
	display:none!important;
}

.lmp_load_more_button.br_lmp_button_settings{
    display: flex;
    justify-content: center;
	margin-bottom: 2rem;
}

a.lmp_button.button{
	font-size: 1.3rem!important;
    line-height: .8;
}

/* woo shop page series  */


.servies-serie-overzicht {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5em;
  justify-content: center;
}

.servies-serie-blok {
    position: relative;
    border: 2px solid #b2788e;
    border-radius: .5rem;
    padding: .5rem .5rem 6rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
    background: #faebf16b;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.servies-serie-titel,
.servies-categorie-titel{
    margin: -.5rem -.8rem .5rem;
    padding: .2rem .8rem;
    background: #f1d1e0;
    border-bottom: 2px solid #b2788e;
    box-shadow: 0px 4px 6px -2px #826a6b;
    text-align: center;
}

.servies-serie-afbeelding{
  margin-bottom: .5rem;
}

.servies-serie-afbeelding img{
  border: 2px solid #b2788e;
  border-radius: .5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

ul.servies-serie-links{
  position: absolute;
  bottom: 0;
  width: 95%;
  margin-bottom: 1.2rem;
}

ul.servies-serie-links li{
  margin-top: .5rem;
}

.servies-serie-info{
	margin-bottom: 1.5rem;
}

.servies-filter-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.servies-filter-form {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 0.95em;
}

.servies-filter-form input,
.servies-filter-form select {
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.25em;
  padding: 0.4em;
  font-size: 0.9em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.servies-filter-form button[type="submit"]{
  align-self: start;
  padding: 0.5em 1em;
  font-weight: bold;
  background-color: #b2788e;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.servies-filter-form button[type="submit"]:hover {
  background-color: #944e68;
}

.servies-filter-form select:hover,
.servies-filter-form input:hover,
.servies-filter-form button:hover{
  outline: none;
  border-color: #b2788e;
  box-shadow: 0 0 0 2px rgba(178, 120, 142, 0.3);
}

.betaalmethodes-footer {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.betaalmethodes-footer svg,
.betaalicoon  {
	width: clamp(30px, 8vw, 40px);
	height: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	opacity: .85;
}


.betaalmethode-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 2rem 0 .5rem;
}

.betaalicoon-placeholder {
  display: inline-block;
  width: clamp(30px, 8vw, 50px);
  height: 1px;
  opacity: 0;
}

.recycle-icon {
  width: clamp(30px, 6vw, 50px);
  height: auto;
  aspect-ratio: 1 / 1;
  margin-right: 0.75rem;
  vertical-align: middle;
  opacity: 0.8;
  box-shadow: none !important;
  object-fit: contain;
  float: left;
}

.related.products h3{
	text-align: center;
    margin-bottom: 2rem;
}

/* informatie wrapper
.servies-en-info-blok {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.servies-afbeelding {

  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: flex-basis 0.3s ease;
}

.servies-afbeelding img{
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.servies-info {
  flex: 1 1 30px;
  min-width: 300px;
}

.categorie-omschrijving {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .servies-en-info-blok {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .servies-info {
    width: 100%;
    margin-top: 1rem;
  }

  .categorie-omschrijving {
    width: 90%;
    margin: 1rem auto;
  }
}

@media (max-width: 768px) {
  .servies-info {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  


  .categorie-omschrijving {
    width: 100%;
    margin: 1rem auto;
    text-align: left;
  }
}

 */
 
 
 
 .info-blok-wiki{
    border: 1px solid #b2788e;
    border-radius: .5rem;
    background: #f1d1e047;
    padding: 0 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.wiki-info-titel::before{
	font-family: 'Font Awesome 6 Free';
	content: "\f5da";
}

.wiki-info-titel{
    margin: 0 -1rem 1.5rem !important;
	line-height: 1.4;
}

.wiki-info-titel,
h1.woocommerce-products-header__title.page-title,
h3.sidebar-widget-header,
h2.sidebar-widget-header,
h3.widget-title {
	display: flex;
	align-items: baseline;
    justify-content: center;
	gap: .3rem;
	background: #f1d1e0;
    border-bottom: 2px solid #b2788e;
	font-size: larger;
	padding: 0 .5rem;
    box-shadow: 0px 4px 6px -2px #826a6b;
	height: 1.8rem;

}

h1.woocommerce-products-header__title.page-title,
h3.sidebar-widget-header,
h2.sidebar-widget-header,
h3.widget-title {
    margin: 1rem -1rem !important;
    border-top: 2px solid #b2788e;
	line-height: 1.2;
}















.comment.byuser{
	border: 1px solid #b2788e;
    border-radius: .5rem;
    padding: 1rem;
    background: #f1d1e047;
    margin: 1rem auto;
}

ul.children li.comment.byuser{
	border:none;
	background: none;
}


.glsr-minimal .glsr-review{
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 900px) {
  .glsr-minimal .glsr-review{
    width: 100%;
}

.glsr-minimal .glsr-review-content{
	margin-left: 0;
}
}





