/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/















/* 隐藏分级定价 Blocks 布局中的第一个块 */
.tpt-block:first-child, 
.tiered-pricing-block:first-child {
    display: none !important;
}
/* 隐藏分级定价 Table 布局的第一行数据 */
.tiered-pricing-table tr:nth-child(2) { 
    display: none !important; 
}









