.panel55
{
	padding: 20px;
}

.panel55 .wrapper
{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

/* .panel55 .box */
/* { */
	/* width: calc(20% - 20px); */
	/* display: flex; */
	/* flex-direction: row; */
	/* justify-content: center; */
	/* align-items: center; */
	/* border-left: 1px solid #d9d9d9; */
	/* margin: 10px; */
	/* margin-top: 25px; */
	/* margin-bottom: 25px; */
/* } */

.panel55 .box:last-child
{
	border: 0px;
}

.panel55 .right
{
	width: 50px;
}

.panel55 .right img
{
	max-width: 50px;
	max-height: 50px;
}

.panel55 .left
{
	width: calc(100% - 65px);
	margin-right: 15px;
}

.panel55 .top
{
	font-family: 'Vazir';
	font-size: 17px;
	color: #000000;
}

.panel55 .bottom
{
	font-family: 'Vazir';
	font-size: 13px;
	color: #666666;
}

.panel55 .bottom *
{
	font-family: 'Vazir';
	font-size: initial;
}

@media only screen and (min-width: 0px) and (max-width: 600px)
{
	.panel55 .box
	{
		width: calc(100% - 20px);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border: 0px;
		margin: 10px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 900px)
{
	.panel55 .box
	{
		width: calc(50% - 20px);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border: 0px;
		margin: 10px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1200px)
{
	.panel55 .box
	{
		width: calc(33.33% - 20px);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border: 0px;
		margin: 10px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}


@media only screen and (min-width: 1200px)
{
	.panel55 .box
	{
		width: calc(20% - 20px);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-left: 1px solid #d9d9d9;
		margin: 10px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}