modal-footer .btn-secondary:hover{
    background-color: var(--grey);
}
#top-header{
    background-color: var(--header);
}
/* ==========================  
    misc non-critical
   ========================== */
.bi-cart-fill,
.bi-person-fill {
	font-size: 1.1rem;
}

.border-none {
	border: transparent !important;
	box-shadow: none !important;
}

#hello {
	height: auto;
	padding-right: 12px;
	line-height: 12px;
	vertical-align: baseline;
}

#hello a {
	font-size: 12px;
}

#hello a:nth-of-type(1) {
	color: white;
}

#hello a:nth-of-type(2) {
	color: whitesmoke;
}

#hello a:nth-of-type(1):hover {
	color: var(--secondary);
}

#hello a:nth-of-type(2):hover {
	color: var(--silver);
}

#hello a,
#hello p {
	padding-top: 0.6em;
}

.repair-nav .nav-item:hover{
    background-color: rgba(63, 105, 170, .1);
}
.tab-content {
    padding: 0 30px 30px 30px;
    background: rgba(63, 105, 170, .1);
}
#megamenu .dropdown-menu .form-control:focus {
	border-color: var(--secondary-hover);
	background-color: white !important;
	box-shadow: inset 0px 0px 0px 1px var(--secondary-hover);
}

.bg-black {
	background-color: var(--black);
}

.float-right {
	justify-content: right;
}

.border-none:hover,
.border-none:active,
.border-none:focus {
	border: transparent !important;
}

/* ==========================
   General Navbar Styling
   ========================== */
.shadow-bottom {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	clip-path: inset(0px -10px -10px -10px) !important;
	border-top: none !important;
}

.btn-mode {
	background-color: var(--bs-emphasis-color);
	color: var(--bs-tertiary-bg);
}

.btn-mode:hover {
	color: black;
}

.btn-outline-mode {
	--bs-btn-border-width: 1px;
	--bs-btn-border-color: var(--bs-emphasis-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-bg: var(--bs-body-bg);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-active-border-color: transparent;
	color: var(--bs-mode);
}

nav .btn-outline-mode.active,
.btn-outline-mode:active,
.btn-outline-mode:focus,
.btn-outline-mode:hover {
	background: var(--bs-primary) !important;
	border-color: transparent !important;
	color: var(--bs-white) !important
}

nav .btn-outline:hover,
nav .btn-outline:focus,
nav .btn-outline:active {
	box-shadow: none !important;
	border: transparent !important;
	transition: all .15s ease-in-out;
}

.header .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	padding: 10px 20px;
}

.border-dark-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .15) !important
}

.border-dark-top {
	border-top: 1px solid rgba(0, 0, 0, .15) !important
}

.border-modal {
	border: 1px solid rgba(0, 0, 0, .15) !important
}

/* Navbar brand (logo) */
.header .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	width: min-content;
}

.header .logo img {
	height: 50px;
}

.logo-txt {
	margin-left: 10px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

/* Cart & User Icons */
.navbar-icons {
	display: flex;
	align-items: center;
	margin-left: auto;
	position: relative;
	z-index: 100;
	/* Ensures it stays above the navbar */
}

.navbar-icons a {
	color: var(--white);
	font-size: 20px;
	margin-right: 15px;
	text-decoration: none;
}

.navbar-icons a:hover {
	color: white;
}

/* ######################
    Mini cart styling 
#########################*/
.mini-cart {
	position: relative;
}

.cart-icon {
	position: relative;
}

.cart-count {
	font-size: 12px;
	padding: 2px 5px;
}

.cart-icon .cart-count {
	color: var(--white) !important;
}

.offcanvas-title .cart-count {
	color: black;
}

.offcanvas-footer {
	align-content: last;
}

/**************************************
            js dependent css
**************************************/
.header {
	top: -100px;
	transition: top .5s ease-in-out;
}

.fixed-top {
	position: fixed;
	top: -100px;
	transition: top 0.5s ease-in-out, margin-top 0.5s ease-in-out;
	z-index: 99;
}

.d-shrunk {
	top: -100px;
	transition: top .5s ease-in-out;
}

.d-grown {
	top: 0;
	transition: top .5s ease-in-out;
}

.full-width-layout {
	width: 100%;
}

.facebook:hover {
	transition: all .5s ease-in-out;
	color: var(--facebook) !important;
}

.google:hover {
	transition: all .5s ease-in-out;
	color: var(--google) !important;
}

.instagram:hover {
	transition: all .5s ease-in-out;
	color: var(--instagram) !important;
}

.linkedin:hover {
	transition: all .5s ease-in-out;
	color: var(--linkedin) !important;
}

.twitter:hover {
	transition: all .5s ease-in-out;
	color: var(--twitter) !important;
}

.youtube:hover {
	transition: all .5s ease-in-out;
	color: var(--youtube) !important;
}

nav .social-links a {
	color: white;
	background-color: transparent !important;
	border-color: transparent !important;
}

nav .social-links a:hover {
	border-color: transparent !important;
}

.btn-lg-square {
	font-size: 9px !important;
}

/* ============================
    HEADER MENU
=============================== */
.navbar-dark .nav-item .nav-link {
	color: #fff;
}

.text-red {
	color: #c75757;
}

.navbar-dark .nav-item:hover,.navbar-dark i:hover,.navbar-dark .nav-item:hover::after,
.navbar-dark .nav-item:active,.navbar-dark i:active,.navbar-dark .nav-item:active::after 
{
	font-size: 1.05em;
	transition: all 0.3s ease;
}
#user-top i:hover,
#user-top i:active
{
	font-size: 1.35em;
	transition: all 0.3s ease;
    
}
.navbar-dark .nav-item .nav-link:hover {
	transition: all 0.3s ease;
	border-radius: 0.25rem;
	color: #fff;
}

#top-header .dropdown-item:focus,
#top-header .dropdown-item:hover,
#top-header .dropdown-item:active,
#top-header .dropdown-item:visited {
	--bs-dropdown-link-hover-color: #fff;
	color: #fff;
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
}

