/* css to be moved to wp-codebox */
.tabs-wrapper {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.tab-button {
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 5px 5px 0 0;
	transition: background 0.3s;
}
.tab-button.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab-content {
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	background: #fff;
}
.tab-panel {
	display: none;
}
.tab-panel.active {
	display: block;
}


/* start front search widget CSS */

#parts-widget-front {
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	margin-bottom: 0;
	margin: 20px auto 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.34);
	border-radius: 10px;
	background-color: #1E1E1E;
	max-width: 82%;
	padding: 10px 30px;
}

#parts-widget-front .row {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0;
}
/* #parts-widget-front .row:after {
	clear: both;
	display: block;
	content: "";
} */

#parts-widget-front h3 {
	text-align: center;
	font-size: var(--e-global-typography-274be24-font-size);
	line-height: var(--e-global-typography-274be24-line-height);
	letter-spacing: var(--e-global-typography-274be24-letter-spacing);
	color: white;
	font-family: var(--e-global-typography-274be24-font-family), Sans-serif;
	font-size: var(--e-global-typography-274be24-font-size);
	font-weight: var(--e-global-typography-274be24-font-weight);
	text-transform: var(--e-global-typography-274be24-text-transform);
	margin-bottom: 20px;
	text-align: center;
}
#parts-widget-front .row .col-md-3 {
	/* width: 25%; */
	padding: 0 1px;
}
#parts-widget-front .row .col-md-4 {
	width: 25%;
	padding: 0 1px;
}

#parts-widget-front .find-parts-btn{
	padding: 0 10px;
}
.parts-error-wrapper p{
	color: red;
	margin: 0;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	margin-bottom: 5px;
	display: inline-block;
	color: #000;
	font-weight: normal;
}

#parts-form .form-group input[type="submit"] {
	width: 100%;
	padding: 6px 20px;
	transition: all 200ms linear;
}
.fake-select {
	position: relative;
}
.fake-select .placeholder {
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(images/down.svg);
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 23px auto;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	width: 100%;
}

#parts-form .fake-select select::placeholder {
	color: #797879 !Important;
}


.fake-select ul {
	display: none;
	left: 0;
	margin: 0;
	max-height: 130px;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 99999;
}
.fake-select ul li {
	list-style: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.9098039216);
	color: #fff;
	cursor: pointer;
	font-family: "Questrial", sans-serif;
}
#parts-form .fake-select select {
	border-width: 0px 2px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-color: var(--e-global-color-secondary);
	border: 1px solid #69727d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 14px;
	background-position: center right 8px;
	cursor: pointer;
	color: var(--e-global-color-text) !important;
	background-color: #ffffff;
	width: 100%;
	padding: 11.5px 10px;
	background-image: url(images/down.svg);
	background-position: 96% center;
	background-repeat: no-repeat;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}



.find-parts-btn {
	background-color: #000;
	color: #fff !important;
	display: block;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
	width: 100%;
	padding: 0;
	height: 46.8px;
}
#parts-widget-front {
	position: relative;
}

.body_loader {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.7);
}
.body_loader span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 80px;
	height: 80px;
	background: url("images/loader.svg") no-repeat center center rgba(0, 0, 0, 0);
	-webkit-border-radius: 30px;
	-webkit-background-size: 80px auto;
	background-size: 80px auto;
	border-radius: 30px;
}
#parts-widget-front div.body_loader {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
}
#parts-widget-front .col-md-12 {
	clear: left;
	padding: 0 15px 10px 15px;
	display: none;
}
#parts-widget-front .col-md-12.text-center {
	text-align: center;
}
#parts-widget-front .col-md-12 .alert.alert-danger {
	color: #ba0000;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	border: 1px solid #ba0000;
}
#parts-widget-front .storege-garage:after {
	clear: both;
	display: block;
	content: "";
}
#parts-widget-front .storege-garage a#save_garage {
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-right: 30px;
	margin-top: -20px;
	position: relative;
}
#parts-widget-front .storege-garage {

}

.storege-garage {
		padding-top:0;
		margin-top:0;
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		position: relative;
}

#parts-widget-front .storege-garage span.more_info {
		cursor: pointer;
		position: absolute;
		background-color: #828282;
		width: 15px;
		height: 15px;
		border-radius: 60px;
		color: #fff;
		text-align: center;
		top: -8px;
		line-height: 1.3em;
		right: 14px;
		font-size: 12px;
}

