body {
    background-color: #fff!important;
}

.sort {
display: none;

}

.rating {
    display: none;
}

.carousel-control-prev, .carousel-control-next {
width:2vw!important;
    color: #000 !important;
}

fa-angle-left {

    color: #000 !important;
}


.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05);
  box-shadow: 2px 3px 5px -2px rgb(0 0 0 / 50%);
}

/* thumbnail in beeld op mobile */
@media only screen and (max-width: 600px) {
.jp-type-single {
    overflow: inherit !important;
}

}



