#stickyButtonsWrapper{
    position: fixed;
    display: flex;
    flex-direction: row;
    bottom: 80px;
    margin: auto;
    z-index: 1100;
    right: 20px;
}

#stickyAddToCart, #stickyCart{
    width: 47px;
    height: 47px;
    font-size: 22px;
    margin: 5px 0;

    text-align: center;
    cursor: pointer;
}

#stickyAddToCart{
    order: 1;
    margin-right: 20px;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

#stickyAddToCart, #stickyCart{
    display: none;
}

#stickyAddToCart span{
    font-size: 18px;
    margin-left: 10px;
}

#stickyCart{
    order: 2;
}
#stickyAddToCart i{
    line-height: 47px;
    margin: 0 !important;
}

#stickyCart i{
    margin: 0!important;
}

#stickyCart i:before{
    line-height: 47px;
}

#stickyCart i .fa-sup{
    left: auto;
    right: calc(100% - 15px);
}

#stickyCart li{
    list-style: none;
    margin-bottom: 0;
}

#stickyCart li>a{
    margin-bottom: 0;
    padding: 0 !important;
    color: inherit !important;
}

#stickyCart li a .shop_nav__title{
    display: none;
}

#stickyCart li a .cart-icon-dropdown-price{
    display: none;
}

@media screen and (max-width: 768px){
    #stickyAddToCart{
        position: fixed;
        display: none;
        bottom: 75px;
        margin: auto;
        z-index: 100;
        left: 0;
        right: 0;
        height: auto;
    }

    #stickyAddToCart i{
        line-height: normal;
    }

    #stickyAddToCart svg{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }
}
