.UrunListe3{
    padding:20px;
    border-left-width:1px;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    text-decoration: none;
    border-style: solid;
margin-bottom:35px;
height:370px;
}
.UrunListe3:last-child{
    border-right-width: 1px;
}
.UrunImg3 {
    background-position: center center;
    background-repeat: no-repeat;
    width:100%;
    height:230px;
    background-size: cover;
    margin: 0 0 28px 0;
    max-height: 230px;
}
.UrunBaslik3{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 12px;
    text-decoration: none;
    color:#1364D6;
    border-bottom: none;
}
.UrunAltBaslik3 {
    
}
.UrunDetay3{
    font-size:13px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .UrunListe3:hover,.UrunListe3:focus,.UrunListe3:active {
        text-decoration:none;
        cursor:pointer;
        -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);
    }
        .UrunListe3:hover .UrunDetay3, .UrunListe3:focus .UrunDetay3, .UrunListe3:active .UrunDetay3 {
            color:#1364D6;
        }
        .UrunListe3:hover .UrunBaslik3, .UrunListe3:focus .UrunBaslik3, .UrunListe3:active .UrunBaslik3 {
            color:#1f9ba3;
        }
        


@media (max-width: 768px) {
    .UrunListe3{
        border:none;
        border-bottom:1px solid;
    }
    .UrunListe3:last-child{
        border-bottom:none;
    }
}