.product-listing-section {
	padding-top: 40px;
}
.filter-subtitle, .filter-sortby {
	overflow: hidden;
	opacity: 0;
}
.toolbar-items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 40px 0;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	color: #000;
}
.toolbar-total-items {
	margin-bottom: -54px;
}
.toolbar-total-items .total-items {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 54px;
}
.toolbar-total-items .item-number {
	color: #ED3237;
	font-weight: 700;
}
.sort-by label {
	color: #808080;
	margin-right: 12px;
	line-height: normal;
}
.sort-by select {
	width: 200px;
	padding: 15px 10px;
	border-radius: 5px;
	border: 1px solid #A1A1A1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #201E1E;
	background: url(../images/select-dropdown.svg) #fff no-repeat center right 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.filter-options-item {
	border:0;
	border-bottom: 1px solid #DADADA;
}
.filter-options-item:last-child {
	border-bottom: 0;
}
.filter-options-item .accordion-button {
	border: 0;
	color: #201E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 25px 20px;
}
.filter-options-item .accordion-button::after {
	color: #000;
	background: url(../images/filter-arrow.svg);
	width: 24px;
	height: 24px;
}
.filter-options-item .accordion-button:not(.collapsed)::after {
	rotate: 270deg;
	background: url(../images/filter-arrow.svg);
}
.filter-options-item .filter-options-content {
	background: #F9F9F9;
	padding: 25px 50px;
}
#vehicle_min_years {
  margin-bottom: 15px;
}
.filter-options-item .accordion-button:focus, .filter-options-item .accordion-button:not(.collapsed) {
	color: #201E1E;
	background-color: #ffffff;
	box-shadow: none;
}
.filter-buttons{
	margin-top: 20px;
}
.filter-buttons .reset-button {
	width: 100%;
}
.filter-options-item .filter-options-content label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 24px;
	color: #201E1E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.filter-options-item .filter-options-content li:last-child {
	margin-bottom: 0;
}
/* Hide the browser's default checkbox */
.filter-options-item .filter-options-content label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	border: 0;
	background: url(../images/checkbox.svg);
	display: inline-block;
}
/* On mouse-over, add a grey background color */
.filter-options-item .filter-options-content label:hover input ~ .checkmark {
	background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.filter-options-item .filter-options-content label input:checked ~ .checkmark {
	background: url(../images/checkbox-active.svg);
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.filter-options-item .filter-options-content label input:checked ~ .checkmark:after {
	display: none;
}
/* Style the checkmark/indicator */
.filter-options-item .filter-options-content label .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.year-selectbox select {
	margin-bottom: 10px;
}  
.year-selectbox .btngo {
	padding: 10px 20px;
}

@media only screen and (max-width: 1330px) {  
	.filter-options-item .filter-options-content {
		padding: 25px 20px;
	}
}
@media only screen and (min-width: 992px) {
	.filter-subtitle-mobile {
		display: none;
	}
	.filter-buttons .done-button {
		display: none;
	}
	.filter-sortby{ display:none; }
	.filter-container {
		display: block !important;
	}
	.vehiclesortfilter{ display:none; }
}
@media only screen and (max-width: 991px) {
	.sort-by{ display:none; } 
	.filter-sortby{
		color: var(--red);
		font-weight: 700;
	} 
	.filter-container,.vehiclesortfilter {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		padding: 32px 15px 47px 15px;
		z-index: 2;
		display: none;
		overflow-x: scroll;
	}
	.vehiclesortfilter{
		background: #f9f9f9;
	}
	.filter-container .filter-container-inner{
		overflow-x: scroll;
		height: 100%;
		padding: 32px 0;
	}
	.toolbar-items {
		font-size: 16px;
		background: #FEFEFE;
		box-shadow: 4px 0px 15px 0px rgba(0, 0, 0, 0.08);
		padding: 10px 12px;
		margin: 0 0 20px 0;
	}
	.toolbar-total-items {
		margin-bottom: 20px;
	}
	.toolbar-total-items .total-items {
		line-height: normal;
		font-size: 16px;
	}
	.filter-subtitle,.filter-sortby {
		display: block;
		color: #ED3237;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		opacity: 1;
		overflow: visible;
		cursor: pointer;
	}
	.filter-subtitle img ,.filter-sortby img{
		margin-left: 10px;
	}	
	#vehicle-sort-mobile li{
		padding: 15px 20px;
		background: transparent;
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		color: var(--text);
		cursor: pointer;
		transition: all 0.25s ease-in-out;
		display: flex;
		    align-items: center;
		    justify-content: space-between;
		    flex-wrap: nowrap;
    transition: all 0.25s ease-in-out;
	}
	#vehicle-sort-mobile li img{display: none;filter: brightness(1) grayscale(0);}
	#vehicle-sort-mobile li.active{
		background: var(--red);
		color: var(--white);
	}
	#vehicle-sort-mobile li.active img{ display:block; }
	.sort-by select {
		width: auto;
		padding: 10px 35px 10px 10px;
	}
	.filter-options-item {
		border-bottom: 0;
	}
	
	.filter-options-item .accordion-button {
		padding: 15px 20px;
	}
   .filter-options-item .accordion-button:not(.collapsed) {
		color: #ffffff;
		background-color: #ED3237;
		box-shadow: none;
	}
	.filter-options-item .accordion-button:not(.collapsed)::after {
		rotate: 180deg;
		background: url(../images/filte-active-arrow.svg);
	}
	.filter-subtitle-mobile,.filter-sortby-mobile {
		color: #000;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 0 0 40px 0;
	}
	.filter-subtitle-mobile img,.filter-sortby-mobile img {
		float: right;
		cursor: pointer;
	}
	.filter-buttons {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.filter-buttons button {
		font-size: 16px;
	}
	.filter-buttons .reset-button {
		width: auto;
		background: #ffffff !important;
		color: #ED3237 !important;
	}
	.filter-buttons .reset-button:hover {
		width: auto;
		background: #ED3237 !important;
		color: #ffffff !important;
	}
}
@media only screen and (max-width: 768px) {  
	.sort-by select {
		width: auto;
		padding: 10px 35px 10px 10px;
	}
}
@media only screen and (max-width: 374px) {  
	.sort-by label {
		display: none;
	}
}