#product-wizard-content {
    position: relative;
}

#product-wizard-content .pw-content {
    display: none
}

#product-wizard-content .pw-content.show {
    display: block
}

#product-wizard .uploaded-width {
    max-width: 125px
}

#product-wizard .uploaded-img-text {
    font-size: 12px;
    word-break: break-word;
    white-space: initial;
}

.product-wizard-preloader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 65533;
    background: url('../img/product-wizard.gif') no-repeat center center white;
    opacity: 0.5;
}
#pw-bulk-price .productBulkPrice{
	font-size: 14px;
}