
.container_header {
	overflow: hidden;
	background-color: var(--dark_white);

/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;

}


header {
	height: 60px;
	z-index: 2;
	background-color:  var(--drawer_bg);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display:none;
}
header h1 a {
	color: var(--light_white);
	text-align: left;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 20px;
}
header h1 a:hover {color: var(--black);}
 
.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav {
	width: 93%;
	height: 120%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	background-color: var(--drawer_bg);
	border-radius: 8px;
	overflow-y:auto;
	/* starting point */
	opacity: .3;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
 
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}





/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: 0;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}




/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}





/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}




	.responsive{
		background-color:var(--dark_white);
	}
	
	
	.burger {
		position: absolute;
		float: left;
		padding: 10px;
		top: 4px;
		left: 10px;
		cursor:pointer;
		
		display: none;
	}
	.burger li {
		width: 30px;
		height: 4px;
		background-color: var(--burger_color);
		border-radius: 3px;
		margin: 5px 0;
	}
	.burger.open li {background-color: var(--burger_color);}
	

.slideLeft{
	height:100%;
	display:none;
}

.header_section
{
 
 width:100%;

}
 

/***************  new navbar start ******************/

 #nav_menu {
 width:100%;
 height:auto;
 display: block; 

}


.nav {
  	background-color: transparent;
  	position: absolute;
  	right: 0;
  	top: 0;
	z-index:10;
	width:100%;
	min-height:60px;
	margin-top:0px;
	transform: translateY(0);
	 
 
}



.nav a {
  	color: var(--light_white);
  	text-decoration: none;
  	
}
 
.header_items{
	padding: 7px 15px;
} 

.nav.active {
  	background-color: var(--light_white);
  	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav.active a {
  	color: var(--black);
}

.nav.active .nav_items {
  padding: 10px 0;
}

.nav a.current,
.nav a:hover {
  /*color: #c0392b; disable this line red color*/
  font-weight: bold;
 
}
 
.nav_items {
 
	margin-top:5px;
  	max-width: 90%;
}



#LoggedUserWindows{
width:100px;
height:40px;
position: absolute;
left: 60px;
top: 10px;	
display:none;
}


#LoggedUserPhone{
width:100px;
height:40px;
position: absolute;
left: 60px;
top: 0px;	
display:none;
}


/***** logout_menu  start ****/

#LoggedUserWindows:hover .logOutMenu{
  opacity: 0.9;
  visibility: visible;  
}

#LoggedUserPhone:hover .logOutMenu{
  opacity: 0.9;
  visibility: visible;  
}

.logOutMenu{
  opacity: 0;
  position: relative;
  top: 85px;
  left:23px;
  transform: translate3d(0, 0, 0,);
  transition: all .15s;
  visibility: hidden;
}

.optionLogout {
	width:150px;
  background: #797979;
  border-radius: 4px;
  color: #efefef;
  float: left;
  font-size: 13px;
  
  left: -35px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  /*top: 15px;*/
}

.optionLogout:after {
  border-bottom: 10px solid #797979;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 37px;
  top: -10px;
  width: 0;
}

.optionLogout:hover:after {
  border-bottom: 10px solid #f68867;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 37px;
  top: -10px;
  width: 0;
}

.itemLogOut {
  border-bottom: 1px solid rgba(204, 204, 204, .3);
  left: -50px;
  padding: 15px;
}

.itemLogOut:last-child {
  border: 0;
}

.itemLogOut span {
  margin: 0 14px 0 0;
}

.itemLogOut:hover {
  background: #f68867;
  border-bottom: 1px solid #f68867;
  cursor: pointer;
}

.itemLogOut a {
  color: #efefef;
  padding: 0 0 ;
}

/***** logout_menu  end ****/



.LoggedUserProfile{ /* baraye ham markaz kardan profile */
   	position:absolute;
	left: 0px;
	top:0px;
}
 
/************ logo start **************/


#logo_khengoolestan_windows{
width:70px;
height:70px;
position: relative;
right: 20px;
top: 18px;
}
 
#logo_khengoolestan_phone{
width:50px;
height:50px;
position: relative;
right: 8px;
top: 6px;
}
 
.dandon_logo {
fill: #fff;
}

.circle_logo {
fill: #ffec3c;
}

.zabon_logo {
fill: #e21e26;
}
 

/************ logo end ****************/ 
 
 



#row_button_header_windows {
  	align-items: center;
  	position: absolute;
  	right: 105px;
	max-width:100%;
  	top: 30px;
 	display: flex;
  	justify-content: right;
 align-items: center;
	
}
 


#row_button_header_phone {
  	align-items: center;
  	position: absolute;
  	right: 70px;
	max-width:450px;
  	top: 10px;
 	display: flex;
  	justify-content: right;
 align-items: center;
	
}
 
 /****************** category start ******************/



 
.category_dialog {
  background-color: var(--light_white);
  transition: max-height 0.3s;
  display:none;
  /*overflow: hidden;*/
  height: auto;
  max-height: 0px;
  position: absolute;
  top:90px;
  left:0;
  right:0;
  margin:auto;
  width: 60%;
  text-align:center;
  border-radius: 10px;
  padding-top:40px;
  padding-bottom:40px;

}

#category_dialog_close {
  width:15px;
  height:15px;
  position: absolute;
  top:20px;
  right:18px;
  color:var(--black);
  cursor: pointer;
}


.category_dialog_enable {
	  display:block;
  max-height: 1000px;
  box-shadow: 0px 12px 30px 3px rgba(0, 0, 0, 0.25);
}




