
@media (min-width: 992px) and (max-width: 1200px){
    .nav>li>a {
        padding: 0px 8px;
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .nav>li>a {
        padding: 0px 18px;
        font-size: 12px;
    }
    .woocommerce ul.products li.product a img {
        width: auto;
        height: 150px;
        display: block;
        margin: 0 auto;
        box-shadow: none;
    }
   
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px){
    .woocommerce ul.products li.product a img {
        width: auto;
        height: 205px;
        display: block;
        margin: 0 auto;
        box-shadow: none;
    }
}
@media (min-width: 768px){

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav{
        float: none;
        text-align: center;
    }
    .navbar-brand{
        display: none;
    }
    .pro_list li {
        float: left;
        margin: 20px 3.8% 0 0;
        padding: 0;
        position: relative;
        width: 22.05%;
    }
    .pro_list li:nth-child(4n) {
        margin-right: 0;
    }
    .gallery_item img {

        height: 490px;
    }
}
@media (max-width: 1200px){
    header{
        background: none;
    }
}
@media (max-width: 992px){
    .dv-search{
        width: 100%;
    }
    .logo{
        text-align: center;
        padding-bottom: 20px;
    }
    .logo img{
        max-width: 300px;
    }
    .dv-search .fa{
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
        float: left;
    }
    .dv-search{
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
    }
    .dv-search .hotline{
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
    }
    .dv-search input{
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
        height: 29px;    
    }
    .dv-search .glyphicon{
        transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
    }
 
}
@media (max-width: 960px) and (min-width: 768px) {
    
}
@media (max-width: 767px){
    .gallery_item img {

        height: 300px;
    }
    .content_title {
        position: absolute;
        padding: 30px 40px 30px 80px;
    }
    .navbar-default{
        padding-left: 0px;
        margin-top: 20px;
    }
    .navbar-nav>li>a{
        border-right: none;
    }

    .dv-search{
        padding-top: 20px;
    }
    .dv-search .form-inline{
        margin-top: 15px;
    }
    .dv-search .form-group{
        float: left;
    }
    .dv-search .form-inline{
        float: left !important;
    }

    .dv-home{
        margin-right: 0px;
    }
    .col-home{
        padding-right: 0px;
    }

    .pro_list li {
        float: left;
        width: 48%;
        padding: 1px;
        background: #fff;
        height: auto !important; 
        margin: 20px 4% 0 0;
        border: 0;
    }
    .pro_list li img {
            margin: 0 auto;
    display: block;
    }
    .pro_list li:nth-child(2n) {
        margin-right: 0;
    }

}
@media (max-width: 640px){
    .logo-footer {
        position: inherit;
        top: inherit;
        transform: none;
        right: inherit;
    }
    .logo-footer  img{
        float: left !important;
    } 
}

