.wrapper-on-side-menu {
	border-style: solid; 
	border-width: 1px; 
	margin-bottom: 10px;
	direction: rtl;	 
	background: #E6E6E7;
}

.h4-titles {
	text-align: center; 
	font-weight: bold;	
}

.menu-btn {
	width: 50%; 
	margin-top: 15px;
}

.category-item {
border-style: solid; 
border-width: 1px;
cursor:hand; 
margin-bottom:5px; 
background-color: #E6E6E7;
font-weight: bold;
}
.category-item span {
	font-size: 16px;
	font-weight: bold;
}
.category-item span {
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 992px) {
	.category-item span {
		font-size: 20px;
	}
	.category-item img {
		width: 40;
		height: 45; 
	}
}

@media (min-width: 768px) {
	.row-reverse {

		display: flex;
	    flex-direction: row-reverse;
	}
}

