/*
Theme Name: Campbell Hausfeld
Author: APA Team
Version: 1.0.0
Text Domain: apa-theme
Requires Plugins: woocommerce, advanced-custom-fields, js_composer
*/

/*:root {
  --primary-bg-color: #0D223F;
  --secondary-bg-color:#E32829;
}*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'star';
    src: url('../../plugins/woocommerce/assets/fonts/star.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul{
  list-style: none;
}
/*a{
  text-decoration: none;
}*/

body{
  font-size: 16px;
  /* background: rgba(246, 246, 246, 1); */
   -webkit-text-size-adjust: 100%;
   color: #000;
}

.page-fullwidth {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

.header-top-section{
background-color: var(--primary-color);
  padding: 5px 0px;
  color: var(--text-color);
}

.header-section{
  background-color: #fff;
}


.header-menu-section{
background-color: var(--primary-color);
color: var(--text-color);
  padding: 10px 0;
}



.header-top-section ul{
  list-style: none;
  margin-bottom: 0;
  text-align: right;
}
.header-top-section li a{
  color: var(--text-color);
  text-decoration: none;
}

.header-middle-section{
  padding: 20px 0px;
  display: flex;
  gap:75px;
  margin: 35px 0;
}

.header-top-section ul.menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content:flex-end;
}

.header-top-section ul.menu li{
    position:relative;
    padding:0 12px;
}

.header-top-section ul.menu li a{
    color:#fff;
    text-decoration:none;
    font-size: 13px;
    font-weight: 400
}

/* Divider line */
.header-top-section ul.menu li:not(:last-child)::after{
    content:"|";
    position:absolute;
    right:-2px;
    color:#fff;
}


/* Header Search */
.apa-header-search {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  
}

.apa-search-form {
  position: relative;
  width: 800px;
  max-width: 90%;
}

.apa-search-form input[type="text"] {
  width: 100%;
  padding: 10px 55px 10px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
}

.apa-search-form .apa-header-search-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.apa-header-search-button img{
  width: 20px;
}



/* Social Media */

.custom-social-icons {
    display: flex;
    gap: 20px;
}

.custom-social-icons a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s ease;
    text-decoration: none;
}

.custom-social-icons a:hover {
    color: #fff;
    text-decoration: none;
}


/* Menu */

.ch-main-menu #mega-menu-wrap-primary #mega-menu-primary{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ch-main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
padding: 0 0;
}
.ch-main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link > span.mega-indicator{
vertical-align: middle;
}
.nav-menu{
   list-style: none;
  margin: 0;
  display: flex;
  gap: 60px;
  padding: 0;
}

.nav-menu li a{
  color: var(--text-color);
  text-decoration: none;
}



/* Offcanvas full width */
.offcanvas {
    width: 100%;
}

/* Tabs */
.mobile-tabs {
    border-bottom: 1px solid #ddd;
}

.tab-btn {
    flex: 1;
    padding: 15px;
    background: #f5f5f5;
    border: none;
    font-weight: 600;
}

.tab-btn.active {
    background: var(--secondary_color);
    color: #fff;
}

/* Menu list */

.mobile-menu-btn{
  border: 0;
    background: transparent;
    font-size: 35px;
        float: left;
        color: rgba(30, 30, 30, 1);
        position: relative;
    top: -7px;
}
.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    border-bottom: 1px solid #ddd;
}

.mobile-nav li a {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}




.mobile-nav .menu-item-has-children > a::after {
    content: "›";
    font-size: 18px;
    transition: 0.3s;
}

.mobile-nav .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.mobile-nav .menu-item-has-children.active > a::after {
    transform: rotate(90deg);
}
.mobile-nav .sub-menu {
    display: none;
    padding: 0;
}


.mobile-nav .menu-item-has-children.active > .sub-menu {
    display: block;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}




@media (max-width: 991px){
  .header-menu-section{
    display: none;
  }
  .apa-logo{
    display: inline-block;
  }
  .header-middle-section{
    display: block;
    text-align: center;
    margin: 0px 0 0px 0;
  }
  
}
@media (max-width: 600px){
.apa-logo a img {
    width: 142.031px;
    height: 38px;
}

}





/* Footer */

.footer-section {
  background: #091B37;
  color: var(--text-color);
}

/* .apa-footer-widgets {
  display: grid;
  gap: 20px;
  padding:30px 15px;
  
} */
.apa-footer-widgets p{
  color: var(--text-color);
  font-size: 12.5px;
  margin-top: 10px;
}
.apa-footer-widgets p a{
  color: var(--text-color);
}
.apa-footer-widgets p.footer-list-contact-phone a{
  text-decoration: none;
}
/* Base Grid */
.apa-footer-widgets {
    /* display: grid;
    gap: 30px; */
     padding:30px 15px;
     margin: auto;
  display: flex;
   gap: 30px;
}
.footer-col:first-child {
  flex: 0 0 324.98px;  
  max-width: 324.98px;
}

/* Other columns auto width */
.footer-col:not(:first-child) {
  flex: 1 1 auto;  /* grow and shrink */
  min-width: 180px;
}
.back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 45px;
height: 45px;
border-radius: 50%;
background: #E32526;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 999;
}

.back-to-top.show {
opacity: 1;
visibility: visible;
}

.back-to-top:hover {
transform: translateY(-3px);
background: #c92d3a;
}


@media (max-width: 1300px) {
  .apa-footer-widgets {
    flex-wrap: wrap;
  }
.footer-col:first-child {
        flex: 1 1 100%;
        max-width: 100%;
    }
.footer-col:not(:first-child) {
    flex: 1 1 auto;
}
}
/* Tablet */
@media (max-width: 992px) {
  .apa-footer-widgets {
    flex-wrap: wrap;
  }
  .footer-col:first-child {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-col:not(:first-child) {
    flex: 1 1 45%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .footer-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .footer-col:not(:first-child) {
    flex: 1 1 100%;
}
}

/* Mobile (default) */
.apa-footer-widgets {
    grid-template-columns: 1fr;
}

/* Tablet */
@media (min-width: 576px) {
    .apa-footer-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small Desktop */
@media (min-width: 992px) {
    .apa-footer-widgets.cols-3,
    .apa-footer-widgets.cols-4,
    .apa-footer-widgets.cols-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Large Desktop (Original Layout Applied) */
@media (min-width: 1200px) {
    .apa-footer-widgets.cols-1 { grid-template-columns: 1fr; }
    .apa-footer-widgets.cols-2 { grid-template-columns: repeat(2, 1fr); }
    .apa-footer-widgets.cols-3 { grid-template-columns: repeat(3, 1fr); }
    .apa-footer-widgets.cols-4 { grid-template-columns: repeat(4, 1fr); }
    .apa-footer-widgets.cols-5 { grid-template-columns: repeat(5, 1fr); }
}
.footer-title {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--text-color);
  text-transform: uppercase;
}
.footer-widget ul.menu{
  padding-left: 0;
}
.footer-widget ul.menu li a{
  color: var(--text-color);
  text-decoration: none;
   font-size: 14px;
   font-weight: 300;
}

.apa-footer-bottom {
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #4B4F56;
  font-size: 14px;
  color: var(--text-color);
}
.apa-footer-bottom p{
  margin-bottom: 0;
}


@media (max-width:1300px) and (min-width:991px) {
 

.footer-col:first-child{
    display:grid;
    gap:5px 20px;
    align-items:start;
    padding:0 100px;
     grid-template-columns: 45% 55%;
}

.footer-col:first-child .footer-widget img{
    width:300px;
}
.footer-col:first-child .footer-widget p{
  font-size: 12.5px;
}

/* Left side */
.footer-col:first-child:first-child .footer-widget:nth-child(1){
    grid-column:1;
    grid-row:1;
    text-align: center;
}

.footer-col:first-child .footer-widget:nth-child(2){
    grid-column:1;
    grid-row:2;
}

/* Right side */
.footer-col:first-child .footer-widget:nth-child(3){
    grid-column:2;
    grid-row:1;
}

.footer-col:first-child .footer-widget:nth-child(4){
    grid-column:2;
    grid-row:2;
}
  
}


/*.apa-shop-layout {
    display: flex;
    grid-template-columns: 280px 1fr;
    gap: 30px;
}*/

/* Sidebar */

.shop-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    display: flex;
    align-items: center;
}
.shop-banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Dark overlay */
/*.shop-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}*/

.apa-shop-layout{
  margin-top: 10px;
  margin-bottom: 20px;


}
.apa-shop-sidebar {
   padding-right: 20px;
   margin-bottom: 20px;
}

.shop-filter-wrapper-mobile{
  display: none;
}
.shop-filter-view-options-btn{
    width:100%;
    background:#e61e24;
    color:#fff;
    border:none;
    padding:12px 20px;
    font-size: 24px;
    font-weight: 600;
    /* display:flex;
    align-items:center;
    gap:10px; */
    cursor:pointer;
    margin-bottom: 20px;
    text-align: center;
}
.shop-filter-view-options-btn .icon{
  float: left;
}

.filter-block {
    margin-bottom: 20px;
}

.filter-title {
    cursor: pointer;
    color: #000;
font-size: 28px;
font-weight: 600;
line-height: 21px;
/*border-bottom: 1px solid #9F9F9F;
margin-bottom: 15px;
padding-bottom: 10px;*/
}
.filter-sub-title{
  font-size: 20px;
  font-weight: 600;
line-height: 21px;

}

.filter-toggle-title{
font-size: 18px;
font-weight: 600;
line-height: 21px;
cursor: pointer;
}
.filter-section label, label.category-filter-option {
    display: flex;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
    align-items: center;
    gap: 7px;
    line-height: normal;
    color: #000;
}


.quick-links {
    list-style: none;
    padding-left: 0;
}

.quick-links li {
    margin-bottom: 6px;
    font-size: 14px;
    cursor: pointer;
}

hr {
    margin: 15px 0;
}



.shop-filter ul {
    list-style: none;
    padding-left: 0;
}

.shop-filter li {
    margin-bottom: 8px;
}
.shop-filter li a{
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.shop-filter input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #E32526;
    margin-right: 2px;
}
.filter-toggle-title .arrow svg {
    transition: transform 0.3s ease;

}

/* Default state (collapsed) */
.filter-toggle-title.collapsed .arrow svg {
    transform: rotate(180deg);
}

/* When open (collapsed class removed automatically) */
.filter-toggle-title:not(.collapsed) .arrow svg {
    transform: rotate(0deg);
}

/* Filter widgets */
.apa-filter-widget {
    margin-bottom: 24px;
}

.apa-filter-title {
    font-size: 16px;
    margin-bottom: 12px;
}

/* Responsive */
/*@media (max-width: 992px) {
    .apa-shop-layout {
        grid-template-columns: 1fr;
    }

    .apa-shop-sidebar {
        display: none;
    }
}*/


/* Product Grid */

.woocommerce .products ul, .woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    margin-right: -20px;
}
/* .woocommerce ul.products li.product.apa-list-product, .woocommerce-page ul.products li.product.apa-list-product{
    flex: 0 0 calc(33.33% - 20px);
    box-sizing: border-box;
    margin: 0;
    
} */

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31.3%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
      margin: 0 2% 1.992em 0;
}


/* Image */

.woocommerce ul.products li.apa-list-product, .woocommerce-page ul.products li.apa-list-product{

}

.apa-image-wrapper {
    position: relative;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 20px 15px;
    height: 260px;

    display: flex;
    align-items: center;
    justify-content: center;   /* ADD THIS */
    overflow: hidden;
    gap:10px;
}

/* Remove Woo default behaviour inside your wrapper */
.apa-image-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.apa-image-wrapper a img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0 !important;
}
ul.products li.apa-product-card .apa-image-wrapper a img{
  margin: 0 0 0px;
}

