/*
Theme Name: WTTSB2C
Author: LughStudio
Author URI: https://lughstudio.com/
Version: 1.0.0
Text Domain: wtts-theme
Domain Path: /languages/
Requires PHP: 7.1
*/

.gform_wrapper.gravity-theme .wtts-address-field .gform-field-label.gform-field-label--type-sub:after {
    content: '*';
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
}

.gform_wrapper.gravity-theme .wtts-address-field .address_line_2 .gform-field-label.gform-field-label--type-sub:after {
    content: '';
    display: none !important;
}


.gform_wrapper.gravity-theme .wtts-address-field .gfield_label.gform-field-label {
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: 700;
    color: #000;
}

.gform_wrapper.gravity-theme .wtts-address-field .gform-field-label.gform-field-label--type-sub {
    color: #000;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px !important;
}

.gform_ppcp_smart_payment_buttons .paypal-buttons > iframe {
    margin: 0 auto;
    width: 100%;
}

.gform-body--loading{
    position: relative;
}
.gform-body--loading:before {
    content: 'Please be patient while we confirm your payment with Affirm. Avoid refreshing the page or clicking the back button as you wait. You will be redirected to a confirmation page once complete.';
    background: rgba(255, 255, 255, 0.95) url( './build/images/spinner.gif' ) 50% calc(50% - 90px) no-repeat;
    background-size: 100px 100px;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    transition: all 0.5s 0.5s;
    color: #800000;
    text-align: center;
    display: flex;
    align-items: center;
}





