.table_d_c input.exclusive {
    width : 150px;
}

.table_d_c td {
    min-height: 50px;
}

.table_d_c .td_price + td {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_d_c .td_price + td .PlusMoins {
    order: 1;
}

.table_d_c .td_price + td .qty {
    order: 0;
    width: 50px;
}

.btnPM {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: auto;
    position: relative;
    top: -2px;
    margin-left: 0px;
    margin-right: 0px;
}
.btnPM a {
    margin: 0 10px;
}

.table_d_c input.exclusive {
    top: 0;
    position: static;
}
table.table_d_c thead .sorting {
    width: auto !important;
}
.table_d_c .PlusMoins {
    width: auto !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
