@media (min-width: 992px) {

    #footer > [class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .body-bg,
    .container {
        width:100%;
    }

    .form-inline-xs .form-control {
        display: inline-block;
        width: auto;
    }

    .panel-default .panel-heading span a,
    .panel-default .panel-heading {
        font-size: 17px;
    }

    #sitemodal .modal-dialog {
        max-width: 100%;
        margin-top: 0;
    }

    #sitemodal .modal-content {
        width: 100%;
    }

    .header-top {
        display: none;
    }

    #header {
        padding-top: 0;
    }

    #header .logo {
        padding: 10px;
        text-align: center;
    }

    #header .logo img {
        height: 40px;
        width: auto;
    }

    .btn-toggle-menu em {
        margin-top: 12px;
    }

    #header .header-center .search-bar {
        width: 100%;
    }

    .login {
        margin-top: 10px;
    }

    .shop-cart .list-product .product .image {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .shop-cart .list-product .product .info {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .img-chat {
        display: none;
    }

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        -webkit-animation: header-anim .3s;
        animation: header-anim .3s;
        z-index: 99;
    }

    @-webkit-keyframes header-anim {
        from {
            opacity: 0;
            -webkit-transform: translateY(-64px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes header-anim {
        from {
            opacity: 0;
            transform: translateY(-64px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .col-xs-12 {
        width: 50% !important;
    }

    .block-cart {
        width: auto;
        margin-top: 10px;
    }

    .block-cart .btn-toggle-cart {
        color: #fff;
    }

    .block-cart .btn-toggle-cart .icon {
        font-size: 22px;
    }

    .block-cart .btn-toggle-cart .num {
        right: -10px;
    }

    .btn-toggle-cat {
        color: #509d26;
        text-transform: uppercase;
        display: block;
        padding: 12px 2px;
        font-weight: bold;
        margin-top: 5px;
    }

    .btn-toggle-cat .menu-cat {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background: #509d26;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: right ease-in-out .5s;
        -moz-transition: right ease-in-out .5s;
        -ms-transition: right ease-in-out .5s;
        -o-transition: right ease-in-out .5s;
        transition: right ease-in-out .5s;
    }

    .btn-toggle-cat .menu-cat.active {
        right: 0;
    }

    .btn-toggle-cat .block-category ul li a {
        color: #fff;
        padding: 8px 15px;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: normal;
    }

    ._view_grid .news-item .image,
    ._view_grid .shop-item .image {
        height: 160px;
    }

    .block-category-image ul {
        display: block;
    }

    .block-category-image ul li {
        width: 50%;
    }

    .home1, .home3, .home4 {
        padding: 0;
    }

    ._view_grid .shop-item .info .cart .btn {
        padding: 7px 14px;
    }
}

@media (max-width:350px) {
    .col-i {
        width: 100%;
    }
}