.below-tag-content,
.below-attr-content {
	display: inline-block;
	width: 100%;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.below-woocommerce-category {
	float: right;
}

@media screen and (max-width: 992px) {
	.below-woocommerce-category {
		float: none;
	}
}
