
.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 airports
 **/

.airport_container  {
    display: block;
    position: relative;
    margin: 0 10px;
    width: 5em;
    height: 8em;
    border: 2px solid #a16a9e;
    border-radius: 5px 5px 0 0;
    color: unset;
    background-color: white;
}
.airport_container:hover  {
    color: unset;
}
.airport_container.towered  {
    border: 2px solid #0087be;
}
.airport_container img.vfr_snapshot  {
    position: absolute;
}
.airport_container .iata  {
    text-align: center;
    background-color: #a16a9e;
    color: white;
    font-weight: bold;
    width: 100%;
}
.airport_container.towered .iata  {
    background-color: #0087be;
}
.airport_container .name  {
    padding: .75em .25em 0;
    overflow-y: hidden;
    line-height: 1;
    text-align: center;
}

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


