a.woocommerce-compare-bar-action-clear, a.woocommerce-compare-bar-action-clear:hover {
	color: #333;
}

.woocommerce-compare-table-container .compare-table-row:nth-child(even) {
	background-color: rgba(243, 243, 243, .9);
}

.woocommerce-compare-table-container .compare-table-row:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1);
}

.woocommerce-compare-table-container .compare-table-row .compare-table-highlight {
	background-color: rgba(211, 0, 0, .9);
}

.woocommerce-single-compare-table-container {
	color: #000;
}

.woocommerce-single-compare-table-container .single-product-compare-value.even, .woocommerce-single-compare-table-container .single-product-compare-key-column.even {
	background-color: rgba(247, 247, 247, 1);
}

.woocommerce-single-compare-table-container .single-product-compare-value.oddd, .woocommerce-single-compare-table-container .single-product-compare-key-column.oddd {
	background-color: rgba(255, 255, 255, 1);
}

.woocommerce-single-compare-table-container .single-product-compare-value.compare-table-highlight, .woocommerce-single-compare-table-container .single-product-compare-key-column.compare-table-highlight {
	background-color: rgba(255, 247, 123, 1);
}

button.single_add_to_cart_button.button.alt {
	background: #ff4e00;
	border-radius: 9px;
}