.product-listing-page .price,
.product-listing-page .price-new,
.product-listing-page .price-old,
.product-special .price,
.product-special .price-new,
.product-special .price-old,
body[class^="product-product"] .price,
body[class^="product-product"] .price-new,
body[class^="product-product"] .price-old,
body[class^="product-product"] .price-tax,
body[class^="product-product"] .pro_price,
body[class^="product-product"] .pro_oldprice,
.product-detail-page .price,
.product-detail-page .price-new,
.product-detail-page .price-old,
.product-detail-page .price-tax,
.product-detail-page .pro_price,
.product-detail-page .pro_oldprice,
.box-product .price,
.box-product .price-new,
.box-product .price-old,
.product-thumb .price,
.product-thumb .price-new,
.product-thumb .price-old {
	display: none !important;
}

#topCategoryList .menu-close {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: none;
	display: flex;
	font: inherit;
	justify-content: space-between;
	text-align: inherit;
	width: 100%;
}

#topCategoryList .menu-close:focus-visible {
	outline: 3px solid rgba(246, 183, 60, 0.45);
	outline-offset: -4px;
}
