/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2022 | 17:10:27 */
.woocommerce #order_review table.shop_table{
  border:1px solid #eaeaea;
}
.woocommerce table.shop_table{
  border-collapse:collapse !important;
}
.woocommerce #order_review table.shop_table th{
  border-bottom:1px solid #eaeaea;
}
.cart_item{
  border-bottom:1px solid #eaeaea;
}
.woocommerce #order_review table.shop_table td{
  border-bottom:1px solid #eaeaea;
}
.woocommerce #order_review table.shop_table tfoot th{
  border-right:1px solid #eaeaea;
}
.woocommerce #order_review table.shop_table tbody td.product-name{
  border-right:1px solid #eaeaea;
}
.woocommerce #order_review table.shop_table thead th.product-total{
  border-left:1px solid #eaeaea;
}
#billing_country_field{
  display:none;
}
#ship-to-different-address{
  display:none;
}