@media screen and (min-width: 992px) {
    .col-lg-20{
      flex: 0 0 20%;
      max-width: 20%;
    }
    .col-lg-20{
      flex: 0 0 20%;
      max-width: 20%;
    }
    .col-lg-25{
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-50{
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-75{
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-33{
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
    }
   
/*=============== END LINE DEKSTOP DEVICE =====================*/
}

@media screen and (max-width: 768px) {
  .mobile-none{
    display: none !important;
  }
  .no-padding-m, .no-pading-m{
    padding: 0px !important;
  }
  .no-margin-m{
    margin: 0px !important;
  }
  .cat-home{
    justify-content: space-between !important;
    margin: 0px !important;
    overflow: auto !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }
  .p-5-m{
    padding: 5px !important;
  }
  .p-10-m{
    padding: 10px !important;
  }
  .left-m{
    float: left !important;
  }
  .full-m{
    display: inline-block !important;
    width: 100% !important;
  }
.item-table-responsive .nk-tb-actions{
     display: inline-block !important;
   }
   
/*=============== END LINE MOBILE DEVICE =====================*/
}