
/* ==================================================
   2. B2BKing 分层价格表
   隐藏产品名称标题
   ================================================== */

.b2bking_product_variation_table_title {
    display: none !important;
}


/* ==================================================
   3. B2BKing 分层价格显示
   ================================================== */

.b2bking_tiered_range_replaced {
    font-size: 25px !important;

    font-weight: 500 !important;

    line-height: 1.2 !important;
}


/* B2B价格金额 */

.b2bking_tiered_range_replaced .woocommerce-Price-amount {
    font-size: 25px !important;

    font-weight: 500 !important;
}


/* ==================================================
   Product Designer App - Customize 按钮
   ================================================== */

.pdapp-customize-product-btn {
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #ffffff !important;
}


/* 鼠标悬停 */
.pdapp-customize-product-btn:hover {
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #ffffff !important;
}