/*!
Theme Name: darkrain woo 1c version
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.page-checkout__payment-method--title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.page-card__header-category {
    margin-bottom: 8px;
}
.page-card__button--add_cart {
    max-width: unset;
}
@media (max-width: 840px) and (min-width: 480px) {
    .page-card__sticky-bottom .page-card__buttons button {
        width: 100%;
    }
}


.page-card__credit-icons {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
.page-card__credit-icon {
    display: flex;
}
.page-card__credit--btn {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
}
.page-card__attr--credit {
    margin-top: 32px;
}
.page-card__attr--credit {
    display: flex;
    justify-content: space-between;
}
.page-card__attrs .page-card__credit--row {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.page-card__attrs .page-card__credit--row span {
    line-height: 1.3;
}
.page-card__attrs .page-card__credit--btn {
    font-size: 16px;
}
@media (max-width: 600px) {
    .page-card__attr--credit {
        margin-bottom: 40px;
        flex-direction: column;
        gap: 16px;
    }
}