

/* Start:/local/components/altermax/catalog.basket/templates/getchipBasket/style.css?17458336272574*/
.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 */


/* Start:/local/components/altermax/basketItem/templates/basket/style.css?17429008321481*/
.el-table__row .el-table__cell {
    padding: 2px 0;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 1;
    text-align: center;
}

#delItem {
    border-color: transparent;
    color: var(--el-button-text-color);
    background: 0 0;
    padding: 2px;
    height: auto;
    cursor:pointer;
}

#delItem i {
    margin:0px;
}


.el-input__wrapper {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 4px!important;
    background-color: white;
    background-image: none;
    border-radius: 5px;
    cursor: text;
    transition: var(--el-transition-box-shadow);
    transform: translateZ(0);
    box-shadow: 0 0 0 1px #969692 inset;
    width: 60px!important;
    height:20px!important;
}
#CountElem {
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    font-size: inherit;
    line-height: var(--el-input-inner-height);
    padding: 0;
    outline: 0;
    border: none;
    box-sizing: border-box;
    height: 30px;
}
#summTable {
    background-color: #ebebeb;
    padding: 10px;
}
.totalBasket {
    border: 1px solid black;
    border-radius: 5px;
}


.popup-window-button {
    border-radius: 5px;
    color: black;
    border: 1px solid;
    background: white;
}
.popup-window-button:hover {
    color: white;
}
.recent-orders .button-back {
    width: 25%;
    margin-top: 20px;
}
/* End */
/* /local/components/altermax/catalog.basket/templates/getchipBasket/style.css?17458336272574 */
/* /local/components/altermax/basketItem/templates/basket/style.css?17429008321481 */
