
.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-wishlist {
	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-wishlist:after, .basel-empty-wishlist:before {
	position: absolute;
	left: 50%;
	font-weight: normal;
	color: rgba(142, 142, 142, .2);
	transform: translateX(-50%);
	font-size: 180px;
}

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

.basel-wishlist-content .products .basel-wishlist-btn {
	display: none;
}

.basel-remove-button-wrap {
	text-align: center;
}

.basel-wishlist-heading-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
	margin-bottom: 25px;
}

.basel-wishlist-title, .basel-wishlist-share {
	margin-top: 4px;
	margin-bottom: 4px;
}

.basel-wishlist-title {
	text-transform: uppercase;
	margin-right: 5px;
}

.basel-wishlist-share {
	display: flex;
	align-items: center;
}

.basel-wishlist-share>span {
	margin-right: 15px;
	font-size: 13px;
	letter-spacing: .3px;
	margin-top: 5px;
}

.basel-wishlist-share>span:after {
	content: ":";
}