.apa-specs .specs-list {
  background: #1f2a44;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.specs-list .spec-list-no{
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.specs-list .spec-list-desc {
  margin-bottom: 0;
  font-size: 9px;
  text-wrap-mode: nowrap;
}

/* Content */
.apa-card-list {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.apa-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

ul.products li.apa-product-card .apa-content .apa-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.apa-title a {
  text-decoration: none;
  color: #000;
}

.apa-model {
  font-size: 14px;
  color: #000;
  margin-bottom:6px;
  font-weight: 700;
}

.apa-excerpt {
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
  flex-grow: 1;
}
.apa-excerpt p{
  margin-bottom: 0;
}
.apa-excerpt b{
	font-weight:400;
}

/* Rating */
.apa-rating {
  margin-bottom: 15px;
}
.apa-shop-content .products .apa-rating, .products .apa-rating{
  display: flex;
  align-items: center;
}
.apa-shop-content .products .apa-rating .star-rating, .products .apa-rating .star-rating {
  color: #E32526;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.apa-rating .star-rating, .woocommerce-product-rating .star-rating, .review-item-rating {
  color: #E32526;
}

.woocommerce-review-link{
  text-decoration: none;
 color: #1A1A1A;
  font-size: 15px;
}

.woocommerce-review-link.js-first-review-link{
  text-decoration: underline;
}


.apa-rating .apa-rating-average {
  font-size: 14px;
  margin-right: 2px;
  color: #6D6D6D;
  line-height: normal;
  white-space: nowrap;
}

.apa-rating .count {
  font-size: 14px;
  margin-left: 1px;
  color: #6D6D6D;
  line-height: normal;
}



/* Button */
.learn-more-btn {
  display: block;
  background: #E32526;
  color: #fff;
  text-align: center;
  padding:5px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
   margin-top: auto;
   border: 1px solid #E32526;
}

.learn-more-btn:hover {
  background: #E32526;
}


.woocommerce nav.woocommerce-pagination ul.page-numbers{
display:flex;
gap:20px;
border:none;
margin-top: 50px;
justify-content: center;
align-items: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li{
border:none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current{
background:#e41e26;
color:#fff;
padding:12px 18px;
      font-family: Figtree;
font-size: 28px;
    font-weight:700;
   
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a{
    padding: 12px 18px;
    font-family: Figtree;
font-size: 28px;
    font-weight:700;
    color:#000;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover{
    background:#e41e26;
color:#fff;
        
}

.page-numbers svg{
   width: 40px;
height: 40.117px;
}


/* Responsive */
@media (max-width: 1100px) {
 .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 48%;
  }
}

/* Tablet */
@media (max-width: 991px) {
 .woocommerce .products ul, .woocommerce ul.products{
  margin-right: 0;
 }
 .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
     margin: 0 2% 1.992em 0;
 }
}

@media (max-width: 600px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
     margin: 0 0 1.992em 0;
 }
}


/* Mobile */
@media (max-width: 480px) {
  .woocommerce ul.products li.product.apa-list-product, .woocommerce-page ul.products li.product.apa-list-product {
    flex: 0 0 100%; /* 1 column */
  }
}




 /* PDP */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
  
  text-transform: uppercase;
  font-size: 14px;
font-style: normal;
font-weight: 500;
color: #6A6A6A;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
text-decoration: none;
}
.woocommerce-breadcrumb span:last-of-type {
    color: #E32526;
}


.product-main-content {
    padding: 10px 0px 40px 0;
    background-color: rgba(239, 239, 239, 1);
    margin-bottom: 20px;
}

.apa-product-card{
  background: #ffffff;
    padding: 15px 24px;
    margin-bottom: 10px;
}
.product-gallery .apa-product-card{
  margin-bottom: 1px;
  position: relative;
}
.product-images{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 500px; */
     overflow: hidden;
    
}
.product-images.has-cta{
    height: 440px;
}
.product-images.has-need-parts{
    height: 472px;
}
.product-images.has-retailers{
    height: 580px;
}
.product-images.has-cta.has-need-parts{
   height: 620px;
}
.product-images.has-need-parts.has-retailers{
   height: 815px;
}

.product-images a{
      height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-images img{
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
     object-fit: contain;
}

.product-right-mobile .apa-product-card:last-child, .product-right-mobile .where-to-buy:last-child{
    margin-bottom:0;
}

.zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
}

.product-category{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.product-category a{
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.product-info h1 {
 color: #000;
font-size: 28px;
font-weight: 700;
margin-bottom: 3px;
  }

.highlights h3{
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 25px;
text-transform: capitalize;
}
.highlights .custom-accordion-inner{
  padding: 0 50px 0 0;
}

.product-model {
  color: #535353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}


  .thumbnail-row {
    width: 100%;
  }

 /* .thumbnail-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.thumbnail-scroll::-webkit-scrollbar {
    height: 5px;
    background-color: #D9D9D9;
     border-radius: 5px;
}

.thumbnail-scroll::-webkit-scrollbar-thumb {
    background: #091B37;
    border-radius: 5px;
} */
.apa-thumb-slider .thumb-img{
    flex: 0 0 162px;
    width: 165px;
    height: 165px;
    object-fit: cover;
    border: 0.25px solid #afafaf;
    background: #FFF;
    cursor: pointer;
    transition: border-color 0.3s;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 1px;
     position: relative;
    z-index: 2;

  }
 .apa-thumb-slider .thumb-img img {
       max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: auto !important;
  }

  .thumbnail-images img:hover {
      border-color: #091B37;
  }

 .apa-thumb-slider .thumb-img.active {
    border-color: #091B37;
}
.swiper-wrapper{
  z-index: 2!important;
}

.product-gallery .swiper-button-next, .product-gallery .swiper-rtl .swiper-button-prev{
  color: #000;
}
.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev{
color: #000;
}

.product-gallery .swiper-button-next:after, .product-gallery .swiper-button-prev:after{
  font-size: 25px;
}

.product-gallery .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}
.product-gallery .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}


/* Scrollbar container */
.apa-thumb-slider .swiper-scrollbar {
    position: relative!important;
    height: 4px;
    background: #D9D9D9; /* light grey track */
    border-radius: 5px;
    top: 0 !important;
    margin-top: 6px;
    cursor: pointer;
}

/* Moving dark bar */
.apa-thumb-slider .swiper-scrollbar-drag {
    background: #091B37; /* dark blue/black */
    border-radius: 5px;
    height: 100%;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
}

.cta-box{
  text-align: center;
  color: #fff;


}
.cta-box p{
  color: #000;
  font-size: 16px;
  font-size: 16px;
}
.cta-box p span{
display: block;
}

.btn-where-buy{
  padding: 6px 20px;
    background: #E32526;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
}

.cta-box .btn-where-buy{
padding: 6px 62px;
}

.need-parts{
display: flex;
height: 180px;
padding: 17px 21px;
align-items: center;
align-self: stretch;
}


.need-part-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left Content */
.need-part-content {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.need-part-content h4 {
   color: #091B37;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 26px;
}

.need-part-content p {
   color: #091B37;
font-size: 15.5px;
font-style: normal;
font-weight: 500;
max-width: 600px;
text-align: center;
}

/* .need-part-content a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    padding: 6px 15px;
    background-color: #E32526;
    display: block;
}

.need-part-content a:hover {
    opacity: 0.8;
} */

/* .external-icon {
    font-size: 14px;
    margin-left: 5px;
} */

/* Right Images */
.need-part-images {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.need-part-images img {
    max-height: 130px;
    width: auto;
    margin-left: 10px;
}

/* Responsive */
@media (max-width: 992px) {

    /* .need-part-container {
        flex-direction: column;
        text-align: center;
    } */

    /* .need-part-images {
        justify-content: center;
    }

    .need-part-content p {
        max-width: 100%;
    } */
    /*.product-right-mobile{
      order: -1;
    }
    .product-left-mobile{
      order: 0;
    }*/
}

.listing-style{
  list-style: none;
 padding-left: 1rem;
}
.listing-style li {
    padding: 8px 0;
    position: relative;
    list-style: disc;
}
.view-more{
  cursor: pointer;
}

.view-more a{
  color: #000;
}


/* collapsed */
.js-highlights-toggle[data-expanded="0"]  svg {
  transform: rotate(0deg);
}

/* expanded */
.js-highlights-toggle[data-expanded="1"]  svg {
  transform: rotate(180deg);
}


.product-actions {
    display: flex;
    align-items: center;
    justify-content: end;
}

.product-actions .action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
  margin-left: 15px;
  cursor: pointer;
}

.product-actions .action-item span{
  color: #333;
    font-size: 7px;
}
.product-actions .action-item img {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.product-actions .action-item:hover {
    color: #e11d2e;
}

.product-actions .action-item:hover img {
    transform: scale(1.1);
}




.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

  .stars {
      color: #ffd700;
      font-size: 18px;
  }

  .review-count {
      color: #666;
      font-size: 14px;
  }



  /* Product Overview */

  .product-overview-section{
    margin-top: 10px;
}

.overview-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.overview-content p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 20px
}

/* Prop 65 Warning */
.prop-warning {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

.warning-icon {
    color: #f59e0b;
    font-size: 18px;
}
  .download-btn {
      background-color: #e32526;
      color: white;
      padding: 10px 70px;
      border: none;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
  }

  .download-btn:hover {
      background-color: #c41f20;
  }
  .download-icon {
    font-size: 18px;
}

.overview-cta{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}


  /* Product Specifications */


  .specifications-table tr td{
    width: 50%;
  }

  .viewmore-accordion-icon{
    transition:transform .3s ease;
    opacity: .8;
    margin-left: 10px;
  }

  .custom-accordion-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.custom-accordion-icon{
    transition:transform .3s ease;
    opacity: .8;
}


.custom-accordion-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    padding: 0;
}
.custom-accordion-inner{
   padding:15px 24px;
}

.custom-accordion.active .custom-accordion-content{
    max-height:800px;
}

.custom-accordion.active .custom-accordion-icon{
    transform:rotate(180deg);
}
.custom-accordion-content .need-part-container{
  padding:15px 24px;
}


.pdp-button{
  width: 270px;
  height: 34px;
  background: #E32526;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
}
a.pdp-button{
  text-decoration: none;
  font-size: 18px;
}
.pdp-button svg{
  margin-left: 10px;
  font-size: 12px;
  width: 18px;
}

/* Desktop always open */

@media (min-width:1024px){

    .custom-accordion-content{
        max-height:none;
        overflow:visible;
    }
    .custom-accordion-icon{
        display:none;
    }

}

.ch-accordion .accordion-button{
  background-color:#fff;
  padding: 0;
  font-size: 28px;
    font-weight: 700;
    color: #000;
}

.ch-accordion .accordion-header{
  font-size: 28px;
    font-weight: 700;
    color: #000;
}

.ch-accordion .accordion-button:not(.collapsed) {
   background-color:#fff;
   padding-bottom: 10px;
}
.ch-accordion-body{
  padding: 1rem 0rem;
}
.ch-accordion-body h6{
color: #000;
font-size: 24px;
font-weight: 700;
}


  /* Video Section */


  
.video-wrapper {
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video-poster-btn {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: #000;
    cursor: pointer;
    position: relative;
    display: block;
}

.video-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}


.video-box {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}
.video-box iframe {
    width: 100%;
    height: 100%;
}
.video-box img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.play-btn svg {
    fill: #E32526;
    transition: transform 0.3s ease;
}

 /* .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.video-description{
  margin-top: 10px;
}

.video-description p{
  margin-bottom: 2px;
}

  /* Support Section */
.ch-documents{
display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
.doc-item{
  text-align: center;
}
.doc-item .doc-icon{
  margin-bottom: 15px;
}
.doc-item .doc-icon svg{
  width: 145px;
  height: 145px;
}
.doc-item .doc-icon.browser-icon svg{
  width: 194px;
  height: 146px;
}

.doc-item p{
  font-size: 16px;
font-style: normal;
font-weight: 500;
}
button:focus:not(:focus-visible){
  outline: none;
    border: none;
    box-shadow: none;
}

.doc-item a{
	color: #000;
}

/* review */

.review-item h6 {
    font-size: 16px;
}

.review-item p {
    font-size: 14px;
    line-height: 1.6;
}

.review-verified {
   font-size: 12px;
    padding: 5px 20px;
    background: #1ABA1A;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
}

/* where to buy */

.where-to-buy {
    background: #fff;
    /* padding: 60px 20px; */
    text-align: center;
    margin-bottom: 10px;
}

/* Red Header */
.wtb-header {
    /* background: #e52323;
    padding: 20px 0;
    margin-bottom: 10px; */
    padding: 15px 24px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    text-align: left;
}

.wtb-header h5 {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* Subtitle */
.wtb-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* FLEX CONTAINER */
.retailer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 20px;
    padding: 0 20px;
    align-items: center;
}

/* FLEX ITEMS (3 per row desktop) */
.retailer-card {
    flex: 0 0 calc(33.333% - 20px);
    background: rgba(244, 244, 244, 1);
    padding:10px 20px 5px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
    /* width: 130px; */
    height: 90px;
}

.retailer-card img {
    max-width: 100%;
   width: 100%;
    height: 60px;
    object-fit: contain;
}

.retailer-card span {
    color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
    margin-top: auto;
}

.retailer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Button */
.browse-btn {
    display: inline-block;
    background: #e52323;
    color: #fff;
    padding: 14px 28px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}
.wtb-bottom{
  padding-bottom: 10px;
}
.wtb-bottom p{
  margin-bottom: 0;
}
.wtb-bottom p.note{
font-size: 8px;
color: #8E8E8E;
margin-top: 5px;
}



  .subscribe-section{
background:#fff;
padding:40px;
max-width:900px;
margin:auto;
}

.subscribe-form label{
display:block;
font-weight:500;
margin-bottom:6px;
}

.subscribe-form .form-row{
display:flex;
gap:30px;
margin-bottom:20px;
}

.subscribe-form .form-group{
flex:1;
}

.subscribe-form input{
width:100%;
padding:14px;
border:1px solid #cfcfcf;
border-radius:5px;
font-size:15px;
}

.newsletter-box{
/*display:flex;
align-items:flex-start;
gap:15px;*/
margin:25px 0;
}

.newsletter-text h4{
font-size:14px;
font-weight: 700;
}

.newsletter-text p{
margin-top:5px;
font-size:12px;
color:#000;
display: flex;
align-items: center;
font-weight: 500;
gap:10px;
}
.newsletter-box .newsletter-text label{
  display: flex;
}
.newsletter-box .newsletter-text label input{
  width: auto;
}
.newsletter-box .newsletter-text input[type="checkbox"] {
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 50px;
  height: 30px;
  border: 1px solid #979797;
  border-radius: 5px;
  margin-right: 10px;
}
.subscribe-form .wpcf7-list-item{
  margin: 0;
}
.subscribe-btn{
text-align:center;
margin:30px 0;
}

.subscribe-btn input{
background:#E32526;
color:#fff;
border:none;
padding:8px 50px;
font-size: 22.5px;
border-radius:5px;
cursor:pointer;
display: inline-block;
width: auto;
}

.subscribe-btn button:hover{
background:#E32526;
}
.privacy-text{
  margin-top: 20px;
}
.privacy-text h4{
margin-bottom:5px;
font-size: 14px;
font-weight: 600;
}

.privacy-text p{
font-size: 12px;
color:#9D9D9D;
line-height:1.5;
}

.privacy-text a{
color:#777;
text-decoration:underline;
}


	.support-form{
max-width:700px;
}

.support-form label{
display:block;
font-weight:600;
margin-bottom:6px;
}
.support-form label span{
	color: #E32526;
}

.support-form input,
.support-form select,
.support-form textarea{
width:100%;
padding:10px;
border:1px solid #ccc;
border-radius:3px;
font-size:14px;
background: #F7F7F7;
}

.support-form textarea{
height:120px;
}

.form-row{
margin-bottom:20px;
}

.two-col{
display:flex;
gap:20px;
}

.two-col div{
flex:1;
}

.phone-fields{
display:flex;
gap:10px;
}


.phone-box{
width:80px !important;
}


.submit-btn[type=submit]{
background:#e41e26;
color:#fff;
border:none;
padding:12px 20px;
font-size:15px;
cursor:pointer;
width: auto;
}

.submit-btn:hover{
background:#c4161c;
}

/* manuals */
.manuals-top h1{
  font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: #000;
margin-bottom: 20px;
}

.manuals-top img{
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.manuals-section{
  padding: 60px 40px;
}
.manuals-section p{
  font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.manuals-section hr{
    border-color: #343434;
    opacity: 1;
}
/* Top Section */

.manuals-content h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.manuals-content p {
  line-height: normal;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

/* Divider */
hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #9F9F9F;
}

/* Search Section */
.manuals-search, .manuals-help{
  padding: 30px 60px 10px 60px;
}
.manuals-search h2 {
  margin-bottom: 15px;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 20px;
}

.manual-search-section {
  max-width: 100%;
  margin: 30px auto;
}

.manual-search-form {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.result-count {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
line-height: normal;
margin-left: 20px;
}

.manual-results {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}


.manual-item {
  width: 160px;
  text-align: center;
    text-align: center;
  margin-bottom:10px;
}

.manual-item a {
  text-decoration: none;
    color: #000;
}

.pdf-icon {
  width: 80px;
  height: 100px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border-radius: 6px;
  font-size: 18px;
}

.manual-item h4 {
    font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal; 
    margin: 5px 0 2px;
}

.manual-item p {
    font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin: 0;
}


.manuals-search-box {
  position: relative;
  width: 90%;
}

.manuals-search-box input {
 width: 100%;
  padding: 15px;
  border: 1px solid #aaa;
  font-size: 16px;
  background-color: rgba(247, 247, 247, 1);
}
  
.manuals-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.manuals-search-btn svg {
  display: none;
}


.manuals-search .note {
 font-size: 20px;
line-height: normal;
color: #000;
margin-top: 30px;
margin-bottom: 0;
}




/* Help Section */

.manuals-help h2 {
  margin-bottom: 15px;
  font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.manuals-help p {
  margin-bottom: 10px;
}

.manuals-help a {
  color: #EE1B24;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
line-height: normal;
}

.manuals-help a:hover {
  text-decoration: underline;
}



/* Responsive */
@media (max-width: 1100px) {
  .manuals-top .row {
    flex-direction: column-reverse;
  }
  .highlights .custom-accordion-inner{
  padding: 0 10px 0 0;
}
  .manuals-search h2{
    text-align: center;
  }
  .manuals-search .note{
    text-align: center;
  }
  .manuals-help{
    text-align: center;
    padding: 30px 20px 10px 20px;
  }
  .manuals-help a{
    word-break: break-all;
  }
  .manuals-search-box{
    width: 100%;
  }
 .retailer-card {
        flex: 0 0 calc(16.66666666666667% - 15px);
    }
   /* .cta-box{
      display: flex;
      align-items: center
    }*/
    .cta-box .pdp-button{
      margin-top: 8px;
    }
    .cta-box p{
      margin-bottom: 0;
    }
    .cta-box p span{
display: inline;
} 
.need-part-images{
  display: none;
}
.need-part-content{
    display: flex;
      align-items: center;
} 
.need-part-content a{
  margin-left: auto;
}
}
@media (max-width: 991px) {
.manuals-section{
    padding: 30px 100px;
  }
}
@media (max-width: 769px) {
   .subscribe-form .form-row{
    display: block;
  }
   .subscribe-form .form-row .form-group{
     margin-bottom:10px;
   }
  .manuals-section{
    padding: 30px 30px;
  }
  .manuals-search, .manuals-help{
    padding: 0px 20px 10px 20px;
  }
    .retailer-card {
        flex: 0 0 calc(50% - 15px);
    }
    .cta-box{
      display: block;
    }
    .cta-box p{
      margin-bottom: 10px;
    }
    .need-part-content{
   display: block;
} 
.need-part-content p{
  max-width: 100%;
}
.need-part-container{
  display: block;
  text-align: left;
}
.need-part-content a{
  display: inline-block;
  text-align: left;
}
.need-part-content{
      flex: none;
}
}

@media (max-width: 400px) {
    .retailer-card {
        flex: 0 0 100%;
    }
}



/* Fancybox v3 */
.fancybox-container {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
}

.fancybox-bg {
    background: rgba(0,0,0,0.9) !important;
    opacity: 1 !important;
}

/* Fancybox v4 */
.fancybox__container {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
}

/* .has-image .fancybox__content {
    background-color: #fff !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    height: 100% !important;
} */


/* About Us | Contact Us | Support | Where to Buy */

.about-history-section .vc_message_box.about_us_history_box{
  border:0;
  border-left: 6px solid #000;
  background-color: #F3F3F3;
}
.about_us_history_box strong{
  color: #E32526;
  font-weight: 500;
}
.about_us_history_box .vc_message_box-icon{
    display:none;
}

.about_us_history_box p{
   color:#000;
}



.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title> a{
  color: #000;
  font-size: 24px;
font-weight: 600;
border-bottom: 2px solid #000;
padding: 14px 0px;
line-height: normal;
}
.vc_general.ch_accordion_section .vc_tta-panel.vc_active .vc_tta-panel-title> a{
  color: #000!important;
}


.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon{
  height: 18px;
  width: 18px;
}
.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon::before{
  border-color: #000;
}
.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-body{
  padding-left: 0;
}


.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before{
        border-width: 0 3px 3px 0!important;
}


@media (min-width: 768px) {
.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-body p{
  width: 80%;;
}
.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title> a{
  font-size: 28px;
}

}


/* Home Page  */


/* .vc_section {
  margin: 0px !important;
  padding: 0px !important;
}
.vc_row {
  margin: 0px !important;
}
.vc_column-inner {
  padding: 0px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin-bottom: 0px !important;
} */

.custom-container{
  max-width: 100%;
  padding: 0px 66px;
  margin: 0 auto !important;
}
.grey-section {
  background: #F6F6F6;
  padding-top: 40px;
  padding-bottom:40px;
}
h2.section-heading {
  font-family: var(--primary-font) !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  padding-bottom: 10px;
  line-height: 45px !important;
}
h3.section-heading {
  font-family: var(--primary-font) !important;
  font-weight:600 !important;
  font-size:45px !important;
  padding-bottom:30px !important;
  margin: 0 !important;
}
h4.section-heading {
  font-family: var(--primary-font) !important;
  font-weight:600 !important;
  font-size:32px !important;
  padding-bottom:30px !important;
}
/* .primary-btn button {
  background:#E32526 !important;
  color:#fff !important;;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  border:none !important;
  padding:15px 50px !important;
  margin:20px 0px 0px 0px;
}
.secondary-btn button {
  background: #091B37 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-transform: capitalize;
  border: none !important;
  width: 300px;
  padding: 15px !important;
  margin: 20px 0px 0px 0px;
  text-align: center !important;
} */


/*  ---- Hero Section ----  */
.hero-wrapper {
  /* max-width: 1280px; */
  margin: 0 auto !important;
  /* padding: 0 60px; */
}
.Hero-Section .vc_column_container>.vc_column-inner{
  padding-left: 30px;
}
#Hero-Section {
  background-position: center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 9;
  position: relative;
}
#Hero-Section:after {
    content:'';
    background:#000;
    opacity:.5;
    position:absolute;
    width:100%;
    height:100%;
    z-index:-1;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.hero-wrapper-inner {
  max-width: 520px;
}
.hero-mobile-image{
  display: none;
}
h5.hero-tagline {
  display: inline-block;
  padding: 10px;
  background-color: #E32526;
  color: #fff;
  font-size: 20.5px !important;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.1%;
  margin-bottom: 10px !important;
}
.hero-title {
  font-family: var(--primary-font) !important;
  font-weight:900 !important;
  text-transform: uppercase;
  color: #fff;
  letter-spacing:1.1%;
  font-size: 39px !important;
  line-height: 40px;
}
.hero-wrapper p{
  color:#fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1%;
  padding-right:30px;
}

/* ----- Category Section ----- */
.Category-section {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}
.Category-section h4.section-heading {
  padding-top: 20px;
}
.category-img-wrapper{
  position: relative;
  overflow: hidden;
}
.category-img-wrapper .vc_column-inner .wpb_wrapper{
    position:relative;
    z-index:2;
}
.category-img-wrapper .vc_column-inner .wpb_wrapper:after{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(10, 10, 10, 0.04) 17%, rgba(0, 0, 0, 0.64) 98%);
    z-index:1;
}
.category-img-wrapper .vc_column-inner .wpb_single_image .wpb_wrapper:after{
  display: none;
}

.Category-section p {
  max-width: 840px;
  margin: 0 auto;
}

.category-img:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.category-img-wrapper.hover-color-block:hover .category-img::before {
  box-shadow: inset 0 0 0 20px #000;
}
.category-img-wrapper:hover .category-img::before {
  box-shadow: inset 0 0 0 20px rgba(9, 27, 55, 1);
}
.category-img-wrapper:hover .category-img img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.category-img-wrapper .category-img {
  position: relative;
  overflow: hidden;
}
.Category-title-img {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.svg-image-category{
   position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 500px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center
}
.svg-image-category.svg-image-category-diy{
  background: #fff;
}
.svg-image-category.svg-image-category-pro{
  background: #000000;
}
.svg-image-category.wpb_single_image .vc_figure img{
  width: 329px;
  height: 65px;
}

.home-advertisement .vc_carousel-slideline-inner img{
    width:100%;
}
.Category-title-img.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
  width: 500px;
  height: 55px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 32px;
font-style: normal;
font-weight: 600;
display: flex;
    align-items: center;
    justify-content: center;
}

/* ----- Promotional Section ----- */

.Promotional-Section{
  position:relative;
  overflow:hidden;
  background-color: #F8F8F8;
      padding: 0 !important
}
.Promotional-Section:before {
  content:"";
  background-color:#E32526;
  position:absolute;
  top:30%;
  width:100%;
  height:100%;
}
.Promotional-Section .wpb_column.vc_column_container.vc_col-sm-4 {
  flex: 1;
  max-height: stretch;
  align-items: center;
}
.Promotional-Section .vc_row.wpb_row.vc_row-fluid {
  display: flex;
  align-items: stretch;
}
.Promotional-Section .wpb_column.vc_column_container:nth-child(2),
.Promotional-Section .wpb_column.vc_column_container:nth-child(3){
  margin-top:120px;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Promotional-Section h4.vc_custom_heading.vc_do_custom_heading.Promotional-title {
  text-align: center !important;
}
.Promotional-img {
  padding: 30px;
}
.Promotional-Section h4.Promotional-title {
  font-size: 42px;
  font-family: var(--primary-font) !important;
  font-weight: 700 !important;
  color: #fff !important;
}


/* ---- Learning Hub ----- */

.learning-section h5.heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.learning-section h3.section-heading {
  padding-top:4px;
  padding-bottom:0px !important;
}
.learning-tile {
  position: relative;
  padding: 20px 20px 0px 0px !important;
  overflow:hidden;
}
.learning-tile .vc_column-inner{
  position:relative;
  z-index:2;
}

.learning-tile .wpb_single_image .wpb_wrapper.vc_figure .vc_single_image-wrapper:after {
    content:'';
    background:#000;
    opacity:.2;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
 .learning-title-img.wpb_single_image .vc_figure img {
    width: 330px;
}

.learning-section p {
  font-size: 22.5px;
  line-height: 28px;
     margin: 5px 0 15px 0px !important;
}
h5.learng-topic {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 800 !important;
  color: #fff;
  text-transform: uppercase;
  width: 180px;
  text-align: center;
}
.learning-btn{
  position:absolute;
  bottom:20px;
  width:100%;
  text-align:center;
  margin: 0 !important;
}
.learning-btn button {
  font-size: 15px !important;
  padding: 10px 20px !important;
  width: 80%;
  margin: 0 auto;
  z-index: 5;
}
.learning-tile .vc_column-inner {
  position: relative;
  padding: 15px 15px 0px 0px !important;
  overflow: hidden;
}
.learning-tile .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 4;
  max-height: 250px;
}
.learning-tile .vc_column-inner:before{
  content:'';
  position:absolute;
  width: 100%;
  height: 93%;
    top: 2px;
    left: 15px;
  background-color: #091B37;
  z-index: 2;
}
.wpb_single_image.learning-hub-first {
  padding: 100px 80px;
}
.learning-img-wrapper .vc_column-inner:first-child {
  padding: 10px 18px 0px 0px !important;
  position: relative;
  z-index: 4;
}
.learning-img-wrapper .vc_column-inner:first-child .wpb_wrapper {
  position: relative;
  z-index: 2;
  top: 15px;
}
.learning-hub-first{
  background: url(../campbellhausfeld/assets/img/pattern-bg.jpg) !important;
}
.learning-img-wrapper .vc_column-inner:first-child::before{
    content: '';
    position: absolute;
    width: 95%;
    height: 102%;
    /* top: 4px; */
    right: -11px;
    background-color: #091B37;
    z-index: 2;
    bottom: -15px;
}

.learning-img-wrapper {
    position: relative;
    overflow: hidden;
}

.wpb_single_image.learning-hub-hover {
    padding: 100px 80px;
    background: url(../campbellhausfeld/assets/img/pattern-bg.jpg) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5;
}

/* Hide first image */
.learning-img-wrapper:hover .learning-hub-first {
    opacity: 0;
}
.learning-img-wrapper .learning-hub-first img{
   
    transition: opacity 0.3s ease;
}
.learning-img-wrapper .learning-hub-hover img{
transition: opacity 0.4s ease, transform 0.4s ease;
     transform: scale(0.9);
}
/* Popup animation */
.learning-img-wrapper:hover .learning-hub-hover {
    opacity: 1;
}
.learning-img-wrapper:hover .learning-hub-hover img{
transform: scale(1);
}



.learning-tile-wrapper.mobile-screen {
    display: none !important;
}




/*  ----- Info Section  ----- */
.info-section .Info-wrapper {
  padding: 40px;
}
.info-section .vc_tta-container.vc_tta-o-non-responsive {
  margin-bottom: 0px;
}
.info-section .vc_tta-panel-body {
  border: none !important;
  padding: 0px !important;
}
.info-sectionr .vc_tta-panel-body {
  border: none !important;
  padding: 0px !important;
}
.info-section .vc_general.vc_pagination .vc_pagination-trigger {
  background-color: #D9D9D9 !important;
  border: none !important;
  height: 15px !important;
  width: 15px !important;
  margin: 3px !important;
}
.info-section .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
  margin: 10px 0px !important;
  top: unset !important;
  bottom: -60px;
}
.info-section .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover{
  background-color:#E32526 !important;
}
.Info-wrapper {
  display: flex;
  align-items: stretch;
}
.info-img-left  .info-img-left {
  flex: 1;
}
.info-img-left .vc_column-inner,.info-img-left  .wpb_wrapper,.info-img-left .Promotional-img,.vc_single_image-wrapper {
  height: 100%;
}
.info-img-left .vc_single_image-wrapper.vc_box_border_grey {
  display: flex;
}
.info-img-left  .vc_single_image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-section  h4.info-title {
  font-size: 36px;
  font-family: var(--primary-font) !important;
  font-weight: 700 !important;
  color: #fff;
}
.info-section .info-content {
  text-align: center;
  padding: 30px;
}
.info-content .wpb_text_column {
  width: 80%;
  margin: 30px auto 20px;
}
.info-content p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}

/* --- Retailer Section --- */
#Retail-section p {
  font-size: 22px;
}
#Retail-section h3.section-heading {
  padding-bottom: 5px !important;
}
#Retail-section .image-gallery-container {
  max-width: 1200px;
  margin: 10px auto !important;
}
#Retail-section .primary-btn button {
  margin: 0 !important;
}
#Retail-section .primary-btn {
  margin: 0 auto;
}
#Retail-section ul.wpb_image_grid_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100% !important;
  padding: 0px 30px !important;
  gap: 20px;
}
#Retail-section .wpb_image_grid .wpb_image_grid_ul .isotope-item{
  position: static !important;
  /* flex: auto; */
  float: none !important;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------ Resource Section ----- */
