/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
}

/***** END RESET *****/

/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"),
    url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed")
      format("svg"); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"),
    url("../fonts/roboto-condensed-v16-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed")
      format("svg"); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"),
    url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-condensed-v16-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed")
      format("svg"); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold Italic"),
    local("RobotoCondensed-BoldItalic"),
    url("../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-condensed-v16-latin-700italic.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/roboto-condensed-v16-latin-700italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed")
      format("svg"); /* Legacy iOS */
}

body {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

td {
  vertical-align: top;
}

/***** Global text link style *****/

a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #f7bd46; /*yellow*/
}

h1 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}

h3 {
  font-weight: 400;
  font-size: 23px;
  color: #000;
}

h4 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

p {
  /*margin-bottom:15px;*/
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
}

.wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1170px;
}

.wrapper-sml {
  width: 92%;
  margin: 0 auto;
  max-width: 1000px;
}

.wrapper-smler {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

.lrg-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1590px;
}

/**SPANS**/
.topblue {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
.center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.small {
  font-weight: 400;
  font-size: 10px;
}

/**FORMS**/

form {
  vertical-align: top;
  margin: 0 auto;
}

/*=====================
                HEADER
=======================*/
.top-bar {
  background: #000;
  margin: 0 auto;
  padding-right: 20px;
}

.top-bar-text {
  text-decoration: none;
  text-transform: uppercase;
  float: right;
  margin: 10px 0;
}

.top-bar-left {
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  margin: 2px 0;
}

.top-bar-text p {
  font-size: 12px;
  color: #fff;
  padding: 12px 10px;
}

.top-bar-text a {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}

.top-bar-text a:hover {
  text-decoration: none;
  color: #f7bd46; /*yellow*/
}

.top-bar i {
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 6px;
}
.top-bar-left i {
  font-size: 18px;
  color: #fff;
}

.top-bar-left a:hover {
  color: #f7bd46 !important; /*yellow*/
}

.main-heading {
  margin: 0 auto;
  width: 100%;
  background: url(../siteart/light-diamond.jpg) center center no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.small-box-container {
  width: 100%;
  float: none;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 20px 0;
}

.small-box-logo {
  width: 20%;
  max-height: 182px;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 30px 0;
}

.small-box-logo img {
  display: inline-block !important;
  text-align: center;
  max-width: 100%;
}

.small-box-logo p {
  color: #363636;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.small-box {
  width: 23%;
  max-height: 182px;
  box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  float: right;
  padding: 30px 0;
  vertical-align: middle;
  text-align: center;
}

.small-box img {
  display: inline-block !important;
  text-align: center;
  max-width: 100% !important;
}

.small-box p {
  color: #363636;
  font-weight: 700;
  font-size: 12px;
}

.large-box {
  width: 55%;
  max-height: 182px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: right;
  padding: 50px 0;
  vertical-align: middle;
}

.large-box p {
  font-weight: 700;
  font-size: 34px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.5);
}

.large-box a {
  color: #000;
}

.large-box a:hover {
  color: #6e6e6e;
}

/*=====================
                BODY
=======================*/
.welcome-contain {
  margin: 0 auto;
  color: #fff;
  padding: 40px 0 20px 0;
}

.welcome-heading {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 5px solid #f7bd46; /*yellow*/
  text-align: center;
}

.welcome-text {
  text-align: left;
}

.welcome-box {
  width: 28%;
  float: left;
  margin: 0 auto;
  padding: 20px 22px;
  margin-right: 5px;
}

.border-right {
  border-right: #ccc solid 1px;
  min-height: 196px;
  margin: 0 auto;
  float: left;
}

/****INVENTORY BUTTONS****/

.three-boxes {
  width: 100%;
  margin: 0 auto;
}

.categorybox {
  float: left;
  text-align: center;
  width: 20%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 240px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 4px solid #d5d5d5;
  border-bottom: 4px solid #d5d5d5;
  border-right: 2px solid #d5d5d5;
  border-left: 2px solid #d5d5d5;
}

.categorybox .categorybox-title {
  text-align: left;
  width: 80%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 0 0;
  z-index: 99;
  text-shadow: 2px 2px 5px #000;
}

.categorybox .categorybox-title p {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}

.categorybox:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  opacity: 0.4;
  transition: 0.3s all;
  display: block;
}
.categorybox:hover:after {
  opacity: 0.1;
  background: #262626;
  cursor: pointer;
}

