﻿.menu-container {
	position: relative;
	z-index: 100;
}

	.menu-container.sticky {
		position: fixed;
		top: 0;
		width: 100%;
	}

@media (max-width : 480px) {
	.menu-container {
		position: fixed;
		top: 0;
		width: 100%;
	}
}

@media (min-width : 992px) {
	.menu-container {
		/*height: 50px;*/
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
	}
}

/************************************** nav-big *********************************/
.nav-big {
	display: none;
	border: none;
	margin-bottom: 0;
	background-color: #fff;
}

	.nav-big .navbar-collapse {
		padding: 0;
	}

	.nav-big .navbar-nav {
		width: 100%;
	}

		.nav-big .navbar-nav > li {
			float: none;
			display: inline-block;
		}

			.nav-big .navbar-nav > li > a, .nav-big .navbar-nav > li > a:active, .nav-big .navbar-nav > li > a:focus {
				color: #000 !important;
				padding: 0 15px;
				display: flex;
				justify-content: center;
				align-items: center;
				outline: none;
				text-decoration: none;
				transition: all .3s ease-in-out;
				-moz-transition: all .3s ease-in-out; /* firefox */
				-webkit-transition: all .3s ease-in-out; /* safari and chrome */
				-o-transition: all .3s ease-in-out; /* opera */
				-ms-transition: all .3s ease-in-out;
				height: 60px;
			}

			.nav-big .navbar-nav > li:first-child > a {
				padding-right: 0;
			}
			.nav-big .navbar-nav > li > a:before {
				background: #C71585;
			}

			.nav-big .navbar-nav > li:hover > a,
			.nav-big .navbar-nav > li:hover > a:before,
			.nav-big .navbar-nav > li > a:focus:before,
			.nav-big .navbar-nav > li > a:active:before {
				left: 0;
				right: 0;
				color: #fff;
				width: initial;
			}

			.nav-big .navbar-nav > li > a > i {
				margin-right: 5px;
				font-size: 14px;
			}

	.nav-big .level2 {
		border-radius: 0;
		padding: 10px 0;
		width: 1170px;
		height: 390px;
		opacity: 0.9;
		top: 48px;
		font-family: IRANSans;
		background-image: url(../Images/menu-bg.jpg);
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: auto 300px;
	}

	.nav-big .level2-menu-box {
		float: right;
		width: 350px;
	}

		.nav-big .level2-menu-box > li > a {
			text-align: right;
			padding: 5px 10px;
			font-size: 12px;
			position: relative;
			display: block;
			color: #303030;
		}

		.nav-big .level2-menu-box > li:hover > a {
			color: #1B75BB;
		}

	.nav-big .level3 {
		top: 0;
		right: 30%;
		float: none;
		border-radius: 0;
		box-shadow: none;
		border: none;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		height: 100%;
		margin: 0;
	}

		.nav-big .level3 > li > a {
			text-align: center;
			padding: 5px 10px;
			font-size: 12px;
			position: relative;
			display: block;
			color: #303030;
		}

		.nav-big .level3 > li:hover > a {
			color: #1B75BB;
			background-color: transparent;
		}

	.nav-big .level4 {
		top: 0;
		right: 110%;
		float: none;
		border-radius: 0;
		box-shadow: none;
		border: none;
		height: 100%;
		margin: 0;
		width: 180px;
	}

		.nav-big .level4 .subcat-des {
			font-size: 11px;
			text-align: right;
			color: #555;
			line-height: 2.5;
		}

		.nav-big .level4 > li > a {
			text-align: right;
			padding: 5px 10px;
			font-size: 12px;
			position: relative;
			display: block;
			color: #303030;
		}

		.nav-big .level4 > li:hover > a {
			color: #1B75BB;
			background-color: transparent;
		}

@media(min-width:992px) {
	.nav-big {
		display: block;
	}
}


