/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.wfte_product_table_body td, .wfte_payment_summary_table_body td {
    font-size: 14px;
    line-height: 15px;
}

.wfte_product_table_body td, .wfte_payment_summary_table_body td small:first-child {
    font-weight: bold;
    color: darkred;

}

.io-product-message .io-bg-pink {
    background-color: #fff9ae;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: darkred;
    font-weight: 700;
}

.io-product-message .io-bg-red {
    background-color: darkred;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: white;
    font-weight: 700;
}

.single-product .stock {
    font-size: 18px
}

.woocommerce-shipping-totals.shipping {
    flex-direction: column;
    align-items: flex-start;
    background-color: #f3fcf4;
    th {
        width: 100%;
        text-align: left;
        font-weight: 700;
        font-size: 18px;
    }
    #shipping_method input.shipping_method {
        position: relative;
        top: 3px;
        float: left;
        margin-right: 10px;

    }

    #shipping_method label {
        text-align: left;
    }
}