/* Default Rules */
.wpce-processing {
	opacity:0.4;
	position:relative;
}

.wpce-processing, .wpce-processing * {
	cursor:progress !important;
	pointer-events: none !important;
}

.wpce-processing::after {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	margin:auto;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url('../images/icon-loading.gif');
}

.wpce-clearfix {
	clear:both;
	float:none;
	width:100%;
}

.wpce-invisible {
	visibility:hidden !important;
}

.wpce-filter-widget-wrapper a {
	color:#F36F21;
	text-decoration:none;
	cursor:pointer;
}

.wpce-filter-widget-wrapper a:hover, .wpce-filter-widget-wrapper a:focus {
	color:#e15b0c;
}

.wpce-filter-widget-wrapper .text-right {
	text-align:right !important;
}

.wpce-filter-widget-wrapper .button {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	transition:background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align:middle;
	border:1px solid transparent;
	border-radius:3px;
	padding:0.85em 1em;
	margin:0 0 1rem 0;
	background-color:#F36F21;
	color:#fefefe;
}

.wpce-filter-widget-wrapper .button:hover, .wpce-filter-widget-wrapper .button:focus {
	background-color:#df5a0c;
	color:#fefefe;
}

.wpce-filter-widget-wrapper .button.secondary {
	color:#F36F21;
	border:1px solid #F36F21;
	background-color:transparent;
}

.wpce-filter-widget-wrapper .button.secondary:hover, .wpce-filter-widget-wrapper .button.secondary:focus {
	border-color:#833507;
	color:#833507;
}

.table-responsive {
	display:block;
	width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
}

.table-responsive table {
	width:100%;
	max-width:100%;
}

/* Main Filter */
.wpce-filter-widget-wrapper {
	position:relative;
	font-size:1em;
}

.wpce-filter-widget-wrapper, .wpce-filter-widget-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpce-filter-widget-wrapper .wpce-finder, .wpce-filter-widget-wrapper .wpce-vehicles, .wpce-filter-widget-wrapper .wpce-products {
	width:100%;
	display:block;
	position:relative;
}

.wpce-filter-widget-wrapper form {
	position:unset;
	margin:0 120px 0 0;
}

.wpce-filter-widget-wrapper .wpce-field {
	float:left;
	width:32.33%;
	margin:0 1% 0 0;
}

.wpce-filter-widget-wrapper .wpce-field:last-child {
	margin-right:0;
}

.wpce-filter-widget-wrapper .wpce-field-buttons {
	position:absolute;
	right:0;
	bottom:0;
	margin-right:0;
	width:120px;
	text-align:center;
	text-transform:uppercase;
}

.wpce-filter-widget-wrapper .wpce-field label {
	display:block;
	width:100%;
	margin:0 0 5px 0;
}

.wpce-filter-widget-wrapper .wpce-field select,
.wpce-filter-widget-wrapper .wpce-field input {
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 0 0 5px;
	border-radius:5px;
}

.wpce-filter-widget-wrapper .wpce-field select:disabled {
	background-color:#e6e6e6;
	cursor:default;
}

/* Finder: Search Results */
.wpce-filter-widget-wrapper .wpce-results {
	display:block;
	width:100%;
}

.wpce-filter-widget-wrapper .wpce-vehicles, .wpce-filter-widget-wrapper .wpce-products {
	margin: 20px 0 0;
}

.wpce-filter-widget-wrapper .table {
	width:100%;
	margin-bottom:1rem;
	border-radius:3px;
	border-collapse:collapse;
}

.wpce-filter-widget-wrapper .table thead, .wpce-filter-widget-wrapper .table tbody, .wpce-filter-widget-wrapper .table tfoot {
	border:1px solid #f1f1f1;
}

.wpce-filter-widget-wrapper .table thead {
	background:#F36F21;
	color:#fff;
}

.wpce-filter-widget-wrapper .table thead tr, .wpce-filter-widget-wrapper .table tfoot tr {
	background:transparent;
}