#parts-widget-front .storege-garage a#save_garage {
		margin-top: 0px !important;
		line-height:1.4em;
		background-color: transparent;
}

div.garage_wrap {
	width: 25%;
	float: right;
	padding-left: 23px;
}

.garage_wrap a.save-to-garage,
a.reset_parts_finder {
	font-size: 15px !important;
	font-weight: 400 !important;
	/* background-color: #000; */
	color: #fff !important;
	display: block;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-indent: 0;
	height: auto;
	width: auto;
	white-space: nowrap;
}
.garage_list_section{
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.garage_list_section li{
	margin: 20px 0;
	border: 1px solid;
	border-color: var(--e-global-color-text);
	padding: 10px;
	border-radius: 4px;
}
.garage_list_section .action_list{
	margin: 10px 0 0;
}
.garage_parts_data *{
	font-size: 1.2rem;
}
.response_result a {
	color: #ba0000;
}
/*start new template for found parts*/
.bikes_part_wrapper.found-parts{
	margin: 8em 1em 2em;
}
.bikes_part_wrapper .lc-search-parts-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 2em 1em;
}
.parts_finder_post_grid_style_one{
	width: 100%;
	margin-bottom: 5rem
}
.parts_finder_post_grid_style_one_wrap{
	display: grid;
	box-sizing: border-box;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}
.parts_finder_post_grid_style_one_wrap.brands{
	grid-template-columns: repeat(4, 1fr);
}
.parts_finder_post_grid_style_one_item{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	text-align: center;
}
.parts_finder_post_image{
	aspect-ratio: 1 / 1;
	background-size: cover;
}
.parts_finder_post_image img{
	width: 100%;
}
.parts_finder_content{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	background-color: var(--e-global-color-secondary);
	padding: 25px 25px 25px 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -30px;
	position: relative;
}
.parts_finder_title a{
	color: var(--e-global-color-primary);
	text-decoration: none;
	font-family: "video", Sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 27px;
	letter-spacing: 2px;
}
.parts_finder_post_grid_style_one_button a{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	line-height: var(--e-global-typography-accent-line-height);
	background-color: var(--e-global-color-accent);
	border-radius: 0px;
	color: var(--e-global-color-primary);
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
.fb-header-actions{
	text-align: left;
	padding-left: 20px;
}
.found-parts-header{
	display: none;
}
.fb-header-actions .back-button{
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	line-height: var(--e-global-typography-accent-line-height);
	color: var(--e-global-color-primary);
	border-radius: 0px 0px 0px 0px;
}
.fb-header-actions .back-button:hover{
	background-color: var(--e-global-color-84f84dc);
	color: var(--e-global-color-secondary);
}
/*end new template for found parts*/


@media (max-width: 991px) {
	#parts-widget-front .row{
		flex-direction: column;
	}
	#parts-widget-front .row .col-md-4{
		width: 100%;
	}
	.parts_finder_post_grid_style_one_wrap{
		grid-template-columns: repeat(2, 1fr);
	}
	#parts-widget-front .row .col-md-3,
	#parts-widget-front .row .col-md-3 {
		width: 100%;
	}
	#parts-widget-front .storege-garage {
		width: 100%;
		padding-left: 0px;
	}
}
@media (max-width: 767px) {
	.parts_finder_post_grid_style_one_wrap{
		grid-template-columns: repeat(1, 1fr);
	}
	#parts-widget-front h3 {
		margin-bottom: 30px;
	}
}
@media (max-width: 544px) {

}


/* HTML: <div class="tooltip">This is a Tooltip with a solid coloration and without border radius </div> */
.more_info[data-tooltip] {
	position: relative;
	cursor: pointer;
}

.more_info[data-tooltip]:hover::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 145%; /* Position above the element */
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	padding: 0.5em;
	border-radius: 0.3em;
	white-space: normal;
	width: 40em; /* Fixed width */
	z-index: 1000;
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
}


.more_info[data-tooltip]:hover::before {
	content: '';
	position: absolute;
	bottom: calc(145% - 15px);
	left: 50%;
	transform: translateX(-50%);
	border-width: 8px; /* Triangle size */
	border-style: solid;
	border-color: #333 transparent transparent transparent; /* Triangle pointing down */
}





