

/* Start:/local/components/altermax/catalog.basket/templates/getchipBasket/style.css?17710778142574*/
.el-table__body {
    width: 100%;
    table-layout: fixed; /* Важно для равномерного распределения ширины */
}
.basket {
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 25px;
    padding-left: 25px;
}
#product_container {
    width:100%;
}
#SummTable tr {
    background: white;
}
#button_ord {
    display: flex;
    justify-content: flex-end;
    margin-top:20px;
}
.button_order_container {
    width: 25%!important;
}
#product_container thead tr th {
    font-weight: 700;
}
.dashboard {
    flex-basis: 13%;
    margin-right: 25px;
    margin-top:16px;
}
.basket_container_acc {
    flex-basis: 82%;
}
.basket_bord {
    display:flex;
}
#summTable tr {
    /* display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end; */
}
#summTable {
    width:100%;
}
#summTable tr td {
    padding-bottom: 10px;
}
#tfoot_sum tr td {
padding:5px;
}


/* Адптивность таблицы */

/* Для мобильных устройств */
@media (max-width: 768px) {
    #product_container thead {
        display: none; /* Скрываем заголовки таблицы */
    }

    #product_container tbody tr {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 10px;
        background: #fff;
    }

    #product_container tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 5px;
    }

    #product_container tbody td:before {
        content: attr(data-label); /* Отображаем заголовок в псевдоэлементе */
        font-weight: bold;
        flex-basis: 40%;
        text-align: left;
        color: #333;
    }

    #tfoot_sum tr td {
        display: block;
        text-align: right;
        padding: 8px 5px;
    }

    .totalBasket>table>colgroup {
        display:none;
    }
    #tfoot_sum tr {
    display: flex;
    justify-content: flex-end;
    }
    .button_order_container {
        width: 100% !important;
    }

}

/* Адптивность таблицы */


/* Адптивность страницы с аккаунтом */

@media (max-width: 1220px) {

    .basket_bord {
        flex-direction: column;
    }
    .account_section .button-main {
    width:100%
    }
   .basket .dashboard {
        margin-right: 0px!important;
    }
    
    #menu_account .button-main {
        width: 100% !important;
    }

    }
    
    /* Адптивность страницы с аккаунтом */




    
/* End */
/* /local/components/altermax/catalog.basket/templates/getchipBasket/style.css?17710778142574 */
