@charset "utf-8";
/* kleur groen uit logo is:#a1c1b5   donkergeel #eedfab   */ 


body {  
  /*  overflow-x: hidden;
    position:relative;*/
    line-height: 1.50;
    font-size: 17px;
	color: var(--textcolor1);
	background-color: var(--color2L);
    opacity: 90%;
    margin: 0;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-weight: 400;
    font-style: normal;
}

       .pop-up {
            display: block; /* Show the pop-up */
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            width: 300px;
            text-align: center;
        }
        .pop-upmodal-header {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .pop-upmodal-body {
            font-size: 16px;
            margin-bottom: 20px;
        }
        .pop-upclose-btn {
            background-color: #f44336;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }

.center {
  text-align: center;
}
.img-responsive {
  width: 100%;
  margin: 0 auto; /* Center it */
  max-width: 340px;
  height: auto;
  border-radius: 0%;
  margin-top: 30px;
}
.modalVerborgen {
    display: none;
  position: fixed; 
  z-index: 5500; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}/**/
a {
    text-decoration: none;
    color: #555857;
}
li {
  list-style: none;
}
.calendarZOZO {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto; /* Center it */
}
.stickyTop {
  position: sticky;
  top: 0px;
  z-index: 5000;
}
.flexibleFont {
  font-size: 1.4rem;
    color: var(--textcolor2);/**/
}
.copyright {
    padding: 15px 70px 20px 25px;
    background-color: var(--color3L);
    color: #7D6F8A;
    text-align: right;
    font-size: 14px;
}
.copyright a {
    color: #7D6F8A;
}
.title {
    color: var(--textcolor1);/**/
    font-size: 30px;
}
.subtitle {
    color:#726D57;
    font-size: 16px;
}
.price {
    color: var(--textcolor2);
    font-family: 'Kanit', sans-serif;
    font-family: 'Courgette', cursive;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}
.price a {
    color: var(--textcolor2);
}
.productomschrijving {
    min-height: 130px;
}

.button-white {
    color: var(--textcolor2);
    background-color:  var(--color1L);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: left;
    text-decoration: none;
    border: 1px solid #CCC6C7;
    cursor: pointer;
    border-radius: 4px;
    width: 100%; 
    font-weight: bolder;
    [data-icon] {
        float: right !important;
  padding: 10px;
  line-height: 1.5;
        padding-left: 10px;
        &:before { content: attr(data-icon); }
    }
};
.bgfriscos {    
  padding: 60px 0px 0px 0px;
  background-image: url("/images/bg_friscos.png");
  background-repeat: no-repeat;
}
.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.footerbox {
  background-color: var(--color2D);
  padding-top: 10px;
  width: 100%; /* Ensure it spans the full width */
  margin: 0; /* Remove any default margin */
  box-sizing: border-box; /* Include padding and border in the width */
}


.hoogte {
    height: 50px;
    display:inline-block;
}
.lower-icon {
  position:relative;
  top:80%;
}
.flex-container-flower > div {
  margin-top: 50px;
  padding: 40px 160px 0px 0px;
  background-image: url("/images/flower.png");
  opacity: 0.8;
  background-repeat: no-repeat;
}
.flex-container-ijsje > div {
  margin: 0px;
  padding: 50px 0px 50px 100px;
  background-image: url("/images/icecream.webp");
  background-repeat: no-repeat;
    opacity: 0.7;
 margin-right: 150px;
}
.flex-container-ijsje > flexibleFont {
   opacity: 1;
}
.flex-container > div {
  margin: 0px;
  padding: 40px 160px 0px 0px;
}


/* Container holding the image and the text */
.categorieWrapper {
  position: relative;
  width: 100%; /* Maximum width */
    max-width: 500px;
  margin: 0 auto; /* Center it */
  margin-top: 25px;
  align-items: center;
}

/* Bottom right text */
.categorieWrapper-text {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(222,222,219,0.81); /* Black background with 0.5 opacity */
  color: #4F4E4E; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}



/*////////////////////////////////////////////////////////////////*/

.ZOZOrow::after {
  content: "";
  clear: both;
  display: table;
}
.ZOZOrow-p::after {
  content: "";
  clear: both;
  display: table;
}
.ZOZOrow-p {
    margin: auto;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
    max-width: 1100px;
}
/* For small screens: */
@media only screen and (max-width: 576px) {
  .ZOZOrow-p {
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
  }
}
[class*="ZOZO-"] {
  float: left;
  padding: 5px;
}
/* For mobile phones: */
[class*="ZOZO-"] {
  width: 98%;
}
.bg-wistjedatje {
      background-image: url('/images/mage--light-bulb.png');
      background-repeat: no-repeat;
    background-color:var(--color3);
    color: var(--textcolor2);
    text-align: left;    
}
.bg-wistjedatje img {
    max-width: 250px;
}

.BGwelkom {
        background-repeat: no-repeat;
        width: 100%;
        background-color: var(--color1);
        padding-top: 15%;
}
.BGwelkomTekst {
    background-color: var(--color1D);
    opacity: 0.8;
    width: 80%;
    margin: auto;
    text-align: center;
    color: black;
}

@media (max-width: 768px) {
    .DisplayTot768px {
        display:none;
    }
}

@media only screen and (max-width: 576px) {
  /* For tablets: */
  .ZOZO-xs-1 {width: 8.33%;}
  .ZOZO-xs-2 {width: 16.66%;}
  .ZOZO-xs-3 {width: 25%;}
  .ZOZO-xs-4 {width: 33.33%;}
  .ZOZO-xs-5 {width: 41.66%;}
  .ZOZO-xs-6 {width: 50%;}
  .ZOZO-xs-7 {width: 58.33%;}
  .ZOZO-xs-8 {width: 66.66%;}
  .ZOZO-xs-9 {width: 75%;}
  .ZOZO-xs-10 {width: 83.33%;}
  .ZOZO-xs-11 {width: 91.66%;}
  .ZOZO-xs-12 {width: 100%;}
    .BGwelkom {
        background-image: url('/theme/bgXS.webp');
        height: 250px;
    }
}
@media only screen and (min-width: 576px) {
  /* For tablets: */
  .ZOZO-s-1 {width: 8.33%;}
  .ZOZO-s-2 {width: 16.66%;}
  .ZOZO-s-3 {width: 25%;}
  .ZOZO-s-4 {width: 33.33%;}
  .ZOZO-s-5 {width: 41.66%;}
  .ZOZO-s-6 {width: 50%;}
  .ZOZO-s-7 {width: 58.33%;}
  .ZOZO-s-8 {width: 66.66%;}
  .ZOZO-s-9 {width: 75%;}
  .ZOZO-s-10 {width: 83.33%;}
  .ZOZO-s-11 {width: 91.66%;}
  .ZOZO-s-12 {width: 100%;}
    .BGwelkom {
        background-image: url('/theme/bgS.webp');
        height: 325px;
    }
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .ZOZO-1 {width: 8.33%;}
  .ZOZO-2 {width: 16.66%;}
  .ZOZO-3 {width: 25%;}
  .ZOZO-4 {width: 33.33%;}
  .ZOZO-5 {width: 41.66%;}
  .ZOZO-6 {width: 50%;}
  .ZOZO-7 {width: 58.33%;}
  .ZOZO-8 {width: 66.66%;}
  .ZOZO-9 {width: 75%;}
  .ZOZO-10 {width: 83.33%;}
  .ZOZO-11 {width: 91.66%;}
  .ZOZO-12 {width: 100%;}
    .BGwelkom {
        background-image: url('/theme/bg.webp');
        height: 400px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 992px) {
  /* For large screens: */
  .ZOZO-l-1 {width: 8.33%;}
  .ZOZO-l-2 {width: 16.66%;}
  .ZOZO-l-3 {width: 25%;}
  .ZOZO-l-4 {width: 33.33%;}
  .ZOZO-l-5 {width: 41.66%;}
  .ZOZO-l-6 {width: 50%;}
  .ZOZO-l-7 {width: 58.33%;}
  .ZOZO-l-8 {width: 66.66%;}
  .ZOZO-l-9 {width: 75%;}
  .ZOZO-l-10 {width: 83.33%;}
  .ZOZO-l-11 {width: 91.66%;}
  .ZOZO-l-12 {width: 100%;}
    .BGwelkom {
        background-image: url('/theme/bgL.webp');
        height: 500px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1200px) {
  /* For wide screens: */
  .ZOZO-xl-1 {width: 8.33%;}
  .ZOZO-xl-2 {width: 16.66%;}
  .ZOZO-xl-3 {width: 25%;}
  .ZOZO-xl-4 {width: 33.33%;}
  .ZOZO-xl-5 {width: 41.66%;}
  .ZOZO-xl-6 {width: 50%;}
  .ZOZO-xl-7 {width: 58.33%;}
  .ZOZO-xl-8 {width: 66.66%;}
  .ZOZO-xl-9 {width: 75%;}
  .ZOZO-xl-10 {width: 83.33%;}
  .ZOZO-xl-11 {width: 91.66%;}
  .ZOZO-xl-12 {width: 100%;}
    .BGwelkom {
        background-image: url('/theme/bgXL.webp');
        height: 550px;
    }
}

/*////////////////////////////////////////////////////////////////*/

/*///////////////// N A V B A R //////////////////////////////////*/

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color:var(--color1);
  color: var(--textcolor1); 
  z-index: 99999999;
}

.nav-links a {
  color: var(--textcolor1); 
}

/* LOGO */
.logo {
    max-height: 30px;
    font-family: 'Righteous', sans-serif;
    font-size: 30px;
    color: #404041;
}
.logo img {
    max-height: 50px;
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
}

.menu li:hover {
  background-color: var(--color1D);
  border-radius: 5px;
  transition: 0.3s ease;
}

.menu li {
  padding: 5px 14px;
}

.menu li:last-child {margin-right: 50px}
/* DROPDOWN MENU */
.droppiedown {
  position: relative; 
}

.dropdown {
  background-color: var(--color1D);
  padding: 10px 20px;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 20px;
    z-index: 99999999;
}

.dropdown li + li {
  margin-top: 5px;
}

.dropdown li {
  padding: 10px 1em;
  width: 8em;
  text-align: center;
    z-index: 99999999;
}

.dropdown li:hover {
  background-color: var(--color1);
}

.droppiedown:hover .dropdown {
    margin-top: 10px;
  display: block;
    z-index: 99999999;
}


/* RESPONSIVE NAVBAR MENU STARTS */

/* CHECKBOX HACK */

.nav-links input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
 .menu {
    display:none;
    position: absolute;
    background-color: var(--color1D);
    right: 0;
    left: 0;
    text-align: left;
    padding: 20px 0% 16px 10%;
     margin-top:20px;
  }

  .menu li:hover {
    display: inline-block;
    background-color: var(--color1);
    transition: 0.8s ease;
  }

  .menu li + li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked ~ .menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .dropdown {
    left: 50%;
    top: -10px;
    transform: translateX(35%);
    z-index: 99999999;
  }

  .dropdown li:hover {
    background-color: var(--color1);
  }
}


/*///////////////// N A V B A R //////////////////////////////////*/



/*/////////////////  NIEUWE P R O D U C T    W R A P P E R S //////////////////////////////////*/

.wrapper{
  width: 100%;
  max-width: 300px;
  height: 400px;
  background: white;
  float: center;
    margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0;
  transform: scale(0.95);
  transition: box-shadow 0.5s, transform 0.5s;
  &:hover{
    transform: scale(1);
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
  }
  
  .container{
    width:100%;
    height:100%;
    .top{
      height: 80%;
      width:100%;
    }

    .container-small {
        width: 100%; /* Full width by default */
        max-width: 850px; /* Maximum width of 850px */
        margin: 0 auto; /* Center the container horizontally */
        height: 100%; /* Full height */
        display: flex; /* Optional: Use flexbox for layout */
        flex-direction: column; /* Optional: Stack child elements vertically */
    }
    
 
    .bottom{
      width: 200%;
      height: 20%;
      transition: transform 0.5s;
      &.clicked{
        transform: translateX(-50%);
      }
      h1{
          margin:0;
          padding:0;
      }
      p{
          margin:0;
          padding:0;
      }
      .left{
        height:100%;
        width: 60%;
        background: #E4E4E4;
        position:relative;
        float:left;
        .details{
         /* padding: 20px;*/
            padding-top: 5px;
            padding-left: 10px;
          float: left;
          width: calc(70% - 40px);
        }
        .cart{
          float:right;
          width: calc(30% - 2px);
          height:100%;
          padding-top:8%;
          background: #f1f1f1;
          transition: background 0.5s;
          border-left:solid thin rgba(0,0,0,0.1);
          i{
            font-size:30px;
            padding:30px;
            color: #254053;
            transition: transform 0.5s;
          }
          &:hover{
            background: #A6CDDE;
          }
          &:hover i{
            transform: translateY(5px);
            color:#00394B;
          }
        }
      }
      .right{
        width: 50%;
        background: #A6CDDE;
        color: white;
        float:right;
        height:200%;
        overflow: hidden;
        .details{
          padding: 20px;
          float: right;
          width: calc(70% - 40px);
        }
        .done{
          width: calc(30% - 2px);
          float:left;
          transition: transform 0.5s;
          border-right:solid thin rgba(255,255,255,0.3);
          height:50%;
          i{
            font-size:30px;
            padding:30px;
            color: white;
          }
        }
        .remove{
          width: calc(30% - 1px);
          clear: both;
          border-right:solid thin rgba(255,255,255,0.3);
          height:50%;
          background: #BC3B59;
          transition: transform 0.5s, background 0.5s;
          &:hover{
            background: #9B2847;
          }
          &:hover i{
            transform: translateY(5px);
          }
          i{
            transition: transform 0.5s;
            font-size:30px;
            padding:30px;
            color: white;
          }
        }
        &:hover{
          .remove, .done{
            transform: translateY(-100%);
          }
        }
      }
    }
  }
  
  .inside{
    z-index:9;
    background: var(--color4);
    width:140px;
    height:140px;
    position: absolute;
    top: -70px;
    right: -70px;
    border-radius: 0px 0px 200px 200px;
    transition: all 0.5s, border-radius 2s, top 1s;
    overflow: hidden;
    .icon{
      position:absolute;
      right:85px;
      top:85px;
      color:white;
      opacity: 1;
    }
    &:hover{
      width:100%;
      right:0;
      top:0;
      border-radius: 0;
      height:80%;
      .icon{
        opacity: 0;
        right:15px;
        top:15px;
      }
      .contents{
        opacity: 1;
        transform: scale(1);
        transform: translateY(0);
      }
    }
    .contents{
        color: #fefefe; 
          font-size: 15px;
      padding: 5%;
      opacity: 0;
      transform: scale(0.5);
      transform: translateY(-200%);
      transition: opacity 0.2s, transform 0.8s;
      table{
        text-align:left;
        width:100%;
      }
    }
  }
}


.productAfbeeldingen {
    clip-path: polygon(0 0, 94% 6%, 100% 100%, 11% 91%);
    float: right;
    margin: -5px;
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 280px;
}

/*///////////////// NIEUWE P R O D U C T    W R A P P E R S //////////////////////////////////*/



.ANCHOR {
      padding-top: 120px;
     margin-top: -120px;
}
.handletters {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
}
h3 {
 /* color:#47A288;
  font-optical-sizing: auto;*/
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}
b {
    color:var(--hoofdkleur1);
}
@keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
}
.rondje {
  border-radius: 50%;
}

.header {
  background-color: #DDF2FD;
  color: #fff;
  padding: 15px;
}
/* If the screen size is 600px wide or less, hide the element */
@media only screen and (max-width: 600px) {
  .example {
    content-visibility: hidden;
  }
  .footertop .text {
    font-size: 11px;
    }
}
.handgeschreven {
  font-family: "Dancing Script", cursive;
    font-size: 22px;
}

.buttonInloggen {
    background-color: #FFFFFF; 
    color: #404041;
    border: none;
    padding: 0px 24px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s; 
};
.buttonInloggen:hover {
    background-color: #FFFFFF;  
} 
.top2container {
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
}


.rightbox {
            float: right;
            height: 50px;
            padding-right: 20px;
            text-align: center;  
    
            display: flex;
            align-items: flex-end;
}
.leftbox {
            float: left;
            height: 50px;
            padding-left: 20px;
            text-align: center;  
    
            display: flex;
            align-items: flex-end;
}




.stickyMiddle {
  position: sticky;
  top: 110px;
  z-index: 50;
}
.toplinkcontainer {
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
    text-align: right;
    background-color: var(--color4);
    height: 50px;
    font-size: 12px;
}
.toplinkcontainer a {
    color: #404041;
}
.top2containerMelding {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: auto;
    text-align: center;
    background-color: #000000;
    color: white;
    font-size: 14px;
    font-style: italic;
}
.badge {
    font-size: 18px;
}
.badgeRond {
  background-color: #F6F6F6;
  color: #0D0F0F;
  padding: 4px 8px;
  margin-left: -15px;
  margin-top: -35px;
  text-align: center;
  border-radius: 20px;
  opacity: 90%;
}
.link-rubrieken-product {
  color: #404041;
}
.link-rubrieken-product a{
  color: #404041;
}
label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}


hr {
  border-color: #D4D0D0;
    border-style: dashed;
}

input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #404041;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.handwrited {
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
}


