/* Compare Button */

.tmpcoder-compare-add i,
.tmpcoder-compare-remove i {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 600 !important;
}

.tmpcoder-compare-add,
.tmpcoder-compare-remove {
	display: inline-block;
	background-color: white;
}

.tmpcoder-compare-add.tmpcoder-button-hidden,
.tmpcoder-compare-remove.tmpcoder-button-hidden {
	display: none;
}

.tmpcoder-grid button,
.tmpcoder-grid [type="submit"],
.tmpcoder-grid [type="button"] {
	background-color: transparent;
	border: 1px solid #5729d9;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}