.hidden {
    display: none !important;
}
body.sidebar-open {
    overflow: hidden;
}
#sidebar-mask {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .5;
    pointer-events: auto;
    position: fixed;
    background: #000;
    transition: opacity 300ms ease;
    z-index: 20;
    display: none;
}
body.sidebar-open #sidebar-mask {
    display: block;
}

.e-n-menu-items-heading #location-menu-item .e-n-menu-item-title-text .loading-indicator {
    padding-left: 5px;
}

#geo-location-prompt p:first-child {
    font-weight: 600;
}

#geo-location-prompt p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

#geo-location-prompt button {
    padding: 0px;
    color: rgb(16, 88, 160);
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 1rem;
}

#store-finder-map {
    width: 100%;
    height: 60vh;
}

#locations-sidebar {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 450px;
    height: 100vh;
    background-color: #E6F5FF;
    z-index: 2147483641;
    overflow-y: auto;
}

body.logged-in #locations-sidebar {
    top: 32px;
}

#locations-sidebar #transline-loading-indicator {
    display: none;
    text-align: center;
    margin-top: 30px;
}

#locations-sidebar #transline-loading-indicator i {
    font-size: 50px;
    color: rgb(16, 88, 160);
}

#locations-sidebar.loading #transline-loading-indicator {
    display: block;
}

#locations-sidebar #location-list {
    overflow-y: auto;
}

#locations-sidebar #storefinder {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    background-color: #fff;
}

#locations-sidebar .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding: 10px;
}

#locations-sidebar .sidebar-header button {
    background-color: transparent;
    color: rgb(16, 88, 160);
    border: none;
    padding: 0px;
    font-size: 19px;
}

#locations-sidebar .sidebar-header h3 {
    font-size: 18px;
}

#locations-sidebar #location-ui {
    padding: 10px
}

#locations-sidebar #location-ui #search-wrap {
    display: flex;
}

#locations-sidebar #location-ui #search-wrap input {
    border-radius: 0px;
}

#locations-sidebar #location-ui #current-location {
    padding: 10px;
    text-align: center;
}

#locations-sidebar #location-ui #current-location-btn {
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 14px;
    color: #3e7697;
    font-weight: 400;
}

#locations-sidebar #location-list .sidebar-item {
    background-color: #fff;
    display: block;
    margin: 10px 9px;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
}

.store .data {
    position: relative;
}

.store .data .distance {
    position: absolute;
    right: 0px;
    top: 0px;
}

.store .data .distance p {
    color: #665;
    font-size: 14px;
    font-weight: 400;
}

.store .current_store {
    color: #00873C;
}

.store .current_store p {
    font-weight: 400;
    font-size: 14px;
}

.store .store_info p {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.store .store_info .store_name p {
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.store .store_info .store_hours_status .open-indicator {
    color: #00873C;
}

.store .store_info .store_hours_status .closed-indicator {
    color: rgb(255, 0, 0);
}

.store .store_info .address p {
    margin-bottom: 0px;
}

.store .store_info .address2 p {
    margin-top: 0px;
}

.store .store-select {
    background-color: transparent;
    color: rgb(16, 88, 160);
    width: 100%;
    margin: 5px 0px;
}

.store .store-select:hover {
    background-color: rgb(16, 88, 160);
    color: #fff;
}

#locations-archive .company-wrap {
    display: flex;
}

#locations-archive .company-wrap .single-company {
    flex: 1 1 0px;
    padding: 15px;
}

#locations-archive .company-wrap .single-company .company-info {
    margin-bottom: 40px;
}

#locations-archive .company-wrap .single-company h3 {
    margin-bottom: 5px;
}

#locations-archive .company-wrap .single-company p {
    margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
    #location-menu-item .e-n-menu-title-text br.hidden {
        display: block !important;
    }
}

body[data-elementor-device-mode="mobile"] #locations-sidebar {
    width: 100%;
}