.nav-big li > .multi-level {
	top: 60px !important;
	padding: 0;
}

	.nav-big li > .multi-level a {
		font-weight: normal;
		color: #000;
		display: block;
		padding: 12px 15px !important;
	}

	.nav-big li > .multi-level a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		.nav-big li > .multi-level a i {
			padding: 0;
			font-size: 16px;
			margin-left: -10px;
		}



.nav-big .level-3 {
	background: white;
	padding: 0;
	top: -3px !important;
	right: 100%;
	border-radius: 0px;
	box-shadow: none !important;
}

.nav-big .level-4 {
	background: white;
	padding: 0;
	top: -3px !important;
	right: 100%;
	border-radius: 0px;
	box-shadow: none !important;
}
/************************************** nav-small ****************************/
.nav-small {
	display: block;
	margin: 0 auto;
	color: #333;
	border: none;
	background-color: white;
	padding-bottom: 10px;
}

	.nav-small .navbar-brand {
		color: #777;
		outline: none;
	}

	.nav-small .navbar-collapse {
		border: none;
	}

	.nav-small .navbar-nav {
		background-color: #fff;
		width: 100%;
		margin: 0;
		overflow: auto;
	}

		.nav-small .navbar-nav > li {
			border: 1px solid #ddd;
			border-bottom: none;
			width: 100%;
		}

			.nav-small .navbar-nav > li:last-child {
				border-bottom: 1px solid #ddd;
			}

			.nav-small .navbar-nav > li > a {
				color: #303030;
				padding: 0 15px;
				line-height: 40px;
				display: block;
				outline: none;
				text-decoration: none;
				font-family: IRANSans;
				font-size: 12px;
			}

			.nav-small .navbar-nav > li:hover > a {
				color: #000;
			}




	.nav-small .navbar-toggle,
	.nav-small .navbar-toggle:hover,
	.nav-small .navbar-toggle:active,
	.nav-small .navbar-toggle:focus {
		padding: 0;
		margin: 0;
		border: none;
		background-color: transparent;
	}

@media only screen and (max-width: 768px) {
	.nav-small .navbar-toggle {
		display: block;
	}

		.nav-small .navbar-toggle img {
			height: 24px;
		}
}

.nav-small .navbar-toggle .icon-bar {
	background-color: black;
	height: 3px;
}

.nav-small .navbar-nav > .open > a,
.nav-small .navbar-nav > .open > a:hover,
.nav-small .navbar-nav > .open > a:active,
.nav-small .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #1B75BB;
	font-family: IRANSans-Medium;
}

.nav-small .navbar-nav > .open i {
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.nav-small .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
	padding-right: 20px !important;
}

.nav-small .dropdown-menu {
	padding: 0;
	width: 100%;
	position: absolute;
	z-index: 99999;
}

	.nav-small .dropdown-menu > li {
		border: none;
		border-bottom: 1px solid #ddd;
	}

		.nav-small .dropdown-menu > li:last-child {
			border-bottom: none;
		}

		.nav-small .dropdown-menu > li a {
			padding: 7px 15px 7px 20px !important;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			font-family: IRANSans;
			font-size: 12px;
		}

			.nav-small .dropdown-menu > li a.nav-small-all {
				color: #9a2061 !important;
			}

.nav-small .dropdown .fa-angle-down {
	margin-right: 5px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 10px;
}

.nav-small .dropdown-menu .fa-circle {
	margin-left: 5px;
	font-size: 6px;
}

.nav-small .navbar-header {
	width: 100%;
}

.logo-xs {
}

	.logo-xs img {
		height: 28px;
	}

.headerxs-row1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	margin: 10px 0 20px 0;
}

.headerxs-row2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}

.mobile-user-icons {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
}

/*.mobile-user-icons li:nth-child(2) {
		width: 25%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(3) {
		width: 8%;
		text-align: center;
		color: #333 !important;
	}

	.mobile-user-icons li:nth-child(4) {
		width: 19%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(5) {
		width: 26%;
		color: #1288b4 !important;
	}

	.mobile-user-icons li:nth-child(6) {
		width: 10%;
		color: #1288b4 !important;
	}

		.mobile-user-icons li:nth-child(6) img {
			height: 23px;
		}

		.mobile-user-icons li:nth-child(6) .closeicon {
			height: 14px;
		}*/

