.product-details.container {
  padding: 0px;
  margin: 0px;
}

swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

swiper-slide img, swiper-slide video {
display: block;
width: 100%;
/* height: 80%; */
object-fit: cover;
border-radius: var(--border-radius);
}


swiper-container {
width: 100%;
/* height: 300px; */
margin-left: auto;
margin-right: auto;
}

swiper-slide {
background-size: cover;
background-position: center;
}

.mySwiper {
height: auto;
width: 100%;
}

.mySwiper2 {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper2 swiper-slide {
width: 20%;
height: 100%;
opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

.icon {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  
  .icon {
    font-size: 18px;
  }

  swiper-slide img, swiper-slide video {

    border-radius: 5px;

    }

}

.fa-play:hover {
  color: #eee;
}

.pluspunten li i {
color: var(--success);
margin-top: 0.3em;
}

.pluspunten-wrapper {

  i {
    float: left;
  }

  span {
    display: block;
    padding-left: 1.5em; // width of the icon
  }

}

.section-title h2 {
text-transform: uppercase;
}

.footer-desc-wrapper {
background-color: var(--light);
}

.dname {
font-weight: bold;
/* white-space: nowrap; */
padding-left:3em !important;
width: 15%;
}

.dvalue {
width: 35%;
}

.two-cells {
  display: none;
}



@media only screen and (max-width: 767px) {
  
	.two-cells {
      display: block;
	}

  .four-cells{
    display:none;
  }

}

.product-wrap .product-img {
	overflow: hidden;
}

.product-wrap .product-img img {
	/* -webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition); */
	transition: transform 1s; /* Animation */
}

.swiper-slide {
  height: auto !important;
}

.product-wrap {
  height: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-wrap h3 {
		font-size: 22px !important;
	}
}

@media only screen and (max-width: 767px) {
	.product-wrap h3 {
		font-size: 20px !important;
	}
}

/* .product-wrap span {
	color: var(--primary-color);
} */

.product-wrap:hover .product-img img {
	transform: scale(1.05);
}

.product-wrap h5 {
	margin-top: 1em;
}

a, a:hover {
	color: var(--body-color);
}

a.read-more {
	font-size: small;
	/* font-weight: bold; 
	text-decoration: underline;
	text-underline-offset: 0.2em;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	*/
	color: var(--orange);
}

video {
  object-fit: contain !important;
}