/*
* checkout preview order 
*/

form#order-preview-form {
	margin: 0 auto;
	background: #fff;
	width: 1000px;
	text-align: center;
}
form#order-preview-form {
	position: relative;
	padding: 40px 20px 20px;
	border-radius: 10px;
	width: 100%;
	max-width: 800px;
}

form#order-preview-form {
	margin: 0 auto;
	background: #fff;
	width: 1000px;
	text-align: center;
}

.order_preview_main .order_preview {
	font-family: "Verdana", Sans-serif;
	font-size: 16px;
	background-color: #00963F;
	border-radius: 30px 30px 30px 30px;
	margin-bottom: 30px;
	width: 100%;
}

.mfp-wrap{
	z-index: 99999999 !important;
}

.order_preview_content {
	height: 800px;
	overflow-y: auto;
	padding: 10px 20px;
}

.order_info .order_table{
	width: 100%;
	border: 0px;
}
.order_info .order_table tbody tr{

	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

td.billing_data {
	border: 1px solid #000;
	padding: 1px 10px 10px 10px;
}	
td.billing_data h2 {
	margin: 0px;
	border-collapse: collapse;
}

td.shipping_data {
	border: 1px solid #000;
	padding: 1px 10px 10px 10px;
}
td.shipping_data h2 {
	margin: 0px;
	border-collapse: collapse;
}

table.order_html {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
}
table.bottom_table {
	width: 100%;
	margin-top: 40px;
}
.jw_table_wrap {
	margin-top: 40px;
}
.jw_table_wrap {
	display : table;
	clear : both;
	table-layout : fixed;
	width : 100%;
	color: rgba(21, 52, 98, 0.76);
	border-collapse: collapse;
	padding: 0;
}
.jw_custom_head {
	display: table-row-group;
	background-color: #1a1a18;
}
.jw_custom_head .jw_table_col {
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}
.jw_custom_head .jw_table_col:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.jw_custom_head .jw_table_col:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.jw_custom_head .jw_table_col {
	color: #fff;
}
.jw_table_body {
	display: table-row-group;
}
.jw_table_row {
	display: table-row;
}
.jw_table_col {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Sora';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	padding: 14px;
}

.jw_table_body .jw_table_col {
	border: 1px solid #000;
}

.order_preview_main_tab {
	/* padding: 20px 10px; */
	margin-top: 45px;
	border: 1px Solid #000;
	border-radius: 10px;
	padding: 10px 6px;
}

ul#\\\"shipping_method\\\" {
	list-style: none;
}

.table_head h2{
	text-align: center;
	font-weight: bold;
}

ul#\\\"shipping_method\\\" li input {
	display: none;
}

tr.\\\"woocommerce-shipping-totals td {
	padding: 0px;
	margin: 0px;
}

tr.\\\"woocommerce-shipping-totals td ul{
	padding: 0px;
	margin: 0px;
}

tr.\\\"woocommerce-shipping-totals td ul li{

	padding: 0px;
	margin: 8px;
}