/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/**
 *  Style the entire order review table 
 */


form.checkout table caption + thead tr:first-child th,
form.checkout table caption + thead tr:first-child td,
form.checkout table caption + thead tr:first-child th,
form.checkout table caption + thead tr:first-child td,
form.checkout table colgroup + thead tr:first-child th,
form.checkout table colgroup + thead tr:first-child td,
form.checkout table colgroup + thead tr:first-child th,
form.checkout table colgroup + thead tr:first-child td,
form.checkout table thead:first-child tr:first-child th,
form.checkout table thead:first-child tr:first-child td,
form.checkout table thead:first-child tr:first-child th,
form.checkout table thead:first-child tr:first-child td {
  border-block-start: none;
}

form.checkout table tbody + tbody {
  border-block-start: none;
}

form.checkout table {
	margin-block-end: 25px;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: unset;
	border-radius: 10px;
    border: 2px solid #C5C5C5; /* Add border to the entire table */
	padding: 0 10px 32px 10px;
}

/* Style the table headings (e.g., Product, Quantity, Total) */
form.checkout table th {
    color: black;
	font-size: 1.2em;
	border: none;
}

/* Style individual cells in the table */
form.checkout table td {
	color: #373535;
    padding: 1px;
    font-weight: bold;
/* 	font-size: 1.08em; */
	font-size: 10px;
	border: none;
}


/* Style the "Proceed to Checkout" button at the bottom of the table */
.woocommerce-checkout #place_order {
   border-radius: 10px;
}