a .categorybox {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .categorybox-title {
  color: #000;
  text-shadow: 0.5px 0.5px 2px rgba(255, 255, 255, 0.5);
}

/**feat button**/
.feat-button {
  width: 75%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0;
  padding: 5px;
  vertical-align: top;
  border: 1px solid #fff;
}

a .feat-button {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .feat-button {
  color: #fff;
  text-shadow: none;
  background: #f7bd46; /*yellow*/
  border: 1px solid #fff;
}

.feat-button:hover .fa-arrow-circle-right {
  margin-left: 15px;
  margin-right: -10px;
}

.fa-arrow-circle-right {
  margin-left: 5px;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -ms-transition: all 0.5s ease; /* IE 9 */
  -o-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
}

.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/*=====================
				INVENTORY SEARCH
=======================*/
.main-home {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 200px 0 100px 0;
  background: url(../siteart/main-excavator.jpg) center center no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-text {
  width: 100%;
  margin: 0 auto;
}

.float-right {
  float: right;
  width: 96%;
  margin: 0 auto;
  max-width: 1170px;
}

/*=====================
				PARTS SEARCH
=======================*/

.parts-search {
  width: 100%;
  margin: 0 auto;
}

form {
  vertical-align: top;
  margin: 0 auto;
}

.parts-search {
  padding: 2px 0;
}

.parts-search .col4 {
  width: 50%;
  float: left;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.parts-search form {
  display: flex;
}
.parts-search label {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}

.parts-search select {
  width: 50%;
  width: calc(100% - 2px);
  border: none;
  color: #8e8d8d;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 7px;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  background: #f8f8f8;
}

.parts-search input {
  /*width: 50%!important;
    */
  width: calc(100% - 2px);
  border: none;
  color: #8e8d8d;
  vertical-align: middle;
  font-size: 16px !important;
  line-height: normal !important;
  padding: 8px !important;
  height: 40px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  background: #f8f8f8;
  border: 1px solid #ccc;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.parts-search input#Search {
  color: #fff;
}

.parts-search input[type="submit"] {
  background: #7a7a7a !important;
  border: 1px solid #f7bd46;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff !important;
  height: 40px !important;

  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.parts-search input[type="submit"]:hover {
  background: #333 !important;
}
/*end parts search*/

.inventory-search {
  width: 50%;
  background: rgba(0, 0, 0, 0.79);
  margin: 0 auto;
}

input[type="checkbox"],
input[type="radio"] {
}

form {
  vertical-align: top;
  margin: 0 auto;
}

.new-search {
  padding: 30px 20px;
}

.new-search .col4 {
  width: 100%;
  float: left;
  margin: 0 1%;
}

.new-search h4 {
  color: #fff;
}

.search-line {
  border-bottom: 4px solid #f7bd46; /*yellow*/
  padding-bottom: 10px;
  width: 200px;
}

.new-search label {
  display: block;
  margin-bottom: 3px;
  font-family: "Roboto Condensed", sans-serif;
}

.new-search select {
  width: 100%;
  width: calc(100% - 2px);
  border: none;
  color: #8e8d8d;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 7px;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  background: #f8f8f8;
}

.new-search input {
  width: 100%;
  width: calc(100% - 2px);
  border: none;
  color: #8e8d8d;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 7px;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  background: #f8f8f8;
}

.listings-wrapper .listing-largecard .listing-largecard-image a {
  padding-bottom: 75.25% !important;
}

.new-search input#Search {
  color: #fff;
}

.new-search input.button {
  background: #7a7a7a;
  border: 1px solid #f7bd46;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new-search input.button:hover {
  background: #a7a7a7;
  border: 1px solid #fff;
}

/*=====================
                SCROLLING INVENTORY
=======================*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 10px 0;
  border-top: 6px solid #d8232f;
  border-bottom: 6px solid #d8232f;
}

.scrolling {
  width: 100%;
  height: 92px;
}

/*=====================
                MAP
=======================*/
.map {
  margin: 0 auto;
  width: 100%;
}

/*=====================
               CONTACT
=======================*/
.contact-boxes {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.box1 {
  width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  float: left;
  padding: 20px 0;
}

/*=====================
                PARTS SEARCH
=======================*/
.inventory-contain {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-size: 100%;
  padding: 20px 0;
}

iframe.parts_search {
  width: 100%;
  min-height: 600px;
}
.container {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 1% 3%;
  margin: 0 auto;
}
.parts_container {
  max-width: 1400px;
  margin: 0 auto;
}

/*=====================
                FOOTER
=======================*/
.main-footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../siteart/footer.jpg) center center no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
}

.box25 {
  width: 15%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
  margin: 0 0.5%;
  display: inline-block;
  vertical-align: middle;
  padding: 40px 0;
}

.box25 h5 {
  color: #fff;
}
.box25 p {
  color: #fff;
  font-size: 14px;
}
.box25 a {
  color: #fff;
  font-size: 14px;
}
.box25 a:hover {
  color: #f8b914;
}
.box25 img {
  display: inline-block;
}

.footer-two {
  background: url(../siteart/cropped.jpg) center center no-repeat;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 0;
  border-top: 4px solid #f7bd46;
}

.footer-bar {
  margin: 20px auto;
}

.align-footer {
  padding: 30px 0;
}

.footer-wrapper a {
  color: #000;
}

.left-footer {
  text-align: left;
  color: #fff;
  float: left;
  box-sizing: border-box;
  max-width: 50%;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}

.left-footer a:hover {
  color: #f7bd46 !important; /*yellow*/
  text-decoration: underline;
}

.left-footer a {
  color: #fff !important;
}

.right-footer {
  box-sizing: border-box;
  max-width: 30%;
  display: block;
  min-height: auto;
  float: right;
}

.right-footer img {
  display: inline-block !important;
  padding: 5px;
  box-sizing: border-box;
}

/*=====================
                HOSTED CONTENT
=======================*/
.hosted-content h3 {
  font-family: "Roboto Condensed", sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  line-height: 1.5em !important;
  font-family: "Roboto Condensed", sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner {
  color: #fff !important;
}
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
  line-height: 1.5em !important;
  font-family: "Roboto Condensed", sans-serif !important;
}
.hosted-content .listings-wrapper .listings-list .listing-name {
  font-family: "Roboto Condensed", sans-serif !important;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.faceted-search-field {
  overflow-x: hidden;
}

.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;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.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: #333 !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: #333 !important;
  color: #fff !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4,
.detail-content-mobile h4 {
  margin: 25px 0 5px;
  color: #333 !important;
}
.detail-content-mobile .share-listing {
  color: #333 !important;
}
.mc-thumb-strip span {
  color: #fff !important;
}
.currency-selector div:last-of-type {
  color: #333 !important;
}
.detail-content-mobile .detail-main-body .detail-mobile-top {
  color: #333 !important;
}

.mobile-breadcrumb {
  background-color: #333 !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: #808285 !important;
  color: #fff !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: #333;
}

.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: #333 !important;
  border: 1px #333 solid !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: #efefef !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 {
  width: 100%;
  padding: 10px 7px;
  background-color: #efefef !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #333;
  border: 1px #333 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
  color: #333 !important;
}

.print-this,
.email-this {
  background: #333 !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: #808285 !important;
  color: #fff !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #000 !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: #fff;
}
.breadcrumbs .breadcrumbs-element {
  color: #fff !important;
}

.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;
}

.legal-text-container p {
  color: #333;
  font-size: 11px;
  line-height: 21px;
}

.detail-content .search-results {
  color: #333 !important;
  margin-top: 10px !important;
  display: block !important;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}
#part-detail-content .part-detail-additional-data .data-row .data-label {
  min-width: 23%;
  color: #fff;
  background-color: #333 !important;
}
.detail-contact-bar .contact-bar-btn {
  width: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #333 !important;
  text-decoration: none;
  cursor: pointer;
}
.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #333 !important;
  margin-right: 10px;
}

