main{
	top:42px;
    position: relative;
}

footer{
	top: 42px;
}
.custom-breadcrumb-container {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 1170px;
	position: relative;
	display: flow-root;

	/**** 2023 ****/
	top: 42px;
}

.custom-breadcrumb {
    padding: 0px 0px;
    margin-bottom:14px;
    list-style: none;
    /*background-color: #f8f8f8;*/
    border-radius: 4px;
}
.custom-breadcrumb-mobile{
	display: none;
}
.custom-breadcrumb>li {
    display: inline-block;
	padding: 0px 8px;
}
.custom-breadcrumb>li+li:before {
    padding-right: 8px;
    color: #ccc;
    content: ">";
}
.bread-crumbs-last-element{
    padding-left: 8px;
}
.custom-breadcrumb-container a:hover {
	text-decoration: underline;
}

@media (min-width: 1025px) {
	.car-fitment-item {
		width: 50%;
	}	
	.custom-breadcrumb-container {
		width: 1170px;
	}
}  
  
@media (max-width: 1024px) {
	.car-fitment-item {
		width: 50%;
	}
	.custom-breadcrumb-container {
		width: 100%;
		font-size: medium;
	}

	.custom-breadcrumb-container a{
		padding:16px 8px 16px 8px;
	}
	
	.custom-breadcrumb-container li{
		padding:8px;
		margin-bottom:4px;
	}
}
 
@media (max-width:768px) {
	.car-fitment-item {
		width: 50%;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}

	
}
/* (max-width:767px???*/
@media (max-width:768px) and (hover: none) {
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}

}

@media (max-width:600px) {
	/**** 2023 ****/
	.custom-breadcrumb-container{
		top: 60px;
	}
}
@media (max-width:480px) {
	main{
		top:70px;
	}

	footer{
		top:70px;
	}
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
		top:70px;
	}
}  

@media (max-width:479px){
	.custom-breadcrumb {
        /* display: none; */
    }
	.custom-breadcrumb-mobile {
        display: block;
        padding-left: 0px;
    }
	.custom-breadcrumb-mobile li {
        list-style: none;
    }
}
  
@media (max-width:320px) {
	.car-fitment-item {
		width: 50%;
		padding-top:0.5em;
		padding-bottom:0.5em;
	}
	.custom-breadcrumb-container {
		width: 100%;
	}
}
