﻿/***** BEGIN RESET *****/

*{
    margin:0;
    padding: 0;
}




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;  
} 

/*-------- 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;
}

/*-------- VARIABLES --------*/
:root {
    --black: #000000;
    --white: #ffffff;
    --yellow: #FFBC1F;
    --gray: #F5F5F5; 
    --main-header: museo-sans, sans-serif;
    --body: "Manrope", sans-serif;
  }


/*-------- UNIVERSAL STYLES --------*/
section{
    padding: 75px 50px;
}

button{
    border: none;
    background-color: var(--yellow);
    transition:.25s;

    a{
        font-size: 16px;
        color: var(--black);
        padding: 15px 18px;
        display: flex;
        justify-content: space-around;
        align-items: baseline;
        gap: 17px;
        transition:.25s;
        font-family: var(--body);
    }

    i{
        font-size: 12px;
    }
}

button:hover{
    background-color: var(--black);
    color: black;

    a{
        color: var(--white);
    }

    i{
        color: var(--yellow);
    }
}


.secondary-btn{
    border: none;
    background-color: #fff;
    transition:.25s;
}

.secondary-btn:hover{
    background-color: #ffffff75;
    color: black;
}

.secondary-btn:hover a{
    color: #fff;
}

.drk-background{
    background-color: black;
    color: white;
}

.lgt-background{
    background-color: gray;
}

.span{
    font-weight: 700;
}

.button-container{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;

    span{
        display: flex;
        gap: 17px;
        align-items: baseline;
		transition: .25s;

        i{
            font-size: 12px;
        }
    }
}

/*-------- FLEX STYLES --------*/
.flexy{
    display: flex;
    gap: 25px;

        img{
        width: 100%;
    }
}

.flexy2{
    display: flex;
    gap: 75px;

        img{
        width: 100%;
    }
}

.col-2{
    width: 50%;
    position: relative;
    z-index: 2;
}

.col-2-lrg{
    width: 70%;
        position: relative;
    z-index: 2;
}

.col-2-sml{
    width: 30%;
        position: relative;
    z-index: 2;
}

.col-3 {
    width: 33.33%;
        position: relative;
    z-index: 2;
}

.col-4{
    width: 25%;
        position: relative;
    z-index: 2;
}


/*-------------SLIDER----------------------*/

.slide-image{
	width: 100%;
	height: 80vh;
	position: relative;
}

.slider{
	width: 100%;
	height: 100% !important;
	position: absolute !important;
	z-index: -10;
	top: 0;
	left:0;
	right: 0;
	overflow: hidden;
	
		img{
		width: 100%;
		height: 100% !important;
		object-fit: cover !important;
	}

}





/*-------- BODY STYLES --------*/

body {
    font-family: var(--body);

}

h1{
    font-family: var(--main-header);
    font-size: 90px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;

    span{
        font-size: 20px;
        text-transform: uppercase;
        font-family: var(--body);
        font-weight: 800;
    }
}

h2 {
  font-size: 64px;
  font-family: var(--main-header);
  font-weight: 300;
  margin-bottom: 15px;
  display: block;

  span {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--body);
    font-weight: 800;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    align-self: flex-start;
  }

    span:before {
        content: "";
        display: block;
        width: 100%;
        padding-left: 2px;
        height: 7px;
        background-color: var(--yellow);
        position: absolute;
        bottom: 5px;
        left: -2px;
        z-index: -1;
    }
}


a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}




/*          HEADER           */
.logo {
	max-width: 30%;
    position: relative;
    z-index: 2;;
}

.logo img {
	max-width: 100%;
}

.bottom-links{
    align-items: center;
	gap: 40px;
    position: relative;
    z-index: 2;
}

.bottom-links a{
	color: #FFFFFF;
}

.last-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 17px;
    background-color: var(--yellow);
    color: var(--black) !important;
    padding: 15px 18px;
    font-size: 16px !important;

    i{
        font-size: 13px;
    }
}

