.auto-charge-failed {
    display: block !important;
}

.payment-summary {
    font-family: Arial, sans-serif;
}

.payment-summary h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 20px;
    text-align: center;
}

.summary-table {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
}

.summary-table td {
    vertical-align: middle;
    padding: 8px 10px;
}

.summary-table .total-label {
    font-weight: bold;
    font-size: 16px;
}

.summary-table .total-amount {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.section-header {
    font-weight: bold;
    margin: 10px 0 !important;
    font-size: 18px;
}

.pending-payment {
    font-weight: bold;
}

.table > tbody > tr > td {
    border-top: none;
}

.amount-table .amount-label {
    color: #555;
}

.amount-table .amount {
    text-align: right;
    font-weight: bold;
}

.summary-table {
    margin-top: 10px;
}

.payment-summary .alert-autocharge-failed {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
    background-color: #8FCBCB;
}

.payment-summary .alert {
    padding: 5px 0;
    text-align: left;
    border-radius: unset;
    margin-bottom: 0;
}

.payment-one-click-img {
    width: 33px;
}

.alert-autocharge-failed-desc {
    font-size: 12px;
    color: white;
}

.summary-table {
    border: none;
    padding: 10px 2px;
    background-color: #F0F0EE;
    margin-bottom: 10px !important;
}

.summary-table .estimate-total {
    display: flex;
    justify-content: space-between;
}

.summary-table .estimate-total .estimate-text {
    font-size: 18px;
    color: #777;
}

.summary-table .estimate-total .total-amount {
    font-weight: normal;
    color: #777;
}

.amount-table .amount-label, .amount-table .amount {
    padding: 8px 8px 8px 0;
}

.amount-table .text-muted {
    padding: 0 8px 0 0;
}

.amount-table .amount-label span, .amount-table .amount {
    font-size: 18px;
    font-weight: normal;
}

.amount-table .pending-payment {
    padding: 8px 8px 8px 0;
}

.amount-table .pending-payment .text-muted {
    color: #777;
    font-weight: normal;
    font-size: 14px;
}

.red-text {
    font-size: 18px;
    color: red !important;
}

.hr-solid {
    border-top: solid 2px #8FCBCB;
}

.amount-table .amount-label.red-text, .amount-table .amount.red-text {
    padding: 12px 8px 12px 0;
}

.shipping-text {
    text-transform: uppercase;
}

.desktop-only .alert-autocharge-failed {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background-color: #8FCBCB;
    padding: 5px 5px;
    align-items: center;
    margin-left: 15px;
}

.desktop-only .alert-autocharge-failed-desc {
    font-size: 16px;
}

.payment-summary .payment-one-click {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
}

.payment-summary .payment-one-click img {
    width: 25px
}

.payment-summary .payment-one-click div {
    font-size: 14px;
    padding-left: 7px;
}

.total-due {
    background-color: #F0F0EE;
}

.total-due td {
    padding: 8px 8px 8px 0 !important;
}

.total-due .total-label span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.total-due .amount {
    font-weight: bold;
}
