﻿/* ===========================================================
   red: #610f10 - dark grey: #252525 - white: #f6f5fa
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06       Hero
   07.      Site Structure
   08.      Footer Structure
   09.      Form Structurev
    09.01   Form Base Styles
    09.02   Captcha
    09.02   Form Structure
   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: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
  overflow-y: scroll;
  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;
}

/* ===========================================================
 02. Body Styles
=========================================================== */

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-nav-container,
#menu-button {
  display: none;
}

header {
  width: 100%;
  background: #efefef;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -1px -8px 40px -4px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: -1px -8px 40px -4px rgba(0, 0, 0, 0.62);
  box-shadow: -1px -8px 40px -4px rgba(0, 0, 0, 0.62);
}

header .wrapper {
  width: 90%;
  height: 100%;
}

.utility-nav .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.utility-nav {
  width: 100%;
  background: #252525;
  height: 50px;
  -webkit-box-shadow: 0px -4px 19px -1px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px -4px 19px -1px rgba(0, 0, 0, 0.72);
  box-shadow: 0px -4px 19px -1px rgba(0, 0, 0, 0.72);
  position: relative;
  z-index: 2;
}

.utility-nav a {
  color: #9c9c9c !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.utility-nav a:hover {
  background: #000;
}

.utility-nav i {
  color: #9c9c9c;
  font-size: 20px;
  margin-right: 10px;
}

