/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.checkout-popup__image {
    position: relative;
    z-index: -1;
    max-height: 300px
}

.checkout-popup__content {
    padding: 20px
}

.checkout-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    height: 50px;
    width: 50px;
    background: #135FAB;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    line-height: 1
}

.checkout-popup__close svg {
    fill: #ffffff
}