html.yith_ywgc_opened,
body.yith_ywgc_opened {
    overflow: hidden;
}

@media ( min-width: 480px) {
    #yith-ywgc .yith-ywgc-popup {
        min-width: 320px;
    }
}

.yith-ywgc-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(211,211,211, 0.9);
}

.yith_ywgc_opened .yith-ywgc-popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    min-width: 50%;
    min-height: 50%;
    overflow: auto;
    background: rgba(255,255,255, 1);
    z-index: 120;
}
#yith-ywgc .yith-ywgc-popup-close {
    position: fixed;
    right: 20px;
    top: 14px;
    width: 12px;
    height: 12px;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    display: none;
}
#yith-ywgc .yith-ywgc-popup-close {
    background-repeat: no-repeat;
    background-position: bottom;
}
#yith-ywgc .yith-ywgc-popup-close:hover {
    background-repeat: no-repeat;
    background-position: top;
}

.yith-ywgc-popup-wrapper-region{
    height: 100%;
    width: 100%;
    overflow: inherit;
}



@media screen and (max-width: 1608px) {
    .yith_ywgc_opened .yith-ywgc-popup-wrapper {
        width: 80%;
    }
}


.ywgc-custom-design-modal-preview-close{
    position: absolute;
    top: -12px;
    right: -4px;
    font-size: 28px;
    color: red;
    cursor: pointer;
}

.ywgc-custom-design-modal-wrapper{
    display: inline-block;
    position: relative;
    width: 50%;
}


.ywgc-custom-image-modal-submit-link{
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-decoration: none;
}