body {
    padding-top: 8em;
}

.navbar {
    background-color: black;
}

.search-div {
    margin-top: 1em;
}

.price {
    font-size: 1.5em;
    font-weight: bold;
    float: right;
}

.availability {
    font-size: 0.75em;
    float: right;
    clear: both;
    position: relative;
    bottom: 1em;
}

.merchant {
    font-size: 0.75em;

}

.out-of-stock-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.brand {
    font-size: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.product-tile {
    height: 380px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.product-title {
    height: 110px;
}

.product-image {
    height: 10em;
    max-height: 10em;
    max-width: 100%;
}

.buy-now-button {
    float: left;
}

.product-tile {
    border-radius: 1px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.1);
}

[ng-cloak] {
    display: none;
}

[ng-cloak] .loading {
    display: block !important;
}

[ng-cloak].lightbox {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    display: block !important;
    z-index: 1000;
}

[da-loading] .loading {
    display: block !important;
}

[da-loading].lightbox {
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    display: block !important;
    z-index: 1000;
}