li.breadcrumb-item {
	font-family: var(--primary-medium-font);
}

.shop-select .form-select {
	font-size: 14px;
	font-family: var(--primary-medium-font);
	border: 1px solid #404040;
	border-radius: 27px;
	color: var(--extra-color-6);
	height: 43px;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
}

.shop-section .clear-btn {
	background: #383838;
}

.clear-btn {
	background: #383838;
}

#fitment {
	height: 100px;
	margin: auto 5px;
}

#fitment img {
	height: 50px;
	margin: 0 0 20px 0;
}

#fitment p {
	line-height: 12px;
}

.accordion-button {
	font-size: 20px;
	background-color: transparent;
	border: none;
	font-family: var(--primary-bold-font);
	color: black;
	padding: 0px;

}

#colorPicker {
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

#colorPicker::-webkit-color-swatch-wrapper {
	padding: 0;
}

#colorPicker::-webkit-color-swatch {
	border: none;
	border-radius: 50%;
	/* Makes it fully rounded */
}

.accordion_wheels {
	width: 100%;
	color: #000;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	border: none;
	color: black;
	box-shadow: none;
	background-size: 14px;
	padding: 5px 0px 15px 0px;
}

.accordion-button:not(.collapsed)::after {
	color: #000;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 14px;

}

.accordion-button::after {
	background-size: 14px;

}

.select-wrappper h5 {
	font-family: var(--primary-medium-font);
	width: 200px;
}

.select-wrappper h5 span {
	padding: 0px 3px;
}

.select-wrappper h5 span i {
	padding: 0px 3px;
}

.wheels-wrapper-main-heading h4 {
	font-family: var(--primary-semibold-font);
	margin-bottom: 0;
}

.wheels-wrapper-main-heading i {
	color: #797979;
}

a {
	text-decoration: none;
}

#content {
	transition: height 0.5s ease;
	/* overflow: hidden;
	display: none; */
}

/* .rotate-icon {
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
} */
div#toggleButton {
	cursor: pointer;
}

a.clear {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #189ad3;
	font-family: var(--primary-medium-font);
}

.radio-span {
	color: #00000050;
	background: #dbdbdb;
	padding: 8px 10px;
	border-radius: 27px;
	cursor: pointer;
	width: 100%;
	margin: 0px -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	border: 1px solid#CCCCCC;
}

.radio-wrapper input:checked~.radio-span {
	background-color: var(--secondary-color);
	color: var(--body-color);
}

section.shop-section.section .wheels-wrapper-main-heading h4 {
	font-family: var(--primary-bold-font);
	margin-bottom: 0 !important;
	padding: 20px 0 !important;
}

.services-expertise .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.services-expertise .form-group .lable-wrapper {
	position: relative;
	cursor: pointer;
}

.services-expertise .form-group .lable-wrapper span {
	position: relative;
	cursor: pointer;
}

.services-expertise .form-group .lable-wrapper span:before {
	content: "";
	-webkit-appearance: none;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: -4px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid #797979;
}

.services-expertise .form-group label.lable-wrapper input:checked+span:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 8px;
	width: 7px;
	height: 14px;
	border: solid #000;
	border-width: 0px 2px 2px 0px;
	transform: rotate(45deg);
}

ul.checkbox-list li.form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.checkbox-list {
	padding: 0;
}

ul.checkbox-list li.form-group h4 {
	color: #797979;
	margin-bottom: 0;
}

header h2 {
	font-size: 24px;
	font-weight: 600;
}

header p {
	margin-top: 5px;
	font-size: 16px;
}

.price-input {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px;
	align-items: center;
}

.price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
}

.field.field-wrapper {
	justify-content: end;
}

#text_area {
	border-radius: 10px;
	height: 100%;
}

.field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 16px;
	margin-left: 0px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield;
}

.wrapper input[type="number"]::-webkit-outer-spin-button,
.wrapper input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.price-input .separator {
	width: 130px;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
}

.slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.slider .progress {
	height: 100%;
	left: 0%;
	right: 0%;
	position: absolute;
	border-radius: 5px;
	background: #17a2b8;
}

.wrapper .range-input {
	position: relative;
}

.wrapper .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.wrapper input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.wrapper input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.minmax {
	font-family: "technor-medium";
	color: #797979;
	white-space: nowrap;
}

input.input-min {
	font-family: "technor-medium";
	color: #797979;
	white-space: nowrap;
}

input.input-max {
	font-family: "technor-medium";
	color: #797979;
	white-space: nowrap;
}

.price-input input {
	border: none;
	background: transparent;
	width: 32%;
	text-align: start;
}

figure.product-image a img {
	object-fit: scale-down;
	padding: 30px;
}

.product-image {
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
		rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	background: #fff;
	border-radius: 20px;
}

@media (max-width:530px) {


	.price-input input {
		border: none;
		background: transparent;
		width: 40%;
		text-align: start;
	}

	.col {
		width: 100% !important;
	}

	.shop-select .form-select {
		margin: 10px 0px;
		max-width: 100%;
		width: 330px !important;

	}

	.variation-wrapper {
		max-width: 300px;
		margin: auto;
	}
	.comman-button {
		background-color: var(--secondary-color);
		border-radius: 60px;
		color: var(--body-color);
		text-align: center;
		font-family: var(--primary-medium-font);
		text-transform: capitalize;
		height: 60px;
		width: 125px;
		padding: 10px 0px;
		font-size: 10px;
	}

}

@media (max-width: 767px) {
	.specification-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.specification-title,
	.specification-desc {
		padding: 10px;
	}

	.specification-title {
		width: 100%;
	}

	.specification-desc {
		width: 100%;
	}

	.counter button {
		width: 25px;
		height: 25px;
	}

	.counter svg{
		width: 13px;
		height: 10px;
		align-items: center;
		justify-content: center;
		display: flex;
		/* flex-wrap: nowrap; */
	}
}