.short_curt_icons {
    background: #3578e5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
    display: none;
}
#footer-menu {
    display: none;
}
#hide-mobile-view {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .short_curt_icons {
        display: flex;
        align-items: center;
    }
    #footer-menu {
        display: block;
    }
    #hide-mobile-view {
        display: none;
    }
}
.short_curt_icons li {
    flex: 1 1 100%;
    text-align: center;
}
.short_curt_icons li a {
    font-size: 14px;
    color: #fff;
    padding: 8px 9.5px;
    display: inline-block;
    line-height: 1;
}
.short_curt_icons li a .cart_singleIcon {
    line-height: 1;
}
.short_curt_icons li a span {
    font-size: 10px;
}
.cart_singleIcon svg {
    stroke: #fff;
    flex-shrink: 0;
}

/* Out of delivery range: disabled Add button (no click, greyed out) */
.product-card-add--disabled {
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #e9ecef !important;
    color: #6c757d !important;
    pointer-events: none;
}
.product-card-add--disabled span,
.product-card-add--disabled svg {
    color: #6c757d !important;
    fill: #6c757d !important;
}
.product-card-add--disabled:hover {
    background-color: #e9ecef !important;
}