#locator h1{
     text-align: center;
}
#locator {
    padding: 60px 15px;
}
#locator h2 {
    text-align: center;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 80px auto 13.5px auto;
}
.storerocket-result-content {
    border-radius: 5px !important;
}
#locator .logo-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    width: 100%;
    margin: 13.5px auto;
    position: relative;
}
.storerocket-result-distance {
    display: none;
}

div#storerocket-widget {
    border: 2.2px solid black;
}

#locator img.side-logo {
    position: absolute;
    max-height: 39px;
    height: 100%;
    width: auto;
}
#locator img.side-logo.side-logo-right {
    right: -5px;
    top: -5px;
}
#locator img.side-logo.side-logo-left {
    left: -32px;
    bottom: 40px;
}
#locator .logo-item {
    border-radius: 70px;
    max-width: 210px;
    max-height: 79px;
    width: 100%;
    height: 100%;
    margin: 13.5px 10.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 19px 0px;
    justify-content: center;
}
#locator .logo-item div img {
    max-width: 120px;
    height: auto;
    max-height: 100%;
    margin: auto;
    width: 100%;
}
.storerocket-overlay-details-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
}
a.storerocket-popup-buttons-get-directions {
    text-transform: lowercase;
    text-decoration: underline !important;
}
a.storerocket-overlay-details-action-button, #storerocket-widget .storerocket-result-website-link {
    text-transform: uppercase !important;
    display: block !important;
    padding: 5px 20px !important;
    margin-right: 15px !important;
    width: fit-content  !important;
    background-color: black !important;
    color: white !important;
    border-radius: 20px !important;
}
.storerocket-overlay-details-action.storerocket-overlay-details-action--website a.storerocket-overlay-details-action-button {
    color: black !important;
    position: relative;
}
.storerocket-overlay-details-action.storerocket-overlay-details-action--website a.storerocket-overlay-details-action-button::before {
    content: 'Visit Website';
    color: white !important;
    display: block;
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}
.storerocket-icon {
    display: none;
}
.storerocket-popup-name, .storerocket-overlay-details-name {
    font-family: 'AmericanBold';
    text-transform: lowercase;
    font-weight: 900;
}
#locator .storerocket-widget {
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: 20px auto;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    #locator img.side-logo {
        display: none;
    }
    #locator h2 {
        max-width: 209px;
        width: 100%;
    }
    #locator .logo-item {
        max-width: 46%;
        width: 100%;
        padding: 15px 0px;
        margin: 5px;
        position: relative;
    }
    #locator .logo-item div img {
        max-width: 60%;
        height: auto;
    }
}
@media screen and (max-width:1024px) {
    #locator img.side-logo.side-logo-left {
        left: -16px;
    }
    #locator img.side-logo {
        max-height: 30px;
    }
    #locator img.side-logo.side-logo-right {
        right: 0px;
        top: 0px;
    }
}
.storerocket-result-distance {
    display: none !important;
}
@media screen and (min-width: 721px) {
    div#storerocket-panel {
        border-right: 2.2px solid black;
    }
}