.logo-responsive {
  height: 100%;
  max-height: 185px;
  width: auto;
  border-radius: 0%; 
}


.video-container {
    max-width: 100%; 
    margin: 0 auto; 
    z-index: 10; !important!
	}
.video-container video {
    margin-top: 25px;
    	width: 100%; 
    	height: auto;
    z-index: 10; !important!
}


.linkcolorTalen a {
  color: #524E4E;
    font-weight: 800;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  padding-top: 15px;
    
    
  border-top: 4px dashed #2B8C70;
  border-bottom: 1px solid grey;
    
  background: #F3F3F3;
  color: #424140;
}
.footerrubriek{
    font-size: 12px; 
    font-weight: bolder;
    padding-bottom: 20px; 
  color: #2DA17D;
}
.footertop{
  max-width: 100%; 
  background-color: #9be3cf;
   /* border-bottom: dashed;
    border-bottom-color: #BBDDF8;*/
  color: #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top:10px;
}
.footertop .text {
    text-align: center;
    margin: 0 auto; 
    font-size: 22px;
}
.footer a {
  color: #424140;
}
.footerheader {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
}
.footerbottom {    
  /*  border-top: dashed;
    border-top-color: #BBDDF8;*/
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  background: #ffffff;
}
.footerbottom a{    
  color: #424140;
}


#scrollToTopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--color4); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#scrollToTopButton:hover {
  background-color: var(--color4D); /* Add a dark-grey background on hover */
}
html {
  scroll-behavior: smooth;
}
    
    

.card {
  /*max-width: 125px;*/
  background-color: white;
  padding-top: 10px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 5px;
    
  /* box-shadow: -0.5px -1px 0px 0.6px #BDBDBD;
 text-shadow: 1px 1px;*/
    
  text-align: center;
  min-height: 440px;
  max-height: 500px;
}
.card-inDeKijker {
  /*max-width: 125px;*/
  background-color: #E4E4E4;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 10px;
  /*border: 2px solid #3E8D77;*/
    margin-top: 40px;
  text-align: center;
  min-height: 70px;
  /*  float: center;
  max-height: 300px;*/
}
.card-inDeKijker img {
  width: auto;
  height: 100%;
  margin: auto;
  border-radius: 0%;
  z-index: 0;
  display: block;
  max-width: 550px;
}
.card img {
  height: auto;
  width: 100%;
  margin: auto;
  border-radius: 5%;
  z-index: 0;
  display: block;
  max-width: 220px;
}
.card .price {
    color: #;
    font-family: 'Courgette', cursive;
    font-family: 'Kanit', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
}
.card .price a {
    color: #3E8D77;
}


