span.ShopParts {
    background: black;
    color: #fff;
    padding: 7px 15px;
    font-size: 19px;
    display: inline-block;
}
span.ShopAcc {
    background: gray;
    color: #fff;
    padding: 7px 15px;
    font-size: 19px;
    display: inline-block;
}
#select-shop-type-acc {
    margin-top: -30px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
#vehicle-container-acc {
    display: inline-block;
    background: #ffffff;
}
.home #select-vehicle-acc {
    height: 460px;
    background-size: cover;
}
#select-vehicle-acc {
    background: #4a525f;
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
}

#select-vehicle-label-acc {
    background: transparent;
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .01em;
    padding: 12px 12px;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
}

.vehicle-disabled-acc {
    pointer-events: none;
    cursor: default;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}
.vehicle-closed-acc {
display:none;
}

#vehicle-container-acc > ul {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
}
#vehicle-container-acc div > ul > li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    padding: 10px;
}
#vehic_sel_type-label-acc em, #vehic_sel_brand-label-acc em, #vehic_sel_make-label-acc em, #vehic_sel_model-label-acc em, #vehic_sel_year-label-acc em, #vehic_sel_trim-label-acc em, #vehic_sel_section-label-acc em, #vehic_sel_group-label-acc em, #vehic_sel_subgroup-label-acc em{
    display: block;
    float: left;
    font-style: normal;
    padding: 0 26px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.vehic-select-hidden-acc {
display: none;
}

.yourVehicle-acc {
float: left;
display: block;
padding: 8px 0px;
}

#clearVehicle-acc {
margin-left: 10px;
font-style: italic;
cursor: pointer;
padding: 2px 8px;
color: #fff;
border: 2px solid #fff;
border-radius: 20px;
white-space: nowrap;
background: #dc262e;
}
#clearVehicle-acc:hover {
background: transparent;
}

/******STYLE FOR FIRST THE CAR SELECTION OPTION BOXES*******/
.type-ul-acc {
    float: left;
    margin: 0;
    -webkit-padding-start: 0px;
    position: absolute;
    margin-top: -47px;
    margin-left: -2px;
}

#vehic_sel_type-label-acc, #vehic_sel_brand-label-acc, #vehic_sel_make-label-acc, #vehic_sel_model-label-acc, #vehic_sel_year-label-acc, #vehic_sel_trim-label-acc, #vehic_sel_section-label-acc, #vehic_sel_group-label-acc, #vehic_sel_subgroup-label-acc{
 	font-size: 21px;
    margin-right: 6px;
    width: auto;
    background: #fff url(/v/vehicle-select-toy/dropdown-arrow-gray.png) no-repeat 95% 50%;
    cursor: pointer;
    float: left;
    padding: 15px 16px;
    position: relative;
 }

#vehicle-dropdown-make-acc{
    width: auto;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #666;
    left: 0;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 48px;
    z-index: 1;
    min-width: 100%;
    height: auto;
}
#vehicle-dropdown-year-acc, #vehicle-dropdown-make-acc, #vehicle-dropdown-model-acc,#vehicle-dropdown-trim-acc, #vehicle-dropdown-section-acc, #vehicle-dropdown-group-acc {
    width: auto;
    min-height: 150px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #666;
    left: 0;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 61px;
    z-index: 1;
    min-width: 100%;
    min-height: 143px;
    height: auto;
}

#vehic_sel_year-acc, #vehic_sel_make-acc, #vehic_sel_model-acc, #vehic_sel_trim-acc, #vehic_sel_section-acc, #vehic_sel_group-acc {
    margin-left: 0px;
    padding-left: 0px;
    color: #666;
    text-align: left;
    font-size: 21px;
    line-height: 1.2em;
    height: 200px;
    overflow-y: scroll;
	overflow-x: hidden;
}


#vehic_sel_make-acc li, #vehic_sel_year-acc li, #vehic_sel_model-acc li, #vehic_sel_trim-acc li {
padding-left: 5px;
padding-right: 5px;
white-space: nowrap;
}

#vehic_sel_year-acc li:hover, #vehic_sel_make-acc li:hover, #vehic_sel_model-acc li:hover, #vehic_sel_trim-acc li:hover, #vehic_sel_group-acc li:hover, #vehic_sel_section-acc li:hover, #vehic_sel_year-acc li:focus, #vehic_sel_model-acc li:focus, #vehic_sel_trim-acc li:focus, #vehic_sel_group-acc li:focus, #vehic_sel_section-acc li:focus, #vehic_sel_year-acc li:active, #vehic_sel_model-acc li:active, #vehic_sel_trim-acc li:active, #vehic_sel_group-acc li:active, #vehic_sel_section-acc li:active, #vehic_sel_subgroup-acc li:active {
    background: gray;
    color: white;
    width: 100%;
}
 
#ShopButton-acc {
    -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
 	font-size: 21px;
    width: auto;
    background: #dc262e;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    float: left;
    padding: 15px 13px;
    position: relative;
    border: none;
}
#ShopButton-acc:hover {
background: #be262d;
}

@media only screen and (min-width: 991px){
.vehicle-disabled-acc.homepage {
display: none;
}}

@media only screen and (min-width: 1199px){
#select-vehicle-label-acc {
max-width: 100%;
    width: 100%;
    display: block;
}
.partsSelected-acc {
 max-width: 100% !important;
 width: 100% !important;
}}

/****RESPONSIVE TABLET and Mobile*****/
@media only screen and (max-width: 991px){
div#select-shop-type-acc {
    width: 100%;
    }
#vehicle-container-acc > ul {
	padding: 5px;
}
#vehicle-container-acc {
    display: block;
}
.vehicle-disabled-acc {
display: none;
}
.type-ul-acc {
float: none;
width: 100%;
margin-top: 0px;
}
#vehic_sel_type-label-acc, #vehic_sel_brand-label-acc, #vehic_sel_model-label-acc, #vehic_sel_make-label-acc, #vehic_sel_year-label-acc, #vehic_sel_trim-label-acc, #vehic_sel_section-label-acc, #vehic_sel_group-label-acc, #vehic_sel_subgroup-label-acc{
	width: 100%;
	margin: 5px 0px;
}
#ShopButton-acc {
	width: 100%;
	margin: 5px 0px;
}
#select-vehicle-label-acc {
	max-width: 100% !important;
}
#vehic_sel_type-acc li, #vehic_sel_brand-acc li, #vehic_sel_make-acc li, #vehic_sel_year-acc li, #vehic_sel_trim-acc li, #vehic_sel_model-acc li, #vehic_sel_group-acc li, #vehic_sel_section-acc li, #vehic_sel_subgroup-acc li {
    white-space: normal;
    line-height: 17px;
    padding-bottom: 8px;
    padding-top: 8px;
}
#vehicle-dropdown-type-acc, #vehicle-dropdown-brand-acc, #vehicle-dropdown-make-acc, #vehicle-dropdown-year-acc, #vehicle-dropdown-model-acc, #vehicle-dropdown-trim-acc, #vehicle-dropdown-section-acc, #vehicle-dropdown-group-acc {
width: 100%;
}}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

