.cz_popup_in {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    min-width: 300px;
    min-height: 30px;
    max-height: 88%;
    padding: 40px;
    z-index: 2;
    color: #fff !important;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    background: #111111 !important;
    transform-origin: center;
    animation: CubicInPopup .7s cubic-bezier(.180, .890, .330, 1) forwards;
}

h2.product_title.entry-title {
    color: #fff !important;
}