.d2fDarkGreyBackground {
    background-color: #535050;
}

.navbar-brand {
    background-color: white;
    padding-left:10px;
}

.navbar-brand img {
    height:50px;
    width:100%;
}

.d2fDarkGreyBackground .nav-link {
    color: white !important;
}

.selectCategoryOptions a, .pageOptions a {
    color:black !important;
}

.d2fPinkBackground {
    background-color: #ffc5c5;
}

.gapInTable {
        border-collapse: separate;
        border-spacing:0 20px;
}

#product_sort_row {
    background-color: rgba(0,0,0,.03);
    border: 1px solid black;
    margin: 0px;
    padding-left: 10px;
}

#product_sort_row .thumbnail {
    border: 1px solid;
    padding: 5px;
    box-shadow: 5px 10px 8px #888888;
    background-color: #fff;
}

