.table-gifts tbody {
	color: #bbb;
}

.table-gifts img:active, .table-gifts img:focus, .table-gifts img:hover {
    color: #fff !important;
	border-color: #9043e6 !important;
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}