.my-cart-sticky--wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 25px 30px;
    position: relative;
    overflow: hidden;
    max-width: 1040px;
    background: #21273b;
    border: 1px solid #dfe1ee4d;
}

.my-cart-sticky__total {
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    text-align: right;
    color: #dfe1ee;
}

.my-cart-sticky__btn {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.my-cart-sticky {
    transform: translateX(-50%);
    position: fixed;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: end;
    z-index: 3;
    width: 124rem;
    padding: 0 10rem;
    margin-left: 18rem;
    background-color: #1b2134;
}

.product-block__submit.btn-copy {
    border: 1px solid #2f80ed;
    background: #1b213480;
    color: #dfe1ee;
}

.product-block__link.js-out-of-stock-noty {
    border: 1px solid #dfe1ee;
    justify-content: center;
}

.products-inner--list .product-block__submit.btn-copy,
.products-inner--list .js-out-of-stock-noty {
    padding: 0 !important;
}

.product-block__submit__noty,
.product-block__link__noty {
    color: #dfe1ee;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-block__link.js-out-of-stock-noty svg {
    width: 2rem;
    height: 2rem;
}

.product-block--promo .product-block__footer {
    background: #2f80ed33;
    height: 100%;
}

.product-block--promo .product-block__promocode-text {
    color: #fff;
}

.product-detail__discount__promo {
    border-color: #ffcc00;
    background-color: #ffcc00;
    color: #1b2134;
    font-weight: 700;
    font-size: 1.4rem;
    height: 2rem;
}

.product-block__promo-val--code {
    font-size: 1.4rem;
    line-height: 1;
    text-transform: none;
}

.btn-copy__inner {
    background: #1b2134;
}

.acc-content:after {
    display: none;
}

.partner-program--withdraw-funds .article-title {
    pointer-events: unset;
}

.partner-program--withdraw-funds .article-title::after,
.withdraw-processing--main .article-title::after,
.withdraw_verification_section .article-title::after,
.withdraw-funds__history .article-title::after {
    display: none;
}

.withdraw_verification_section {
    display: none;
}

.wrap-withdraw.is-active {
    .withdraw-processing--main {
        display: none;
    }

    .withdraw_verification_section {
        display: block;
    }
}

.withdraw_verification_section .withdraw-processing__form {
    flex-direction: column;
    gap: 0;
}

.withdraw-processing__form-cols {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.withdraw-processing__data {
    margin-bottom: 2rem;
    display: block;
    color: #dfe1ee4d;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
}

.withdraw-processing__data .price,
.withdraw-processing__data .wallet {
    color: #dfe1ee;
    margin: 0 0.4rem;
}

.product-block__submit__noty-receive--mobile {
    display: none;
}

.product-list-table .products-inner--list .product-block__submit__noty {
    border: 1px solid #dfe1ee4d;
    height: 3rem;
    padding: 5px 8px;
    border-radius: 4px !important;
    display: flex;
    color: #dfe1ee;
    align-items: center;
    width: auto;
}

.product-list-table
    .products-inner--list
    .product-block__submit__noty-receive__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 5px 13px;
    gap: 5px;
    background: #dfe1ee0d;
    border: 1px solid #dfe1ee;
    font-weight: 700;
    color: #dfe1ee;
    border-radius: 4px;
}

.product-list-table
    .product-block__submit__noty-receive__inner.product-block__submit__noty-receive__inner--table {
    justify-content: unset;
    gap: 1rem;
}

.product-block__promo-val--mob {
    display: none;
}

.product-list-table
    .product-block__submit__noty-receive.is-active
    .product-block__submit__noty-receive__inner {
    color: #ffcc00;
    border-color: #ffcc00;
}

.product-list-table .product-block__links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.product-list-table .my-cart-table__total__remove {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.7px;
    text-align: center;
    width: 80px;
    color: #eb5757;
    opacity: 0;
    pointer-events: none;
}

.product-list-table .my-cart-table__total__remove.is-active {
    opacity: 1;
    pointer-events: auto;
}

.product-list-table .my-cart-table__total-inner {
    position: relative;
    height: 100%;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-cart-table__total.is-promo-active .my-cart-table__total-inner:after {
    background: #fff1a8;
}

.my-cart-table__total.is-promo-active .my-cart-table__total__promo {
    border-color: #fff1a8;
    background-color: #fff1a8;
    z-index: 3;
}

.my-cart-table__total.is-promo-active .my-cart-table__total-inner {
    color: #fff1a8;
}

.my-cart-table__total.is-discount-active .my-cart-table__total-inner {
    color: #ffcc00;
}

.my-cart-table__total.is-discount-active .my-cart-table__total-inner:after {
    background: #ffcc00;
}

.my-cart-table__total.is-discount-active .my-cart-table__total__promo {
    border-color: #ffcc00;
    background-color: #ffcc00;
}

.my-cart-table__total.is-promo-active .my-cart-table__total__promo,
.my-cart-table__total.is-discount-active .my-cart-table__total__promo {
    color: #1b2134;
    font-weight: 700;
    font-size: 1.4rem;
    height: 2rem;
    top: calc(100% - 1rem);
}

.my-cart-table__total.is-promo-active .my-cart-table__total-inner,
.my-cart-table__total.is-discount-active .my-cart-table__total-inner {
    background: #21273b;
}

.my-cart-table__total-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}

.products-inner__content__side
    .my-cart-table-row.is-filled
    .my-cart-table__total-inner:after {
    opacity: 1;
}

.my-cart-table__total__promo--mobile {
    display: none !important;
}

.product-list-table .my-cart-table-title {
    position: unset;
    top: 111px;
    color: white;
    background: #1b2134;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
    z-index: 4;
    font-size: 20px;
    padding: 1rem;
}

.product-list-table .products-wrapper {
    overflow: visible !important;
}

.product-list-table .my-cart-table-title--sky {
    border-color: #8cf3ff;
}

.product-list-table .my-cart-table-title--violet {
    border-color: #a687ff;
}

.product-list-table .my-cart-table-title--orange {
    border-color: #ffc887;
}

.product-list-table .my-cart-table-title--salat {
    border-color: #eeff87;
}

.product-list-table .my-cart-table-title--portage {
    border-color: #8da2e6;
}

.product-list-table .my-cart-table-title--green {
    border-color: #b0ff8a;
}

.product-list-table .my-cart-table-title--purple {
    border-color: #ff9e9e;
}

.acc-checkout-form-group-content {
    width: 100%;
    transition: all 0.3s;
}

.acc-checkout-form__delivery-address .acc-checkout-form-group-content {
    height: 0;
    overflow: hidden;
}

.acc-checkout-form__delivery-address
    .acc-checkout-form-group-content.is-active {
    overflow: unset;
}

.acc-checkout-form__delivery-address .acc-checkout-form-group-btn {
    display: flex;
}

.acc-checkout-form__delivery-address .acc-checkout-form-group-placeholder {
    display: flex;
    margin-bottom: 1.5rem;
}

.acc-checkout-form-group-placeholder {
    width: 100%;
    background-color: #2f3548;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 2rem;
    color: #f8f9fa;
    border-radius: 1.6rem;
}

.acc-checkout-form-group-btn.is-active {
    visibility: hidden;
    display: none;
}

.acc-checkout-form-group-placeholder.is-active {
    display: none;
}

.acc-checkout-form-group-btn {
    display: none;
    cursor: pointer;
    width: 100%;
    height: 5rem;
    background: #2f3548;
    color: #ffcc00;
    justify-content: center;
    align-items: center;
    border-radius: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: unset;
    transition: all 0.5s;
}

.acc-checkout-form-group-btn:hover {
    background: #ffcc00;
    color: #1b2134;
}

.acc-checkout-form-group-btn--address {
    display: flex;
}

.acc-checkout-form__similar {
    display: none;
}

.acc-checkout-form-group-placeholder {
    display: none;
}

.product-list-table .product-block__submit__noty-receive__inner {
    display: flex;
    border: 1px solid #dfe1ee4d;
    height: 3rem;
    padding: 0px 8px;
    gap: 5px;
    display: flex;
    border-radius: 4px;
    color: #dfe1ee;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    width: 100px;
}

.products-inner--list .goods-item__count__input {
    margin: 0 !important;
}

.products-inner--list .my-cart-table__quantity {
    width: 12rem;
}

.product-list-table .product-block__submit__noty {
    border: 1px solid #dfe1ee4d;
    height: 3rem;
    padding: 0px 8px;
    gap: 5px;
    border-radius: 4px;
    color: #dfe1ee;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    width: 120px;
}

.products-inner--list .product-block__submit.btn-copy,
.products-inner--list .js-out-of-stock-noty {
    border: none !important;
}

.products-inner--list .product-block__submit--promo-copy {
    border: 1px solid #dfe1ee4d !important;
    background: #dfe1ee0d;
    height: 3rem;
    color: #dfe1ee;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 4px;
    width: 120px;
}

.products-inner--list
    .product-block__submit--promo-copy
    .product-block__promo-val {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 20px;
    color: #dfe1ee;
}

.products-inner--list .product-block__submit--promo-copy .btn-copy__inner {
    background: #1b2134;
}

.products-inner--list .product-block__submit--promo-code {
    border: 1px solid #2f80ed !important;
    background: #21273b80;
    font-size: 14px;
    height: 3rem;
    font-weight: 700;
    line-height: 20px;
    color: #dfe1ee;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 4px;
    min-width: 100px;
}

.products-inner--list .icon-clipboard {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
}

.products-inner--list.is-promo-active {
    background: #2f80ed33;
}

.products-inner--list .my-cart-table__product__img {
    height: 5rem;
    width: 5rem;
    border-radius: 4px;
    margin-right: 10px;
}

.products-inner--list .my-cart-table__product__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.my-cart-table__product__discount-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #dfe1ee;
}

