.nm-shop-notice a {
    display: inline;
}

.nm-shop-header {
    padding: 0;
}

#cover-photo {
    padding-top: 10px;
    margin-bottom: 50px;
}

#cover-photo .nm-banner-title {
    text-transform: uppercase;
}

#cover-photo-holder {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

#cover-photo-image {
    position: relative;
    z-index: 1;
}

#cover-photo-loader {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#cover-photo-loader.show {
    opacity: 1;
}
