.widget_product_categories>ul>li p {
	margin: 0;
}

.widget_product_categories>ul>li .inner-li {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
}

.widget_product_categories>ul>li img {
	width: 50px;
	margin-right: 15px;
}

.widget_product_categories>ul>li .child-cat-toggle {
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'FontAwesome';
    font-style: normal;
}
.widget_product_categories>ul>li .child-cat-toggle i {
    font-style: normal;
}

.widget_product_categories>ul>li .child-cat-toggle.active i {
    transform: rotate(180deg);
}

.widget_product_categories>ul>li.cat-item.cat-item-25 {
	display: none;
}

ul.menu>li ul, .widget>ul>li ul.child-cat {
    display: none;
    padding: 0;
    border: none;
    margin: 8px 0 0;
}

ul.menu>li ul, .widget>ul>li ul.child-cat.active {
    display: block;
}

ul.menu>li ul,
.widget>ul>li ul.child-cat li {
	padding: 6px 0;
	border-top: 1px solid #ececec;
}

ul.menu>li ul {
	border-top: 1px solid #ececec;
}

.widget_product_categories>ul>li {
    padding: 5px 0;
}

body .sidebar-inner .WOOF_Widget {
	display: none;
}


body[class*=pallet] .sidebar-inner .WOOF_Widget {
	display: block;
}

/* Blog spot */

/*.post-item .box-blog-post .box-image .image-cover {
	padding-top: 62% !important;
}*/
.post-item .box-blog-post .box-text {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
	text-shadow: none !important;
	text-align: justify;
	margin-top: -45px !important;
	padding-top: 50px;
}

.post-item .box-blog-post .box-text .box-text-inner .post-title {
	color: #fff !important;
}

.breadcrumbs-full-width {
	background-color: #f5f5f5 !important;
	padding-top: 15px !important;
}

.breadcrumbs span {
	font-size: 16px !important;
	font-weight: 500;
}

.blog-single .breadcrumbs-full-width .breadcrumbs {
	margin-left: 20px !important;
}

.archive-page-header {
	margin-top: 15px;
}

.blog-single .comments-area {
	display: none !important;
}

.entry-header-text {
	text-align: left !important;
}

.post-item .box-blog-post .box-text .box-text-inner .from_the_blog_excerpt,
.post-item .box-blog-post .box-text .from_the_blog_comments {
	display: none !important;
}

.article-inner.has-shadow .entry-content,
.article-inner.has-shadow footer.entry-meta,
.article-inner.has-shadow .entry-header-text,
.article-inner.has-shadow .author-box {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.single.single-post .post-item .box-blog-post .box-text .post-title {
	font-weight: 600 !important;
	font-family: BaiJamjureeRegular !important;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 25px;
	-webkit-line-clamp: 2;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
}

@media (min-width:992px) {

	/*.archive.category .post-item .box-blog-post .box-text{
		    margin-top: -70px !important;
	}*/
	.archive.category .post-item .box .image-cover {
		padding-top: 75% !important;
	}

}

@media (max-width:991px) {
	.breadcrumbs-full-width .breadcrumbs {
		margin-left: 20px !important;
	}

}

@media (max-width:767px) {
	.breadcrumbs-full-width .breadcrumbs {
		margin-left: 5px !important;
	}

}

/* End Blog spot */