.nav-link:after {
	align-self: center;
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}

#top-header .nav-link {
	align-self: center;
	align-content: center;
	cursor: pointer;
}

a.top-menu-toggle {
	color: white !important;
}

.fa-li {
	position: relative;
	left: 0;
}

.main-nav {
	width: 100%;
}

@media (max-width: 991px) {

	/* ensure the collapsed menu overlays full width below header */
	.navbar .navbar-collapse {
		position: absolute;
		top: 100%;
		/* directly beneath the navbar */
		left: 0;
		width: 100%;
		background: rgba(27, 47, 69, 0.6);
		z-index: 1000;
	}
}

.col-megamenu {
	cursor: pointer;
}

.hidden {
	display: none;
}

.dropdown-menu-search {
	z-index: 1001;
}

.dropdown-menu-medium {
	min-width: 300px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu-left {
		left: -100% !important;
	}

	.dropdown-menu-under {
		left: -60% !important;
		top: 100% !important;

	}

	.col-parts {
		width: 10%;
	}

	.main-nav-left {
		width: 100%;
	}

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100% !important;
		margin-top: 0;
		overflow-x: clip;
	}

	.col-megamenu {
		justify-content: center;
		display: flex;
	}

	.lg-shadow {
		box-shadow: var(--bs-box-shadow-lg) !important;
	}

	.text-lg-black {
		color: black !important;
	}

	.text-lg-black:after {
		color: black !important;
	}
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {

	/* ————————————————
   WebKit browsers (Chrome, Safari, Edge)
   ———————————————— */
	header.fixed-top .megamenu::-webkit-scrollbar {
		width: 6px;
		/* slim width */
		height: 6px;
		/* if you ever have horizontal scroll */
	}

	header.fixed-top .megamenu::-webkit-scrollbar-track {
		background: transparent;
		/* or rgba(…,0.1) if you want a faint track */
	}

	header.fixed-top .megamenu::-webkit-scrollbar-thumb {
		background-color: rgba(27, 47, 69, 0.92);
		border-radius: 3px;
		/* rounded ends */
	}

	/* Optional: hover state for better affordance */
	header.fixed-top .megamenu::-webkit-scrollbar-thumb:hover {
		background-color: rgba(27, 47, 69, 1);
	}

	/* ————————————————
       Firefox
       ———————————————— */
	header.fixed-top .megamenu {
		scrollbar-width: thin;
		/* “auto” | “thin” | “none” */
		scrollbar-color:
			rgba(27, 47, 69, 0.92)
			/* thumb */
			transparent;
		/* track */
	}

	ul.navbar-nav {
		padding-bottom: 1rem;
	}

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		max-height: 90vh;
		margin-top: 10px;
	}

	.col-parts {
		margin-top: 2px !important;
	}

	header.fixed-top .megamenu {
		top: 60px;
		/* push it down below your fixed header */
		left: 0;
		right: 0;
		/* full width, adjust as needed */
		max-height: calc(100vh - 60px);
		/* fill the rest of the screen */
		overflow-y: auto;
		/* allow vertical scrolling */
		-webkit-overflow-scrolling: touch;
		/* enable smooth momentum scrolling on iOS */
		z-index: 1000;
		/* ensure it sits on top */
	}

	header.fixed-top .dropdown-menu.show {
		height: fit-content;
		overflow-y: scroll;
	}
        .repair-nav .dropdown-menu.show{
            overflow: hidden !important;
        }
	/* on mobile, make the form sit above the nav links */
	.form-search {
		order: -1;
		width: 100%;
		margin-bottom: 1rem;
	}

	.lg-shadow {
		border: none !important;
	}

	.megamenu .list-unstyled {
		border: none !important;
	}

	/* and make its dropdown go full‑width right under it */
	.form-search .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		border-radius: 0;
	}

	#user-top .dropdown-menu a {
		color: black;
	}

	#user-top .dropdown-menu a {
		color: black;
	}

	#top-header ul .dropdown-menu a {
		color: #fff !important;
	}

	#top-header ul .dropdown-menu a:hover,
	#top-header ul .dropdown-menu a:active,
	#top-header ul .dropdown-menu a:visited {
		color: white;
	}

	ul.dropdown-menu-search.show {
		background-color: rgba(27, 47, 69, 1) !important;
		border-radius: 8px;
	}

	#main_nav {
		padding-top: 1rem;
		background-color: rgba(27, 47, 69, 0.92);
	}

	#top-header ul .dropdown-menu {
		background-color: rgba(27, 47, 69, 0);
	}

	.navbar-toggler,
	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler:hover {
		text-decoration: none;
		border: none !important;
		box-shadow: none !important;
	}

	.mini-cart {
		margin-right: 1rem;
	}

	.header-search-results  {
		top: 16% !important;
		width: 90% !important;
		left: 5%;
		transform: none;
	}
}

