/** Shopify CDN: Minification failed

Line 422:0 Unexpected "}"

**/
.prpage-tabs {
    margin:0px 0 30px 0 !important; 
    padding:63px 0; 
    background-color:#f9f9f9;
    margin: 0px 0px 1em;
    color: #222222;
    font-size: medium;
    line-height:22px;
             }


.brand-boxes-hover .tt-promo-box > img{
  max-height:300px;
  height:300px;
  object-fit: cover;
}
.brand-boxes-hover .tt-promo-box {
  border: solid 3px transparent;
}

.recommendations-title {
  font-weight:900;
  text-transform: uppercase;
  text-align:left !important;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0em;
}
@media all and (max-width: 1000px) {
.recommendations-title {
    font-size: 24px;
    line-height: 24px;
}
}

.page-title-section h1 {
  z-index: 1 !important;
  padding-bottom: 0px !important;
  font-size: 50px !important;
  line-height: 50px !important;
}
@media all and (max-width: 1000px) {
.page-title-section h1 {
  font-size: 30px !important;
  line-height: 30px !important;
}
}
.container-indent.page-title-section {
  margin-top: 0px !important;
  padding-top: 50px !important;
  padding-bottom:50px !important;
  background-color: #fff !important;
  background-image: url('/cdn/shop/files/asfalt-dark.png?v=1747433352');
  background-repeat: repeat !important;
  background-size: auto !important;
}
.page-title-section .tt-block-title {
    padding-bottom: 0px !important;
}



.accordion-container {
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #e9e7e7;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  background:#fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  transition: background 0.3s ease;
  font-weight:500;
}

.accordion-header:hover {
  background: #f9f9f9;
  color:#626b4e;
}

.accordion-header .fa {
  transition: transform 0.3s ease;
}

.accordion-header.active .fa {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align:left;
}

.accordion-content p {
  margin: 15px 0;
  font-size: 16px;
}






/* Kamin's CSS*********************************************************************************************************************************************************************************************/

@font-face {
  font-family: plowBoy;
  src: url(/cdn/shop/files/HemiHeadRg-BoldItalic.otf?v=1747665803);
}
:root {
  --color-primary: #626B4E;
  --color-secondary: #191919;
  --site-width: 1440px;
}

/*Header*/
#shopify-section-header-template-2 {
  border-bottom: 5px solid var(--color-primary);
}

/* removing bottom border */
    .headerunderline {
        border-bottom: 0px solid #e9e7e7 !important;
    }

/* Inner header content container */
.tt-header-holder {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  box-sizing: border-box;
}

.search-type2.headerformplaceholderstyles {
  width: 75%;
  display: flex;
  justify-content: center;
  padding: 20px 0 !important;
}

.search-type2 form {
  display: flex;
  width: 75%;
  max-width: var(--site-width);
  margin: 0;
  align-items: center;
}

.tt-search-input {
  flex-grow: 1;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.tt-btn-search {
  height: 50px;
  padding: 0 20px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.tt-btn-search:hover {
  background-color: var(--color-primary) !important;
}

.categories-btn button{
  border-radius: 0px !important;
  background-color: var(--color-primary) !important;
}

.catefories-btn button:hover{
  background-color: var(--color-secondary) !important;
}



    /* menu */
/* Container centering */
.tt-desctop-menu.tt-menu-small {
  margin: 0 auto;
  display: block;
  width: max-content; /* This prevents it from stretching full width */
}
/* General link styling */
.tt-desctop-menu.tt-menu-small ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; /* spacing between links */
}

.tt-desctop-menu.tt-menu-small a {
  text-decoration: none;
  font-size: 18px !important;
  color: #000 !important; /* default link color */
  font-weight: 500;
  transition: color 0.3s ease;
}

.tt-desctop-menu.tt-menu-small a:hover{
  color: var(--color-primary) !important; 
}
  

/* Active (selected) link */
.tt-desctop-menu.tt-menu-small .selected a {
  color: var(--color-primary) !important;
}


/* HERO 2.0 */

#shopify-section-template--18475628265643__index_section_text_block_ajR7Bd {
  position: relative;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('/cdn/shop/files/Twin_Engine_Bay.jpg');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* PARALLAX EFFECT */
  color: white !important;
  z-index: 1;
}

