.bestsellers-slide .bestsellers-item {
	width: 100%;
	padding: 10px;
}
.bestsellers-slide .bestsellers-inner {
	width: 100%;
	height: 100%;
	/*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;*/
	border: 1px solid #dee2e6; padding:1rem;
}
.bestsellers-slide .bestsellers-item img {
	/*display: none;*/margin: 0 auto;
}
.bestsellers-slide .bestsellers-item .bestsellers-text img {
	text-align:left; padding-left:0px;
}
/*.bestsellers-slide .bestsellers-img {
	min-height: 200px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	color: black;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)	#eee no-repeat center/cover;
	position: relative;
}*/
.bestsellers-slide .bestsellers-img {
	position: relative;
}

/*** START: Beperking grootte beeld ***/

.bestsellers-slide .bestsellers-inner .container-for-img {
 width:auto;
 max-height:175px;
}

.bestsellers-slide .bestsellers-inner .container-for-img img {
 width:auto;
 height:175px!important;
}
/*
@media (max-width: 575px) {
    .bestsellers-slide .bestsellers-inner .container-for-img img {
     width:auto;
     height:150px!important;
    }
    .bestsellers-slide .bestsellers-inner .container-for-img {
     width:auto;
     max-height:150px;
    }
}
*/

/*** END: Beperking grootte beeld ***/

.bestsellers-slide .bestsellers-text {
	text-align: left;
	/*padding: 0 10px;*/
}
.bestsellers-slide .bestsellers-text h4 {
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding:0; color:#012169;
}
.bestsellers-slide .bestsellers-text p {
	max-height: 4.5em;
	overflow: hidden; 
}

.bestsellers-slide .owl-stage-outer {
	z-index: 1;
}
.bestsellers-slide .owl-nav {
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bestsellers-slide .owl-nav svg {
	/*color: currentcolor;*/
}
.bestsellers-slide .owl-nav .disabled {
	display: none;
}
.bestsellers-slide .owl-prev,
.bestsellers-slide .owl-next {
	top: 110px;
	/*top: 50%;*/
	z-index: 2;
	width: 40px;
	height: 40px;
	padding: 8px;
	margin-top: -20px;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 0 10px rgb(0 0 0 / 15%); 
}

.bestsellers-slide .owl-prev {
	left: -10px;
}
.bestsellers-slide .owl-next {
	right: -10px;
}

#sdp .owl-nav .owl-prev, #sdp .owl-nav .owl-next, #sdp .owl-carousel .owl-dot {
    background: white!important; color:yellow;
}

.bestsellers-slide .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bestsellers-slide .btn-outline-primary {
  color: #012169!important;
  border-color: #012169!important; 
}
.bestsellers-slide .btn {
  /*display: inline-block;*/
  font-weight: 700;
  color: #012169!important;
  text-transform:none!important;
  /*color: #212529;*/
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #012169!important;
  padding: .375rem .75rem;
  font-size: 1rem!important;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out/*,box-shadow 0.15s ease-in-out*/; 
  box-shadow:none!important;
}

.bestsellers-slide .btn:hover {
  /*display: inline-block;*/
  background-color: #012169!important;
  border: 1px solid #012169!important;
  color: #fff!important;
}



