/* 分类页标题开始 */
.term-description h1{
	font-size: 24px
}

@media only screen and (max-width: 767px) {
	.term-description h1{
	font-size: 20px
	}
}
/* 分类页标题结束 */

/* 筛选器标题开始 */
.rey-filterSidebar h3 {
	font-size: 18px
}
h3.berocket_ajax_group_filter_title {
    font-size: 20px;
}
/* 筛选器标题结束 */

/* 产品页面标题开始 */
h1.product_title.entry-title {
    font-size: 24px;
}

.no-yith .yith-similar-products {
	display: none; 
}

.yith-similar-products h2{
	font-size: 20px;
}