.is-promo-card .product-block__submit--promo-code-mobile {
    display: none;
}

.is-promo-active.my-cart-table-row.row--products.js-product {
    background: #2f80ed33;
}

.price__promo {
    margin-left: 1rem;
    height: 2rem;
    padding: 0px 10px 0px 10px;
    gap: 5px;
    border-radius: 0px 10px 10px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #1b2134;
}

.price__promo--discount {
    background: #ffcc00;
}

.price__promo--promotion {
    background: #fff1a8;
}

.product-detail__price {
    flex-wrap: wrap;
}

.product-block__promo {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 2rem;
    padding: 0px 10px 0px 10px;
    gap: 5px;
    border-radius: 0px 10px 10px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #1b2134;
    white-space: nowrap;
}

.product-block__promo--discount {
    background: #ffcc00;
}

.product-block__promo--promotion {
    background: #fff1a8;
}

.product-block__submit {
    position: relative;
}

.product-block__footer.has-promotion .product-block__submit {
    border: 1px solid #fff1a8;
    background: #fff1a80d;
}

.product-block__footer.has-discount .product-block__submit {
    border: 1px solid #ffcc00;
    background: #ffcc000d;
}

.my-cart-table__product-price-mobile {
    display: none;
}

.product-list-table
    .my-cart-table__product__text
    .my-cart-table__product__text__secondary {
    display: none;
}

