/* Blue background for header */
.awdr-bulk-customizable-table .wdr_bulk_table_thead th {
    background-color: #3284b3 !important;
    color: white !important;
    border-color: #3284b3 !important;
    text-align: center !important;
    padding: 12px 15px !important;
}

/* Center align all table cells */
.awdr-bulk-customizable-table .wdr_bulk_table_td {
    text-align: center !important;
    padding: 10px 15px !important;
    vertical-align: middle !important;
}

/* Optional: Add borders for clean look */
.awdr-bulk-customizable-table table {
    border-collapse: collapse !important;
    width: 100% !important;
}

.awdr-bulk-customizable-table .wdr_bulk_table_tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

/* Remove extra spacing in title */
.wdr_bulk_title {
    white-space: nowrap !important;
}

/* 强力版本 - 使用 !important 确保覆盖主题样式 */
.summary.entry-summary {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
}

/* 强制重新排序元素 */
.summary.entry-summary .woocommerce-breadcrumb {
    order: 1 !important;
}

.summary.entry-summary .product_title.entry-title {
    order: 2 !important;
}

.summary.entry-summary .price {
    order: 3 !important;
}

.summary.entry-summary .single_product_custom_text_after_price {
    order: 4 !important;
}

/* 关键：将折扣表格移动到第5位 */
.summary.entry-summary .awdr-bulk-customizable-table {
    order: 5 !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0 !important;
}

/* 将购物车表单移动到第6位 */
.summary.entry-summary .cart {
    order: 6 !important;
    margin-top: 20px !important;
}

#jp-relatedposts {
    display: none !important;
}

.summary.entry-summary .tinv-wraper {
    order: 7 !important;
}

.summary.entry-summary .single_product_custom_text_after_add_to_cart {
    order: 8 !important;
}

.summary.entry-summary .product_meta {
    order: 9 !important;
}


#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {

    max-height: 150px;
}


form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
   
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

/* Tablets */
@media (max-width: 768px) {
    form.woocommerce-form.woocommerce-form-login.login,
    form.woocommerce-form.woocommerce-form-register.register {
        padding: 30px;
        border-radius: 20px;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    form.woocommerce-form.woocommerce-form-login.login,
    form.woocommerce-form.woocommerce-form-register.register {
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
    }
}