.wc-print-product-loading {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.pdf-form {
    margin-bottom: 10px;
}

.pdf-form h3 {
    color: #1E236E;
    font-size: 24px;
}

.pdf-actions {
    margin-top: 10px;
}

.pdf-actions .button {
    margin: 0;
    width: 100%;
}

.pdf-actions .button + .button {
    margin-top: 10px;
}

.pdf-actions-right {
    margin-left: 40%;
}

.pdf-actions-add-to-cart {
    margin-bottom: 10px;
}

.pdf-field-wrapper {

}

.pdf-field-wrapper + .pdf-field-wrapper {
    margin-top: 10px;
}

.pdf-field-wrapper label {
    display: block;
    font-size: 14px;
    float: left;
    width: 40%;
    padding-right: 10px;
}

.pdf-field-wrapper .pdf-field-input {
    width: 60%;
    background: #DADADA;
    border-color: #707070!important;
}

.pdf-field-wrapper.pdf-field-textarea label {
    width: 100%;
}
.pdf-field-wrapper.pdf-field-textarea textarea {
    width: 100%;
    height: 150px;
}

.pdf-field-group {

}

.pdf-field-group + .pdf-field-group {
    margin-top: 15px;
}

.button {
    position: relative;
}

.info-btn {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #69D7E6;
    border-radius: 50%;
    line-height: 15px;
    width: 15px;
    height: 15px;
}

.info-btn:before {
    content: 'i';
    font-size: 12px;
    vertical-align: middle;
    font-family: 'Courier New';
}
