#block-stappenverzending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#block-stappenverzending .binner {
    width: calc(100vw - (100vw - 1280px) / 2);
    max-width: 98vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#block-stappenverzending .stap {
    height: calc((100vw - (100vw - 1280px) / 2) / 4.5);
    width: calc((100vw - (100vw - 1280px) / 2) / 4.5);
    max-height: 21.7777777778vw;
    max-width: 21.7777777778vw;
    position: relative;
}

.faqblock .views-field-body {
	height:auto!important;
}

#body #gpttekst {
	display:block;
}
#gpttekst {
	display:none;
}

.flexslider {
    margin: 0 !important;
    background: transparent !important;
    border: 0 solid #fff !important;
    position: relative !important;
    zoom: 1 !important;
    overflow:visible;
}

.flexslider .slides {

}
.flexslider li {
    overflow:auto;
}
.flexslider li img {
    float: left;
}
.flexslider .flex-control-nav li {
    background-color: #999;

}

.productimage .finner {

}

.flex-control-thumbs {
    margin: 0px 0 0;
    position: static;
    overflow: hidden;
    background-color: white;
    position: absolute;
    top: 100%;
    overflow: visible;
}
@media screen and (max-width: 768px) {
    .flex-control-thumbs {
        margin: 0px 0 0;
        position: static;
        overflow: hidden;
        background-color: white;
        position: unset;
        top: 100%;
        overflow: visible;
    }
    .flex-direction-nav {
        display: none;
    }
    .flex-control-thumbs li {
        width: calc(50% - 5px)!important;
      float: left;
      margin: 10px 10px 0 0;
  }
    .flex-control-thumbs li:last-child {
        width: calc(50% - 5px)!important;
      float: left;
      margin: 10px 0px 0 0;
  }
}

.flex-control-thumbs li {
  width: 40%;
  float: left;
  margin: 10px 10px 0 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 10%;
  height: 10%;
  margin:  0 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}
.flex-direction-nav a::before {
  display: none;
}
.flex-direction-nav .flex-prev {
  right: 6%!important;
  left:unset;
  background: url(../img/angle-left-light.svg) top 15px left no-repeat;
  background-size: 40%;
  text-indent: -100000px;
  overflow: hidden;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  right: 6%!important;
  left:unset;
}
.flex-direction-nav .flex-next {
  right: 3%!important;
  text-align: right;
  background: url(../img/angle-right-light.svg) top 15px right no-repeat;
  background-size: 40%;
  text-indent: 100000px;
  overflow: hidden;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 3%!important;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block;
}

.productdetails {
    display: flex;
    align-items: flex-start!important;
}
.pr_gallery {
	background-color:#f2f2f2!important;
}
.pr_gallery .maincontent {
	position:relative;
}
.pr_gallery .maincontent:hover .overlay {
	opacity:1;
}
.pr_gallery .maincontent .overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.6);
	pointer-events:none;
	opacity:0;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pr_gallery .maincontent .overlay .finner {
	width:768px;
	max-width:80%;
	color:white;
}

@media screen and (max-width: 600px) {
	
.pr_gallery .maincontent {
	position:relative;
}
.pr_gallery .maincontent:hover .overlay {
	opacity:1;
}
.pr_gallery .maincontent .overlay {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0);
	pointer-events:none;
	opacity:1;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 20px 0;
}
.pr_gallery .maincontent .overlay .finner {
	width:100%;
	max-width:100%%;
	color:unset;
}
}

.pr_gallery .maincontent .overlay .finner h3 {
    font-family: "Tangerine", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