.wave-container{
    position: absolute;
    bottom: 0;
    left: -200px;
    overflow: hidden;
	width: 100%;

    svg{
        width: 1500px;
        height: auto;

    }

    path{
        fill: #2D2D2D;
    }

}


.left-menu {}

.right-menu {}

.bottom-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 50px;
	gap: 25px;
	background-color: black;
    position: relative;
}


/* Search Header */
/*---INVENTORY SEARCH IN HEADER---*/


#search {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--black);
	z-index: 999999999999;
	  position: absolute;
	display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  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;

    i{
        color: var(--white);
    }

  }
  .search-btn img {
	width: 35px !important;
  }

  #search-header input {
	caret-color: #000;
  }
  .searchTerm::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--white);
	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: 16px !important;
	color: var(--white) !important;
	font-family: 'Manrope', sans-serif !important;
	font-weight: 500 !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: var(--black);
      border-bottom: 1px solid #F5F5F5 !important;
  }

   .search-header input[type="text"]{
    color: var(--white) !important;
  }
  .search-nav {
	opacity: .7;
	transition: ease all 0.2s !important;
  }
  .search-nav:hover {
	opacity: 1;
  }
  
  .search-header input:focus {
	  outline: none;
      color: var(--white);
  }


/*--------HOME STYLES--------------------*/
.home-cover{
    padding: 150px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* background-image: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(/siteart/excavator.jpeg); */
    background-position: center;
    background-size: cover;
    color: var(--white);
    position: relative;
}


.home-cover-shadow{
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: var(--black);
	opacity: 50%;
	z-index: -1;
	position: absolute;
}

.home-cover-cta{
    background-color: var(--yellow);
    color: var(--black);
    position: absolute;
    bottom: 50px;
    right: 50px;
    padding: 25px;
	transition: .25s;

    span{
        display: flex;
        justify-content: space-between;
		align-items: baseline;
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 18px;
    }

    i{
        transform: rotate(325deg);
        font-size: 14px;
    }
}

.home-cover-cta:hover{
	background-color: var(--white);
	
	i{
		color: var(--yellow);
	}
}


.cover{
    background-color: #000;
    color:#fff;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.home-2{

    .col-3{
        padding: 40px 25px;
        border: 1px solid #DBDBDB;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: calc(150px - 12%);
        color: var(--black);
		transition: .25s;
    }
	
	.col-3:hover{
		scale: 1.008;
		background-color: var(--gray);
		
	}

    h2{
        font-size: 28px;
        margin-bottom: 10px;
        font-family: var(--body);
        font-weight: 600;
    }

    i{
        font-size: 40px;
    }
}

.home-3{
    padding-right: 0px;
    padding-bottom: 0px;
    align-items: stretch;
    position: relative;
	z-index: 2;

    img{
        height: 100%;
        object-fit: cover;
    }
}

.home-3-pad{
    padding-bottom: 75px;
    align-self: center;
}

.home-3-cta{
    text-align: center;
    background-color: var(--yellow);
    position: absolute;
    left: 60px;
    right: 0;
    bottom: -25px;
    padding: 25px;
    width: max-content;
    margin: 0 auto;
    z-index: 2;

    span{
        font-size: 72px;
        font-family: var(--main-header);
        font-weight: 700;
    }
}

.home-4{
    padding-bottom: 175px;
    background-color: var(--gray);
    align-items: center;
    position: relative;
    overflow: hidden;

    .col-2{
        z-index: 2;
    }
}

.parts-grid{
    display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
position: relative;

a{
    color: var(--black);
    background-color: var(--white);
    padding: 25px;
}
}

.parts-grid a:hover{
	span{
		gap: 25px;
	}
}

.wave-container-home{
    position: absolute;
    left: 65%;
    bottom: -250px;

    svg{
        width: 1500px;
    }

    path{
        fill: #EEEEEE;
    }
}

.home-5{
    padding: 0px 0px 75px 50px;
    position: relative;
    z-index: 2;
    align-items: center;
    margin-top: -75px;
}

