#floating_balance{
    opacity: 0.0;
}

#floating_balance:hover{
    opacity: 1;
}


.cart_item_edit{
    margin-bottom:5px;
    color:white;
    border-radius:5px;
    font-size:20px;
    margin-left:15px;
    border:none;
}

.cart_item_remove{
    padding:3%;
}

.cart_item_remove:hover{
    cursor:pointer;
}

.getMyRewardsButton{
    width: 100%;
}

@media screen and (min-width: 768px){
    .getMyRewardsButton{
        width: 25% !important;
    }
}

.whatsapp_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


#spin-and-win-unique-code{
    display: none;
}


@keyframes slideIn {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

#spin-and-win-unique-code.show {
    display: block;
    animation: slideIn 0.5s ease-in-out;
}



@media screen and (max-width: 575px){
    .spin-and-win-banner-mobile{
        display: block;
    }

    .spin-and-win-banner-tablet{
        display: none;
    }

    .spin-and-win-banner-desktop{
        display: none;
    }
}


@media screen and (max-width: 991px) and (min-width: 576px){
    .spin-and-win-banner-mobile{
        display: none;
    }


    .spin-and-win-banner-tablet{
        display: block;
    }

    .spin-and-win-banner-desktop{
        display: none;
    }
}

@media screen and (min-width: 992px){
    .spin-and-win-banner-mobile{
        display: none;
    }
    .spin-and-win-banner-tablet{
        display: none;
    }
    .spin-and-win-banner-desktop{
        display: block;
    }

}

@media screen and (min-width: 767px){
    .tablet_samsung_banner{
        display: block !important;
        width: 100%;
    }
    .mobile_samsung_banner{
        display: none !important;
    }
}

@media screen and (min-width: 1023px){
    .desktop_samsung_banner{
        display: block !important;
        width: 100%;
    }
    .tablet_samsung_banner{
        display: none !important;
    }
}

