.product--image #dialog, .product--images-other #dialog {
    display: none;
    padding: 0;
    border: 0px;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.product--image #dialog.show, .product--images-other #dialog.show {
    visibility: visible;
    opacity: 1;
}

.product--image #dialog .modal-content, .product--images-other #dialog .modal-content {
    border-radius: 0px;
    border: 0px;
}

.product--image #close-dialog, .product--images-other #close-dialog {
    background: none;
    border: 0px;
    font-size: 2rem;
    line-height: 2rem;
    float: right;
    background: #009ee2;
    color: white;
    width: 2rem;
    position: absolute;
    top: 0px;
    right: 0;
}