/* ============ mobile view .end// ============ */
/* Fade‑in keyframes */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Container positioning */
#main-menu-search .input-group {
	position: relative;
	justify-content: center;
}

#main-menu-search {
	-webkit-backface-visibility: hidden;
}

.header-search-results  .list-group-item:hover {
	background-color: #dee2e6;
}

.header-search-results  .list-group-item:hover .result-sku {
	color: black;
}

.header-search-results .show {
	display: flex;
}

/* Results container */
.header-search-results  {
	position: absolute;
	display: none;
	top: 95%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	min-width: 300px;
	max-width: 600px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	max-height: 83vh;
	min-height: 0;
	overflow-y: auto;
	z-index: 2000;
	margin-top: 0.25rem;
	padding: 0;
}

/* Responsive: full width on xs screens */
@media (max-width: 576px) {
	.header-search-results  {
		left: 0;
		transform: none;
		width: calc(100% - 1rem);
		min-width: auto;
		margin: 0.5rem;
	}
}

/* Individual items */
.header-search-results  .list-group-item {
	padding: 0.75rem 1rem;
	border: none;
	border-bottom: 1px solid #eee;
}

.header-search-results  .list-group-item:last-child {
	border-bottom: none;
}

/* Post & product links */
.header-search-results  .search-result-link {
	color: var(--black);
	text-decoration: underline;
	font-weight: 500;
	display: block;
	line-height: 1.4;
	word-break: break-word;
}

/* Product‑specific styling */
.header-search-results  .product-result {
	display: flex;
	align-items: flex-start;
}

.header-search-results  .result-thumb {
	width: 50px;
	height: auto;
	object-fit: cover;
	border-radius: 0.25rem;
	margin-right: 0.75rem;
}

.header-search-results  .result-info {
	flex: 1;
}

.header-search-results  .result-sku {
	font-size: 0.85rem;
	margin-top: 0.25rem;
	color: #6c757d;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.2s ease-out;
	transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
	margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
	transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
	opacity: 1;
}

.navbar-toggler span:nth-child(3) {
	transform: translate(0%, 0%) rotate(0deg);
}

/* ==========================  
    products megamenu auxillary
   ========================== */
.level-2-links {
	padding: 0;
	margin: 0;
	max-height: 250px;
	overflow-y: auto;
}

.tab-pane .col,
.tab-pane .col-2,
.tab-pane .col-3 {
	max-height: 275px;
}

.level-2-links li {
	flex: 0 0 auto;
}

.megamenu .nav-link {
	color: black !important;
}

.navbar .megamenu {
	padding: 1rem;
}

.menu-img {
	position: relative;
	top: 0;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 75px;
}

.megamenu {
	overflow: hidden;
	overflow-y: auto;
}

