.locations-title {
    font-family: 'Toyota_Display_BOLD';
    font-size: 43.69px;
    font-weight: 700;
    line-height: 57.23px;
    color: #333;
    padding-top: 13px!important;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-family: 'Toyota_Text_REGULAR';
    border: none;
    color: #767676;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    box-shadow: none;
    border-right: 1px solid #767676;
    border-radius: 0;
    padding: 0px 0px;
}

.nav-tabs .nav-link:last-child {
    border: none;
}

.nav-tabs .nav-link:hover {
    text-decoration: underline;
    text-underline-offset: 12px;
    text-decoration-color: #eb0b1e;
    border-color: #767676;
}

.nav-tabs .nav-link.active {
    font-weight: 700;
    line-height: 30px;
    color:#eb0b1e;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 12px;
    border-color: #767676;
}

.address-title {
    font-family: 'Toyota_Display_BOLD';
    font-size: 36px;
    font-weight: 700;
    line-height: 57.23px;
    color: #eb0b1e;
}

.details-title {
    font-family: 'Toyota_Text_BOLD';
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    color: #2e2e33;
}

.details-info p {
    margin-bottom: 0;
}

.details-border {
    border-left: 1px solid #000;
}

.img-placeholder {
    height: 600px;
}

.locations-dropdown {
    border-radius: 0;
    width: 90%;
    height: 55px;
    padding: 7px 10px;
    font-family: 'Toyota_Display_REGULAR';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #767676;
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.locations-dropdown:hover {
    color: #767676;
    background-color: #F0F0F0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #767676;
    background-color: #F0F0F0;
}

.dropdown-toggle::after {
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    border-radius: 25px;
}

nav .dropdown-menu {
    width: 90%;
    height: fit-content;
    padding: 0;
    padding-bottom: 0px;
    position: absolute !important;
    transition: none !important;
    background-color: #F0F0F0;
    color: #767676;
}

nav .dropdown-item {
    border: none;
}

nav .dropdown-item:hover {
    color: #767676;
    background-color: #F0F0F0;
}

nav .dropdown-item button {
    border: none;
    font-family: 'Toyota_Display_REGULAR';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #767676;
}
#locationTabContent .subtitle a{
    font-family: 'Toyota_Display_REGULAR';
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    color: #eb0b1e;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .img-placeholder {
        width: 100%;
        height: 410px;
    }

    .details-border {
        border: none;
    }

    .locations-title {
        font-size: 36px;
        padding-top: 10px!important;
    }

    .address-title {
        font-size: 23px;
    }

    .gmaps {
        height: 410.32px;
    }

    
}

.toyota-marker{
    position: relative;
    display: block;
    top: -28px;
    left: -28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.toyota-marker span{
position: absolute;
top: 60px;
left: 50%;
width: 100px;
padding-top: 10px;
font-family: 'Roboto Condensed',sans-serif;
font-size: 14px;
line-height: 16px;
text-align: center;
transform: translateX(-50%);

}
.toyota-marker:hover::after,
.toyota-marker.active:after {
    background-image: url(/media/wyqhv22j/marker.png)!important;
}
.toyota-marker:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: inherit;
    transform: translateY(-50%);
    background-image: url(/media/ehpopoki/marker_red.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    fill: #eb0a1e;
    content: '';
}

.toyota-marker:hover,
.toyota-marker.active {
    background: #eb0a1e;
    color: #eb0a1e;
}
.toyota-marker.active span {
    color: #eb0a1e;
}

.yNHHyP-marker-view[tabindex="0"]{
    z-index: 999!important;
}

.gm-style-mtc > button {
display: none!important;
}

.im-used-car-link:hover,
.whats-app-link:hover {
    color: var(--red) !important;
}

.whats-app-link {
    font-family: 'Toyota_Text_REGULAR' !important;
    color: #2e2e33!important;
    font-weight: 400 !important;
    font-size: 18px !important;
}