.cus-nav-desktop {
    display: none;
}
.cus-nav-mobile{
    display: block;
}


.cus-ban-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    align-items: end;
    padding: 8px 15px;
}

.view-all-inventory .btn-default {
    background-color: #ef251b;
    border-color: #ef251b;
}
.view-all-inventory .btn-default:hover,
.view-all-inventory .btn-default:focus {
    background-color: #d2150c;
    border-color: #d2150c;
}

@media (min-width: 768px) {
.cus-nav-desktop {
    display: block;
}
.cus-nav-mobile{
    display: none;
}


    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: ;
}
a.navbar-brand > img {
    max-height: 175px!important;
}
ul.nav li.menu-heading:nth-of-type(2) a.menu-heading{
    color: #33ff00 !important;
}
}