
.navbar-light .navbar-brand {
    color: #fff;
    }
    .navbar-light .navbar-brand:hover {
      color: #fff;
      }
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
    color: #fff;
    }
    footer{
        margin-top: auto;
    }



/* Includes Scrollmenu /*
/* Hide scrollbar for Chrome, Safari and Opera */
.scrollmenu::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .scrollmenu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .scrollmenu {
    overflow-x:auto;
    white-space:nowrap;
    display:block;
  }

  
  /* Limit line length of a sentence in horizontal and vertical */
  
  .limit-line-length {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
  }
  
  .product-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  
  
  .carousel-indicators li {
    height:8px;
    width:8px;
    border-radius:100%;
  }
    
	@media screen and (max-width: 600px) {

		/*Hide in small Devices*/
		.large-device1{
			display: none;
		}
    .dataTables_filter{
      display: none;
    }
    .dataTables_length{
      display: none;
    }
    .desktop-banner{
      display: none;
    }
    .desktop-view{
      display: none;
    }
	}

	@media screen and (min-width: 600px) {

		/*Hide in medium Devices*/
		.small-device1{
			display: none;
		}
    .mobile-banner{
      display: none;
    }
    .mobile-view{
      display: none;
    }
	}
