/* Global Commerce CSS */

/* Sticky Footer */
html, body {
    height: 100%;
}

/* Site width */
.mud-main-content,
.commerce-footer > .mud-container{
    max-width: 1440px;
    margin: 0 auto;
}

/* Restyling MudBlazor buttons */
.mud-button-root {
    text-transform: none;
}

/* Centering Dialogs */
.mud-dialog-container {
    left: 0
}

/* Reset Dialog Default Title Padding */
.mud-dialog .mud-dialog-title {
    padding: 0;
}
