﻿/***** 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;  
} 

html,body { max-width: 100%;
    overflow-x: hidden;}
/*-------- 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: 'Roboto Condensed', sans-serif !important;
}

p {font-family: 'Roboto Condensed', sans-serif !important;}

h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', 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 {    padding-bottom: 3px;}

.logo {
    flex: 1;
    text-align: center;padding: 10px;
}

.logo img {max-width: 100%;}
.right-side {
    flex: 2;text-align: right;
}

.flex-head {justify-content: space-between;align-items: center;}
.nav-wrap {
	    float: right!important;
    margin-right: -15px;
    width: 840px;
    border-left: 25px solid transparent;
    height: 0;
    border-bottom: 50px solid #000;
}

.top-bar{text-align: right;
    background: #ffde00;
    float: right;
    max-width: 600px !important;
    width: 100%;
    margin-top: 8px;
    transform-origin: bottom right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);margin-bottom: 2px;}

.head-wrap{transform: skew(20deg, 0deg);
    display: flex;
    gap: 10px;
	justify-content: flex-end;
    margin-right: 11%;
    align-items: center;
    padding: 5px 0;
}
.head-socials,.foot-socials  {
    display: flex;
    gap: 10px;
}

.head-socials a,.foot-socials a {
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: auto;
}
.head-socials a { background: #464646;color: #fff;}
.foot-socials a {background: #ffde00;color: #000;}

.head-socials a:hover,.foot-socials a:hover {    background: #000;
    color: #ffde00;
    box-shadow: 2px 2px 5px grey;
    transition: .2s ease;}
/*---BODY--------------------------------*/
.pad-l {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.yellow-txt {color:#ffde00 }
.flex-container {
	display: flex;
}

.center {
	text-align: center;
}

.wid85 {width: 85%; margin: 0 auto;}
.black-banner {background: #000;
    display: inline-block;
    width: 100%;}
.black-banner h1 {color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-style: italic;
    font-weight: 900;}

.inventory-wrap {display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
	grid-auto-rows: minmax(100px, auto);max-width: 1500px;margin: 0 auto;width: 90%;}

.inv-cat img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center center;
}
a.inv-cat {
    display: flex;
    flex-direction: column;
    color: #000;
    text-transform: uppercase;
    font-weight: 900 !important;
	transition: .3s all;
}

a.inv-cat:hover {box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;}

a.inv-cat:hover .cat-title {border-color: #DDDDDD;}
.cat-title {
    border-bottom: 20px solid #ffde00;
	transition: .3s all;
}

.cat-title.all-inv { border-bottom: 20px solid #000;}
.cat-title span {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
}

.bottom-banner {background: url("/siteart/inv-bg.jpg") no-repeat;background-size:cover;background-position: center;}
.banner-txt {color: #fff;max-width: 1100px;margin: 0 auto;text-align: center;padding: 6% 0;width: 90%;}
.banner-txt h2 {font-size: 36px;font-style:italic;font-weight: 900;margin-bottom: 10px;}
.banner-txt p {font-size: 18px;line-height: 1.5;}
.banner-txt a {color:#ffde00;display: block;font-weight: 900;letter-spacing: 1px;transition: .3s all;width: fit-content;margin: 20px auto 0;}
.banner-txt a:hover {color: #fff;}
/*--------FORM STYLES--------------------*/
/*KEYWORD SEARCH*/
.landing-search {border-bottom: 2px solid #000;padding: 25px 0;background: #212121;margin-top: -10px;}

.flex-search {flex-wrap: wrap;gap: 10px;align-items: center;}

.search-col {flex-basis: 24% !important;flex: 1;}

.landing-search form input,.landing-search form select {width: 100%;padding: 10px 5px;border: 1px solid #000;background-color: #fff;box-sizing: border-box;margin: 0px 5px;font-size: 13px;box-sizing: border-box;font-family: 'Roboto Condensed', sans-serif !important;}

.landing-search h5 {color: #fff;font-size: 14px;line-height: 4px;padding: 15px 0;text-transform: none;margin-left: 5px;font-weight: 400;font-family: 'Roboto Condensed', sans-serif !important;letter-spacing: 1px;}

.fullwidth {flex-basis: 24%;margin-top: 15px;}

.landing-search input[type="submit"] {background: #ddd !important;border-radius: 5px;margin: 10px 0 !important;margin-left: 5px !important;transition: .3s all;font-size: 16px;cursor: pointer;padding: 10px 0 !important;}

.landing-search input[type="submit"]:hover {    background: #ffde00!important;}
/* NOUI SLIDER */

.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.tab-container .noUi-handle{position: relative; z-index: 1}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: 0px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #FFDE30 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(95% - 15px); margin: 15px auto;}
.noUi-handle{background: #fff !important; border: 1px solid #ccc; border-radius: 3px;cursor: pointer;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700; color: #fff;} .example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

button {cursor: pointer;}
.grey-btn {border: none;background: #464646;color: #fff;font-family: 'Roboto Condensed', sans-serif;font-weight: 400;font-size: 16px;padding-left: 15px;padding-right: 15px;padding-top: 8px;padding-bottom: 8px;text-transform: uppercase;}

.grey-btn:hover {background: #000;color: #ffde00;box-shadow: 2px 2px 5px grey;transition: .2s ease;}


/*-------- FOOTER STYLES ----------------*/
footer{}

.footer {background: #F2F0F1;}
.foot-width {padding: 30px 0;max-width: 1500px;margin: 0 auto;width: 90%;}
.foot-wrap {justify-content: space-between;    padding-bottom: 20px;}

.foot-col{flex: 1;}

.foot-head{font-family: "Roboto Condensed", sans-serif;font-size: 18px;font-weight: 700;color: #242424;text-transform: uppercase;padding-bottom: 5px;margin: 0px;}


.foot-link {color:#464646;text-transform: uppercase;font-size: 14px;font-weight: 400;line-height: 25px;}
.foot-btn {border: none;background-color: #ffde00;border-radius: 5px;padding: 5px 20px;font-family: 'Open Sans', sans-serif;font-weight: 700;color: #000;letter-spacing: 1px;font-size: 15px;text-transform: uppercase;width: auto;transition: .3s all;}

.foot-btn:hover {background-color: #242424;color: #ffde00;box-shadow: 2px 2px 5px grey;transition: .2s ease;}

.foot-logo {padding-top: 30px;}

.foot-logo-img {width: 150px;max-width: 100%;}

.copyright-section {border-top: solid 2px #000;padding-top: 10px;}
.copyright {padding-left: 3%;padding-right: 3%;font-family: 'Roboto Condensed', sans-serif;text-transform: uppercase;font-size: 13px;font-weight: 500;}
.dark-space {height: 100px;background-color: #242424;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: 'Roboto Condensed', sans-serif !important;} /* Reset font, ignore icons */

#inv h1.list-title .list-title-text{
font-family: 'Open Sans', sans-serif !important; font-style: italic;font-weight: 900;}

.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: 5px !important;
    -o-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !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:#000 !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, .selected-facet, .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:#000 !important;}

.selected-facet, .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 #000 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .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 {color: #ffde00 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !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: #333 !important; color: #fff !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; 
}

.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: #333 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #333 !important;}
.list-main-section .contact-options a {border: #333 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: #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: 1410px) {
	.cat-title h3 {font-size: 16px;}
}
@media only screen and (max-width: 1200px) {
	.inventory-wrap {grid-template-columns: repeat(3, 1fr);}
}
@media only screen and (max-width: 1169px) {
	.nav-wrap {width: 100%;}
	.top-bar {max-width: 80% !important;}
	.flex-head {gap: 5%;}
}


@media only screen and (max-width: 900px) {
	.search-col,.foot-col {
    flex-basis: 40% !important;
    flex: 1;
	}.fullwidth {flex-basis: 100%;}
	
	.wid85{width: 90%;}
	
	.inventory-wrap {grid-template-columns: repeat(2, 1fr);}
	.foot-head,.banner-txt p{font-size: 16px;}
	.foot-wrap {flex-wrap:wrap;gap: 20px;}
	
	.banner-txt {padding: 50px 0;}
}

@media only screen and (max-width: 785px) {
	.flex-head {flex-wrap:wrap;gap:0px;}
	.right-side,.logo {flex-basis: 100%;}
	.logo{padding: 10px 0;}
	.nav-wrap {width: 95%;}
	.head-socials a{font-size: 13px;}
	.top-bar {width: 100% !important;max-width: 100% !important;}
	.top-bar, .head-wrap {transform: none;}
	.head-wrap {width: 90%;margin: 0 auto;justify-content: center;}
	.top-bar .grey-btn {font-size: 13px;}
	.nav-wrap {width: 100%; border-left: 0 !important;margin: 0;text-align: center;}
	#menu-button {padding-right: 0 !important;}
	.logo a {width: 90% !important;margin: 0 auto;display: block;}
	.black-banner h1,.banner-txt h2{font-size: 28px;line-height: 1.25;}
}




@media only screen and (max-width: 600px) {
	.inventory-wrap {gap: 15px;}
	.cat-title h3 {
    font-size: 14px;
}
	
	
	
}

@media only screen and (max-width: 550px) {
	.search-col,.foot-col {flex-basis: 100% !important;}
	.flex-search{gap: 2px;}
}

@media only screen and (max-width: 350px) {

	.inventory-wrap {grid-template-columns: repeat(1, 1fr);}
}


