#tmdfilter .panel-heading .accordion-toggle:after {
	font-family: 'FontAwesome';  
	content: "\f106";  
	float: right;  
	color: #1A1A1A;
	font-size: 20px;  
	top: 1px;
    position: absolute;
    right: 0;
}
#filter-tags .filter_form{
	display: flex !important;
	padding-bottom: 0px;
	align-items: center;
    flex-wrap: wrap;
}
.checkbox-pro-tags input[type=checkbox]{
	display:none;
}
.tags_body{
	margin-right:10px;
}
.checkbox-pro-tags{
  display: flex;
  padding: 6px 16px;
  align-items: center;
  border-radius: 30px;
  background: #F2F2F2;
  cursor:pointer;
  margin-bottom:10px;
}
.checkbox-pro-tags label {
  color: #1A1A1A !important;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin:0 !important;
}
.checkbox-pro-tags:has(.tmd-pro-tags:checked) label{
	color:#FFFFFF !important;
}
.checkbox-pro-tags:has(.tmd-pro-tags:checked) {
  background: #E4000F;
}
.rating_body .rating .fa-stack{
    font-size: 9px !important;
    vertical-align: middle !important;
    width: 2em !important;
}
.rating_body .rating .fa-star{
	font-size: 15px !important;
	color: #FF8A00 !important;
}
.rating_body input[type="checkbox"] {
	width: 20px !important;
    height: 20px;
    margin: 0 8px 0 0;
	border: 1px solid #CCCCCC;
	border-radius:3px;
}
.rating_body input[type="checkbox"]:checked{
	visibility:hidden;
}
.rating_body input[type="checkbox"]:checked+.checkbox-rating-review:before {
	background: #E4000F;
    color: #fff;
    content: "\2713";
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 3px;
}
.rating_body label{
	margin:0 5px 0 0 !important;
}
.rating_body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #1A1A1A;
}
.rating_body{
	display: flex;
    align-items: center;
	padding:10px 0;
}
.padd15{
	padding:0 15px;
}
.padd15 .optionimage label{
	padding:0 10px;
}
.optbox .owl-carousel {
    padding: 0 15px;
    margin: 0;
    background: transparent;
}
#tmdfilter .filter_form{
	display: block;
	/* grid-template-columns: repeat(auto-fill,minmax(50%, 0px)); */
}
#tmdfilter .filter_form.form-inline{
	display: inline-block;
    width: 100%;
	position: relative;
	height: auto;
	max-height: 200px;
}
#filter-manufacturer .filter_form.form-inline{
	    overflow: auto;
}
#tmdfilter .filter_form.form-inline#attributebox{
    overflow: hidden;
}
#tmdfilter .panel-heading .accordion-toggle.collapsed:after {
	content: "\f107";
}
#tmdfilter .d-flex .filter_body + .filter_body {
	margin-left:5px;
}
#tmdfilter .filter_body {
	display: flex;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin:0 0;
	flex-wrap: wrap;
	text-transform:capitalize;
}
#tmdfilter .owl-item .filter_body {
	display:block;
}
/* #tmdfilter .optbox .filter_body {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
} */
/* #tmdfilter .panel-title {
    font-size: 16px;
} */

#tmdfilter .panel-title a{
    text-decoration: none;
}
#tmdfilter .panel-title a.accordion-toggle.collapsed{
	margin:0 0 0px;
	display: block;
}
#tmdfilter .panel-title a.accordion-toggle{
	margin:0 0 20px;
	display: block;
}
#tmdfilter #accordion .panel:first-child .panel-title a.accordion-toggle{
	margin:0 0 10px;
	display: block;
}
#tmdfilter .badge {
    background: #e0eaec;
    color: #6c757d;
    font-weight: 500;
	margin-left: auto;
	min-width: 21px;
}

.tmd-display-flex {
	display: flex;
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmd-custom-checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}
.tmd-custom-checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -18px;
}

.tmd-custom-checkboxinput:checked + label::before {
    border-color: #9575cd;
}

.tmd-custom-checkbox input:checked + label::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 0px;
    margin-left: 0px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
.tmd-custom-checkbox label,.tmd-custom-radio label{
    display: inline-block;
    position: relative;
    padding: 0px;
}
.filter_form{
	
}
.tmd-custom-checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    border: 1px solid #868686;
    border-radius: 50%;
    background-color: #ebf5f7;
}
.checkbox-rating-review.tmd-custom-checkbox label::before {
	border:none;
	display:none;
}