.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;
}

.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;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !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;
}
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  color: #fff !important;
}
.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: #333 !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: #808285 !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-two a[href^="tel:"] {
  color: inherit !important;
}

.section-head {
  width: 100% !important;
}
.faceted-search-content {
  background: #efefef !important;
}

.list-sort-order span {
  color: #fff !important;
}

.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;
}

.list-content
  .list-top-section
  .listing-option-bar
  .list-sort-order
  .sort-by-dropdown-container
  .list-sort-order-select {
  font-size: 12px !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: #333 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #808285 !important;
  color: #fff !important;
}
.contact-options a {
  background: #333 !important;
  background-color: #333 !important;
  color: #fff !important;
}

/* Shop */

.hs-btn.hs-highlighted {
  background-color: #333;
  color: #fff !important;
}

.hs-btn.hs-highlighted:hover {
  background-color: #808285;
}

label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.5rem;
  margin-top: 6px;
}

.free-shipping-35 {
  background-color: #333;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
}

.free-shipping-35 h3 {
  margin: 0;
  padding: 7px;
}

.product-termsandconditions-container .terms-value {
  font-size: 13px;
  line-height: 21px;
  color: #999;
}

.shop-home .search-form button {
  background: #333 !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.shop-home .home-btn {
  background: #333 !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.shop-home .home-btn:hover,
.shop-home .search-form button:hover {
  background-color: #808285 !important;
}

.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link {
  background-color: #333 !important;
}

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #333 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #808285 !important;
  color: #fff !important;
}
.contact-options a {
  background: #333 !important;
  background-color: #333 !important;
  color: #fff !important;
}

