.productlightbox {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999999;
}
.productlightbox .product-lightbox__container {
    background: #fff;
    width: 900px;
    max-width: 90%;
    padding: 0;
    padding-bottom: 24px;
    z-index: 999;
    max-height: 90%;
    overflow-y: auto;
}
.product-lightbox__container .lightbox-header {
    padding: 24px;
    border-bottom: 1px solid #C5C5C5;
}
.product-lightbox__container #messageArea {
    border-bottom: 1px solid #C5C5C5;
}
.product-lightbox__container .product-lighbox-close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/modal_close_ico.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
._product-lighbox-close {
    text-decoration: underline!important;
    cursor: pointer;
}
.product-lightbox__container  form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}