#shopify-section-template--18475628265643__index_section_text_block_ajR7Bd  .tt-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 900 !important;
    letter-spacing: 0em;
    color: white !important;
    font-size: 40px;
    margin: 0;
    padding-bottom: 30px !important;
}
@media all and (max-width: 767px) {
#shopify-section-template--18475628265643__index_section_text_block_ajR7Bd  .tt-title {
    font-size: 24px;
}
}
#shopify-section-template--18475628265643__index_section_text_block_ajR7Bd .tt-block-title {
    text-align: center;
    padding-bottom: 0 !important;
}

#shopify-section-template--18475628265643__index_section_text_block_ajR7Bd .tt-description {
  color: white !important;
  text-transform: uppercase !important; 
}






/* HERO */
/* position the text in the hero boxes at the top*/
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 13px 39px 11px;
    text-align: center;
    max-width: 409px;
}

/*Making the border corners sharp*/
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper .tt-background {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    border-radius: 0px !important;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.9);
  }
  
.brand-boxes-hover .tt-promo-box {
  position: relative;
  overflow: hidden;
  transition: border 0.3s ease;
}

.brand-boxes-hover .tt-promo-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  transform: translate(-50%, -50%) scale(2); /* Start large */
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.brand-boxes-hover .tt-promo-box:hover::before {
  transform: translate(-50%, -50%) scale(0); /* Collapse to center */
  opacity: 0;
}

.brand-boxes-hover .tt-promo-box:hover {
  border: solid 3px var(--color-primary);
}






  

/*About Us Section */

#shopify-section-template--18475628265643__index_section_text_block_XHa3Ag {
  position: relative;
  background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6) 0%,
      var(--color-secondary) 100%
    );
  color: white;
  overflow: hidden;
  z-index: 1;
}

#shopify-section-template--18475628265643__index_section_text_block_XHa3Ag  .tt-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0em;
    color: white !important;
    font-size: 40px;
    margin: 0;
    padding-bottom: 30px !important;
}
#shopify-section-template--18475628265643__index_section_text_block_XHa3Ag .tt-block-title {
    text-align: center;
    padding-bottom: 0 !important;
}

#shopify-section-template--18475628265643__index_section_text_block_XHa3Ag .tt-description {
  color: white !important;
}

#shopify-section-template--18475628265643__index_section_text_plus_image_7PCYDJ {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), 
              url('/cdn/shop/files/Deere_Truck.jpg?v=1747412242') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* PARALLAX EFFECT */
  background-repeat: no-repeat;
  color: white;
  z-index: 1;
}

.tt-layout-box01.tt-point-v-t {
  display: flex;
  align-items: center !important; /* vertical centering */
  justify-content: center;        /* horizontal centering (optional) */
  max-width: var(--site-width) !important;
  margin: 0 auto; /* centers the box itself in the parent */
}



/* general padding */
#tt-pageContent .shopify-section .container-indent:not(.nomargin):not([class^="tt-offset"]) { 
    margin-top: 0px !important;
    padding: 50px 50px !important;
}
@media all and (max-width: 767px) {
#tt-pageContent .shopify-section .container-indent:not(.nomargin):not([class^="tt-offset"]) { 
    margin-top: 0px !important;
    padding: 10px 10px !important;
}
}

/* text align */
.tpisectiontemplate--18475628265643__index_section_text_plus_image_7PCYDJ .tt-layout-box01 .col-description .tt-title {
        text-align: left;
  }

  /* text align */
.tt-layout-box01 .col-description .tt-title+p {
        margin-top: 0;
        text-align: left;
    }
}

/* text color to white*/
.col-description.text-center {
  color: white !important;
}



