/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.child-category  .wd-show-sidebar-btn.wd-action-btn.wd-style-text.wd-burger-icon {
    display: none;
}
option {
    color: #000;
}
.child-category .wd-content-area.site-content.wd-grid-col {
    --wd-col-lg: 12 !important;
    --wd-col-md: 12 !important;
    --wd-col-sm: 12 !important;
}
/*27-6-2025*/
.home-garid-banner .banner-btn-wrapper {
    display: none;
}
.wd-header-text.main-header-tagline {
    text-align: center;
}
.product-sub-category {
    padding-top: 10px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-category {
    padding: 0px 10px 50px;
}
.product-sub-category a:hover {
    text-decoration: underline;
}
.home-category-filter li.wd-active a {
    background: #000;
	color:#fff !important; 
}
.home-category-filter  a.wd-nav-link {
    border: 1px solid #000;
    padding: 6px 22px !important;
    border-radius: 4px;
}
.home-category-filter .wd-product-cats,.home-category-filter .wd-product .price,.home-category-filter .product-labels.labels-rounded {
    display: none;
}
.home-category-filter .wd-products-element.wd-tab-content.wd-active.wd-in {
    padding-top: 60px;
}
.wd-nav.wd-gap-m {
    --nav-gap: 14px;
}
.wd-sub-menu li>a {
    flex-wrap: wrap;
    justify-content: center;
}
.wd-sub-menu li>a img, .wd-nav-img {
    max-height: 148px !important;
}
.categories-accordion-on .wd-page-title .container {
/*     height: 250px;
    align-items: center;
    justify-content: center; */
	display:none;
}
.categories-accordion-on.child-category .wd-title-wrapp {
    display: none;
}
.categories-accordion-on.child-category main#main-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.cust-perent-category .cat-design-alt.categories-with-shadow .wd-cat-thumb {
     box-shadow: none; 
    background: #f7f7f7;
    border-radius: 100%;
}
body .cust-perent-category .products.wd-products {
	--wd-col-lg: 4 !important;
    --wd-col-md: 4 !important;
}
.cust-perent-category .category-grid-item .wd-cat-inner {
	    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.child-category .wd-page-title {
/*     height: calc(100vh - 125px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
    background-color: #e6e7eb;
	padding:0;
}
.b2b-frm p.wd-col {
    position: relative;
    margin-bottom: 30px;
}
.b2b-frm label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 2;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    color: #9e9eb6;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 14px;
}
.cart-content-wrapper,
.woocommerce-checkout {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-info-cols  .wd-info-box {
    height: 300px;
}
@media only screen and (max-width: 1024px) {
	body .wd-logo img {
    object-fit: contain !important;
}
	ul.wd-nav.wd-nav-mob-tab.wd-style-underline.wd-swap {
    display: none;
}
		.wd-nav-mob-tab>li {
    flex: 1 0 50%;
    max-width: 100%;
}
	li.mobile-tab-title.mobile-categories-title {
    display: none;
}
}

@media only screen and (max-width: 768px) {

	.footer-accordian .e-n-accordion-item:first-of-type {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
}

/* 
.footer-accordian .e-n-accordion-item:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
} */
