main    {
    padding-top:2rem;
    padding-bottom:2rem;
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.copyrightMsg {
    font-size: 70%;

}

.partsTxt {
    margin-top: 3vh;
    text-align: left;

}
.loading {
    width: 435px;
}

.header-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 10px;
}

.header-buttons a {
    color: black;
}

.navbar {
    background: #363636;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.thin-collapsed {
    display: flex;
    margin-left: 1rem;
    align-items: center;
}

.search-field {
    border-bottom-color: rgba(0,0,0,.12);
    background-color: transparent;
    border: none;
    overflow: visible;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    display: ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    will-change: opacity,transform,color;
    flex: 1 1 auto;
}

.search-field svg {
    left: 15px;
    right: auto;
    color: #c6c6c6;
    z-index: 2;
    cursor: default;
    pointer-events: none;
    position: absolute;
    bottom: 6px;
}

.search-form {
    width: 100%
}

.search {
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 48px;
    padding-right: 16px;
    color: #fff;
    display: flex;
    border: 1px solid;
    border-color: #c6c6c6;
    background-color: transparent;
    z-index: 1;
    caret-color: #fff;
    line-height: 1.75rem;
    letter-spacing: .00937em;
    text-decoration: inherit;
    text-transform: inherit;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .18s cubic-bezier(.4,0,.2,1);
    transition: opacity .18s cubic-bezier(.4,0,.2,1);
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: 'Noto Sans', sans-serif;
    border-radius: 4px;
}

.search::placeholder {
    color: #c6c6c6;
}

.navbar-toggle {
    cursor: pointer;
    padding: 5px 1rem 3px;
}

.navbar-links {
    display: none;
    list-style: none;
    padding: 0;
}

.navbar-links li {
    text-align: center;
    margin: 15px auto;
}

.navbar-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    margin: .5rem;
}

.navbar-links ul {
    background-color: #363636;
}


.dropdown-menu{
    background-color:#363636;
    color: #ffffffde;
}


.sidebar {
    width: 213px;
    float: left;
}

.sidebar nav {
    font-size: .78em;
}

#brands {
    padding-left: 44px;
    margin-top: 0;
}

.brands {
    list-style: none;
    padding-left: 37px;
}

.brands li > * {
    display: inline-block;
    vertical-align: middle;
    color: black;
}

.sidebar-toggle {
    cursor: pointer;
}

.open svg {
    transform: rotate(90deg);
}

.active {
    display: block;
    margin:auto;
}

/* li ul {
    display: block !important;
    list-style: disc !important;
} */


.itemDisplayCarousel {
    width: 50vw;
    height: auto;
    margin: auto;
    margin-bottom:4vh;
    border-radius:35px;
    background-color: black;
    
           

}


@media screen and (min-width: 766px) {
    .header-top {
        padding-left: 40px;
        padding-right: 20px;
    }
    .navbar {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px 0 44px;
    }
    .navbar-links {
        display: flex;
        padding: 0;
    }
    .navbar-links li {
        text-align: auto;
        margin: auto;
    }
    .navbar-links li:first-child a {
        margin-left: 0;
    }
    .search-field {
        margin: 5px 0;
    }
    .navbar-toggle {
        display: none;
    }
    .thin-collapsed {
        margin: 0;
    }
    .itemDisplayCarousel {
        width: 50vw;
        height: auto;
        margin:auto;
        margin-bottom:4vh;
        border-radius: 35px;
        background-color: black;
    
    }
}

.hg__header { grid-area: header; }
.footer { grid-area: footer; }
.hg__main { grid-area: main;
            max-width:100%;
           }

.sidebar {
    grid-area: navigation;
    display: none;
}

.hg {
	grid-template-areas: "header header"
	                     "navigation main"
	                     "footer footer";
	grid-template-columns: 213px auto;
    min-height: 100vh;
    grid-row-gap: 20px;
}

.content {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.nav-selects {
    margin: 20px auto;
    max-width: 18rem;
}

.select-row {
    width: 100%;
}

#model-select-container {
    display: none;
    margin-top: .2rem;
}

#model-nav-select {
    flex: 1;
}

.hero {
    width: 100%;
    color: white;
    position: relative;
}

.info-wrapper {
    position: relative;
}

.info {
    vertical-align: middle;
    top: 50%;
    padding: 1rem 4rem;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}

.info h1 {
    margin: 0;
}

.years-produced {
    font-style: italic;
}

.links {
    position: absolute;
    left: 4rem;
    bottom: 10px;
}

.links a {
    color: #c6c6c6;
    text-decoration: none;
    margin-right: 1rem;
}

.links a:hover {
    color: white;
}

.hero-image-wrapper {
    display: none;
}

#items {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
    text-align: center;
    margin: 2rem 1rem;
}

.small-items {
    grid-template-columns: repeat(auto-fit, 300px) !important;
}

#items a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: black;
    flex: 1 1 325px;
    transition: opacity .1s;
}

#items a:hover {
    opacity: .7;
}

.item-image {
    display: flex;
    align-items: center;
    flex: none;
}

.item-image img {
    max-width: 100%;
    flex: none;
}

/* .out-of-stock {
    color: #B30000 !important;
} */

.price {
    font-weight: bold;
}

.alert-custom {
    
    background: linear-gradient(to bottom,#005bbb 50%,#ffd500 50%);
    height: 100px;
}


@media screen and (min-width: 1093px) {
    .hero {
        display: flex;
        background: black;
    }
    .hg__main { grid-area: main;
        max-width: 80vw; }

    .info-wrapper {
        flex: 1 0 450px;
        background: none !important;
        overflow-y: auto;
        border-width: 2rem 3rem;
        border-color: black;
        border-style: solid;
    }
    .info {
        position: absolute;
        top: 0;
        text-shadow: none;
        padding: 0;
    }
    .hero-image-wrapper {
        display: block;
        flex: 0 1 auto;
    }
    .hero-image {
        display: block;
        max-height: 400px;
        max-width: 100%;
        filter: saturate(50%);
    }
    .links {
        left: 3rem;
    }
    
}
@media screen and (max-width:760px){
        .hg__main { grid-area: main;
        max-width: 100%; }
}

@media screen and (min-width: 760px) {
    .hg {
        display: grid;
    }
    .hg__main { grid-area: main;
         }
    .sidebar {
        display: block;
    }
    .nav-selects {
        display: none;
    }
    #items {
        margin-bottom: 0;
    }

}

@supports (display: grid) {
    .sidebar {
        width: auto;
        float: none;
    }
    .item-image {
        flex: 1;
    }
}