/* user.css ----------------------------------------------------------------- */
.outofstock{
height:100%;
width:91.5%; 
position:absolute;
z-index:5;
}
.outofstock p{
height:20px;
width:100%;
background:rgb(255,0,0,0.5);
margin-top:100px;
text-align:center;
}

.product-block-style{
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5) ;
}

.heart-style{
    color:#ff0000;
    font-size: 16px;
    line-height: 16px;
}

.fire-style{
    color:#ff3304;
    font-size: 16px;
    line-height: 16px;
    clear:left;
}

.star-style{
    color:#ffea04;
    font-size: 16px;
    line-height: 16px;
    clear:right;
}