#kidzincolor_product_customizer_modal.modal-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

#kidzincolor_product_customizer_modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    z-index: 99999;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #F7F3F1;
    padding: 30px 20px;
    background-image: url(/wp-content/uploads/2023/03/logo-kidz-in-color-nieuwe-kleuren.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: 95% 95%;
}

button#btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-content-left {
    /*position: relative;*/
    width: 50%;
    float: left;
    border-right: 2px solid #d1d2d4;
    box-sizing: border-box;
    height: 100%;
}

.modal-content-right {
    /*position: relative;*/
    width: 50%;
    float: right;
    height: 100%;
}

img#modal_product_image {
    height: auto;
    width: auto;
    /*max-width: 500px;
    max-height: 500px;*/
    display: block;
    max-height: 420px;
    border-radius: 1rem;
}

.product-image-section {
    position: relative;
    display: inline-block;
}

img#meta_box_product_image {
    height: auto;
    width: auto;
    /*max-width: 500px;
    max-height: 500px;*/
    display: block;
}

img.loading-img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
}

.meta-box-bounding-box {
    width: 150px;
    height: 50px;
    max-width: 400px;
    max-height: 100px;
    position: absolute;
    user-select: none;
    border: 2px dashed #9a9a9a;
}

.box-image-checkbox-label {
    margin: 0 5px;
}

/*
* Bounding Box
 */

.box {
    top: 50px;
    left: 120px;
    width: 150px;
    height: 50px;
    /*max-width: 400px;
    max-height: 100px;*/
    position: absolute;
    user-select: none;
    transform: translate(-50%, -50%);
    border: 2px dashed #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box:hover, .box-img:hover {
    cursor: move;
    border: 2px dashed #4de742;
}

.box-img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
}

.resize-handler {
    height: 10px;
    width: 10px;
    background-color: #57595c;
    position: absolute;
    border-radius: 100px;
    border: 1px solid #ffffff;
    user-select: none;
    display: none;
}

.resize-handler:hover {
    background-color: #999999;
}

.resize-handler.rotate {
    cursor: url('../images/rotate_ccw.png'), auto;
}

#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta {
    display: none !important;
}

.box-without-border {
    font-family: "Arial Black";
    color: #fff;
    top: 50px;
    left: 120px;
    width: 150px;
    height: 50px;
    max-width: 400px;
    max-height: 100px;
    position: absolute;
    user-select: none;
    transform: translate(-50%, -50%);
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}