.pages-left-sidebar .title {
  position: relative !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 7px !important;
  text-transform: unset !important;
}
.category_info_wrapper {
	display: none;
}
#category_info {
	top: 200%;
	position: absolute;
	transition: all 0.3s ease-out;
	background: white;
	width: 100%;
	opacity: 0;
	transform: translate(0, -100%);
	z-index: 2147483645;
	border-radius: 16px 16px 0 0 !important;
}
#category_info h3 {
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
#category_info .breadcrumb {
	height: 30px;
	width: 100%;
	padding: 0 16px !important;
	background: #f5f6f6 !important;
}
.current_page {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.current_page p {
	color: #000;
	font-size: 18px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: lowercase;
}
.current_page p::first-letter {
	text-transform: uppercase;
}
.current_page i {
	font-size: 25px;
}
.category_items {
	overflow-y: scroll;
}
.category_item_title {
	height: 60px;
}
.category_item_title p {
	line-height: 24px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.category_item_title.active {
	box-shadow: none;
}
.category_item_title.active p {
	color: var(--main-color);
}
.category_item_title i {
	font-size: 22px;
}
.category_items ul li {
	margin-bottom: 10px;
}
.category_items ul li a {
	font-size: 16px;
}
.left-sidebar-mobile {
	display: none !important;
}
.listitem-list-pages li a {
	font-size: 15px !important;
	font-weight: 400;
}

@media only screen and (max-width: 820px) {
	.navigation-profile {
		display: none;
	}
	.breadcrumb-profile {
		display: none;
	}
	.navigation-profile {
		display: none;
	}
}

@media only screen and (max-width: 540px) {
	.left-sidebar {
		display: none;
	}
	.left-sidebar-mobile {
		display: flex !important;
	}
	.desc-onenews img {
		height: auto !important;
	}
}