/**
 * FBZ Cart Module
 * Version:1.0.0-alpha
 */

.fbz-cart-test{

    display:none;

}

#fbz-floating-cart{

    position: fixed;

    left: 30px;
    right: auto;

    bottom: 30px;

    z-index: 99999;

}

.fbz-cart-button{

    width:64px;
    height:64px;

    border:none;
    border-radius:50%;

    background:#00b9c5;

    color:#fff;

    cursor:pointer;

    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:0;

    font-size:28px;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

.fbz-cart-badge{

    position:absolute;

    top:-6px;
    left:-6px;

    right:auto;

    width:22px;
    height:22px;

    background:#e60023;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;
    
    align-items:center;

    font-size:12px;

    font-weight:bold;

}

.fbz-cart-icon{

    display:flex;

    justify-content:center;
    align-items:center;

    line-height:1;

}

.fbz-cart-button svg{

    width:24px;
    height:24px;

    display:block;

}

.fbz-cart-button svg{

    width:22px;
    height:22px;

}