.flex-d-i{
    flex-direction: inherit !important;
}
.d-flex-a-c{
    display: flex;
    align-items: center;
}
.m-l-m-20{
    margin-left: -20px;
}
.d-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-img-box{
    text-align: center;
}
.product-img{
    height: 250px;
    width: inherit !important;
}
th {
    text-align: left;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}