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


/* Przeniesione z WPCodeBox — ukrycie konkretnych produktów z listingu */
#wrapper > div:nth-child(2) > div.row > div > ul > li.small-6.large-4.columns.thb-listing-style2.product.type-product.post-25634.status-publish.first.instock.product_cat-kids-earplugs.product_cat-earmuffs.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
	display: none !important;
}

#wrapper > div:nth-child(2) > div.row > div > ul > li.small-6.large-4.columns.thb-listing-style2.product.type-product.post-25685.status-publish.last.instock.product_cat-kids-earplugs.product_cat-earmuffs.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
	display: none !important;
}

#wrapper > div:nth-child(2) > div.row > div > ul > li.small-6.large-4.columns.thb-listing-style2.product.type-product.post-25685.status-publish.last.outofstock.product_cat-kids-earplugs.product_cat-earmuffs.has-post-thumbnail.shipping-taxable.purchasable.product-type-variable {
	display: none !important;
}

/* Przeniesione z WPCodeBox — wyśrodkowanie zawartości VC */
.vc_inner {
	text-align: center !important;
}