#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999999;
	margin-top: 0px;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
#loading svg{
	display: block;
	margin:auto;
	width:50%;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
}
.cart-container {
    width: 900px;
    margin: auto;
}
  
#cart {
    width: 150px;
    display:inline-block;
}
  
.product {
    width: 60px;
    position: absolute;
    right: 50%;
    opacity: 0;
    transform: scale(2);
}
.fil0 {
	fill:#0698D2;
}
.fil1 {
	fill:black;
	fill-rule:nonzero;
}
