.xleft-cartpage{
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
}
.cart-content .xleft-cartpage {
	padding:0;
}
.xleft-cartpage.floatingbanner{
	background: url('../img/confetti.png') #d01261 no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
	background-size: 25px;
	background-position: 20px 50%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: fixed;
	bottom: 10px;
	z-index: 9999;
	padding: 10px;
	font-size: 0.8rem;
	width: 90%;
	max-width: 750px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	left: 50%;
	transform: translateX(-50%);
}
.xleft p{
color: inherit;	
}
.floatingbanner.hideitnow {
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
@keyframes bounce {
	0% {
	bottom: 10px;
	}

	50% {
	bottom: 13px;
	}

	100% {
	bottom: 10px;
	}
}
  
.floatingbanner {
	animation: bounce 1s infinite;
}
.xleft .xlon-customizer{
	width: 100%;
	clear: both;
	padding:5px 10px 15px;
	margin-top:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
}
.xleft .xlon-customizer-content{
	display: inline-block;
	padding-top: 5px;
}
.xleft .xlon-customizer p:last-child{
	margin: 0px;
	padding: 0px;
}

.xleft-hidden{
	display: none;
}
.xleft-cartpage.card .xlon-remaining{
	margin-bottom: 10px;
	font-weight: 800;
}
.xleft-cartpage.xleft-cartpage.floatingbanner .xlon-remaining{
	margin: 0px 25px;
}
.xleft-free-reached .xlon-free-shipping-label{
	font-weight: 900;
	letter-spacing: .5px;
}

@media (max-width:767px){
.modal .cart-content-btn,
.modal .cart-content-btn .btn,
#blockcart-modal .cart-content-btn{
    margin-bottom:10px !important;
}
.xleft-cartpage.floatingbanner{
 bottom:10px;
}
}
