.slick-list .slick-track .single-product-compare-value ul li {
	float: none !important;
	clear: both !important;
}

.better-compare-checkbox-container {
	display: block;
	width: 100%;
}

.woocommerce-compare-table-container .woocommerce-compare-single-item-remove {
	display: none;
}

.woocommerce-compare-bar-hidden {
	display: none;
}

.woocommerce-compare-bar-title {
	font-size: 90%;
	text-align: center;
	white-space: initial;
}

.woocommerce-compare-sidebar-title {
	font-size: 120%;
}

.woocommerce-compare-sidebar-img {
	width: 40%;
	float: left;
	position: relative;
}

.woocommerce-compare-sidebar-item .woocommerce-compare-sidebar-title {
	width: 50%;
	margin-left: 5%;
	float: left;
}

.woocommerce-compare-sidebar-clearfix {
	clear: both;
	float: none;
}

@media (max-width: 768px) {
	.woocommerce-compare-sidebar-img, .woocommerce-compare-sidebar-title {
		width: 100%;
		clear: both;
		float: none;
	}
}

.single-product-compare-value-ti, .compare-table-row-attribute-value-ti {
	position: relative;
}

a.woocommerce-compare-single-item-remove {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fff;
	border-radius: 50px;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
}

.woocommerce-compare-sidebar-item-container {
	margin-bottom: 20px;
}

.woocommerce-compare-bar-item img {
	max-width: 100%;
	height: auto;
}

.woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove, .woocommerce-compare-bar-item a.woocommerce-compare-bar-item-remove:hover, a.woocommerce-compare-sidebar-item-remove {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #000;
	line-height: 18px;
	border-radius: 50%;
}

a.woocommerce-compare-sidebar-item-remove {
	top: 5px;
	right: 5px;
}

.woocommerce-compare-sidebar-action-clear {
	display: block;
}

@media (max-width: 680px) {
	.compare-table-grid .col-xs-2.compare-table-row-attribute-name {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		border-top: 1px solid #eaeaea;
		font-weight: bold;
	}
}

.woocommerce-compare-sidebar-actions {
	text-align: center;
}

.compare-table-row {
	padding: 5px;
}

.compare-table-row-attribute-name {
	font-weight: bold;
}

#woocommerce-compare-sidebar-action-compare {
	margin-top: 0px;
	display: inline-block;
}

.woocommerce-compare-bar-action-clear {
	margin-right: 20px;
}

.woocommerce .woocommerce-compare-table-container .star-rating, .woocommerce .woocommerce-single-compare-table-container .star-rating {
	float: left;
}

.compare-table-hidden {
	display: none;
}

.woocommerce-compare-table img {
	max-width: 300px;
}

.woocommerce-compare-table td, .woocommerce-compare-table th, .woocommerce-single-compare-table td, .woocommerce-single-compare-table th {
	padding: 5px 10px;
}

.woocommerce-compare-table th, .woocommerce-single-compare-table th {
	font-weight: bold;
}

.single-product-compare-column {}

.single-product-compare-value, .single-product-compare-key-column {
	padding: 10px 5px;
	min-height: 60px;
}

.single-product-compare-products-slick .single-product-compare-value:nth-of-type(odd), .single-product-compare-products-slick .single-product-compare-key-column:nth-of-type(odd), .single-product-compare-key-column:nth-of-type(odd) {
	background-color: #f6f6f6;
}

.single-product-compare-value:nth-of-type(even), .single-product-compare-key-column:nth-of-type(even) {
	background-color: #fff;
}

.single-product-compare-products-slick .woocommerce .single-product-compare-value .star-rating {
	float: none;
}

.single-product-compare-column-this-product .single-product-compare-value:nth-of-type(odd), .single-product-compare-column-this-product .single-product-compare-column-key:nth-of-type(odd), .single-product-compare-column-key:nth-of-type(odd) {
	background-color: #ffffde;
}

.single-product-compare-key {
	font-size: 9px;
	display: block;
}

.single-product-compare-current-product {
	font-size: 90%;
	font-weight: bold;
}

.grabbable {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.grabbable:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.compare-table-row-rm, .compare-table-row-ca, .single-product-compare-value-rm, .single-product-compare-value-ca {
	text-align: center;
}

.woocommerce-compare-sidebar-item-placeholder {
	border: 1px dotted #eaeaea;
	background-color: #f7f7f7;
	min-height: 20px;
	margin-bottom: 10px;
}

.woocommerce-compare-autocomplete-icon {
	background: #f44336;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	float: left;
	width: 13%;
	padding: 10px;
}

.woocommerce-compare-autocomplete-input {
	float: left;
	width: 87%;
}

.woocommerce-group-attributes-icon {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}

.woocommerce-compare-autocomplete input[type="text"] {
	width: 190%;
	height: 44px;
	font-size: 13px;
	margin-bottom: 0;
}

.woocommerce-compare-autocomplete-message {
	font-size: 11px;
	line-height: 11px;
	color: #333;
	float: none;
	clear: both;
	margin-top: 10px;
	text-align: center;
}