/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




/* Checkout fields box */
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#ship-to-different-address,
.woocommerce-shipping-fields h3 {
    display: none;
}

/* Order summary design */
.woocommerce-checkout-review-order-table {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fafafa;
    padding: 15px;
    margin-bottom: 15px;
}

/* Shipping option design */
.woocommerce-checkout #shipping_method li {
    margin-bottom: 8px;
}
.woocommerce-checkout #shipping_method label {
    font-weight: bold;
}

/* Payment option design */
.wc_payment_method {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-top: 15px;
}

/* Place order button */
#place_order {
    background: #00a651 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 10px;
    width: 100%;
}

