.site-info {
  display: none;
}

body .woocommerce table.shop_table td { padding: 15px; }
body .woocommerce-checkout table.shop_table td { width:50%;
text-align: right;
border-top: 0; }

@media only screen and (max-width: 650px) {
.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: 100%; float: none; }
}

@media only screen and (max-width: 650px) {
.woocommerce-cart .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
.woocommerce-cart #order_review_heading,
.woocommerce-cart #order_review { width: 100%; float: none; }
}