#storeLocatorApp {
    position: relative;
}

.loading-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 9;
}

.store-loc-container {
    display: block;
    width: 100%;
    padding: 0;
}

.store-loc-container .store-loc-cell {
    width: 100%;
}

.store-loc-container .store-loc-cell input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid var(--ShA-grey__sky-dark);
    border-radius: 6px;
    background: var(--ShA-primary__white);
    margin-bottom: 30px;
}

.store-loc-container .store-loc-cell .store-loc-details {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.store-loc-container .store-loc-cell .store-loc-details span {
    display: block;
    width: 100%;
}

#trading-hours {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#trading-hours .hour-cell {
    width: 50%;
}

.google-directions {
    width: fit-content !important;
    min-width: fit-content;
    height: fit-content;
    min-height: 25px;
    border-radius: 70px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: block;
    color: var(--ShA-primary__white) !important;
    font-weight: 700;
    text-align: center;
    padding: 10px 25px;
    background-color: var(--ShA-primary__button-grey);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ui-menu {
    display: block;
    width: 315px;
    background: var(--ShA-primary__button-grey);
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}

.ui-menu .ui-menu-item {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid var(--ShA-grey__sky-dark);
    color: var(--ShA-grey__sky-base);
    font-size: 14px;
    cursor: pointer;
}

.ui-menu .ui-menu-item span {
    font-size: 14px !important;
}

.ui-menu .ui-menu-item span:nth-child(1) {
    color: var(--ShA-primary__white);
}

.ui-helper-hidden-accessible.hidechild {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

#map-canvas {
    height: 100%;
    min-height: 400px;
}

.store-manager {
    display: none;
}

.hide-bar {
    display: none !important;
}

@media only screen and (min-width: 768px){
    #storeLocatorApp {
        min-height: 547px;
    }

    .store-loc-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

    .store-loc-container .store-loc-cell {
        width: 100%;
    }

    .store-loc-container .local-store-details {
        margin-right: 15px;
    }

    .google-directions {
        margin-bottom: 0;
    }

}
