.product-item {
  background: #fff;
  border: 1px solid #eee;  
  height: 308px;
}

/*
@media (max-width: 959px) {
 .product-item { height: 180px; }  
}
*/

.product-item:hover {
 /*background-color: #f4f5f6;*/
 box-shadow: inset 0px 0px 35px -20px #999;
}
.product-item-picture {
  height: 173px;
  text-align: center;
}
.product-item-picture a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.product-item-controls {
  width: 90%;
  margin: 5px auto;
}
.product-item-name {
  height: 40px;
  overflow: hidden;
}

.product-item-controls a {
  color: #000;
}
.product-item-price {
  margin: 10px 0 0 0; 
  float: left;
}
.product-item-price-current {
 font-weight: bold;
 font-size: 14pt;  
 margin: 0;
 padding: 0;
 letter-spacing: 1px;
 height: 20px;
 width: 100%;
}
.product-item-price-oldprice {
    margin: 0;
    padding: 0;
    color: #AFAFAF;
    font-size: 11pt;
    text-decoration: line-through;
    height: 20px;
    width: 100%;
}
.product-item-basketactions {
 float: right;
 width: 60px;   
 margin: 14px 0 0 0;
}
.product-item-basketactions-add {
  width: 60px;
  height: 33px;
  text-align: center;
  display: inline-block;
  text-decoration: none;  
}
.product-item-notavailable {
  margin: 10px 0 0 0; 
}

.product-item-basketactions .uk-tooltip {
 margin: -34px 0 0 -52px !important;
}

.basket-picture {}
/*.ajax-loader {display: none;}*/

.product-item .gray_label {
  position: absolute;
  margin: 15px 0 0 0;  
}
.product-item .gray_label a{
  color: #fff;
  text-decoration: none;
}