.pnlSearchMobileCOntainer {
	overflow: hidden;
	width: 100%;
	background: white;
	height: 40px;
	position: relative;
}

.mobile-user-icons li {
	text-align: left;
}

	.mobile-user-icons li:last-child {
		margin-right: 20px;
	}

.mobile-user-icons span {
	cursor: pointer;
}

.mobile-user-icons .dropdown-toggle {
	cursor: pointer;
}

.mobile-user-icons .dropdown {
	position: static;
}

.mobile-user-icons .dropdown-menu {
	left: 0;
	right: auto;
	text-align: right;
	width: 240px;
	border-radius: 0;
	position: absolute;
	z-index: 99999;
}

	.mobile-user-icons .dropdown-menu i {
		margin-left: 5px;
	}

.mobile-user-icons img {
	height: 24px;
	vertical-align: middle;
}

.mobile-user-icons .list-group {
	margin-bottom: 0;
	font-size: 12px;
}

.current-cart {
	color: #000;
	text-align: left;
	border: none;
	display: inline-block;
	position: relative;
	left: 15px;
}

	.current-cart span {
		display: block;
		position: absolute;
		background-color: #1B75BB;
		color: #fff;
		width: 16px;
		height: 16px;
		line-height: 16px;
		border-radius: 8px;
		top: -7px;
		right: 20px;
		text-align: center;
	}

.btn-search-mobile {
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: left;
}

@media(min-width:992px) {
	.nav-small {
		display: none;
	}
}

/************************************** nav-user ****************************/
.nav-user {
	border: none;
	margin-bottom: 0;
}

	.nav-user .navbar-user {
		border: 1px #eee solid;
		background-color: #fff;
		margin-top: 10px !important;
	}

@media only screen and (min-width : 992px) {
	.nav-user .navbar-user {
		border: none;
		background-color: transparent;
		margin: 0 !important;
	}
}

.nav-user .navbar-user > li {
	float: none;
	display: inline-block;
}

	.nav-user .navbar-user > li > a, .nav-user .navbar-user > li > span {
		text-align: center;
		color: #777;
		font-size: 15px;
		padding: 0px 15px !important;
		line-height: 40px;
		display: block;
		cursor: pointer;
	}

		.nav-user .navbar-user > li > a.message {
			position: relative;
		}

			.nav-user .navbar-user > li > a.message i {
				vertical-align: sub;
				font-size: 20px;
			}

			.nav-user .navbar-user > li > a.message label {
				background-color: #f00;
				color: #fff;
				display: block;
				height: 14px;
				width: 14px;
				line-height: 14px;
				border-radius: 7px;
				position: absolute;
				top: 4px;
				left: 7px;
				font-size: 11px;
				text-align: center;
			}

	.nav-user .navbar-user > li:hover > a, .nav-user .navbar-user > li:hover > span {
		color: #000;
	}

	.nav-user .navbar-user > li.dropdown > .dropdown-menu {
		padding: 10px 0;
		border-radius: 0;
	}

	.nav-user .navbar-user > li:hover > .dropdown-menu:before {
		content: "";
		width: 14px;
		height: 14px;
		display: block;
		background: #ddd;
		position: absolute;
		top: -8px;
		right: 35px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-user .navbar-user > li:hover > .dropdown-menu:after {
		content: "";
		width: 14px;
		height: 14px;
		display: block;
		background: #fff;
		position: absolute;
		top: -6px;
		right: 35px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

.nav-user .dropdown-menu > li > a {
	display: block;
	text-align: right;
	padding: 10px;
	font-size: 13px;
}

	.nav-user .dropdown-menu > li > a i {
		margin-left: 5px;
	}

#backgroundMenuHover {
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 1000px;
	display: none;
	background: #333;
	opacity: .7;
	z-index: 9999999;
}

.navXs {
	z-index: 9999999;
	position: fixed;
	top: 0;
	width: 250px;
	/*min-height: 1000px;*/
	background: white;
}

	.navXs .fa-angle-left {
		float: left;
		font-size: 20px;
		margin-left: -15px;
	}

	.navXs .fa-angle-down {
		float: left;
		font-size: 20px;
		margin-left: -15px;
	}

#menuHeader {
	/*background: #eeeeee;*/
	border-bottom: solid 1px #b8b8b8;
	padding: 5px 5px;
	width: 100%;
	overflow: hidden;
}

	#menuHeader .col-xs-2 {
		padding: 2px;
	}

		#menuHeader .col-xs-2 img {
			vertical-align: middle;
			margin: 0 5px;
		}