.resource-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.support-wrapper h4.support-title{
  font-family: var(--primary-font) !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 100% !important;
  margin: 20px 0px !important;
  padding: 0px 10px !important;
}
.support-wrapper p{
  margin: 0px auto 20px !important;
  padding: 0px 20px !important;
  font-size: 20px;
  text-align: center;
}
/* 
.support-button button {
  background: #091B37 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0%;
  text-transform: capitalize;
  border: none !important;
  width: 220px;
  padding: 15px !important;
  margin: 20px 0px 0px 0px;
  text-align: center !important;
}
.support-button .vc_btn3-icon-right{
  padding: 15px 60px 15px 30px !important;
  width: auto !important;
} */
.support-tile .wpb_single_image img{
  width: 100%;
}

.support-tile.vc_column_container .vc_column-inner .wpb_wrapper{
  background-color: #F5F5F5;
}

.support-wrapper .vc_btn3-container{
  padding-bottom: 50px;
}

/*  ----- Youtube Section ----- */

.youtube-video {
  background-color: #F5F5F5 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.youtube-video h3.section-heading {
  padding-bottom: 10px !important;
}
.video-tile .vc_column-inner {
  position: relative;
}
.video-btn {
  position: absolute;
  bottom: 55px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
}
/* .video-btn button{
  font-size: 22px !important;
  font-weight:700;
  background: #E32526 !important;
  border: none !important;
  color: #fff !important;
} */
.youtube-video p {
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
.youtube-video {
  background-color: #F5F5F5 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.video-tile .vc_column-inner:before {
  content: '';
  background-image: url('../campbellhausfeld/assets/img/play.png');
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

/* SLider */
.Testimonials-Slider {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F5F5F5 !important;
}
.Testimonials-Slider .custom-container {
    background-color:#fff;
    padding: 40px;
}
h4.total-review {
    font-size: 44px;
    font-weight: 700;
    margin-bottom:0;
}

.author {
    display: none;
}

figure.style2 blockquote:before, figure.style2 blockquote:after {
    display: none;
}

.stars-testimonials {
    max-width: 1000px;
    margin: 0 auto;
}

figure.style2 blockquote {
  background: #fff;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  box-shadow: none;
}

.testimonal-top-quote {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 100%;
}
.st-testimonial-bg.st-testimonial-content p{
  margin-bottom: 0;
}
.testimonals-box {
  padding: 40px 20px 10px;
  margin: 0 20px !important;
  text-align: center;
}
.all-review-wrapper {
  display: flex;
  padding-top: 30px !important;
}
.testimonals-box p {
  font-family: var(--primary-font) !important;
  font-size: 20px;
}
blockquote.st-testimonial-bg.st-testimonial-content {
  font-family: var(--primary-font) !important;
  padding: 0px !important;
  background: #fff;
  box-shadow: none !important;
  margin: 0!important;
}
blockquote.st-testimonial-bg.st-testimonial-content p{
 margin-bottom: 0px !important;
}
.Testimonials-Slider .stars-testimonials .slick-arrow.slick-prev:before, .stars-testimonials .slick-arrow.slick-next:before{
    font-size: 28px;
}

.stars-testimonials .slick-prev:before {
  content: '\f104' !important;
}
.stars-testimonials .slick-next:before {
  content: '\f105' !important;
}
.stars-testimonials .slick-dots li button:before {
  display: none;
}
.stars-testimonials .slick-dots li button {
  background: #D9D9D9 !important;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
}
.stars-testimonials .slick-dots li.slick-active button{
  background: #E32526 !important;
}
.stars-testimonials .slick-dots li {
  width: auto;
}
.aurthor-name {
  font-weight: 600 !important;
  font-size: 22px;
  margin-top: 20px;
}
figure.style2 {
  margin: 0px !important;
}
.stars-testimonials .slick-slide {
  margin: 0px !important;
}
.review-btn {
    margin: 10px 0px !important;
}

/* --- Join us Section --- */
.Contact-form-section{
  background-color: #E32526;
  padding-top: 40px;
  padding-bottom: 40px;
}
span.secondary-box {
  position: relative;
  top: -2px;
  background-color: #E32526;
  padding: 10px;
  font-size: 22px !important;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-left: 15px;
}
.join-crew-title h3 {
  font-size: 44px;
  color: #fff;
  text-align: center;
}
.join-crew-content p {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px !important;
  max-width: 410px;
  margin: 0 auto;
}
h5.join-crew-tagline {
  color: #fff;
  margin: 0px 0px;
  text-align: center;
}
.join-crew-content  .vc_figure{
  margin: 0 auto !important;
}


/* popup css */

.wpb-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
justify-content:center;
align-items:center;
z-index:9999;
}

.wpb-popup.popup-active{
display:flex;
}

.popup-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
}

