.product-thumb .image img {
	width: auto;
	height: 200px;
	object-fit: cover;
	border-radius: 4px;
}
.product-price .product-thumb .image {
	width: 110px;
	max-width: 110px;
}
.product-price .product-thumb .image img {
	height: 100px;
}
.product-price .product-thumb .caption .price-actions-box .price {
	width: 180px;
	align-items: flex-start;
}
@media (min-width: 768px) {
	.product-thumb .image img {
		height: 350px;
	}
}
@media (min-width: 992px) {
	.product-list .product-thumb .image a img.img-responsive{
		max-height: 350px;
	}
}

.btn-view-book {
	background: transparent;
	border-radius: 8px;
	box-shadow: none;
	padding: 0px;
	border: 0px;
	max-width: 180px;
	object-fit: contain;
	overflow: hidden;
}

.btn-view-book img {
	width: 100%;
	height: auto;
	object-fit: contain;
}