/* Address Autocomplete for cart page */
.pac-container {
    z-index: 10001;
}

.modal-open {
    position: fixed;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .modal {
        z-index: 10000;
    }
}

@media only screen and (max-width: 500px) and (max-width: 767px) {
    .modal-content {
        /* min-height: 500px; */
    }
}