/* temporary fix to restore 100% width for EXT:form form fields */
.form-group .input > * { width: 100%; }
.productlist-menu li:not(.active) ul { display: none; }
/* Always set the map height explicitly to define the size of the div element that contains the map. */
.google-map { height: 450px; width: 100%; }
.gm-style-iw-d h3 { margin: 0; padding: 0; }
/*
@media (min-width: 78.75rem) {
    .col-xl-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
*/