.kentkitapligi-detay {
	display: table;
	width: 100%;
	    font-weight:600;
	font-size: 18px;
}

.kent-row {
	display: table-row;
	width: 100%;
}

.kent-stripped {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100%;
	background-color: #ededed;
}

.kent-stripped .kent-row>.kent-cell {
	border-left: 1px solid #e3e2e2 !important;
	padding: 12px 15px;
	border-right: 1px solid #ededed !important;
}

.kent-stripped .kent-row>.kent-cell:first-child {
	border-left: 1px solid white !important;
	border-right: 0px !important;
}

.kent-stripped .kent-row:nth-of-type(odd) {
	background-color: #ededed;
}

.kent-stripped .kent-row:nth-of-type(odd)>.kent-cell {
	border: 1px solid white;
}

.kent-stripped .kent-row:nth-of-type(odd)>.kent-cell:first-child {
	min-width: 140px;
}

.kent-stripped .kent-row:nth-of-type(even) {
	background-color: white;
}

.kent-stripped .kent-row:nth-of-type(even)>.kent-cell {
	border: 1px solid #ededed;
}

.kent-stripped .kent-row:nth-of-type(even)>.kent-cell:first-child {
	border-left: 1px solid #ededed !important;
}

.kent-cell {
	vertical-align: top;
	display: table-cell;
}

.kent-cell.img-cell {
	width: 32%;
	border: 1px solid #e4e3e3;
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.kentkitapligi-detay {
		font-size: 16px;
	}
	.kent-stripped .kent-row>.kent-cell {
		padding: 9px 11px;
	}
	.kent-stripped .kent-row:nth-of-type(odd)>.kent-cell:first-child {
		min-width: 120px;
	}
}

@media (max-width: 767px) {
	.kentkitapligi-detay {
		font-size: 14px;
	}
	.kent-stripped .kent-row>.kent-cell {
		padding: 6px 8px;
	}
	.kent-stripped .kent-row:nth-of-type(odd)>.kent-cell:first-child {
		min-width: 80px;
	}
	.kent-stripped,
	.img-cell {
		display: block;
		width: 100% !important;
		text-align: center;
	} 
}
