.border-radius-3x {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #eaeaea;
}
.gradient {
  background-image:
    linear-gradient(
      to top, 
      #D8D8D8, #E6E6E6
    );
}
.yazilim-box {
	float: left;
    width: 285px;
    text-align: center;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 2px 25px;
    padding: 10px 10px 15px;
	webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.yazilim-box:hover {
	border: 1px solid #283d4e;
	transition: all .5s ease-out;	
}
.yazilim-box:hover .yazilim-incele {
	background-color:#283d4e;
	color:#FFFFFF;
	transition: all .5s ease-out;	
}
.yazilim-box a img {
    height: 220px;
    width: 100%;
    margin-bottom: 7px;
}
.yazilim-box a {
    text-decoration:none;
}
.yazilim-box .yazilim-adi {
	display:block;
	line-height: 18px;
	margin-top:10px;
    margin-bottom: 10px;
    min-height: 37px;
	font-weight:bold;
	font-size:17px;
	color:#283d4e;
}
.yazilim-box .yazilim-fiyat {
	display:block;
    font-size: 24px;
    color: #d20100;
    line-height: 10px;
    font-weight: bold;
}
.yazilim-box .yazilim-incele {
	display:block;
	padding:5px;
	border:1px solid #e9e9e9;
	width:100%;
	text-align:center;
	margin-top:25px;
	color:#283d4e;
}

@media screen and (max-width:780px){
	.yazilim-box { width:100%; margin-top:5px; }
	.product .default { display:none; }
	.k-baslik { display:none; }
}

.k-baslik {
	font-size: 18px;
    font-weight: bolder;
    color: #283d4e;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom:1px solid #E4E4E4;
}