.panel1_3
{
	width: 100%;
	height: 100px;
	background-color: #f7f7f7;
	position: relative;
}

.panel1_3 .pnl_logo
{
	top: 0px;
	right: 10px;
	width: 100px;
	height: 100px;
	position: absolute;
	line-height: 100px;
	/* background-color: red; */
}

.panel1_3 .pnl_logo img
{
	vertical-align: middle;
	max-width: 90px;
	max-height: 100px;
}

.panel1_3 .pnl_search
{
	top: 0px;
	right: 120px;
	width: 50px;
	height: 100px;
	position: absolute;
	
	/* background-color: blue; */
}

.panel1_3 .pnl_search .pnl_parent
{
	width: 50px;
	height: 50px;
	margin-top: 25px;
	/* background-color: green; */
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transform: rotateY(3.142rad);
}

.panel1_3 .pnl_search .pnl_parent *
{
	font-size: 29px;
	/* color: #ffffff; */
	font-family: "fontello";
	margin: 0px;
	padding: 0px;
}

.panel1_3 .pnl_search .pnl_parent:hover *
{
	opacity: .5;
}

.panel1_3 .pnl_search .pnl_parent:active *
{
	opacity: 1;
}

.panel1_3 .pnl_support
{
	top: 0px;
	left: 80px;
	width: 100px;
	height: 100px;
	position: absolute;
	text-align: center;
	/* background-color: green; */
}

.panel1_3 .pnl_support .support_1
{
	/* background-color: red; */
	font-size: 12px;
	font-family: "Vazir";
	color: #0d113d;
	margin-top: 25px;
}

.panel1_3 .pnl_support .support_2
{
	/* background-color: red; */
	font-size: 12px;
	font-family: "Vazir";
	color: #0d113d;
	margin-top: 10px;
}

.panel1_3 .pnl_cart
{
	top: 0px;
	left: 10px;
	width: 60px;
	height: 100px;
	position: absolute;
	
	/* background-color: yellow; */
}

.panel1_3 .pnl_cart .pnl_line
{
	width: 2px;
	height: 80px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #dddddd;
}

.panel1_3 .pnl_cart .pnl_icon
{
	width: 58px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 2px;
	/* background-color: green; */
	text-align: center;
	line-height: 100px;
}

.panel1_3 .pnl_cart .pnl_icon img
{
	max-width: 45px;
	vertical-align: middle;
}