#size-chart-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    z-index: 10000;
    padding: 15px 25px;
    max-width: 1000px;
    text-align: center;
    height: 90%;
    max-height: 100%;
    width: 90% !important;
}

#size-chart-popup-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}

#size-chart-popup img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}

#size-chart-popup p {
    margin: 0 !important;
    height: 100%;
    text-align: center !important;
}

#close-size-chart {
    color: #000;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 999;
    font-weight: 600;
}