.nav-rule {
  height: 100%;
  width: 1px;
  background: #424242;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

header h1 img {
  max-width: 170px;
  height: auto;
}

.header-bottom {
  background: #fafafa;
  width: 100%;
  height: 110px;
}

.header-right {
  display: flex;
}

.nav-bar-rule {
  width: 1px;
  height: 100%;
  background: rgba(20, 20, 22, 0.1);
  margin: auto;
}

.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-search-icon:hover {
  background: #efefef;
  cursor: pointer;
}

.header-search-icon i {
  color: #9c9c9c;
  font-size: 25px;
}

.header-bottom .wrapper {
  display: flex;
  justify-content: space-between;
}

.header-top-right {
  text-align: right;
}

/* Header Search */

.search-slide-down {
  height: 150px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.header-search {
  display: flex;
  padding: 0 5%;
}

.header-search input[type="text"] {
  font-size: 40px;
  font-weight: 300;
  font-size: 40px !important;
  font-family: "Roboto", sans-serif;
  color: #c1bfbf !important;
  text-transform: uppercase;
  background: #fcfcfc;
  border: none;
}

.header-search ::placeholder {
  /* Recent browsers */
  font-weight: 300;
  font-size: 40px !important;
  font-family: "Roboto", sans-serif;
  color: #c1bfbf !important;
  text-transform: uppercase;
}

.header-search i {
  font-size: 60px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header-search i:hover {
  color: #a09f9f;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  caret-color: #c1bfbf;
}

.initiallyHidden {
  display: none;
}

/* 03.01. Mobile Nav
=========================================================== */

.mobile.button {
  display: none;
}
.list-title-text {scolor:#000!important;}

.mobile-nav li button.mobile_btn {
  height: 40px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: none;
}

.mobile-nav li button.mobile_btn:hover {
  cursor: pointer;
}

.mobile-nav button.mobile_btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav li button.mobile_btn.active {
  background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ===========================================================
04. Typography
=========================================================== */

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* padding: 0 0 2% 0; */
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

h2,
.list-content .list-title .list-title-text {
  font-size: 36px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif !important;
  text-transform: uppercase;
}

h2 span {
  font-weight: 300;
}

h3 span {
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  line-height: 26px;
  color: #525252;
}

small {
  font-size: 0.8em;
  color: #525252;
}

strong {
  color: #363636;
  font-weight: 700;
}

.intro-body {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  color: #8e8e8e;
  margin-bottom: 25px;
}

.body {
  color: #8e8e8e;
  margin-bottom: 25px;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */

.bttn-base {
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  height: auto;
  padding: 15px 50px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.bttn-white {
  border: 2px solid #fff !important;
}

.bttn-white:hover {
  background: rgba(255, 255, 255, 0.2);
}

.bttn-red {
  background: #610f10;
  border: none !important;
  min-width: 200px;
}

.bttn-red:hover {
  background: #42070f;
}

/* ===========================================================
06. Hero
=========================================================== */

.slide-content {
  margin: 0 auto;
  position: relative;
}

.hero-copy {
  background: rgba(37, 37, 37, 0.65);
  padding: 40px 40px 40px 200px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.hero-copy img {
  max-width: 60px;
  margin-right: 10px;
}

.hero-heading-top {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-left: -22px;
}

.hero-heading-bottom {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  line-height: 61px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.hero-copy-small {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.our-products {
  background: #e7e7e7;
  text-align: center;
}

.our-products h2 {
  color: #8f8f8f;
  padding-bottom: 70px;
}

.our-products h3 {
  font-size: 20px;
}

.our-products h2 span {
  color: #bdbdbd;
}

.products-container {
  background: #bdbdbd;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
}

.product-item {
  padding: 20px 0 40px 0;
  margin: 20px 0;
  position: relative;
}

.product-item img {
  max-width: 230px;
  /* transform: translateX(-50%); */
  /* position: absolute; */
  /* top: -90px; */
  margin-top: -90px;
  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;
}

.product-item h3 {
  padding-bottom: 30px;
  color: #610f10;
}

.product-item:nth-of-type(1),
.product-item:nth-of-type(2),
.product-item:nth-of-type(3) {
  border-right: 1px solid #aaaaaa;
}

.products-container .col-2 {
  width: 20%;
}

.our-products .bttn-base {
  font-size: 14px !important;
  padding: 15px 30px !important;
}

.item-inner img {
  top: -56px;
}

.move-up {
  top: -100px !important;
}

.move-up-other {
  top: -66px !important;
}

.cta-slider h2 {
  color: #fff;
}

.cta-copy {
  background: rgba(37, 37, 37, 0.65);
  padding: 40px 200px 40px 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.cta-copy h2,
.cta-copy-left h2 {
  padding-bottom: 15px;
}

.cta-copy .bttn-red,
.cta-copy-left .bttn-red {
  margin-top: 30px;
}

.cta-copy-left {
  background: rgba(37, 37, 37, 0.65);
  padding: 40px 100px 40px 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.home .how-we-can-help {
  margin-top: -5px;
}

.how-we-can-help {
  background: #e7e7e7;
  text-align: center;
}

.how-we-can-help .col-1 {
  flex-wrap: wrap;
  justify-content: center;
}

.how-we-can-help h2 {
  color: #8f8f8f;
  padding-bottom: 50px;
}

.how-we-can-help h2 span {
  color: #bdbdbd;
}

.how-we-can-help h4 {
  color: #858585;
  font-weight: 400;
}

.icon-container {
  width: calc(100% / 5);
}

.how-we-can-help h4 span {
  color: #610f10;
  font-weight: 700;
}

.how-we-can-help img {
  margin-bottom: 30px;
  max-width: 100px;
}

.authorized-dealer {
  background: #5e5e5e;
  text-align: center;
}

.authorized-dealer h2 {
  color: #fff !important;
  padding-bottom: 50px;
}

.authorized-dealer img {
  max-width: 250px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.authorized-dealer .col-1 {
  justify-content: space-around;
}

.authorized-dealer a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service {
  background: #e7e7e7;
  margin-top: -5px;
}

.service .committed-to-service {
  margin-bottom: 50px !important;
}

.inner h2,
.inner h3 {
  text-align: center;
}

.inner h2 {
  color: #8f8f8f;
  padding-bottom: 25px;
}

.inner h3 {
  color: #bcbcbc;
  font-weight: 500;
}

.inner .col-1 {
  margin-top: 30px;
}

.inner .col-6:first-of-type {
  padding-right: 50px;
}

.quote {
  background: #e7e7e7;
}

.contact {
  background: #e7e7e7;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact form {
  width: 100%;
}

.contact .form-flex {
  display: flex;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="phone"] {
  width: 49% !important;
}

.about {
  background: #e7e7e7;
}

.video {
  background: #e7e7e7;
  text-align: center;
}

.video .col-1 {
  justify-content: center;
  flex-wrap: wrap;
}

.video .col-3 {
  padding: 15px;
}

.map {
  margin-bottom: -5px;
}

.thank-you {
  background: #e7e7e7;
  text-align: center;
  min-height: 600px;
  display: flex;
}

.thank-you a {
  color: #898989;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-weight: 600;
}

.thank-you a:hover {
  opacity: 0.6;
}

.thank-you i {
  font-size: 50px;
  color: #b7b7b7;
  margin-bottom: 30px;
}

.thank-you h3 {
  color: #bcbcbc;
  font-weight: 500;
  padding-bottom: 20px;
}

.thank-you p {
  max-width: 800px;
}

.coming-soon {
  background: #e7e7e7;
  text-align: center;
  min-height: 600px;
}

.coming-soon .fa-cogs {
  font-size: 80px;
  color: #cac9c9;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

.coming-soon p {
  margin: 50px auto 75px;
  max-width: 850px;
}

.committed-to-service {
  border-top: 50px solid #e7e7e7;
  width: 100%;
  position: relative;
  margin-bottom: -5px;
}

.committed-to-service h2 {
  color: #fff;
}
.spacerheight {
  height: 88px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
  background: #e7e7e7;
  padding: 100px 0;
}

footer .wrapper {
  position: relative;
  justify-content: flex-end;
  gap: 0.5rem;
}

.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-logo img {
  max-width: 150px;
}

.footer-link {
  display: flex;
  margin-bottom: 30px;
  transform: translateX(-24px);
}

footer a,
footer p {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #6f6e6e;
}

.footer-link p {
  display: inline-block;
}

.footer-link i {
  margin-right: 6px;
  transform: translateX(-6px);
}

.footer-nav ul:first-of-type {
  padding-right: 50px;
}

.footer-nav li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}

footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #6f6e6e;
}

footer a:hover {
  opacity: 0.7;
}

footer h5 {
  color: #70191c;
  padding-bottom: 20px;
}

footer h6 {
  color: #6f6e6e;
  padding-bottom: 5px;
}

.footer-nav li a {
  text-transform: uppercase;
  color: #6f6e6e;
}

footer span {
  font-weight: 600;
}

.office-link {
  transform: translateX(-20px);
}
.footer-link i {
  color: #70191c !important;
}

/* ===========================================================
08. Form Structure
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#formpage {
  text-align: center;
}

#formpage label,
.calculator-wrapper label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.form-flex {
  flex-wrap: wrap;
}

.contact .form-flex {
  flex-wrap: nowrap;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage select,
#formpage textarea {
  background: #fcfcfc;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-size: 14px !important;
}

#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;
}

/* 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;
}

/* 08.03. Form Structure
=========================================================== */

#formpage .col-1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="number"],
.contact-us input[type="phone"],
.contact-us select {
  width: 100%;
  margin-bottom: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="number"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select,
.contact-us textarea {
  padding: 10px 20px;
}

.contact-us textarea {
  width: 100%;
  min-height: 200px;
}

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.margin-right-md {
  margin-right: 40px;
}

.margin-top-md {
  margin-top: 40px;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 16.5%;
}

.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-column {
  flex-direction: column;
}

.pd-lg {
  padding: 100px 0;
}

.m-b-med {
  margin-bottom: 30px;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.body-wrapper {
  margin-bottom: 0 !important;
  padding: 100px 0;
}

.inventory {
  background: #e7e7e7;
}
.list-listings-count {color:#1D5C84!important}

.list-content .list-title {
  display: flex !important;
  flex-direction: column !important;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  height: auto;
  line-height: normal;
}

.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;
}

.list-content {
  max-width: 100%;
}

.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 {
  background: #141416 !important;
  text-transform: uppercase;
}

.print-this,
.email-this {
  background: #252525 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #000 !important;
}

.paging-container .list-page-number,
.ui-selectmenu-text {
  font-size: 16px !important;
  font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
  margin-left: 10px !important;
  text-transform: uppercase;
}

.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: #252525 !important;
  border: none;
  border-radius: 0 !important;
}

.faceted-search-content .faceted-section-head {
  text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #252525 !important;
  color: #333;
  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 {
  margin: 25px 0 5px;
  color: #141416 !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: #992100;
}

.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: green;
}

.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: green !important;
  border: 1px green solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #992100;
  border: 1px #992100 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%;
}

.list-content .list-title .list-listings-count {
  display: block;
  width: 100%;
  margin-left: 0;
}

.list-content .print-this,
.list-content .email-this {
  margin: 0 0 0 5px;
  padding: 7px 15px;
  font-size: 14px;
}

.list-content .list-main-section .list-container .list-listing {
  background: #f2f2f2;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: green;
}

.fin-calc p {
  line-height: 10px;
}

.has-search-bar {
  width: 74%;
}

/* ===========================================================
11. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1350px) {
  .product-item img {
    max-width: 190px;
  }
  .product-item {
    padding: 90px 0 40px 0;
  }
  .icon-container {
    padding: 0 10px;
  }
  .how-we-can-help h4 {
    font-size: 18px;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .our-products h3 {
    font-size: 16px;
  }
  .spacerheight {
    height: 57px;
  }
}

@media only screen and (max-width: 1170px) {
  header h1 img {
    max-width: 140px;
  }
  .product-item img {
    max-width: 170px;
  }
  .product-item h3 {
    font-size: 18px !important;
  }
  .bttn-base {
    padding: 10px 50px !important;
    font-size: 13px !important;
  }
  .products-container {
    background: none !important;
    box-shadow: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-products .col-2 {
    width: 50%;
  }
  .product-item {
    background: #bdbdbd;
  }
  .our-products h2 {
    padding-bottom: 50px;
  }
  .products-container .spacer {
    padding: 10px;
  }
  .product-item {
    background: #bdbdbd;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.46);
    padding: 70px 0 40px 0;
    margin: 0;
  }
  .product-item img {
    max-width: 188px;
  }
  .product-item:nth-of-type(1),
  .product-item:nth-of-type(2),
  .product-item:nth-of-type(3) {
    border-right: none;
  }
  .product-item img {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1130px) {
  header h1 img {
    max-width: 120px;
  }
  .footer-nav ul:first-of-type {
    padding-right: 30px;
  }
  footer a,
  footer p {
    font-size: 16px;
  }
  .footer-logo img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 1078px) {
  .hero-copy {
    padding: 30px 30px 30px 140px;
  }
  .hero-heading-top {
    font-size: 24px;
  }
  .hero-heading-bottom {
    font-size: 45px;
    line-height: 46px;
  }
  .hero-copy-small {
    font-size: 17px;
    line-height: 20px;
  }
  .hero-copy img {
    max-width: 50px;
  }
  .icon-container {
    width: calc(100% / 3);
  }
  .icon-container:nth-of-type(4),
  .icon-container:nth-of-type(5) {
    margin-top: 50px;
  }
  .how-we-can-help img {
    margin-bottom: 10px;
  }
  .authorized-dealer img {
    max-width: 190px;
  }
  .video .col-1 {
    flex-wrap: wrap;
  }
  .video .col-3 {
    width: 60%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1020px) {
  .hide-mobile {
    display: none;
  }
  .header-logo {
    margin-left: 40px;
  }
  .header-bottom {
    background: #e7e7e7;
    height: 80px;
  }
  .header-bottom .wrapper {
    max-width: 100% !important;
    width: 100%;
  }
  .mobile-nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu-nav-icon {
    background: #610f10;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .mobile-menu-nav-icon i {
    font-size: 33px !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: 80px;
  }
  .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: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #a4a4a4;
  }
  .nav-icon:hover {
    background: #d8d8d8;
  }
  .mobile-menu-nav-icon:hover {
    background: #42070f;
  }
  footer .wrapper {
    justify-content: space-between;
  }
  .footer-logo {
    left: 50%;
    top: auto;
    bottom: -47px;
    transform: translateX(-50%);
  }
  .footer-nav {
    margin-bottom: 80px;
  }
  .footer-nav li {
    margin-bottom: 11px;
  }
  footer a,
  footer p {
    font-size: 13px;
  }
  h5 {
    font-size: 15px;
  }
  .footer-link {
    transform: translateX(-19px);
  }
  .office-link {
    transform: translateX(-15px) !important;
  }
}

@media only screen and (max-width: 880px) {
  .hero-heading-bottom {
    font-size: 38px;
    line-height: 40px;
  }
  .hero-copy-small {
    font-size: 16px;
  }
  .hero-heading-top {
    font-size: 20px;
  }
  .cta-copy {
    padding: 40px;
    top: 0;
    bottom: 0;
    transform: none;
  }
  .committed-to-service .cta-copy {
    bottom: 3px;
  }
  footer .wrapper {
    flex-wrap: wrap;
  }
  .inner .col-1 {
    flex-wrap: wrap;
  }
  .inner .col-6 {
    width: 100%;
  }
  .service img,
  .about img {
    max-width: 390px;
    max-height: 800px;
  }
  .inner .col-6:first-of-type {
    padding-right: 0;
  }
  .inner .col-6:last-of-type {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .inner h3 {
    font-size: 20px;
  }
  .quote form {
    width: 100%;
  }
  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage select,
  #formpage textarea {
    width: 47%;
  }
  .form-flex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }
  /* .select-last {
        margin-left: -5px;
    } */
  .quote textarea {
    width: 97% !important;
  }
  .contact textarea {
    width: 100% !important;
  }
  .contact #formpage input[type="text"],
  .contact #formpage input[type="email"],
  .contact #formpage input[type="phone"],
  .contact #formpage select,
  .contact #formpage textarea {
    width: 100% !important;
  }
  .contact .margin-right {
    margin-right: 0;
  }
  .contact .form-flex {
    flex-wrap: wrap;
  }
  .quote .col-1 {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .hero-copy {
    position: static;
    padding: 40px;
    height: 200px;
    background: rgba(37, 37, 37, 0.95);
  }
  .hero-heading-bottom {
    font-size: 44px;
    line-height: 53px;
  }
  .hero-copy-small {
    margin-top: 10px;
  }
  .cta-copy,
  .cta-copy-left {
    padding: 30px;
    width: 100%;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .authorized-dealer .col-1 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .brand-logo {
    width: 50%;
  }
  .video .col-3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-search input[type="text"] {
    font-size: 30px !important;
  }
  .header-search ::placeholder {
    font-size: 30px !important;
  }
  .header-search i {
    font-size: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-copy {
    padding: 40px;
    margin-top: -10px;
  }
  .hero-heading-top {
    font-size: 24px;
    letter-spacing: 0.8px;
  }
  .cta-copy .bttn-red {
    margin-top: 15px;
  }
  .icon-container {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
  .icon-container:nth-of-type(4),
  .icon-container:nth-of-type(5) {
    margin-top: 0;
  }
  .authorized-dealer h2 span {
    display: block;
  }
  .products-container .spacer {
    padding: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .products-container .col-2 {
    width: 100%;
  }
  .product-item img {
    max-width: 215px;
  }
  .product-item {
    padding: 100px 0 40px 0;
  }
  .cta-copy,
  .cta-copy-left {
    position: static !important;
    background: rgba(37, 37, 37, 0.95);
    text-align: center;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .committed-to-service .cta-copy {
    margin-top: -5px;
  }
  .how-we-can-help img {
    max-width: 80px;
  }
  .how-we-can-help h2 {
    padding-bottom: 50px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  footer .col-4 h5 {
    text-align: center;
  }
  .footer-nav {
    justify-content: space-between;
  }
  footer .col-3:nth-of-type(2) {
    margin-bottom: 150px;
  }
  footer .col-3 {
    width: 40%;
  }
  footer .col-3:first-of-type {
    order: 2;
  }
  footer .col-3:nth-of-type(2) {
    order: 3;
  }
  footer .col-4 {
    width: 80%;
    order: 1;
  }
  /* footer .wrapper {
        justify-content: center;
    } */
  .footer-nav {
    margin-bottom: 30px;
  }
  .form-flex {
    flex-wrap: wrap;
  }
  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage select,
  #formpage textarea {
    width: 100% !important;
  }
  .margin-right {
    margin-right: 0;
  }
  .select-last {
    margin-left: 0;
  }
  .our-products h2 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .header-bottom {
    height: 70px;
  }
  header h1 img {
    max-width: 90px;
  }
  .nav-icon {
    width: 50px;
  }
  .nav-icon i {
    font-size: 21px;
  }
  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }
  .hero-heading-top {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
  }
  .hero-heading-bottom {
    font-size: 35px;
    line-height: 29px;
    display: block;
  }
  .hero-copy-small {
    font-size: 16px;
    line-height: 21px;
  }
  .hero-copy img {
    max-width: 47px;
  }
  .hero-copy-small br {
    display: none;
  }
  .brand-logo {
    width: 100%;
  }
  footer .wrapper {
    justify-content: center;
  }
  .bttn-base {
    width: 100%;
  }
  .product-item .bttn-base {
    width: auto !important;
  }
  .header-search input[type="text"] {
    font-size: 20px !important;
  }
  .header-search ::placeholder {
    font-size: 20px !important;
  }
  .header-search i {
    font-size: 30px;
  }
  footer .col-3,
  footer .col-2 {
    width: 100% !important;
  }
  footer .col-3:first-of-type {
    margin-bottom: 30px;
  }
  footer .col-4 {
    width: 100%;
  }
  h6 {
    font-size: 14px;
  }
  .m-b-med {
    line-height: 0;
  }
}

@media only screen and (max-width: 400px) {
  .header-bottom {
    height: 60px;
  }
  .hero-heading-bottom {
    font-size: 31px;
    line-height: 30px;
  }
  .hero-copy img {
    max-width: 35px;
  }
  .hero-heading-top {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
  }
  .hero-copy-small {
    font-size: 15px;
    line-height: 19px;
  }
}
