.boton-carrito {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 25px;        
}
.precio-carrito {
    cursor: pointer;
    position: fixed;
    bottom: 32px;
    right: 35px;
    width:54px;
}
.simbolo {
    font-size:11px;
    color:#66B2FF;
}
.monto {
    font-size:13px;
    color:#06C;
    font-weight:bold;
}
.cant-carrito {
    cursor: pointer;
    position: fixed;
    bottom:19px;
    right:57px;
    font-size:13px;
    color:#630;
    font-weight:bold;
    text-align:left;
    width:26px;
}
        /* The popup chat - hidden by default */
        .chat-frame {
            display: none;
            position: fixed;
            bottom: 0;
            right: 0;
            border: none;
            margin: 0;
            padding: 0;
            z-index: 8;
        }
        /*.chat-frame iframe {
            height: 300px;
            width: 300px;
        }*/
        .close {
            cursor: pointer;
            position: fixed;
            right: 0;
            top: 24;
            border: none;
            z-index: 9;
            width: 27px;
            height: 22px;
        }

