.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;
max-height: 90vh;
overflow-y: auto;
overflow-x: hidden;
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;
}
.woocommerce-cart-pdf-popup-close {
position: absolute;
top: 0;
right: 0;
background: #000;
color: #fff;
height: 30px;
width: 30px;
border-radius: 0 50% 0 50%;
line-height: 30px;
text-align: center;
}
a.woocommerce-cart-pdf-popup-close:hover {
color: #fff;
}