@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-xxl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-xxl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xxl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-xxl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-xxl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xxl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-xxl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-xxl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xxl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-xxl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-xxl-12 { flex: 0 0 100%; max-width: 100%; }
}

@media only screen 
and (max-width: 1360px) { 
    .hide-on-1360 {
        display: none !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen 
and (max-width: 1200px) { 
    .hide-on-1200 {
        display: none !important;
    }
    
}

@media only screen 
and (max-width: 1024px) { 
    .hide-on-1024 {
        display: none !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen 
and (max-width: 992px) { 
    .hide-on-992 {
        display: none !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media only screen 
and (max-width: 768px) { 
    .hide-on-768 {
        display: none !important;
    }
    .show-on-768 {
        display: flex !important;
    }
    .header-icons img {
        height: 24px;
    }
    .header-main-menu .categoryMenuWrapper {
        height: 94%;
    }
    .header-main-menu nav, .header-main-menu .categoryMenu {
        height: 100%;
    }
    .techmart-body .container-fluid.homepage {
        padding-left: 3% !important;
        padding-right: 3% !important; 
    }
    .mobile-app-bg {
        background-position: top right;
    }
    .listing-icon {
        max-width: 80px !important;
    }
    .slider-container .font-size-16 {
        font-size: 14px;
    }
    .cart-icon {
        width: 44px !important;
    }
    .cart-count {
        top: 3px !important;
    }
}

@media only screen 
and (max-width: 480px) { 
    .hide-on-480 {
        display: none !important;
    }
}


