 @media (min-width:1200px) /* lg*/ {

    .col-lg-80{
        width:80% !important;
    }
    .col-lg-78{
        width:78% !important;
    }
    .col-lg-77{
        width:77% !important;
    }
    .col-lg-72{
        width:72% !important;
    }
    .col-lg-70{
        width:70% !important;
    }
    .col-lg-60{
        width:60% !important;
    }
    .col-lg-575{
        width:57.5% !important;
    }
    .col-lg-57{
        width:57% !important;
    }
    .col-lg-565{
        width:56.5% !important;
    }
    .col-lg-43{
        width:43% !important;
    }
    .col-lg-40{
        width:40% !important;
    }
    .col-lg-38{
        width:38% !important;
    }
    .col-lg-30{
        width:30% !important;
    }
    .col-lg-28{
        width:28% !important;
    }
    .col-lg-23{
         width:23% !important;
    }
    .col-lg-22{
         width:22% !important;
    }
    .col-lg-20{
        width:20% !important;
    }
    .col-lg-21{
        width:21% !important;
    }
    .col-lg-185{
        width:18.5% !important;
    }
    .col-lg-175{
        width:17.5% !important;
    }
    .col-lg-14285{
        width:14.285% !important;
    }
    .row-lg-5{
        margin-right: -5px !important;
        margin-left: -5px!important;;
    }
     .container{
         max-width: 1100px;
         padding-left: 0 !important;
         padding-right: 0 !important;
     }
    .floR{
        float: right;
    }

     .news-info .news-title{
         margin-top: 0;
     }

     .formSeach{
         margin-top: 17px;
     }
     .formSeach {
         max-width: 200px;
     }
     .products-similar .product-box:nth-child(5n + 1),
     .news-list .news-box:nth-child(3n + 1),
     .newsSmilar .news-box:nth-child(4n + 1),
     .wraper-search .product-box:nth-child(4n + 1),
     .product-categories .product-box:nth-child(3n + 1),
     .product-list .product-box:nth-child(4n + 1) {
         clear: both;
     }

     .newsSmilar .news-box:nth-child(3n + 1),
     .products-similar .product-box:nth-child(4n + 1),
     .product-categories .product-box:nth-child(4n + 1){
         clear: none !important;
     }

     .sFiveIndex .product-item .product-image{
         max-height: 200px;
         overflow: hidden;
     }

     .product-list  .product-item .product-image{
         max-height: 320px;
         overflow: hidden;
     }

     .news-index img{
         max-height: 320px;
     }
     .news-sale img{
         max-height: 245px;
     }
     .nav-dropdown .drop-left{
         columns: 3;
     }
     .category-news .news-name{
         margin-top: 0;
     }
     .news-desc p{
         margin-bottom: 3px;
     }
     .panel-colors ul.req li {
         margin: 15px 8px
     }
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
    .products-similar .product-box:nth-child(5n + 1),
    .news-list .news-box:nth-child(3n + 1),
    .newsSmilar .news-box:nth-child(4n + 1),
    .wraper-search .product-box:nth-child(4n + 1),
    .product-categories .product-box:nth-child(3n + 1),
    .product-list .product-box:nth-child(4n + 1) {
        clear: both;
    }

    .newsSmilar .news-box:nth-child(3n + 1),
    .products-similar .product-box:nth-child(4n + 1),
    .product-categories .product-box:nth-child(4n + 1){
        clear: none !important;
    }
    .news-name{
        margin-top: 0;
    }
}
@media  (max-width:1024px) {
    #sliderFullOwl .owl-nav i{
        top:35%;
    }
    .sCatIndx .col-lg-20{
        width: 100% !important;
    }
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
    .news-list .news-box:nth-child(3n + 1),
    .wraper-search .product-box:nth-child(4n + 1),
    .product-list .product-item:nth-child(3n + 1) {
        clear: both;
    }
    .head-mobile .logo-sm img{
        max-height: 30px;
    }
}

@media  (min-width:768px) {
    .modal-sm-x1{
        width: 400px;
    }
    .modal-sm-x2{
        width: 300px;
    }
}
/* xs */
@media (max-width:767px)  {
    .news-list .news-box:nth-child(2n + 1),
    .wraper-search .product-box:nth-child(2n + 1),
    .product-categories .product-box:nth-child(2n + 1),
    .product-list .product-item:nth-child(2n + 1) {
        clear: both;
    }
    .product-name{
        min-height: 41px;
    }
    .head-mobile .logo-sm img{
        max-height: 30px;
    }
    h1.section-name{
        margin-top: 15px;
    }
    .container .row.group-section, .sCatIndx {
        margin: 0 !important;
    }
    .sCatIndx .col-lg-20{
        padding: 0 !important;
    }
    #sectionSearch {
        display: none;
        position: fixed;
        z-index: 1100;
        width: 100%;
        height: 100%;
        padding: 15px;
        top: 0;
        margin: 0;
        overflow-y: auto;
        left: 0;
        background: #fff;
    }
}

@media (max-width:480px) {

}

@media (max-width:320px) {

}



