.checkout-version-v2 {

    .btn-cta {
        background-color: #522C5D;
        border: none;
        font-size: 1.3em;
    }

    .position-sticky {
        width: inherit;
        // max-width: inherit;
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 0;
    }

    .cart-form .table {
        border-color: transparent;
    }

    /* .header-col-card .badge-header-col-card {
        width: 5%;
        max-width: 13%;
    } */

    .header-col-card {
        position: relative;
    }

    .header-col-card .btn-edit-card-info {
        position: absolute;
        right: 5px;
        background-color: transparent;
        border: none;
        color: #162732;
        text-decoration: underline;
        top: 5px;
        font-size: 14px;
        display: none;
    }

    @media (max-width: 480px) {
        /* .header-col-card .badge-header-col-card {
            width: 13%;
            max-width: 13%;
        } */
    }
}
