﻿.clear {
  clear: both;
}
.product {
  vertical-align: top;
  width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin-right: 6.66666667px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  color: #5d5d5d;
  background: #eaf9f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaf9f9 0%, #eaf9f9 33%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf9f9), color-stop(33%, #eaf9f9), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eaf9f9 0%, #eaf9f9 33%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eaf9f9 0%, #eaf9f9 33%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eaf9f9 0%, #eaf9f9 33%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eaf9f9 0%, #eaf9f9 33%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf9f9', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  min-height: 325px;
}
.product a:link {
  text-decoration: none;
  color: #5d5d5d;
}
.product:last-of-type {
  margin-right: 0;
}
.title {
  min-height: 70px;
  vertical-align: top;
}
.product:hover {
  border: solid 1px #888;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  background: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 0%, #f1ced4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #f1ced4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 0%, #f1ced4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 0%, #f1ced4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 0%, #f1ced4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feffff 0%, #f1ced4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#f1ced4', GradientType=0);
  /* IE6-9 */
}
.number {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #6f5257;
}
.product .price {
  margin-top: 20px;
  font-weight: bold;
  height: 22px;
  color: #4E4D52;
}
.imageFrame {
  min-height: 185px;
  text-align: center;
  margin-bottom: 8px;
}
.container {
  margin: 8px auto;
}
/*# sourceMappingURL=Product-list.css.map */