.cart-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#8A171A;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #111;
    line-height: 50px;
}

.my-cart-float{
	margin-top:22px;
    font-size: 28px;
}
#front-processing-loader {
	display: none;
}