.site-logo {
    margin: 30px 0;
}

.widget li.active a {
	font-weight: bold;
	text-decoration: underline;
}

.product .product-top {
	border: 1px solid #eee;
}

.product .product-top:hover {
	box-shadow: 0px 3px 10px #c2c3c3;
}

@media screen and (min-width: 796px) {


	.product .product-top figure {
		min-height: 250px;
	}

	.product .product-top img {
		max-height: 250px;
	}

}