.home-5-cta{
    display: flex;
    gap: 50px;
    margin-top: 25px;;

    a{
        color: var(--black);
        display: flex;
        align-items: baseline;
        gap: 10px;
        font-weight: 700;

        i{
            font-size: 14px;;
        }
    }
}

.home-5-img{
    align-self: stretch;

    img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}



.home-5-pad{
    padding-top: 75px;
}

.home-6{
    background-color: var(--gray);

    .col-2-sml{
        position: relative;
        z-index: 2;
    }
}

.brands-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;

    a{
        background-color: var(--white);
        color: var(--black);
        padding: 25px;
    }

    .image-container{
        width: 35%;
        margin-top: 25px;
    }

    img{
        mix-blend-mode: luminosity;
    }

    .button-container{
        margin-top: 25px;
    }
}

.brands-grid a:hover{
		span{
		gap: 25px;
	}
}


.parts-links2{
	margin-top: 50px;
	
	.parts-grid{
		grid-template-columns: 1fr 1fr 1fr;
	}
	
}


/*-------- FORM STYLES --------------------*/

.CaptchaPanel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px !important;
    margin: 0px !important;

    img{
        width: inherit;
    }
}

.CaptchaMessagePanel{
    text-align: left;
}

.contact-us-2{
    background-color: var(--gray);

    .home-5-cta{
        justify-content: stretch;
        align-items: stretch;
        width: max-content;

        a{
            background-color: var(--white);
            padding: 25px;
            align-self: center;
            height: 100%;
        }
    }


}


/*--------FORM STYLES--------------------*/
.include-captcha{display:none;}

#formpage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;

    h3{
        margin-top: 15px;
    }
}
.form-field-flex{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.form-field-flex input{
    border: 1px solid #8B8B8B20 !important;
    width: 50%;
    padding: 20px 25px;
    border-radius: 0px;
    font-family: 'Figtree', sans-serif;
}

#formpage textarea{
    border: 1px solid #8B8B8B20 !important;
    border-radius: 0px;
    padding: 20px 25px;
    font-family: 'Figtree', sans-serif;
}

input.submit-button{
    background-color: var(--yellow);
    border: none;
    color: var(--black) !important;
    padding: 15px 18px;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition: .25s;
    cursor: pointer;
    font-size: 16px;
}

div#submit-btn{
    margin-top: 25px;
}

.button button{
    padding: 15px 18px;
    color: var(--black);
    font-family: var(--body);
    cursor: pointer;
    font-size: 16px;
    display: flex;
    gap: 17px;
    align-items: baseline;
}

.button button:hover{
    color: var(--white);
}


/*-------- CONTACT STYLES --------*/

.contact-us-blurb{
   margin-top: 25px;
   flex-direction: column;
   display: flex;
   gap: 50px;

}

.contact-us-blurb-item{
    display: flex;

    gap: 25px;
    align-items: center;

    span{
        font-family: var(--main-header);
        font-size: 12px;
        text-transform: uppercase;
             font-weight: 300;
   
    }

    a{
        color: var(--black);
             font-weight: 600;
    }

    i{
        background-color: var(--white);
        padding: 25px;
    }
}


/*-------- PARTS STYLES --------*/

.parts-request{
    .button-container{
        margin-top: 0px;
    }
}


/*-------- What We Carry STYLES --------*/
.we-carry{
    ul{
        list-style-type: none;
        margin-top: 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    ul li{
        display: flex;
        gap: 15px;
        align-items: baseline;
        padding: 5px 7px;
        border: 1px solid #00000025;
    }

}

.parts-image-container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	
	img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
}

.we-carry2{
	align-items: center;
}



.extra-top{
	margin-top: 20px;
}

/*-------- Thank You STYLES --------*/
.thankyou-cover{
    text-align: center;
    padding: 200px 50px;

    .button-container{
        justify-content: center;
    }
}


/*-------- FOOTER STYLES ----------------*/
footer{
    font-family: var(--body);
    background-color: var(--black);
    color: var(--white);
    
    position: relative;
    overflow: hidden;

    ul a{
        color: var(--white);
    }

}

