/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

body .woocommerce-thankyou-order-received {
    border: 0;
    background: #E1DDDB;
    margin-bottom: 17px;
    margin-top: 40px;
    font-weight: 400;
    color: #33434F;
    font-size: 32px;
}

body .woocommerce-order:not(.wd-with-extra-content) {
    max-width: 85%;
	width: 1190px;
}

body :is(.woocommerce-thankyou-order-details,.wc-bacs-bank-details) li{
	font-weight: bold;
	color: #937C80;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.54px;
}

body :is(.woocommerce-thankyou-order-details,.wc-bacs-bank-details) :is(strong,.amount){
	font-size: 18px;
	color: #003235;
	font-weight: 400;
}

body .woocommerce-order-details__title, .woocommerce-column__title{
	font-size: 28px;
	letter-spacing: 0px;
	color: #000000 !important;
	text-transform: uppercase;
}
body .woocommerce-table--order-details thead th{
	color: #000000 !important;
	font-size: 22px;
}
body td.product-name a{
	font-size: 14px;
	letter-spacing: 1.54px;
	color: #937C80;
	text-transform: uppercase;
}
body .woocommerce-table__product-total .amount{
	color: #003235;
	font-weight: 400;
	font-size: 25px;
}
body .woocommerce-table--order-details tfoot .amount{
	color: #003235;
	font-weight: 400;
	font-size: 25px !important;
}
body .woocommerce-table--order-details tfoot th{
	font-size: 14px;
	font-weight: 400;
	color: #003235;
}
body .woocommerce-customer-details address{
	letter-spacing: 1.54px;
	color: #937C80;
	text-transform: uppercase;
}
body .woocommerce-customer-details{
	margin-bottom: 50px;
}
