.grid-6 {
  grid-template-columns: repeat(auto-fill, minmax(166px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
.grid-6 .gb-div-img{
  height: 170px;
}

/*====================================================================================================*/
/* For: Some small laptop */
@media (min-width: 768px) and (max-width: 999px) {
    .gb-grid-left_1-right_2{
      grid-template-columns: 1fr 2fr;
    }
    .webshop-category .item{
      margin-bottom: 4px;
      padding-bottom: 4px;
    }
    .shop-images-views{
      width: 100%;
    }
    .other-intro-images{
      width: 30%;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      display: grid;
      gap: 20px;
    }
    .each-intro-image-large{
      width: 65%;
    }
    .intro-image{
      width: auto !important;
      height: 120px !important;
    }
}

/*====================================================================================================*/
/* For: Tablet */
@media (min-width: 481px) and (max-width: 767px) {
    
}

/*====================================================================================================*/
/* For: Phone */
@media (max-width: 480px) {
  .section-list-product-category{
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  }
  .other-intro-images, .each-intro-image-large{
    width: 100%;
  }
  .other-intro-images{
    display: flex;
    overflow-x: scroll;
    order: 2;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .shop-images-views{
    height: 100% !important;
  }
  .each-intro-image-large{
    order: 1;
  }
  .intro-image{
    margin-right: 10px;
  }
  .buy_now_button{
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .buy_now_button, .add_to_cart_button{
    width: 100% !important;
  }
}

/*====================================================================================================*/
/* For: Some small phone */
@media (max-width: 360px) {
    
}


@media (max-width:999px){
    .section-list-post .right .gb-grid{
      grid-template-columns: 1fr 2fr;
    }
    .shop-top{
      flex-wrap: wrap;
    }
    .right-detail-shop{
      margin-top: 50px;
    }
}
@media (max-width:767px){
  .section-list-product-category h3{
    font-size: 90% !important;
  }
  .section-list-product-category .gb-img{
    height: 160px;
  }


}


@media (min-width: 768px) {
  .section-list-product-category .gb-img{
    height: 200px;
  }
  .section-list-product-category h3{
    font-size: 100% !important;
  }
  .gb-hi-desk{
    display: none;
  }
  .big_on_left .mainbody .left, .big_on_right .mainbody .right{
    width: 55%;
  }
  .big_on_left .mainbody .right, .big_on_right .mainbody .left{
    width: 40%;
  }
  .heading-menu-price .right{
    display: flex;
    justify-content: flex-end;
  }
  .top-menu {
    height: 50px;
  }
  .parent-menu .text-parent{
    display: flex;
    align-items: center;
  }
  .parent-menu:hover .nav-child{
    opacity: 1 !important;
    visibility: visible !important;
    top: calc(100%);
  }
  .gb_sticky{
    position: sticky;
    top: 10px;
  }

}



@media (max-width: 767px){
    .one-post-featured-left{
    width: 100%;
  }

  .nav-child-active{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 10px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
    position: inherit !important;
    width: 100% !important;
    box-shadow: none !important;
    margin-top: 10px !important;
}
.nav-child-active .menu-item{
  border-bottom: 1px solid #dddcdc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
  .heading-middle .gb-wrapper {
    flex-wrap: nowrap !important;
    height: 100%;
  }
  #home-icon-menu, #expand_all_menu{
    display: none;
  }
  .show-child{
    display: block !important;
  }
  .gb-wd-50{
    width: 100%;
  }
  .big_on_left .mainbody .right, .big_on_right .mainbody .left {
    width: 100%;
  }
  .heading-menu-price .right{
    display: none;
  }
  
  .top-menu-mobile-active .widget-content.gb-logo{
    border-bottom: 1px solid #e2d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .top-menu-mobile-active .class-widget{
    display: block !important;
  }
  .top-menu-mobile-active .mobile-menu-top a, .top-menu-mobile-active .heading-item, .top-menu-mobile-active .mobile-menu-top select{
    width: 100%;
  }
  .top-menu-mobile-active .heading-item{
    font-size: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .top-menu-mobile-active .mobile-menu-top{
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .right.gb-widget .parent-menu:last-child{
    border-bottom: none !important;
  }



  .one-post-featured-right .top{
    margin-top: 20px;
  }
  .one-post-featured-right .bottom{
    padding: 20px;
  }
  .gb-news-title{
    font-size: 120%;
  }
  .gb-is-beta{
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }
  
    .text-parent{
        font-weight: bold;
    }
    
    .top-menu-mobile-active .container-menu{
        margin-top: 10px;
    }


    .parent-menu .gb-link{
        justify-content: space-between;
    }

    .top-menu{
        height: 100%;
        overflow: scroll;
        background: #fff;
        border: 1px solid gray;
        width: 100%;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,.1);
        transition-duration: 200ms;
        transition-property: opacity , top , visible;
        transition-timing-function: cubic-bezier(.7,1,.7,1);
    }

    
    .one-post-featured-right .bottom{
        width: 100%;
        margin-top: 20px;
        background: #eaeaea;
        border-radius: 5px;
        padding-left: 10px;
    }
    .one-other-post-featured{
        border-bottom: 1px solid #eae7e7;
        margin-bottom: 20px;
    }
    .one-other-post-featured:last-child{
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }
    .gb-di-no-mo{
        display: none;
    }
    .gb-wrap-mo{
        flex-wrap: wrap;
    }
    .gb-bd-ri-no-mo{
        border-right: none !important;
    }
    .top-bar{
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid #cebfbf;
        z-index: 2;
    }
    .latest-news-left{
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    .img-news-left-items{
        max-height:250px;
        overflow: hidden;
    }
    .some-first-news-right-items .two-first{
        margin-bottom: 20px;
        border-bottom: 1px solid #cec8c8;
        padding-bottom: 20px;
    }
    .img-other-news-featured-items{
        max-height: 290px;
        overflow: hidden
    }
    .top-bar-fixed{
        position: fixed;
        top: 0;
        width: 93%;
        padding-right: 11px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .top-bar-fixed .menu{
        padding-top: 10px;
    }
  .saco-header{
    background: #f2f2f2;
  }
  .text-parent{
    display: flex;
    justify-content: space-between;
  }
  .saco-menu-view .class-widget, .saco-menu-view .menu-view{
      display: block !important;
  }


  .style4-item, .gb-style4 .item-2 > div > div, .gb-3col, .style5-item{
    padding: 15px !important;
  }
  .menu-mobile .gb-fl{
    flex-wrap: nowrap !important;
  }
  
  .container-logo .right{
    width: 75px;  
  }
  header .mod-menu__separator::after{
    color: #f05924 !important;
    font-size: 100% !important;
  }
  .saco-headline .gb-home-view{
    padding-top: 70px;
  }
  .gb-3col{
    width: 100%;
  }
  .center-help-content{
    width: 100%;
  }
  #gb-row-quick-contact .gb-wrapper{
    border-radius: 0px !important;
  }
  #gb-row-quick-contact{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .style5-item{
    margin-bottom: 20px;
  }
  .gb-2col, .gb-3col{
    margin-bottom: 20px;
  }

 
  .saco-headline{
    padding-top: 5px !important;
  }
  .style1_lv2 img{
    width: 100% !important;
  }
  .gb-fl{
    flex-wrap: wrap;
  }
 
  footer .gb-fl, footer .mod-menu{
    flex-wrap: wrap;
  }
  footer li, .gb-2col{
    width: 100%;
  }
  .gb-page-row-1 section:first-child{
    height: 100% !important;
    padding-bottom: 200px !important;
  }

}


/*====================================================================================================*/
/* For: Desktop */
@media (min-width: 1000px) {
    
    .webshop-category .item{
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    .gb-grid-left_1-right_2{
      grid-template-columns: 1fr 2fr;
    }
   

    .gb-news-style-default .gb-block-middle-news .latest-news-right .bottom .gb-item-new{
        width: 48%;
    }
    .gb-news-style-default .other-news-bottom-block .left{
        margin-bottom: 20px !important;
    }
    .gb-news-style-default .other-news-bottom-block .right .gb-item-new:first-child, .gb-news-style-default .other-news-bottom-block .right .gb-item-new:nth-child(2){
        border-top: none !important;
        padding-top: 0px !important;
    }

    .gb-news-style-default .gb-block-middle-news .latest-news-right .bottom{
        flex-wrap: wrap;
    }
  
    .img-other-news-featured-items {
        max-height: 150px;
        overflow: hidden;
        min-height: 150px;
    }
   
    .gb-fl.gb-field-edit-order .gb-field{   
        width: 48%;
    }
    .gb-min-col{
        max-width: 600px;
        margin: 0px auto;
        margin-top: 50px;
    }
    .gb-wd-30{
        width: 30%;
    }
    .gb-wd-70{
        width: 65%;
    }
    .gb-wd-50{
        width: 48%;
    }
    .bodybar{
        margin-left: 19%;
        width: 80%;
    }

   

    .child_service .left{
        width: 20%;
    }
      .child_service .right{
        width: 75%;
      }
      .parent-menu{
        margin-left: 12px;
        margin-right: 12px;
      }
      .gb-begin-pay-view{
          max-width: 70%;
      }
      
      .some-first-news-right-items .bottom, .other-news-bottom-block .right{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .some-first-news-right-items .bottom .gb-item-new, .other-news-bottom-block .right .gb-item-new{
        width: 48%;
      }

      .left-details-news{
        border: 1px solid #e1dfdf;
        height: 100px;
        border-radius: 10px;
        margin-right: 30px;
        padding: 10px;
        text-align: center;
      }
      
      
      .gb-middle .gb-fl{
        align-items: center;
      }
    

     
      .fl-wr-desk{
        flex-wrap: wrap;
      }
      

      
      
     
      .gb-minicol{
        width: 60%;
      }
      .one-content .main-content{
        width: 65%;
      }
      .one-content .right-content{
        width: 30%;
      }
      .items-other .item-left{
        width: 30%;
      }
      .items-other .item-right{
        width: 68%;
      }
      .center-help-content{
        width: 20%;
      }
      .style5-item{
        margin: 20px;
      }
      .item-row{
        margin-top: 100px;
        display: flex;
        align-items: center;
      }
      .menu-mobile{
        display: none !important;
      }

      header .mod-menu__sub{
        position: absolute;
      }

      .gb-page-row-1 header{
        margin-top: 640px !important;
      }

      .gb-2col{
        width: 47%;
      }
      .gb-style2{
        flex-wrap: wrap;
      }
      
      .gb-3col{
        width: 30%;
      }
      .img-detail-news-left, .img-detail-news-right{
            height: 160px !important;
            overflow: hidden
        }

      
        .gb-pd-le-20-des{
            padding-left: 20px;
        }
        .one-other-post-featured{
            width: 30%;
        }
        .container-menu .menu-view{
            display: flex;
            justify-content: center;
        }
        .top-menu-fixed{
            position: fixed;
            top: 0;
            width: 100%;
            background: #fff;
            z-index: 2;
        }
        .gb-wi-50{
            width: 48%;
        }
        .gb-wi-35{
            width: 35%;
        }
        .gb-wi-65{
            width: 62%;
        }
        .gb-wi-30{
            width: 28%;
        }
        .gb-wi-1-p-4{
          width: 22%;
        }
        .gb-wi-70{
            width: 70%;
        }
        .top-bar{
            height: 50px;
        } 

}







