/*======================================
=            Order Review
======================================*/

#order_review_heading{

    display:none;

}

.woocommerce-checkout-review-order-table{

    width:100%;

    border-collapse:collapse;

}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{

    padding:18px 0;

    border-bottom:1px solid var(--border);

    font-size:15px;

}

.woocommerce-checkout-review-order-table th{

    font-weight:600;

}

.woocommerce-checkout-review-order-table th:first-child{

    text-align:left;

}

.woocommerce-checkout-review-order-table th:last-child{

    text-align:right;

}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td{

    font-weight:700;

}

.woocommerce-checkout-review-order-table tr:last-child th,
.woocommerce-checkout-review-order-table tr:last-child td{

    border-bottom:none;

}
.woocommerce-checkout-review-order-table .product-total{

    text-align:right;

}

.product-name strong{

    display:inline;
    margin-left:4px;

}
.product-name{

    white-space:nowrap;

}