.popup-container{
position:relative;
background:#fff;
padding:40px;
border-radius:8px;
width: 100%;
z-index:2;
animation:popupFade 0.3s ease;
}

.popup-close{
position:absolute;
top:10px;
right:15px;
font-size:24px;
cursor:pointer;
}


@keyframes popupFade{
from{
transform:scale(0.9);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}

/* Tablet */

@media (max-width:768px){

.popup-container{
width:90% !important;
}
 .learning-title-img.wpb_single_image .vc_figure img {
    width: 300px;
}
}

/* Mobile */

@media (max-width:480px){

.popup-container{
width:95% !important;
padding:20px;
}

}



/* projects page */
.projects-breadcrumb-container{
  background-color: #F5F5F5;
  padding: 10px 0;
}
.projects-breadcrumb-container .breadcrumb {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.projects-breadcrumb-container .breadcrumb a {
  text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.projects-breadcrumb-container .breadcrumb span {
  color: #000;
  font-weight: 500;
  padding-left: 5px;
    padding-right: 5px;
}

.projects-page{
display:flex;
gap:40px;
margin: 40px 0px;
}
.page-header{
  text-align: center;
  margin-top: 40px;
}
.page-title{
  font-size: 40px;
font-weight:600;
}
.page-header p{
  font-size: 22px;
  font-weight: 500;
line-height: normal;
margin-top: 15px;
}
.project-sidebar{
width:280px;
}

.project-sidebar h4{
  font-size: 14px;
font-weight: 600;
}

.project-sidebar label{
display:block;
margin-bottom:10px;
}

.projects-grid{
flex:1;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
.projects-grid a{
  text-decoration: none;
}

.project-card{
display:block;
background:#fff;
border-radius:6px;
overflow:hidden;
box-shadow:0 3px 12px rgba(0,0,0,0.12);
text-decoration:none;
transition:all .3s ease;
}
.project-card:hover{
transform:translateY(-4px);
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.project-title{
background:#102a44;
color:#fff;
text-align:center;
font-size:14px;
font-weight:600;
padding:10px;
}

.project-image{
overflow:hidden;
}

.project-image img{
width:100%;
height:260px;
object-fit:cover;
display:block;
transition:transform .4s ease;
}

.project-card:hover img{
transform:scale(1.05);
}

.projects-page .filter-toggle{
display:none;
width:100%;
background:#e31e24;
color:#fff;
border:none;
    padding: 6px;
    font-size: 35px;
    line-height: normal;
}


/* Tablet */
@media (max-width:1100px){

.projects-page{
    flex-direction:column;
        gap: 0px;
}

.project-sidebar{
    width:100%;
}

.projects-grid{
    grid-template-columns:repeat(2,1fr);
    padding: 0px 60px;
}
.project-sidebar{
  display: none;
  padding: 0 60px;
  margin-bottom: 30px;
}
.project-sidebar.active{
display:block;
}
.project-sidebar{
background:transparent;
}
.projects-page .filter-toggle{
display:block;
margin-bottom:30px;
}
.project-sidebar.active .project-sidebar-title{
  display: none;
}

}


/* Mobile */
@media (max-width:768px){


.projects-grid{
    grid-template-columns:1fr;
}
/* 
.project-sidebar{
    background:#f5f5f5;
    padding:20px;
    border-radius:6px;
} */

.project-sidebar h4{
    margin-top:20px;
}

.project-image img{
height:220px;
}

}

@media (max-width:500px){
.project-sidebar{
  padding: 0 30px;
  margin-bottom: 30px;
}
.projects-grid{
    padding: 0px 30px;
}
}

@media (max-width:400px){
.project-sidebar{
  padding: 0 20px;
  margin-bottom: 30px;
}
.projects-grid{
    padding: 0px 20px;
}
}


.contact-us-mail-mobile p{
  margin-bottom: 0;
}

.tagline-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  background-color: #E32526;
  display: inline-block;
  padding:6px 30px;
}
.where-to-buy-img .vc_single_image-wrapper img {
    width: 80%;
}

/* ===== Resposive ====== */



.vc_section{
  margin: 0px !important;
}


@media (min-width: 1700px) {
.custom-container,
  .page-container, .container-fullwidth .vc_row  {
    max-width: 1600px;
    margin: 0 auto;
  }

} 

@media (max-width: 1699px) and (min-width: 1600px) {
  .custom-container,
  .page-container, .container-fullwidth .vc_row {
    max-width: 1440px;
     margin: 0 auto;
  }
}


@media (max-width: 1599px) {
  .custom-container {
    max-width: 100%;
  }
   .page-container {
    max-width: 100%;
}
}
@media (max-width:1500px) {
  .learning-tile .vc_column-inner:before{
        height: 89%;
  }
  .product-images.has-retailers{
        height: 560px;
  }
  .product-images.has-cta{
    height: 465px;
  }
  .product-images.has-need-parts{
        height: 495px;
  }
}
@media (max-width:1400px) {
  .product-images.has-retailers{
        height: 580px;
  }
   .product-images.has-cta{
    height: 485px;
  }
  .product-images.has-need-parts{
        height: 515px;
  }
}

@media (max-width:1300px) {
  .apa-search-form {
  width: 600px;
  }
  .product-images.has-retailers {
        height: 603px;
    }
     .product-images.has-cta{
            height: 510px;
  }
  .product-images.has-need-parts{
        height: 550px;
  }
  
}
/* ------ (Max-width -1200px) ------  */

@media (max-width:1200px){

    .page-container {
    max-width: 100%;
    padding: 0px 20px;
}

  .apa-search-form {
  width: 600px;
  }

  /* Hero Section */
  #Hero-Section {
    padding-top:60px;
    padding-bottom: 60px;
  }
  .hero-wrapper {
    text-align: center;
    margin: 0 auto;
  }
  .hero-wrapper-inner {
    margin: 0 auto !important;
  }
  .hero-title {
    font-size: 37px !important;
    text-align: center !important;
  }
  .hero-wrapper p {
    font-size: 19px !important;
    padding: 0px !important;
  }
  .svg-image-category{
            width: 80%;
        height: auto;
        padding: 10px 0;
  }
  .svg-image-category.wpb_single_image .vc_figure img {
    width: auto;
    height: 40px;
}
  .Category-title-img{
      left: 0;
    transform: translateX(0%);
    z-index: 3;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
  .Category-title-img.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
     width: 100%;
     height: auto;
        padding: 6px 20px;
     font-size: 25px;
  }

  /* Category Section */
  h2.section-heading {
    font-size: 30px !important;
    line-height: 32px !important;
    padding-bottom: 0px !important;
  }
  h4.section-heading {
    font-size: 25px !important;
    padding-top: 10px !important;
  }
  .Category-section p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
  }
  /* Promotional Section */
  .Promotional-Section h4.Promotional-title {
    font-size: 34px;
  }
  .secondary-btn button {
    padding: 10px 30px !important;
    width: 100%;
  }

  /* Learning Hub */
  .learning-tile-wrapper {
      display: none;
  }
  .learning-hub-first .vc_single_image-wrapper img {
    max-height: 520px;
    max-width: 100%;
    width: 100%;
  }
  .learning-tile-wrapper.mobile-screen {
    display: block !important;
    padding:50px;
  }
  .learning-tile-wrapper.mobile-screen .learning-tile {
    padding: 10px 0px !important;
  }
  .learning-section .custom-container {
      display:flex;
      flex-direction:column;
    }
    .learning-section .custom-container .vc_column_container {
        width:100% !important;
        flex:1;
    }

  /* Info Section */
  .info-section .Info-wrapper {
    padding: 20px;
  }
  .info-section h4.info-title {
    font-size: 39px !important;
  }
  .info-section .info-content {
    padding: 20px;
  }
  .info-content p {
    font-size: 20px;
  }
  .info-content .wpb_text_column {
    margin: 15px auto;
  }

  #Retail-section ul.wpb_image_grid_ul{
    padding: 0px !important;
  }

  /* ---- resource Section ---- */
  .support-wrapper h4.support-title {
    font-size: 20px !important;
    margin: 15px 0px !important;
  }
  .support-wrapper p {
    font-size: 12.5px !important;
    margin-bottom: 10px !important;
  }
  .support-button button,.support-button .vc_btn3-icon-right {
    font-size: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* ---- Youtube Section ---- */
  .video-btn a {
    font-size: 14px !important;
  }
  /* .video-btn{
    bottom: 20px !important;
  } */

  /* --- Join Us Section --- */
  .Contact-form-section .custom-container{
    display: flex;
    flex-direction: column-reverse;
  }
  .Contact-form-section .vc_column_container.vc_col-sm-7 {
    width: 100% !important;
  }
  .Contact-form-section .vc_column_container.vc_col-sm-5 {
    width: 100% !important;
  }

  .all-review-wrapper {
    padding-top: 30px !important;
  }
  .testimonal-top-quote {
    font-size: 30px !important;
  }
  .testimonals-box p {
    font-size: 19.5px;
    line-height: normal;
  }
  h4.total-review {
    font-size: 35px;
  }
  .review-btn button {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px !important;
    padding: 10px 50px !important;
  }
  .review-btn {
    margin: 10px 0px !important;
  }

  .vc_section.section-padding-mobile{
    padding-left: 100px;
    padding-right: 100px;
  }
  
}

/* ------ (Max-width -1024px) ------  */
@media (max-width:1024px){
.header-top-section{
  display: none;
}
.header-middle-section{
     padding: 20px 0px 5px 0px;
}
.apa-header-search{
  width: 100%;
}
.shop-banner{
  display: none;
}
  .apa-header-search {
      width: 100%;
      display: block;
  }
  .apa-search-form {
      width: 100%;
      max-width: 100%;
  }
  .vc_section.section-padding-mobile{
    padding-left: 100px;
    padding-right: 100px;
  }
  .support-tile.vc_column_container .vc_column-inner{
    background-color: transparent;
  }

  .stars-testimonials .slick-slide.slick-current.slick-active{
    display: none;
  }
    .svg-image-category.wpb_single_image .vc_figure img {
        width: auto;
        height: 30px;
    }
    .Category-title-img.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
     width: 100%;
     height: auto;
        padding: 6px 20px;
     font-size: 20px;
  }


  /* .footer-col:first-child{
    display: flex;
  }
  .footer-col:first-child .footer-widget:first-child{
    flex: 1;
  }
  .footer-col:first-child .footer-widget:second-child{
    flex: 2;
  } */

  .product-image-section .col-md-12.product-left-mobile{
    flex: 0 0 auto;
    width: 100%;
  }
  .product-image-section .col-md-12.product-right-mobile{
     flex: 0 0 auto;
    width: 100%;
  }
  .product-gallery{
    margin-bottom: 15px;
  }
  .wtb-header{
    border-bottom: 0;
  }

  .custom-accordion-header h3{
    font-size: 28px;
font-style: normal;
font-weight: 700;

  }
    .custom-accordion-header h5{
    font-size: 28px;
font-style: normal;
font-weight: 700;

  }
}

/* ------ (Max-width -991px) ------  */

@media (max-width:992px){

  .custom-container{
    padding: 0px 20px;
  }
    .Category-title-img.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
    padding: 6px 20px;
     font-size: 15px;
  }

  /* Promotional Section */
  .Promotional-Section h4.Promotional-title {
    font-size: 44px;
  }
  .Promotional-Section .vc_row.wpb_row.vc_row-fluid {
    flex-direction: column;
  }
  .Promotional-Section .wpb_column.vc_column_container:nth-child(2), .Promotional-Section .wpb_column.vc_column_container:nth-child(3) {
    margin-top: 10px;
  }
  .Promotional-Section .vc_row.wpb_row.vc_row-fluid .vc_column_container {
    width: 100%;
  }
  .Promotional-img {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .secondary-btn button {
    padding: 10px 30px !important;
    width: 100%;
    font-size: 15px !important;
    margin: 0;
  }
  /* Info Section */
  .Info-wrapper .vc_col-sm-6 {
    width: 100%;
  }
  .info-section .Info-wrapper {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  .info-section .info-content {
    padding-bottom: 0px;
  }
  .Promotional-img {
    padding: 0px !important;
  }
  .vc_section.section-padding-mobile{
    padding-left: 80px;
    padding-right: 80px;
  }
  .about-history-section .vc_message_box.about_us_history_box{
    padding-left: 1em;
  }
 	.footer-col:first-child .footer-widget{
		text-align:center;
	}
  .vc_section.section-padding-mobile{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0%!important;
  }
.stars-testimonials{
  margin-bottom: 0;
}
.where-to-buy-img .vc_single_image-wrapper img {
    width: 100%;
}
.popup-custom-heading h3.vc_do_custom_heading{
 font-size: 32px!important;
}
.popup-custom-heading h5.vc_do_custom_heading{
 font-size: 24px;
}
.popup-custom-heading p{
 font-size: 28px!important;
}
  .support-wrapper p {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
.product-images{
  height: 480px;
}
}

@media (max-width: 768px) {
 .shop-filter-wrapper-mobile{
  display: block;
 }
 .svg-image-category.wpb_single_image .vc_figure img {
        height: 20px;
    }
    .svg-image-category{
      padding: 5px 0;
    }
     .Category-title-img.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{
     font-size: 13px;
  }
 .apa-shop-sidebar{
  padding: 0;
 }
 .shop-filter{
  display: none;
 }
 .shop-filter.active{
  display: block;
 }
 .shop-filter .filter-title,  .shop-filter .top-filter-divider{
  display: none;
 }
 hr.filter-divider{
  margin: 20px 0;
 }
  hr{
    margin: 20px 0;
  }
  .newsletter-box .newsletter-text label{
    font-size: 14px;
  }
  .subscribe-btn{
    margin: 15px 0;
  }
  .subscribe-btn input{
    font-size: 16px;
  }
  .privacy-text{
    margin-top: 0;
  }
  
}

@media (max-width:791px) {
  .kickstart-mobile-scroll{
display:flex;
flex-wrap:nowrap;
overflow-x:auto;
overflow-y:hidden;
gap:15px;
padding-bottom:10px;
}

.kickstart-mobile-scroll .video-tile{
min-width:220px;
flex:0 0 auto;
}

/* scrollbar style */
.kickstart-mobile-scroll::-webkit-scrollbar{
height:5px;
background-color: #D9D9D9;
border-radius:5px;
}

.kickstart-mobile-scroll::-webkit-scrollbar-thumb{
background:#F00 !important;;
border-radius:5px;
-webkit-overflow-scrolling: touch;
}

  
}

/* ------ (Max-width -551px) ------  */

@media (max-width:551px) {
  .vc_btn3.vc_btn3-size-lg{
        font-size: 16px;
  }

  /* --- Hero Section --- */
  #Hero-Section {
    background: #fff !important;
    padding: 0 !important; 
  }
  #Hero-Section:after{
    display: none;
  }
  #Hero-Section .vc_column-inner{
    padding: 0px;
  }
  .hero-mobile-image {
    display: block;
    margin-bottom: 20px !important;
  }
  h5.hero-tagline {
    font-size: 10px !important;
  }
  h1.hero-title {
    font-size: 28px !important;
    letter-spacing: 2.1%;
    line-height: 30px !important;
    color: #000;
    margin: 10px 0px !important;
    font-weight: 800 !important;
    text-transform: capitalize;
  }
  .hero-wrapper p {
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 1% !important;
    color: #000;
    padding: 0px 30px !important;
    font-weight: 500 !important;
  }
 

  /* --- Category Section --- */
  h2.section-heading {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-bottom: 0px !important;
  }
  h4.section-heading {
    font-size: 16px !important;
    padding-top: 10px !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
  }
  .svg-image-category{
     bottom: 35%;
  }
  .Category-section p {
    font-size: 16px;
    padding: 0px 20px !important;
    line-height: 20px;
  }
  .category-img-wrapper .vc_column-inner {
    border-radius: 5px;
    overflow: hidden;
  }
  .category-img-wrapper:hover .category-img::before{
    box-shadow: inset 0 0 0 10px gba(9, 27, 55, 1);
  }

  /* --- Promotional Section --- */
  .Promotional-Section h4.Promotional-title {
    font-size: 34px;
  }
  /* --- Info Section --- */
  .info-section .info-content {
      padding: 0px;
  }
  .info-content .wpb_text_column {
      width: 100%;
  }

  /* ----  ---- */
  .Testimonials-Slider{
    padding: 0px !important;
    background-color: #f8f8f8 !important;
  }

  .review-btn button {
    font-size: 14px !important;
    padding: 5px 20px !important;
  }
  .review-btn {
    margin: 0px !important;
  }
  .aurthor-name {
    display: none;
  }
  .testimonals-box {
    padding: 55px 10px 10px;
    margin: 0px !important;
    background-color: #f8f8f8;
  }
  .all-review-wrapper {
    display: flex;
    padding-top: 10px !important;
  }
  .all-review-wrapper .vc_column_container .vc_column-inner {
    padding: 0px;
  }
  .Testimonials-Slider .custom-container {
    padding: 20px;
    background-color: #f8f8f8 !important;
  }
  .Contact-form-section{
    padding: 20px 0px !important;
  }

      .contact-us-mail-mobile p strong{
       display:block;
}
    .contact-us-mail-mobile p{
        word-break:break-all;
    }
  
 
}


