#presta_custom_field .radio_button.col-md-9.presta_radio_select {
    margin-top: 10px;
}
div#presta_custom_field {
    padding: 20px;
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
#presta_custom_field .col-md-9.presta_yes_no {
    margin-top: 10px;
}

#presta_custom_field div#presta_checkout_errors {
    background-color: #e03535;
}

#presta_custom_field p {
    color: white;
    font-weight: 500;
}

#presta_custom_field span.required {
    color: red;
}
#presta_custom_field .presta_error_code {
    color: red;
    margin-top:4px;
    font-size: 12px;
}
#presta_custom_field .presta_alert_border {
    border: 1px solid #e03535;
}
#ps_custom_checkout_carrier_form #presta_custom_field {
    padding: 0px;
}
.presta_file_preview {
    background: #ddd;
    color: #000;
    padding: 10px;
    margin-top: 10px;
}
.presta_btn_disabled  {
    opacity: .50;
    cursor: not-allowed;
}
#ps_custom_checkout_payment_form #presta_custom_field {
    padding: 0px;
}