/*=====================
                Responsive styles
=======================*/
@media screen and (max-width: 1500px) {
  .large-box p {
    font-size: 24px;
  }

  .float-right {
    float: none;
  }

  .inventory-search {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .welcome-box {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .categorybox {
    width: 33.3%;
  }

  .categorybox:nth-child(4) {
    width: 50%;
    border-top: none;
  }

  .categorybox:nth-child(5) {
    width: 50%;
    border-top: none;
  }

  .categorybox .categorybox-title {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .large-box p {
    font-size: 20px;
  }
  .small-box-logo {
    width: 50%;
    max-height: 182px;
    padding: 20px 0;
    padding-bottom: 45px;
    text-align: center;
    vertical-align: middle;
  }
  .small-box-logo img {
    text-align: center;
  }
  .small-box img {
    max-width: 100%;
  }

  .small-box {
    float: left;
    width: 50%;
    max-height: 182px;
    padding: 20px 0;
    padding-bottom: 45px;
    text-align: center;
    vertical-align: middle;
  }

  .large-box {
    width: 100%;
    max-height: 182px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 900px) {
  .box25 {
    width: 47%;
    margin: 10px 0;
    text-align: center;
    padding: 0;
  }

  .box25 img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-bar {
    padding-right: 0;
  }

  .top-bar-text {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }

  .footer-two {
    padding: 20px 0;
  }

  .footer-bar {
    margin: 0 auto;
  }

  .align-footer {
    padding: 10px 0;
  }

  .left-footer {
    max-width: 100%;
    text-align: center;
    float: none;
  }

  .right-footer {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
  }

  .welcome-text {
    text-align: center;
  }

  .welcome-box {
    width: 100%;
    text-align: center;
    float: none;
    padding: 20px 0;
  }

  .border-right {
    display: none;
  }
  .main-home {
    padding: 80px 0;
  }

  .categorybox {
    width: 100%;
    border-top: none;
    height: 200px;
  }

  .categorybox:nth-child(1) {
    border-top: 4px solid #d5d5d5;
  }

  .categorybox:nth-child(4) {
    width: 100%;
  }

  .categorybox:nth-child(5) {
    width: 100%;
  }

  .box1 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    float: left;
    padding: 0 0 20px 0;
  }

  .box1 p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .large-box p {
    font-size: 17px;
  }
  .large-box {
    max-height: 182px;
    padding: 20px 0;
  }
  .small-box-logo {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .small-box {
    width: 100%;
    padding: 20px 0;
  }
  .top-bar {
    padding-top: 10px;
  }
  .top-bar-text p {
    padding: 0;
  }
}
@media screen and (max-width: 570px) {
  .box25 {
    width: 100%;
    margin-top: 10px;
  }

  .new-search .col4 {
    width: 100%;
  }

  .inventory-search {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .large-box p {
    font-size: 16px;
  }
}
