
.basel-remove-button {
	position: relative;
	display: inline-block;
	color: #212121;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 20px;
	padding-right: 25px;
	transition: color .2s ease-in-out;
	margin-bottom: 10px;
}

.basel-remove-button .remove-loader {
	content: " ";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #000;
	border-radius: 50%;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	position: absolute;
	opacity: 0;
	top: 50%;
	right: 0;
	margin-top: -7px;
	transition: opacity .25s ease-in-out;
}

.basel-remove-button.loading .remove-loader {
	opacity: 1;
	animation: load-spin 450ms infinite linear;
}

.basel-remove-button.loading:before, .basel-remove-button.loading:after {
	opacity: 0;
}

.basel-remove-button:before, .basel-remove-button:after {
	content: " ";
	position: absolute;
	width: 15px;
	height: 2px;
	right: 0;
	top: 9px;
	display: inline-block;
	background-color: #212121;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out;
}

.basel-remove-button:hover, .basel-remove-button:focus {
	text-decoration: none;
}

.basel-remove-button:hover:after, .basel-remove-button:focus:after {
	transform: rotate(-45deg);
}

.basel-remove-button:hover:before, .basel-remove-button:focus:before {
	transform: rotate(45deg);
}

.basel-empty-compare {
	position: relative;
	margin-bottom: 30px;
	padding: 250px 0 0px 0;
	color: #1b1919;
	font-size: 36px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold !important;
}

.basel-empty-compare:after, .basel-empty-compare:before {
	position: absolute;
	left: 50%;
	font-weight: normal;
	color: rgba(142, 142, 142, .2);
	transform: translateX(-50%);
	font-size: 180px;
}

.basel-empty-compare:before {
	top: 0;
	font-size: 180px;
	font-family: "Simple-Line-Icons";
	content: "";
}

.basel-compare-table {
	position: relative;
}

.basel-compare-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.basel-compare-row:nth-child(even) .basel-compare-col {
	background-color: #f9f9f9;
}

.basel-compare-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	word-break: break-word;
}

.basel-compare-col p {
	margin-bottom: 0;
}

.basel-compare-col .basel-compare-brand img {
	max-width: 110px;
}

.basel-compare-col .product-image {
	display: block;
}

.basel-compare-col .product-title {
	font-size: 16px;
}

.basel-compare-col .add_to_cart_button, .basel-compare-col .added_to_cart {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.basel-compare-col .add_to_cart_button:hover, .basel-compare-col .added_to_cart:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	border-color: #333;
}

.basel-compare-col .add_to_cart_button:after {
	margin-top: -8px;
	border-color: #fff;
}

.basel-compare-col .add_to_cart_button.added {
	display: none;
}

.basel-compare-col .stock {
	display: inline-block;
	padding: 5px 10px;
	color: #297e29;
	border: 2px solid #297e29;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3px;
	font-weight: bold;
}

.basel-compare-col .stock.out-of-stock {
	border-color: #b50808;
	color: #b50808;
}

.basel-compare-col:not(:last-child) {
	border-right: 1px solid rgba(124, 124, 124, .15);
}

.compare-field {
	flex: 0 0 20%;
	color: #1b1919;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.compare-value {
	flex: 0 1 26.66666%;
	text-align: center;
	align-items: center;
}

.compare-value *:not(:last-child) {
	margin-bottom: 10px;
}

.compare-value .price:not(:last-child) {
	margin-bottom: 15px;
}

.compare-basic .compare-value {
	justify-content: flex-start;
	padding-top: 0;
}

.compare-basic .compare-value:before {
	display: none;
}

.browser-Internet .compare-value {
	flex-direction: row;
}

.compare-basic-content {
	width: 100%;
}

@media (max-width: 991px) {
	.basel-compare-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.basel-compare-col {
		flex: 0 0 33.333333%;
	}
}

@media (max-width: 768px) {
	.basel-compare-col {
		flex: 1 0 50%;
		flex-direction: column;
		background-color: transparent !important;
	}
	
	.compare-field {
		display: none;
	}
	
	.compare-value:before {
		content: attr(data-title);
		display: block;
		color: #1b1919;
		font-size: 14px;
		font-weight: 600;
		width: 100%;
		padding: 10px;
		margin-top: -15px;
		margin-bottom: 15px;
		text-transform: uppercase;
		background-color: rgba(136, 136, 136, .12);
	}
}

@media (max-width: 480px) {
	.basel-compare-col {
		flex: 1 0 75%;
	}
}
