[data-zs-selling-price],
    [data-zs-label-price],
    [data-zs-add-to-cart],[data-nostock-quantity] {
        display: none !important;
    }

    [hide_tag_element] {
        display: none !important;
    }

    [show_tag_element] {
        display: inline-block !important;
    }


.quantity-container,
.quantity-selector,
.product-qty {
    display: none !important;
}

.add-to-cart-btn,
.product-detail-page .add-to-cart-btn,
.product-action .add-to-cart-btn {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.product-choosequantity-input {
        display: none !important;
    }

.cart-icon, 
#cart-icon, 
.header-cart, 
.site-header .cart {
    display: none !important;
}


[data-zs-product-quantity],
[data-zs-product-quantity-input],
	product-quantity,
	product-quantity-wrapper,
	input[name="quantity"] {
    display: none !important;
}

