.show_repairs_btn, .hide_repairs_btn {
		margin-top: 10px;
		transition-duration: .2s;
		-webkit-transition-property: all!important;
		transition-property: all!important;
	}
	/* Repair list styling */
	li.rep_item:after {
		content: '❯';
		color: #e30517;
		padding-left: 15px;
	}
	.repair_tool_list {
		margin-bottom: 50px;
		padding: 30px;
	}
	/* Vehicle garage styling */
	.vehicles {
		cursor: pointer;
	}
	.previous_vehicles {
		margin-top: 20px;
		cursor: pointer;
	}
	.previous_vehicle, #selected_vehicle {
		text-align: center;
		padding: 10px;
	}
	.previous_vehicle, #selected_vehicle, .repair_tool_list {
		border-radius: 10px;
        border: 1px solid #dee2e6;
        background-color: #fafafa;
	}
	#selected_vehicle p, .previous_vehicle p {
		padding-bottom: unset;
	}
	@media all and (max-width: 980px) {
		#selected_vehicle > img, .previous_vehicle > img {
			max-width: 100px;
			margin-top: -20px;
		}
		#selected_vehicle p, .previous_vehicle p {
			font-size: 12px;
			line-height: 1.7em;
		}
	}
	/* Next & previous buttons */
	.prev, .next {
		cursor: pointer;
		position: absolute;
		bottom: 20%;
		width: auto;
		padding: 16px;
		margin-top: -22px;
		color: #e30517;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease;
		border-radius: 10px;
		user-select: none;
	}
	/* Position the "next button" to the right */
	.next {
		right: 0;
	}
	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
		background-color: rgba(0,0,0,0.1);
	}
	/* The dots/bullets/indicators */
	.dot {
		cursor: pointer;
		height: 8px;
		width: 8px;
		margin: 0 2px;
		background-color: #bbb;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}
	.dot_navigation {
		text-align: center;
	}
	.active, .dot:hover {
		background-color: #717171;
	}
	/* Fading animation */
	.fade {
		animation-name: fade;
		animation-duration: 1.5s;
	}
	@keyframes fade {
		from {opacity: .4} to {opacity: 1}
	}
	/* On smaller screens, decrease text size */
	@media only screen and (max-width: 300px) {
		.prev, .next,.text {font-size: 11px}
	}
	#make-group, #model-group, #type-group, #input-form-vin, #input-form-engine, #input-form-kba {
		display: flex;
	}
	div.form-group.hp-select {
		margin-bottom: 10px;
	}

	#input-form-kba {
		column-gap: 10px;
	}
	#make-group, #model-group, #type-group, #input-form-vin, #input-form-engine, #input-form-kba {
    	width: 100%;
	}
	div.form-group.hp-select, #vehicle-inputs {
		display: flex;
		--flex-direction: row;
    	flex-wrap: wrap;
		align-content: stretch;
		row-gap: 10px;
	    column-gap: 10px;
	}
	#vehicle-inputs .form-row{
		width: 100% !important;
	}

    .repair_select_tabs.et_pb_tabs {
    border: none !important;
  }
  .repair_select_tabs .et_pb_tabs_controls:after {
    border-top: none !important;
  }
  .repair_select_tabs .et_pb_tabs_controls li {
    border-right: none !important;
  }
.repair_select_tabs.et_pb_tabs .et_pb_tab p {
	line-height: 22px
}
  .repair_select_tabs .et_pb_tab_nav_item  {
    height: unset !important;
  }

.repair_select_tabs.et_pb_tabs .et_pb_all_tabs .et_pb_tab {
	color: #a09d9d !important;
	letter-spacing: 0.5px;
	line-height: 22px;
	text-align: justify
}

.repair_select_tabs.et_pb_tabs .et_pb_tabs_controls li a {
	color: #666 !important
}

.repair_select_tabs.et_pb_tabs .et_pb_tabs_controls li,
.repair_select_tabs.et_pb_tabs .et_pb_tabs_controls li a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px
}

.repair_select_tabs.et_pb_tabs {
	border-width: 0px
}

.repair_select_tabs.et_pb_tabs .et_pb_tabs_controls {
	background-color: #fff !important;
	border-bottom: none;
	position: relative
}

.repair_select_tabs.et_pb_tabs .et_pb_tab {
	background: #fff;
	border-bottom: 2px solid #e30517;
    padding: 15px 5px;
}

.repair_select_tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #333 !important
}

.repair_select_tabs .et_pb_tabs_controls li a {
	padding: 5px 15px;
	border-radius: 0;
	margin-right: 0;
	border: none;
	position: relative;
	transition: all .5s ease 0s;
}

.repair_select_tabs .et_pb_tabs_controls li a:after,
.repair_select_tabs .et_pb_tabs_controls li a:before {
	content: "";
	position: absolute;
	left: 0;
	transform: scale(0);
	transition: all .7s ease 0s
}

.repair_select_tabs .et_pb_tabs_controls li a:hover {
	background: #fff
}

.repair_select_tabs .et_pb_tabs_controls li a:before {
	content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 5px;
  right: 5px;
  height: 2px;
  width: calc( 100% - 10px );
  background-color: #e30517;
  transform-origin: top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

.repair_select_tabs .et_pb_tabs_controls li a:hover:after,
.repair_select_tabs .et_pb_tabs_controls li a:hover:before,
.repair_select_tabs .et_pb_tabs_controls li.et_pb_tab_active a:after,
.repair_select_tabs .et_pb_tabs_controls li.et_pb_tab_active a:before {
	transform: scale(1)
}

.repair_select_tabs .et_pb_tabs_controls li.et_pb_tab_active a,
.repair_select_tabs .et_pb_tabs_controls li.et_pb_tab_active a:focus,
.repair_select_tabs .et_pb_tabs_controls li.et_pb_tab_active a:hover {
	border: none;
}

#engine-tools {
    border: none !important;
    display: none;
}