/* 
// ----------------------------------------------------------------------------
// Agnes Theme Version 1.0! For support: http://themeforest.net/user/upixel
// ----------------------------------------------------------------------------
*/

/* Product box ------------------------------- */
.agnes-product {
	width: 100%;
	overflow: auto;
}
.agnes-product > div {
	width: 195px;
	display: inline-block;
	vertical-align: top;
  margin: 10px;
	border: 1px solid #E5E8EA;
	position: relative;
  text-align: center;
}
.agnes-product > div:hover {
	-webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -moz-box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.2);
	-webkit-box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.2);
	box-shadow:0px 0px 10px 4px rgba(119, 119, 119, 0.2);
}
#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 {
  /*border: 1px solid #E5E8EA;*/
  margin: 10px;
}
.agnes-product .name a {
	color: #444444;
	font-size: 16px;
	display: block;
	text-decoration: none;
	margin-bottom: 4px;
	z-index: 1;
	position: relative;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
.agnes-product .price {
	display: block;
	color: #666666;
	margin-bottom: 4px;
	font-size: 14px;
  text-align: center;
 
	}
.agnes-product .price-old {
	color: #F00;
  font-size: 14px;
	text-decoration: line-through;
}
.agnes-product .price-new {
	font-weight: bold;
	z-index: 1;
	position: relative;
	margin-right: 6px;
}
.agnes-product .rating {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
}
/* Product box bottons ----------------------- */
.agnes-product .div-button {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 1px solid #5DB2E7;
  background-color: #FFF;
}
.button-wishlist {
  background-color: #999999;
  border-right: 1px solid #E5E8EA;
  margin-bottom: -5px
	}
.button-wishlist:hover {
  background-color: #5DB2E7;
}
.button-addToCompare {
  background-color: #999999;
  border-right: 1px solid #E5E8EA;
  margin-bottom: -5px
	}
.button-addToCompare:hover {
  background-color: #5DB2E7;
}
.button-addToCart {
  background-color: #999999;
  margin-bottom: -5px
}
.button-addToCart:hover {
  background-color: #E02222;
}