.card .artikeloudeprijs {
	color: #C6C6C8;
    font-size: 26px;
}

.card .strike { 
  text-decoration-line: line-through;
  text-decoration-style: dotted;
  text-decoration-color: #71b8a4;
    text-decoration-thickness: 2px;
}

.card-inDeKijker .productname {
    font-size: 18px;
    display: block;
    min-height: 40px;
    color: #71b8a4;
}
.card-inDeKijker .productname a {
    color: #71b8a4;
}
.card .productname {
    font-size: 19px;
    display: block;
    min-height: 75px;
    color: #71b8a4;
}
.productname a {
    color: #71b8a4;
}
.info_cart {
  /*max-width: 125px;*/
  background-color:  var(--color2);
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  text-align: right;
  min-height: 250px;
}
.detailproductcard {
  max-width: 2505px; /* toegevoegd voor MODALadresWijzigen */
float: left;  /* toegevoegd voor MODALadresWijzigen */
 /* background-color: white;*/
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  text-align: left;
  min-height: 450px;
}
.detailproductcard a {
    color: grey;
}
.detailcheckout {
  /*max-width: 125px;
  background-color: white;*/
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  text-align: left;
}
.detailcheckout-rechts {
  /*max-width: 125px;*/
  background-color: var(--color1);
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  text-align: left;
}
.detailcheckout a {
    color: grey;
}
.artikelbijschrift {
	color: #8C8787;
    font-size: 14px;
}
.artikeloudeprijs {
    text-decoration: line-through;
	color: #C6C6C8;
    font-size: 26px;
}
.strike { 
  text-decoration-line: line-through;
  text-decoration-style: dotted;
  text-decoration-color: #71b8a4;
    text-decoration-thickness: 2px;
}

