﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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 --------*/
*{box-sizing:border-box;}
body {
	font-family:'Barlow', sans-serif;
	overflow-x:hidden;
}
a{text-decoration:none;}
button:hover{cursor:pointer;}
.orange-btn{width:160px; padding:12px; transition:.3s ease; text-align:center; display:block; font-weight:500; background:#eb7203; color:#000; font-size:16px;}
.orange-btn:hover{background:#000; color:#fff;}

.flex {display: flex;}
.flex.btn-row {gap: 10px; flex-wrap:wrap;
}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#000;}
.top-header{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: flex-end;}
.top-header p{color:#fff; font-size:15px; font-weight:400; padding:14px;}
.top-header p a{color:#fff;}
.top-header p a:last-of-type{color:#eb7203; font-weight:600; transition:.3s ease;}

.top-header p a:last-of-type:hover{color:#F99436;}

header{width:100%; box-shadow:1px 1px 5px 3px rgba(0,0,0,.15);}
.header{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:320px; width:100%; padding-bottom:10px; margin-top:-20px; z-index:50; position:relative;}
.logo img{width:100%;}
/*---BODY--------------------------------*/

/*---------Search Popup-----------*/
/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;filter:blur(5px);z-index: 200; background:rgba(225,225,225,.3); }
.popcontainer p{font-size:20px; font-weight:600; padding-bottom:20px; text-align:left; text-transform:uppercase; color:#000;}
.popup{width: 100%; padding-bottom:50px; margin:0 auto;padding-top:120px; top:0;display: none;position:fixed;z-index: 500;height: 100%;}

.popcontainer{padding-bottom:50px; box-sizing:border-box; width:100%;max-width: 1000px;min-height: 150px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding: 20px;box-shadow: 0 2px 5px #000;}
.popcontainer .close{float: right;height: 35px;left: 0px;font-size:20px; text-transform:uppercase;color:#000;position: relative;padding-left:13px;top: -5px;}
.popcontainer .close:hover{
cursor: pointer;
}
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.search-row{width:100%; display:flex; flex-direction:row;}
.formfield{width:calc(100% - 190px);}
.formfield input{padding:12px; box-sizing:border-box; margin-right:10px;}
.search-row input[type="submit"]{width:180px; padding:12px; box-sizing:border-box; background:#eb7203; font-size:16px; border:none;}
.search-row input[type="submit"]:hover{background:#000; color:#fff; cursor:pointer;}

.header-search i{font-size:20px; transition:.3s ease; color:#000;}
.header-search:hover i{cursor:pointer; transform:scale(1.1);}
.header-search{background:transparent; width:60px; border:none;}


/*-------------Slideshow------------------*/
.slideshow{max-width:100%; position:relative;}
.slider-back{position:relative;}
.slider-back img{height:100%; width:100%;}

.slide-caption{position:absolute; bottom:35%; left:8%; z-index:150;}
.slide-caption h1 span{color:#eb7203; font-size:35px; font-weight:700;}
.slide-caption h1{font-size:65px; line-height:68px; max-width:700px; text-transform:uppercase;font-weight:800;color:#fff;}
.slide-caption p{font-size:19px;letter-spacing:1px;line-height:24px;font-weight:100;padding: 0 0 40px 0;}
.slide-caption a{margin-top:30px;}

.grad{width:100%; z-index:120; height:100%; position:absolute; left:0; right:0; bottom:0; background:linear-gradient(to right, rgba(0,0,0,.6), transparent);}

.arrows-wrap{width:100%;background:rgba(0,0,0,.8);z-index:200; position:absolute; bottom:0; left:0; right:0; }
.cycle-arrows{width:100%; max-width:1600px; margin:0 auto;  display:flex; flex-direction:row; justify-content: flex-end;}
.cycle-next, .cycle-prev{color:#fff; text-align:center; width:65px; height:40px; padding:10px; box-sizing:border-box; font-size:18px; }
.cycle-next:hover, .cycle-prev:hover{background:#eb7203; cursor:pointer;}
/*----------Quick Links---------*/
.qls{width:100%; max-width:1600px; margin:40px auto; display:flex; flex-direction:row;}
.qls a{width:calc(20% - 10px); background:#000; overflow:hidden; margin:5px; position:relative;}
.qls a img{width:100%; z-index:10; height:280px; transition:.3s ease; object-fit:cover; background-color:#000; object-position:top center;}
.qls a h2{position: absolute; bottom:20%; left:0; right:0; margin:0 auto; text-align:center; color:#fff; z-index:220; font-size:28px; text-transform:uppercase;}
.qls a p{width:100%; position:relative; z-index:50; margin-top:-3px; transition:.3s ease; padding:18px 26px; box-sizing:border-box; background:#eb7203; color:#000; display:flex; flex-direction:row; justify-content: space-between;}
.qls a p span{font-size:16px; font-weight:600; text-transform:uppercase;}

.gradient{position:absolute; top:0; height:280px; left:0; right:0; width:100%; z-index:200; background:linear-gradient(to top, rgba(0,0,0,.6) 3%, transparent);}

.qls a:hover img{transform:scale(1.1);}
.qls a:hover p{padding:18px 32px;}
/*--------About---------*/
.about{max-width:1600px; width:100%; margin:0 auto; padding:80px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.about-left{width:50%; padding:3% 60px 3% 0;}
.about-left h2{font-size:60px; text-transform:uppercase; font-weight:700;}
.about-left p{padding:40px 0; font-size:16px; line-height:24px;}
.about-right{width:50%;}

.about-right a{width:calc(100% - 10px); transition:.3s ease; display:block; margin:5px; height:160px; background:#000; position:relative;}
.about-right img{width:100%; height:100%; object-fit:cover; opacity:.3;}
.about-right p{position:absolute; left:0; bottom:35%; font-size:40px; text-transform:uppercase; font-weight:700; right:0; width:85%; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between; color:#fff;}
.about-right a:hover{background:#D86903;}

/*-----------Brands-----------------*/
.brands-row{width:100%; max-width:1600px; margin:0 auto; padding:80px 10px; box-sizing:border-box; display:flex; flex-direction:row;}
.brands-left{width:70%; display:flex; flex-direction:row; flex-wrap:wrap;}
.brands-left a{width:calc(25% - 2px); border:solid 1px #fff; transition:.3s ease; background:#eb7203; padding:25px; box-sizing:border-box;}
.brands-left a img{width:90%; margin:0 auto; display:flex; justify-content: center; align-content: center;}
.brands-right{width:30%; padding:5% 0 5% 5%; box-sizing:border-box;}
.brands-right h2{font-size:60px; line-height:62px; text-transform:uppercase; font-weight:700;}
.brands-right p{padding:15px 0; font-size:16px; line-height:24px;}
.brands-right a{margin-top:30px;}

.showroom{width:100%!important;}

.brands-left a:hover{background:#000;}
/* Pop up */

.item{width: 100%; left:0; overflow-y:scroll; display:none; padding-bottom:50px; margin:0 auto;padding-top:50px;top:0;position:fixed;z-index: 101;height: 100%;}

html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.item-container{top:150px;padding-bottom:50px; overflow:scroll;max-height:90vh; box-sizing:border-box; max-width: 1100px;min-height: 300px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding:65px 40px;box-shadow: 0 2px 5px rgba(0,0,0,.5); width:98%;}
.item-container .closeshow{position:absolute; top:10px; right:10px; width:40px; height:40px; padding:3px; background:#fff; font-size:40px; font-weight:700; color:#000;}

.item-container .closeshow:hover{cursor:pointer; color:#eb7203; background:transparent!important;}
.show-links{width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.show-links a{width:calc(25% - 10px); padding:0; margin:5px; background:transparent;}
.show-links a img{width:100%; box-sizing:border-box; height:200px; object-fit:cover; border:solid 1px #000;}
.show-links a p{width:100%; padding:12px; text-align:center; transition:.3s ease; background:#eb7203; box-sizing:border-box; font-weight:600; border:solid 1px #000; color:#000; }
.show-links a:hover p{background:#000; color:#fff;}
/*----------Locations------------*/
.locations{width:100%; max-width:1600px; margin:0 auto;padding:60px 10px; box-sizing:border-box;}
.locations h2{font-size:60px; text-align:center; text-transform:uppercase;padding-bottom:20px;}
.locations-box{width:98%; margin:0 auto; background:#000; padding:40px; box-sizing:border-box; display:flex; flex-direction:row;}
.loc-left{width:calc(100% - 700px);}
.loc-right{width:700px;}

.loc-right{color:#fff;}
.loc-right .click{position:relative; width:100%;}


.add-row{width:100%; display:flex; flex-direction:row; justify-content: space-between; padding:50px 0 30px 0;}
.add-row p.bold{font-size:20px; color:#fff; font-weight:700; padding-bottom:5px;}
.add-row a{color:#fff;}
.add-row a:hover{color:#FD973A;}
.add-right table{width:300px;}
.add-right table tr:nth-of-type(odd){background:#333;}
.add-right table tr td, .add-right table tr th{padding:10px; text-align:left;}
.loc-link:hover{cursor:pointer;}
.loc-link{width:100%; display:block;padding:20px; box-sizing:border-box; font-size:26px; text-transform:uppercase;font-weight:700; background:#333;}
.cat-links {width:700px;position: absolute; }
.add-list{width:100%;}
.cat-links button{width:100%; color:#fff; background:#333; padding:14px 12px; font-size:16px; text-transform:uppercase; font-weight:600; text-align:left; border:solid 1px #ccc;}
.cat-links button:hover{background:#eb7203; color:#fff; cursor:pointer;}
 #Charlotte, #Raleigh, #Savannah, #Greenville, #London, #Florence{width:100%;display:none; transition: 0.2s ease-out;}
 #CharlotteMap, #RaleighMap, #SavannahMap, #GreenvilleMap, #LondonMap, #FlorenceMap{display:none; transition: 0.2s ease-out;}

.loc-left{padding:0 40px 0 0px; box-sizing:border-box; height:400px;}

/*--------Locations Page-----------*/
.form-page{padding:80px 10px!important;}
.forms-text{padding:20px 0; }
.forms-text h1{font-size:35px; font-weigt:700; text-transform:uppercase;}

.page-top{width:100%; height:400px; position:relative;}
.page-top hr{width:160px; border:none; height:5px; background:#eb7203;}
.page-top img{width:100%; filter:brightness(.7); height:100%; object-fit:cover;}
.page-text{max-width:1600px; margin:0 auto; width:100%; padding:10px; box-sizing:border-box;text-align:center; position:absolute; left:0; right:0; bottom:40%;}
.page-top h1{ color:#fff;  text-transform:uppercase; font-weight:800; font-size:45px; text-shadow:1px 1px 2px rgba(0,0,0,.8);}
.page-text p{font-size:18px; color:#fff;}
.black{background:#000; color:#fff;}
.wrap{width:100%; max-width:1600px; margin:0 auto; padding:0 10px;}
.contact-wrap{display:flex; flex-direction:row; padding:80px 0;}
.contact-right{width:50%; padding:10px 50px; box-sizing:border-box;}
.contact-left{padding:50px; width:48%; box-sizing:border-box; background:#333;}
#formpage h2{font-size:35px; padding-bottom:40px;}
#formpage h2 span{font-size:18px; font-weight:400;}
.contact-right p{font-size:16px; line-height:24px;}
.contact-boxes{width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.contact-box{width:calc(50% - 22px); margin:10px; padding:35px 25px; box-sizing:border-box; border:solid 1px #ccc; text-align:center;}
.contact-box i{font-size:40px; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #ccc; color:#000;}
.contact-box h2{font-size:22px; padding:15px 0;}
.contact-box p, .contact-box a{font-size:16px; color:#fff;}
.contact-box a:hover{color:#F98C29;}

.contact-bottom{width:100%; padding:60px 0; display:flex; flex-direction:row;}
.image, .contact-map{width:50%; padding:20px; box-sizing:border-box;}
.image img{width:100%; height:350px; object-fit:cover;}

.contact-btns{width:calc(100% - 10px); margin:5px; display:flex; flexdirection:row;}
.contact-btns a{width:calc(50% - 10px); margin:5px; border:solid 1px #ccc; background:transparent; padding:12px; box-sizing:border-box; display:block ; text-align:center; color:#fff;}
.contact-btns a:hover{background:#eb7203; color:#000;}

/*------Social-bar---------*/
.bar{width:100%; background:#eb7203; }
.bar-wrap{max-width:1600px; width:100%; margin:0 auto; padding:12px 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.bar-wrap p{font-size:18px; font-weight:500;}
.socials{display:flex; flex-direction:row;}
.socials a i{padding:0 15px; transition:.3s ease; color:#000; font-size:22px;}
.socials a:hover i{transform: scale(1.1);}
/*---------Services-----------*/
.page-row{width:100%; max-width:1600px; margin:0 auto; padding:60px 10px; box-sizing:border-box; display:flex; flex-direction:row; }
.half{width:50%; }
.about-page{width:50%;}
.about-page img{width:100%;}
.page-side-text{padding-right:30px; box-sizing:border-box;}
.page-form{padding:40px; box-shadow:1px 1px 3px 2px rgba(0,0,0,.1); box-sizing:border-box;}
.page-side-text h2{font-size:32px; text-transform:uppercase; padding-bottom:40px;}
.page-side-text p{font-size:16px; line-height:24px;}
#formpage h3{margin:5px;}
.page-row .CaptchaWhatsThisPanel a{color:#000!important;}
.page-side-text ul {padding-left:15px;}
.page-side-text ul li{list-style: square;}
.page-side-text ul li a{color:#000; line-height:26px;}
.page-side-text ul li a:hover{color:#D56804;}
.brands-grey{width:100%; padding:40px; box-sizing:border-box; background:#f0f0f0; display:flex; margin-top:40px;flex-direction:row; flex-wrap:wrap; justify-content: space-around;}
.brands-grey img{width:30%; flex-wrap:wrap; box-sizing:border-box; filter:grayscale(1); object-fit:contain;  display:flex; align-content: center; justify-content: center; height:160px;} 

.parts-imgs{width:100%; display:flex; flex-direction:row;}
.parts-imgs img{width:50%; padding:5px; box-sizing:border-box;}
/*--------Page Contacts----------*/
.contacts{width:100%; max-width:1600px; margin:0 auto; padding:60px 10px; box-sizing:border-box;}
.contacts h2{font-size:28px; font-weight:800; text-transform:uppercase; padding-bottom:15px;}
.contact-row{width:100%; display:flex; flex-direction:row; flex-wrap:wrap;}
.loc-row{width:calc(33.33% - 10px); margin:5px; box-shadow:1px 1px 3px 2px rgba(0,0,0,.1); display:flex; flex-direction:row;}
.loc-row img{height:160px; width:240px; object-fit:cover;}
.loc-row-text{width:calc(100% - 240px); padding:25px; box-sizing:border-box;}
.loc-row-text h3{font-size:20px; font-weight:700; padding-bottom:10px;}
.loc-row-text p{color:#000; font-size:16px; font-weight:600; line-height:26px;}
.loc-row-text p a{font-weight:400; color:#000;}
.loc-row-text p a:hover{color:#eb7203;}

/*-------testimonials----------------*/
.testi{padding:25px; box-sizing:border-box; box-shadow:1px 1px 3px 2px rgba(0,0,0,.1); margin:20px 0;}
.stars i{color:#eb7203; font-size:16px;}
.stars{padding-bottom:15px;}
.testi p{font-size:16px; line-height:24px;}
.date{color:#333; font-style:italic;}
.name{font-weight:700; padding-top:15px;}
/*--------FORM STYLES--------------------*/

.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #555!important;font-size: 14px;}
.flex-row, .flex-row2{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#eb7203; color:#000;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 180px;border:solid 1px #eb7203;height:auto; font-size:16px; font-weight:400; }

#formpage input.submit-button:hover, #submit-btn button:hover{transition:ease-out .3s; background:#000; color:#fff;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;}
.captcha-button{width:180px; }
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}
.CaptchaWhatsThisPanel a{color:#fff!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer{width:100%; padding:120px 10px; box-sizing:border-box; margin:0 auto; max-width:1600px; display:flex; flex-direction:row; justify-content: space-between;}
.footer-left{width:60%; display:flex; flex-wrap:wrap; flex-direction:row; justify-content: space-between;}
.add-sec{width:30%; box-sizing:border-box; padding:0 15px 40px 15px;  color:#fff;}
.add-sec p{font-size:20px; color:#fff; font-weight:700; padding-bottom:10px;}
.add-sec a{font-size:16px; font-weight:400; color:#fff;}
.add-sec a.phone{font-weight:700; font-size:18px; color:#fff; padding-top:10px; display:block;}
.add-sec a.phone span{color:#FB8F2B; transition:.3s ease;}
.footer a{transition:.3s ease;}
.footer a:hover{transform: translateX(10px);}

.footer-right{width:40%; display:flex; flex-direction:row; justify-content: flex-end; color:#fff;}
.foot-col{padding:0 15px; width:40%;}
.foot-col p{font-size:20px; color:#fff; font-weight:700; padding-bottom:25px;}
.foot-col ul li a{color:#fff; font-weight:400; line-height:26px; font-size:15px;transition:.3s ease;}
.foot-col ul li a:hover{transform: translateX(10px);}

.bottom-footer{width:100%; background:#333;}
.bottom-wrap{width:100%; margin:0 auto; max-width:1600px; display:flex; flex-direction:row; padding:10px; box-sizing:border-box; justify-content: space-between;}
.bottom-wrap p{color:#ccc; font-size:16px;}
.bottom-wrap p a{color:#ccc;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #eb7203 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #eb7203 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1550px) {
	.logo{max-width:260px; margin-top:8px; padding-left:5px;}
	.slider-back{height:550px;}
	.slider-back img{object-fit:cover;}
	.slide-caption{left:1%;}
	.brands-right h2{font-size:45px;}
	.brands-right{padding:3% 0 3% 3%;}
	.loc-row{width:calc(50% - 10px);}
}

@media only screen and (max-width: 1350px) {
	.top-header p{ box-sizing:border-box;}
	.top-header{flex-wrap:wrap; justify-content: space-between;}
	.qls a{flex:1; min-width:30%;}
	.qls{flex-wrap:wrap;}
	.page-top{height:300px;}
	.page-text{bottom:34%;}
}
@media only screen and (max-width: 1200px) {	
	.about-left h2{font-size:50px; }
	.about{flex-direction:column;}
	.about-left{width:100%; box-sizing:border-box; padding:2% 0;}
	.about-right{width:100%;}
	.brands-row{flex-direction:column-reverse;}
	.brands-left{width:100%;}
	.brands-right{width:100%; padding:20px 10px;}
	.loc-right, .cat-links{width:500px;}
	.loc-left{width:calc(100% - 500px);}
	.footer{flex-direction:column;}
	.footer-left{width:100%;}
	.footer-right{width:100%; justify-content: flex-start;}
	.foot-col{width:100%; max-width:200px;}
	.contact-wrap{flex-direction:column-reverse;}
	.contact-left, .contact-right{width:100%;}
	.page-row{flex-direction:column;}
	.page-side-text, .about-page{width:100%;}
	.about-page{margin-top:30px;}
	.half{width:100%; margin-top:20px; box-sizing:border-box;}
	.page-side-text{padding-right:0;}
}
@media only screen and (max-width: 1000px) {	
	.popcontainer{width:80%;}
	.search-row{flex-direction:column;}
	.formfield{width:calc(100% - 20px);}
	.search-row input[type="submit"]{margin: auto;}
	.locations-box{flex-direction:column;}
	.loc-left, .loc-right{width:100%;}
	.loc-left{padding:0;}
	.locations h2{font-size:45px;}
	.about{padding:40px 10px;}
	.contact-bottom{padding:10px 0; flex-direction:column;}
	.image, .contact-map{width:100%;}
	.page-text h1{font-size:35px;}
	.loc-row{width:calc(100% - 10px);}
	.show-links a{width:calc(33.33% - 10px)!important;}
}
@media only screen and (max-width: 800px) {	
	.top-header{display:none;}
	.slider-back img{filter: brightness(.5);}
	.grad{display:none;}
	.qls a{min-width:48%;}
	.about-left h2{font-size:40px;}
	.about-right p{font-size:35px;}
	.about{padding:40px 10px;}
	.add-sec{width:50%;}
	.brands-left a{width:calc(33% - 2px);}
	.brands-row{padding:40px 10px;}
	.locations{padding:40px 10px;}
	.contact-right{padding:10px;}
	.page-text h1{font-size:32px;}
	.page-top{height:250px;}
	.page-text{bottom:25%;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:calc(100% - 10px);}
	.forms-text h1{font-size:28px;}
	#formpage h2{font-size:24px;}
	.show-links a{width:calc(50% - 10px)!important;}
}
@media only screen and (max-width: 650px) {	
	.slide-caption h1{font-size:45px; line-height:50px;}
	.slide-caption h1 span{font-size:28px;}
	.slider-back {height:480px;}
	.cat-links{width:300px;}
	.add-row{flex-direction:column;}
	.add-left, .add-right{width:100%;}
	.add-right{padding-top:15px;}
	.footer-right{flex-direction:column; justify-content: center;}
	.foot-col{text-align:center; max-width:none;}
	.bar-wrap{flex-direction:column; justify-content: center; text-align:center;}
	.socials{justify-content: center; padding-top:10px;}
	.about-right p{font-size:26px;}
	.about-right a{height:120px;}
	.brands-left a{width:calc(50% - 2px);}
	.contact-left{padding:30px;}
	.page-side-text h2{font-size:26px;}
	.brands-grey{padding:20px;}
	.show-links a{width:calc(100% - 10px)!important;}
	.item-container{top:20px!important;}
}
@media only screen and (max-width: 550px) {
	.add-sec{text-align:center; width:100%;}
	.qls a{min-width:99%;}
	.about-left h2{font-size:32px;}
	.bottom-wrap{flex-direction:column; justify-content: center; text-align:center;}
	.brands-left a{padding:10px;}
	.locations h2{font-size:35px;}
	.contact-box{width:calc(100% - 20px);}
	.loc-row {flex-direction:column;}
	.loc-row img{width:100%;}
	.loc-row-text{width:100%;}
	.contacts h2{font-size:22px;}
	.forms-text h1{font-size:25px;}
	#formpage h2{font-size:22px;}
	.brands-grey img{width:50%;}
}
@media only screen and (max-width: 400px) {
	.cat-links{width:230px;}
	.about-right p{width:90%; font-size:22px;}
	.about-right a{height:100px;}
	.qls a img{height:240px;}
	.gradient{height:240px;}
	.qls a h2{font-size:25px;}
	.popcontainer{width:95%;}
	#menu-button{width:100px!important;}
	.logo{padding:15px 0;}
	.contact-btns{flex-direction:column;}
	.contact-btns a{width:calc(100% - 10px);}
	.page-form{padding:20px;}
	.item-container{padding:55px 20px;}
}





