﻿/* ===========================================================
   red: #eb0800  dark gray: #313133  white: #f6f2e6
   =========================================================== */

/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
   07.      Footer Structure
   08.      Form
    08.01   Form Base Styles
    08.02   Captcha
    08.02   Form Structure
   09.      Classes
   10.      Responsive Styles
   =========================================================== */

/* ===========================================================
   01. Reset
   =========================================================== */

html,
body,
div,
span,
i applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  vertical-align: top;
}

header,
nav,
article,
footer,
address {
  display: block;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  flex-shrink: 0;
}

/* ===========================================================
      02. Body Styles
      =========================================================== */

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px;
  overflow-x: hidden;
}

/* ===========================================================
      03. Header Structure
      =========================================================== */

.mobile-nav-container {
  display: none !important;
}

header {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}

.nav-up {
  top: -170px !important;
  transition: all 0.3s !important;
}

.nav-down {
  transition: all 0.3s !important;
}

.nav-down-background {
  background-color: rgba(246, 242, 230, 1);
  transition: ease-out all 0.3s;
  -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
}

.header-top {
  display: flex;
  position: relative;
  justify-content: center;
}

.header-top-button {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top-button i {
  color: #eb0800;
  font-size: 30px;
}

.header-top-button.phone {
  background: #eb0800;
  -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  position: absolute;
  right: 0;
  top: 0;
}

.header-top-button.phone i {
  color: #f6f2e6 !important;
  font-size: 25px !important;
}

.header-logo-small {
  position: absolute;
  top: -60px;
  left: 20px;
  display: none;
  /* transition: ease-in 0.5s; */
}

.header-logo-up {
  top: -60px;
  display: inline-block;
  opacity: 0;
  transition: all ease-out 0.3s;
}

.header-logo-down {
  display: inline-block;
  top: 5px;
  opacity: 1;
  transition: all ease-in 0.5s;
}

.header-logo-small img {
  height: 40px;
  width: 40px;
}

/* 03.01. Mobile Nav
=========================================================== */

.mobile.button {
  display: none;
}

.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
      =========================================================== */

p {
  line-height: 26px;
  color: #525252;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  color: #313133;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ===========================================================
      05. Links / Buttons
      =========================================================== */

.button {
  font-size: 16px;
  font-weight: 700;
  background: #eb0800;
  text-transform: uppercase;
  width: 60%;
  height: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.button:hover {
  background: #c91c1c;
}

/* ===========================================================
      06. Body Structure
      =========================================================== */

.wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.hero {
  min-height: 300px;
  max-width: 100%;
  position: relative;
  background: #000 url("../siteart/hero-01.png") no-repeat center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  border-bottom: 10px solid #eb0800;
}

.hero img {
  width: 394px;
  height: 384px;
  transform: scale(0.8);
}

.hero p {
  font-style: italic;
  font-weight: 800 !important;
  font-size: 40px;
  color: #edeee8;
  text-transform: uppercase;
  text-align: center;
  line-height: 37px;
  margin-top: 50px;
}

/* Detailed Inventory Search */

.inventory-search {
  background: #e2dcdc;
}

.detailed-form {
  margin: auto;
}

.detailed-row {
  margin: 10px 0 5px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}

.column3 {
  width: 33.33%;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 5px;
}

.last {
  padding-right: 0px;
}

.detailed-search input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  background: #eb0800;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  color: #fff;
  display: inline-block;
  border-radius: 0 !important;
  outline: none;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}

.detailed-search input[type="submit"]:hover {
  background: #c91c1c;
}

.detailed-search input[type="text"] {
  width: 100%;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 15px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #bebebe;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
}

.detailed-search-wrap h3 span {
  color: #d7d7d7;
}

.inventory-search section {
  display: none;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

.detailed-search-wrap {
  padding: 50px 0;
}

.inventory-search .content {
  width: 90%;
  margin: 0 auto;
}

.inventory-search h3 {
  color: #eb0800;
}

.inventory-search label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 20px !important;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  border: 1px solid transparent;
}

.inventory-search label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.inventory-search label:hover {
  color: #888;
  cursor: pointer;
}

.inventory-search input:checked + label {
  color: #333;
  border: 1px solid #ddd;
  border-top: 5px solid #eb0800;
  border-right: 2px solid #b7aeae;
  border-left: 2px solid #b7aeae;
  border-bottom: 5px solid #e2dcdc;
  margin-bottom: -3px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  border-top: 2px solid #b7aeae;
}

/* END - Detailed Inventory Search */

/* NOUI SLIDER */

.noUi-target {
  position: relative;
  direction: ltr;
}

.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: #ff3600 !important;
  border: 1px #ccc solid;
}

.noUi-target {
  width: calc(100% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #fff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #e8e7e6;
  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-left: -1px;
  width: 1px;
  height: 5px;
  background: #777;
}

.example-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.example-val span {
  font-weight: 400;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

.search-form input,
.search-form select {
  display: block;
  width: 100%;
  background: #fff;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  border: 1px #ccc solid;
}

/* END - Noui Slider */

.our-services {
  background: #f6f2e6;
  padding: 50px 0;
}

.our-services .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-services a.col-1-3 {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30% !important;
  transition: all 0.3s;
}

.our-services a:hover img {
  opacity: 0.7;
}

.our-services .col-1-3 img {
  transform: scale(0.8);
  transition: all 0.3s;
}

.our-services .col-1-3 h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #313133;
  font-size: 24px;
  text-transform: uppercase;
}

.our-services .col-1-3 p {
  text-align: center;
  max-width: 100% !important;
}

.our-brands {
  background: #eb0800;
  padding: 50px 0;
}

.our-brands h2 {
  color: #f6f2e6 !important;
  text-align: center;
  /* margin-bottom: 25px; */
}

.our-brands .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.our-brands a img,
.our-brands img {
  transform: scale(0.7);
  transition: all 0.3s;
}

.our-brands img:hover {
  opacity: 0.7;
}

.about-us {
  padding: 50px 0;
  background: #f6f2e6;
}

.about-us .wrapper {
  display: flex;
}

.about-us h2 {
  text-align: center;
  color: #eb0800;
  /* margin-bottom: 25px; */
}

.about-us img {
  -webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.54);
  max-height: 100%;
  max-width: 100%;
}

.about-us .col-1-2:last-of-type {
  padding-left: 100px;
}

.about-us p {
  margin-bottom: 50px;
  max-width: 100% !important;
}

.inner-header {
  max-width: 100%;
  background: #000 url("../siteart/hero-01.png") no-repeat center -540px;
  padding: 100px 0;
}

.inner {
  background: #f6f2e6 !important;
  padding: 50px 0;
}

.rule {
  padding: 25px;
  margin: 0 auto;
  width: 200px;
}

.rule-inner {
  background: #eb0800;
  height: 4px;
}

.rule-left {
  padding: 25px 25px 25px 0;
  margin: 0;
  width: 200px;
}

.contact-us .wrapper .col-1 {
  display: flex;
}

.contact-us .col-2-3 {
  padding-right: 50px;
}

.contact-us .wrapper .col-1-3 {
  padding: 25px;
  background: #e2dcdc;
}

.contact-us .col-1-3 p {
  color: #333;
}

.contact-us .col-1-3 h5,
.hours-location .col-1-3 h5 {
  color: #333;
  margin: 40px 0 20px 0;
}

.contact-us .col-1-3 a,
.hours-location .col-1-3 a {
  color: #333;
  display: flex;
  transition: all 0.3s;
}

.contact-us .col-1-3 i,
.hours-location .col-1-3 i {
  transition: all 0.3s;
  color: #eb0800;
}

.contact-us .col-1-3 h3,
.hours-location .col-1-3 h3 {
  margin-bottom: 0;
}

.contact-us .col-1-3 h5,
.hours-location .col-1-3 h5 {
  color: #333;
}

.contact-us .col-1-3 a:hover i,
.hours-location .col-1-3 a:hover i {
  color: #c91c1c;
}

.contact-us .col-1-3 a:hover span,
.hours-location .col-1-3 a:hover span {
  opacity: 0.6;
}

.contact-us .col-1-3 i,
.hours-location .col-1-3 i {
  margin-right: 15px;
  transition: all 0.2s ease-in;
}

.contact-us .col-1-3 a:first-of-type,
.hours-location .col-1-3 a:first-of-type {
  margin-bottom: 20px;
}

.contact-us .col-1-3 .rule-left,
.hours-location .col-1-3 .rule-left {
  padding: 25px 25px 25px 0;
  margin: 0;
  width: 110px;
}

.contact-us .col-1-3 .rule-left .rule-inner,
.hours-location .col-1-3 .rule-left .rule-inner {
  background: #eb0800 !important;
}

.contact-us .hours,
.hours-location .hours {
  -webkit-columns: 1;
  color: #333;
}

.hours li {
  padding: 8px 0;
}

.about-us .col-2-3,
.services .col-2-3,
.hours-location .col-2-3 {
  padding-right: 100px;
}

.about-us .col-1 p,
.services .col-1 p,
.thank-you .col-1 p,
.hours-location .col-1 p {
  margin-bottom: 25px;
}

.thank-you {
  padding-bottom: 200px;
}

/* ===========================================================
      07. Footer Structure
      =========================================================== */

footer {
  padding: 50px 0;
  background: #eb0800;
  font-size: 14px;
  position: relative;
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 12%;
}

footer i {
  font-size: 26px;
}

footer h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	font-weight: 500;
}

