
.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0
	}

  .table-dsv.table-striped>tbody>tr:nth-child(odd)>td,
.table-dsv.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #eee;
}

.table-dsv.table-hover>tbody>tr:hover>td,
.table-dsv.table-hover>tbody>tr:hover>td a,
.table-dsv.table-hover>tbody>tr:hover>th {
	background-color: #2bace2;
	color: #fff!important
}

#product-features .divider:hover td,
.table-dsv .divider td {
	background-color: transparent!important
}

.table-dsv td.name {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #4E4E4E;
}
.table-dsv td.value {
	text-align: right;
	font-size: 12px;
	line-height: 100%;
	text-align: right;
	color: #777777;
}
.table-dsv>thead>tr>th,
.table-dsv>tbody>tr>th,
.table-dsv>tfoot>tr>th,
.table-dsv>thead>tr>td,
.table-dsv>tbody>tr>td,
.table-dsv>tfoot>tr>td {
	padding: 11px 20px 10px;
}

.table-dsv th {
	font-weight: 400
}

.table-dsv td {
	border-top: 0!important
}

.product_full-charact-item {
    box-sizing: border-box;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 0px !important;
}

.product_full-charact-item td {
    box-sizing: border-box;
    padding: 11px 20px 10px;
    min-height: 1px;
    border-top: 1px solid #ddd;
    line-height: 14px;
    vertical-align: top;
    font-size: 12px;
    border-radius: 0px !important;
}

.product_full-charact-text {
    color: #000;
   /* background-color: #eee; */
    font-weight: bold;
    width: 40%;
}

.product_full-charact-span {
    text-align: right;
    color: #000;
   /* background-color: #eee; */
    width: 60%;
}

/* Чередование фона строк */
.product_full-charact-item tr:nth-child(odd) {
  /*   background-color: #f9f9f9; более светлый фон для нечетных строк */
}

.product_full-charact-item tr:nth-child(even) {
    background-color: #e6e6e6; /* более темный фон для четных строк */
}

/* Эффект выделения строки при наведении */
.product_full-charact-item tr:hover {
    background-color: #2BACE2; /* светло-серый фон при наведении */
}



/* Стили для списка */
li.grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	align-items: center;
	padding: 12px 16px;
	margin-bottom: 10px;
	border-radius: 6px;
	background: #f9f9f9;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	font-family: 'Arial', sans-serif;
}

/* Эффект при наведении */
li.grid:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
	background: #fff;
}

/* Основной блок (название категории) */
li.grid > div:first-child {
	font-weight: 600;
	font-size: 1.1em;
	color: #333;
}

/* Второй блок (подкатегория) */
li.grid > div:nth-child(2) {
	font-weight: 400;
	font-size: 0.95em;
	color: #666;
	text-align: left;
}
div.col-span-2, div.col-span-2 div {
	border: none !important;
	background: none !important;
}

/* Адаптив для больших экранов */
@media (min-width: 1024px) {
	li.grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
