.asp-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: .5rem 1rem;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15);
}

.asp-mobile-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    text-align: center;
    font-size: 0.875rem;
    text-decoration: none;
    color: #151414;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}

.asp-mobile-bar-item [class^="icon-"] {
    font-size: 1.125rem;
}

.asp-mobile-bar-item .compare-total {
    right: 3px;
}

.total-info {
    position: absolute;
    top: -1px;
    right: -6px;
    background-color: #00A046;
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.total-info.grey-bg {
    background-color: #b6b5b5;
}

@media only screen and (min-width: 360px) {
    .asp-mobile-bar-item {
        min-width: 43px;
    }
}

@media (max-width:480px) {
    #asp-scroll-to-top {bottom:114px !important}
    .widget-connect-right{bottom:64px !important}
}

@media only screen and (min-width: 992px) {
    .asp-mobile-bar {
        display: none;
    }
}