.gwip-payment-options {
    clear: both;
    margin: 12px 0 14px;
    width: 100%;
}

.gwip-payment-options__trigger {
    appearance: none;
    align-items: center;
    background: #c9a24e;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease;
    width: auto;
}

.gwip-payment-options__trigger:hover,
.gwip-payment-options__trigger:focus {
    background: #b99343;
    color: #fff;
    text-decoration: none;
}

.gwip-payment-options__modal {
    display: none;
}

.gwip-payment-options__modal.is-open {
    display: block;
}

.gwip-payment-options__overlay {
    background: rgba(0, 0, 0, .55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99998;
}

.gwip-payment-options__dialog {
    background: #fff;
    border: 2px solid #c9a24e;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .28);
    color: #555;
    left: 50%;
    max-height: 92vh;
    max-width: 468px;
    overflow: auto;
    padding: 24px 20px 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 28px);
    z-index: 99999;
}

.gwip-payment-options__dialog > .gwip-payment-options__close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #c58e25;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    position: absolute !important;
    min-height: 0;
    min-width: 0;
    right: 18px;
    top: 18px;
    width: 28px;
    z-index: 2;
}

.gwip-payment-options__dialog > .gwip-payment-options__close svg {
    color: #c58e25;
    display: block;
    height: 22px;
    width: 22px;
}

.gwip-payment-options__title {
    align-items: center;
    color: #3d4248;
    display: flex;
    gap: 10px;
    margin: 0 34px 18px 0;
}

.gwip-payment-options__title svg {
    color: #c58e25;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.gwip-payment-options__title h3 {
    color: #3d4248;
    font-family: inherit;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.gwip-payment-options__card {
    background: #fff;
    border: 1px solid #c9a24e;
    border-radius: 8px;
    margin: 0 0 14px;
    padding: 15px 12px;
}

.gwip-payment-options__card--credit {
    padding-bottom: 16px;
}

.gwip-payment-options__heading,
.gwip-payment-options__compact {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.gwip-payment-options__method {
    align-items: center;
    color: #111;
    display: inline-flex;
    gap: 10px;
    min-width: 0;
}

.gwip-payment-options__method svg {
    color: #c58e25;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
}

.gwip-payment-options__method--muted {
    color: #777;
}

.gwip-payment-options__method--muted svg {
    color: #c58e25;
}

.gwip-payment-options__heading strong,
.gwip-payment-options__compact strong {
    font-size: 14px;
    font-weight: 800;
}

.gwip-payment-options__price,
.gwip-payment-options__discount strong,
.gwip-payment-options__card td strong {
    color: #c9a24e;
    font-weight: 800;
}

.gwip-payment-options__description {
    color: #4d5157;
    font-size: 12px;
    line-height: 1.45;
    margin: 14px 0 10px;
}

.gwip-payment-options__table-label {
    color: #111;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 6px;
}

.gwip-payment-options__card table {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.gwip-payment-options__card td {
    border: 0;
    color: #50545a;
    font-size: 13px;
    line-height: 1.25;
    padding: 6px 8px;
    vertical-align: middle;
}

.gwip-payment-options__card tr:nth-child(odd) {
    background: #f3f3f3;
}

.gwip-payment-options__card td:last-child {
    text-align: right;
    white-space: nowrap;
}

.gwip-payment-options__fees {
    color: #6f7378;
    display: block;
    font-size: 12px;
    margin: 8px 2px 12px;
    text-align: right;
    text-decoration: underline;
}

.gwip-payment-options__fees:hover,
.gwip-payment-options__fees:focus {
    color: #c58e25;
    text-decoration: underline;
}

.gwip-payment-options__interest-detail {
    color: #74787d;
    display: none;
    font-size: 10px;
    line-height: 1.35;
    margin-top: 3px;
}

.gwip-payment-options__card--credit.is-showing-interest .gwip-payment-options__interest-detail {
    display: block;
}

.gwip-payment-options__accepted {
    border-top: 1px solid #e7e7e7;
    color: #4d5157;
    font-size: 12px;
    margin-top: 8px;
    padding-top: 12px;
}

.gwip-payment-options__brands {
    align-items: center;
    background: #fafafa;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-top: 8px;
    padding: 10px;
}

.gwip-payment-options__brands svg {
    display: block;
    height: 20px;
    max-width: 48px;
    width: 100%;
}

.gwip-payment-options__discount {
    color: #4d5157;
    font-size: 13px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.gwip-price-installment {
    color: inherit;
    display: inline-block;
    font-size: .92em;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 2px;
}

.wd-sticky-btn .wd-sticky-btn-cart {
    align-items: center;
    gap: 10px;
}

.wd-sticky-btn .wd-sticky-btn-cart .price {
    color: #4d5157;
    display: flex;
    flex: 0 0 190px;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.25;
    margin: 0 10px 0 0;
    max-width: 220px;
    min-width: 170px;
}

.wd-sticky-btn .wd-sticky-btn-cart .price > br,
.wd-sticky-btn .wd-sticky-btn-cart .price .gw-pcd-note {
    display: none !important;
}

.wd-sticky-btn .wd-sticky-btn-cart .price > .woocommerce-Price-amount {
    color: #c9a24e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.wd-sticky-btn .wd-sticky-btn-cart .price .gwip-price-installment {
    color: #4d5157;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 3px;
    white-space: nowrap;
}

.wd-sticky-btn .cart {
    align-items: center;
    display: flex;
    gap: 10px;
}

.wd-sticky-btn .gwip-payment-options {
    flex: 0 0 auto;
    margin: 0;
    width: auto;
}

.wd-sticky-btn .gwip-payment-options__trigger {
    font-size: 11px;
    line-height: 1.15;
    max-width: 230px;
    min-height: 40px;
    padding: 0 16px;
    white-space: normal;
}

@media (max-width: 768px) {
    .wd-sticky-btn .wd-sticky-btn-cart .price {
        flex-basis: 135px;
        max-width: 155px;
        min-width: 120px;
    }

    .wd-sticky-btn .wd-sticky-btn-cart .price > .woocommerce-Price-amount {
        font-size: 14px;
    }

    .wd-sticky-btn .wd-sticky-btn-cart .price .gwip-price-installment {
        font-size: 11px;
        white-space: normal;
    }

    .wd-sticky-btn .cart {
        gap: 6px;
    }

    .wd-sticky-btn .gwip-payment-options__trigger {
        font-size: 10px;
        max-width: 160px;
        min-height: 38px;
        padding: 0 10px;
    }
}

@media (max-width: 420px) {
    .gwip-payment-options__dialog {
        padding: 22px 14px 16px;
    }

    .gwip-payment-options__card td {
        font-size: 12px;
        padding: 6px;
    }

    .gwip-payment-options__brands {
        gap: 4px;
        padding: 8px 6px;
    }
}
