/*@import "/wise/app/css/mystyle.css";*/

/* z-index aanpassen aan site */
.wise-modal-backdrop 	{z-index:1001;}
.wise-modal-frame 	{z-index:1002;}

/* 
 * CAROUSEL
 */
.wiseswiper .wiseswiper-slide .inner {
	display: block;
  	align-self: flex-end;
	text-align: center;
	width: 100%;
}

.wiseswiper .wiseswiper-slide .inner > div {
	display: inline-block;
  	align-self: flex-end;
}

.wiseswiper .wiseswiper-slide a.book-cover {
	display: flex;
	justify-content: space-around;
	text-decoration: none;
}

.wiseswiper .wiseswiper-slide a.book-cover img {
	width: auto !important;
	max-width: 100%;
	max-height: 100% !important;
	display: inline-block;
  	align-self: flex-end;
}

.wiseswiper .wiseswiper-slide .inner .book-cover + .product-shelf-title,
.wiseswiper .wiseswiper-slide .inner .book-cover + .product-shelf-author {
	padding-top: 15px;
	text-decoration: none;
}

.wiseswiper .wiseswiper-slide .product-shelf-title {
	font-weight: bold;
}

.wiseswiper .wiseswiper-slide .product-shelf-title,
.wiseswiper .wiseswiper-slide .product-shelf-author {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}

.wiseswiper .wiseswiper-slide .product-shelf-author {
	color: #484848;
}

.wiseswiper .wiseswiper-slide .product-shelf-author {
	font-size: 0.8em;
}

.wiseswiper .wiseswiper-slide .product-shelf-title + .product-shelf-author {
	margin-top: 10px;
}

.wiseswiper.has-pagination .wiseswiper-button-next {
	top: 30%;
}

.wise-carousel .wise-tabs li {
	margin-bottom: 0 !important;
}