/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

.furnace-product {

    &.furnace-product-oos {

        & .sin-product-details-wrap {

            & .stock-data-wrap {
                display: none !important;
            }
            & .sin-prd-price-main-wrap {
                display: none !important;
            }
        }
    }
}