
.ymm-selector.ymm-horizontal .level select.ymm-select,
.ymm-selector.ymm-horizontal .level select.ymm-category-select {
	/* border: 2px solid #565656; */
	border: 2px solid #006eaa;
	border-radius: 5px;
	padding: 0.5rem;
	color: #000000 !important;
}

@media screen and (max-width: 768px) {
	.ymm-selector.ymm-horizontal .level {
		width: 100%;
		margin-top: 6px;
	}

	.ymm-selector.ymm-horizontal .level select.ymm-select,
	.ymm-selector.ymm-horizontal .level select.ymm-category-select {
		width: 100%;
	}

	.ymm-selector.ymm-horizontal .level select.ymm-category-select {
		margin-top: 0 !important;
	}
}

.ymm-selector.ymm-horizontal .level select.disabled {
	border-color: #393939 !important;
	color: #393939 !important;
	background: #ffffff !important;
}

.ymm-selector.ymm-horizontal .ymm-submit-any-selection {
	background-color: #006EAA;
	color: #FFF;
	border-radius: 9px;
	font-size: 1rem;
	padding: 0.75em 1em;
	font-weight: 500;
	line-height: 1;
	border: none;
}

.ymm-selector.ymm-horizontal .ymm-submit-any-selection:hover {
	background-color: #006EAA;
	color: #FFF;
	opacity: 0.8;
}

.ymm-product-fits {
	margin: 1em 0;
	padding: 0.25em 0.75em;
	border-radius: 6px;
	font-size: 1rem;
	width: max-content;
	background: #f6f6f6;
	color: #333333;
	border: 2px solid;
	font-weight: 400;
	box-shadow: 1px 3px 6px #dadada;
}

.ymm-product-fits.ymm-is-not-compatible {
	background: #ffe9ed;
	color: #840018;
}

.ymm-product-fits.ymm-is-compatible {
	/* background: #f0fff0; */
	/* color: #087500; */
	background: #f0faff;
  color: #006da8;
}

.ymm-product-fits .ymm-vehicle {
	font-weight: 600;
	display: block;
}

.chrome-bg {
	background: linear-gradient(168deg, #7f7f7f, #a7a7a7, #c9c9c9, #a7a7a7, #7f7f7f);
}

.ymm-vehicle-fitment table {
	width: max-content;
  border: none;
}

.ymm-vehicle-fitment th,
.ymm-vehicle-fitment td {
	min-width: 8ch;
  border: 2px solid white;
  padding: 6px 10px 7px !important;
}

/* Hide buttons */
.ymm-selector button.button.ymm-submit-any-selection,
.ymm-selector .ymm-filter-links {
	display: none;
	position: absolute;
  opacity: 0;
}


.ymm-is-compatible.TAP-product-pod {
	outline: 3px solid #006eaa;
	position: relative;
	overflow: hidden;
}

.ymm-is-compatible.TAP-product-pod::before {
	content: 'FITS \00A0 \2713';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006eaa;
	color: white;
	border-bottom-right-radius: 9px;
	font-size: 0.8rem;
	padding: 0.75em 1em;
	font-weight: 500;
	line-height: 1;
}