@media (max-width: 768px) {
    .mobile-show {
        display: initial;
    }
    .mobile-hide {
        display: none;
    }

    nav#top {
        position: fixed;
        z-index: 10000;
    }
    nav#top .container {
        margin: 0 14px;
    }
    header {
        padding-top: 65px;
    }

    .mfilter-free-button {
        opacity: 0.7;
    }

    #top-links .futer_right2 {
        display: inline-block;
    }
    .list-inline>li {
        padding: initial;
    }

    #top-links li.mobile-logo {
        display: inline-block;
        float: left;
    }
    #top-links li.mobile-logo img {
        height: 34px;
    }

    .list-inline > li.mobile-cart {
        display: inline-block;
    }
    #top-links .header-cart button {
        padding: 6px;
    }
    #top-links .futer_right {
        margin-right: 3px;
        font-size: 14px;
    }
    #top-links .header-cart {
        margin: 0;
    }
    #top-links .dropdown-menu.cart-menu {
        width: initial;
    }
    #top-links .dropdown-menu a {
        font-size: 11px;
    }
    #top-links a + a {
        margin: 0;
    }

    #slideshow0 {
        display: none;
    }
    .sc-heading {
        margin-top: 30px;
    }
    #cart .text-right .addtocart {
        display: none;
    }
    #cart .text-right {
        text-align: center;
        float: none;
    }
    #cart .text-right .addtocart,
    #cart .text-right .checkout {
        float: none;
    }
    .category_filter {
        display: none;
    }
    .cart-tbl {
        overflow: scroll;
    }
}