﻿/* ===========================================================
   red: #e61f2c
   =========================================================== */


/* ===========================================================
   01.      Reset
   02.      Body Styles
   03.      Header Structure
    03.01   Mobile Nav
   04.      Typography
   05.      Links / Buttons
   06.      Site Structure
    06.01   Home Slider
   07.      Footer Structure
   08.      Form
    08.01   Form Base Styles
    08.02   Captcha
    08.02   Form Structure
   09.      Classes
   10.      Inventory Styles
   11.      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;
}

ul {
    list-style: none;
}

::-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;
}


/* ===========================================================
      02. Body Styles
      =========================================================== */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}


/* ===========================================================
      03. Header Structure
      =========================================================== */

.mobile-nav-container {
    display: none !important;
}

header {
    width: 100%;
    background: /* top, transparent red */
    /* top, transparent red, faked with gradient */
    linear-gradient( rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url('../siteart/header-background.jpg') no-repeat center center;
    background-size: cover;
}

header {
    width: 100%;
}

header .wrapper {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    padding: 60px 0;
	align-items: center;
}

header h1 img {
   width: 490px;
	max-width: 100%;
}

.header-right {
    margin-left: 80px;
    width: 100%;
}

.header-top-right {
    margin-bottom: 40px;
}

.header-top-right .button-black,
.primary {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}


/* 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;
    color: #e61f2c;
    font-size: 35px;
    font-weight: 700;
}

h1 .list-title-text,
.parts-title-text {
    text-transform: uppercase!important;
    color: #e61f2c!important;
    font-size: 35px!important;
    font-weight: 700!important;
    line-height: 35px;
}

h2 span {
    color: #414141;
    font-weight: 600;
    font-size: 23px;
}

h3 {
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
}

.copy-bold {
    line-height: 26px;
    color: #525252;
    font-weight: 700!important;
    color: #e61f2c;
}


/* ===========================================================
      05. Links / Buttons
      =========================================================== */

.button-red {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    border: none !important;
    cursor: pointer;
    background: #e61f2c !important;
    border: 1px solid transparent!important;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 70px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.button-red:hover {
    background: #000!important;
}

.button-black,
header a[href^="tel:"] {
    background: #000;
    padding: 15px 70px;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.button-black:first-of-type {
    margin-right: 20px;
}

.button-black i {
    color: #e61f2c;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.button-black:hover {
    background: #e61f2c;
}

.button-black:hover i {
    color: #fff;
}


/* POP UP BANNER */
.notice-banner {background:url("../siteart/sky-bg.png"); background-position: center; text-align: center; padding:25px 0;border-top:5px solid #000;border-bottom:5px solid #000;}
.notice-banner h2 {text-transform: none; color:#000; font-size:21px; text-align: center; width: 90%; margin: 0 auto;}
.notice-banner h2 strong {color:#e61f2c}


/* ===========================================================
06. Body Structure
=========================================================== */

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.main {
    padding: 40px 0;
    background: url('../siteart/background-pattern-01.jpg') no-repeat center center;
    background-size: cover;
}

.hero img {
    width: 100%;
    height: auto;
}

.search-input {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.categories-container {
    width: 101.1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -8px;
    text-align: center;
}

.category-card-outer {
    width: 33.33%;
    padding: 6px;
}

.categories-card {
    display: inline-block;
    zoom: 1;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0px 7px 9px -2px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 7px 9px -2px rgba(0, 0, 0, 0.59);
    overflow: hidden;
}

.linktitle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 96%;
    left: 2%;
    right: 2%;
    z-index: 9;
}

.linktitle h3 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.linktitle p {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

.overlay {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(230, 31, 44, 0.8);
}

.categories-card img {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-card:hover .overlay {
    background: rgba(230, 31, 44, 0.5);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.categories-card:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.categories-card:hover .linktitle p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-top: 4px solid #fff;
    padding-top: 5px;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
}

.fullwidth-white-bg {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    text-align: center;
}

.fullwidth-white-bg p {
    max-width: 1000px;
    margin: 40px 0;
    font-weight: 500;
    box-sizing: border-box;
    /* 2 */
    max-width: 900px;
    /* 1 */
}

.our-location .col-5-12 {
    padding: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../siteart/background-pattern-01.jpg') no-repeat center center;
    background-size: cover;
}

.our-location {
    display: flex;
}

.our-location h2,
.our-location p,
.our-location h3,
.our-location li {
    color: #fff;
}

.our-location p {
    margin: 20px 0;
}

.our-location ul {
    margin: 20px;
    padding-bottom: 20px;
}

.our-location .button-red {
    display: block;
    margin-bottom: 25px;
    margin-right: 30%;
}

.about-us {
    background: #fff;
}

.inner {
    padding: 60px 0;
}

.about-us .wrapper {
    display: flex;
    overflow: hidden;
}

.about-us h2,
.thank-you h2,
.ai-parts h2 {
    margin-bottom: 40px;
}

.about-us p {
    /* text-align: left!important; */
    margin: 0 0 20px 0;
    max-width: 1000px;
    font-weight: 500;
    box-sizing: border-box;
    /* 2 */
    max-width: 100%;
    /* 1 */
}

.about-us .col-7-12 {
    margin-right: 80px;
}

.about-us .button-red {
    display: inline-block;
}

.inner img {
    height: 100%;
}

.thank-you {
    padding: 60px 0 200px 0!important;
}

.ai-parts {
    padding-bottom: 400px;
}

.ai-parts p {
    margin-bottom: 50px!important;
}

.contact-us p {
    margin: 30px 0;
}

.contact-us p:last-of-type {
    margin: 60px 0 30px 0;
}

.modal {
    z-index: 10000;
    /* 1 */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 30%;
    max-width: 600px;
    min-width: 400px;
    transform: translate(-50%, -50%)!important;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    transition: all 0.3s;
}

#modal-close:hover {
    color: #777;
}

#close-modal {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.modal .category-card-outer {
    width: 100%!important;
    padding: 6px;
}


/* ===========================================================
07. Footer Structure
========================================================== */

footer {
    padding: 40px 0;
    background: #818181;
}

footer .wrapper {
    display: flex;
}

footer .wrapper .col-7-12 {
    display: flex;
    justify-content: space-between;
}

footer img {
    width: 300px;
    max-width: 100%;
}


.footer-nav-main {
    display: inline-block!important;
    margin-right: 60px;
}

footer li a {
    font-size: 14px!important;
}

.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.divfooter {
    color: #fff;
    margin: 40px 80px 0 0;
    font-size: 12px;
    transition: all 0.3s;
}

.divfooter a {
    color: #fff;
    transition: all 0.3s;
}

.divfooter a:hover {
    opacity: 0.6;
}

footer h4 {
    color: #fff;
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.footer-nav a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a:hover {
    opacity: 0.6;
}


/* ===========================================================
      08. Form
      =========================================================== */


/* 08.01. Form Base Styles
      =========================================================== */

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
}

::-ms-input-placeholder {
    /* Recent browsers */
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    text-align: center;
}

::placeholder {
    /* Recent browsers */
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
}

textarea::-webkit-input-placeholder {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

textarea::-moz-placeholder {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

textarea:-ms-input-placeholder {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

textarea::-ms-input-placeholder {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

textarea::placeholder {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.search-inventory input,
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select,
.contact-us textarea {
    background: #3e3e3e!important;
    color: #fff!important;
    border: none;
    padding: 15px;
    height: 50px;
    border-radius: 0;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}

#green-btn {
    margin: 20px 0;
    color: #777777;
    transition: all 0.3s;
}

#green-btn:hover {
    opacity: 0.6;
}


/* 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
      =========================================================== */

.search-inventory {
    width: 100%;
    margin-bottom: 50px;
}

.search-inventory form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-inventory input {
    width: 60%;
    padding: 0 15px!important;
    height: 60px!important;
    margin-right: 20px;
}

.search-inventory .button-red {
    width: 30%;
    padding: 0 15px!important;
    height: 60px!important;
}

.contact-us form {
    width: 100%;
    margin: 40px 0!important;
}

.contact-us form span {
    color: #ff1c14;
}

#formpage .col-1 {
    display: -webkit-box;
    display: flex;
    width: 100%;
}

.form-flex {
    display: flex;
}

.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;
}

.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;
}

.contact-us .form-flex input:focus,
textarea:focus,
textarea:-webkit-autofill:focus {
    background-color: #777777!important;
}


/* ===========================================================
      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-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}

.col-1-4 {
    width: 25%;
}

.col-1-3 {
    width: 33%;
}

.col-1-2 {
    width: 50%;
}

.col-2-3 {
    width: 67%;
}

.col-1 {
    width: 100%;
}

.col-1-main {
    display: -webkit-box;
    display: flex;
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(18, 18, 18, 0.6);
    border-color: #191919;
    padding: 40px;
    margin-bottom: 40px;
}


/* ===========================================================
      10. Inventory Styles - Keep at Bottom of CSS
      =========================================================== */
.list-top-section .list-title .list-title-text,.list-content .list-listing .dealer-name,.list-content .listing-portion-title,.faceted-search-content .faceted-section-head,.list-content .price-container .price {
font-family: 'Montserrat', sans-serif !important;
}

.list-top-section .list-title .list-listings-count,.compare-listings-container .compare-container .compare-price,.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
	color: #000 !important;
}

.body-content {
    margin: 40px 0!important;
}

.list-content .list-main-section .list-container .list-error {
    padding: 65px 25px 90px!important;
}

.view-listing-details-link,.compare-listings-container .compare-container .button,.faceted-search-content .selected-facets-container .selected-facet {
	background: #e61f2c !important;
	transition: .3s all !important;
	border-radius: 0 !important;
}

.view-listing-details-link:hover,.compare-listings-container .compare-container .button:hover,.faceted-search-content .selected-facets-container .selected-facet:hover {
	background: #000 !important;
}
/* ===========================================================
      11. Responsive Styles
      =========================================================== */

@media only screen and (max-width: 1500px) {
    nav.primary ul {
        padding: 0!important;
    }
    nav.primary ul li a {
        padding: 15px 30px!important;
    }
    .our-location .button-red {
        margin-right: 20%;
    }
}

@media only screen and (max-width: 1300px) {
    header {
        align-items: center;
        flex-direction: column-reverse;
        position: relative;
    }
    .header-right {
        margin-left: 0;
        text-align: center;
    }
    .header-nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    header h1 {
        width: auto;
    }
    header .wrapper {
        width: 95%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 30px 0 80px 0;
        align-items: center;
    }
    .header-top-right {
        margin-bottom: 0;
    }
    .header-right {
        text-align: right;
    }
}

@media only screen and (max-width: 1200px) {
    .our-location p,
    .our-location li {
        font-size: 15px;
        text-align: center;
        line-height: 26px;
    }
    .about-us .col-5-12,
    .about-us .col-7-12 {
        width: 100%;
    }
    .about-us .wrapper {
        flex-direction: column;
    }
    .about-us .col-7-12 {
        margin-right: 0;
    }
    .about-us h2,
    .contact-us h2 {
        text-align: center;
    }
    .inner .col-5-12 {
        text-align: center;
        margin-top: 40px;
    }
    .header-top-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .header-top-right {
        align-items: center;
    }
    .header-top-right .button-black {
        width: 60%;
        text-align: center;
        padding: 15px 0;
    }
    .header-top-right .button-black:first-of-type {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1078px) {
    h2 {
        font-size: 24px;
    }
    h1 .list-title-text,
    .parts-title-text {
        font-size: 24px!important;
        line-height: 25px!important;
    }
    .header-top-right .button-black {
        width: 80%;
        font-size: 14px;
    }
    .search-inventory .button-red {
        width: 40%;
    }
    .search-inventory form {
        flex-direction: column;
    }
    .search-inventory input {
        width: 100%;
        margin-right: 0;
        font-size: 13px !important;
    }
    .search-inventory .button-red {
        width: 100%;
        margin-top: 10px;
    }
    .search-inventory ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .search-inventory ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .search-inventory :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .search-inventory ::-ms-input-placeholder {
        /* Recent browsers */
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .search-inventory ::placeholder {
        /* Recent browsers */
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #fff;
        font-family: 'Montserrat', sans-serif !important;
    }
    .category-card-outer {
        width: 50%;
        padding: 6px;
    }
    footer a img {
        width: 272px!important;
    }
    .our-location .button-red {
        display: block;
        padding: 15px 0;
    }
    .our-location ul {
        margin: 20px 0;
    }
    .contact-us .form-flex {
        flex-direction: column;
    }
    .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%;
    }
    .contact-us ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .contact-us ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .contact-us :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .contact-us ::-ms-input-placeholder {
        /* Recent browsers */
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #fff;
        text-align: center;
    }
    .contact-us ::placeholder {
        /* Recent browsers */
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #fff;
        font-family: 'Montserrat', sans-serif !important;
    }
}

@media only screen and (max-width: 800px) {
    .col-5-12,
    .col-7-12 {
        width: 100%;
    }
    .header-top-right .button-black {
        width: 90%;
    }
    .our-location {
        flex-direction: column;
    }
    .our-location .button-red {
        display: inline-block;
        padding: 15px 70px;
    }
    footer .wrapper .col-7-12 {
        flex-direction: column;
    }
    .footer-nav-main {
        display: inline-block!important;
        margin-right: 60px;
    }
    footer .wrapper {
        flex-direction: column-reverse;
    }
    .col-5-12,
    .col-7-12 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .our-location .button-red {
        margin-right: 0;
    }
    .divfooter,
    footer h4 {
        text-align: center;
    }
    .divfooter {
        margin: 0;
    }
    .footer-nav-main {
        margin-right: 0;
    }
    .footer-nav {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        margin-bottom: 40px;
    }
    .footer-nav li {
        margin-bottom: 10px;
    }
    .footer-nav li a {
        font-size: 14px;
    }
    .two-col {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-nav-container {
        display: -webkit-box!important;
        display: flex!important;
        justify-content: center;
        background: #e61f2c;
        padding: 15px 0;
    }
    header .wrapper {
        flex-direction: column-reverse;
        padding: 30px 0 60px 0;
    }
    header h1 {
        margin-top: 40px;
    }
    .header-right {
        text-align: center;
    }
    h2 {
        font-size: 22px;
    }
    h2 span {
        color: #414141;
        font-weight: 600;
        font-size: 17px;
    }
    h1 .list-title-text,
    .parts-title-text {
        font-size: 20px!important;
        line-height: 21px!important;
    }
	
	header h1 img {
		width: 350px !important;
	}
}

@media only screen and (max-width: 700px) {
    .category-card-outer {
        width: 100%;
        padding: 6px 0;
    }
    .categories-container {
        width: 100%;
        margin-left: 0;
    }
    .two-col {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    .button-red {
        width: 100%;
        display: block;
        padding: 15px 0;
    }
	
	
}