.product-item {
  padding:10px;
}

.product-item .product-container {
  text-align:left;
  font:normal 14px sans-serif;
  background-color:#ffffff;
  border:1px solid #fecc00;
  border-radius:3px;
  box-shadow:1px 3px 1px rgba(0, 0, 0, 0.08);
  padding:25px;
}

.product-item a.product-image {
  display:block;
  text-align:center;
  box-shadow:0 0 20px 8px #f3f3f3 inset;
  width:100%;
  margin-bottom:25px;
  padding:20px 0;
  box-sizing:border-box;
}

.product-item a.product-image img {
  height:160px;
}

.product-item p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.product-item h2 {
  font-size:16px;
  overflow:hidden;
  max-width:300px;
  font-weight:500;
    color: #777777;
    height: 40px;
}

.product-item h2 a {
  text-decoration:none;
    color: #000000;
    font-weight: bold;
}

.product-item a.small-text {
  color:#808080;
  text-decoration:none;
  margin-top:20px;
  margin-bottom:10px;
  display:block;
  text-align:right;
  font-size:12px;
}

.product-item .product-rating {
  color:#f09911;
  font-size:14px;
}

.product-item .product-rating a.small-text {
  text-align:left;
  margin:0 0 0 10px;
  display:inline-block;
}

.product-item p.product-description {
  margin-top:10px;
  color:#777777;
  line-height:1.25;
  white-space:normal;
  margin-bottom:20px;
}

.product-item button {
  border-radius:2px;
  background:#fecc00;
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.12);
  border:0;
  color:#ffffff;
  font-weight:bold;
  font-size:13px;
}

.product-item button:active {
  background:#fecc00;
  color:#fff;
  border:0;
}

.product-item button:focus {
  background:#fecc00;
  outline:none;
  color:#fff;
}

.product-item button:hover {
  background:#eabc00;
  color:#fff;
}

.product-item button:focus:active {
  background:#fecc00;
  outline:none;
  color:#fff;
}

.product-item .product-price {
  color:#4e4e4e;
  font-weight:bold;
  font-size:15px;
  text-align:right;
}

.product-item .product-price2 {
  color: #BBBBBB;
  font-weight:bold;
  font-size:12px;
  text-align:right;
}

.product-item .product-price3 {
  color: #F09911;
  text-decoration: line-through;
  font-weight:bold;
  font-size:12px;
  text-align:right;
  margin-top: -15px;
}

