@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
}

@media (max-width: 980px) {
}

@media (max-width: 769px) {
}

@media (max-width: 640px) {
    .similar-product .col-xs-12 {
        margin-bottom: 20px;
    }

    .products img {
        height: auto;
        max-height: none;
    }

    #image-zoom {
        height: auto !important;
    }
    #bs-navbar {
        display: block !important;
    }

    .welcome {
        text-align: justify;
        padding: 10px 0;
    }
    .welcome header {
        font-size: 14px;
    }
    header .navbar-nav > li {
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
    }
    .menu-header .logo {
        height: 40px;
    }
    .navbar-toggle {
        display: none !important;
    }

    .box-new-home .entry-meta,
    .navbar-header {
        display: none;
    }

    .box-new-home .blog-entry {
        float: none;
    }

    .box-new-home .blog-entry-inner {
        padding: 0;
    }
    .box-new-home .entry-thumb {
        background: #fff;
        text-align: center;
    }

    .box-new-home .entry-thumb img {
        height: auto;
        display: block;
        margin: auto;
    }

    footer {
        clear: both;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
