.UrunlerItem {
    padding:10px;
}
.UrunListeBorder {
    padding:10px;
    border:1px;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    text-decoration: none;
    border-style: solid;
    width:100%;
    transition:all .3s; 
height:230px;
}
.UrunImg{
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
    background-size: cover;
    margin: 0 0 10px 0;
    max-height: 158px;
}
.UrunBaslik{
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    border-bottom-width: 1px;
    font-size: 15px;
    font-weight: normal;
    padding:3px 0px;
    text-transform: uppercase;
    color:#19B064;
    border-bottom: none;
font-weight:bold;
}
.UrunDetayBaslik{
    font-size:14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color:#fff;
    padding: 3px 0px;
display:none;
}
.UrunFiyatBilgi {
    font-size:12px;
    font-weight:bold;
}
    .UrunFiyatBilgi .UrunFiyati {
        text-align:right;
        float:right;
        color:#333;
display:none;
    }
        .UrunFiyatBilgi .UrunFiyati.Kampanya {
            color:#d02000;
        }
            .UrunFiyatBilgi .UrunFiyati.Kampanya i {
                text-decoration:line-through;
                color:#808080;
                margin-right:5px;
            }

.UrunListeBorder:hover,.UrunListeBorder:focus,.UrunListeBorder:active {
        text-decoration:none;
        cursor:pointer;
        /*border-color:#C62027!important;*/
 
        -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
      
    }
