Description
np.stock.in-stock {
n visibility: hidden;
n text-indent: -9999px;
n line-height: 0; /* Collapse the original line */
n}
np.stock.in-stock:after {
ncontent: “Product should ship in 7-10 business days”;
nvisibility: visible;
ntext-indent: 0;
n display: block;
n line-height: initial; /* New content takes up original line height */
n}
n#learn-more {
ndisplay:none !important;
n}
n
Reviews
There are no reviews yet.