﻿/***** BEGIN RESET 
font-family: "inter-variable", sans-serif;
font-family: "Outfit", sans-serif;
*****/

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;  
} 

/*-------- 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 --------*/
h1,h2,h3,h4,h5,h6 {font-family: "Outfit", sans-serif !important;}
body { font-family: "Inter", sans-serif !important;}
p { font-family: "Inter", sans-serif !important;line-height: 1.5 !important;font-size: 16px;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{  margin: 30px 0;
    border: none;
    height: 1px;
    background: #dedede;}

/*--- HEADER STYLES ---------------------*/
header {box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;position:relative;}
.top-head{background: #260201;padding: 10px 0;}

.top-head .flex-container,.main-head .flex-container {justify-content: space-between;align-items: center}
.top-head .flex-container a {color: #fff !important;font-family: "Inter", sans-serif;}
.logo img {max-width: 100%;width: 150px;}
.head-social,.head-contact {gap: 15px;display: flex;}
/*---BODY--------------------------------*/
.wid90 {width: 90%;margin: 0 auto;}
.flex-container {display: flex;}
.grid-container {display: grid;}
.center {text-align: center;}
.off-white {background: #f2f0f1;}
#pad-l {padding: 50px 0;}
#pad-xl {padding: 90px 0;}
/*HOME PAGE*/
.hero {background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%),url("/siteart/hero.jpg") no-repeat;background-size: cover;background-position: center 70%;min-height: 300px;height: 50vh;display: flex;justify-content: center;align-items: center;}
.hero-txt {color: #fff;width: 90%;margin: 0 auto;}
.hero-txt h1 {font-size: 64px;margin-bottom: 30px;}
.hero-txt h1 span {display: block;font-size: 48px;}

/* HOME SEARCH */
.search-bar {padding: 30px 0;justify-content: space-between;gap:30px;align-items: center;}
.search-col {width: 100%;flex: 1;}
.search-col label {display: block;font-weight: 600;margin-bottom: 15px;}
.search-col select, .search-col input {width: 100%;box-sizing: border-box;padding: 10px;font-size: 16px;border: none;color: #000 !important;}
.example-val {margin-bottom: 25px;}
.search-col.last {width:fit-content;flex: .1;}
button.search-btn {background: #792005;border: 1px solid #792005;color: #fff;padding: 20px;border-radius: 3px;box-sizing: border-box;font-size: 18px;height: 100%;width: 100%;cursor: pointer;}
/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.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: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #fff!important; border: 1px #e8e8e8 solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative;background: #792005 !important;border: 1px solid #792005;border-radius: 3px;z-index: 1;}
.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: #555;}
.example-val{font-weight: 700;}
.example-val span{font-weight: 500;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}
/*---HOME CATEGORIES---*/
.home-categories h2 {text-align: center;}
.home-categories h2,.brand-section h2 {font-size: 32px;text-transform: uppercase;margin-bottom: 20px;font-weight: 500;letter-spacing: 1.5px;}
.grid-cat {grid-template-columns: repeat(2, 1fr); gap: 30px;}
a.cat {text-align: center;border: 1px solid #eeeeee;padding: 30px;text-transform: uppercase;letter-spacing: 1px;color: #000;transition:.3s all;}
a.cat h3 { font-family: "Inter", sans-serif !important;transition:.3s all;font-weight: 700 !important;font-size: 16px;}
a.cat img {max-width: 250px;width: 100%;opacity: .25;transition:.3s all;}
a.cat:hover {box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}
a.cat:hover img {opacity: .75;}
a.cat:hover h3 {letter-spacing: 3px;color: #792005;}
.flex-home {gap: 5%;align-items: center;}
.txt-half, .img-half {flex-basis: 50%;position: relative;}
.img-half {max-height: 700px}
.txt-half .txt-wrap {margin-left: 10%;padding: 5em 0;}
.img-half img {object-fit: cover;height: 100%;width: 100%;opacity:.9}
.txt-wrap h2 {text-transform: uppercase;letter-spacing: 1px;font-size: 40px;color: #792005;}
.txt-wrap h3 span{display: block;font-weight: 900;}
.txt-wrap h3 {margin-bottom: 20px;text-transform: uppercase;letter-spacing: 2px;font-size: 22px;color: #000;font-weight: 400;}

.brand-section h2 {margin-left: 5%;}
.brand-section hr {border: none; height: 1px; background: #eee;}
.flex-brands {justify-content: space-between;gap: 40px;padding-top: 50px;}
.flex-brands img {max-width: 100%;width: 100%;}

/*---CONTACT PAGES---*/
.half-contact {flex: 1;}
.flex-info {display: flex;gap: 10px;margin-bottom:15px;}
.flex-info strong {flex-basis: 25%;}
.half-contact a {display: inline-block !important;}
/*---SUB PAGES---*/
.subhero {height: 25vh;overflow: hidden;max-height: 400px;min-height: 190px;}
.subhero img {height: 100%;width:100%;object-fit: cover;object-position: center center;}
.page-wid {max-width: 1450px;}
.pg-content {background-color: #fefefe;
background-image: url("/siteart/groovepaper.png");}
.pg-content h1 {font-size: 32px;text-transform: uppercase;letter-spacing: 2px;font-weight: 900;margin-bottom: 10px;}

.pg-content h2 {font-size: 22px;font-weight: 500;letter-spacing: 1px;}

.pg-content ul {padding-inline-start: 40px;margin: 15px 0;}

.pg-content li {list-style: url("/siteart/list-icon.png");line-height: 1.5;margin-bottom: 10px;}
.flex-page {gap: 5%;align-items: baseline}
.half-pg {flex: 2;}
.half-map {flex: 1;}
.location-info {padding: 10px 0;}
.half-map {flex: 1;background: #fff;padding: 15px;border:1px solid #eee;}
.half-map h2 {text-transform: uppercase;font-weight: 900;font-size: 22px;margin-bottom:15px;color:#792005}
.location-info h3 {margin-bottom: 5px;}

.location-info a {color: #000;margin-bottom: 10px;display:block;transition:.3s all;}
.location-info a:hover {font-weight: 600;}
.location-info a:last-of-type{margin-bottom: 0;}
.location-pin::before {content: "\f3c5";font-family: FontAwesome;display: inline-block;margin-right: 5px;width: var(--icon-space);color:#792005;}
.phone-pin::before {content: "\f095";font-family: FontAwesome;display: inline-block;margin-right: 5px;width: var(--icon-space);color:#792005;}
.hour-pin::before {content: "\f017";font-family: FontAwesome;display: inline-block;margin-right: 5px;width: var(--icon-space);color:#792005;}
.flex-socials {gap: 10px;}
.flex-socials a {height: 20px;color:#792005;width: 20px;display: flex !important;align-items: center;justify-content: center;background: #fff;padding: 10px;transition:.3s all;border: 1px solid #eee;}
.flex-socials a:hover {background:#792005;color:#fff; }
/*---SHOWROOM---*/
.grid-showroom {grid-template-columns: repeat(4, 1fr); gap: 30px;}
.showroom {padding: 30px;background: #fff;border: 1px solid #dedede;}
.showroom img {max-width: 100%; width: 100%;}

/*--------BUTTON STYLES--------------------*/
.white-btn {background: #fff;padding: 15px;color: #792005; font-family: "Inter", sans-serif !important;font-weight: 700;border-radius: 3px;border: 1px solid #fff;font-size: 16px;min-width:150px;cursor: pointer;transition:.3s all;}
.dark-btn {background: #260201;padding: 15px;color: #fff; font-family: "Inter", sans-serif !important;font-weight: 700;border-radius: 3px;border: 1px solid #260201;font-size: 16px;min-width:150px;cursor: pointer;transition:.3s all;}
.dark-btn:hover {background: #000;}
button.search-btn {transition:.3s all;}
.red-btn {background: #792005;padding: 15px;color: #fff; font-family: "Inter", sans-serif !important;font-weight: 700;border-radius: 3px;border: 1px solid #792005;font-size: 16px;min-width:150px;cursor: pointer;transition:.3s all;}
.red-btn:hover,button.search-btn:hover {background: #260201;}
button.search-btn:hover {border-color:#260201;}
.white-btn:hover {background: #792005;border-color:#792005;color: #fff;}
/* Forward */
.hvr-forward {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);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {-webkit-transform: translateX(8px);transform: translateX(8px);}

/*-------- FOOTER STYLES ----------------*/
footer{background: #260201;padding: 30px 0;}
.foot-flex {justify-content: space-between;}
.foot-col {flex: 1;}
.foot-col img {filter: brightness(0) invert(1);max-width: 150px;margin-bottom: 10px;}
.foot-col,.foot-col a {color: #fff;line-height: 1.5;}
li.footaddress::Before{content: "\f3c5";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;}
li.footphone::Before{content: "\f095";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;}
li.footaddress span{display: block;margin-left: 5px;}
.foot-col ul li {padding-bottom: 10px;}
span.foot-title {font-family: "Outfit", sans-serif !important;font-weight: 700;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 10px;display: block;}
.flex-foot {gap: 30px;}
li.footaddress {display: inline-flex;}
.foot-social {display: flex;gap:15px;}
.foot-social a{transition:.3s all;}
.foot-social a:hover {opacity: .5;}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text{font-family: "Outfit", sans-serif !important;}
.faceted-search-content .selected-facets-container .selected-facet,.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,.faceted-search-content .faceted-section-head .faceted-section-title,.list-content .list-listing .listing-main-stats .spec-label,.list-content .spec-value,.list-content .listing-description,.list-content .price-container .price,.list-content .list-error-container .info button:not(.login-button) {font-family: "Inter", sans-serif !important;}
.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: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.list-top-section .list-listings-count {color: #792005 !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:#260201 !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,.list-content .list-error-container .info button:not(.login-button) {background:#792005 !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,.list-content .list-error-container .info button:not(.login-button){border: solid 1px #792005 !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,.list-content .list-error-container .info button:not(.login-button):hover {background: #260201 !important;border-color:#260201 !important;; color: #fff !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: #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; 
}

.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: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !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;}
.list-content .list-error-container .info .selected-facet{
    background-color: transparent !important;border: none !important;}
.list-content .list-error-container .info .selected-facet button {
    padding: 5px !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 14px !important;border: none !important;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1200px) {
	.search-bar,.grid-cat {gap: 15px;}
	.txt-half .txt-wrap {padding: 3em 0;}
	.showroom {padding: 15px;}
	.grid-showroom {gap: 15px;}
}
@media only screen and (max-width: 950px) {
	.search-bar {flex-wrap:wrap;gap: 20px;}
	.search-col {flex-basis: 45%;}
	.search-col.last {flex-basis: 100%;}
	.search-col.last button {width: 100%; padding: 10px;}
	.hero-txt h1 {font-size: 54px;}
	.hero-txt h1 span {font-size: 36px;}
	.hero {height: 40vh;}
	.txt-wrap h2 {font-size: 32px;}
	.txt-wrap h3 {font-size: 18px;}
	.home-categories h2, .brand-section h2 {font-size: 28px;}
	.flex-foot {flex-wrap:wrap;}
	.foot-col {flex-basis: 45% !important;flex-grow: 1;}
	.flex-page {flex-wrap:wrap;gap:40px;}
	.half-pg {flex-basis: 100% !important;}
	.grid-showroom {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (max-width: 850px) {
	.img-half {display: none;}
	.txt-half {flex-basis:100%;}
	.txt-wrap {width: 90%; margin: 0 auto !important;padding: 0 !important;text-align: center;}
	a.cat {padding: 20px;}
	a.cat h3 {font-size: 16px;}
	.brand-section {text-align: center;}
	.main-head {padding: 10px 0;}
	.hero {height: 30vh;}
	#pad-xl {padding: 45px 0;}
	.pg-content h1 {font-size: 28px;}	
	.pg-content h2 {font-size: 18px;}
}
@media only screen and (max-width: 750px) {
	.flex-container.flex-brands {flex-wrap:wrap;gap: 50px;}
	.flex-brands a {flex-basis: 40%;flex-grow: 1;}
	.grid-cat {    grid-template-columns: repeat(1, 1fr);}
	a.cat img {max-width: 150px;}
	.hero-txt h1 {font-size: 42px;}
	.hero-txt h1 span {font-size: 28px;}
	.head-contact span {display: none;}
	.top-head .flex-container {justify-content: flex-end;gap: 20px !important;}
	.top-head .flex-container a {font-size: 24px;}
	.head-social, .head-contact {gap:20px;}
}

@media only screen and (max-width: 550px) {
	.foot-col {flex-basis: 100% !important;flex-grow: 1;}
	.search-col {flex-basis: 100%;}
	.hero-txt h1 {font-size: 36px;}
	.hero-txt h1 span {font-size: 18px;}
	.grid-showroom {grid-template-columns: repeat(1, 1fr);}
}
@media only screen and (max-width: 450px) {
	.flex-brands a {flex-basis: 100%;flex-grow: 1;}
	
}
@media only screen and (max-width: 370px) {
	.flex-info  {flex-wrap:wrap;}
	.flex-info strong {
    flex-basis: 100%;
}
	
}