.category_list {
	height: auto;
	max-width: 80%;
	margin: 0 auto;
	font-size: 1rem;
	position: relative;
}



.category_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.category_list ul li {
	flex: auto;
	min-width: 100px;
	margin: 0.5rem;
	padding: 0 5px;
	position: relative;
	color: #fff;
	border-radius: 0.5rem;
	background: linear-gradient(45deg, var(--burger_color), #ffde58);
	box-shadow: 0px 4px 10px rgba(19, 127, 212, 0.2);
	transition: all 0.3s ease;
	 
}
.category_list ul li.submenu:after {
	content: "+";
	font-size: 16px;
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 14px;
	color: var(--black);
  transition:  0.6s ease-out;
}
.category_list ul li.submenu:hover:after {
  content: "\2014";
  transform: rotateY(180deg);
}
.category_list ul li:hover {
	background: linear-gradient(45deg, #1da1f2, #0e71c8);
	background: linear-gradient(45deg,  #ffde58 , var(--burger_color));
	box-shadow: 0px 4px 10px rgba(19, 127, 212, 0.3);
}
.category_list ul li a {
	padding: 1rem;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color:var(--black);
}
.category_list ul li a .icon_category {
	color: #fff;
	display: block;
	position: absolute;
	vertical-align: baseline;
	left: 1rem;
	top: 1rem;
	transition: all 0.3s ease;
}
.category_list ul li:hover a .icon_category {
	transform: scale(1.4);
	
}
.category_list ul li>ul { /* this last menu */
	position: absolute;
	display: none;
	z-index: 1;
	width: 200%;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	opacity:0;
	transition: all 1s ease;
	max-height:320px;
	overflow-y:auto;
	
	
}
.category_list ul li>ul>li {
	margin-top:8px;
	padding: 0;
	width: 80%;
	color: #333333;
	background: linear-gradient(45deg, #fafafa, #ffffff);
	box-shadow: 0px 4px 10px rgba(63, 65, 67, 0.6);
	
	 
}
.category_list ul li>ul>li:hover {
	transform: scale(1.05);
	background: linear-gradient(45deg, #ffffff, #fafafa);
	box-shadow: 0px 4px 15px rgba(63, 65, 67, 0.6);
}
.category_list ul li>ul>li a {
	color: #333333;
	margin-right:-10px;
}
 
/****************** category end ******************/


.slide_down_nav{
   	position: fixed;
	transform: translateY(40px);
	transition: transform 0.5s ease;
	margin-top:-50px;
 
}

 
.slide_up_nav{
   	position: fixed;
	transform: translateY(0);
	transition: transform 0.5s ease;
	margin-top:-50px;
	 
}

#nav_row_buttom{
	position:absolute;
	top:10px;
	float: right;
	display: none; 
	
}


/***************  new navbar  end ******************/

 
 
/************* header character start *************/
#header_charecter{
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0px;
	right:0px;
	margin-top:40px;

}

#background_characters{
width:100%; 
height:auto;	
position:relative;
top:0;
left:0px;	
right:0px;
background-color:var(--theme_color_header);
 

}

#background_characters:before {
	/** this part remove bottom of characters **/
  content:"";
  position:absolute;
  left:0px;
  right:-20px;
  top:95%;
  background-color:var(--dark_white);
  bottom:-5px;
   
}

.shal {
fill: #fff;
}


.kesh_sar {
fill: #f7ba7a;
}

.orange_color_characters {
fill: #ffba7a;
}

.character_color {
fill: var(--dark_white);
}


.zabon_character {
fill: #ecba7a;
stroke: #000;
stroke-miterlimit: 10;
stroke-width: .5px;
}


.grass_hat {
fill: #b4ff67;
}

.green_color_character {
fill: #00a651;
}

/************* header character end *************/






/*************  items header start *********************/


 
.fun_btn {
  background: none transparent;
   font-size: 1.1rem;
  border-width: 0;  
  padding: 8px;
  padding-bottom:1em;
  color: var(--theme_color_nav_item);
  cursor: pointer;
  position: relative;
  outline: none;
  margin-left:2px;
  margin-right:2px;
  transition: all 150ms ease;
  font-weight: bold;
}
 
.fun_btn::before, .fun_btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 150ms ease;
}
 
 
.fun_btn::after {
  border-top: 0.1875em dashed var(--light_white);
  height: 0.1875em;
  width: 0;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -10%) rotate(-1.875deg);
}
 
.fun_btn:hover {
  border-width: 0;
  margin: 0.1875em;
}
.fun_btn:hover::before {
  top: 0.09375em;
  left: 0.09375em;
  transform: rotate(1.875deg);
  opacity: 0.88;
}
.fun_btn:hover::after {
  width: 75%;
}
.fun_btn:active {

  text-shadow:0px 0px 5px #fff,0px 0px 5px var(--theme_color_red);
 
}

 
.current{
  background: none transparent;
  font-size: 1.1rem;
  border-width: 0;  
  padding: 8px;
  padding-bottom:1em;
  color: var(--theme_color_nav_item);
  cursor: pointer;
  position: relative;
  outline: none;
  margin-left:2px;
  margin-right:2px;
  transition: all 150ms ease;
  font-weight: bold;
  
}  

.current::after{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: all 150ms ease;
  border-top: 0.1875em dashed var(--black);
  height: 0.1875em;
  width: 0;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -10%) rotate(-1.875deg);
  width: 75%;
  
} 

 
/*************  items header end *********************/


 
	
	
	
	
	
	
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}	





@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}	



@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}
	
	
	
	
	

@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}	
	
	
/* ------- chenge header end ----- */
