@media (max-width: 991px) {
  .navTabs .subHeading {
    font-size: 20px;
  }
  .navTabs img {
    width: 34px;
  }
  .navTabs .icon {
    height: 100%;
    width: 85px !important;
  }
  .navTabs a {
    height: 75px !important;
  }
  .navTabs li:nth-child(n+1) img {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .navTabs li {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .product-card {
    margin-bottom: 40px;
  }
  #navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 399;
    -webkit-transition: all .40s ease;
    transition: all .40s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #FFF;
  }
  #navbar li {
    width: 100%;
    margin: 0 0 20px 20px;
  }
  #navbar li a {
    display: inline-block;
  }
  #navbar .nav {
    padding-right: 20px;
  }
  .activeNav {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .productDetailsTable {
    width: 550px;
  }
}
/*# sourceMappingURL=responsive.css.map */