@media (min-width:992px) {
  #sp-bottom-bar{display:none;}}

div#sp-bottom-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    background: #ff9700;
    z-index: 9999 !important;
    border-top: 1px solid #ff9700;
}

div#sp-bottom-menu img {
    filter: brightness(0) invert(1);
    width: 20px;
    /* margin: auto; */
}

#sp-bottom-bar a, #sp-bottom-bar .sppb-addon-title {
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

#sp-bottom-menu .sppb-addon-text {
    display: none;
}

/*cart*/
.sppb-addon.sppb-addon-module.bottommenu-hika .sppb-addon-title {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align:center;
}

#sp-bottom-bar span.hikashop_small_cart_total_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sp-bottom-bar img.hikashop_cart_module_product_icon_title, #sp-bottom-bar img.mcart-icon {
    width: 25px!important;
}

