.panel50
{
	/* background-color: red; */
}

.panel50 .wrapper
{
	height: 75px;
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-items: center;
	
	/* background-image: linear-gradient(to bottom, #ffdf85, #fff4d6); */
}

.panel50 .right
{
	width: calc(10% + 20px);
	/* height: 100%; */
	/* background-color: red; */
	text-align: center;
	height: 75px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
}

.panel50 .right img
{
	max-width: 90%;
	max-height: 90%;
}

.panel50 .center
{
	/* width: 70%; */
	/* height: 100%; */
	
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.panel50 .parent_menu
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.panel50 .items
{
	/* font-size: 15px; */
	font-family: 'Vazir';
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	
	/* background-color: blue; */
}

.panel50 .left
{
	width: 0%;
	/* height: 100%; */
	/* background-color: green; */
}

@media only screen and (min-width: 0px) and (max-width: 500px)
{
	
}

@media only screen and (min-width: 500px) and (max-width: 800px)
{
}

@media only screen and (min-width: 800px) and (max-width: 1100px)
{
	
}

@media only screen and (min-width: 1100px) and (max-width: 1250px)
{
	
}

@media only screen and (min-width: 1250px)
{
	
}