@media only screen and (max-width: 600px) {
    .error_frame {
        padding-top: 24px;
        padding-bottom: 24px;
        background: rgba(106, 106, 106, 0.20);
        backdrop-filter: blur(6.5px);
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }
    .error {
        background: url(../img/error_bg_mobo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 82px;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .error_title {
        color: var(--neutral-white, #FFF);
        text-align: center;
        font-family: 'AvantGardeMdITC';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 139%; /* 33.36px */
        text-transform: capitalize;
        margin-bottom: 24px;
    } 
    .shopping_cart {
        margin-top: 82px;
        padding: 0px;
    }
    .cart_title {
        color: var(--grayscale-white, #FFF);
        text-align: center;
        font-family: 'AvantGardeMdITC';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 139%; /* 33.36px */
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_subtitle {
        color: var(--primary-green-05, #E28413);
        text-align: center;
        font-family: 'AvantGardeMdITC';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 169.5%; /* 27.12px */
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .cart_banner {
        background: url(../img/cart_banner_mobo.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .cart_card_mobile {
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
        padding: 16px 24px;
        background: #FFFFFF;
        margin-bottom: 24px;
    }
    .cart_card_title {
        color: var(--primary-blue-02-headings, #292D3F);
        font-family: 'AvantGardeMdITC';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 139%; /* 27.8px */
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_card_subtitle {
        color: var(--primary-blue-04-p-text, #092B5E);
        font-family: 'AvantGardeMdITC';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 222%; /* 31.08px */
        margin-bottom: 0px;
    }
    .cart_card_divider {
        height: 1px;
        width: 100%;
        background: #292D3F;
        margin: 16px 0px;
    }
    .cart_card_info {
        color: var(--primary-blue-02-headings, #292D3F);
        font-family: 'AvantGardeMdITC';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 169.5%; /* 27.12px */
        margin-bottom: 8px;
    }
    .shopping_cart {
        background: #fbfbfb;
        /*background: #f6f6f6;*/
    }
    .cart_main_mobo {
        padding-top: 32px;
        padding-bottom: 32px;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .btn_cart_total {
        color: var(--grayscale-white, #FFF);
        font-family: 'AvantGardeMdITC';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 139%; /* 33.36px */
        text-transform: capitalize;
        margin-bottom: 32px;
    }
    .cart_bottom {
        display: flex;
        gap: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ccd_input {
        min-width: auto;
    }
    .mb_32 {
        margin-bottom: 32px;
    }
    .cart_main {
        display: none;
    }
    .cart_main_mobo {
        display: block;
    }
}