.minus:hover {
    border-radius: 5px 0 0 5px;
    background-color: var(--brand-light);
}

.plus:hover {
    border-radius: 0 5px 5px 0;
    background-color: var(--brand-light);
}

.notification-top {
    top: -25px;
    left: 2px;
}

.notification-bottom {
    bottom: -22px;
    left: 2px;
}

@media (min-width:992px) {
    .notification-lg-top {
        top: -25px !important;
        bottom: unset;
    }
    .notification-lg-bottom {
        bottom: -22px !important;
        top: unset;
    }
}