.article-title {
    pointer-events: none;
}

.acc-checkout-form__payment-submit {
    display: none;
}

.acc-cart .my-cart-table__product__name {
    white-space: inherit;
}

.acc-checkout-form__payment-submit-dk {
    width: 100%;
    height: 60px;
    margin-top: 1rem;
    background: #2f3548;
}

.my-cart-form--pay {
    margin-bottom: 4rem;
}

.my-cart-form--pay:last-child {
    margin-bottom: 0;
}
.acc-content .acc-checkout-form__payment__inner {
    margin: 0;
}
.acc-content .acc-checkout-form__payment__inner .my-cart-table {
    width: 100%;
}

@media (max-width: 1599px) {
    .my-cart-sticky {
        width: 96rem;
        padding: 0 4rem;
        margin-left: 15rem;
    }
}

@media (max-width: 1279px) {
    .my-cart-sticky {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1023px) {
    .withdraw-processing__form-cols {
        flex-direction: column;
        gap: 1;
    }

    .withdraw-processing__form .acc-coins__photo__group .btn {
        margin: 0;
    }

    .withdraw-processing__data {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .withdraw-processing__form {
        padding: 1rem;
    }

    .products-wrapper {
        overflow: inherit;
    }

    .product-list-table .my-cart-table__product__name {
        white-space: unset;
    }
}

@media (min-width: 767px) {
    .acc-checkout-form-group-content:not(
            .acc-checkout-form-group-content--address
        ) {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .acc-checkout-form-delivery-method .acc-checkout-form__group {
        padding: 0 1.5rem;
    }

    .acc-checkout-form__payment__inner {
        margin: 0;
    }

    .acc-checkout-form__payment-submit-dk {
        display: none;
    }

    .my-cart-sticky {
        display: none;
    }

    .products-inner--list .my-cart-table__quantity,
    .products-inner--list .product-block__submit--promo-copy,
    .product-list-table .product-block__submit__noty {
        width: auto;
    }

    .product-list-table .my-cart-table__product__text__main {
        display: none;
    }

    .products-inner.products-inner--list {
        padding-left: 0;
        padding-right: 0;
    }

    .product-list-table .my-cart-table-row {
        padding: 1rem;
    }

    .product-list-table .my-cart-table__product__text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-direction: row;
    }

    .product-list-table .my-cart-table__product-price-mobile {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product-list-table
        .my-cart-table__product__text
        .my-cart-table__product__text__secondary {
        display: block;
    }

    .product-list-table .products-inner--list .my-cart-table__product__text {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: row;
        width: 100%;
    }

    .product-list-table .my-cart-table__multiple,
    .product-list-table .my-cart-table__price {
        display: none;
    }

    .product-list-table
        .my-cart-table__product-price-mobile
        .my-cart-table__multiple,
    .product-list-table
        .my-cart-table__product-price-mobile
        .my-cart-table__price {
        display: flex;
    }

    .product-list-table .products-inner--list .my-cart-table__multiple {
        width: auto;
    }

    .product-list-table .my-cart-table__product__text__secondary {
        font-size: 16px;
        font-weight: 450;
        color: #dfe1ee;
        line-height: 2rem;
    }

    .product-list-table .my-cart-table__side {
        flex-direction: row-reverse;
    }

    .product-list-table .my-cart-table__total.is-promo-active,
    .product-list-table .my-cart-table-row .my-cart-table__total {
        margin: 0;
    }

    .product-list-table .my-cart-table-row .my-cart-table__total {
        padding: 5px;
        height: auto;
        width: auto;
        font-size: 1.4rem;
        line-height: 2rem;
        border-radius: 5px;
        flex-direction: row-reverse;
        display: flex;
        gap: 12px;
    }

    .product-list-table
        .products-inner__content__side
        .my-cart-table-row.is-filled
        .my-cart-table__total:after {
        display: none;
    }

    .product-list-table .my-cart-table__side {
        height: auto;
    }

    .product-list-table .products-inner__content__side .my-cart-table-row {
        min-height: auto;
        padding: 1rem;
    }

    .product-list-table .products-inner__content__side.side-list {
        margin: 0 -1rem;
    }

    .product-list-table .my-cart-table__total__promo {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        height: 20px;
        padding: 0px 5px 0px 7px;
        border-radius: 0px 10px 10px 10px;
        display: none;
        color: #1b2134;
        font-weight: 700;
        border: none;
    }

    .product-list-table .my-cart-table__total__promo.light-yellow {
        background: #fff1a8;
    }

    .product-list-table .my-cart-table__total__promo.yellow {
        background: #ffcc00;
    }

    .product-list-table
        .products-inner__content__side
        .my-cart-table-row.is-filled
        .my-cart-table__total
        .my-cart-table__total__promo__val {
        margin-left: 0;
        margin-right: 3px;
    }

    .product-list-table .product-block__submit__noty-receive--mobile {
        display: flex;
    }

    .product-list-table .my-cart-table-row .my-cart-table__total {
        background-color: rgba(47, 53, 72, 0.3);
    }

    .product-list-table .my-cart-table__total__remove {
        display: none;
    }

    .product-list-table .my-cart-table__total-inner:after {
        display: none;
    }

    .product-list-table .my-cart-table__total-inner {
        width: auto;
        flex-direction: row-reverse;
        gap: 12px;
    }

    .product-list-table .my-cart-table__total__promo__val {
        margin-left: 0;
        margin-right: 3px;
    }

    .product-list-table .my-cart-table__total__promo--mobile {
        display: flex !important;
    }

    .product-list-table
        .my-cart-table__total.is-promo-active
        .my-cart-table__total__promo,
    .product-list-table
        .my-cart-table__total.is-discount-active
        .my-cart-table__total__promo {
        font-size: 10px;
    }

    .product-list-table .my-cart-table__price,
    .product-list-table .my-cart-table__multiple,
    .product-list-table .my-cart-table__price__value {
        font-size: 12px;
        font-weight: normal;
    }

    .product-list-table .my-cart-table-title {
        position: sticky;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    .product-list-table
        .my-cart-table-title
        .my-cart-table__product__text__main {
        display: flex;
    }

    .product-list-table .my-cart-table-title .my-cart-table__product__name {
        font-size: 14px;
    }

    .product-list-table .product-block__submit__noty {
        font-size: 10px !important;
    }

    .products-inner.products-inner--list .products-inner__top {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .products-inner.products-inner--list .seo-text {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .products-inner--list .my-cart-table__product__img {
        display: none;
    }

    .product-block__promo-val--mob {
        display: flex;
    }

    .product-block__promo-val--desc {
        display: none;
    }

    .product-block__submit--promo-code-mobile {
        display: flex;
    }

    .is-promo-card .product-block__submit--promo-code-mobile {
        display: flex;
    }

    .is-promo-card .my-cart-table__total__empty {
        display: none;
    }

    .my-cart-table__product__discount-count {
        line-height: 1;
    }

    .product-list-table .my-cart-table-row .my-cart-table__total.is-promo-card {
        padding: 0;
        background: none;
    }

    .my-cart-table__product__discount-count {
        font-weight: normal;
    }

    /* Checkout */
    .acc-checkout {
        z-index: 65;
    }

    .acc-checkout-form__steps {
        display: none;
    }

    .acc-checkout .section-title {
        display: flex;
        align-items: center;
    }

    .acc-checkout .section-title__secondary {
        font-size: 2.4rem;
        line-height: normal;
    }

    .acc-checkout-form__footer {
        padding: 0;
        border-top: 1px solid #dfe1ee4d;
    }

    .acc-checkout-form__footer .acc-checkout-form__footer__inner {
        width: 100%;
    }

    .acc-checkout-form__footer .btn__total-count {
        display: none;
    }

    .acc-checkout-form__footer .btn {
        width: 100%;
    }

    .acc-checkout .article-title__item,
    .acc-checkout-form__main .article-title.is-done .article-title__item,
    .acc-checkout-form__main .article-title.is-done .icon {
        font-size: 1.8rem;
        color: #dfe1ee;
    }

    .article-title {
        padding: 0 15px;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem !important;
        position: relative;
        cursor: pointer;
        pointer-events: all;
    }

    .article-title.is-active:after {
        -webkit-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }

    .article-title:after {
        border-bottom: 2px solid #dfe1ee;
        border-right: 2px solid #dfe1ee;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        position: absolute;
        display: block;
        content: "";
        height: 8px;
        width: 8px;
        right: 20px;
        bottom: auto;
        top: 50%;
        margin: auto;
        -webkit-transition: -webkit-transform 0.15s ease;
        transition: -webkit-transform 0.15s ease;
        transition: transform 0.15s ease;
        transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    }

    .acc-checkout-form__main {
        padding: 0;
    }

    .acc-checkout-form-group-wrap {
        padding-top: 1rem;
        background: #21273b;
        border-radius: 8px;
        overflow: hidden;
    }

    .acc-checkout-form-group-content {
        height: 0;
        overflow: hidden;
    }

    .acc-checkout-form-group-content.is-active {
        overflow: unset;
    }

    .acc-checkout-form__payment__inner,
    .acc-checkout-form-group-content-inputs {
        padding: 0 1.5rem 0;
        margin-top: 1rem;
    }

    .acc-checkout-form__payment__inner {
        padding-bottom: 1rem;
    }

    .acc-checkout-form__payment__col {
        width: calc(50% - 0.5rem);
        padding: 0;
        margin: 0;
    }

    .acc-checkout-form__payment__inner,
    .acc-checkout-form-group-content {
        gap: 1rem;
    }

    .acc-checkout-form-group-wrap {
        margin-bottom: 2rem;
    }

    .acc-checkout-form-group-wrap--hidden {
        display: none;
    }

    .acc-checkout-form__footer,
    .acc-checkout-form {
        margin: 0;
    }

    .acc-checkout-form__footer {
        margin: 0 0 2rem;
        width: -webkit-fill-available;
    }

    .acc-checkout {
        padding-bottom: 0;
    }

    .acc-checkout-form__aside {
        display: none;
    }

    .acc-checkout-form-group-btn,
    .acc-checkout-form__payment-submit {
        width: 100%;
        background: #2f3548;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        color: #ffcc00;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4rem;
        border-radius: unset;
    }

    .acc-checkout-form__payment-submit {
        margin-top: 2rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: -webkit-fill-available;
    }

    .acc-checkout-form-group-btn,
    .acc-checkout-form-group-placeholder {
        display: flex;
    }

    .acc-checkout-form-group-placeholder {
        background: none;
        padding: 0;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .acc-checkout-form-group-placeholder--left {
        justify-content: flex-start;
    }

    .acc-checkout-form-group-btn {
        visibility: visible;
    }

    .acc-checkout-form-group-placeholder--total {
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        color: #dfe1ee;
        height: 3rem;
    }

    .acc-checkout-form-group-placeholder--info {
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        color: #dfe1ee;
    }

    .acc-checkout-form-group-placeholder--info-address {
        padding: 0 15px 0 42px;
    }

    .acc-checkout-form-group-placeholder--info-discounts {
        padding: 0 15px 0 44px;
    }

    .acc-checkout-form-group-placeholder--payment,
    .acc-checkout-form-group-placeholder--delivery {
        font-size: 32px;
        font-style: italic;
        font-weight: 800;
        line-height: 40px;
        text-align: center;
        color: #dfe1ee;
        text-transform: uppercase;
    }

    .acc-checkout-form__similar {
        display: block;
    }

    .acc-checkout-form__aside__item {
        border: none !important;
    }

    .acc-checkout-form__similar .acc-checkout-form-group-placeholder {
        padding: 0 3rem;
    }

    .acc-checkout-form__aside__item {
        padding: 0;
    }

    .acc-cart
        .my-cart-table__total.is-promo-active
        .my-cart-table__total__promo,
    .acc-cart
        .my-cart-table__total.is-discount-active
        .my-cart-table__total__promo {
        display: none;
    }

    .acc-cart .my-cart-table__total__promo.my-cart-table__total__promo--mobile {
        display: flex !important;
    }

    .acc-checkout-form-group-content-inner {
        padding-left: 4.4rem;
        padding-right: 2rem;
        padding-bottom: 1rem;
    }

    .my-cart-form--pay {
        margin-bottom: 1rem;
    }

    .acc-content .my-cart-table {
        width: 100%;
    }
    .acc-checkout-form__footer__inner {
        border: 1px solid rgba(223, 225, 238, 0.3);
    }

    .acc-checkout .acc-checkout-form__footer {
        border: none;
    }
    .acc-checkout-form__footer__inner:after {
        bottom: -2px;
    }

    .acc-checkout .acc-checkout-form__inner {
        border: none;
        background: none;
        padding: 0;
    }

    .acc-checkout .acc-checkout-form__footer {
        margin-bottom: -3rem;
        margin-left: -1rem;
        margin-right: -1rem;
        border: none;
        border-top: 1px solid rgba(223, 225, 238, 0.3);
    }

    .acc-checkout .acc-checkout-form__footer__inner:after {
        display: none;
    }
    .acc-checkout .acc-checkout-form__footer__inner {
        border: none;
    }
}

@media (max-width: 479px) {
    .acc-checkout-form__payment__col {
        width: 100%;
    }
}