.col-img.respimgsize {
  border: 4px solid var(--color-primary);
  padding: 8px; /* optional spacing inside the border */
  border-radius: 4px; /* optional: remove or adjust for squarer look */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* optional depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col-img.respimgsize:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}





/* Brands we work with section....  */
#shopify-section-template--18475628265643__index_section_brands_PxxzrG{
  background-image: url('/cdn/shop/files/asfalt-dark.png?v=1747433352');
  background-repeat: repeat !important;
  background-size: auto !important;
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .container-fluid{
  width: 90% !important;
  max-width: 1440px !important;
  margin: 0 auto; /* centers the box itself in the parent */
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .slick-slide {
  padding: 10px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .slick-slide img {
  width: 100% !important;
  height: auto !important;
  border: 3px solid var(--color-primary) !important;
  padding: 20px !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center !important;
  margin: auto !important;
  background-color: white !important;
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .slick-slide:hover img {
  transform: scale(1.03) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35) !important;
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .slick-track {
  display: flex !important;
  align-items: center !important;
}

#shopify-section-template--18475628265643__index_section_brands_PxxzrG .slick-slide a {
  display: block !important;
}

.tt-carousel-brands.useimageopacityonhover a:hover img, .tt-carousel-brands:not(.useimageopacityonhover) a img {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 1 !important;
}



/* NEED A TRUCK WORKED ON SECTION */
#sectiontemplate--18475628265643__index_section_big_banners_Qjb7BM1 .tt-promo-fullwidth {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: white !important;
  overflow: hidden !important;
}

#sectiontemplate--18475628265643__index_section_big_banners_Qjb7BM1 .tt-title-large{
  font-size: 60px !important;
}
@media all and (max-width: 767px) {
#sectiontemplate--18475628265643__index_section_big_banners_Qjb7BM1 .tt-title-large{
  font-size: 30px !important;
  line-height:30px;
}
}

#sectiontemplate--18475628265643__index_section_big_banners_Qjb7BM1 .tt-promo-fullwidth::before {
  content: "" !important;
  position: absolute !important;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  background: rgba(var(--color-primary-rgb), 0.9) !important; /* fallback if using RGB */
  background-color: var(--color-primary) !important; /* if defined as hex */
  opacity: 0.9 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Make sure text is above the overlay */
#sectiontemplate--18475628265643__index_section_big_banners_Qjb7BM1 .tt-description-wrapper {
  position: relative !important;
  z-index: 2 !important;
}


/* The Categories section */
#shopify-section-template--18475628265643__index_section_simple_banners_XWCmfk .tt-description .tt-description-wrapper {
    position: absolute !important;
    bottom: 0 !important;
}

/* Target the image wrapper */
#shopify-section-template--18475628265643__index_section_simple_banners_XWCmfk img.promoimagemain {
  border: 4px solid var(--color-primary) !important;
  border-radius: 0 !important;
  padding:50px 0px 150px !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  display: block;
  background-color: var(--color-secondary) !important;
  width: 100% !important;
  height: auto !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Grow on hover */
#shopify-section-template--18475628265643__index_section_simple_banners_XWCmfk  .respimgsize:hover img.promoimagemain {
  transform: scale(1.2) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
}

#shopify-section-template--18475628265643__index_section_simple_banners_XWCmfk .tt-background {
  border-radius: 0px !important;
}

.footer-grid {
  padding: 50px 0px; background-color:#FFF; width:100%;
  border-top:0px !important;
  background-image: url('/cdn/shop/files/asfalt-dark.png?v=1747433352');
  background-repeat: repeat !important;
  background-size: auto !important;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.grid-3 div {
  text-align: center;
}
.grid-3 img {
  max-width: 50px;
}
.grid-3 a {
  color: #333132;
}
.sub-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  align-content: center;
}
.sub-grid-2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .sub-grid,
  .sub-grid-2 {
    display: grid;
grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
  .sub-grid, .sub-grid-2 {
    display: grid;
    grid-template-columns: 1fr!important;
    grid-gap: 20px;
  }
  .sub-grid-2 {
    display: flex;
    flex-direction: column-reverse;
  }
}