.media_screen_div_daste_bandi {
	width: 100%;
	height: 241px;
	justify-content: space-evenly;
	text-align: -webkit-center;
	display: flex;
}


.style_hover {
	box-shadow: 0px 0px 6px #bbb;
	background-color: #0000001c;
	max-width: 151px;
	max-height: 142px;
	width: 151px;
	height: 142px;
	min-width: 151px;
	min-height: 142px;
}
.style_hover:hover {
		background-color: #0dff36ba;
		box-shadow: 0px 0px 14px #4eff6c;
	}
.media_screen_dasti_bandi_span_menu {
	height: 120px;
	background-color: #efefef14;
	margin-top: -40px;
	text-align: -webkit-center;
	margin-top: 64px;
	margin-bottom: 20px;
}


.filter_mobile_munes {
	padding-right: 35px;
	direction: rtl;
	background-color: rgb(255 255 255);
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 0px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	display: none;
}


@media (max-width:970px) {
	.media_screen_div_daste_bandi {
		width: 100%;
		height: 241px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}


	.style_hover {
		box-shadow: 0px 0px 6px #bbb;
		background-color: #0000001c;
		max-width: 151px;
		max-height: 142px;
		width: 151px;
		height: 142px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 25px;
	}
	
}


@media (max-width:668px) {
	.filter_mobile_munes {
		padding-right: 35px;
		direction: rtl;
		background-color: rgb(255 255 255);
		width: 100%;
		border-bottom: 1px solid #cdcdcd;
		padding-bottom: 0px;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		display: flex;
	}
}

	@media (max-width:400px) {

		.media_screen_dasti_bandi_span_menu {
			height: 120px;
			background-color: #efefef14;
			margin-top: -40px;
			text-align: -webkit-center;
			margin-top: 64px;
			margin-bottom: 50px;
		}
	}