/** Increase the default trigger icon sizes */
.fa-shopping-star::before,
.fa-shopping-cart::before,
.fa-share-square::before,
.fa-comment::before {
     font-size: 20px;
}

/** Reduce space between Album title and number of photos */
.ngg-album-compact h4 .ngg-album-desc {
     height: auto !important;
}

/** Remove borders around Compact Album preview images */
.ngg-album-compactbox::before,
.ngg-album-compactbox::after,
.ngg-album-compactbox {
     border: none !important;
}

/** Hide number of photos in compact album display */
.ngg-album-gallery-image-counter {
    display: none;
}

/** Center Basic Thumbnails */
.ngg-galleryoverview {
    text-align: center !important;
}
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block !important;
}