#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;
}

#spin-and-win-mobile-number {
    display: none;
}

.reward-banner-mobile {
    width: 100%;
    height: auto;
}

.reward-banner-tablet {
    width: 100%;
    height: auto;
}

.reward-banner-desktop {
    width: 100%;
    height: auto;
}



@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) {
    .mobile_rewardcats {
        display: block;
        height: 180px;
    }

    .tablet_rewardcats {
        display: none;
    }

    .desktop_rewardcats {
        display: none;
    }


    .spin-and-win-banner-mobile {
        display: block;
    }

    .spin-and-win-banner-tablet {
        display: none;
    }

    .spin-and-win-banner-desktop {
        display: none;
    }


    .reward-banner-mobile {
        display: block;
    }

    .reward-banner-tablet {
        display: none;
    }

    .reward-banner-desktop {
        display: none;
    }
}


@media screen and (max-width: 991px) and (min-width: 576px) {
    .mobile_rewardcats {
        display: none;
    }

    .tablet_rewardcats {
        display: block;
        height: 180px;
    }

    .desktop_rewardcats {
        display: none;
    }


    .spin-and-win-banner-mobile {
        display: none;
    }


    .spin-and-win-banner-tablet {
        display: block;
    }

    .spin-and-win-banner-desktop {
        display: none;
    }

    .reward-banner-mobile {
        display: none;
    }

    .reward-banner-tablet {
        display: block;
    }

    .reward-banner-desktop {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .mobile_rewardcats {
        display: none;
    }

    .tablet_rewardcats {
        display: none;
    }

    .desktop_rewardcats {
        display: block;
        height: 180px;
    }

    .spin-and-win-banner-mobile {
        display: none;
    }

    .spin-and-win-banner-tablet {
        display: none;
    }

    .spin-and-win-banner-desktop {
        display: block;
    }

    .reward-banner-mobile {
        display: none;
    }

    .reward-banner-tablet {
        display: none;
    }

    .reward-banner-desktop {
        display: block;
    }
}