table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	word-wrap: break-word;
}

th {
	display: none;
}

.dt-container {
	width: calc(100% - 15px);
	margin-top: -12px;
}

.dt-search label {
	margin-right: 6px;
}

.dt-length {
	margin-left: 26px;
}

.dt-length select {
	width: 67px;
	padding-left: 10px !important;
	position: absolute;
	left: 181px;
	top: 13px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
	border: none !important;
}

#product-table_info {
	margin-left: 26px;
}

.no-products {
	text-align: center;
	margin: auto;
}

@media (max-width: 768px) {
	.dt-container {
		width: 100%;
		margin-top: -12px;
	}
	td {
		padding: 8px 0 !important;
	}
	.dt-length select {
		position: inherit;
	}

}

.active-category {
	color: #ff9500;
	color: #f28d00;
}

.cat-title:hover {
	color: rgb(159, 92, 0);
	color: rgb(124, 123, 121);
}
