/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Giá sau khi giảm (thực tế, không gạch ngang) */
.price ins .woocommerce-Price-amount {
    color: red !important;
    font-weight: bold;
}

/* Label giảm giá */
.labels-rectangular {
    top: unset !important;
    bottom: 0 !important;
}

/* Style cho nội dung -5% */
.product-label.onsale {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
}

/* MOBILE LAYOUT cho bảng WPT */
@media (max-width: 768px) {
    table.wpt_table thead {
        display: none !important;
    }

    table.wpt_table tr.wpt_row {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #eee;
        border-radius: 6px;
        padding: 10px;
        background: #fff;
    }

    td.wpt-replace-td-in-tr {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .wpt-mobile-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .wpt-mobile-img img {
        width: 80px;
        height: auto;
        border-radius: 6px;
    }

    .wpt-mobile-info {
        flex: 1;
        font-size: 14px;
        color: #333;
        line-height: 1.4;
    }
    .wpt-mobile-info span {
        color: #003368;
        font-weight: bold;
    }

    .wpt_price {
        text-align: center;
        font-size: 16px;
        margin-top: 8px;
    }

    .wpt_price del {
        color: #003368;
        font-weight: normal;
    }

    .wpt_price ins {
        color: red;!important;
        font-weight: bold;
        text-decoration: none; /* bỏ gạch chân mặc định của <ins> */
    }

    .wpt_price ins span {
        font-weight: bold;
    }
}

