.footer{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index: 9999;
}
.footer_bottom{
	display:none!important;
	/*transform: translateY(-100%);
	transition: 2s ease-in-out;*/
	overflow:hidden; 
}
.footer_bottom.open{
	 /* transform: translateY(0);*/
	  display:flex !important; 
}
.footer_button{
	font-family:"Montserrat";
	letter-spacing: 4px;
}
.footer_button:hover{
	color:#fff !important;
}
.fitment-category-menu{
    height: 50%;
}
.header-mainmenu ul.nav {
    gap: 50px;}
.fitment-header-bottom .fitment-header-inner {
    min-height: 30px;}
.fitment-header .panel-open .menuBars {
    stroke: #bdbdbd;
	}
.header-col.col-center{
	padding-left: 3%;
}
.site-content ol{
	padding: 0;
	counter-reset: custom-counter;
    
}
.site-content ol ol{ 
	margin:1rem 0;
}
.site-content ol li{
	position: relative;
	padding-left: 28px;
	margin-bottom:1rem;
}
.site-content ol>li::before{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 20px;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
	border-radius: 10%;
	padding: 0;
	text-align: center;
	background:#222;
	color:#fff;
}
.site-content ol ol>li::before{ 
	background:#fff;
	color:#222;
	border:1px solid #222;
}
.site-content h2{
	    font-size: 22px !important; 
}
.site-content table{
	text-align:center;
}
.site-content table td{
	padding:10px;
}
.site-content table tr{
	border-bottom: 1px solid #ccc;
}
.site-content b, .site-content strong{
	 font-weight: 600;
}
 
@media all and (max-width: 1100px) {
	.header-mainmenu ul.nav {
		gap: 68px;
	}
}
@media all and (max-width: 1024px) {
	.header-mainmenu ul.nav {
		gap: 60px;
	}
	.header-col.col-center{
		padding-left:0;
	}
	.fitment-mobile-header-search{
	/*	display:none;*/
	}
	.fitment-bottom-mobile-nav {
    bottom: 41px !important;
	}
}

@media all and (max-width: 900px) {
	
	.header-mainmenu ul.nav {
		gap: 40px;
	} 
	#footer_top{
		display: flex;
	}
	#footer_top > div{
		width:auto !important;
	}
	#footer_top > div:last-child{
	    margin-left: auto;
	}
		#footer_top .elementor-widget-container{border:none !important;}
}
@media all and (max-width: 768px) {

.footer_bottom > div{
	width:50%;
}
.footer_bottom > div:last-child{
	width:100%;
}}

.minicart-panel .fitment-scrollbar {
opacity: 1;}
