/*
 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 .whb-top-bar .wd-header-text
	{color:#aeaeae;font-size: 13px;}
	
body .whb-top-bar .wd-header-text a	
	{color: #fff}
	
body.home .site-content
	{margin-bottom: 0;}	
	
body .button {
		background-color: rgba(37, 37, 37, 1);
	}	
	
body .wd-entities-title,
body label,
td.product-name a
	{color: #000!important;}	

.main-page-wrapper
	{min-height:calc(100vh - 484px)}

body .woocommerce-thankyou-order-received {
	color: #000!important;border-color: #000!important;
}
	
.create-account-link,
.product-tabs-wrapper
	{display: none;}	
	
	
footer.footer-container
	{background: #f7f7f7}	

footer.footer-container .main-footer a
	{color: #000!important;;}
	
.copyrights-wrapper
	{background: rgba(37, 37, 37, 1)!important;font-size: 13px!important;}	


/*** WOOCOMMERCE HIDE **/
	
body .cart_totals table.shop_table th,
body .cart_totals table.shop_table td
	{word-break: break-word;font-size: 14px;min-width: 145px;}	
/*
body .woocommerce-billing-fields .form-row.address-field
	{display: none!important;}
*/
@media screen and (min-width:769px) {
	/*
	.woocommerce-checkout>.checkout-order-review, .woocommerce-order-pay #order_review {
		position: absolute;
		right: 0;
	}
	*/
	/*
	form.woocommerce-checkout {
		flex-wrap: nowrap;
		padding-top: 130px;
	}
	
	form.woocommerce-checkout>*:not(:is(.customer-details,.checkout-order-review)) {
		position: absolute;
		width: calc(100% - 30px);
		top:0;
	}
	*/
} 	


/*** CUSTOM COLORS ***/
body h2,
body h3,
body h4,
.has-vivid-red-color
	{color: var(--wd-primary-color)!important;}