.btn-top-blog {
	display: flex;
	text-align: center;
	border: 0px;
	align-items: center;
	box-shadow: none !important;
	height: 28px;
	background: #fff;
	padding: 2px 10px;
	border-radius: 6px;
}
.btn-top-blog .fa-book {
	margin-right: 5px;
}
.btn-top-blog svg {
	margin-left: 5px;
}
.top-box-blog.open .dropdown-menu{
	z-index: 1009;
	right: 1px;
}
#top .dropdown-menu-left {
	left: 0;
	min-width: 100%;
	right: auto;
	border-top-right-radius: 0px;
	margin-top: 6px;
}

.mod-oc-blog .mod-art-image a img{
	width: auto;
}
.chm-list-article {
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chm-list-article .product-thumb {
	padding: 0;
}
div.chm-list-article.articles-list + div.chm-list-article.articles-list:before {
	display: none;
}
.chm-list-article .product-thumb .rating {
	top:10px;
	left:10px;
}
.mr-auto {
	margin-right: auto;
}
.chm-btn-sm {
	min-height: 36px;
	line-height: 36px;
}
.blog-info .btn ~ .btn {
	margin-top: 10px;
}
.chm-alert-danger {
	padding: 10px 15px;
	background: #d8300e08;
	color: #d8300e;
	margin-top: 18px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	border: 2px dashed #d8300e;
	font-size: 14px;
	margin-bottom: 15px;
}
.chm-alert-success {
	padding: 10px 15px;
	background: #00BC5208;
	color: #00BC52;
	margin-top: 18px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	border: 2px dashed #00BC52;
	font-size: 14px;
	margin-bottom: 15px;
}
.chm-alert-success svg,
.chm-alert-danger svg {
	display: inline-block;
	margin-right: 10px;
}

.atricle-thumb {
	padding-right: 20px;
	padding-bottom: 20px;
}
.atricle-thumb img {
	border-radius: 10px;
}