/* Removes "View Basket" */
.added_to_cart.wc-forward,
.products.lists .added_to_cart,
body .shop-top-rated-prod .woocommerce a.added_to_cart.wc-forward{
    display: none !important;
} 

body{
	position: relative;
}

.added-cart-wrapper{
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	display: table;
	text-align: center;
	background-color: #ccc;
	width: auto;
	padding: 10px 20px;
	z-index: 99999;
}