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


.whb-header-bottom{
	padding: 6px 0;
}

.whb-general-header-inner .wd-header-my-account a,
.whb-general-header-inner .wd-header-cart a,
.whb-general-header-inner .wd-header-my-account a:hover,
.whb-general-header-inner .wd-header-cart a:hover
{
	color:#1D1D1B
}


.whb-general-header-inner .wd-header-cart a .wd-tools-text bdi{
/* 	direction:rtl; */
}
.header-banner .wd-entry-content{
    color: #fff;
    font-size: 14px;	
}


.whb-header-bottom .wd-header-cats.wd-style-1 .menu-opener{
	min-width: auto;
}

.whb-header-bottom .wd-header-cats.wd-style-1 .menu-opener:after{
	margin-right: 20px;
}

.home .main-page-wrapper .wd-content-layout{
	padding-top:0
}

.product-wrapper .price span{
	font-weight:bold
}

.single-product .woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #f9f9f9; /* Background color for odd rows */
}
.single-product .woocommerce-product-attributes tr:nth-child(even) {
    background-color: #fff; /* Background color for even rows */
}
.single-product .woocommerce-product-attributes-item {
	padding:10px !important;
}
.single-product p.stock,
.in-stock
{
	display:none;
}

.single-product .shop_attributes tr {
	border-bottom:0px !important;
	margin-bottom:5px !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .btn-cart{
	color: #fff
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .btn-cart:hover{
	color: #fff
}

.woocommerce-checkout .wd-content-layout{
	padding-top:0
}

.whb-general-header .wd-header-mobile-nav a{
	color: #4C4D51;
}

.woocommerce-checkout .wd-checkout-form .woocommerce-checkout-review-order-table tfoot .tax-rate .woocommerce-Price-amount{
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;	
}

h1.entry-title{
    font-size: 40px !important;
    font-weight: bold;	
}

@media screen and (max-width: 500px) {
	.header-banner .wd-entry-content {
		padding-right: 0;
		font-size: 12px;
	}
	h1.entry-title{
		font-size: 28px !important;
	}
}