/* DEV CHANGES */
#shopEmail {
    display: none;
}

/*hide default dropbdown arrow*/
select::-ms-expand{
    display: none;
}

/* data hidden divs*/
.itemMakes{
	display:none !important;
}
.itemLat{
	display:none !important;
}
.itemLong{
	display:none !important;
}
.itemServices{
	display:none !important;
}
.itemMisc{
	display:none !important;
}
.itemId{
	display:none !important;
}
.itemClub{
	display:none !important;
}
#landing-location{
    display: inline;
    padding-left: 3px;
    text-transform: capitalize;
}
#location{
    text-transform: capitalize;
}
/* send appointment .required-error */
.required-error {
	border-color: #FF0000;
}
/* map marker detail box & misc changes */
.blk3.aaa-miles {
	padding-right: 5px;
}
.map-marker-label{
    position: absolute;
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.aar-bottom-detail {
    margin-top: 14px;
    display: inline-block;
}
.aar-distance {
    float: left;
    padding: 10px 8px 0px 0px;
}
.aar-distance span {
    display: inline-block;
}
.arr-icons span {
    display: inline-block;
    background-size: 32px auto;
    background-position: left center;
    background-repeat: no-repeat;
    height: 42px;
    width: 32px;
    margin-left: 6px;
}

#bclocation {
    text-transform: capitalize;
}

#bcarticle {
    text-transform: capitalize;
}

/*autcomeplete fix*/
.pac-container.pac-logo:last-of-type {
     box-shadow: none;
}
.pac-container.pac-logo:last-of-type:after {
    content: none;
}