.vc_tta-panel-body{
display:block;
}





/* karthik css */

.join-crew-title-center {
  text-align: center;
}

.inspired-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 35px;
}

.inspired-section .video-tile .vc_column-inner:before {
  content: '';
  background-image: url('../campbellhausfeld/assets/img/play.png');
  width: 150px;
  height: 150px;
    background-size: contain;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.Composer-Section .vc_row.wpb_row.vc_row-fluid {
      display: flex;
    align-items: stretch;
}

.Composer-Section.Promotional-Section:before {
  display: none;
}

.Composer-Section.Promotional-Section .wpb_column.vc_column_container:nth-child(2),  .Composer-Section.Promotional-Section .wpb_column.vc_column_container:nth-child(3) {
  margin-top: 0px;
}

.Composer-Section h4.Promotional-title {
  font-size: 45px;
  line-height: 50px;
}

#Diyhub-section {
   background-position: center !important;
   background-size: cover !important;
   position: relative;
   z-index: 1;
}

#Diyhub-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 247, 247, 0.4);
    z-index: -1;
}

.Diyhub-banner-content {
    background: #F6F6F6;
    padding: 30px !important;
}

.Diyhub-banner-content h2 {
      font-weight: 900;
      margin-bottom: 0px;
}

.Diyhub-banner-content h3 {
      font-weight: 600;
      margin-bottom: 0px;
}

