@media only screen and (max-width: 600px) {
    .table_head_col {
        display: flex;
        width: 127px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .table_body_inner_col_3 .table_body_inner_text {
        text-align: center;
    }
    .table_body_row_inner {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
        margin-bottom: 16px;
    }
    .order_tab_button.active {
        padding: 8px 24px;
    }
    .order_tab_button {
        height: unset;
    }
    .order_section {
        background: var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
        margin-top: 75px;
    }
    .custom_table_inner {
        width: 558px;
    }
    .table_body_inner_col {
        width: 258px;
    }
    .table_bodt_text {
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .save_mob {
        width: 100%;
    }

    .order_container {
        padding: 24px;
    }

    .container_top {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        align-items: center;
    }

    .account_title {
        font-size: 36px;
        line-height: 139%;
    }
    .save_button{
        width: 100%;
    }
    .table_down{
        display: none;
    }
    .last_col{
        display: none;
    }

    .total_val{
        text-align: center;
    }
    .container_bottom {
        flex-direction: column;
    }

    .order_tab_main{
        padding: 0px;
    }
    .order_left {
        width: 327px;
    }
    .account_tab{
        padding: 0px;
    }

    .account_box_bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }

    .inputs_country {
        margin-bottom: 11px;
    }

    .inputs_zip {
        margin-bottom: 0px;
    }

    .container_bottom {
        gap: 24px;
    }

    .order_tab_nav {
        padding: 0px;
    }

    .account_box_bottom_left {
        width: unset;
    }

    .order_box {
        padding: 0px;
    }

    .table_head,
    .table_body_row {
        padding: 8px 24px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .table_body_inner_col {
        width: 288px;
    }

    .table_body_row_inner {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        gap: 41px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .table_body_inner_col {
        width: 288px;
    }

    .table_body_row_inner {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        gap: 41px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}