#product-row-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

#product-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 10px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
    
    background-color:#f8f8f8;
    border-radius:8px;
    margin-bottom:45px;
    border: 1px solid #eaeaea;
    color: #48486c;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.col-lg-6 {
    padding-left:8px;
    padding-right:8px;
}

.product-img-col {
    padding: 0;
    max-height: 300px;
    overflow-y: hidden;
}

.product-img {
    width: 100%;
}

.product-details {
    width:100%;
    padding:5px;
    text-align:left;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.product-details .btn {
    width: 100%;
    font-weight:500;
}

.product-title {
    margin-bottom:4px;
    font-weight: 600;
}

.added-container {
    margin-bottom:13px;
    opacity: 0.8;
}

.available-info-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.available-info {
    font-size:15px;
    margin-top: 4px;
    margin-bottom:6px;
}


#blurred-data-signup {
    position: relative;
    margin-top: .8em;
    margin-bottom: 0;
    text-align: center;
    background: url('http://www.nichescraper.com/images/blurred-products.png') no-repeat;
    background-size: cover;
    padding-bottom: 57.7851%;
}

#blurred-data-signup .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.7);
    color: #fff;
    font-size: 1.85em;
    font-weight: 400;
    line-height: 1.3;
    padding: 10vw .25em .25em;
}

#order-select {
    height:25px;
}

#no-products-container {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 30px;
    max-width:850px;
    margin:auto;
}

#no-products-container h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

#popular-header {
    color: #48486c;
    margin-bottom: 13px;
    font-family: 'Montserrat','Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 26px;
}

/* Search Bar */

#search-input-group {
}

#search-input-group .search-button, #search-input-group .search-bar {
    height: 40px;
}

@media screen and (max-width: 767px) {
    #blurred-data-signup .inner-content {
        font-size: 1.55em;
    }
    #blurred-data-signup {
        height:500px;
    }
    #order-select {
        margin-top: 10px;
    }
    #promo-header-left-content {
        margin-top: 0px;
    }
}

/* Filters */

#filter-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px auto;
    margin-bottom: 50px;
    max-width: 850px;
    align-items: baseline;
}

#dropdown-container {
    display: flex;
    flex-direction: row;
    margin-top: 14px;
    flex-wrap: wrap;
}

#dropdown-container .dropdown {
    text-align: left;
    display: flex;
    flex-direction: column;
    color: #555;
    margin-right: 14px;
    margin-bottom: 10px;
}

#dropdown-container .dropdown .d-title {
    color: #48486c;
}

#dropdown-container .dropdown select, #order-select {
    border-radius: 5px;
    height: 30px;
    margin-top: 3px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}