﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'DM Sans', sans-serif !important;
}
p {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Manrope', sans-serif !important;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header-wrap {
	background-color: #000;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	z-index: 9;
}

.icon-background {
    color: #009949;
}

.top-head {
	padding: 10px 0;
	align-items: center;
}

.flex-top {
	width: 90%; 
	margin: 0 auto;
}

.flex-container.flex-top {
    justify-content: space-between;
}
.flex-container.flex-top a {
	color: #fff;
}

.contact-head {
    display: flex;
    gap: 20px;
}

.socials-head {
    display: flex;
    gap: 20px;
}

.socials-head a {
	color: #fff;
	transition: .3s all;
}

.socials-head a:hover {
	color: #009949;
}
.flex-header {
    justify-content: space-between;
	height: 110px;
	align-items: center;
}

.navigation {
    text-align: center !important;
    flex: 1;
}
.logo {
	
}
.logo img {
   max-width: 100%;
    min-width: 100px;
    width: 260px;
	filter: brightness(0) invert(1);
}

span.fa-stack.fa-4x {
    font-size: 22px;
    color: #fff;
}



.right-head,.desktop-only {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	    gap: 20px;
	    color: #fff;
}
.header-search a{
    font-size: 22px;
	opacity: .5;
	color: #fff;
	transition: .3s all;
}

.header-search a:hover{
	opacity: 1;
	
}

span.divider {
    font-size: 42px;
    font-weight: 200;
    font-family: 'Manrope', sans-serif !important;
	    opacity: .5;
}

.head-call a {
    display: flex;
    align-items: center;
    gap: 10px;
	color: #fff;
	transition: .3s all;
}

.head-call a:hover p.big-phone {
	color: #009949
}

.head-call p {
	font-weight: 900;
    font-family: 'Manrope', sans-serif !important;
    font-size: 20px;
	
	transition: .3s all;
}
p.small-txt {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'DM Sans', sans-serif !important;
}

.plus-button {
    position: relative;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 8px;
}

    .plus-button:before,
    .plus-button:after{
        content: "";
        position: absolute;
        background-color: #009949;
        transition: transform 0.25s ease-out;
    }

    /* Vertical line */
    .plus-button:before{
        top: 0;
    left: 51%;
    width: 3px;
    height: 100%;
    margin-left: -2px;
    }

    /* horizontal line */
    .plus-button:after{
         top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px;
    }
    
    .dropdown-nav:hover .plus-button{
        cursor: pointer;
        
        &:before{ transform: rotate(90deg); }
        &:after{ transform: rotate(180deg); }
    }
.event-banner {
    background: #009949;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.event-banner p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}

.event-banner a {
	color: #fff;
	font-weight: 900;
}

/*--INVENTORY HEAD---*/
header.inv-head {
   position: relative;
    color: #000 !important;
	    background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border: none;
	
}
header.inv-head .flex-header {
	padding: 10px 0 !important;
		color: #000 !important;
}
header.inv-head .flex-header a {
    color: #000 !important;
}



header.inv-head .logo img {
	filter: none !important;
}

header.inv-head span.divider{
	color: #000;
	opacity: 1;
}


	.mobile-only {display: none;}
/*---INVENTORY SEARCH IN HEADER---*/
#search {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eaeaea;
  z-index: 999999999999;
	position: absolute;
	    display: flex;
    align-items: center;
    justify-content: center;
	background-image: url("/siteart/green-dust-and-scratches.png");
}

form.search-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-bg {
  -webkit-animation: slide-down .3s ease-out;
  -moz-animation: slide-down .3s ease-out;
}
.search-btn {
  border: none !important;
  background: transparent !important;
  height: 50px;
  padding: 0 10px;
	font-size: 28px;
	color:#009949 
}
.search-btn img {
  width: 35px !important;
}
#search-header input {
  caret-color: #000;
}
.searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.searchTerm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.searchTerm::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.search-wrap {
	margin: 0 auto;
  width: 90%;
}
.search-header input[type="text"]:not([class^="Mui"]) {
  width: 90% !important;
  border: none !important;
  font-size: 22px !important;
  color: #000 !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
    letter-spacing: 2px !important;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    height: auto !important;
    line-height: 70px !important;
    background: #eaeaea;
}
.search-nav {
  opacity: .7;
  transition: ease all 0.2s !important;
}
.search-nav:hover {
  opacity: 1;
}

