/**
 * Custom styles.
 *
 * @category Stylesheet
 * @author   Cyan Solutions <dev@cyansolutions.com>
 * @link     https://cyansolutions.com/
 */

.cart_totals tr.woocommerce-shipping-totals,
#order_review tr.woocommerce-shipping-totals/* ,
.woocommerce-table--order-details tfoot > tr:nth-child(2) */ {
  display: none !important;
}

.cwi-shipping-selector {
  padding: 1rem 1.5rem;
  border: 1px solid #e4f0d7;
  border-radius: 0.25rem;
  background-color: #f4ffe5;
  transition:
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}

.cwi-shipping-selector[data-selected=false] {
  border: 1px solid #f0dbd7;
  background-color: #ffe9e5;
}

/* <> */