.sidebar {
	height: 100%;
	overflow-y: auto;
	background-color: #f8f9fa;
	border-right: 1px solid #dee2e6;
}

.sidebar .nav-link {
	cursor: pointer;
}

.content-area {
	padding: 1rem;
}

.content-area img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
}

@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
	}

	.megamenu .row-column {
		flex-direction: column;
	}

	.megamenu .row {
		flex-direction: row;
	}

	.col-megamenu .list-unstyled {
		display: none;
	}

	.col-megamenu.show .row {
		display: flex;
	}
}

@media (max-width: 992px) {
	.megamenu-desktop {
		display: none !important;
	}

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

.term-header {
	font-size: 13px;
	color: var(--dark-color);
	background-color: var(--grey);
	padding: 4px 10px;
	border-radius: 20px;
	margin: 0 0 10px 0;
	clear: both;
	font-weight: 600 !important;
	min-width: 120px;
	display: inline-block;
}

.level-2-links li a {
	font-size: 12px;
	color: var(--dark-color);
	line-height: 16px;
	font-weight: 400;
	letter-spacing: -.3px;
	margin: 0;
	padding: 3px 8px;
	border-bottom: 1px solid #fff0;
	border-radius: 20px;
	padding-right: 10px;
	display: block;
}

.level-2-links li a:hover {
	color: var(--secondary);
	text-decoration: none !important;
	background-color: var(--secondary-hover-light);
}

.level-2-links {
	/* vertical cap */
	padding: 0;
	margin: 0;
}

.tab-pane .col,
.tab-pane .col-2,
.tab-pane .col-3 {
	max-height: 30vh;
}

.level-2-links {
    height: 300px;
    overflow-y: auto;
    flex-wrap: wrap;
    display: inline-flex;
}
.level-2-links li {
	flex: 0 0 auto;
        width: 125px;
}

.subcat-item {
	margin-top: 1rem;
}

nav.sidebar .nav-pills .nav-link.active,
nav.sidebar .nav-pills .show>.nav-link {
	background-color: var(--secondary-hover-light) !important;
}

.megamenu {
	max-height: 75vh;
	max-width: 1200px;
	overflow-y: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
}

.tab-pane {
	margin-left: auto;
	margin-right: auto;
}

.megamenu,
.level-2-links {
	/* Firefox */
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}

/* WebKit browsers (Chrome, Safari, Edge) */
.megamenu::-webkit-scrollbar,
.level-2-links::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	/* if you ever need horizontal too */
}

.level-2-links::-webkit-scrollbar-track,
.megamenu::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.level-2-links::-webkit-scrollbar-thumb,
.megamenu::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	border: 1px solid transparent;
	/* adds a little padding around the thumb */
}

/* Optional: hover state for better UX */
.level-2-links::-webkit-scrollbar-thumb:hover,
.megamenu::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu .mobile a {
	color: white !important;
}

/* ============ mobile view ============ */
@media(max-width: 992px) {
	.products-search {
		display: none
	}

	.col-megamenu .nav-link {
		color: #fff;
	}
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.products-search {
		display: flex;
	}
}

.products-search .form-outline .form-control:focus~.form-label,
.products-search .form-outline .form-control.active~.form-label {
	transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
}

.products-search .form-outline .form-control {
	height: 40px;
	padding-top: .32rem;
	padding-left: .75rem;
	padding-right: .75rem;
	border: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .2s linear;
}

.products-search .form-outline .form-control~.form-label {
	position: absolute;
	top: 0;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: .75rem;
	padding-top: .37rem;
	pointer-events: none;
	transform-origin: 0 0;
	transition: all .2s ease-out;
	color: var(--form-control-label-color);
	margin-bottom: 0;
}

.products-search .form-outline .form-control:focus {
	box-shadow: none !important;
}
.btn-search{
    display: flex;
    height: 100%;
}
.products-search .form-outline .form-control~.form-notch {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
}
.form-notch{
    max-height: 38px !important;
}

.products-search .form-outline {
	border-color: var(--primary);
}

.form-outline .form-control:focus~.form-notch .form-notch-leading {
	border-color: var(--primary);
	box-shadow: -1px 0 0 0 var(--primary), 0 1px 0 0 var(--input-focus-border-color), 0 -1px 0 0 var(--primary);
}

.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control.active~.form-notch .form-notch-leading {
	border-right: none;
}

.form-outline .form-control~.form-notch .form-notch-leading {
	left: 0;
	top: 0;
	height: 100%;
	width: .5rem;
	border-right: none;
	border-radius: .25rem 0 0 .25rem;
}

