.agnes-product {
	width: 100%; overflow: auto;
}
.agnes-product > div {
	margin: 10px; padding: 5px; border: 1px solid rgb(229, 232, 234); border-image: none; width: 195px; text-align: center; vertical-align: top; display: inline-block; position: relative;
}
.agnes-product > div:hover {
	transition:0.3s; box-shadow: 0px 0px 10px 4px rgba(119,119,119,0.2); -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.2); -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.2); -o-transition: 0.3s ease all;
}
#column-left + #content .agnes-product > div {
	width: 215px;
}
#column-right + #content .agnes-product > div {
	width: 215px;
}
#column-left + #column-right + #content .agnes-product > div {
	width: 240px;
}
.agnes-product .image {
	margin-bottom: 0px;
}
.agnes-product .image img {
	margin: 10px;
}
.agnes-product .name a {
	text-align: center; color: rgb(68, 68, 68); font-family: "Open Sans", sans-serif; font-size: 14px; font-weight: 400; text-decoration: none; margin-bottom: 4px; display: block; position: relative; z-index: 1; min-height: 50px;
}
.agnes-product .price {
	text-align: center; color: rgb(102, 102, 102); font-size: 14px; margin-bottom: 4px; display: block;
}
.agnes-product .price-old {
	color: rgb(255, 0, 0); font-size: 14px; text-decoration: line-through;
}
.agnes-product .price-new {
	font-weight: bold; margin-right: 6px; position: relative; z-index: 1;
}
.agnes-product .rating {
	left: 0px; top: 0px; width: 60px; height: 60px; position: absolute;
}
.agnes-product .div-button {
	text-align: center; padding-top: 5px; padding-bottom: 5px; border-top-color: rgb(13, 29, 96); border-top-width: 1px; border-top-style: solid; background-color: rgb(255, 255, 255);
}
.button-wishlist {
	margin-bottom: -5px; border-right-color: rgb(229, 232, 234); border-right-width: 1px; border-right-style: solid; background-color: rgb(153, 153, 153);
}
.button-wishlist:hover {
	background-color: rgb(13, 29, 96);
}
.button-addToCompare {
	margin-bottom: -5px; border-right-color: rgb(229, 232, 234); border-right-width: 1px; border-right-style: solid; background-color: rgb(153, 153, 153);
}
.button-addToCompare:hover {
	background-color: rgb(13, 29, 96);
}
.button-addToCart {
	margin-bottom: -5px; background-color: rgb(153, 153, 153);
}
.button-addToCart:hover {
	background-color: rgb(224, 34, 34);
}
.product-grid .name a {
	font-size: 14px !important; font-weight: normal !important; min-height: 50px;
}
.product-info .options select {
	min-width: 185px;
}
