/*********************
 XS only
*********************/
@media (max-width: 767px) {

  .total-price {
    float:         none;
    margin-top:    0;
    margin-bottom: 5px;
  }

}

/*********************
 Larger than sm
*********************/
@media (min-width: 767px) {

  .row-equal-height-md {
    display: flex;
  }

}
