ul.brand-thumbnails.columns-6 li {
    margin-left: 0 !important;
}

@media screen and (max-width: 849px) {
	.ux-product-brands img {
		width:50%;
		margin-left:auto;
		margin-right:auto;
		display:block;
    }
}

/* Don't show stock quantity for bundled products. Only for the complete bundle */

.bundled_product div.woocommerce-variation-availability, .bundled_product div.bundled_item_cart_details  {
	display:none;
}

.badge, .badge+.badge {
	height:2.8em;
	display: inline-table;
	margin-right:0.5em;
}