@media(min-width:767px) {
	#navbar-mobile {
		display:none;
	}
    .navbar {
        padding:0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
	.navbar.navbar-default{
		background: rgb(255, 255, 255);
		background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(249, 248, 250) 70%);
		background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(249, 248, 250) 70%);
		background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(249, 248, 250) 70%);
		background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(249, 248, 250) 70%);
		background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(249, 248, 250) 70%);
		border-color:#f2ebf5;
	}
    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
	.top-nav-collapse.navbar-default{
		background:#fff;
		border-color:#f2ebf5;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(60, 24, 74, 0.2);
		   -moz-box-shadow: 0px 1px 5px 0px rgba(60, 24, 74, 0.2);
				box-shadow: 0px 1px 5px 0px rgba(60, 24, 74, 0.2);
	}
	.navbar-default .navbar-brand {
		line-height:80px;
		margin:0;
		padding:0;
	}
/* 	.navbar-default .navbar-brand img { */
/* 		line-height:1; */
/* 		margin-top:23px; */
/* 		width:155px; */
/* 		height:30px; */
/* 	} */
/* custom	 */
	.navbar-default .navbar-brand img {
    height: auto;
    line-height: 1;
    margin-top: 17px;
}
	.navbar-default .navbar-nav > li > a {
		color:#3c184a;
		font-size:14px;
		font-weight:700;
		line-height:50px;
		z-index:100;
	}
	.navbar-default .navbar-nav > li {
		padding-left:15px;
		padding-right:15px;
	}
	.navbar-default .navbar-nav > li:last-child {
		border-left:1px solid #f2ebf5;
		border-right:1px solid #f2ebf5;
	}
	.navbar-default .navbar-nav > li:last-child a {
		color:#fff;
	}
	.icon-cart svg {
		position:absolute;
		top:9px;
		right:8.5px;
		z-index:-99;
		fill:#3c184a;
	}
}