.wup-basket-link {
	opacity: 1 !important;
	background-color: #fff !important;
}
.wup-basket-link,
.wup-basket-link:before,
.wup-basket-link:after {
	border-radius: 10000px;
}

.wup-basket-link:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000 !important;
	mask-size: 64%;
	-webkit-mask-size: 64%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	mask-image: url("../img/basket.svg");
	-webkit-mask-image: url("../img/basket.svg");
}
.wup-basket-link.is--active:before {
	background-color: #ff3737 !important;
	mask-image: url("../img/basket.svg");
	-webkit-mask-image: url("../img/basket.svg");
}

.wup-basket-link:after {
	content: "";
	position: absolute;
	box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