.brand-flex-row .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 75px;
}

.brand-flex-row{
  padding-top: 40px;
}

.brand-btn {
  font-weight: 700;
}
.banner-btn a{
    width:100%;
}

.Brand-Section-Wrapper{
  background: #F6F6F6;
}

.customer-support {
  background-color: #E32526;
  padding: 60px 80px;
}

.customer-support-heading , .customer-support-right-heading , .customer-support-right-h5 {
  font-weight: 700;
}

.customer-support-heading {
  margin-bottom: 20px !important;
}

.customer-support-inner {
  background-color: #FFFFFF;
  padding: 20px 0px;
  margin-top: 20px;
}

.customer-support-inner p {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0px;
}

.customer-support-inner p a {
  color: #0A2240;
}

.customer-support-inner p:last-child {
  margin-bottom: 0;
}

.right-side-content .vc_column-inner {
  padding: 0px !important;
  justify-content: flex-end;
}

.banner-text {
  font-weight: 400;
  margin-top: 20px !important;
}

.banner-btn button {
  line-height: 25px !important;
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: center !important;
  width: 100% !important;
}

.banner-btn {
  display: block !important;
}

.banner-row {
    padding-bottom: 80px;
    padding-top: 19px;
}

.banner-image {
    width: 100%;
    height: 100%;
    transform: scale(1.6);
    margin-top: 110px;
    position: relative;
    right: 77px;
}

.where_to_buy .vc_tta-panel-heading {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.where_to_buy .vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title> a {
   border-bottom: unset !important;
   padding: 20px 20px !important;
   font-size: 32px !important;
}


.where_to_buy_warpper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 5px solid #E32526;
  background-color: #fff;
}

.where_to_buy_warpper .vc_tta-panel-heading{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}



.where_to_buy_warpper .vc_tta.vc_general .vc_tta-panel-title>a {
  border: unset !important;
}

.where_to_buy_warpper .vc_tta.vc_general .vc_tta-panel-heading {
  border: unset !important;
}

.where_to_buy_warpper .vc_tta.vc_general .vc_tta-panel-body {
  border: unset !important;
}

.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon::before {
    border-color: #E32526;
}

.vc_general.ch_accordion_section .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon::after {
    border-color: #E32526;
}

.where_to_buy_btn button{
  font-size: 20px !important;
  font-weight: 700;
}

.manual_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F6F6F6;
}

.manual_left_image {
    position: absolute;
    top: 6%;
    /* left: -5%; */
}

.single-image .vc_figure{
  width: 100%;
}
.single-image .vc_single_image-wrapper{
  width: 100%;
}

.wpb_single_image.single-image img{
  width: 100%;
}


.Diy_project_wrapper {
  border-top: 5px solid #E32526;
  background-color: #fff;
}

.Diy_project_btn1 {
  font-size: 20px !important;
  line-height: 25px;
}

h5.project-topic {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 800 !important;
    color: #fff;
    text-transform: uppercase;
    width: 180px;
    text-align: center;
}

.project-card{
    position:relative;
    overflow:hidden;
    border-radius:6px;
}

.project-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.project-card .overlay{
    position:absolute;
    bottom:30px;
    left:30px;
    color:#fff;
}

