.pdf_invoice_download_button {
border: 0;
border-radius: 0;
background: none;
background-color: #43454b;
border-color: #43454b;
color: #fff;
cursor: pointer;
padding: .6180469716em 1.41575em;
text-decoration: none;
font-weight: 600;
text-shadow: none;
display: inline-block;
-webkit-appearance: none;
word-break: break-all;
}
.pdf_invoice_download_button:hover {
background-color: #eeeeee;
color: #333333;
}.form-row.place-order .button.button.disabled {
background-color: #4c4c4c;
}
#sscp-loading-overlay,
#sscp-complete-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8); z-index: 99999;
display: none; }
#sscp-loading-message,
#sscp-complete-message {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #222;
font-size: 1.2rem;
text-align: center;
display: none;
}
#sscp-loading-image,
#sscp-complete-image {
width: 50px; height: 50px;
margin-bottom: 10px;
}