.wl-pct-table-header{
	text-align: center;
}

.wl-product-comparison-wrapper {
}
.wl-product-comparison-wrapper td.wl-pct-table-header img {
	width: 100px;
}
.wl-pct-table-header-content {
	position: relative;
}
.wl-pct-table-header-content button.wl-pct-product-remove {
	position: absolute;
	top: -16px;
	right: -16px;
	line-height: 16px;
}
.wl-product-comparison-wrapper form {
	display: flex;
	column-gap: 15px;
}
.wl .wl-product-comparison-wrapper .wl-pct-table-empty-header {
	border: none !important;
}

 /*==========  Responsive  ==========*/

@media screen and (max-width: 767px){
	.wl-product-comparison-content {
		overflow-x: auto;
	}
	.wl-product-comparison-wrapper form {
		margin-top: 10px;
	}
}