.wafloat{
    position:fixed;
    width:50px;
    height:50px;
		bottom:5em;
		right:7em;
    text-align:center;
    font-size:10px;
    z-index:100;
}

@media screen and (min-width: 720px) { 
	.wafloat{
		position:fixed;
		width:50px;
		height:50px;
    bottom:1.6em;
    right:1.6em;
		text-align:center;
		font-size:10px;
		z-index:100;
	}

}


.buy-kart{
	justify-content: flex-end !important;
}
