body
{
	margin: 0px;
	padding: 0px;
}

.Panel27_1
{
	position: relative;
	--font-family: 'Vazir FD';
	/* background-color: red; */
}

.Panel27_1 .divTitr
{
	font-size: 30px;
	font-family: var(--font-family);
	color: #000000;
	text-align: center;
	padding: 5px;
	/* background-color: yellow; */
}

.Panel27_1 .divBody
{
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	flex-direction: row;
	/* background-color: blue; */
}

.Panel27_1 .divBody .divRight
{
	flex: 1;
	
	/* background-color: yellow; */
}

.Panel27_1 .divBody .divRight .divRightRowTitr
{
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #e1e1e1;
	/* background-color: blue; */
}

.Panel27_1 .divBody .divRight .divRightRowTitr .divRightRowTitrBox:first-of-type
{
	width: 40%;
	/* background-color: red; */
}

.Panel27_1 .divBody .divRight .divRightRowTitr .divRightRowTitrBox
{
	font-size: 17px;
	font-family: var(--font-family);
	color: #999999;
	width: 20%;
	/* height: 100px; */
	/* display: inline-block; */
	/* background-color: green; */
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.Panel27_1 .divBody .divRight .divRightRowFactor
{
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #e1e1e1;
	justify-content: center;
	align-items: center;
	/* background-color: blue; */
	/* height: 151px; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox:first-of-type
{
	width: 40%;
	/* background-color: red; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox
{
	width: 20%;
	height: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	align-content: center;
	
	/* background-color: yellow; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorImage
{
	display: flex;
	flex-direction: row;
	/* background-color: green; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorImage .divFactorImageRight
{
	width: 120px;
	height: 120px;
	
	align-content: center;
	
	/* background-color: red; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorImage .divFactorImageRight img
{
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
	border-radius: 5px;
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorImage .divFactorImageLeft
{
	height: 120px;
	align-content: center;
	margin-right: 10px;
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorImage .divFactorImageLeft div
{
	font-size: 20px;
	font-family: var(--font-family);
	color: #000000;
	text-align: right;
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorMoney
{
	font-size: 20px;
	font-family: var(--font-family);
	color: #000000;
	
	/* background-color: yellow; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorNumber
{
	/* font-size: 20px; */
	/* font-family: var(--font-family); */
	/* color: #000000; */
	
	/* background-color: gray; */
	width: 115px;
	/* height: 50px; */
	margin: auto;
	/* border: 1px solid #eeeeee; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorSum
{
	font-size: 20px;
	font-family: var(--font-family);
	color: #000000;
	
	display: inline-block;
	
	/* background-color: blue; */
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divRightRowFactorBoxRemove
{
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divRightRowFactorBoxRemove i
{
	font-size: 20px;
	color: #e74c3c;
}

.Panel27_1 .divBody .divLeft
{
	/* display: inline-block; */
	width: 340px;
	flex-shrink: 0;
	/* height: 100px; */
	/* vertical-align: top; */
	border: 1px solid #e1e1e1;
	margin-right: 10px;
	/* background-color: #ffffff; */
	/* background-color: blue; */
	
	/* margin-top: -77px; */
}

.Panel27_1 .divBody .divLeft .divLeftTitr
{
	font-size: 17px;
	font-family: var(--font-family);
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
	text-align: center;
	/* background-color: gray; */
}

.Panel27_1 .divBody .divLeft .divLeftRow
{
	border-bottom: 1px solid #e1e1e1;
	padding: 10px;
	/* text-align: center; */
	/* background-color: gray; */
	
	/* align-content: center; */
	
		display: flex;
	align-items: center;
	justify-content: space-between; /* فاصله بین عنوان و اینپوت به حداقل */

	gap: 10px; /* فاصله بین عنوان و اینپوت */
}

.Panel27_1 .divBody .divLeft .divLeftRow.Click
{
	cursor: pointer;
}

.Panel27_1 .divBody .divLeft .divLeftRow .divLeftRowIcon
{
	display: inline-block;
	margin-left: 10px;
}

.Panel27_1 .divBody .divLeft .divLeftRow .divLeftRowIcon i
{
	font-size: 20px;
}

.Panel27_1 .divBody .divLeft .divLeftRow:last-of-type
{
	border-bottom: 0px;
}

.Panel27_1 .divBody .divLeft .divLeftRow div
{
	font-size: 17px;
	font-family: var(--font-family);
	color: #000000;
	/* background-color: gray; */
}

.Panel27_1 .divBody .divLeft .divLeftRow .Right
{
	/* display: inline-block; */
	/* vertical-align: top; */
	/* background-color: yellow; */
	
	text-align: right;
	margin: 0; /* حذف مارجین اضافی */
	
	padding: 0;
	flex-shrink: 0; /* مانع کوچک شدن عنوان */
}

.Panel27_1 .divBody .divLeft .divLeftRow .Left
{
	/* display: inline-block; */
	/* vertical-align: top; */
	/* background-color: red; */
	/* float: left; */
	
		flex: 1; /* اینپوت کل فضای باقی‌مانده را اشغال کند */
	margin: 0;
	padding: 0;
}

.Panel27_1 .divBody .divLeft .divLeftRow .Left input
{
	width: 100%;
	font-size: 17px;
	font-family: var(--font-family);
	margin-right: 5px;
	box-sizing: border-box;
	color: #333333;
	
		width: 100%;
	box-sizing: border-box;
	/* margin: 0; */
	/* padding: 5px; /* می‌تونی کم و زیاد کنی */ */
	
		/* width: 100%; /* اینپوت کل فضای Left را پر کند */ */
	/* box-sizing: border-box; */
}

.Panel27_1 .divBody .divLeft .divPayment
{
	font-size: 17px;
	font-family: var(--font-family);
	color: #ffffff;
	background-color: #000000;
	padding: 8px;
	width: 200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

.Panel27_1 .disNone
{
	display: none;
}

/* ============================= */
/* 📱 تنظیمات برای موبایل (تا 576px) */
/* ============================= */
@media (max-width: 576px)
{
	.Panel27_1 .divBody
	{
		flex-direction: column;
		padding: 10px;
	}

	.Panel27_1 .divBody .divRight .divRightRowTitr,
	.Panel27_1 .divBody .divRight .divRightRowFactor
	{
		flex-direction: column;
	}

	.Panel27_1 .divBody .divRight .divRightRowTitr .divRightRowTitrBox,
	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox
	{
		width: 100% !important;
		text-align: right;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox
	{
		height: auto;
		padding: 8px 0;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage
	{
		flex-direction: row-reverse;
		align-items: center;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageRight
	{
		width: 80px;
		height: 80px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageRight img
	{
		max-width: 80px;
		max-height: 80px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageLeft div
	{
		font-size: 16px;
	}

	.Panel27_1 .divBody .divLeft
	{
		width: 100%;
		margin: 20px 0;
	}

	.Panel27_1 .divPayment
	{
		width: 100% !important;
	}
}


/* ============================= */
/* 📱 تبلت (576px تا 992px) */
/* ============================= */
@media (min-width: 577px) and (max-width: 992px)
{
	.Panel27_1 .divBody
	{
		flex-direction: column;
		padding: 15px;
	}

	.Panel27_1 .divBody .divLeft
	{
		width: 100%;
		margin-top: 20px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageLeft div
	{
		font-size: 18px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageRight img
	{
		max-width: 100px;
		max-height: 100px;
	}
}


/* ============================= */
/* 💻 نمایشگرهای بزرگ (بهینه‌سازی) */
/* ============================= */
@media (min-width: 1200px)
{
	.Panel27_1 .divBody
	{
		padding-right: 40px;
		padding-left: 40px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageLeft div
	{
		font-size: 22px;
	}
}

@media (max-width: 650px)
{
	/* حذف تیتر ستون‌ها */
	.Panel27_1 .divBody .divRight .divRightRowTitr
	{
		display: none;
	}

	/* ردیف محصولات به کارت تبدیل شود */
	.Panel27_1 .divBody .divRight .divRightRowFactor
	{
		flex-direction: column;
		align-items: flex-start;
		border: 1px solid #e1e1e1;
		padding: 10px;
		margin-bottom: 10px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox
	{
		width: 100% !important;
		height: auto;
		padding: 5px 0;
		text-align: right;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage
	{
		flex-direction: row-reverse;
		align-items: center;
		margin-bottom: 5px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageRight
	{
		width: 80px;
		height: 80px;
		margin-left: 10px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageRight img
	{
		max-width: 80px;
		max-height: 80px;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divFactorImage .divFactorImageLeft div
	{
		font-size: 14px;
		text-align: right;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorMoney,
	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorNumber,
	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBox .divFactorSum
	{
		margin-top: 5px;
		font-size: 14px;
		text-align: right;
	}

	.Panel27_1 .divBody .divRight .divRightRowFactor .divRightRowFactorBoxRemove
	{
		float: right;
		margin-left: 0;
		margin-top: 5px;
	}

	/* ستون چپ (اطلاعات مشتری) */
	.Panel27_1 .divBody .divLeft
	{
		width: 100%;
		margin-top: 20px;
	}

	.Panel27_1 .divPayment
	{
		width: 100% !important;
	}
}
