.table-footer .table-col,
.table-header .table-col {
    font-weight: bold;
}
.table-col {
    padding: 8px;
}
.tableBatchPromotion .table-col-value {
    text-align: right;
    flex: 1;
}
.tableBatchPromotion .table-col-header4mobile {
    width: 180px;
}
.tableBatchPromotion-data {
    display: flex;
}
.tableWithBorder .table-header .table-row {
    border-top: 1px solid #866d21;
    border-bottom: 1px solid #866d21;
}
.tableWithBorder .table-footer .table-row,
.tableWithBorder .table-body .table-row {
    border-bottom: 1px solid #866d21;
}
.tableWithBorderDashed .table-header .table-row {
    border-top: 1px dashed #866d21;
    border-bottom: 1px dashed #866d21;
}
.tableWithBorderDashed .table-footer .table-row,
.tableWithBorderDashed .table-body .table-row {
    border-bottom: 1px dashed #866d21;
}
.tableWithBorder .table-col {
    border-right: 1px solid #866d21;
    border-left: 1px solid #866d21;
}
.tableWithBorderDashed .table-col {
    border-right: 1px dashed #866d21;
    border-left: 1px dashed #866d21;
}
.tableWithBorder .table-col {
    border-bottom: 1px solid #866d21;
}
.tableWithBorderDashed .table-col {
    border-bottom: 1px dashed #866d21;
}
.tableWithBorder .noBorder .table-col:first-child,
.tableWithBorder .noBorder .table-col,
.tableWithBorder .noBorder.table-row,
.tableWithBorderDashed .noBorder.table-row,
.tableWithBorderDashed .noBorder .table-col {
    border: none;
}
@media screen and (min-width: 768px) {
    .tableWithBorder .table-col {
        border-bottom: none;
    }
    .tableWithBorderDashed .table-col {
        border-bottom: none;
    }
    .tableWithBorder .table-col:first-child {
        border-left: 1px solid #866d21;
    }
    .tableWithBorder .table-col {
        border-right: 1px solid #866d21;
        border-left: none;
    }
    .tableWithBorderDashed .table-col:first-child {
        border-left: 1px dashed #866d21;
    }
    .tableWithBorderDashed .table-col {
        border-right: 1px dashed #866d21;
        border-left: none;
    }

    .tableBatchPromotion .table-col-value {
        text-align: center;
    }
    .table-row {
        display: flex;
    }
    .tableBatchPromotion .table-col:first-child {
        flex: 1;
    }
    .tableBatchPromotion .table-col:not(:first-child) {
        width: 120px;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 120px;
    }
}