.cmp-specials-storelocator {
    background: #FAC1C1;
    margin: 7.5px 15px;
}

@media (min-width: 768px) {
    .cmp-specials-storelocator {
        margin: 15px 0px;
    }
}

.cmp-specials-storelocator .cmp-specials-storelocator__bar {
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .cmp-specials-storelocator .cmp-specials-storelocator__bar {
        padding: 0 20px;
        height: 74px;
    }
}

.cmp-specials-storelocator .cmp-specials-storelocator__bar p {
    font-size: var(--body3-size);
}

.cmp-specials-storelocator .cmp-specials-storelocator__bar p.store-name {
    font-size: var(--body3-size);
    font-weight: 800;
    text-align: center;
    color: #555555;
}

.cmp-specials-storelocator .cmp-specials-storelocator__bar button#changeStore {
    font-size: var(--body5-size);
    font-weight: 800;
    background: #555555;
    padding: 10px 27px;
    border-radius: 34px;
    border: 0px;
}

.cmp-specials-storelocator #storeLocator {
    color: #FFFFFF;
}

.cmp-specials-storelocator__storeselector__header {
    background: #CACACA;
    padding: 10px 15px;
}

.cmp-specials-storelocator__storeselector__header h4 {
    line-height: 1.15;
}

.cmp-specials-storelocator__storeselector__header .x-icon {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.cmp-specials-storelocator__storeselector__header .x-icon::before,
.cmp-specials-storelocator__storeselector__header .x-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
    transform-origin: center;
}

.cmp-specials-storelocator__storeselector__header .x-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cmp-specials-storelocator__storeselector__header .x-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cmp-specials-storelocator__storeselector__footer {
    background: #CACACA;
    font-size: var(--body4-size);
    text-align: center;
    padding: 10px 40px;
}

.cmp-specials-storelocator__storeselector__body {
    font-size: 18px;
    color: #555555;
    padding: 10px 15px;
}

.cmp-specials-storelocator__storeselector__body h5 {
    font-weight: 600;
    font-size: var(--body3-size);
    margin-top: 5px;
    margin-bottom: 15px;
}

.cmp-specials-storelocator__storeselector__body .search-input {
    font-size: 14px;
    height: 36px;
    margin-bottom: 15px;
    border: 1px solid #8C8B8B;
    color: #8C8B8B;
    border-radius: 0;
    box-shadow: none;
}

.cmp-specials-storelocator__storeselector__body form label {
    width: 100%;
}

.cmp-specials-storelocator__storeselector__body button.search-input {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 42px;
    background: #555555;
    box-shadow: 0px 5.084278106689453px 4.236898422241211px 0px #0000001F;
    padding: 3px 24px 0;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: var(--body5-size);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 220px;
    border: 0;
}

.cmp-specials-storelocator__storeselector__body button#changeStoreAction {
    display: none;
    background: #555555;
    box-shadow: 0px 5.084278106689453px 4.236898422241211px 0px #0000001F;
    padding: 10px 24px;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: var(--body5-size);
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    max-width: 220px;
    border: 0;
}

.cmp-specials-storelocator__storeselector__body .searchpostal {
    display: block !important;
}

.cmp-specials-storelocator__storeselector__body__seperator {
    color: #555555;
    font-size: var(--body3-size);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .cmp-specials-storelocator__storeselector__body, .cmp-specials-storelocator__storeselector__header {
        padding: 10px 35px;
    }
    .cmp-specials-storelocator__storeselector__footer {
        padding: 10px 80px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.list-group{
    position: absolute;
    top: 36px;
    width: 100%;
    border-radius: 0;
}

.list-group .list-group-item:first-child{
    border-top: 0;
}

.list-group .list-group-item{
    border: 1px solid #8C8B8B;
    color: #8C8B8B;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: var(--ShA-grey__sky-light);
}

.list-group .list-group-item:hover{
    color: #8C8B8B;
}

.cmp-specials-storelocator__storeselector__search-results{
    color: #555555;
    padding: 10px 35px;
}

.cmp-specials-storelocator__storeselector__search-results h4{
    font-size: var(--body3-size);
}

.cmp-specials-storelocator__storeselector__search-results #searchResultItems{
    padding: 0px;
    padding-top: 5px;
}

.cmp-specials-storelocator__storeselector__search-results #searchResultItems #locationSelect{
    padding-bottom: 10px;
    min-height: 75px;
    cursor: pointer;
    align-self: stretch;
}

.cmp-specials-storelocator__storeselector__search-results #searchResultItems img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.cmp-specials-storelocator__storeselector__search-results #searchResultItems .store-details{
    padding-left: 10px;
    font-size: var(--body3-size);
    margin-bottom: 0px;
}

.cmp-specials-storelocator__storeselector__search-results #searchResultItems .store-address{
    color: #CACACA;
}

/* #storeLocator .modal-content{
    max-height: 700px;
    overflow-y: scroll;
} */

/* Works on Firefox */
#storeLocator  {
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9;
}

/* Works on Chrome, Edge, and Safari */
#storeLocator ::-webkit-scrollbar {
    width: 12px;
}

#storeLocator ::-webkit-scrollbar-track {
    background: inherit;
}

#storeLocator ::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 20px;
    border: 3px solid inherit;
}
