.cart-banner{
	background-image:url("../images/new/cart-banner.png");
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0;
    margin-top:20px;

}
.cart-banner-text{
	padding:0px  0px 20px 0px;
}
.cart-banner-text h6{
	color:#fff;
	font-size: .9rem;
	font-weight: 200;
	text-align: justify;
	text-align-last: center;
	margin: 20px 0;
}

@media (min-width: 71.25em) {
    .cart-banner{
		margin: 50px 10px 0 10px;
    }
}