
.btn-primary {
    color: #fff!important;
    background-color: #f05a28!important;
    border-color: #f05a28!important;
}
.text-primary  {
    color: #0087c6 !important;
}
.btn-outline-accent  {
    color: #0087c6 !important;
    border-color: #0087c659;
}
.btn-outline-accent:hover  {
    color: white !important;
    background-color: #0087c6;
    border: #0087c6;
}
.page-item.active .page-link {
    background-color: #f05a28!important;
}
.bg-dark  {
    background-color: #58595b!important;
}

.product-card.shadow-sm:hover  {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.175)!important;
}
.product-card .product-best-seller  {
    z-index:10;
    top: unset;
    right: -.8rem;
    bottom: -.5em;
    background-color: #42d697;
    color: #fff;
}
.more-cord  {
}
.more-card .more_button  {
    /* TODO - this isn't working */
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: -1.375rem;
    transition: all .3s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    background-color: #fff;
    font-size: .8088235294rem;
    line-height: 2.625rem;
    text-align: center;
    z-index: 10;
}


.colors_container .color_box  {
    display: inline-block;
    border: #7d879c solid 1px;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    margin-right: .25em;
}



/****************
 **** nearby locations
 **/

.leaflet-popup-content-wrapper  {
    background-color: #0087c6!important;
    color: #fff!important;
    text-align: center;
}
.leaflet-popup-content-wrapper a  {
    color: #fff!important;
}
.leaflet-popup-content-wrapper a:hover  {
    text-decoration: underline;
}

.location_container  {
    display: block;
    position: relative;
    margin: 0 10px;
    width: 5em;
    height: 8em;
    border: 2px solid #0087c6;
    border-radius: 5px 5px;
    color: unset;
    background-color: white;
}
.location_container:hover  {
    color: unset;
}
.location_container .city_state  {
    background-color: #0087c6;
    color: #fff;
    text-align: center;
}
.location_container .name  {
    text-align: center;
    font-weight: 500;
    margin-top: .25em;
}

.product  {
    position: absolute;
    bottom: .2em;
    background-color: white;
    width: 100%;
    text-align: center;
    padding-top: .75em;
}
.product_btn  {
    background-color: #0087c6;
    border-radius: 5px;
    color: white;
    width: 80%;
    margin: 0 auto .25em auto;
}


