#maincontent nav li{
    list-style-type: none;
}

.accessory-header, .accessories-header{
    margin-top: 48px;
}

#maincontent .navbar{
    justify-content: center;
}

#maincontent h1{
    margin-top: 12px;
    margin-bottom: 16px;
}

#accessoryLocationModal .change-location-container .change-location.selected:hover, #accessoryLocationModal .change-location-container .change-location:hover, #accessoryLocationModal .change-location-container .change-location.selected{
    -webkit-box-shadow: inset 0px 0px 0px 2px var(--primary-1);
    -moz-box-shadow: inset 0px 0px 0px 2px var(--primary-1);
    box-shadow: inset 0px 0px 0px 2px var(--primary-1);
}

/* .accessories-header .back-btn{
    margin-left: 8px;
} */

.accessories-header .back-btn .close-img-mobile{
    top: 6px;
    padding-right: 12px;
}

.sub-header-link{
    color: var(--primary-1);
    text-decoration: underline;
}

  .vehicle-row{
    /* overflow-x: hidden;
    overflow-y: show; */
    padding-left: 12px;
    padding-right: 12px;
} 

/* .vehicle-card{
    max-width: 348px;
}  */

.sticky{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    left: 0;
}

.vehicle-card .menuVehicleContent{
    height: 100%;
}

.vehicle-card .menuVehicleItemCard{
    box-shadow: 2px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.vehicle-card .btn-row{
    margin-top: 12px;
}

.vehicle-card .menuVehicleContent-title{
    padding-left: 0;
}

.vehicle-card .menuVehicleContent-text{
    padding-left: 0;
}

.vehicle-card .vehicle-image{
    margin: 0 auto;
    width: 100%;
    min-height: 134px;
    height: auto;
    overflow-x: hidden;
}

.accessory-card{
    margin-bottom: 48px;
    padding-left: 18px;
    padding-right: 18px;
}

.accessory-card img{
    width: 100%;
}

.accessory-card .accessory-details{
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: white;
}

#maincontent .nav-fill .nav-item {
    flex: initial;
}

.accessory-tabs{
    margin-top: 72px;
}

#maincontent .navbar ul{
    margin-top: 0;
    margin-bottom: 0;
}

#maincontent h2{
    margin-bottom: 16px;
}

.model-count{
    margin-bottom: 16px;
}

#maincontent .nav-tabs, #maincontent .navbar{
    border-bottom: none;
    padding-bottom: 12px;
    justify-content: center;
}

#maincontent .nav-link{
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 0;
    height: auto;
    line-height: 1.5;
    cursor:pointer;
    padding-top: 18px;
}

#maincontent  .nav-link.active {
    border-bottom: 4px solid var(--primary-1);
    color: black !important;
    opacity: 1 !important;
}

#maincontent .nav-link.active .tab-label{
    color: black !important;
    opacity: 1 !important;
}

#maincontent .tab-content{
    margin-top: 48px;
    padding-right: 18px;
    padding-left: 18px;
}

#maincontent .scrollspy-menu{
    margin-top: 48px;
}

.scrollspy-section{
    padding-top: 48px;
    scroll-margin-top: 20px;
}

.accessory-tabs .tab-row{
    /* background-color: var(--bg-gray) */
    margin-right: -18px;
    margin-left: -18px;
}

body{
    height: 100% !important;
    position: relative !important;
    overflow-x:hidden;
    scroll-padding-top: 20px;
}

.accessory-landing{
    padding-bottom: 102px;
    overflow-x: hidden;
}


.tabs-dropdown, .scrollspy-mobile-dropdown{
    position: relative;
    width: 100%;
}

.tabs-dropdown .btn-heading{
    margin-bottom: 12px;
    color: var(--pahoehoe);
}

.tabs-dropdown-btn, .scrollspy-dropdown-btn{
    height: 50px;
    border: 1px solid #868487;
    color: var(--pahoehoe);
    font-family: "Montserrat-Medium";
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid var(--pahoehoe);
    width: 100%;
    justify-content: space-between;
}

.tabs-dropdown-btn .overline-text, .scrollspy-dropdown-btn .overline-text{
    color: black;
}

.tabs-dropdown-btn span {
    text-transform: none;
}

.tabs-dropdown-btn .chev-down , .scrollspy-dropdown-btn .chev-down{
    display: flex;
}
.tabs-dropdown-btn.active .chev-down, .scrollspy-dropdown-btn.active .chev-down {
    display: none;
}
.tabs-dropdown-btn .chev-up , .scrollspy-dropdown-btn .chev-up{
    display: none;
}
.tabs-dropdown-btn.active .chev-up , .scrollspy-dropdown-btn.active .chev-up{
    display: flex;
}

.tabs-mobile-links , .scrollspy-dropdown-links{
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    max-height: 350px;
    overflow-y: scroll;
}

.tabs-mobile-links a , .scrollspy-dropdown-links a{
    display: block;
    padding: 16px 12px 16px;
    color: var(--pahoehoe);
    text-transform: none;
}

.tabs-mobile-links a.active , .scrollspy-dropdown-links a.active{
    color: black;
}

.tabs-mobile-links a:hover ,  .scrollspy-dropdown-links a:hover{
    text-decoration: none;
    color: var(--black) !important;
    opacity: 0.4;
}

.container-fluid.accessories-footer{
    background-color: var(--bg-gray);
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 18px;
    padding-right: 18px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: hidden;
}

.accessories-footer p{
    max-width: 856px;
    margin:  auto;
    padding-bottom: 24px;
}

.accessories-footer p a{
    color: var(--primary-1);
    text-decoration: underline;
}

@media (max-width: 1199.99px) {
    .accessories-header{
        margin-top: 24px;
    }

    #maincontent .accessories-header h1{
        margin-top: 48px;
    }
}

#accessoryLocationList .location-hours{
    display: none;
}

#accessoryLocationModal .header button img {
    height: 20px;
    width: 20px;
}

#accessoryLocationList .location-phone-row{
    display: flex !important;
}

#accessoryLocationList .btn{
    color: white !important; 
    text-decoration: none !important;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

#accessoryOrderModal .modal-dialog{
    max-width: 320px;
}

#accessoryOrderModal .model-style-shop-modal-ctas button {
    margin-top: 12px;
    margin-bottom: 12px;
}

#accessoryOrderModal h3{
    margin-bottom: 20px;
}

#accessoryLocationModal .header h3{
    float: none;
    width: 100%;
    margin-bottom: 4px;
}


#accessoryLocationModal .header .body-text-1{
    margin-bottom: 0px;
}

#accessoryLocationModal .header button {
    float: none;
    padding: 12px;
    padding-right: 0;
}

#accessoryLocationModal .header .col-2.text-right{
    align-items: center;
    align-content: center;
}

#accessoryLocationModal .modal-dialog {
    max-height: initial;
    height: auto;
}

#accessoryLocationModal .modal-content{
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 991.98px), screen and (max-height: 699.87px) {
    #accessoryLocationModal .header{
        padding-left: 0;
        padding-right: 0;
    }

    #accessoryLocationModal .modal-dialog {
        height: 100%;
    }

    #accessoryLocationModal .modal-content{
        padding-left: 12px;
        padding-right: 12px;
    }
    
}