.home-carousel-wrapper.dap-blue {
	margin-bottom:0
}
.latest-pagination .breadcrumb_cont {
	background:var(--breadcrumb-cont-bg);
	width:100%;
	overflow: hidden;
}
.latest-pagination.informational_category .breadcrumb_cont .c_breadcrumb .breadcrumb>li a, .latest-pagination.informational_category .breadcrumb_cont .breadcrumb .fa-home, .informational_category .breadcrumb .fa-angle-right:before {
	color:var(--breadcrumb-cont-text-color)
}
.wicked-cate-wra .hero-sect {
	background-color: var(--hero-bg-color, #fff);
}
.hero-sect1 {
	width:100%;
	position: relative;
	background-color:var(--hero-sect1-bg-color);
	min-height:65px;
	z-index:0
}

.hero-sect1 img {
	width:100%;
	height:auto;
	display:block;
}
.hero-sect1 .container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: 0;
}
.hero_sect_main_heading {
  font-size: clamp(18px, 4vw, 46px);
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  color:var(--hero-sect1-text-color);
  font-family: var(--info-page-heading-font-family);
  font-style: var(--info-page-heading-font-style);
  margin-top:var(--hero-heading-mt);
}
.informational_image_row {
    display: unset;
    align-items: unset;
	padding: 20px 0;
}

.wheel_cat_listing_background .overlay-container .overlay-container_outer {
    width: 100%;
    display: table;
}
.wheel_cat_listing_background .overlay-container .overlay-container_inner, .wheel_cat_listing_background .overlay-container.overlay-container_cat_list .overlay-container_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 495px !important;
    background: transparent;
	width: 100%;
  aspect-ratio: 1289 / 664;
}
#informational_image {
   width: 100%;
   max-height:500px!important
}
.informational_page_main_heading {
    font-size: 55px;
    line-height: 45px;
    text-transform: uppercase;
    color: var(--information-cat-heading-color);
    font-weight: 400;
    /* font-family: 'din-bold'; */
	text-align:center;
	font-family:var(--info-page-heading-font-family);
	font-style:var(--info-page-heading-font-style);
}
.thumbnail-sect{
	background:var(--thumbnail-sect-bg-image, none);
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
	background-color:var(--thumbnail-sect-bg-color);
}

.make-model-pr {
    margin-top: 35px;
}
.shop_my_vehicle {
    width: 250px;
    height: 50px;
    border-radius: var(--border-radius);
    filter: drop-shadow(0px 6px 4.5px rgba(35, 31, 32, 0.27));
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
	clip-path: var(--clip-path);
}
.shop_my_vehicle i.fa {
	margin-left:5px;
	color: var(--theme-text-color);
}
.shop_my_vehicle span {
    font-size: 20px;
    line-height: 25px;
    color: var(--theme-text-color);
    font-family: 'din-bold';
}
.info_category_description {
    font-size: 16px;
    line-height: 33px;
    color: #000000;
    font-family: 'DIN-Regular';
}
.info_category_description h3 {
	text-transform:uppercase;
	font-weight:bold
}
.tab-content .tab-pane#grid_view {
    margin-top: 17px;
}
.thumbnail-sect .tab-content .tab-pane#grid_view {
    margin-top: 25px;
	padding-bottom:0
}
.make-model-pr .info_subcategory_margin #grid_view .row, .thumbnail-sect .info_subcategory_margin #grid_view .row {
    text-align: unset;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.info_subcategory_margin .col-lg-2 {
	padding-right:5px;
	padding-left:5px;
}

.make-model-pr .info_subcategory_margin #grid_view .product_landing .overlay-container_outer {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content: center;
}
/* .make-model-pr .info_subcategory_margin #grid_view .product_landing .overlay-container_outer img {
	max-height: 150px;
} */
#grid_view .product_landing {
    padding: 0;
}
#grid_view .product_landing .pr-info {
    min-height: unset;
}
.info_subcategory_margin #grid_view .product_landing .pr-info {
    height:270px;
	padding: 5px;
}
.product_landing .pr-info a {
    color: #000;
    cursor: pointer;
    padding-bottom: 2px;
}
.product_landing .pr-info a, .prod_info {
    color: #262626;
}
.info_subcategory_margin .info_footer_image {
    max-height: 180px;
    min-height:180px;
}
.wheel_category_landing_section #grid_view .product_landing .pr-info h4 {
    height: 45px;
    overflow: hidden;
}
#info_footer_title {
    margin: 12px 0 7px;
    text-align: center;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .col-md-offset-1 {
        margin-left: 8%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
    .informational_page_main_heading {
		font-size: 35px;
	}
	.informational_page_padding_mobile {
		margin-top: 20px;
        margin-bottom: 20px;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) {
    .informational_page_main_heading {
		font-size: 40px;
		line-height: 35px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
    .hero-sect1 {
		min-height: 105px;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) {
    .info_subcategory_margin .col-lg-2 {
		width:25%
    }
}
@media screen and (max-width: 1024px) {
    .wheel_cat_listing_background .container .row {
        margin: 0;
    }
	.informational_image_row .tab-content {
		/* margin-bottom:var(--tab-content-mb) */
		margin-bottom: 10%;
	}
	.wheel_cat_listing_background .overlay-container .overlay-container_inner, .wheel_cat_listing_background .overlay-container.overlay-container_cat_list .overlay-container_inner {
		height:unset!important
	}
}
@media screen and (max-width: 767px) {
    .wheel_cat_listing_background .overlay-container img {
       margin-top: 5%;
    }
	.info_col_pl {
        margin-left: -15px;
    }
	.informational_page_main_heading {
        font-size: 30px;
        line-height: 35px;
    }
	
	.make-model-pr {
        margin-top: 0px;
    }
	.informational_page_padding_mobile {
        padding: 0;
		margin-top: 20px;
    }
	.info_desc_margin {
        margin-top: 5%;
    }
	.info_subcategory_margin {
        margin-top: 10%;
    }
	.tab-content .tab-pane {
        padding-bottom: 0px;
    }
	.make-model-pr #grid_view .row .col-md-3 {
        display: unset;
    }
	.wheel_cat_listing_background .image-box {
        margin: 0 auto;
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) and (max-width: 1920px) {
	.latest-pagination .breadcrumb_cont .col-md-offset-1 {
		margin-left: 12.6%;
	}
	.make-model-pr .info_subcategory_margin #grid_view .product_landing .overlay-container_outer {
		height: 200px;
	}
	.info_subcategory_margin .info_footer_image {
		max-height: 200px;
		min-height:200px;
	}
}
@media screen and (max-width: 767px) {
	.make-model-pr .info_subcategory_margin #grid_view .product_landing .overlay-container_outer {
		height: 200px;
	}
	.info_subcategory_margin .info_footer_image {
		max-height: 200px;
	}
}