/* Start custom CSS */@media only screen and (max-width:768px){
    .alg-wc-wl-view-table.shop_table_responsive tr td:before {
    content: attr(data-title);
    font-weight: 700;
    float: right;
}
.alg-wc-wl-view-table.shop_table_responsive tr td{
    min-height: 60px;
}
.alg-wc-wl-view-table.shop_table_responsive  td.td.product-thumbnail{
      display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center
}
.alg-wc-wl-view-table.shop_table_responsive tr td a,
.alg-wc-wl-view-table.shop_table_responsive tr td i,
.alg-wc-wl-view-table.shop_table_responsive tr td span.woocommerce-Price-amount.amount {
    float: left;
    clear: left;
    
}
.alg-wc-wl-view-table.shop_table_responsive tr td del,
.alg-wc-wl-view-table.shop_table_responsive tr td ins {
      float: left;
}
.alg-wc-wl-view-table .product-thumbnail img{
    display: block;
    height: auto;
 
}
table tr th:last-child, table tr td:last-child{
    padding: 15px
}
}/* End custom CSS */