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

header .whb-main-header {
	max-width: var(--content-width);
	margin: 0 auto;
}

.wd-search-cat>a {
	text-transform: none !important;
}

.iti {
	width: 100%;
}

.category-grid-item .hover-mask .more-products {
	display: none;
}

.wd-product .wd-product-sku,
span.label-attribute-pa_color {
	display: none;
}

/* Responsive */
@media (min-width: 1024px) {
    article.page.hentry div[data-elementor-type="wp-page"] {
        --container-max-width: 90%;
    }
}

@media(min-width: 769px) {
    header .whb-main-header {
        --content-width:1436px;
    }
}
