/* Order Review */
.woocommerce .woocommerce-checkout .shop_table {
  background: transparent;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  margin: -4px 0 .8rem 0;
  padding: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label {
}

#payment ul.wc_payment_methods li.wc_payment_method>label {
}

#payment ul.wc_payment_methods li.wc_payment_method>label:hover {
}