#cartajax-overlay
{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 65533;
    background: url(../images/cartajax-loading.svg) no-repeat center center #ffffff;
    width: 150px !important;
    height: 150px !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}


#product_added_to_cart
{
	font-size: 12px;
	position: relative;
}

#product_added_to_cart a
{
	position: absolute;
	bottom: 0;
}

#product_added_to_cart a.cart
{
	right: 0;
}

#product_added_to_cart span
{
	display: block;
	padding-bottom: 20px;
}
