.woocommerce-compare-bar {
	bottom: 0;
	color: #333;
}

.woocommerce-compare-bar, .woocommerce-compare-bar-item a, .woocommerce-compare-bar-item a:hover {
	color: #333;
}

.woocommerce-compare-bar-open-close-container {
	top: -32px;
}

.woocommerce-compare-bar-open-close {
	border-radius: 15px 15px 0 0;
}

.woocommerce-compare-bar-items {
	height: 280px;
}

.woocommerce-compare-bar-item {
	max-width: 150px;
	width: 150px;
	height: 170px;
}

.woocommerce-compare-bar-open-close, .woocommerce-compare-bar-items {
	background-color: rgba(255, 255, 255, .98);
	color: #333;
}

.woocommerce-compare-table-container {
	color: #333;
	background-color: rgba(255, 255, 255, 1);
}

.woocommerce-compare-table-close {
	color: #333;
}

i.fa.fa-times {
	color: #ef5122;
}