@media (max-width: 991px) and (min-width: 768px)
{
	.navbar-toggle 
	{
		display: none;
	}
}
@media (min-width: 768px)
{
	.navbar-collapse.collapse 
	{
		display: block !important;
	}
	.navbar-nav>li 
	{
		float: left;
	}
	.navbar-nav {
    float: left !important;
	}
	.navbar-nav .open .dropdown-menu
	{
		position: absolute;
	}
	/* #nav-menu .dropdown-menu a
	{
		color: #000000;
	} */
}

#homeBestsellers .see-more {
	background: #000;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	padding: 0 30px;
	line-height: 40px;
	color: white;
}
.margin-2{margin-top:2%;}