
.lumileds-product-search {
	background-color: #f9f9f9 !important;
	border: 1px solid #ccc !important;
	padding-right: 0;
	margin-bottom: 80px;
}

.lumileds-product-search .filter-container {
	border-right: solid 2px #ccc;
	padding: 0;
}

.lumileds-product-search .filter-head {
	position: relative;
}

.lumileds-product-search .filter-head .title {
	font-size: 14px;
	padding: 0 10px;
	font-weight: 700;
	color: #333;
	margin: 8px 0 9px;
	text-transform: none;
}

.lumileds-product-search .filter-head .reset {
	font-size: 14px;
	cursor: pointer;
	color: #005e9d;
	position: absolute;
	right: 10px;
	top: 0;
}

.lumileds-product-search .filter-container .accordion span.checkbox {
	margin-bottom: 0;
}

span.checkbox:before {
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 1px;
}

span.checkbox.checked:before {
	content: "";
}

.lumileds-product-search .table-container {
	padding: 0;
	overflow: hidden;
}

table#lumileds_product_filter_table {
	margin: 0;
}

.lumileds-product-search .grid-container table tr td:first-child {
	border-left: none;
}

.lumileds-product-search .grid-container table tr td:last-child {
	border-right: none;
}

.lumileds-product-search .grid-container table thead tr td {
	border-top: none;
	min-width: 82px;
	text-align: left;
}

.lumileds-product-search .grid-container table tbody tr:last-child td {}

.lumileds-product-search .accordion:first-child {
	border-top: 1px solid #ccc;
}

.lumileds-product-search .accordion {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding: 0 10px 5px 10px;
}

.accordion span.option {
	font-size: 12px;
}

.lumileds-product-search .accordion.option-selected .title {
	font-weight: bold;
}

.lumileds-product-search .accordion:last-child {
	border-bottom: none;
}

.lumileds-product-search .accordion .accordion-inner {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease-in-out;
	-moz-transition: max-height .3s ease-in-out;
	-o-transition: max-height .3s ease-in-out;
	-ms-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
}

.lumileds-product-search .accordion.active .accordion-inner {
	max-height: initial;
}

.accordion .title {
	position: relative;
	display: block;
	/*	font-size:12px;*/
	margin: 13px 0 7px !important;
	color: #005e9d;
}

.accordion .title .carat {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0;
}

.accordion .title .carat:before {
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.lumileds-product-search table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::before, .lumileds-product-search table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::before, .lumileds-product-search table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::before, .lumileds-product-search table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::before {
	content: "" !important;
	font-family: FontAwesome !important;
	font-size: 14px;
}

.lumileds-product-search table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order::after, .lumileds-product-search table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order::after, .lumileds-product-search table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order::after, .lumileds-product-search table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order::after {
	content: "" !important;
	font-family: FontAwesome !important;
	font-size: 14px;
}

.accordion.active .title .carat {
	transform: rotate(180deg);
}

.lumileds-product-search table.dataTable thead>tr>td.dt-orderable-asc 
.lumileds-product-search span.dt-column-order, .lumileds-product-search table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, .lumileds-product-search table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order {
	right: 4px !important;
}

@media ( max-width: 1192px ) {
	.accordion .title .carat {
		right: 0px;
	}
	
	.lumileds-product-search .table-container {
		overflow-x: scroll !important;
	}
}
