@media (min-width: 992px)
{
	.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
		color: #000 !important;
	}
}


.c-top-menu
{
	margin: 0 0 10px 0 !important;
}
.boxiko-topsearchbar
{
	float:right;
	width:30%;
	margin-right:20px;
	margin-top: 10px;
}
.boxiko-top-message
{
	width:100%;
	float:right;
	color:#000;
	font-size:14px;
}
.c-bg-purple-3 .boxiko-top-message
{
	color:#fff;
}
.boxiko-topsearchbar .searchicon
{
	float:left;
	margin-top:-25px;
	margin-left:10px;
}
.spacefromtop { height:180px; }
.c-page-on-scroll .spacefromtop { height:100px !important; }
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
    color: #fff !important;
}
.c-cart-toggler-wrapper .c-btn-icon
{
	margin: 8px 10px 0px 10px !important;
}
.topbar-search-results {
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    top: 100%;
    z-index: 50;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    display: none;
    top: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
    left: 0;
    padding: 54px 12px 10px;
}