figcaption {
	display: none;
}
.foto-deger {
	margin: 5px 10px;
	margin-bottom: 5px;
	border: 3px solid #AAA;
	border-radius: 8px;
}
.foto-deger:hover {
	border-color: #FFF;
}
table {
	width: 100% !important;
	width: -moz-available;          /* WebKit-based browsers will ignore this. */
	width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	width: fill-available;
	margin-right: 20px;
}
.c-content-overlay {
	cursor: default !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: 1px solid #EFEFEF;
	padding: 8px;
}
.table>tbody>tr:hover {
	background: #5A5A5A;
	padding: 8px;
}
td {
	min-width: 150px !important;
}

/* CMS Pro tabloları için border ve stil */
.page-content table,
.c-description table {
    border-collapse: collapse;
    margin-bottom: 15px;
}
.page-content table td,
.page-content table th,
.c-description table td,
.c-description table th {
    border: 1px solid #AAA;
    padding: 8px;
    min-width: 80px !important;
}
/* k1 class - product detail içerik */
.k1 {
    padding: 20px;
    overflow-y: auto;
}
.k1 h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
