thead th {
border: 0px;
border-bottom: 2px solid rgba(0,0,0,.6);
font-family: 'Poppins';
background:#00a86d;
color:#ffffff;
}
td.product_title a {
font-family: 'Poppins';
color: #00A86D !important;
}
td.product_title a:hover {
font-family: 'Poppins';
color: #00A86D !important;
}
td.categories a {
color: #333;
}
td.categories a:hover{
color: #00A86D !important;
}
.dataTables_scrollBody {
overflow: hidden !important;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td{
border:0px;
}
tbody tr:not(:last-child) {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0,0,0,.06);
}
tbody tr {
height: 70px;
}
.odd{
background:#f5fcf9;
}
.even{
background:transparent;
}
.product-details-button{
background: #333;
border:1px solid #333;
color:#fff;
padding:12px;
font-weight: 400;
font-family:poppins;
}
.product-details-button:hover{
border:1px solid #00A86D;
}
tbody td {
font-family: 'Poppins';
}
td.thumbnail {
height: 150px;
}