.timator-summary-card {
    width: 100%;
    color: #0f172a;
}

.timator-summary-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.timator-summary-card__title {
    margin: 0;
    color: #334155;
    font: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
}

.timator-summary-card__count {
    color: #334155;
    font-size: .875rem;
    font-weight: 500;
    white-space: nowrap;
}

.timator-summary-card__row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    width: 100%;
    margin: 0 0 .85rem !important;
}

.timator-summary-card__row--total {
    margin-top: .25rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #e5e7eb !important;
}

.timator-summary-card__label,
.timator-summary-card__value {
    font: inherit;
    font-size: .875rem !important;
    line-height: 1.7;
}

.timator-summary-card__label {
    color: #475569 !important;
    font-weight: 400 !important;
}

.timator-summary-card__value {
    color: #0f172a !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.timator-summary-card__row--total
.timator-summary-card__label,
.timator-summary-card__row--total
.timator-summary-card__value {
    color: #020617 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.timator-summary-card #cart-discount,
.timator-summary-card #summary-discount {
    color: #16a34a !important;
}

.timator-summary-card__button {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: .25rem;
    padding: .75rem 1rem !important;
    border: 0 !important;
    border-radius: .75rem !important;
    background: #1f6bb8 !important;
    color: #fff !important;
    font: inherit;
    font-size: .95rem !important;
    font-weight: 700 !important;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}

.timator-summary-card__button:hover:not(:disabled) {
    opacity: .92;
}

.timator-summary-card__button:disabled {
    opacity: .5;
    cursor: default;
}

@media (max-width: 639px) {
    .timator-summary-card__head {
        margin-bottom: 1rem;
    }
}