.wpce-filter-widget-wrapper .table thead th, .wpce-filter-widget-wrapper .table thead td, .wpce-filter-widget-wrapper .table tfoot th, .wpce-filter-widget-wrapper .table tfoot td {
	font-weight:bold;
}

.wpce-filter-widget-wrapper .table tbody tr:nth-child(2n) {
	background-color: #f1f1f1;
}

.wpce-filter-widget-wrapper .table th, .wpce-filter-widget-wrapper .table td {
	padding:.5rem .625rem .625rem;
	text-align:left;
	border:none;
}


/* Competitor Part Numbers Finder */

.wpce-filter-widget-wrapper h1, .wpce-filter-widget-wrapper h2, .wpce-filter-widget-wrapper h3, .wpce-filter-widget-wrapper h4, .wpce-filter-widget-wrapper h5, .wpce-filter-widget-wrapper h6 {
	color:#F36F21;
	margin: 0 0 10px;
}

.wpce-filter-widget-wrapper .error {
	font-weight:bold;
	font-style:italic;
	font-size:0.9em;
	margin-top:10px;
}

.wpce-filter-widget-wrapper > hr {
	width:100%;
	height:0;
	clear:both;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:1px solid #cacaca;
	margin:35px auto 25px;
}

.wpce-part-numbers-finder .search-form {
	position:relative;
	max-width:550px;
}

.wpce-part-numbers-finder .search-form input {
	width:100%;
	padding-right:120px;
}

.wpce-part-numbers-finder .search-form button {
	width:110px;
	position:absolute;
	right:0;
	top:0;
}

/* Single Product Details Page */
.product-wrapper, .product-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product-wrapper {
	display:block;
	width:100%;
	padding:40px 0;
}

.product-wrapper .main-title {
	font-weight:600;
	font-size:30px;
	color:#F36F21;
}

.product-wrapper .product-img {
	float:left;
	width:46%;
	text-align:center;
}

.product-wrapper .product-info {
	float:right;
	width:46%;
	font-size:0.9em;
}

.product-wrapper .product-info table {
	width:100%;
	border:none;
}

.product-wrapper .product-info th, .product-wrapper .product-info td {
	border:none;
	padding:10px;
}

.product-wrapper .product-info tr:nth-child(2n) {
	background-color:#f1f1f1;
}

.product-wrapper .product-info th {
	text-align:right;
	background-color:#232020;
	color:white;
	width:50%;
}

.product-wrapper .product-info td {
	text-align:left;
}

.product-wrapper .product-additional-info {
	display:block;
	width:100%;
}

.product-wrapper .product-additional-info table {
	border:none;
}

.product-wrapper .product-additional-info table tr.range {
	background-color:#232020;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

.product-wrapper .product-additional-info table tr.make {
	background-color:#F36F21;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}

.product-wrapper .product-additional-info table tr.model {
	background-color:#EFEFEF;
	font-size:1em;
}

.product-wrapper .product-additional-info table tr.product {
	background-color:#fff;
	font-size:0.9em;
}

.product-wrapper .product-additional-info table td {
	padding:10px;
	border:none;
}

.product-wrapper .product-additional-info table tr.range td, .product-wrapper .product-additional-info table tr.make td {
	padding-left:10px;
}

.product-wrapper .product-additional-info table tr.model td {
	padding-left:15px;
}

.product-wrapper .product-additional-info table tr.product td {
	padding-left:30px;
	border-bottom:1px solid #F0F0F0;
}

@media only screen and (max-width: 991px) {
	.wpce-filter-widget-wrapper form {
		margin-right:0;
	}

	.wpce-filter-widget-wrapper .wpce-field {
		float:none;
		width:100%;
		margin:0 0 10px;
	}
	
	.wpce-filter-widget-wrapper .wpce-field-buttons {
		position:relative;
		width:100%;
	}
	
	.product-wrapper .main-title {
		text-align:center;
	}
	
	.product-wrapper .product-img, .product-wrapper .product-info {
		float:none;
		width:100%;
	}
	
	.product-wrapper .product-img {
		margin-bottom:15px;
	}

	.product-wrapper .product-info {
		
	}
}