/*
 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 css */
/* Checkout shipping row polish */
.woocommerce-checkout-review-order-table tr.shipping th,
.woocommerce-checkout-review-order-table tr.shipping td {
    vertical-align: middle;
}

/* Shipping method text base */
.woocommerce-checkout-review-order-table tr.shipping td {
    font-size: 15px;
    font-weight: 600;
}

/* Flat rate style */
.woocommerce-checkout-review-order-table tr.shipping td .amount {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f5f6f8;
    border: 1px solid #d9dee5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: 700;
}

/* Free shipping highlight */
.woocommerce-checkout-review-order-table tr.shipping td:has(.woocommerce-Price-amount:empty),
.woocommerce-checkout-review-order-table tr.shipping td {
    position: relative;
}

/* When free shipping text is shown without price */
.woocommerce-checkout-review-order-table tr.shipping td {
    color: #2f3a45;
}

/* If exact text output is "Free shipping", make it pop visually */
.woocommerce-checkout-review-order-table tr.shipping td {
    line-height: 1.5;
}

/* Progress message block */
.wd-free-progress-bar,
.shipping-progress-bar-wrapper,
.woocommerce-free-shipping-progress {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #dbe8f7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Progress text */
.wd-free-progress-bar .message,
.shipping-progress-bar-wrapper .message,
.woocommerce-free-shipping-progress .message {
    font-size: 14px;
    font-weight: 600;
    color: #2f3a45;
    margin-bottom: 8px;
}

/* Progress bar polish */


/* Highlight shipping row box feel */
.woocommerce-checkout-review-order-table tr.shipping td {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* Slight emphasis on total row under shipping */
.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total td {
    border-top: 1px solid #eceff3;
    padding-top: 14px;
}

@media (max-width: 767px) {
    .woocommerce-checkout-review-order-table tr.shipping td {
        font-size: 14px;
    }

    .wd-free-progress-bar,
    .shipping-progress-bar-wrapper,
    .woocommerce-free-shipping-progress {
        padding: 10px;
    }
}
/* checkout css end */