.search-button {
	justify-self: end;
	border-color: var(--primary);
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: var(--primary-hover);
}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus {
    --bs-btn-bg: #6c757d;
}
.btn-primary:visited {
	background-color: var(--primary-hover) !important;
	/** either load boostrap 1st to override or do this **/
}

.products-search-button {

	width: 42px !important;
}

.form-outline .form-control~.form-notch div {
	pointer-events: none;
	border: 1px solid;
	border-color: var(--primary);
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	transition: all .2s linear;
}

.form-outline .form-control:focus~.form-notch .form-notch-middle {
	border-color: var(--primary);
	box-shadow: 0 1px 0 0 var(--primary);
	border-top: 1px solid rgba(0, 0, 0, 0);
}

.form-outline .form-control:focus~.form-notch .form-notch-middle,
.form-outline .form-control.active~.form-notch .form-notch-middle {
	border-right: none;
	border-left: none;
	border-top: 1px solid rgba(0, 0, 0, 0);
}

.form-outline .form-control~.form-notch .form-notch-middle {
	flex: 0 0 auto;
	width: auto;
	max-width: calc(100% - 1rem);
	height: 100%;
	border-right: none;
	border-left: none;
}

.form-outline .form-control:focus~.form-notch .form-notch-trailing {
	border-color: var(--primary);
	box-shadow: 1px 0 0 0 var(--primary), 0 -1px 0 0 var(--primary), 0 1px 0 0 var(--primary);
}

.form-outline .form-control:focus~.form-notch .form-notch-trailing,
.form-outline .form-control.active~.form-notch .form-notch-trailing {
	border-left: none;
}

.input-group .form-outline:not(:last-child),
.input-group .select-wrapper:not(:last-child),
.input-group .form-outline:not(:last-child) .form-notch-trailing,
.input-group .select-wrapper:not(:last-child) .form-notch-trailing {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.form-outline .form-control~.form-notch .form-notch-trailing {
	flex-grow: 1;
	height: 100%;
	border-left: none;
	border-radius: 0 .25rem .25rem 0;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading {
	border-color: var(--primary);
	box-shadow: -1px 0 0 0 var(--primary), 0 1px 0 0 var(--primary), 0 -1px 0 0 var(--primary);
}

.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control.active~.form-notch .form-notch-leading {
	border-right: none;
}

.form-outline .form-control~.form-notch .form-notch-leading {
	left: 0;
	top: 0;
	height: 100%;
	width: .5rem;
	border-right: none;
	border-radius: .25rem 0 0 .25rem;
}

.form-outline .form-control~.form-notch .form-notch-middle {
	flex: 0 0 auto;
	width: auto;
	max-width: calc(100% - 1rem);
	height: 100%;
	border-right: none;
	border-left: none;
}
.header-search-results  {
	display: none;
}

.header-search-results.show {
	display: block;
}

.megamenu .header-search-results  {
	top: 75px;
	left: 320px;
}

.apple {
	background-image: url('../images/header/apple.webp');
}

.samsung {
	background-image: url('../images/header/samsung.webp');
}

.other-parts {
	background-image: url('../images/header/other-parts.webp');
}

.game-console-parts {
	background-image: url('../images/header/game-console.webp');
}

.accessories {
	background-image: url('../images/header/accessories.webp');
}

.tools-supplies {
	background-image: url('../images/header/repair-tools.webp');
}

.refurbishing {
	background-image: url('../images/header/refurbishing.webp');
}

.phone {
	background-image: url('../images/header/phone.webp');
}

.tablet {
	background-image: url('../images/header/tablet.webp');
}

.watch {
	background-image: url('../images/header/watch.webp');
}

.pc {
	background-image: url('../images/header/pc.webp');
}

.other {
	background-image: url('../images/header/other-parts.webp');
}

.game-console {
	background-image: url('../images/header/game-console.webp');
}

.btn-search-dropdown:hover,
.btn-search-dropdown:active,
.btn-search-dropdown:focus {
	background-color: rgb(248, 249, 250) !important;
}
.megamenu .nav-pills .nav-item:hover{
        background: rgba(63, 105, 170, .1);
}

.megamenu  form .input-group{
    display: flex
;
        flex-wrap: nowrap;
    
}
.megamenu .form-outline{
        justify-content: space-between;
        display:flex!important;
}
.form-notch-leading{
    width: 5%;
}
.form-notch-middle{
    width: 16%;
}
.form-notch-trailing{
    flex-grow: 0.79;
    flex-shrink: 0;
}