.backIconMenu {
	margin-top: 5px;
}

	.backIconMenu img {
		width: 15px;
	}

.closeIconMenu {
	margin-top: 5px;
}

	.closeIconMenu img {
		width: 11px;
	}

.logoxsMenu span:not(:empty) {
	color: #1B75BB;
	margin-top: 5px;
	display: inline-block;
	font-weight: bold;
}

.logoxsMenu img {
	height: 30px;
}
/*************************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -80%;
	width: 80%;
	height: 100%;
	background: #fff;
	transition: right 0.3s ease;
	z-index: 1000;
	overflow-y: auto;
}

	.mobile-menu.open {
		right: 0;
	}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.mobile-menu-header {
	padding: 20px 30px 20px 15px;
	background: #f8f9fa;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.mobile-menu-header .btn-close {
		border: solid 1px rgba(0, 0, 0, 0.40);
		height: 30px;
		width: 30px;
		font-size: 18px;
		text-align: center;
		line-height: 30px;
		border-radius: 10px;
		color: #000;
		font-weight: bold;
	}

	.mobile-menu-header img {
		height: 33px;
	}

.mobile-menu-items {
	margin-top: 10px;
}

	.mobile-menu-items > li {
		display: block;
		width: 100%;
		/*border-bottom: solid 1px #eee;*/
		overflow: hidden;
	}

		.mobile-menu-items > li:last-child {
			border-bottom: none;
		}

		.mobile-menu-items > li:hover {
		}

	.mobile-menu-items li > a, .mobile-menu-items li > a:focus {
		/*font-size: 13px;*/
		width: 100%;
		display: block;
		padding: 8px 30px;
		outline: none;
		text-decoration: none;
		position: relative;
	}

	.mobile-menu-items li > span, .mobile-menu-items li > span:focus {
		/*font-size: 13px;*/
		width: 100%;
		display: block;
		padding: 8px 30px;
		outline: none;
		text-decoration: none;
		position: relative;
	}

	.mobile-menu-items li.logout > a, .mobile-menu-items li.logout > a i {
		color: red;
	}


.mobile-menu-box {
	margin-bottom: 15px;
}


.mobile-menu-items .opened {
	/*color: #ff1744;*/
}

.mobile-menu-items li.open > ul > li > a {
	font-size: 14px;
	color: #777;
}

.dropdown-menu-l1, .dropdown-menu-l2, .dropdown-menu-l3 {
	display: none;
	padding-right:10px;
}

.mobile-menu-box a {
	color: #333;
}

.mobile-menu-box li i {
	font-size: 20px;
	color: #aaa;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 0;
}

	.mobile-menu-box li i.flip {
		transform: translateY(-50%),rotate(-180deg);
		/*border: 1px solid #ff1744;*/
		/*color: #ff1744;*/
	}


.mobile-menu-box .mainUl {
	background: white;
}

	.mobile-menu-box .mainUl li {
		padding: 5px 15px;
		border-bottom: solid 1px #ddd;
	}

		.mobile-menu-box .mainUl li li, .mobile-menu-box .mainUl li li li {
			padding: 5px 10px;
		}

		.mobile-menu-box .mainUl li:last-child {
			border-bottom: 0px;
		}

		.mobile-menu-box .mainUl li ul {
			background: #eee;
		}

			.mobile-menu-box .mainUl li ul ul {
				background: #dedede;
			}