.zoom {
  transition: transform .3s; 
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.05); 
}
.zoom2 {
  transition: transform .3s; 
  margin: 0 auto;
}
.zoom2:hover {
  transform: scale(1.2); 
}





.zozo-input {
  color:#484A4C;
  font-weight:500;
  font-size: 16px;
  border-radius: 5px;
  line-height: 18px;
  background-color: white;
  border:1px solid var(--color4);
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.zozo-input:focus { border:2px solid var(--textcolor1); }
.zozo-input-cart {
  color:grey;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:700;
  font-size: 16px;
  border-radius: 5px;
  line-height: 18px;
  background-color: transparent;
  border:1px solid var(--color4);
  transition: all 0.3s;
  padding: 10px;
  margin-bottom: 15px;
  width:100%;
    max-width: 70px;
  box-sizing: border-box;
  outline:0;
}

.zozo-input-cart:focus { border:2px solid var(--color4); }
textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}
.naarWinkelwagentje {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:var(--color4);
  border-radius:4px;
  border:0;
  cursor:pointer;
  color:var(--textcolor3);
  font-size:16px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  font-weight:700;
}

.groeneKnop {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#0B970B;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:16px;
  padding-top:5px;
  padding-bottom:5px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.groeneKnop:hover { background:#20B820; }

.witteKnop {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#FFFFFF;
  border-radius:5px;
    border-width: 1px;
    border-color: #47A288;
  cursor:pointer;
  color: #47A288;
  font-size:16px;

  padding-top:5px;
  padding-bottom:5px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.witteKnop:hover { background:#FFFFFF; }


.rodeKnop {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:#F41621;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:16px;
  padding-top:5px;
  padding-bottom:5px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.verzendKnop {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 100%;
  background:var(--color4);
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:var(--textcolor3);
  font-size:16px;
  padding-top:5px;
  padding-bottom:5px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
.verzendKnop:hover { background:var(--color4D); }


/* /////////////////////////////////////////////////////////// */
.table-zozo {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-zozo td, #table-zozo th {
  padding: 2px;
}

.table-zozo tr:nth-child(even){background-color: #f2f2f2;}

.table-zozo tr:hover {background-color: #ffffff;}

.table-zozo th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  background-color: #DFDFE1;
  color: white;
}

/* /////////////////////////////////////////////////////////// */

.Handje {  
  cursor: pointer;
}




.modal {
  diplay: none;  
  position: fixed; 
  z-index: 5500; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}


.closeModalFactuuradresWijzigen {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeModalFactuuradresWijzigen:hover,
.closeModalFactuuradresWijzigen:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* The Close Button */
.closeModalLeveradresWijzigen {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeModalLeveradresWijzigen:hover,
.closeModalLeveradresWijzigen:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}





input[type="file"] {
  position: relative;
}

input[type="file"]::file-selector-button {
  width: 136px;
  color: transparent;
}

/* Faked label styles and icon */
input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 11px;
  left: 40px;
  color: #0964b0;
  content: "Upload File";
}

/* ------- From Step 1 ------- */

/* file upload button */
input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
  background-color: #f3f4f6;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
  background-color: #e5e7eb;
}



.right-align {
  float: right;
}



.priceWW {
    color: var(--hoofdkleur1);
    font-family: 'Courgette', cursive;
    font-family: 'Kanit', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.fade-in-object1 { 
    animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s; }
.fade-in-object2 { 
    animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s; }

.fade-in-object3 { 
    animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;}
.fade-in-object4 { 
animation: fadeIn 4s; 
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;}

.fade-in-object5 { 
animation: fadeIn 5s; 
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.zozoH-oney{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }	
.notification {
  background-color: #cbe6fd;
  color: white;
  text-decoration: none;
  padding: 4px 4px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification:hover {
  background: #0096d5;
  color: white;
}
#ZOZOprotect {
  position: fixed; 
  bottom: 7px; 
  right: 10px; 
  z-index: 99; 
  cursor: pointer;
  padding: 7px; 
  border-radius: 10px;
  font-size: 18px;
}





/* Container for skill bars */
.processbarcontainer {
  width: 100%; /* Full width */
  background-color: #ddd; /* Grey background */
}

.process {
  text-align: right; /* Right-align text */
  padding-top: 10px; /* Add top padding */
  padding-bottom: 10px; /* Add bottom padding */
  color: white; /* White text color */
}

.stap1 {width: 33%; background-color: #2B8C70;} /* Green */
.stap2 {width: 50%; background-color: #2B8C70;} /* Blue */
.derde {width: 33%; background-color: #2B8C70;} /* Red */
.tweede {width: 50%; background-color: #2B8C70;} /* Dark Grey */


.buttonDetailBestelling {
    background-color: transparent;
    border: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s; 
  cursor: pointer;
};
.buttonDetailBestelling:hover {
    font-weight: bold;
    color: grey;
    transition-duration: 0.4s; 
  cursor: pointer;
};





.card-trip {
  overflow: hidden;
  background: white;
  box-shadow: 5 5 15px rgba(0,0,0,0.4);
  position: relative; // NEEDED FOR THE LINK
}

.card-trip > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.card-trip h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.card-trip p {
  font-size: 12px;
  opacity: .7;
  margin: 0;
}

.card-trip .card-trip-infos {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.card-trip-infos .card-trip-user {
  position: absolute;
  right: 16px;
  top: -20px;
  width: 40px;
}



@keyframes scaleIn{
    0% { transform: scale(0); }
    85% { transform: scale(1.05);}
    100%  { transform: scale(1);}
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.clip-me {  
  /* Example: clip element into a Heptagon */
    clip-path: polygon(0% 15%,100% 0%,100% 100%,0% 100%);           
    float: right;
    margin: -15px; 
    width: 100%;
    height: auto;
    min-height: 320px;
    max-height: 470px;
    animation-name: scaleIn;
    animation-duration: 2.2s;
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
} 

.fade-in {
    animation: fadeIn 3s; 
    animation-delay: 0.4s;
}

.clip-inDeKijker {  
  /* Example: clip element into a Heptagon 
   clip-path: polygon(18% 1%, 100% 0, 100% 68%, 70% 69%, 72% 83%, 47% 68%, 26% 67%);
   clip-path: polygon(31% 9%, 85% 23%, 94% 78%, 10% 92%);*/
    /*clip-path: polygon(50% 0%, 68% 27%, 98% 35%, 78% 59%, 79% 91%, 50% 70%, 21% 91%, 23% 58%, 2% 35%, 35% 26%);*/
    clip-path: polygon(0 0, 97% 3%, 95% 89%, 7% 94%);
    margin-top: -90px; 
    margin-bottom: -20px;
    width: 70%;
    height: auto;
    min-height: 250px;
    max-height: 500px;
    animation-name: scaleIn;
    animation-duration: 2.2s;
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
} 
.clip-welkomVak { 
    clip-path: polygon(0 0, 100% 1%, 88% 100%, 18% 100%);
    width: 100%;
    animation-name: scaleIn;
    animation-duration: 1s;
    animation-delay: 0.4s;
    animation-fill-mode: backwards;
}
.FOTObg {
    background: url('/images/uluru_rock.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: rgba(59,87,169,1.00);*/
    background-color: #7BB5A4;
    
    /*height: 280px;*/
    width: 100%;
    /*margin-top: -5%;*/
}


/* hideOnSmall toont op schermen TOT 400px */
@media screen and (min-width: 400px) {
  .hideOnSmall {
    content-visibility: hidden;
  }
}
/* showOnSmall toont op schermen groter dan 400px */
@media screen and (max-width: 400px) {
  .showOnSmall {
    content-visibility: hidden;
  }
}
/* hideOnMedium toont op schermen TOT 576px */
@media screen and (min-width: 576px) {
  .hideOnMedium {
    content-visibility: hidden;
  }
}
/* showOnMedium toont op schermen groter dan 576px */
@media screen and (max-width: 576px) {
  .showOnMedium {
    content-visibility: hidden;
  }
}
/* hideOnBig toont op schermen TOT 768px */
@media screen and (min-width: 768px) {
  .hideOnBig {
    content-visibility: hidden;
  }
}

/* showOnBig toont op schermen groter dan 768px */
@media screen and (max-width: 768px) {
  .showOnBig {
    content-visibility: hidden;
  }
}



/* SmallScreen toont op schermen TOT 400px */
@media screen and (min-width: 400px) {
  .SmallScreen {
    content-visibility: hidden;
  }
}
/* Mediumscreen toont op schermen tussen 400px en 576 */
@media screen and ( (min-width: 576px) or (max-width: 400px) ) {
  .MediumScreen {
    content-visibility: hidden;
  }
}
/* Mediumscreen toont op schermen tussen 400px en 576 */
@media screen and ( (min-width: 768px) or (max-width: 576px) ) {
  .LargeScreen {
    content-visibility: hidden;
  }
}
/* Mediumscreen toont op schermen tussen 400px en 576 */
@media screen and  (max-width: 768px)  {
  .XLargeScreen {
    content-visibility: hidden;
  }
}



.hidden {
  display: none;
}
.increase {
    padding: 3px 4px;
    font-size: 16px;
    margin: 0 5px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}
.decrease {
    padding: 3px 5px;
    font-size: 16px;
    margin: 0 5px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}
.delete-button {
    margin-top: 8px;
    padding: 6px 12px;
    font-size: 14px;
    color: #ff4d4d;
    cursor: pointer;
}