.project-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.project-btn{
    background:#ff0000;
    color:#fff;
    padding:8px 15px;
    font-size:13px;
    text-decoration:none;
}

h5.diy_project_heading {
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
}

.Diy_project_btn {
    position: absolute;
    bottom: 14%;
    width: 92%;
    text-align: center;
    margin: 0 !important;
}
.diy_image_overlay .vc_figure, .diy_image_overlay .vc_single_image-wrapper{
  width: 100%;
}

.diy_image_overlay:before {
    position: absolute;
    content: '';
    background: #00000047;
    width: 100%;
    height: 100%;
}

.diy_image_overlay img {
  width: 100%;
}

.diy_image_overlay {
    position: relative;
}

.diy_project_button {
  background-color: #fff;
}

.project-slider, .project-slider-btn{
  background: #fff;
  position: relative;
}
.project-slider .slick-track{
  display: flex;
}
.diy_project_main .vc_column_container {
  padding: 0px !important;
  padding-top: 10px !important;
}

.Diy_project_btn button {
    font-size: 12px !important;
    padding:6px 38px 6px 13px !important;
    line-height: 25px !important;
}

/* .Diy_project_inner .vc_column-inner {
  padding: 0px !important;
} */

.according-heading h4 a{
  padding-right: 50px !important;
}

.project-slider .slick-next {
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 25%);
    cursor: pointer;
}

.project-slider .slick-prev {
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 25%);
    cursor: pointer;
}

.project-slider .slick-next .fa , .project-slider .slick-prev .fa {
  font-size: 29px;
  color: #E32526;
}

.map-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F6F6F6;
}

.service_btn button {
  font-size:20px !important;
}



/* ch advantage */

.logo-ch-advantage {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-breath-content p{
  font-size: 16px;
  line-height: 25px;
  color: #333;
  text-align: justify;
  text-justify: initial;
  font-weight: 500;
}

.customer-support-content p{
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}

.customer-support-content a{
  color: #E32526;
}

.account-details {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}

.global-content {
  text-align: justify;
  text-justify: initial;
}

.ch-logo-content {
    padding-left: 230px;
    padding-right: 230px;
}


@media (max-width: 1300px) {
  .ch-logo-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .logo-ch-advantage {
    gap: 0px;
    flex-wrap: wrap;
  }
  .ch-logo-box .vc_column-inner{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  .logo-ch-advantage  {
    padding: 0px;
  }
  .product-breath-image img{
    height: 481px !important;
    object-fit: cover;
  }
  .product-design-row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .product-design-image{
    display: flex;
    align-items: center;
    
  }
  .ch-logo-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}


@media screen and (max-width: 1400px) {
.hub-manual-image-large-left.wpb_single_image img{
      width: 35%;
    }
  .application_right_image_mobile.wpb_single_image img{
      width: 35%;
    }
    .customer-support-inner p{
      font-size: 18px;
      word-break: break-all;
    }
    .hub-manual-image-large.wpb_single_image img{
      width: 90%;
    }
    .banner-btn button{
		font-size: 18px !important;
	}
}

@media screen and (max-width: 1200px) {
    .banner-image {
        transform: unset;
        margin-top: unset;
        position: unset;
        text-align: center !important;
    }
    .hub-manual-image-large.wpb_single_image img{
      width: 90%;
    }
   
    .hub-manual-image-large-left.wpb_single_image img{
      width: 35%;
    }
    .application_right_image_mobile.wpb_single_image img{
      width: 35%;
    }
    /* .manual_left_image , .oem_left_image , .application_right_image {
      position: unset !important;
      text-align: center !important;
    } */
    .customer-support-inner p {
        word-break: break-all;
    }
    .customer-support-inner .vc_single_image-wrapper img{
      width: 100%;
    }
    .right-side-content .vc_column-inner {
      padding: 10px !important;
    }
}
@media screen and (max-width: 1100px) {
.project-slider{
  padding: 0 226px;
}
.Diy_project_wrapper{
   padding: 0 120px;
}
.Diy_project_wrapper .vc_custom_heading, .Diy_project_inner .vc_custom_heading  {
  text-align: center !important;
}
.Diy_project_inner .vc_custom_heading{
  line-height: normal !important;
}
.project-slider .slick-prev{
  left: 15%;
}
.project-slider .slick-next{
  right: 15%;
}
.specifications-table tr td:last-child{
  text-align: right;
}

.doc-item .doc-icon svg{
  width: 120px;
  height: 120px;
}
.doc-item .doc-icon.browser-icon svg{
      width: 150px;
    height: 118px;
}


}
@media (max-width: 991px)  {
  .customer-image {
    text-align: left !important;
  }
  .project-slider{
  padding: 0 100px;
}
.Diy_project_wrapper{
   padding: 0 50px;
}
.project-slider .slick-prev{
  left: 0%;
}
.project-slider .slick-next{
  right: 0%;
}
.oem_left_image, .application_right_image {
		top:4%;
	}
.hub-manual-image-large-left.wpb_single_image img{
      width: 30%;
    }
    .application_right_image_mobile.wpb_single_image img{
      width: 30%;
    }
    .woocommerce-breadcrumb {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    
}
.woocommerce .woocommerce-breadcrumb{
padding-bottom: 10px;
}

.woocommerce-breadcrumb::-webkit-scrollbar {
    height: 4px; /* optional */
}

/* Webkit browsers (Chrome, Edge, Safari) */
.woocommerce-breadcrumb::-webkit-scrollbar {
    height: 6px;
}

.woocommerce-breadcrumb::-webkit-scrollbar-track {
    background: #e5e7eb; /* light track */
    border-radius: 5px;
}

.woocommerce-breadcrumb::-webkit-scrollbar-thumb {
    background: #091B37;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
}

.woocommerce-breadcrumb::-webkit-scrollbar-thumb:hover {
    background: #0c2a5a; /* slightly lighter on hover */
}

.woocommerce-breadcrumb {
    scrollbar-color: #091B37 #e5e7eb;
    scrollbar-width: thin;
}
.product-design-image{
    display: block;
    align-items: center;
    
  }
}
@media (max-width: 767px) {
  .ch-documents {
    display: flex;
   flex-wrap: wrap;
}
.ch-documents > * {
        width: calc(50% - 10px);
    }
.hub-manual-image-large-left.wpb_single_image img{
      width: 30%;
    }
  .application_right_image_mobile.wpb_single_image img{
    width: 30%;
  }
}
@media (max-width: 600px)  {
.project-slider{
  padding: 0 20px;
}

.Diy_project_wrapper{
   padding: 0 20px;
}
.overview-cta{
  margin-top: 20px;
}
}
@media (max-width: 500px)  {
 .ch-documents {
    display: block;
}
    .ch-documents > * {
        width: 100%;
    }
    .manual_left_image{
      top: 2%;
    }
    
     .oem_left_image{
      top: 2%;
    }
    .hub-manual-image-large-left.wpb_single_image img{
      width: 30%;
    }
    .application_right_image_mobile.wpb_single_image img{
      width: 30%;
    }
}

/* professional hub page */

.professional_banner-image {
  transform: scale(1.2);
}


#doc_section .manual_left_image {
  top: 4%;
}

.oem_left_image {
    position: absolute;
    top: 5%;
}

.application_right_image {
    position: absolute;
    top: 8%;
    right: 0;
}

.application_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F6F6F6;
}

.application-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}

.application-content a {
  color: #E32526;
}

.professioanl_customer a {
  color: #E32526 !important;
}


.Diyhub-section-mobile{
   display:none;
}

.hub-form-section .join-crew-content .join-crew-title h3{
  font-size: 32px;
}

@media screen and (max-width: 1200px) { 
      .professional_banner-image {
       transform: unset;
        text-align: center !important;
    }
    .Diyhub-section-desktop{
    display:none;
}
.Diyhub-section-mobile{
   display:block;
}
 .Contact-form-section.hub-form-section .custom-container{
  display: block;
}

}


@media (max-width: 991px) {
    .professional-banner-content .vc_column-inner {
        padding-right: 20px !important;
    }
    .privacy-policy-heading {
      font-size: 28px !important;
    }
    .privacy-policy-subheading {
      font-size: 20px !important;
    }
}


/* privacy policy */

.privacy-policy ul li , .privacy-policy p{
  list-style: disc !important;
  line-height: 22px;
  font-weight: 500;
}

/* project section */

.car-tires {
  background: #E32526;
  display: inline-block;
}

.project-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.project-content p span{
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.project-overview-box .vc_column-inner{
  border: 1px solid #B2B2B2;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.project-overview-box .vc_column_container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.suggest_product img {
  border-radius: 5px;
}

.suggest_products .vc_column-inner {
  padding: 0px !important;
}

.suggest-content .wpb_wrapper {
  position: relative;
}

.suggest-content .wpb_wrapper p {
    background: #091B37;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.used_product {
  background: #F6F6F6;
}

.product_custom_container {
    max-width: 1120px;
    padding: 0px 66px;
    margin: 0 auto !important;
}

.used-product-heading {
  font-size: 36px;
  color: #000;
  line-height: normal;
  font-weight: 700;
}

.used-product-heading strong{
  font-size: 36px;
  color: #E32526;
  font-weight: 700 !important;
  line-height: normal;
}

.product-border .vc_column-inner{
  border: 1px solid #C7C7C7;
}

.product-img img{
    width: 100%;
    height: 300px !important;
    object-fit: contain;
}

.learn-more {
    padding-bottom: 3px;
    text-align: end;
}

.learn-more a {
  text-decoration: unset;
  font-weight: 700;
  color: #000 !important;
  font-size: 20px;
   border-bottom: 5px solid #E32526;
  line-height: normal;
}

@media (max-width: 767px) {
    .suggest-content img {
        width: 100%;
    }
    .product-border .vc_column-inner {
      margin-right: 0px !important;
      margin-left: 0px !important;
    }
}

.project-overview-row {
    display: flex;
    flex-wrap: wrap;
}

.used-project-overview {
    display: flex;
    flex-wrap: wrap;
}

.project-overview-row .project-overview-box {
  display: flex;
}

.used-project-overview .product-border  {
  display: flex;
}









.slider-wrapper{
overflow:hidden;
}
.product-track .slick-track{
  display: flex;
  gap: 30px;
}
.product-track .apa-title{
  font-size: 15.5px;
font-weight: 400;
line-height: normal;
margin-top:5px;
}
.product-track .apa-title a{
font-size: 15.5px;
font-weight: 400;
line-height: normal;
 font-weight:600;
}
.product-track .apa-title a .red {
    color: #E32526;
}
.product-track .apa-card-list .product-model {
    margin-bottom:5px;
    font-size: 14px;
}
.learn-more-border-btn{
display:inline-block;
border-radius: 5px;
border: 1px solid #E32526;
padding:8px 25px;
color:#E32526;
text-decoration:none;
margin-top:auto;
text-align: center;
}

.learn-more-border-btn:hover{
background:#E32526;
color:#fff;
}


.custom-product-slider{
  padding: 20px 50px;
}

.home-page-rating.apa-rating{
  display: flex;
}
.home-page-rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star; /* ✅ REQUIRED */
    
}


.home-page-rating .star-rating::before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
   
}

.home-page-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.home-page-rating .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}


/* Hide default text */
.product-track .slick-prev,
.product-track .slick-next {
    font-size: 0;
    line-height: 0;
    border: none;
    background-color: transparent;
    position: absolute;
     top:40%;
}

/* Common arrow style */
.product-track .slick-prev::before,
.product-track .slick-next::before {
    font-size: 24px;
    color: #000;
    display: block;
}
/* Position */
.product-track .slick-prev {
    left: 20px;
}

