﻿/* ===========================================================
=========================================================== */
/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */
/* ===========================================================
01. Reset
=========================================================== */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  /* font-size: 16px; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

/* ===========================================================
02. Body Styles
=========================================================== */

/* If older version of firefox // math function fallback */
@-moz-document url-prefix() {

  @supports (animation: calc(0s)) {

    :root {
      --spacing-sm: 25px !important;
      --spacing-md: 50px !important;
      --spacing-lg: 100px !important;
    }
  }
}

:root {
  --spacing-sm: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  --spacing-md: clamp(2.5rem, 2.2rem + 1.5vw, 4rem);
  --spacing-lg: clamp(5rem, 4.6rem + 2vw, 7rem);
}

body {
  background: url(/siteart/background-body-01.jpg) center center repeat-y;
  font-family: "Barlow", sans-serif !important;
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 1rem;
}

html {
  overflow-x: hidden;
  font-size: 100%;
}

/* ===========================================================
03. Header Structure
=========================================================== */
/* Header */
.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  background-image: url(/siteart/background-header-pattern-01.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-color: #040404;
  transition: top 0.4s ease-in-out;
  position: relative;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 9px 26px -7px rgba(0, 0, 0, 0.57);
}






.header-logo img {
  padding: 10px 0;

  height: auto;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-logo {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 50%;
}

.header-main {
  justify-content: space-between;
  padding: 15px 0;
}


.header-left {
  width: 25%;
}



/*  */
.social-container li {
  display: inline-block;
  padding: 0 5px;
}

.social-container a {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.social-container i {
  color: #040404;
  font-size: 1.2rem;
}

.social-container .facebook {
  background: #3b598f;
}

.social-container .youtube {
  background: #ff0000;
}

.social-container a:hover {
  opacity: 0.6;
}

.address-link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.address-link:hover {
  opacity: 0.6
}

.header-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.header-middle p {
  font-family: 'Source Serif Pro', serif;
  font-weight: 600;
  color: #b9b9b9;
  font-size: 1.2rem;
}

.header-right {
  width: 25%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.header-bottom {
  width: 100%;
  border-top: 6px solid #e30000;
}

.header-towing-link p {
  margin-bottom: 0;
  font-weight: 700;
}

.header-towing-link {
  text-align: right;
}



header .internal-list {
  width: 80%;
}

header .internal-list li:nth-of-type(odd) {
  background: #353535;
}

header .internal-list li {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
}


.internal-list.hours li {
  display: flex;
  justify-content: space-between;
}

.header-main .bttn-base {
  padding: 0;
  width: 100%;
  max-width: 260px;
}

/* Header Search */
.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  /* background-size: 1px 200px; */
  position: relative;
  overflow: hidden;
  margin-left: 25px;
}

.header-search-icon:hover {
  cursor: pointer;
}

.header-search-icon:hover i {
  opacity: 0.6;
}

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i {
  color: #ff0000;
  font-size: 1.3rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*  */
.header-search-slide {
  background: #e8e8e8;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
  border-top: 1px solid #fff;
}

.header-search-slide .header-search {
  width: 100% !important;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 45px;
}

.desktop-header-search {
  margin-top: 10px;
}

.header-search {
  display: flex;
  height: 100%;
  min-width: 240px;
}

.header-search input[type="text"] {
  background: #e6e7e8;
  border: none;
  box-sizing: border-box !important;
  padding: 0 15px;
  width: 80%;
  height: 100%;
  border-radius: 0;
}

.header-search-slide .header-search input[type="text"] {
  background: #fff;
}

.header-search input[type="text"],
.header-search ::placeholder {
  font-weight: 400;
  font-size: 0.8rem !important;
  color: #3f3f3f !important;
}

.header-search i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.search-form-submit {
  background: #ff0000;
  max-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: none;
  width: 20%;
  height: 100%;
  border-radius: 0;
}

.search-form-submit:hover {
  background: #e2ac00 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.header-search-container {
  height: 100%;
}

.header-search-select {
  height: 100%;
  display: flex;
}

.header-search-select select {
  background: #cacbcc;
  padding: 0 4px;
  font-size: 0.8rem !important;
  height: 100%;
  font-weight: 500;
  border: none;
  box-sizing: border-box !important;
  width: inherit !important;
  color: #545454 !important;
}

.header-search-select option {
  background: #cacbcc;
  color: #545454 !important;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
.list-content .list-title .list-title-text {
  line-height: 1.3;
  font-family: industry, sans-serif !important;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 1.38rem;
}

h1 {
  font-weight: 800;
  font-style: normal;
  margin-bottom: 1.38rem;
  font-size: 2.5rem;
  line-height: 1;
}

.heading-small {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}


h2 {
  margin-bottom: 1.6rem;
  font-weight: 800;
  font-size: 1.9rem;
}

.light {
  font-weight: 500;
}

h3 {
  font-weight: 700;
  font-size: 1.5rem;
}

h4 {
  font-weight: 700;
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

h6 {
  font-weight: 700;
  font-size: 0.8rem;
}

strong,
p b,
.bold {
  font-weight: 800;
}

p {
  line-height: 1.75;
  font-weight: 400;
  color: #3f3f3f;
  margin-bottom: 1.4rem;
}

.small {
  font-size: 0.9rem;
}

.large {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */
a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.bttn-base,
.bttn-small {

  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  border-radius: 0;
  white-space: pre-wrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}

.bttn-base {
  font-size: .85rem;
  transition: 0.3s !important;
  height: 50px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bttn-small {
  font-size: .95rem;
}

.bttn-red {
  color: #fff !important;
  background: #ff0000;
  border: none !important;
}

.bttn-red:hover {
  background: #dd0000;
}

.bttn-white {
  color: #000 !important;
  background: #fff;
  border: none !important;
}

.bttn-white:hover {
  background: #f4f4f4;
}

.bttn-grey {
  color: #000 !important;
  background: #cacaca;
  border: none !important;
}

.bttn-grey:hover {
  background: #b2b2b2;
}

.bttn-small i {
  font-size: 1.2rem;
}

.bttn-base i {
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow i {
  margin: 0 0 0 5px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.bttn-full {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.phone:hover {
  opacity: 0.6;
}

.bttn-small:hover,
.bttn-large:hover {
  opacity: 0.6
}

.bttn-large {
  font-size: 1.4vw;
  font-weight: 500;
}

.body-link {
  font-weight: 700;
  font-style: normal;
  /* white-space: nowrap; */
}

.body-link-lt {
  font-weight: 400;
  font-style: normal;
}

/* .body-link span {
  font-weight: 400;
} */

.body-link i {
  margin-right: 7px;
  font-size: 1.3rem;
}

.body-link:hover,
.body-link-lt:hover {
  opacity: 0.7;
}

.bttn-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.39);
}

/* ===========================================================
06. Site Structure
=========================================================== */
.wrapper {
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
}


.internal-main {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 600px;
  background-color: #fff;
}

.home .internal-main {
  background-image: url(/siteart/background-grey-texture-01.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-x;
}





.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 9px 28px -8px rgba(0, 0, 0, 0.68);

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.category-card-outer {
  padding: 12.5px;
}

.category-card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.home .category-card-inner {
  height: 250px;

}

.card-bottom,
.feature-card-top {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-bottom {
  margin-top: auto;
}

.card-bottom h5 {
  margin-bottom: 0;
  font-size: 0.85vw;
}

.category-card-inner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


.category-card-inner.truck-trailer-parts {
  background-image: url(/siteart/category-truck-trailer-parts.jpg);
}

.category-card-inner.truck-trailer-service {
  background-image: url(/siteart/category-truck-trailer-service.jpg);
}

.category-card-inner.truck-trailer-sales {
  background-image: url(/siteart/category-truck-trailer-sales.jpg);
}

.category-card-inner.lease-rental {
  background-image: url(/siteart/category-lease-rental.jpg);
}

.overlay-dark {
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}


.category-card-inner:hover .overlay-dark {
  background: rgba(0, 0, 0, 0.05);
}

.card-model-image {
  width: 100%;
}


.welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome p {
  max-width: 850px;
}

.ct-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.ct-container-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.ct-container.ct-inventory {
  background-image: url(/siteart/background-ct-inventory.jpg);
}

.ct-container .overlay-dark {
  background: rgba(0, 0, 0, 0.1);
}

.ct-container:hover .overlay-dark {
  background: rgba(0, 0, 0, 0.03);
}

.category-card-inner.for-sale-new-trucks {
  background-image: url(/siteart/category-card-for-sale-new-trucks.jpg);
}

.category-card-inner.for-sale-used-trucks {
  background-image: url(/siteart/category-card-for-sale-used-trucks.jpg);
}

.category-card-inner.for-sale-trailers {
  background-image: url(/siteart/category-card-for-sale-trailers.jpg);
}

/* Scrolling Inventory */

.scrolling-wrap {
  height: 90px;
}

iframe.scrolling {
  width: 100%;
}

/*  */
.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.list.hours li {
  display: flex;
}

.list li {
  padding: 10px 15px;
}

.list li:nth-of-type(odd) {
  background: #9a9ca1;
}


/* Sidebar */
.internal-sidebar {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

.internal-sidebar a {
  white-space: normal;
  word-break: break-word;
}

.internal-sidebar .heading {
  background: #8f8f8f;
  padding: 10px 25px 10px 25px;
  text-align: center;
}

.internal-sidebar h5 {
  margin-bottom: 0;
  color: #fff;
}

.internal-sidebar .sidebar-main {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.internal-sidebar p {
  line-height: 25px;
}

.internal-main .inventory-link h5 {
  margin-bottom: 5px;
}

.internal-sidebar .list li:nth-of-type(odd) {
  background: #fff;
}

.sidebar-main .body-link i {
  font-size: 14px;
}

.internal-sidebar .bttn-base,
.inventory-link .bttn-base {
  width: 100%;
}

.internal-sidebar .bttn-base {
  word-break: keep-all;
}

.internal hr {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.internal-sidebar .body-link {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-weight: 500;
}

.bttn-container {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.internal-list {
  max-width: 100%;
  margin-bottom: 25px;
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
}

.internal-list li,
.internal-list-two li {

  padding: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.internal-list li:nth-of-type(odd) {
  background: #f4f2f2;
}

.internal-list-two {
  background: #fbf9f5;
  padding: 25px;
}

.internal-list-two li:nth-of-type(odd) {
  background: #fff;
}

/* Tables */


.internal-table {
  width: 100%;
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
}

/* .internal-table thead {
  background: #cecece;
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 15px;
} */

.internal-table .theading {
  border-right: 1px solid #cacaca;
}

.internal-table th,
.internal-table td {
  padding: 15px 0 15px 15px;
}

.internal-table td {
  font-size: 14px;
  border-right: 1px solid #cacaca;
}

.internal-table tbody tr {
  border-bottom: 1px solid #cacaca;
  padding: 15px 25px;
}


/* .internal-table tbody tr:nth-of-type(odd) {
  background: #eaeaea;
  padding: 15px 25px;
}

.internal-table tbody tr:nth-of-type(even) {
  background: #f9f9f9;
  padding: 15px 25px;
} */

.internal-table table {
  background: #f9f9f9 !important;
}


/* Team Cards */

.team-card-outer {
  width: 33%;
  padding: 7px;
  /* height: 220px; */
}

.team-card-inner {
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.36);
}

.team-card-inner .bttn-small {
  text-transform: none;
}

.logo {
  max-width: 250px;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ededed;
}

.thankyou .fa-envelope {
  font-size: 2rem;
}

.internal-sub-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.internal-sub-menu li {
  display: inline-flex;
}

.internal-sub-menu li a {
  color: #565656;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  padding: 5px 10px;
  white-space: nowrap;
  border-right: 1px solid #dddddd;
  box-sizing: border-box !important;
}


.internal-sub-menu li:last-of-type a {
  border-right: none;
}

.internal-sub-menu li a:hover,
.internal-sub-menu li a.active {
  background: rgba(0, 0, 0, 0.05);
}

.logo-sm {
  width: 120px;
}

.card-inner {
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0px 2px 12px -1px rgb(0 0 0 / 36%);
  -moz-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 2px 12px -1px rgb(0 0 0 / 36%);
}




/* Noui Slider Start */
#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 2px 22px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 2px 22px -1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 2px 22px -1px rgba(0, 0, 0, 0.27);
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.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: #ffc700 !important;
  border: 1px #515151 solid;
}

.noUi-target {
  width: calc(95% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #898989 !important;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #898989 !important;
  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-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: #4d4d4d;
}

.example-val {
  color: #4d4d4d;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  padding-bottom: 0;
}

.example-val span,
.val-divider {
  font-weight: 500;
  color: #4d4d4d;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */
footer .wrapper {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
}


footer h2 {
  font-size: 30px;
  color: #fe0000 !important;
  text-transform: uppercase;
  font-family: industry, sans-serif !important;
}

footer .footer-logo+a {
  color: #fff !important;
  letter-spacing: unset !important;
  font-weight: 400 !important;

}



footer .phone,
footer .body-link {
  display: block;
}

footer a:hover {
  opacity: 0.75;
}

.footer-brand {
  width: 20%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-brand:nth-child(1),
.footer-brand:nth-child(2),
.footer-brand:nth-child(3),
.footer-brand:nth-child(4) {
  width: 25%;
}

.footer-brand img {
  width: 100%;
  max-width: 200px;
}

/* ===========================================================
08. Form Structure
=========================================================== */
/* 08.01. Form Base Styles
=========================================================== */
#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8e8e8e;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage input[type="date"],
#formpage input[type="time"],
#formpage select,
#formpage textarea {
  background: #efefef;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  min-height: 300px;
}

select option {
  color: #8e8e8e;
  font-size: 14px !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-third {
  width: 33.3%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */
.CaptchaImagePanel {
  margin-top: 10px;
  padding: 0 0 0 0;
}

.CaptchaMessagePanel {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* ===========================================================
09. Classes
=========================================================== */
.text-center {
  text-align: center;
}

.row {
  flex-direction: row;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.space-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}

.p-xs {
  padding: 12.5px;
}

.p-sm {
  padding: 25px;
  padding: var(--spacing-sm);
}

.p-md {
  padding: 50px;
  padding: var(--spacing-md);
}

.p-lg {
  padding: 100px;
  padding: var(--spacing-lg);
}

.px-sm {
  padding: 0 25px;
  padding: 0 var(--spacing-sm);
}

.px-md {
  padding: 0 50px;
  padding: 0 var(--spacing-md);
}

.px-lg {
  padding: 0 100px;
  padding: 0 var(--spacing-lg);
}

.py-sm {
  padding: 25px 0;
  padding: var(--spacing-sm) 0;
}

.py-md {
  padding: 50px 0;
  padding: var(--spacing-md) 0;
}

.py-lg {
  padding: 100px 0;
  padding: var(--spacing-lg) 0;
}

.pl-sm {
  padding-left: 25px;
  padding-left: var(--spacing-sm);
}

.pl-md {
  padding-left: 50px;
  padding-left: var(--spacing-md);
}

.pl-lg {
  padding-left: 100px;
  padding-left: var(--spacing-lg);
}

.pr-sm {
  padding-right: 25px;
  padding-right: var(--spacing-sm);
}

.pr-md {
  padding-right: 50px;
  padding-right: var(--spacing-md);
}

.pr-lg {
  padding-right: 100px;
  padding-right: var(--spacing-lg);
}

.pt-sm {
  padding-top: 25px;
  padding-top: var(--spacing-sm);
}

.pt-md {
  padding-top: 50px;
  padding-top: var(--spacing-md);
}

.pt-lg {
  padding-top: 100px;
  padding-top: var(--spacing-lg);
}

.pb-sm {
  padding-bottom: 25px;
  padding-bottom: var(--spacing-sm);
}

.pb-md {
  padding-bottom: 50px;
  padding-bottom: var(--spacing-md);
}

.pb-lg {
  padding-bottom: 100px;
  padding-bottom: var(--spacing-lg);
}

.m-xs {
  margin: 12px;
}

.m-sm {
  margin: 25px;
  margin: var(--spacing-sm);
}

.m-md {
  margin: 50px;
  margin: var(--spacing-md);
}

.m-lg {
  margin: 100px;
  margin: var(--spacing-lg);
}

.mx-sm {
  margin: 0 25px;
  margin: 0 var(--spacing-sm);
}

.mx-md {
  margin: 0 50px;
  margin: 0 var(--spacing-md);
}

.mx-lg {
  margin: 0 100px;
  margin: 0 var(--spacing-lg);
}

.my-xs {
  margin: 12px 0;
}

.my-sm {
  margin: 25px 0;
  margin: var(--spacing-sm) 0;
}

.my-md {
  margin: 50px 0;
  margin: var(--spacing-md) 0;
}

.my-lg {
  margin: 100px 0;
  margin: var(--spacing-lg) 0;
}

/*  */

.mt-xs {
  margin-top: 12px;
}

.mt-sm {
  margin-top: 25px;
  margin-top: var(--spacing-sm);
}

.mt-md {
  margin-top: 50px;
  margin-top: var(--spacing-md);
}

.mt-lg {
  margin-top: 100px;
  margin-top: var(--spacing-lg);
}

.mb-xs {
  margin-bottom: 12px;
}

.mb-sm {
  margin-bottom: 25px;
  margin-bottom: var(--spacing-sm);
}

.mb-md {
  margin-bottom: 50px;
  margin-bottom: var(--spacing-md);
}

.mb-lg {
  margin-bottom: 100px;
  margin-bottom: var(--spacing-lg);
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-sm {
  margin-right: 25px;
  margin-right: var(--spacing-sm);
}

.mr-xs {
  margin-right: 12px;
}

.mb-none {
  margin-bottom: 0;
}

/*  */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

/*  */
.bg-lt-grey {
  background: #f4f2f2
}

.bg-md-grey {
  background: #999999;
}

.bg-white {
  background: #fff;
}

.bg-tan {
  background: #f5f3f0;
}

.bg-yellow {
  background: #ffc700 !important;
}

.dark-grey {
  color: #6b6b6b;
}

.green {
  color: #00bb9c;
}

.grey {
  color: #999999;
}

.lt-grey {
  color: #b9b9b9;
}

.yellow {
  color: #ff0000;
}

.red {
  color: #ff0000;
}

.black {
  color: #000;
}

.white {
  color: #fff !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */


.list-content .list-top-section .sticky-top-menu {
  z-index: 5 !important;
}

.list-content .list-top-section .sticky-top-menu .listing-option-bar-content {
  max-width: 80% !important;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .listing-portion-title {
  font-size: 17px !important;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #999 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.detail-additional-data h3 {
  font-size: 18px;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #ff0000 !important;
  border: none;
  color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #ff0000 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #888 solid;
}

.detail-additional-data .data-row .data-label {
  border-bottom: 1px solid #dd0000;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #666 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #dd0000 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #666;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #000 !important;
  border: 1px #000 solid !important;
}

.modal-content .modal-top .modal-title {
  font-size: 1.3rem !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #ddd !important;
}

.detail-group-data h2 {
  font-size: 22px !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  font-weight: 400 !important;
  background-color: #ededed !important;
}

.detail-content-mobile .detail-main-body .fin-stacked {
  background: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #000;
  border: 1px #000 solid;
}

.detail-btn-calc p {
  margin-bottom: 0;
}

.list-content .list-title {
  display: block;
  margin: 0;
  color: #fff;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #ff0000 !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #dd0000 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #dd0000 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #666;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #ff0000 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.contact-info-heading h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  font-weight: 300 !important;
  margin-bottom: 25px;
  letter-spacing: -1.5px;
}

.grouped-faceted-header {
  background: #ededed !important;
  color: #6e6e6e !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}


.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}



.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #ff0000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #dd0000 !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: #fff !important;
  box-sizing: border-box;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */
.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #dd0000 !important;
  color: #fff !important;
}

.contact-options a {
  background: #ff0000 !important;
  background-color: #ff0000 !important;
}

/*  */

h1.detail-title {
  font-size: 1.4rem;
}

.list-content .list-error-container .info button {
  color: #fff;
  background-color: #000 !important;
}

p.disclaimer {
  color: #999;
  line-height: 1.8;
  font-size: .8rem;
}

.breadcrumbs .breadcrumbs-element,
.detail-mobile-title .detail-title {
  color: #fff !important;
}

.detail-wrapper .search-results {
  color: #ff0000 !important;
}

.detail-additional-data h3 {
  color: #fff !important;
  margin-top: 25px;
}

.dealer-info {
  background-color: #fff !important;
  padding: 15px;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  background: #fff;
  padding: 5px 10px;
}

.compare-title h3 {
  font-size: 18px;
  color: #ff0000;
  line-height: 24px;
}

.faceted-search-content {
  background: #fff;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */

@media (max-width: 1350px) {
  html {
    font-size: 90% !important;
  }

}


@media (max-width: 1200px) {
  .category-card-outer {
    width: 50%;
    padding: 7px;
  }

  .home .category-card-inner {
    height: 200px;
  }

  .card-bottom {
    padding: 15px 7px;
  }

  .category-card-inner h5 {
    font-size: 0.85rem;
  }

  .team-card-inner h3 {
    font-weight: 700;
    font-size: 1.3rem;
  }

  .header-left .flex {
    flex-direction: column;
  }

  .header-left .social-container {
    margin-top: 15px;
  }
}

@media (max-width: 1078px) {
  .wrapper {
    width: 90%;
  }



  .footer-brand {
    width: 33.33333% !important;
    padding: 10px;
  }
}


@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media (max-width: 900px) {


  .internal-main .col-1.flex {
    flex-direction: column;
  }

  .internal-main .col-1.flex.row {
    flex-direction: row;
  }

  .internal-sidebar .bttn-base {
    width: auto;
  }

  .flex-container div[class^="col-"] {
    width: 100%;
  }

  .flex-container div[class^="col-"].pr-sm {
    padding-right: 0;
  }


  .hide-mobile,
  .utility,
  .header-right-bottom-right .bttn-base,
  header .bttn-large {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .bttn-large {
    font-size: 1.3rem;
  }

  .header-search i {
    font-size: 18px;
  }



  .search-form-submit {
    max-height: 75px;
  }

  .mobile-nav-container .bttn-base {
    border-right: 1px solid #a00000 !important;
    height: 100%;
    font-size: 0.9rem;
  }

  .mobile-nav-container {
    height: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
  }

  .mobile-menu-nav-icon {
    background: #ff0000;
    position: relative;
    overflow: hidden;
    width: 80px;
    padding: 0 !important;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
  }

  .mobile-menu-nav-icon:hover {
    background: #dd0000;
    cursor: pointer;
  }

  .mobile-menu-nav-icon i {
    font-size: 1.4rem !important;
    color: #fff !important;
  }

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 70px;
    border-left: 1px solid #ededed;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    font-size: 1.3rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #ff0000;
  }

  .nav-icon:hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }



  /*  */

  .header-main {
    flex-direction: column;
  }

  .header-left,
  .header-middle,
  .header-right {
    width: 100%;
  }

  .header-logo {
    width: 60%;
    max-width: 350px;
  }

  .header-middle {
    order: 1;
    flex-direction: column-reverse;
  }

  .header-middle p {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .header-left {
    order: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }

  .header-left .bttn-base {
    color: #e30000 !important;
    background: none;
    font-size: 1rem;
    height: auto;
  }

  .header-left .address-link {
    margin-bottom: 0;
  }

  header .internal-list li {
    padding: 5px;
  }


  header .social-container,
  .header-right .bttn-base {
    display: none;
  }

  .header-right {
    order: 3;
    flex-direction: row;
    align-items: center;
  }

  header .internal-list {
    width: 40%;
    min-width: 150px;
  }

  .team-card-outer,
  .card-outer {
    width: 50%;
  }

  .internal-table thead {
    font-size: 13px;
  }

  .internal-table td {
    font-size: 12px;
  }


}



@media (max-width: 800px) {

  .list-two-col {
    columns: 1;
  }

  .form-flex {
    flex-direction: column;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .internal-form input[type="text"],
  .internal-form input[type="email"],
  .internal-form input[type="phone"],
  .internal-form input[type="date"],
  .internal-form input[type="time"],
  .internal-form select,
  .internal-form textarea,
  .contact-half,
  .contact-third,
  .contact-half-one,
  .form-flex .form-flex {
    width: 100% !important;
  }

  h1 {
    font-size: 2.3rem;
  }

  .header-middle p {
    margin-bottom: 0;
  }
}



@media (max-width: 600px) {
  html {
    font-size: 85% !important;
  }

  .wrapper.body-main {
    width: 100%;
  }

  footer .wrapper {
    width: 90%;
  }

  h2 {
    font-size: 1.7rem;
  }

  .nav-icon {
    width: 50px;
  }

  .header-middle p {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .bttn-base,
  .internal-sidebar .bttn-base {
    width: 100%;
  }

  .mobile-menu-nav-icon {
    width: 60px;
  }

  .header-logo {
    width: 50%;
  }

  .category-card-outer {
    width: 100%;
    padding: 7px 0;
  }



  .welcome p.text-center {
    text-align: left;
  }


  .footer-brand img {
    max-width: 95%;
  }

  .team-card-outer {
    width: 100%;
    height: auto;
    min-height: 150px;
  }

  .internal-sub-menu ul {
    display: block;
    columns: 2;
    column-gap: 40px;
  }

  .internal-sub-menu li {
    border-right: none;
    /* width: 50%; */
  }

  .internal-sub-menu li a {
    border-right: none;
  }
}


@media (max-width: 500px) {
  .header-right {
    flex-direction: column;
    justify-content: center;
  }

  .header-towing-link {
    text-align: center;
  }
}

div#listContainer {
  background: white;
}

.list-redesign .widget-container .listing-widgets a {
  /* width: 100%; */
  /* font-size: 11px; */
  /* padding: 0 5px; */
  /* max-height: 45px; */
  color: black;
}

.list-content .listing-widgets .Currency a {
  position: relative;
  background: #003a5d;
  color: black !important;
}