.hidden {
    display: none !important;
}

.braintree, .braintree-loading {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 11px;
    padding: 12px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: sans-serif;
}

#checkout-form {
    display: none;
}

#checkout-form.paypal-vault {
    display: block;
}

.braintree-loading div {
    padding-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.braintree h1 {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: normal;
    padding-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
}

.braintree .bt-text-field {
    display: table;
    width: 100%;
}

.braintree .bt-text-field > *,
#error-message,
.bt-modal-dialog
{
    padding: 12px;
}

.braintree .bt-text-field > * {
    display: table-cell;
    vertical-align: middle;
    height: 24px;
}

#error-message {
    color: red;
}

.braintree label {
    cursor: pointer;
    width: 30%;
    white-space: nowrap;
    font-family: inherit;
    font-size: inherit;
}

.braintree label.tes3997-cursor {
    cursor: auto;
}

.braintree label:before {
    display: inline-block;
    width: 21px;
    text-align: center;
    margin-right: 4px;
}

.braintree .bt-text-field input#cardholder_name {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
}
.braintree .bt-text-field > div, input#cardholder_name {
    width: 70%;
    padding-left: 0;
}

.braintree .bt-text-field > div#cvc {
    width: 64%;
}
.braintree .bt-text-field > span#cvcPopupLink {
    width: 6%;
}

.braintree .bt-content > div {
    border-top: 1px solid #e0e1dd;
}

.braintree .bt-content > div:last-child {
    border-bottom: 1px solid #e0e1dd;
}

.braintree .pay-button {
    margin-top: 60px;
    cursor: pointer;
    padding: 24px 48px;
    width: 100%;
    font-weight: normal;
    font-size: inherit;
}

.braintree .pay-button:disabled {
    opacity: 0.5;
}

.braintree .pay-button,
.braintree .pay-button:hover,
.bt-modal-dialog {
    background-color: #41a940;
}

.bt-modal-dialog.tes-2561-dialog {
    top: 0;
    background-color: white;
    height: 100vh;
    position: absolute;
    bottom: 175px;
    right: 0;
    padding: 0;
    width: 110%;
}

.bt-modal-body {
    overflow-x: auto;
}

.bt-modal-body.tes-2561-dialog-body {
    overflow-x: hidden;
    margin-top: 100px;
}

.bt-modal-body iframe {
    background-color: #fff;
    margin: auto;
    display: block;
}

.bt-modal-body.tes-2561-dialog-body iframe {
    padding-bottom: 41%;
}

.bt-cancel-button {
    margin-top: 24px;
    margin-bottom: 80px;
    padding: 6px 12px;
    color: #9a9b9c;
    font-family: inherit;
    text-decoration: none;
}

.webui-popover {
    font-family: sans-serif;
    display: none;
}
.webui-popover .webui-popover-title {
    background-color: #f7f7f7;
    font-weight: normal;
}

.webui-popover .cvc-info__text {
    font-size: 16px;
}
.webui-popover .close {
    font-size: 25px;
}

.bt-icon {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    vertical-align: text-top;
}

.hosted-field--label {
    padding-left: 0;
}

@media only screen and (min-width: 568px) {
    .bt-modal-body.tes-2561-dialog-body iframe {
        width: 100%;
        padding-bottom: 14%;
    }
}