.top-footer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 75px 50px;
    position: relative;
    z-index: 2;
}

.footer-logo{
    width: 400px;

    img{
        width: 100%;
    }
}

.left-footer{
    width: 30%;
}

.right-footer{
    display: flex;
    justify-content: flex-end;
    gap: 100px;
    width: 70%;

    span{
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
        display: block;
    }

    ul li{
        list-style-type: none;
        line-height: 35px;
    }

    a{
        font-weight: 500;
    }
}

.footer-contact{
    display: flex;
    gap: 10px;
    align-items: baseline;

    a{
        color: var(--white);
        font-weight: 600;

    }

    i{
        color: var(--yellow);
        font-size: 14px;;
    }
}

.wave-container-footer{
    position: absolute;
    top: 0px;
    left: -200px;

    svg{
        transform: scaleY(-1);
    }

        path{
        fill: #171717;
    }
}



.bottom-footer{
    text-align: left;
    padding: 10px 40px;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper{
padding: 50px 40px 0px;
font-family: var(--paragraph);

i{
    transform: unset;
}
}

.parts-slider{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}

.slider2{
	width: 97% !important;
	margin: 0 auto !important;

	
	.slick-list{
		margin: 0 auto;
	}
}

.brand-logo{
	height: 130px;
	
	img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		margin: 0 auto;
	}
}

.faceted-search-content .selected-facets-container .selected-facet{
    background-color: var(--yellow) !important;
    border-radius: 0px !important;
    padding: 7px 15px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
}

