@media (min-width: 576px){
    .navbar-expand-sm .navbar-toggler {
        display: block;
        float: right;
        cursor: pointer;
    }
    #navbar-list-2 {
        display: none !important;
    }
    #TopNavigation {
        display: block;
    }
    .mobile-bottom-nav {
        margin-bottom: 26px;
        display: flex;
    }

}
.mobile-mostSearched .container {
    margin-top: 0;
}
.cart-title {
    text-align: center;
    background-color: #ffffff;
    padding: 14px;
    margin-bottom: 0px;
    font-size: 22px;
    padding-bottom: 31px;
    color: black;
    border-bottom: 1px solid #efefef;
    border-radius: 6px 6px 0px 0px;
}

#CartTable {
    background-color: white;
    box-shadow: 2px 12px 10px 0px black;
}

@media (min-width: 500px){ 
    .navbar-brand .hotmiris {
        width: 93px !important;
    }
    #TopNavigation .navbar-brand {
        margin-right: 15%;
    }
}






































