.floating-toolbar{
    position: fixed;
    width: 102px;
    top: var(--megabannerheight,20%);
    right: 0;
    z-index: 998;
}

.floating-toolbar a{
    display: table;
    width: 102px;
    height: 80px;
    font-family: "AllerDisplay",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    word-break: break-word;
}

.floating-toolbar a span{
    display: table-cell;
    vertical-align: middle;
}

.floating-toolbar .toobar_item:first-child a{
    background: #009BD6;
    border-radius: 8px 0 0 0;
}

.floating-toolbar .toobar_item:last-child a{
    border-radius: 0 0 0 8px;
}

.floating-toolbar .toobar_item:nth-child(2) a{
    background: #6FBD19;
}

.floating-toolbar .toobar_item:nth-child(3) a{
    background: #1F436E;
}

.floating-toolbar .toobar_item:nth-child(4) a{
    background: rgb(238, 131, 52);
}

.annulation_commande__button_floating
, .express_order__button_floating
, .floating_cart
, .toobar_item
{
    position: static !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
