.appointment-wrapper {
    background: #fff;
}
.store-item-new .content-bottom h6,
.store-item-new .content-bottom p {
    color: #1B437E;
}

.img-store a.view-map {
    background-color: #1B437E;
    padding: 3px 8px;
    border-radius: 3px;
    line-height: 1.9;
    color: #fff;
    font-weight: 500;
    position: relative;
    font-size: 12px;
    text-align: center;
    bottom: -22px;
    z-index: 22;
}

.store-item-map a.view-map {
    background-color: #1B437E;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    font-size: 11px;
    text-align: center;
    z-index: 22;
    bottom: -10px;
    left: 20px;
    width: 50%;
    max-width: 95px;
    display: none;
}

.store-item-map {
    position: relative;
}

.store-item-new {
    border: 0.4px solid #A39999B2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 5px;
}

.store-item-new.selected {
    border-color: #1B437E;
    box-shadow: 0 0 0 2px rgba(27, 67, 126, 0.15);
    background-color: #f0f5ff;
}

.img-store h6 {
    font-size: 14px;
}

.store-item-new .img-store {
    /* width: 80%; */
    min-width: 140px;
    max-width: 100%;
    text-align: center;
    padding-right: 10px;
}

.store-item-new .img-store .store-img {
    border-radius: 3px;
}

.store-listing-page .store-near-switch {
    display: flex;
    gap: 12px;
}

.store-listing-page .search-location h6 {
    display: none;
}

.store-listing-page .search-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.store-listing-page .current-location {
    background: #1B437E;
    padding: 0 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.store-listing-page .current-location a {
    color: #fff;
}

.store-listing-page .current-location svg path {
    fill: #fff;
}
.store-listing-page .current-location svg {
    width: 10px;
}
.store-listing-page .search-bar input {
    height: 16px;
    border: 1px solid #00000094;
    border-radius: 5px;
    height: 16px;
    padding: 2px 10px;
    width: 120px;
}
.store-listing-page .search-bar i {
    color: #fff;
    background: #1B437E;
    padding: 5px 8px;
    border-radius: 5px;
}

.store-listing-page .form-check-input:checked {
    background-color: #1b437e;
    border-color: #1b437e;
}

.store-listing-page .form-check-input:focus {
    box-shadow: none;
    border-color: #1b437e;
}