#storesTitle {
    letter-spacing: 0;
    font-size: 19px;
    color: #1c1c1c;
    margin-top: 38px;
    line-height: 85px;
    background: #fff;
    margin-bottom: 0;
    height: 85px;
    text-transform: uppercase
}

#mapFiltersDiv,.filterSelect {
    width: 210px;
    color: #1c1c1c
}

#mapFiltersDiv {
    width: 30%;
    float: left;
    display: none;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: 20px
}

#mapDiv {
    width: 62%;
    height: 500px;
    margin-top: 0;
    float: right;
    margin-bottom: 0
}

#citiesDiv {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 25px
}

.centeredContent {
    width: 100%
}

.storeDiv {
    width: calc(100% - 16px);
    margin-bottom: 15px
}

.cityNameArrow {
    color: var(--black);
    margin-right: 19px
}

.cityDiv {
    color: #1c1c1c
}

.storeName {
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    font-family: "SF-Pro-Display"
}

.storeLocation:hover {
    color: var(--secondary)
}

.storeLocation {
    margin-left: 0;
    color: var(--violet);
    font-weight: 500;
    font-family: "SF-Pro-Display";
    text-transform: lowercase;
    font-size: 13px;
}

.storeLocation::first-letter {
    text-transform: uppercase
}

.storeTitle {
    display: none
}

.storeInfo {
    font-size: 13px;
    line-height: 17px;
    color: var(--base);
    font-family: "SF-Pro-Display"
}

.cityName {
    position: relative;
    width: calc(100% - 17px);
    color: var(--black);
    background-color: transparent;
    letter-spacing: 0;
    font-weight: 600;
    padding-left: 0;
    font-size: 17px;
    font-family: "SF-Pro-Display"
}

.filterDiv {
    border-bottom: unset
}

.filterArrow {
    color: var(--secondary)
}

.storeLocationIcon {
    display: none
}

storeInfo,store {
    color: black!important
}

.gm-ui-hover-effect {
    top: 0px!important;
    right: 0px!important
}

@media screen and (max-width: 768px) {
    .centeredContent {
        width:100%!important
    }

    #mapFiltersDiv {
        width: 210px;
        margin: 15px auto 20px;
        float: unset
    }

    #mapDiv {
        width: 100%;
        margin-top: 0;
        height: 50vh;
        margin-bottom: 0
    }

    #citiesDiv {
        width: 90%;
        margin-left: 5%;
        margin-top: 35px
    }

    #storesTitle {
        margin-top: 20px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .cityName {
        width: 100%
    }

    .cityNameArrow {
        margin-right: 0
    }
}
