/*.dialog-header.banner-background {*/
/*    background: #0073e7;*/
/*}*/

.product-name {
    font-size: 20px;
}

#toggle-button > a {
    border: 0;
    background-color: transparent;
}

@media (min-width: 769px) {
    img.product-image-content {
        max-height: 50px;
        max-width: 100%
    }
    div.product-name {
        margin-left: 15px;
        margin-right: 0;
    }
    div.dialog.modal-dialog {
        border-radius: 3px;
        border: 1px solid #dae1e1;
    }
}

@media (max-width: 768px) {
    .page-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }

    .dialog-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .dialog-body {
        flex-grow: 1;
    }
}
