aside .widget-title{
	color: #222;
}
aside .is-divider{
	background: var(--secondary-color);
	margin: 5px 0 10px !important;
}

/*side bar blog*/
.post-sidebar .recent-blog-posts-li {
	border-color: #a2a2a2 !important;
}
body.blog .badge-outline .badge-inner{
	color: #234192 !important;
}
.post-sidebar .recent-blog-posts-li a{
	color: #343331;
	text-transform: unset !important;
	font-weight: 500 !important;
}
.post-sidebar .post_comments{
	display: none;
}

.post-sidebar .tagcloud a{
	color: #343331;
	border-color: #343331;
}
aside.widget li.cat-item{
	border: none !important;
}
aside li.cat-item a{
	color: #222;
	text-transform: unset;
}
aside li.recentcomments a{
	text-transform: unset !important;
}

aside .current-cat>a,
aside li a:hover{
	color: var(--primary-color) !important;
}

.post-sidebar {
	padding-left: 80px !important;
}
.post-sidebar #secondary,
#shop-sidebar {
	background-color: #FBF8F7;
	padding: 30px 20px;
	overflow: hidden;
	box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.post-sidebar #secondary .widget {
	margin-bottom: 40px;
}
span.widget-title + .is-divider {
	display: none;
}
aside.widget li.cat-item::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/iconcf.svg) no-repeat center;
	margin-top: 9px;
	opacity: 1;
}
span.widget-title,
.woof_container h4 {
	font-size: 1.4em !important;
	font-family: "Cormorant Upright", sans-serif;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	line-height: 1.3 !important;
}
span.widget-title::before,
.woof_container h4::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	left: -30px;
	top: 5px;
}
aside.widget li.cat-item {
	display: flex;
	align-items: unset;
}
.flatsome_custom_recent_posts .recent-blog-posts-li .badge {
	width: 109px;
	height: 109px;
}
.flatsome_custom_recent_posts .recent-blog-posts-li  .post_date {
	font-family: "Cormorant Upright", sans-serif;
	font-size: 1.2em;
	margin: -6px 0 5px 0;
	display: block;
}
.flatsome_custom_recent_posts .recent-blog-posts-li .post_title a {
	font-weight: 600 !important;
	margin: 0;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase !important;
	line-height: 1.4;
}
.flatsome_custom_recent_posts .recent-blog-posts-li .post_title {
	margin-bottom: 0;
}
.flatsome_custom_recent_posts .recent-blog-posts-li {
	border: none;
}
.woof_container {
	padding: 25px 0;
	border-top: 1px solid #E1D9D2;
	margin: 0;
}


.woof_container .woof_list {
}
.woof_container .woof_list label {
	margin-bottom: 0;
	font-weight: 400;
}
.woocommerce-Price-amount.amount {
	font-weight: 400;
}
.woof_container .woof_container_inner .woof_list {
	/*! margin-top: 10px !important; */
}
.woof_container .woof_list .woof_radio_term_reset_visible {
	display: none !important;
}

@media screen and (max-width: 549px) {
	.post-sidebar {
		padding-left: 15px !important;
	}
}
