@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..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; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
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; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*-------- 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; }

/*---PLEASE MAKE CSS CHANGES IN STYLES.SCSS FILE, CHANGES MADE IN CSS FILE WILL BE OVERRIDDEN ----*/
/*---These are Variables. They are being used in place of the hex color easily changes site colors but updating these variables----*/
/*----These are Mixins. They work similarly to variables and are plugged in using @include in place of the CSS----*/
/*-------- BODY STYLES --------*/
* {
  box-sizing: border-box; }

body {
  font-family: "Raleway", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif; }

a {
  text-decoration: none !important; }

.orange-btn {
  color: #fff;
  letter-spacing: .9px;
  font-family: "Oswald", sans-serif;
  margin-right: .9px;
  margin-left: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bolder;
  font-size: 18px;
  padding: 6.7px 23px !important;
  text-align: center;
  background-image: linear-gradient(to top, #d66a27, #f89d34);
  border-radius: 100px;
  transition: .3s ease; }

.orange-btn:hover {
  color: #fff !important;
  background-color: #f16822;
  background-image: unset;
  transform: translateY(-3px); }

/***** Start of primary nav ******/
#menu-button {
  display: none; }

nav.mobile {
  display: none; }

nav.primary {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  float: right;
  position: relative; }

nav.primary ul {
  margin: 0;
  padding: 0;
  float: right; }

nav.primary ul li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  width: auto;
  position: relative; }

nav.primary ul li a {
  color: #f4f4f4;
  font-size: 18px !important;
  line-height: 1.2;
  font-weight: bolder;
  letter-spacing: .5px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 9px; }

nav.primary ul li a:hover {
  color: #f4f4f478; }

/* Appearance of the sub-level links */
nav.primary ul li li a {
  font-size: 13px;
  letter-spacing: .3px;
  line-height: 24px;
  padding: 7px 10px;
  color: #fff;
  background-color: #494848;
  text-align: left;
  transition: .4s ease; }

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
  color: #4b4b4b;
  background-color: #fff; }

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
  display: none;
  position: absolute; }

nav.primary ul ul ul {
  position: absolute;
  left: 100%;
  top: 0; }

nav.primary ul li:hover > ul {
  display: block;
  line-height: 18px;
  z-index: 1000; }

nav.primary ul ul li {
  float: none;
  width: 220px;
  position: relative;
  margin: 0;
  display: block; }

/** drop down btns**/
.drop-down a:hover {
  color: #fff !important;
  background-color: #D36D08 !important; }

/*--- HEADER STYLES ---------------------*/
header {
  width: 100%; }

.top-header {
  width: 100%;
  color: #fff;
  background: #f16822;
  text-align: right;
  padding: 7px 25px; }
  .top-header p, .top-header a {
    font-family: "Raleway", sans-serif;
    color: #f4f4f4;
    text-align: right;
    font-size: 17px;
    font-weight: 600; }

.header {
  background: #1d1c1b;
  color: #fff; }

.header-wrap {
  max-width: 1220px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px; }

.logo {
  max-width: 160px;
  width: 100%; }
  .logo img {
    width: 100%; }

/*-------- FOOTER STYLES ----------------*/
footer {
  width: 100%;
  background: #fff;
  box-shadow: -8px 0 15px 3px rgba(0, 0, 0, 0.12); }

.footer-wrap {
  max-width: 1220px;
  margin: 0 auto;
  width: 93%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 35px 10px; }

.foot-col {
  width: 40%; }
  .foot-col img {
    max-width: 325px;
    width: 100%; }

.foot-col p, .foot-col:first-of-type a {
  color: #000;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding-top: 20px; }

.foot-col:nth-of-type(2) {
  padding-top: 45px;
  width: 20%; }

.foot-col:last-of-type {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }
  .foot-col:last-of-type a {
    font-size: 28px;
    padding: 10px 15px !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); }

.foot-btm {
  width: 100%;
  background: #f16822;
  padding: 8px; }
  .foot-btm p {
    max-width: 1220px;
    margin: 0 auto;
    width: 93%;
    padding: 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 15px; }

.foot-col ul {
  margin: 0; }
  .foot-col ul li {
    list-style: none; }
  .foot-col ul a {
    color: #000;
    padding: 6px;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 20px; }

/*----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: #f16822 !important;
  color: #000 !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: #f16822 !important;
  color: #000 !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; }

.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; }

.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; }

/*---------- RESPONSIVE STYLES ----------*/
@media screen and (max-width: 1000px) {
  .foot-col img {
    max-width: 250px; }

  /*==============================
  	Mobile Nav Styles			
  ================================*/
  nav.primary {
    display: none; }

  .header-wrap {
    padding: 12px 0 8px 0; }

  #menu-button {
    display: inline-block;
    position: relative;
    z-index: 400;
    /* needs to be lower than nav.mobile, adjust as needed */
    text-align: center;
    background: #f16822;
    box-sizing: border-box;
    height: 54px;
    width: 90px;
    border-radius: 5px; }

  #menu-button a {
    color: #fff;
    text-decoration: none;
    display: flex;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    font-family: "Oswald", sans-serif; }

  #menu-button a i {
    padding-left: 8px; }

  nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    padding: 35px;
    right: -350px;
    width: 350px;
    height: 100%;
    background: #000;
    z-index: 500;
    /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto; }

  nav.mobile ul li a.orange-btn {
    display: inline-block;
    font-size: 19px;
    margin-top: 20px;
    font-weight: 800;
    margin-left: 0 !important;
    padding: 13.5px 20px !important; }

  /* MENU HEADER STYLES */
  nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 50px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400; }

  /* MENU CLOSE 'X' BUTTON */
  nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 1;
    color: #ECECEC;
    top: 6px;
    text-decoration: none;
    right: 6px; }

  nav.mobile img {
    max-width: 200px;
    width: 100%; }

  nav.mobile .menu-toggle:hover {
    /* Menu close button on hoveer */
    color: #fff; }

  .menu-title {
    color: #999; }

  .mobile p {
    padding: 10px; }

  /* MENU LIST STYLE */
  nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 15px 0; }

  nav.mobile ul li {
    position: relative; }

  /* FIRST LEVEL */
  nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.1;
    padding: 7px 0;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: left; }

  nav.mobile ul li a:hover {
    background: rgba(45, 45, 45, 0.5);
    color: #fff;
    border-left: 4px #999 solid;
    /* border highlight - Change to fit match site colors */ }

  nav.mobile ul li .click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    position: relative;
    display: block;
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 10px;
    color: #999; } }
@media only screen and (max-width: 800px) {
  .footer-wrap {
    flex-wrap: wrap; }

  .foot-col {
    width: 50%; } }
@media only screen and (max-width: 770px) {
  .top-header {
    display: none; } }
@media only screen and (max-width: 600px) {
  .foot-col {
    width: 100% !important; }

  .foot-col:last-of-type {
    padding-top: 20px;
    justify-content: flex-start; }
    .foot-col:last-of-type .orange-btn {
      font-size: 18px; } }
