.cesta-flutuante{
    position:fixed;
    bottom:15px;
    right:15px;
    font-size:14px;
    transition:bottom 0.2s;
    width:50px;
    height:50px;
    background-color:#cc0000;
    background-image:url(../images/cesta.webp?v=0.03);
    background-position:center;
    background-size:100%;
    border-radius:50%;
    box-shadow: 1px 1px 2px rgba(60,60,60,.4);
    transition: box-shadow 0.2s;
    cursor:pointer;
    z-index: 1055 !important
}

.badge-cesta {
    color:#dc3545;
    background-color:transparent;
    font-weight:bolder;
    margin-left: 0.75rem!important;
    margin-top: 1.1rem!important;
    font-size: 1.1em;
    text-align:center;
}