.cbk_pagination{
	cursor:pointer;
	float:right;
	margin:10px 0;
}

.cbk_cashback_table tfoot {
	border: none;
	box-shadow: none;
}

.cbk_cashback_table tfoot td {
	padding-right: 0;
	background: none;
	border: none;
}

.cbk_cashback_table tfoot nav {
	float: right;
	border: 0;
	clear: none;
	padding: 0;
	margin-bottom: 0;
}

.cbk_cashback_table tfoot nav ul {
	margin: 0;
	list-style: none;
	border: none !important;
}

.cbk_cashback_table tfoot nav ul li {
	display: inline-block;
	margin-left: 3px;
}

.cbk_cashback_table tfoot nav ul li span {
	margin: 0;
	padding: 0;
}

.cbk_cashback_table tfoot nav ul li a {
	display: inline-block;
	padding: 10px;
	margin: 0;
	background: #fafafa;
	border: none;
	color: #43454b;
	text-decoration: none;
}

.cbk_cashback_table tfoot nav ul li .current {
	background: none;
	border: none;
}

.cbk_cashback_table tfoot nav ul li .current a,
.cbk_cashback_table tfoot nav ul li a:hover {
	background: #ccc;
	border: none;
	color: #000;
}

#cbk_hide{
	display: none;
}

.cbk-eligible-product-list-popup {
	width: 100%;
	border-collapse: collapse;    
}

.cbk-eligible-product-list-popup thead th {
	padding: 15px;
	background: #f8f8f8;
}

.cbk-eligible-product-list-popup tbody td {
	padding: 15px;
}

.cbk-eligible-product-list-popup tbody tr:nth-child(2n) {
	background: #fbfbfb;
}

.cbk-eligible-product-list-popup tfoot td {
	padding: 15px;
	border-top: 1px solid #000;
	background: #fff;
	font-weight: bold;
}

.cbk-eligible-product-list:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	.cbk_cashback_table tfoot tr td {
		border-bottom:none;
	}

	.cbk_cashback_table tfoot tr td::before {
		float: left;
		content:" ";
		font-weight: 700;
	}

}
