.cursor-pointer{
    cursor: pointer;
}
.btn-get-current-location{
    display: flex;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}
.current-location-marker{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0d6efd;
    border: 2px solid #fff;
    position: relative;
}
.current-location-marker:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(13, 110, 253, 0.35);
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content-marker-store{
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: relative;
}
.marker-store-info.disabled{
    color: #8E8E93;
}
.marker-store-info.disabled:before{
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    content: "";
    inset: 0;
}
.content-marker-store-arrow{
    filter: drop-shadow(0 4px 2px rgba(178, 178, 178, .4));
    height: 12px;
    left: 50%;
    position: absolute;
    bottom: -13px;
    transform: translateX(-50%);
    width: 25px;
}
.content-marker-store-arrow:before{
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}
.content-marker-store-arrow.disabled:before{
    background-color: #d8d8d8;
}
.list-group-store-area.disabled .store-media{
    background-color: #737373;
    border-radius: 2px;
}
.list-group-store-area .img-out-of-service{
    position: absolute;
    left: 22px;
}
.btn-edit-profile.htmx-request{
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.dropdown-menu-user:after{
    display: none;
}
.delivery-area:hover{
    background-color: var(--bs-tertiary-bg)
}

input[type='number']::-webkit-inner-spin-button{
    display: none;
}
.store-announcing-container{
    margin-top: 3rem;
}
.store-announcing-container h5{
    border-color: rgb(138,138,138);
    margin: 0 auto 2rem;
}
.store-announcing-container img,
.store-news-container img{
    max-width: 100%;
    height: auto;
}
.store-announcing-container p{
    margin: 0 0 0.75rem;
    font-weight: 500;
}
@media (min-width: 992px) {
    .store-announcing-container h5{
        max-width: 60%;
    }
}

.dropdown-menu{
    max-width: fit-content;
}
.dropdown-menu-custom-position{
    --bs-position: end;
}
.dropdown-menu-custom-position[data-bs-popper]{
    left: auto;
    right: 0;
}

@media (max-width: 380px) {
    .navbar-menu{
        flex-basis: 100%;
        margin-top: 4px;
    }
    .dropdown-menu-custom-position{
        --bs-position: start;
    }
    .dropdown-menu-custom-position[data-bs-popper]{
        left: 0;
        right: auto;
    }
}
.form-switch-subscription .form-check-input{
    width: 3rem;
    height: 1.5rem;
}
.gm-style .gm-style-iw-d{
    overflow: auto !important;
    padding: 0 !important;
}
.gm-style .gm-style-iw-c{
    padding: 12px !important;
    padding-top: 0 !important;
}