/* PRODUCT DETAILS PAGE */

.input, .catfish-input, .catfish-select, .textarea, .catfish-textarea {
	border-width: 2px;
	border-color: #767676;
}

label[for="price_000_EnteredQuantity"] {
    display: none;
}

div.productPrice.level-item.title.is-3 {
    display: none;
}


/*FOR EACH PARENT PRODUCT REPLICATE THE BELOW LINES WITH AN UPDATED ID NUMBER FOR THAT PARENT*/

input[name="price_802.EnteredQuantity"] {
    display: none;
}

input[name="price_803.EnteredQuantity"] {
    display: none;
}

input[name="price_804.EnteredQuantity"] {
    display: none;
}

input[name="price_805.EnteredQuantity"] {
    display: none;
}

input[name="price_806.EnteredQuantity"] {
    display: none;
}

input[name="price_811.EnteredQuantity"] {
    display: none;
}

input[name="price_825.EnteredQuantity"] {
    display: none;
}