.woocommerce-compare-bar {
	position: fixed;
	width: 100%;
	z-index: 9999999;
	box-shadow: 0 12px 58px -7px rgba(69, 77, 89, .5);
}

.woocommerce-compare-bar a, .woocommerce-compare-bar a:hover {
	text-decoration: none;
}

.woocommerce-compare-bar-items {
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
	overflow-y: hidden;
	box-shadow: 0 12px 58px -7px rgba(69, 77, 89, .22);
}

.woocommerce-compare-bar-item-container, .woocommerce-compare-sidebar-item-container {
	position: relative;
}

@media (max-width: 768px) {
	.woocommerce-compare-bar-item {
		max-width: 100px;
		height: 100px;
	}
	
	.woocommerce-compare-bar-items {
		height: 200px;
	}
}

.woocommerce-compare-bar-item-container {
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-compare-bar-item-placeholder .woocommerce-compare-bar-item {
	background-color: #2f2f2f;
}

.woocommerce-compare-bar-actions {
	padding: 0 20px;
	font-size: 120%;
	text-align: center;
	margin: 0 auto;
	bottom: -15px;
	position: relative;
	left: 0;
	right: 0;
}

@media (max-width: 680px) {
	.woocommerce-compare-table {
		word-wrap: break-word;
		font-size: 12px;
	}
}

a.woocommerce-compare-table-action-compare, a.woocommerce-compare-table-action-compare:hover {
	background-color: #f44336;
	border-radius: 25px;
	padding: 8px 16px;
	color: #fff;
	text-decoration: none;
}

.woocommerce-compare-bar-open-close-container {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 32px;
}

.woocommerce-compare-table-action-compare {
	color: red;
}

.woocommerce-compare-bar-open-close {
	height: 100%;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px 15px 0 0;
}

.woocommerce-compare-table-container {
	position: fixed;
	top: 0;
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;
	width: 100%;
	background: #000;
	z-index: 99999999;
	padding: 10px;
}

.woocommerce-compare-table-close {
	position: absolute;
	top: 20px;
	top: 10px;
	right: 20px;
	font-size: 55px;
	line-height: 55px;
}

.woocommerce-compare-table {
	width: 100%;
}

.woocommerce-compare-table-hide-similarities, .woocommerce-compare-table-highlight-differences {
	margin-left: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}