
.basel-hover-base .product-element-top {
	position: relative;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.basel-hover-base .product-element-top:hover>.hover-img {
	opacity: 1;
}

.basel-hover-base .hover-img {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	transition: all .4s ease-in-out;
}

.basel-hover-base .hover-mask {
	position: absolute;
	text-align: center;
	background-color: rgba(0, 0, 0, .9);
	bottom: -40px;
	width: 100%;
	height: 40px;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease-in-out;
}

.basel-hover-base .hover-mask a {
	color: rgba(255, 255, 255, .9);
}

.basel-hover-base .hover-mask a:hover {
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.basel-hover-base .hover-mask>.clear {
	display: none;
}

.basel-hover-base .hover-mask>div {
	vertical-align: middle;
	display: inline-block;
	margin-left: 2px;
}

.basel-hover-base .hover-mask>div:first-child {
	margin-left: 0;
}

.basel-hover-base .basel-product-brands-links {
	margin-top: -5px;
}

.basel-hover-base .basel-add-btn>a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: transparent;
	font-size: 0;
	border: none;
	text-transform: none;
}

.basel-hover-base .basel-add-btn>a:after {
	content: none;
}

.basel-hover-base .basel-add-btn>a:before {
	font-size: 18px;
	display: inline-block;
	width: 19px;
	font-family: "Simple-Line-Icons";
}

.basel-hover-base .product_type_simple:before, .basel-hover-base .product_type_variable:before {
	content: "";
}

.basel-hover-base .add_to_cart_button:before {
	content: "";
}

.basel-hover-base .added_to_cart:before {
	content: "";
}

.basel-hover-base .add_to_cart_button.loading:before {
	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;
	animation: load-spin 450ms infinite linear;
	border-color: #fff;
}

.basel-hover-base .quick-view a, .basel-hover-base .product-compare-button a, .basel-hover-base .basel-wishlist-btn a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	position: relative;
}

.basel-hover-base .quick-view a:before, .basel-hover-base .product-compare-button a:before, .basel-hover-base .basel-wishlist-btn a:before {
	content: "";
	font-size: 18px;
	width: 19px;
	display: inline-block;
	font-family: "Simple-Line-Icons";
}

.basel-hover-base .quick-view a.loading:not(.added):before, .basel-hover-base .product-compare-button a.loading:not(.added):before, .basel-hover-base .basel-wishlist-btn a.loading:not(.added):before {
	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;
	animation: load-spin 450ms infinite linear;
	border-color: #fff;
}

.basel-hover-base .product-compare-button a, .basel-hover-base .basel-wishlist-btn a {
	background: none;
	padding: 0;
	border: none;
	text-transform: none;
}

.basel-hover-base .product-compare-button .blockOverlay {
	display: none !important;
}

.basel-hover-base .product-compare-button a:before {
	content: "";
}

.basel-hover-base .basel-wishlist-btn a:before {
	content: "";
}

.basel-hover-base .swatches-on-grid {
	margin-bottom: 5px;
}

.basel-hover-base:hover>.product-element-top>.hover-mask {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

@media (max-width: 768px) {
	.basel-hover-base .hover-mask {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	}
}
