I am inserting border on a th inside of tr but it's not applying the border. My code
<tr class="shipping">
<th>Shipping 2</th>
<td data-title="Shipping 2">
<p>There are no shipping methods available. Please check your address or contact us if you need any help.</p>
<p class="woocommerce-shipping-contents"><small>Military Grade Paracord Kit ×1</small></p>
</td>
and css is
tr {
border-top: 9px solid red;
}