footer a:hover {
  opacity: 0.7;
}

.footer-nav li a,
footer p,
footer a,
footer h4,
footer i,
footer li {
  color: #fff;
}

.footer-logo {
  position: absolute;
  left: 5%;
  bottom: 50px;
}

footer img {
  transform: scale(0.7);
}

footer li {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-nav li {
  display: block;
}

footer span {
  font-weight: 700;
}

.footer-flex ul li {
  display: inline-block;
}

.footer-flex ul li:first-of-type {
  margin-right: 20px;
}

/* ===========================================================
      08. Form
      =========================================================== */

/* 08.01. Form Base Styles
      =========================================================== */

::-webkit-input-placeholder {
  /* WebKit browsers */
  font-weight: 500;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 500;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-weight: 500;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Recent browsers */
  font-weight: 500;
  font-size: 14px;
}

::placeholder {
  /* Recent browsers */
  font-weight: 500;
  font-size: 14px;
}

textarea::-webkit-input-placeholder {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

textarea::-moz-placeholder {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

textarea:-ms-input-placeholder {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

textarea::placeholder {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

textarea {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textarea;
  background-color: -internal-light-dark-color(
    rgb(255, 255, 255),
    rgb(59, 59, 59)
  );
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  resize: auto;
  cursor: text;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin: 0em;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark-color(
    rgb(118, 118, 118),
    rgb(195, 195, 195)
  );
  border-image: initial;
  padding: 2px;
}

#formpage label,
.calculator-wrapper label {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
select,
textarea {
  background: #fff;
  border: none;
  padding: 15px;
  border-radius: 0;
}

#green-btn {
  margin: 20px 0;
}

input:focus {
  background: white;
  border: 1px solid grey;
}

/* 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
      =========================================================== */

.contact-us form {
  width: 100%;
  margin: 40px 0 !important;
}

.form-flex {
  display: flex;
}

#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: 50%;
  margin-bottom: 20px;
 font-family: 'Montserrat', sans-serif;
}

.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;
  font-family: 'Montserrat', sans-serif;
}

.contact-us textarea {
  width: 100%;
  min-height: 200px;
  font-family: 'Montserrat', sans-serif;
}

/* ===========================================================
      09. Classes
      =========================================================== */

.margin-right {
  margin-right: 20px;
}

.margin-right-md {
  margin-right: 40px;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.col-1-4 {
  width: 25%;
}

.col-1-3 {
  width: 33%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 67%;
}

.col-1 {
  width: 100%;
}

.footer-left {
  width: 40%;
}

.footer-right {
  width: 60%;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

/* ===========================================================
      11. Responsive Styles
      =========================================================== */

@media only screen and (max-width: 1300px) {
  .footer-nav li a,
  footer p,
  footer a,
  footer h4,
  footer i,
  footer li {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-logo img {
    transform: scale(0.6);
    /* margin-left: -50px; */
  }
  footer a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact-flex p,
  .contact-flex a,
  .hours li {
    font-size: 14px;
  }
  .form-flex {
    flex-wrap: wrap;
  }
  .margin-right {
    margin-right: 0;
  }
  .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%;
  }
}

@media only screen and (max-width: 1150px) {
  .footer-nav li a,
  footer p,
  footer a,
  footer h4,
  footer i,
  footer li {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1078px) {
  .hero p {
    font-size: 30px;
    line-height: 35px;
    margin-top: 50px;
  }
  .about-us .wrapper {
    flex-wrap: wrap;
  }
  .about-us .col-1-2 {
    width: 100% !important;
  }
  .about-us .col-1-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-us .col-1-2:last-of-type {
    padding-left: 0;
    margin-top: 50px;
  }
  .our-services .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
  }
  .our-services a.col-1-3 {
    width: 50% !important;
  }
  p {
    font-size: 15px;
  }
  .hero p {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
  }
  .contact-us .col-1-3 p,
  .contact-flex a,
  .hours li {
    font-size: 13px !important;
  }
  .contact-flex p,
  .hours li {
    line-height: 15px;
  }
  .list-content .list-title .list-title-text,
  h2 {
    font-size: 24px !important;
    line-height: 27px;
  }
  h3,
  .our-services .col-1-3 h3 {
    font-size: 18px !important;
  }
  footer .wrapper {
    padding-left: 0;
    padding-bottom: 50px;
  }
  .footer-logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    bottom: 10px;
  }
  .footer-flex ul li:first-of-type {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 880px) {
  .mobile-nav-container {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-top {
    justify-content: flex-start;
  }
  .column3 {
    width: 50%;
    padding: 5px 10px;
  }
  .header-logo-small {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .hide-mobile {
    display: none;
  }
  .hero {
    padding: 50px 0;
  }
  .hero img {
    transform: scale(0.6);
    height: auto;
  }
  .contact-us .col-1 {
    flex-wrap: wrap;
  }
  .contact-us .col-1 .col-2-3 {
    width: 100%;
  }
  .contact-us .col-1 .col-1-3 {
    width: 100%;
  }
  .thank-you .col-1-3 {
    display: none;
  }
  .thank-you .col-2-3 {
    width: 100%;
  }
  .our-services a.col-1-3 {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .our-services .col-1-3:last-of-type {
    margin-top: 0;
  }
  .our-brands a img {
    transform: scale(0.5);
  }
  .contact-us .col-2-3 {
    padding-right: 0;
  }
  .footer-nav li a,
  footer p,
  footer a,
  footer h4,
  footer i,
  footer li {
    font-size: 12px !important;
  }
  .footer-logo img {
    transform: scale(0.6);
    /* margin-left: -21px; */
  }
}

@media only screen and (max-width: 768px) {
  .hero p {
    font-size: 24px;
    line-height: 26px;
  }
  .detailed-search .column3 {
    width: 100%;
  }
  .our-services .col-1-3 img {
    transform: scale(0.55);
  }
  .button {
    width: 100% !important;
  }
  .contact-us .col-2-3 {
    padding-right: 0;
  }
  .list-content .list-title .list-title-text {
    font-size: 20px !important;
  }
  footer .wrapper {
    flex-wrap: wrap;
  }
  footer .wrapper .col-1-3 {
    width: 50%;
  }
  footer .wrapper .col-1-3:first-of-type {
    order: 1;
  }
  footer .wrapper .col-1-3:nth-of-type(2) {
    order: 3;
    justify-self: start;
    margin-top: 0;
  }
  footer .wrapper .col-1-3:last-of-type {
    order: 2;
  }
}

@media only screen and (max-width: 600px) {
  .column3 {
    width: 100%;
    padding: 0;
  }
  h2 {
    font-size: 25px;
  }
  h3,
  .our-services .col-1-3 h3 {
    font-size: 18px;
  }
  .inventory-search label {
    font-size: 13px;
  }
  .footer-nav li a,
  footer p,
  footer a,
  footer h4,
  footer i,
  footer li {
    font-size: 11px !important;
  }
  footer .wrapper {
    margin-bottom: 50px;
  }
  footer .wrapper .col-1-3:last-of-type {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  footer .wrapper .col-1-3:last-of-type h4 {
    text-align: center;
  }
  footer .wrapper .col-1-3:first-of-type {
    order: 3;
  }
  footer .wrapper .col-1-3:first-of-type i {
    display: none;
  }
  .footer-flex ul li:first-of-type {
    display: none;
  }
  .footer-nav ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer-nav li {
    display: inline-block;
    text-align: center;
  }
}