.product-track .slick-next {
    right:20px;
}
.product-track .slick-disabled.slick-prev::before, .product-track .slick-disabled.slick-next::before{
  border-color: #D1D1D1;
}
.product-track .slick-prev::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(45deg);
    margin: auto;

}

.product-track .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    transform: rotate(45deg);
    margin: auto;
}






.ch-wrap {
    padding: 50px 20px;
    text-align: center;
}

.ch-wrap h2 {
    font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}

.ch-desc {
   font-size: 22.5px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Tabs */
.ch-tabs {
    margin-bottom: 30px;
}

.ch-tabs button {
   border: 1.25px solid #000;
   border-radius: 5px;
    background: #fff;
    padding: 6px 14px;
    margin: 4px;
   font-size: 20.5px;
    cursor: pointer;
    line-height: normal;
}

.ch-tabs .active {
    background: #e31e24;
    color: #fff;
    border-color: #e31e24;
}

/* Layout */
.ch-grid-main {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
    gap: 20px;
}

/* Cards */
.ch-card {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    text-align: left;
}

.ch-card.big {
    height: 665px;
}

.ch-card.small {
    height: 323px;
}

.ch-center {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Inner */
.ch-inner {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000;
}

/* Title */
.ch-title {
       font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.ch-title .red {
    color: #E32526;
}

/* Sub */
.ch-sub {
    font-size: 13px;
    margin: 5px 0;
}

/* Rating */
.ch-rating {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ch-rating .count {
    color: #666;
}

/* Image */
.ch-img {
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ch-card.big .ch-img{
  height: 450px;
}
.ch-card.small .ch-img{
  height: 150px;
}

.ch-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Learn more */
.ch-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #000;
    border-bottom: 5px solid #e31e24;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

/* Button */
.ch-btn {
    margin-top: 30px;
}

.ch-btn a {
    background: #e31e24;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 600;
}

.ch-tab-content {
    display: none;
}

.ch-tab-content.active {
    display: block;
}

/* Responsive */
@media(max-width: 1200px) {
   .ch-title{
    font-size: 16px;
   }
   .ch-link{
    font-size: 14px;
   }
   .ch-card.small .ch-img{
    height: 118px;
   }
}

@media(max-width: 992px) {
    .ch-grid-main {
        grid-template-columns: 1fr;
    }

    .ch-card.big,
    .ch-card.small {
        height: auto;
    }
}

@media(max-width: 600px) {
   .ch-tabs button{
    font-size: 16px;
        padding: 6px 12px;
   }
}


.custom-scrollbar {
    height: 10px;
    background: #eee;
    margin-top: 15px; /* space above scrollbar */
    position: relative;
    margin-bottom: 20px;
     opacity: 1;
    transition: 0.3s ease;
    cursor: pointer;
}
.custom-scrollbar.hide {
    opacity: 0;
}

.scroll-thumb {
    height: 100%;
    width: 100px;
    background: #F00;
    position: absolute;
    left: 0;
    border-radius: 5px;
    cursor: grab;
}

.scroll-thumb:active { cursor: grabbing; }
body.scrolling-thumb { user-select: none; }

/* .project-slider .custom-scrollbar {
    display: block !important;
    width: 100%;
    height: 6px;
    background: #ccc;
    margin-top: 15px;
    position: relative;
}

.project-slider .scroll-thumb {
    display: block !important;
    height: 100%;
    width: 50px; 
    background: red; 
    position: absolute;
    left: 0;
    top: 0;
} */


.compressor-section{
padding: 50px 100px;
border-bottom: 2px solid #D5D5D5;
}
.compressor-section h3{
font-size: 36px;
font-style: normal;
font-weight: 700;
margin-top:30px;
margin-bottom: 30px;
text-align: center;
}
.compressor-section h4{
font-size: 24px;
font-style: normal;
font-weight: 700;
}
.compressor-section .container{
width: 1259px;
margin: 0 auto;
}
.category-grid {
 display: inline-flex;
      flex-wrap: wrap;
      gap: 36px 0;
      text-align: left;
      width: 100%;
      justify-content: center;
}

.category-overview {
  flex: 0 0 33.333%;
}
.category-overview.category-overview-auto-width{
  flex: 0 0 auto;
}

.category-overview ul {
      list-style: none;
       padding: 0;
}


.category-overview ul li {
  margin: 6px 0;
}

.category-overview ul li a {
  text-decoration: none;
  color: var(--muted);
  font-size: 18px;
  color: #000;
  transition: color 0.15s ease;
}

.category-overview ul li a:hover {
  color: #E32526;
}

.category-overview ul li.browse a {
  color: #000;
  font-weight: 600;
 font-size: 18px;
}

.category-overview ul li.browse a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .category-overview {
    flex: 0 0 50%; /* 2 columns */
  }
  .category-overview.category-overview-auto-width{
  flex: 0 0 50%;
}
}

@media (max-width: 769px) {
  .category-overview {
    flex: 0 0 100%; /* 1 column */
  }
}

.info-section{
text-align:center;
padding: 50px 0px;
border-bottom: 2px solid #D5D5D5;
}
.info-section:last-child{
border-bottom: 0;
}

.info-section h3{
font-size: 36px;
font-style: normal;
font-weight: 700;
margin-top:30px;
}

.info-section p{
max-width:650px;
margin:15px auto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height:1.6;
}

.related-product-section{
  background: #F6F6F6;
  padding: 60px 60px;
  margin-top: 20px;
}

.related-product-section h3{
  font-size: 36px;
font-style: normal;
font-weight: 700;
color: #000;
text-align: center;
margin-bottom: 30px;
}
.related-product-section .apa-list-product .apa-card-list {
    background-color: #fff;
    padding: 10px;
}
/* Fix Slick layout */
.related-product-section .woocommerce ul.products{
    display:block !important;
    position: relative;
}

/* Slick equal height */
.related-product-section .slick-track{
    display:flex !important;
    align-items:stretch;
}

.related-product-section .slick-slide{
    height:inherit !important;
}
.products .slick-list{
  overflow: hidden;
}
.related-product-section .slick-slide > div{
    height:100%;
}

.related-product-section .woocommerce ul.products li.product{
    display:flex;
    flex-direction:column;
    height:100%;
    margin: 0 5px;
}

.related-product-section .woocommerce ul.products li.product.apa-list-product{
    flex:none !important;
}

.related-product-section .woocommerce ul.products li.product.apa-list-product .apa-title{
  text-align: left;
}
/* Align button bottom */
.related-product-section .woocommerce ul.products li.product .button{
    margin-top:auto;
}
/* .related-product-section .woocommerce ul.products li.product.apa-list-product, .woocommerce-page ul.products li.product.apa-list-product {
    flex: 0 0 0;
    box-sizing: border-box;
    margin: 0;
} */

.related-product-section .apa-list-product .apa-card-list a.learn-more-btn{
  background-color: #fff;
  border-color: #E32526;
  color: #E32526;
}
.related-product-section .slick-prev, .related-product-section .slick-next {
    font-size: 0;
    line-height: 0;
    border: none;
    position: absolute;
    top: 40%;
    
}
.related-product-section .slick-prev{
    left: -45px;
}

.related-product-section .slick-next{
    right: -45px;
}

.related-product-section  .slick-arrow {
  border: none;
  background-color: transparent;
}
@media (max-width:1200px) {
.info-section h3, .compressor-section h3, .related-product-section h3{
  font-size: 32px;
}

}

@media (max-width:991px) {
.info-section, .compressor-section{
  display: none;
}

}

/* .related.products ul.products li.product.apa-list-product, .related.products ul.products li.product.apa-list-product{
  flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
    margin: 0;
} */




.related.products ul.products{
    display:block !important;
    position: relative;
}


.related.products .slick-track{
    display:flex !important;
    align-items:stretch;
}

.related.products .slick-slide{
    height:inherit !important;
}
.products .slick-list{
  overflow: hidden;
}
.related.products .slick-slide > div{
    height:100%;
}

.related.products ul.products li.product{
    display:flex;
    flex-direction:column;
    height:100%;
    margin: 0 5px;
        border-radius: 5px;
    border: 0.5px solid #E3E3E3;
    padding: 10px;
}

.related.products ul.products li.product.apa-list-product{
    flex:none !important;
}

.related.products  ul.products li.product.apa-list-product .apa-title{
  text-align: left;
}

.related.products  ul.products li.product .button{
    margin-top:auto;
}


.related.products .apa-list-product .apa-card-list a.learn-more-btn{
  background-color: #fff;
  border-color: #E32526;
  color: #E32526;
}
.related.products .slick-prev, .related.products .slick-next {
    font-size: 0;
    line-height: 0;
    border: none;
    position: absolute;
    top: 40%;
    
}
.related.products .slick-prev{
    left: -45px;
}

.related.products .slick-next{
    right: -45px;
}

.related.products .slick-arrow {
  border: none;
  background: #F6F6F6;
    height: 40px;
    width: 40px;
    border-radius: 50%;
} 


@media (max-width:1100px) {
.related.products{
  padding: 0 50px;
}
}

/* Mobile pagination */
@media (max-width: 767px) {
  .related.products{
    padding: 0 35px;
  }

    .woocommerce nav.woocommerce-pagination ul.page-numbers {
        display: flex;
        justify-content: center;
        gap: 6px;
        padding: 0;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li {
        display: none; /* hide all first */
    }

    /* Show only Prev, Next, and current */
    .woocommerce nav.woocommerce-pagination ul li .current,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li .prev,
    .woocommerce nav.woocommerce-pagination ul.page-numbers li .next {
        display: inline-block;
        padding: 8px 13px;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li .current {
        display: inline-block;
    }

    /* Show parent li if it contains current/prev/next */
    .woocommerce nav.woocommerce-pagination ul.page-numbers li:has(.current),
    .woocommerce nav.woocommerce-pagination ul.page-numbers li:has(.prev),
    .woocommerce nav.woocommerce-pagination ul.page-numbers li:has(.next) {
        display: inline-block;
    }

}



@media (min-width: 992px) {
    .px-lg-7 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
}


.product-image-section .row>*{
  padding-right: 0px !important;
  padding-left: 0px !important; 
}

.ch-accordion .accordion-item:first-of-type{
  border-top-left-radius:0;
  border-top-right-radius:0;
}
.ch-accordion .accordion-item:last-of-type{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}




.ch-share-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }
  .ch-share-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 0px;
    overflow: hidden;
    z-index: 9999;
    border: 1px solid #E3E3E3;
  }
 

  .ch-share-menu a {
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    min-width: 100px;
  }
   .ch-share-menu a svg{
      width: 16px;
   }

   .ch-share-menu a:last-child{
    border-bottom: none;
   }
  .ch-share-menu a:hover {
    background: #f3f4f6;
  }


  @media print {
    .header-section, .footer-section, #headingVideo, #headingReviews, #headingSupport, #headingAlternative, .product-breadcrumbs, .product-actions, .accordion-item.apa-product-card{
      display: none;
    }
    .product-specifications{
      display: block !important;
    }
    .product-main-content{
      padding: 0 !important;
    }
     body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
   .product-info,
  .product-overview-section, .pdp-button, .overview-cta {
    break-inside: avoid;
    page-break-inside: avoid;
  }
   h1,
  h2,
  h3 {
    break-after: avoid;
    page-break-after: avoid;
  }

  h1 + p,
  h2 + p,
  h3 + p {
    break-before: avoid;
    page-break-before: avoid;
  }
  }


  @media (max-width: 1200px) and (min-width: 991px){
    .project-section{
        padding-left:100px!important;
         padding-right:100px!important;
    }
}

.suggest-content .vc_single_image-wrapper img{
    width:100%;
}


/* .apa-badge{
  position: absolute;
  top: 5px;
  left: 10px;
}
.sale-badge{
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #E32526;
  padding: 4px 8px;
  border-radius: 2px;

} */