.woocommerce-cart-pdf a {
	margin-right: 15px;
	margin-bottom: 20px;
}

.woocommerce-cart-pdf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.woocommerce-cart-pdf-popup-container {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 99999999;
}

.woocommerce-cart-pdf-popup {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}

.button.woocommerce-cart-pdf-email-send {
    margin-bottom: 0;
}