div.nwFileUploadWrap {
    position: relative;
    width: 91px;
    height: 91px;
}
div.nwFileUploadWrap label {
    cursor: pointer;
}

div.nwFileUploadWrap > input[type='file'] {
    display: none;
}

div.nwFileUploadWrap img.placeholderOrUploadedImage {
    width: 91px;
    height: 91px;
}

a.removeFileUpload {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    z-index: 100;
}

.nwCustomImage_mainContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
}

.nwCustomImage_subContainer {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
}
.productSearchResults a.selectProduct {
    color: #3B3B3C;
}

@media(max-width: 350px) {
    .nwCustomImage_mainContainer {
        justify-content: center;
    }
}

@media(max-width: 575px) {
    .nwCustomImage_subContainer {
        flex-basis: 50%;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nwCustomImage_subContainer {
        flex-basis: 33%;
    }
}

@media(min-width: 767px) {
    .nwCustomImage_subContainer {
        min-width: 160px;
    }
}

@media(max-width: 767px) {

}

@media(min-width: 768px) and (max-width: 991px) {
    .nwCustomImage_subContainer {
        flex-basis: 33%;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nwCustomImage_subContainer {
        flex-basis: 25%;
    }
}

@media(min-width: 1200px) {

}

@media(min-width: 1280px) {
    .nwCustomImage_subContainer {
        flex-basis: 20%;
    }
}