.tmd-custom-checkbox.disabled label {
    color: #ccc;
}
#filter-attribute .tmd-custom-checkbox input:checked + label::after{
	content:'' !important;
}
.tmd-custom-checkbox.disabled label::before {
    opacity: 0.54;
    border-color: #ccc;
}
.tmd-custom-checkbox input:checked + label::before,#tmdfilter .optionimage:hover,.tmd-custom-checkbox.checkbox-option.tmdajaxfilter.active{
    border-color: #e60012 !important;
    background: #e60012 !important;
	color:#fff !important;
}
#tmdfilter .coloroptions .optionimage:hover{
	background:transparent !important;
	border:none !important;
}
.tmd-custom-checkbox.checkbox-option.tmdajaxfilter.active label,#tmdfilter .optionimage:hover label{
	color:#fff !important;
	border-color: #e60012 !important;
    background: #e60012 !important;
}
.custom_p{
	position: absolute;
    display: flex;
    justify-content: center;
	left: 0;
    right: 0;
    color: #fff;
}
#tmdfilter .optbox .tmd-custom-checkbox input:checked + label, #tmdfilter .optionimage:hover .tmd-custom-radio label{
    border-color: #e60012 !important;
    background: #e60012 !important;
	color:#fff !important;
}
#tmdfilter .optbox .tmd-custom-checkbox.checkbox-rating-review{
	border: none !important;
}
#tmdfilter .optbox .tmd-custom-checkbox.checkbox-rating-review input:checked + label{
	border: none !important;
    background: transparent !important;
	color:#212121 !important;
}
/* .tmd-custom-checkbox input:checked + label::after {
    content: "✓";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    top: -1px;
    left: 3px;
    border-color: transparent;
    background-color: transparent;
    right: 0;
} */
.tmd-custom-checkbox label::before {
    border-radius: 2px;
}

/* === Redio ==== */
.tmd-custom-radio input:checked,
.tmd-custom-radio input:not(:checked) {
	position: absolute;
	left: -9999px;
}

.tmd-custom-radio input:checked + label:before {
	border: 1.5px solid #E4000F !important;
}

.tmd-custom-radio input:checked + label,
.tmd-custom-radio input:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}
#filter-category .radio-category{
	padding-bottom:10px;
	padding-top:10px;
}
#filter-category .radio-category label{
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #1A1A1A;
	margin: 0 !important;
}
#filter-category .radio-category label span{
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: #808080;
}
.tmd-custom-radio input:checked + label:before,
.tmd-custom-radio input:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 100%;
	background: #fff;
}

.tmd-custom-radio input:checked + label:after,
.tmd-custom-radio input:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #e60012;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	transition:  all 0.2s ease;
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.tmd-custom-radio input:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.tmd-custom-radio input:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tmd-hide-radio [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.tmd-hide-radio [type=radio] + img {
	cursor: pointer;
}

.tmd-hide-radio [type=radio]:checked + img {
	outline: 2px solid #e60012;
}

.tmd-hide-checkbox [type=checkbox] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.tmd-hide-checkbox [type=checkbox] + img {
	cursor: pointer;
}

.tmd-hide-checkbox [type=checkbox]:checked + img {
	outline: 2px solid #e60012;
}

.tmd-price-times {
	cursor: pointer;
}

/* === Tmd search tag css start here === */
#tmd-search-tag {
	text-align: center;
}

#tmd-search-tag li {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px 10px;
    font-size: 13px;
    position: relative;
	margin-left: 5px;
	margin-bottom: 8px;
}

#tmd-search-tag #tmd-del-tag {
    font-size: 18px;
	cursor: pointer;
	margin-left: 4px;
}