.faceted-search-content .selected-facets-container .selected-facet:hover{
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.faceted-search-content .faceted-section-box .faceted-search{
    background-color: var(--black) !important;
    color: var(--white) !important;
    font-weight: 600 !important;
}


.body-wrapper section{
    padding: inherit;
}

.body-wrapper p.disclaimer{
    font-size: 12px;
}

.faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn{
    border-radius: 0px !important;
    background-color: var(--black) !important;
    font-weight: 600 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label{
    display: flex;
    gap: 5px;
}

/*  INVENTORY BUTTONS  */
a.view-listing-details-link.des-view-listingDetails, a.email-seller.des-email-seller.collapsible-contact-list-item,a.video-chat.des-video-chat.collapsible-contact-list-item{
    border-radius: 0px;
}

a.view-listing-details-link.des-view-listingDetails{
        background-color: var(--yellow) !important;
    color: var(--black) !important;
    font-weight: 600 !important;
}

a.email-seller.des-email-seller.collapsible-contact-list-item{
    background-color: var(--black);
    color: var(--white);
    font-weight: 600 !important;
}

a.video-chat.des-video-chat.collapsible-contact-list-item{
    background-color: var(--white) !important;
    border: 1px solid #00000075;
    color: var(--black);
    font-weight: 600 !important;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1425px){
	.bottom-links{
		gap: 25px;
	}
}



@media only screen and (max-width: 1380px){
	.parts-image-container{
		flex-direction: column;
		
		.col-2{
			width: 100%;
		}
	}

}


@media only screen and (max-width: 1320px){
	.last-btn{
		font-size: 16px;
	}
}


@media only screen and (max-width: 1285px){
    footer{
        .no-break{
            display: none;
        }
    }
	
	.bottom-links{
		gap: 20px;
	}
	
}


@media only screen and (max-width: 1150px) {
    .home-4, .we-carry{
        gap: 50px;
    }

    .parts-grid, .brands-grid{
        gap: 15px;
    }

    .right-footer{
        gap: 50px;
    }
	
	.bottom-links{
		gap: 15px;
	}
	
	.we-carry2{
		flex-direction: column;
		
		.col-2{
			width: 100%;
			box-sizing: border-box;
		}
	}

}

@media only screen and (max-width: 1040px){
    .home-4,.we-carry{
        flex-direction: column;

        .col-2{
            width: 100%;
        }
    }

        .home-6{
        flex-direction: column;

        .col-2-sml, .col-2-lrg{
            width: 100%;
        }

        .no-break{
            display: none;
        }
    }

    .top-footer{
        flex-direction: column;
        gap: 50px;
    }

    .left-footer,.right-footer{
        width: 100%;
    }

    .right-footer{
        justify-content: space-between;
    }
	
		.home-2 .col-3{
		gap: calc(100px - 12%);
	}

}

@media only screen and (max-width: 960px){
    .home-5-cta{
        flex-direction: column;
        gap: 25px;
    }
	


}


/*----------    MOBILE MENU    ----------*/
@media only screen and (max-width: 900px) {
    nav.mobile .logo {
        width: 175px;
    }
}


@media only screen and (max-width: 833px){
	.home-2{
		.col-3{
		gap: calc(75px - 12%);
			padding: 25px 20px;
		}
		
		h2{
			font-size: 22px;
		}
		
	} 
}



@media only screen and (max-width: 800px) {
    .flexy, .flexy2{
        flex-direction: column !important;
    }
    
    .col-2, .col-3, .col-4, .col-2-sml, .col-2-lrg{
        width: inherit !important;
    }
	
	
		.we-carry2{
		
		.col-2{
			width: 100% !important;
		}
	}
    
    .no-break{
        display: none;
    }

    .home-3, .home-4, .home-5{
        padding: 75px 50px;
    }

    .home-3{
        padding-top: 0px;
    }

    .home-3-cta{
        margin: inherit;
        left: inherit;
        right: 0;
    }

    .home-5{
        margin-top: 0px;
    }

    .home-5-pad, .home-3-pad{
        padding: 0px;
    }
	
	
	.parts-links2{
	.parts-grid{
		grid-template-columns: 1fr 1fr;
		}
	}

}

@media only screen and (max-width: 675px){

        h1{
            font-size: 72px;
        }

    .brands-grid{
        grid-template-columns: 1fr 1fr;
    }

    .home-cover{
        margin-bottom: 225px;
        padding: 100px 50px;
    }

    .home-cover-cta{
        bottom: -275px;
        right: 0;
        left: 0;
        margin: 50px;
    }

    .right-footer{
        flex-direction: column;
        gap: 25px;
    }
}

@media only screen and (max-width: 550px) {

        h1{
            font-size: 52px;
        }

            h2{
            font-size: 48px;
        }

        .home-2 {
            h2{
                font-size: 24px;
            }
            

            .col-3{
                gap: calc(100px - 12%)

            }
        }
	
	.parts-image-container{
		grid-template-columns: 1fr;
	}


 .form-field-flex{
        flex-direction: column;
    }

    .form-field-flex input{
        width: inherit;
    }

    div#captcha{
        width: inherit;
    }

    .brands-grid, .parts-grid{
        grid-template-columns: 1fr;
    }

    .footer-logo{
        width: 325px;
        img{
            width: 100%;
        }
    }
	
}


@media only screen and (max-width: 475px){
		.parts-links2{
	.parts-grid{
		grid-template-columns: 1fr;
		}
	}
}



@media only screen and (max-width: 425px) {

            h1{
            font-size: 48px;
        }

            h2{
            font-size: 36px;
        }
	
	.slide-image{
		height: 60vh;
	}

        .home-cover{
            padding: 100px 25px; 
        }

        .home-cover-cta{
            margin: 25px;
            bottom: -240px;
        }

    section,.home-3, .home-4, .home-5{
        padding: 50px 25px;
    }

    .thankyou-cover{
        padding: 200px 25px;
    }
	
        .footer-logo{
        width: 275px;
        img{
            width: 100%;
        }
    }

    .top-footer{
        padding: 50px 25px;
    }

    .bottom-footer{
        padding: 10px 25px;
    }
    
}

@media only screen and (max-width: 350px){
            h1{
            font-size: 42px;
        }

            h2{
            font-size: 28px;
        }

        .home-2 h2{
            font-size: 20px;
        }

        .flexy2{
            gap: 40px;
        }

        .button-container{
            margin-top: 25px;
        }
}


@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}



@media only screen and (min-width: 768px) {
	
}



