.sidemenui{
	padding:0px;
}
.smavi{
	position:relative; 
	background: antiquewhite; 
	width:100%; 
	padding:20px;
	cursor: pointer;
}
.smaviu{
	margin-top:2px;
}
.smstick {
	position:absolute; 
	width:10px; 
	height: 100%; 
	left: 0; 
	top: 0;
}
.smstick-org{
	background: var(--color-primary); 
}
.smstick-red{
	background: red;
}
.feerow{
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
  padding-left: 0;
}
.feerow > div {
  	flex: 0 0 33.333333%;
  	padding:20px;
  margin-bottom: 20px;
}