/**
* Theme Name: Mayosis Child
* Description: This is a child theme of Mayosis, generated by Auto Installer.
* Author: <a href="https://teconce.com/contact/">Teconce</a>
* Template: mayosis
* Version: 5.4.7
*/

/* Mayosis 主题 隐藏产品分类顶部描述 */
.term-description {
    display: none !important;
}

/* 只显示产品下方的描述 */
.columns-3 .term-description {
    display: block !important;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
	    float: left;

}