.default-menu {
    position: absolute;
    top: calc(100% + .75rem);
    left: 0;
    width: auto;
    /* padding: 0.5rem 8px 0.875rem 0rem; */
    padding: 5px 10px;
    background-color: #ffffff;
    box-shadow: 0 0.625rem 1.5625rem 0 rgba(34, 34, 34, 0.05);
    z-index: 1000;
    transition: all 0.28s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 992px) {
    .image-banner {
        min-height: 19.75rem !important;
    }
}

.google-map__wrapper {
    height: 25.375rem;
    position: relative;
}

.about-us .page-title {
    font-size: 2.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    margin-top: 70px;
    text-align: center;
}

.shop-checkout .page-title {
    font-size: 2.1875rem;
    margin-bottom: 2.125rem;
    text-transform: uppercase;
    margin-top: 54px;
    text-align: center;
}