.tmd-clearall {
    font-size: 13px;
    font-weight: 600;
	cursor: pointer;
}
.tmdfilter .panel-heading.one{
	padding:0px;
}
.tmdfilter .panel-heading.one .panel-title{
	font-size: 18px;
    font-weight: 500;
}
.tmdfilter .one1.panel-body{
	padding:0px;
	border:none !important;
}
.tmdfilter .one1 .panel-collapse.collapse.in .panel-body {
	border: 0;
	padding-right:0px;
	padding-top:0;
}
#tmd-filter-search .panel-body,#filter-vendor .panel-body{
	display:block;
}
.tmdajaxfilter .optionimage img{
	border-radius:3px;
	margin: 0 auto;
}
.coloroptions i.custom_p{
	display:none !important;
}
.coloroptions{
	border:1px solid transparent !important;
}
#tmdfilter .panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none !important;
}
.tmd-custom-radio.coloroptions label{
	padding:0 !important;
}
.tmd-custom-radio.coloroptions .optionimage:hover{
	border:none !important;
	border-radius:3px !important;
    background: transparent !important;
	color:#fff !important;
}
.coloroptions .optionimage img{
	border: 1px solid transparent;
}
.coloroptions.active img,.coloroptions:hover img{
	border:1px solid #937a44 !important;
	border-radius:3px !important;
}
#tmdfilter .filter_body .tmd-custom-checkbox label{
	margin-bottom:0px;
	color: #212121;
    font-size: 12px;
}
#tmdfilter .filter_body .tmd-custom-checkbox.checkbox-rating-review label{
	padding:0px;
}
#tmd-filter-search .form-group .form-control{
	height:28px;
}
#tmd-filter-search .form-group{
	margin-bottom:5px;
}
/* === Tmd search tag css end here === */
#tmdfilter .optbox .tmd-custom-checkbox,#tmdfilter .optbox .tmd-custom-radio {
	padding: 0;
    border: none;
    border-radius: 2px;
}
#tmdfilter .optbox .owl-item .tmd-custom-checkbox,#tmdfilter .optbox .owl-item .tmd-custom-radio{
	border:1px solid #868686;
	padding:0 !important;
}
.tmdajaxfilter .fa-star{
	color: #e60012;
}
#tmdfilter .optionimage label{
	padding:0 5px !important;
	background:#e2e2e2;
}
#tmdfilter .optbox .tmd-custom-checkbox label,#tmdfilter .optbox .tmd-custom-radio label{
	margin: 0;
	color:#868686;
	text-align:center;
	display:block;
	padding:0;
	position:relative;
	font-size:12px;
}
#attributebox .owl-item .filter_body{
	display: block;
	margin:0;
	text-align: center;
}
#attributebox .owl-item .tmd-custom-checkbox label{
	line-height: 13px;
    padding: 4px 4px;
}
#attributebox .owl-item .tmd-custom-checkbox{
	border:none;
}
#attributebox .owl-item{
	-webkit-box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 4.8px 0.2px rgba(0, 0, 0, 0.36);
	padding: 0;
    border: 1px solid #868686;
    border-radius: 4px;
	min-height: 36px;
    display: flex;
    align-items: center;
	justify-content: center;
}

#tmdfilter .optbox .tmd-custom-checkbox label::before,#tmdfilter .optbox .tmd-custom-radio label::before{
	display:none;
}
#tmdfilter .optbox .tmd-custom-checkbox input,#tmdfilter .optbox .tmd-custom-radio input{
	margin-left: 0 !important;
    opacity: 0 !important;
}
#tmdfilter .optbox .tmd-custom-radio input:checked + label,
#tmdfilter .optbox .tmd-custom-radio input:not(:checked) + label {
	padding:0 5px !important;
}

#filter-price .form-group,
#filter-km-range .form-group,
#filter-discount-range .form-group{
	display: block;
}

#filter-price .form-inline .input-group,
#filter-km-range .form-inline .input-group,
#filter-discount-range .form-inline .input-group{
	width: 100px;
}
 
.tmdfilter .tmdclear {
	text-align: right;
	display:block;
}

.tmdfilter .tmdclear a{
	color: #e60012 !important;
} 

.tmdfilter .panel {
	border: none !important;
	
}
.tmdfilter .panel-group .panel {
	padding:15px 0;
}
.tmdfilter .panel-group#accordion .panel:first-child {
	padding-top:0px;
}
.tmdfilter .rating .fa-star-o {
	color: #999999;
}

/* width */
.tmdfilter ::-webkit-scrollbar {
  width: 3px;
  background: #ccc;
}

/* Handle */
.tmdfilter ::-webkit-scrollbar-thumb {
  background: #e60012;
}

/* .tmdfilter .panel-heading.one {
	margin: 0 0 15px;
} */
.panel-group .panel+.panel {
    margin: 0;
	border-top: 1px solid #E6E6E6 !important;
	border-radius: 0px;
}
.bortop{
	border-top: 2px solid #e1e1e1 !important;
    /* padding-right: 25px; */
    border-radius: 2px !important;
}

.tmdfilter .panel-body{
	padding:5px 0 0;
	border: 0;
	box-shadow: none;
	position:relative;
}
.tmdfilter .panel-heading{
	padding: 0;
	border: 0;
	box-shadow: none;
	position:relative;
}
#filter-tags{ position: relative;}