@media(min-width:992px){
	.book-list .product.boxed { min-height: 502px }
}
.book-list .product.boxed {
    border: 3px solid #ebebeb;
	transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
	border-radius: 0;
}
.book-list .product.boxed:hover {
	border: 3px solid #00487A;
}
.book-list .product.boxed img {
	border: 1px solid #00487A;
}
.book-list .text-link {
	margin-top: 20px;
	display: inline-block;
	font-weight: 400;
	border-bottom: 2px solid #00487A;
	font-size: 14px;
	color: #00487A;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    position: relative;
    width: auto;
}
.book-list .text-link:hover {
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.book-list .text-link:hover::after {
	font-family: "Font Awesome 5 Pro";
	content: '\f061';
	padding-left: 6px;
}
.book-list .product h5 a,
p.lead {
    color: #000;
}
p.lead:not(:last-child) { margin-bottom: 10px }
/* new site */
.grid .product h5 { 
	margin-bottom: 0;
	padding-top: 2rem;
}
.grid .type--strikethrough {
    text-decoration: line-through;
    opacity: .5;
}