.search-header input:focus {
    outline: none;
}

/*---BODY--------------------------------*/
#pad-xl {
    padding-top: clamp(50px, 5%, 90px) !important;
    padding-bottom: clamp(50px, 5%, 90px) !important;
}

#pad-l {
	padding-top: clamp(20px, 5%, 50px) !important;
    padding-bottom: clamp(20px, 5%, 50px) !important;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.black-bg {
	background: #000;
}

.grey-bg {
	background: #f6f6f6;
}

.orange-txt {
	color: #efa93c;
}
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}

.half-page {
    flex: 1;
}

.relative {
	position: relative;
}

.grid-container {
	display: grid;
   
}



/*--------HERO STYLES--------------------*/
.hero {
	background-color: #000;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url("/siteart/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	    background-position: 50% 85%;
	position: relative;
 }
.sub-hero.tebbe {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url("/siteart/tebbe/sub-hero.jpg") no-repeat;
	background-size: cover;
	background-position: center;
 }

.sub-hero.scharmuller {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url("/siteart/scharmuller/hero-img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
 }
.sub-hero.griffith {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url("/siteart/griffith/hero-img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
 }
.sub-hero.about {
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%), url("/siteart/about-bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
 }

.hero-banner {
	background: linear-gradient(0deg, rgba(0,0,0,0.0) 0%, rgba(0,153,73,.60) 100%);
	background-size: cover;
	    background-position: 50% 85%;
	position: relative;
	color: #fff;
	padding-top: 20px;
 }

.hero-banner .wid90.flex-container.flex-top:last-child {
	padding-top: 20px;
}


.head-push {
    height: 150px;
}
.hero .hero-txt {
	    padding-top: clamp(45px, 8%, 150px) !important;
    padding-bottom: clamp(75px, 8%, 150px) !important;
}

.sub-hero .hero-txt {
	padding-top: clamp(50px, 8%, 90px) !important;
    padding-bottom: clamp(50px, 8%, 90px) !important;
}
.hero-txt {
	
    margin-left: 5%;
    width: 50%;
    color: #fff;
}
.hero-txt h1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
}

.hero-txt p {
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 40px;
}

.tebbe-logo {
    position: absolute;
       bottom: 4%;
    right: 2%;
}
.tebbe-logo img {
    max-width: 100%;
    width: 125px;
	filter: brightness(0) invert(1);
}

.green-txt {
	color: #009949;
}

/*--------HOME STYLES--------------------*/

.home-txt .flex-container {
	align-items: center;
	gap: 90px;
}
.home-img {
	background: url("/siteart/home-img-new.jpg") no-repeat;
	background-size: 200%;
    background-position: 55% 65%;
    height: 550px;
    width: 80%;
}

.white-boxes {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 10%;
    right: 0;
        width: 40%;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.cta {
	    flex: 1 1 auto;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    padding: 30px 20px;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
	transition: .3s all;
}

.cta:hover {
	color: #efa93c;
}

.cta:last-of-type {
	border-bottom: none;
}
.cta img {
        height: 45px;
    max-width: 100%;
    margin-bottom: 10px;
}
.home-txt h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.page-txt h2 {
    font-size: 38px;
}

span.section-title {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
	font-family: 'Manrope', sans-serif !important;
}

span.section-title span {
	color: #009949;
}

.home-txt p {
	    margin-bottom: 40px;
}

 .grid-brands {
	 grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
	padding-top: clamp(30px, 5%, 50px) !important;
}

.brand-section {
background-color: rgba(231,231,231,0.20);
background-image: url("/siteart/maze-white.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.brand-section h2,.brand-txt h2 {
    font-size: 38px;
    margin-bottom: 10px;
}

.brand-txt {
    max-width: 1150px;
    margin: 0 auto;
}
.brand {
	    background: #fff;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	text-align: left;
}

.brand img {
    max-width: 100%;
    height: 70px;
	    margin-bottom: 20px;
}
a.green-arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background: #009949;
    color: #fff;
	transition: .3s all;
}

a.green-arrow:hover {
	background: #006a33
}

.product-grid {
	 grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}
.img-grid {
	 grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

.feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
	margin-top: 30px;
}

.product-grid img,.img-grid img {
	max-width: 100%;
	width: 100%;
	transition: .3s all;
}

.one-third {
    flex: 1;
}

.third-page {
    flex: 2;
}

.page-txt span.section-title {
    font-size: 24px;
}

.product-grid a {
    font-weight: 900;
    color: #000;
	transition: .3s all
}

.product-grid a:hover {
	color: #006a33;
}

.product-grid a:hover img,.img-grid img:hover,.product-features {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

span.flex-container.flex-title {
    align-items: center;
	margin-bottom: 20px;
	gap: 60px;
	justify-content: space-between;
}

.page-txt hr {
    border: none;
    margin: 3% 0;
    background: #e7e7e7;
    height: 1px;
}

.product-features {
	border-top: 5px solid #006a33;
}
.product-txt {
    padding: 30px;
}

.product-txt h3,.brand h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 900;
    letter-spacing: 1px;
}

/*----ABOUT ---*/

.button-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.flex-about {
	gap: 10%;
}
.flex-one {
    flex: 1;
}

.flex-third {
    flex: 2;
}

.flex-one img {
    max-width: 100%;
	width: 100%;
}

.grid-video {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: minmax(100px, auto);
    margin-top: 30px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-section {
    color: #fff;
}

.review {
    background: #212121;
    margin: 15px;
    border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid #333;
}
.review-txt {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.review-txt p {
	
    font-size: 15px;
    line-height: 1.5;
}
.review-img {
   margin: 20px auto 0 auto;
}
.review-img img {
    max-width: 100%;
    width: 220px;
    display: inline-block !important;
}

.review-txt span {
    font-size: 20px;
    display: block;
    margin-top: 15px;
    font-weight: 900;
    font-family: 'Manrope', sans-serif !important;
}
/*

CONTACT BOX
*/

.contact-box iframe {
    border: 1px solid #eee !important;
}

.contact-box {
    padding: 30px;
    border-top: 5px solid #006a33;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.contact-info {
    margin-top: 20px;
}

.contact-info .flex-icon {
    display: flex;
    gap: 10px;
    color: #000;
}

.contact-info a {
	color: #000;
	font-weight: 700;
	transition: .3s all;
}

.contact-info a:hover {
	color: #006a33;
}

.contact-info span.fa-stack.fa-4x {
    font-size: 18px;
}

.bold {
	font-weight: 700;
}

/*---- GALLERY ---*/

.gallery-slider img {
    max-width: 100%;
    width: 100%;
}

.gallery-section span.flex-container.flex-title {
    justify-content: flex-end;
	margin-bottom: 0 !important;
}


/*--------THANK YOU--------------------*/

.hero-txt.thank-you {
    margin-left: 0 auto;
    width: 90%;
    color: #fff;
}
/*--------BUTTON STYLES--------------------*/

button {
	transition: .3s all;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.green-btn {
	background: #009949;
	padding: 15px 20px;
	color: #fff;
	border-radius: 5px;
	border-left: 5px solid #006a33;
	border-right: none;
	border-bottom: none;
	border-top: none;
	overflow: hidden;
}

.outline-btn {
	color: #006a33;
	border: none;
	background: none;
	padding: 15px 20px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow:inset 0px 0px 0px 2px #006a33;
    -moz-box-shadow:inset 0px 0px 0px 2px #006a33;
    box-shadow:inset 0px 0px 0px 2px #006a33;
}

.outline-btn:hover {
	background: #006a33;
	color: #fff;
}
.light-btn {
    background: #e7e7e7;
    padding: 15px 20px;
    color: #000;
	
	border-left: 5px solid #000;
    border-radius: 5px;
    border-right: none;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
}

span.slide-btn {
    display: flex;
    gap: 10px;
	    margin-top: 20px;
}

.gallery-section .light-btn {
	border: none;
    font-size: 22px;
    padding: 5px 15px;
}

.gallery-section .light-btn:hover {
	background: #000;
	color: #fff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006a33;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.light-btn.hvr-sweep-to-right:before {
	background: #000;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-col:first-of-type p {
	opacity: .8;
}

.foot-col ul li a {
	opacity: .8;
	transition: .3s all;
}

.foot-col ul li a:hover {
	opacity: 1;
}
.foot-col {
    flex: 1;
    color: #fff;
}

.foot-col a,.foot-col p {
	color: #fff;
	font-size: 16px;
	transition: .3s all;
}

.foot-col a:hover,.foot-info a.flex-icon:hover {
	color: #efa93c;
}

.foot-col ul {
    line-height: 2;
}

.foot-col span.section-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 900;
}

.contact-foot {
    flex-direction: column;
    gap: 20px;
}

.contact-foot {
    flex-direction: column;
    gap: 30px;
}

.flex-icon {
    display: flex;
    gap: 20px;
    color: #fff;
}

.foot-col p.small-txt {
    font-weight: 500;
}

.foot-info p {
    font-weight: 900;
    letter-spacing: 1px;
}

.flex-foot {
    gap: 4%;
	justify-content: space-between;
}

.flex-icon p {
	    font-family: 'Manrope', sans-serif !important;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons),.list-top-section .list-title .list-title-text{
	    font-family: 'Manrope', sans-serif !important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#009949 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#009949!important;}
 .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #009949!important; transition: ease all 0.2s !important;}
 .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #009949 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #e7e7e7 !important; border: solid 1px #e7e7e7 !important; transition: ease all 0.2s !important;color: #000 !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}


.faceted-search-content .selected-facets-container .selected-facet {
	border: solid 1px #efa93c !important; transition: ease all 0.2s !important;background:#efa93c !important;    color: #000 !important;
}
.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #e7e7e7 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #e7e7e7 !important;}
.list-main-section .contact-options a {border: #e7e7e7 solid 1px !important; transition: ease all 0.2s !important;    color: #000 !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}







/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1450px) {
	.home-img {
		width: 70%;
	}
	
}
@media only screen and (max-width: 1350px) {
	.home-txt .flex-container {
		flex-wrap: wrap;
		gap:clamp(70px, 5%, 90px) !important;
	}
	.half-page {
		flex-basis: 100%;
	}
	
}
@media only screen and (max-width: 1300px) {
	.grid-brands {
    grid-template-columns: repeat(2, 1fr);
	}
	
		.head-push {
/*    height: 130px;*/
}
	.hero .hero-txt {
    padding-top: clamp(40px, 10%, 150px) !important;
    padding-bottom: clamp(75px, 5%, 150px) !important;
}
	.hero-txt h1 {
    font-size: 48px;
	}
	
	.hero-txt {
    margin: 0 auto !important;
    width: 90%;
    color: #fff;
}
	
}

@media only screen and (max-width: 1200px) {
	.hero-txt {
		    margin: 0 auto;
    		width: 90%;
	}
	
	.header-search {
    font-size: 18px;
}
	span.fa-stack.fa-4x {
    font-size: 18px;
}
	
	.head-call p {
		font-size: 18px;
	}
	.feature-grid,.grid-video {
    grid-template-columns: repeat(2, 1fr);
	}
	
	.review-txt {
		text-align: center;
	}
		header {
    background: #fff;
}
	#search {
		position: unset;
	}
	
	.divider {color: #000;}
	.header-search a {
    color: #000;
	}
	
	.logo img {
		    filter: none;
		width: 250px !important;
	}
	
	.right-head {
		color: #000;
	}
	.navigation {
    display: none;
}
	
	header span.call-txt {
    display: none;
}
}



@media only screen and (max-width: 1100px) {
	.logo img {
		width: 195px;
	}	
	
	.flex-icon {
		gap: 10px;
	}
	.head-call p {
    font-size: 16px;
}
	
}

@media only screen and (max-width: 1000px) {
	.flex-about {
		
		flex-wrap: wrap-reverse;
		gap:30px !important;
	}
	
	.home-txt .flex-container {
		flex-wrap: wrap;
		gap:clamp(70px, 5%, 90px) !important;
	}
	
	.flex-third,.flex-one {
    flex-basis: 100%;
}
	
	.grid-brands {
    grid-template-columns: repeat(2, 1fr);
	}
	
	.product-grid {
    grid-template-columns: repeat(4, 1fr);
	}
	
	.flex-one img {
		max-width: 300px
	}
}

@media only screen and (max-width: 800px) {
	.flex-foot {
		gap: 40px;
		flex-wrap: wrap;
	}	
	
	.foot-col {
    flex-basis: 40%;
}
	
	.product-grid {
    grid-template-columns: repeat(3, 1fr);
	}
	
	.hero-banner .wid90.flex-container.flex-top {
		display:block;
	}
	
	.hero-banner .wid90.flex-container.flex-top div {
		padding: 10px 0;
	}
	
}
@media only screen and (max-width: 800px) {
	.contact-head {
		display: none;
	}
	
	
	
}


@media only screen and (max-width: 630px) {

	.foot-col {
    flex-basis: 100%;
}
	
	.hero-txt h1 {
    font-size: 48px;
	}
	
	p {
		font-size: 16px !important;
	}
	
	.grid-video {
    grid-template-columns: repeat(1, 1fr);
	}
	
	.contact-box {
		padding: 30px 0;
		
    text-align: center;
	}
	
	.contact-box iframe{
		width: 90%;
		margin: 0 auto;
	}
	
	.contact-info {
		width: 90%;
		margin: 20px auto 0;
		text-align: left !important;
	}
	.home-img {
		display: none;
	}
	
	.white-boxes {
		position: relative;
		width: 100%;
		min-width: 100%;
	}
	
	.grid-brands,.feature-grid {
    grid-template-columns: repeat(1, 1fr);
	}
	
}


@media only screen and (max-width: 500px) {
	header {
    position: relative;
	}
	
	.head-push {
    display: none;
}
	.flex-header{
		justify-content: space-between;
		height: auto;
		padding: 10px 0;
		gap: 10px;
	}
	
	.logo,.right-head {
    flex-basis: 100%;
}
	.logo {
    text-align: center;
}
	.logo img {
    width: 100%;
		max-width:100%;
}
	.right-head {
		justify-content: center;
		gap: 10%;
	}
	
	.button-wrapper {
		flex-wrap: wrap;
	}
	
	.button-wrapper a {
		flex-basis: 100%;
	}
	
	.button-wrapper button {
		width: 100%;
	}
	
	.product-grid {
    grid-template-columns: repeat(2, 1fr);
	}
	
	span.flex-container.flex-title {flex-wrap:wrap; gap: 10px;}
}


@media only screen and (max-width: 420px) {
	.contact-info span.fa-stack.fa-4x {
    text-align: left !important;
    flex-basis: auto;
	}
	
	.contact-info .flex-icon {
    flex-wrap: wrap;
	}
	
	.contact-info .flex-icon span {
    flex-basis: 100%;
}
	
	.desktop-only{display: none;}
	.mobile-only {
    gap: 20px;
    align-items: center;display: flex;}
	.right-head {justify-content: flex-end !important;}
	.hero-txt h1 {
    font-size: 36px;
}
	span.section-title {font-size: 15px;}
	.home-txt h2, .page-txt h2 {font-size: 28px !important;}

	.flex-container.flex-top {align-items: center !important;}
	span.fa-stack.fa-4x {
    font-size: 16px;
}
	.flex-container.flex-top a {
    font-size: 18px;
}
}

@media only screen and (max-width: 400px) {
	.tebbe-logo img {
    width: 85px;
}
	.contact-info a {
		line-break: anywhere;
	}
	
	.tebbe-logo img {
		width: 100px;
	}
	.search-header input[type="text"]:not([class^="Mui"]) {font-size: 16px !important;}
		.product-grid {
    grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 380px) {
	
}